; -------------------------------------------------------------------------------- ; @Title: MAX32600 On-Chip Peripherals ; @Props: Released ; @Author: KAW, STR ; @Changelog: 20-09-2017 STR ; @Manufacturer: MAXIM - Maxim Integrated Products, Inc. ; @Doc: UG6045.pdf, WaspPDS10-22-13.pdf, MAX32600.pdf ; @Chip: MAX32600M64A, MAX32600M64B, MAX32600M74A, MAX32600M74B, MAX32600M75A, ; MAX32600M75B, MAX32600M85A, MAX32600M85B, MAX32600P85A, MAX32601K64A, ; MAX32601K64B, MAX32601K64B, MAX32601K74A, MAX32601K74B, MAX32601K75A, ; MAX32601K75B, MAX32601K85A, MAX32601K85B ; @Core: Cortex-M3 ; @Copyright: (C) 1989-2017 Lauterbach GmbH, licensed for use with TRACE32(R) only ; -------------------------------------------------------------------------------- ; $Id: permax32600.per 17736 2024-04-08 09:26:07Z kwisniewski $ ; Known problems: ; FLC - FLC_DIABLE_XR/WEn registers - no address specified. MAX32630/32620 addresses used. tree.close "Core Registers (Cortex-M3)" AUTOINDENT.PUSH AUTOINDENT.OFF tree "System Control" sif COMPonent.AVAILABLE("COREDEBUG") base CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1)) width 11. group 0x10--0x1b line.long 0x00 "SYST_CSR,SysTick Control and Status Register" bitfld.long 0x00 16. " COUNTFLAG ,Counter Flag" "Not counted,Counted" bitfld.long 0x00 2. " CLKSOURCE ,Clock Source" "External,Core" bitfld.long 0x00 1. " TICKINT ,SysTick Handler" "Not SysTick,SysTick" textline " " bitfld.long 0x00 0. " ENABLE ,Counter Enable" "Disabled,Enabled" ;group 0x14++0x03 line.long 0x04 "SYST_RVR,SysTick Reload Value Register" hexmask.long.tbyte 0x04 0.--23. 1. " RELOAD ,The value to load into the SYST_CVR when the counter reaches 0" ;group 0x18++0x03 line.long 0x08 "SYST_CVR,SysTick Current Value Register" hexmask.long.tbyte 0x08 0.--23. 1. " CURRENT ,Current Value" rgroup 0x1c++0x03 line.long 0x00 "SYST_CALIB,SysTick Calibration Value Register" bitfld.long 0x00 31. " NOREF ,Indicates whether the implementation defined reference clock is implemented" "Implemented,Not implemented" bitfld.long 0x00 30. " SKEW ,Indicates whether the 10ms calibration value is exact" "Exact,Inexact" hexmask.long.tbyte 0x00 0.--23. 1. " TENMS ,Holds a reload value to be used for 10ms (100Hz) timing" textline " " rgroup 0xd00++0x03 line.long 0x00 "CPUID,CPU ID Base Register" hexmask.long.byte 0x00 24.--31. 1. " IMPLEMENTER ,Implementer Code" bitfld.long 0x00 20.--23. " VARIANT ,Implementation Defined Variant Number" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 16.--19. " CONSTANT ,Constant" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " hexmask.long.word 0x00 4.--15. 1. " PARTNO ,Number of Processor" bitfld.long 0x00 0.--3. " REVISION ,Implementation Defined Revision Number" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" group 0xd04--0xd17 line.long 0x00 "ICSR,Interrupt Control State Register" bitfld.long 0x00 31. " NMIPENDSET ,Set Pending NMI Bit" "Not set,Set" bitfld.long 0x00 28. " PENDSVSET ,Set Pending pendSV Bit" "Not set,Set" bitfld.long 0x00 27. " PENDSVCLR ,Clear Pending pendSV Bit" "Not cleared,Cleared" textline " " bitfld.long 0x00 26. " PENDSTSET ,Set Pending SysTick Bit" "Not set,Set" bitfld.long 0x00 25. " PENDSTCLR ,Clear Pending SysTick Bit" "Not cleared,Cleared" bitfld.long 0x00 23. " ISRPREEMPT ,Use Only at Debug Time" "Not active,Active" textline " " bitfld.long 0x00 22. " ISRPENDING ,Interrupt Pending Flag" "Not pending,Pending" hexmask.long.word 0x00 12.--21. 1. " VECTPENDING ,Pending ISR Number Field" bitfld.long 0x00 11. " RETTOBASE ,Interrupt Exception" "Active,Not active" textline " " hexmask.long.word 0x00 0.--8. 1. " VECTACTIVE ,Active ISR Number Field" ;group 0xd08++0x03 line.long 0x04 "VTOR,Vector Table Offset Register" bitfld.long 0x04 29. " TBLBASE ,Table Base" "Code,RAM" hexmask.long.tbyte 0x04 7.--28. 1. " TBLOFF ,Vector Table Base Offset Field" ;group 0xd0c++0x03 line.long 0x08 "AIRCR,Application Interrupt and Reset Control Register" hexmask.long.word 0x08 16.--31. 1. " VECTKEY ,Register Key" rbitfld.long 0x08 15. " ENDIANESS ,Data endianness Bit" "Little,Big" bitfld.long 0x08 8.--10. " PRIGROUP ,Interrupt Priority Grouping Field" "[7:1]/[0],[7:2]/[1:0],[7:3]/[2:0],[7:4]/[3:0],[7:5]/[4:0],[7:6]/[5:0],[7]/[6:0],-/[7:0]" textline " " bitfld.long 0x08 2. " SYSRESETREQ ,System Reset Request" "Not requested,Requested" bitfld.long 0x08 1. " VECTCLRACTIVE ,Clear Active Vector Bit" "Not cleared,Cleared all" bitfld.long 0x08 0. " VECTRESET ,System Reset" "No reset,Reset" ;group 0xd10++0x03 line.long 0x0c "SCR,System Control Register" bitfld.long 0x0c 4. " SEVONPEND ,Determines whether an interrupt transition from inactive state to pending state is a wakeup event" "Not wakeup,Wakeup" bitfld.long 0x0c 2. " SLEEPDEEP ,Provides a qualifying hint indicating that waking from sleep might take longer" "Not deep sleep,Deep sleep" textline " " bitfld.long 0x0c 1. " SLEEPONEXIT ,Determines whether, on an exit from an ISR that returns to the base level of execution priority, the processor enters a sleep state" "Disabled,Enabled" ;group 0xd14++0x03 line.long 0x10 "CCR,Configuration Control Register" bitfld.long 0x10 9. " STKALIGN ,8-byte Stack Frame Alignment" "4-byte,8-byte" bitfld.long 0x10 8. " BFHFNMIGN ,Enable NMI, Hard Fault and FAULTMASK to Ignore Bus Fault" "Disabled,Enabled" textline " " bitfld.long 0x10 4. " DIV_0_TRP ,Trap Divide by Zero" "Disabled,Enabled" bitfld.long 0x10 3. " UNALIGN_TRP ,Trap for Unaligned Access" "Disabled,Enabled" textline " " bitfld.long 0x10 1. " USERSETMPEND ,Enable User Access to the Software Trigger Exception Register" "Disabled,Enabled" bitfld.long 0x10 0. " NONEBASETHRDENA ,Control Entry to Thread Mode" "Only from last exception,Any level" group 0xd18--0xd23 line.long 0x00 "SHPR1,SSystem Handler Priority Register 1" hexmask.long.byte 0x00 24.--31. 1. " PRI_7 ,Priority of System Handler 7" hexmask.long.byte 0x00 16.--23. 1. " PRI_6 ,Priority of system handler 6(UsageFault)" hexmask.long.byte 0x00 8.--15. 1. " PRI_5 ,Priority of system handler 5(BusFault)" textline " " hexmask.long.byte 0x00 0.--7. 1. " PRI_4 ,Priority of system handler 4(MemManage)" line.long 0x04 "SHPR2,System Handler Priority Register 2" hexmask.long.byte 0x04 24.--31. 1. " PRI_11 ,Priority of system handler 11(SVCall)" hexmask.long.byte 0x04 16.--23. 1. " PRI_10 ,Priority of System Handler 10" hexmask.long.byte 0x04 8.--15. 1. " PRI_9 ,Priority of System Handler 9" textline " " hexmask.long.byte 0x04 0.--7. 1. " PRI_8 ,Priority of System Handler 8" line.long 0x08 "SHPR3,System Handler Priority Register 3" hexmask.long.byte 0x08 24.--31. 1. " PRI_15 ,Priority of System Handler 15(SysTick)" hexmask.long.byte 0x08 16.--23. 1. " PRI_14 ,Priority of System Handler 14(PendSV)" hexmask.long.byte 0x08 8.--15. 1. " PRI_13 ,Priority of System Handler 13" textline " " hexmask.long.byte 0x08 0.--7. 1. " PRI_12 ,Priority of System Handler 12(DebugMonitor)" group 0xd24++0x3 line.long 0x00 "SHCSR,System Handler Control and State Register" bitfld.long 0x00 18. " USGFAULTENA ,USGFAULTENA" "Disabled,Enabled" bitfld.long 0x00 17. " BUSFAULTENA ,BUSFAULTENA" "Disabled,Enabled" bitfld.long 0x00 16. " MEMFAULTENA ,MEMFAULTENA" "Disabled,Enabled" textline " " bitfld.long 0x00 15. " SVCALLPENDED ,SVCall is Pended Started" "Not replaced,Replaced" bitfld.long 0x00 14. " BUSFAULTPENDED ,BusFault is Pended Started" "Not replaced,Replaced" bitfld.long 0x00 13. " MEMFAULTPENDED ,MemManage is Pended Started" "Not replaced,Replaced" textline " " bitfld.long 0x00 11. " SYSTICKACT ,SysTick is Active" "Not active,Active" bitfld.long 0x00 10. " PENDSVACT ,PendSV is Active" "Not active,Active" bitfld.long 0x00 8. " MONITORACT ,Monitor is Active" "Not active,Active" textline " " bitfld.long 0x00 7. " SVCALLACT ,SVCall is Active" "Not active,Active" bitfld.long 0x00 3. " USGFAULTACT ,UsageFault is Active" "Not active,Active" bitfld.long 0x00 1. " BUSFAULTACT ,BusFault is Active" "Not active,Active" textline " " bitfld.long 0x00 0. " MEMFAULTACT ,MemManage is Active" "Not active,Active" group 0xd28--0xd3b line.byte 0x0 "MMFSR,Memory Manage Fault Status Register" bitfld.byte 0x0 7. " MMARVALID ,Address Valid Flag" "Not valid,Valid" bitfld.byte 0x0 4. " MSTKERR ,Stacking Access Violations" "No error,Error" bitfld.byte 0x0 3. " MUNSTKERR ,Unstack Access Violations" "No error,Error" textline " " bitfld.byte 0x0 1. " DACCVIOL ,Data Access Violation" "No error,Error" bitfld.byte 0x0 0. " IACCVIOL ,Instruction Access Violation" "No error,Error" ;group 0xd29++0x00 line.byte 0x01 "BFSR,Bus Fault Status Register" bitfld.byte 0x01 7. " BFARVALID ,Address Valid" "Not valid,Valid" bitfld.byte 0x01 4. " STKERR ,Stacking from Exception has Caused Bus Faults" "No error,Error" bitfld.byte 0x01 3. " UNSTKERR ,Unstack from Exception Return has Caused Bus Faults" "No error,Error" textline " " bitfld.byte 0x01 2. " IMPRECISERR ,Imprecise Data Bus Error" "No error,Error" bitfld.byte 0x01 1. " PRECISERR ,Precise Data Bus Error Return" "No error,Error" bitfld.byte 0x01 0. " IBUSERR ,Instruction Bus Error Flag" "No error,Error" ;group 0xd2a++0x01 line.word 0x02 "USAFAULT,Usage Fault Status Register" bitfld.word 0x02 9. " DIVBYZERO ,Illegal PC Load" "No error,Error" bitfld.word 0x02 8. " UNALIGNED ,Illegal Unaligned Access" "No error,Error" bitfld.word 0x02 3. " NOCP ,Attempt to use a coprocessor instruction" "No error,Error" textline " " bitfld.word 0x02 2. " INVPC ,Attempt to Load EXC_RETURN into PC Illegally" "No error,Error" bitfld.word 0x02 1. " INVSTATE , Invalid Combination of EPSR and Instruction" "No error,Error" bitfld.word 0x02 0. " UNDEFINSTR ,Illegal Processor State" "No error,Error" ;group 0xd2c++0x03 line.long 0x04 "HFSR,Hard Fault Status Register" bitfld.long 0x04 31. " DEBUGEVT ,This Bit is Set if There is a Fault Related to Debug" "No error,Error" bitfld.long 0x04 30. " FORCED ,Hard Fault Activated" "No error,Error" bitfld.long 0x04 1. " VECTTBL ,Bus Fault" "No error,Error" ;group 0xd30++0x03 line.long 0x08 "DFSR,Debug Fault Status Register" bitfld.long 0x08 4. " EXTERNAL ,External Debug Request Flag" "Not asserted,Asserted" bitfld.long 0x08 3. " VCATCH ,Vector Catch Flag" "Not occurred,Occurred" bitfld.long 0x08 2. " DWTTRAP ,Data Watchpoint and Trace (DWT) Flag" "Not matched,Matched" textline " " bitfld.long 0x08 1. " BKPT ,BKPT Flag" "Not executed,Executed" bitfld.long 0x08 0. " HALTED ,Halt Request Flag" "Not requested,Requested" ;group 0xd34++0x03 line.long 0xc "MMFAR,Memory Manage Fault Address Register" ;group 0xd38++0x03 line.long 0x10 "BFAR,Bus Fault Address Register" wgroup 0xf00++0x03 line.long 0x00 "STIR,Software Trigger Interrupt Register" hexmask.long.word 0x00 0.--8. 1. " INTID ,Indicates the interrupt to be triggered" tree "Feature Registers" width 10. rgroup.long 0xD40++0x0B line.long 0x00 "ID_PFR0,Processor Feature Register 0" bitfld.long 0x00 4.--7. " STATE1 ,Thumb instruction set support" ",,,Supported,?..." bitfld.long 0x00 0.--3. " STATE0 ,ARM instruction set support" "Not supported,?..." line.long 0x04 "ID_PFR1,Processor Feature Register 1" bitfld.long 0x04 8.--11. " MPROF ,M profile programmers' model" ",,2-stack,?..." line.long 0x08 "ID_DFR0,Debug Feature Register 0" bitfld.long 0x08 20.--23. " DBGMOD ,Support for memory-mapped debug model for M profile processors" "Not supported,Supported,?..." hgroup.long 0xD4C++0x03 hide.long 0x00 "ID_AFR0,Auxiliary Feature Register 0" rgroup.long 0xD50++0x03 line.long 0x00 "ID_MMFR0,Memory Model Feature Register 0" bitfld.long 0x00 20.--23. " AUXREG ,Indicates the support for Auxiliary registers" "Not supported,ACTLR only,?..." bitfld.long 0x00 16.--19. " TCMSUP ,Indicates the support for Tightly Coupled Memory (TCM)" "Not supported,Supported,?..." bitfld.long 0x00 12.--15. " SHRLEV ,Indicates the number of shareability levels implemented" "Level 1,?..." textline " " bitfld.long 0x00 8.--11. " OUTMSHR ,Indicates the outermost shareability domain implemented" "Non-cacheable,,,,,,,,,,,,,,,Ignored" bitfld.long 0x00 4.--7. " PMSASUP ,Indicates support for a PMSA" "Not supported,,,PMSAv7,?..." hgroup.long 0xD54++0x03 hide.long 0x00 "ID_MMFR1,Memory Model Feature Register 1" rgroup.long 0xD58++0x03 line.long 0x00 "ID_MMFR2,Memory Model Feature Register 2" bitfld.long 0x00 24.--27. " WFISTALL ,Indicates the support for Wait For Interrupt (WFI) stalling" "Not supported,Supported,?..." rgroup.long 0xD60++0x13 line.long 0x00 "ID_ISAR0,Instruction Set Attributes Register 0" bitfld.long 0x00 24.--27. " DIVIDE ,Indicates the supported divide instructions" "Not supported,SDIV/UDIV,?..." bitfld.long 0x00 20.--23. " DEBUG ,Indicates the supported debug instructions" "Not supported,BKPT,?..." bitfld.long 0x00 16.--19. " COPROC ,Indicates the supported coprocessor instructions" "Not supported,CDP/LDC/MCR/STC,CDP2/LDC2/MCR2/STC2,MCRR/MRRC,MCRR2/MRRC2,?..." textline " " bitfld.long 0x00 12.--15. " CMPBRANCH ,Indicates the supported combined compare and branch instructions" "Not supported,CBNZ/CBZ,?..." bitfld.long 0x00 8.--11. " BITFIELD ,Indicates the supported bitfield instructions" "Not supported,BFC/BFI/SBFX/UBFX,?..." bitfld.long 0x00 4.--7. " BITCOUNT ,Indicates the supported bit counting instructions" "Not supported,CLZ,?..." line.long 0x04 "ID_ISAR1,Instruction Set Attributes Register 1" bitfld.long 0x04 24.--27. " INTERWORK ,Indicates the supported Interworking instructions" "Not supported,BX,BX/BLX,?..." bitfld.long 0x04 20.--23. " IMMEDIATE ,Indicates the support for data-processing instructions with long immediates" "Not supported,ADDW/MOVW/MOVT/SUBW,?..." bitfld.long 0x04 16.--19. " IFTHEN ,Indicates the supported IfThen instructions" "Not supported,IT,?..." textline " " bitfld.long 0x04 12.--15. " EXTEND ,Indicates the supported Extend instructions" "Not supported,Supported,Supported,?..." line.long 0x08 "ID_ISAR2,Instruction Set Attributes Register 2" bitfld.long 0x08 24.--27. " REVERSAL ,Indicates the supported reversal instructions" "Not supported,REV/REV16/REVSH,REV/REV16/REVSH/RBIT,?..." bitfld.long 0x08 20.--23. " MULTU ,Indicates the supported advanced unsigned multiply instructions" "Not supported,UMULL/UMLAL,UMULL/UMLAL/UMAAL,?..." bitfld.long 0x08 16.--19. " MULTS ,Indicates the supported advanced signed multiply instructions" "Not supported,Supported,Supported,Supported,?..." textline " " bitfld.long 0x08 12.--15. " MULT ,Indicates the supported additional multiply instructions" "Not supported,MLA,MLA/MLS,?..." bitfld.long 0x08 8.--11. " MULTIACCESSINT ,Indicates the support for multi-access interruptible instructions" "Not supported,LDM/STM restartable,LDM/STM continuable,?..." bitfld.long 0x08 4.--7. " MEMHINT ,Indicates the supported memory hint instructions" "Not supported,,,PLD/PLI,?..." textline " " bitfld.long 0x08 0.--3. " LOADSTORE ,Indicates the supported additional load and store instructions" "Not supported,LDRD/STRD,?..." line.long 0x0C "ID_ISAR3,Instruction Set Attributes Register 3" bitfld.long 0x0C 24.--27. " TRUENOP ,Indicates the support for a true NOP instruction" "Not supported,Supported,?..." bitfld.long 0x0C 20.--23. " THUMBCOPY ,Indicates the supported non flag-setting MOV instructions" "Not supported,Supported,?..." bitfld.long 0x0C 16.--19. " TABBRANCH ,Indicates the supported Table Branch instructions" "Not supported,TBB/TBH,?..." textline " " bitfld.long 0x0C 12.--15. " SYNCHPRIM ,Indicates the supported Table Branch instructions" "Not supported,Supported,Supported,Supported,?..." bitfld.long 0x0C 8.--11. " SVC ,Indicates the supported SVC instructions" "Not supported,SVC,?..." bitfld.long 0x0C 4.--7. " SIMD ,Indicates the supported SIMD instructions" "Not supported,Supported,,Supported,?..." textline " " bitfld.long 0x0C 0.--3. " SATURATE ,Indicates the supported Saturate instructions" "Not supported,QADD/QDADD/QDSUB/QSUB,?..." line.long 0x10 "ID_ISAR4,Instruction Set Attributes Register 4" bitfld.long 0x10 24.--27. " PSR_M ,Indicates the supported M profile instructions to modify the PSRs" "Not supported,Supported,?..." bitfld.long 0x10 20.--23. " SYNCHPRIMFRAC ,Indicates the supported M profile instructions to modify the PSRs" "Not supported,Supported,Supported,Supported,?..." bitfld.long 0x10 16.--19. " BARRIER ,Indicates the supported Barrier instructions" "Not supported,DMB/DSB/ISB,?..." textline " " bitfld.long 0x10 8.--11. " WRITEBACK ,Indicates the support for writeback addressing modes" "Basic support,Full support,?..." bitfld.long 0x10 4.--7. " WITHSHIFTS ,Indicates the support for instructions with shifts" "MOV/shift,Shift LSL 0-3,,Shift other,?..." bitfld.long 0x10 0.--3. " UNPRIV ,Indicates the supported unprivileged instructions" "Not supported,LDRBT/LDRT/STRBT/STRT,LDRBT/LDRT/STRBT/STRT/LDRHT/LDRSBT/LDRSHTSTRHT,?..." tree.end tree "CoreSight Identification Registers" width 6. rgroup.long 0xFE0++0x0F line.long 0x00 "PID0,Peripheral ID0" hexmask.long.byte 0x00 0.--7. 1. " Part_Num[7:0] ,Part Number bits[7:0]" line.long 0x04 "PID1,Peripheral ID1" hexmask.long.byte 0x04 4.--7. 1. " JEP106ID[3:0] ,JEP106 ID code bits[3:0]" hexmask.long.byte 0x04 0.--3. 1. " Part_Num[11:8] ,Part Number bits[11:8]" line.long 0x08 "PID2,Peripheral ID2" hexmask.long.byte 0x08 4.--7. 1. " Revision ,Revision" bitfld.long 0x08 3. " JEDEC ,JEDEC assigned ID fields" "0,JEDEC" hexmask.long.byte 0x08 0.--2. 1. " JEP106ID[6:4] ,JEP106 ID code bits[6:4]" line.long 0x0c "PID3,Peripheral ID3" hexmask.long.byte 0x0C 4.--7. 1. " RevAnd ,Minor revision field" hexmask.long.byte 0x0C 0.--3. 1. " CMB ,Customer-modified block" rgroup.long 0xFD0++0x03 line.long 0x00 "PID4,Peripheral Identification Register 4" hexmask.long.byte 0x00 4.--7. 1. " Count ,4KB count" hexmask.long.byte 0x00 0.--3. 1. " JEP106_CC ,JEP106 continuation code" rgroup.long 0xFF0++0x0F line.long 0x00 "CID0,Component ID0 (Preamble)" line.long 0x04 "CID1,Component ID1" hexmask.long.byte 0x04 4.--7. 1. " CC ,Component Class" hexmask.long.byte 0x04 0.--3. 1. " Preamble ,Preamble" line.long 0x08 "CID2,Component ID2" line.long 0x0c "CID3,Component ID3" tree.end else newline textline "COREDEBUG component base address not specified" newline endif tree.end tree "Memory Protection Unit" sif COMPonent.AVAILABLE("COREDEBUG") base CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1)) width 15. rgroup.long 0xD90++0x03 line.long 0x00 "MPU_TYPE,MPU Type Register" bitfld.long 0x00 16.--23. " IREGION ,Instruction region" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,?..." bitfld.long 0x00 8.--15. " DREGION ,Number of regions supported by the MPU" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,?..." bitfld.long 0x00 0. " SEPARATE ,Indicates support for separate instruction and data address maps" "Not supported,Supported" group.long 0xD94++0x03 line.long 0x00 "MPU_CTRL,MPU Control Register" bitfld.long 0x00 2. " PRIVDEFENA ,Enables the default memory map as a background region for privileged access" "Disabled,Enabled" bitfld.long 0x00 1. " HFNMIENA ,Handlers executing with priority less than 0 access memory with the MPU enabled or with the MPU disabled" "MPU disabled,MPU enabled" bitfld.long 0x00 0. " ENABLE ,Enables the MPU" "Disabled,Enabled" group.long 0xD98++0x03 line.long 0x00 "MPU_RNR,MPU Region Number Register" hexmask.long.byte 0x00 0.--7. 1. " REGION ,Indicates the memory region accessed by MPU_RBAR and MPU_RASR" tree.close "MPU regions" if ((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0xD90)&0xff00)>>8)>0x0 group.long 0xD9C++0x03 "Region 0" saveout 0xD98 %l 0x0 line.long 0x00 "MPU_RBAR0,MPU Region Base Address Register 0" hexmask.long 0x00 5.--31. 0x20 " ADDR ,Base address of the region" group.long 0xDA0++0x03 saveout 0xD98 %l 0x0 line.long 0x00 "MPU_RASR0,MPU Region Attribute and Size Register 0" bitfld.long 0x00 28. " XN ,eXecute Never" "Execute,Not execute" bitfld.long 0x00 24.--26. " AP ,Data Access Permission" "No access,S:RW U:--,S:RW U:R-,S:RW U:RW,reserved,S:R- U:--,S:R- U:R-,S:R- U:R-" bitfld.long 0x00 19.--21. " TEX ,Type Extension Field" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x00 18. " S ,Shareable Bit" "Not shareable,Shareable" bitfld.long 0x00 17. " C ,Cacheable Bit" "Not cacheable,Cacheable" bitfld.long 0x00 16. " B ,Bufferable Bit" "Not bufferable,Bufferable" textline " " bitfld.long 0x00 15. " SRD[7..0] ,Subregion 7 Disable" "0,1" bitfld.long 0x00 14. ",Subregion 6 Disable" "0,1" bitfld.long 0x00 13. ",Subregion 5 Disable" "0,1" bitfld.long 0x00 12. ",Subregion 4 Disable" "0,1" bitfld.long 0x00 11. ",Subregion 3 Disable" "0,1" bitfld.long 0x00 10. ",Subregion 2 Disable" "0,1" bitfld.long 0x00 9. ",Subregion 1 Disabled" "0,1" bitfld.long 0x00 8. ",Subregion 0 Disable" "0,1" bitfld.long 0x00 1.--5. " SIZE ,Indicates the region size" "-,-,-,-,32 B,64 B,128 B,256 B,512 B,1 kB,2 kB,4 kB,8 kB,16 kB,32 kB,64 kB,128 kB,256 kB,512 kB,1 MB,2 MB,4 MB,8 MB,16 MB,32 MB,64 MB,128 MB,256 MB,512 MB,1 GB,2 GB,4 GB" bitfld.long 0x00 0. " ENABLE ,Enables this region" "Disabled,Enabled" else hgroup.long 0xD9C++0x03 "Region 0 (not implemented)" saveout 0xD98 %l 0x0 hide.long 0x00 "MPU_RBAR0,MPU Region Base Address Register 0" hgroup.long 0xDA0++0x03 saveout 0xD98 %l 0x0 hide.long 0x00 "MPU_RASR0,MPU Region Attribute and Size Register 0" textline " " textline " " endif if ((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0xD90)&0xff00)>>8)>0x1 group.long 0xD9C++0x03 "Region 1" saveout 0xD98 %l 0x1 line.long 0x00 "MPU_RBAR1,MPU Region Base Address Register 1" hexmask.long 0x00 5.--31. 0x20 " ADDR ,Base address of the region" group.long 0xDA0++0x03 saveout 0xD98 %l 0x1 line.long 0x00 "MPU_RASR1,MPU Region Attribute and Size Register 1" bitfld.long 0x00 28. " XN ,eXecute Never" "Execute,Not execute" bitfld.long 0x00 24.--26. " AP ,Data Access Permission" "No access,S:RW U:--,S:RW U:R-,S:RW U:RW,reserved,S:R- U:--,S:R- U:R-,S:R- U:R-" bitfld.long 0x00 19.--21. " TEX ,Type Extension Field" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x00 18. " S ,Shareable Bit" "Not shareable,Shareable" bitfld.long 0x00 17. " C ,Cacheable Bit" "Not cacheable,Cacheable" bitfld.long 0x00 16. " B ,Bufferable Bit" "Not bufferable,Bufferable" textline " " bitfld.long 0x00 15. " SRD[7..0] ,Subregion 7 Disable" "0,1" bitfld.long 0x00 14. ",Subregion 6 Disable" "0,1" bitfld.long 0x00 13. ",Subregion 5 Disable" "0,1" bitfld.long 0x00 12. ",Subregion 4 Disable" "0,1" bitfld.long 0x00 11. ",Subregion 3 Disable" "0,1" bitfld.long 0x00 10. ",Subregion 2 Disable" "0,1" bitfld.long 0x00 9. ",Subregion 1 Disabled" "0,1" bitfld.long 0x00 8. ",Subregion 0 Disable" "0,1" bitfld.long 0x00 1.--5. " SIZE ,Indicates the region size" "-,-,-,-,32 B,64 B,128 B,256 B,512 B,1 kB,2 kB,4 kB,8 kB,16 kB,32 kB,64 kB,128 kB,256 kB,512 kB,1 MB,2 MB,4 MB,8 MB,16 MB,32 MB,64 MB,128 MB,256 MB,512 MB,1 GB,2 GB,4 GB" bitfld.long 0x00 0. " ENABLE ,Enables this region" "Disabled,Enabled" else hgroup.long 0xD9C++0x03 "Region 1 (not implemented)" saveout 0xD98 %l 0x1 hide.long 0x00 "MPU_RBAR1,MPU Region Base Address Register 1" hgroup.long 0xDA0++0x03 saveout 0xD98 %l 0x1 hide.long 0x00 "MPU_RASR1,MPU Region Attribute and Size Register 1" textline " " textline " " endif if ((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0xD90)&0xff00)>>8)>0x2 group.long 0xD9C++0x03 "Region 2" saveout 0xD98 %l 0x2 line.long 0x00 "MPU_RBAR2,MPU Region Base Address Register 2" hexmask.long 0x00 5.--31. 0x20 " ADDR ,Base address of the region" group.long 0xDA0++0x03 saveout 0xD98 %l 0x2 line.long 0x00 "MPU_RASR2,MPU Region Attribute and Size Register 2" bitfld.long 0x00 28. " XN ,eXecute Never" "Execute,Not execute" bitfld.long 0x00 24.--26. " AP ,Data Access Permission" "No access,S:RW U:--,S:RW U:R-,S:RW U:RW,reserved,S:R- U:--,S:R- U:R-,S:R- U:R-" bitfld.long 0x00 19.--21. " TEX ,Type Extension Field" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x00 18. " S ,Shareable Bit" "Not shareable,Shareable" bitfld.long 0x00 17. " C ,Cacheable Bit" "Not cacheable,Cacheable" bitfld.long 0x00 16. " B ,Bufferable Bit" "Not bufferable,Bufferable" textline " " bitfld.long 0x00 15. " SRD[7..0] ,Subregion 7 Disable" "0,1" bitfld.long 0x00 14. ",Subregion 6 Disable" "0,1" bitfld.long 0x00 13. ",Subregion 5 Disable" "0,1" bitfld.long 0x00 12. ",Subregion 4 Disable" "0,1" bitfld.long 0x00 11. ",Subregion 3 Disable" "0,1" bitfld.long 0x00 10. ",Subregion 2 Disable" "0,1" bitfld.long 0x00 9. ",Subregion 1 Disabled" "0,1" bitfld.long 0x00 8. ",Subregion 0 Disable" "0,1" bitfld.long 0x00 1.--5. " SIZE ,Indicates the region size" "-,-,-,-,32 B,64 B,128 B,256 B,512 B,1 kB,2 kB,4 kB,8 kB,16 kB,32 kB,64 kB,128 kB,256 kB,512 kB,1 MB,2 MB,4 MB,8 MB,16 MB,32 MB,64 MB,128 MB,256 MB,512 MB,1 GB,2 GB,4 GB" bitfld.long 0x00 0. " ENABLE ,Enables this region" "Disabled,Enabled" else hgroup.long 0xD9C++0x03 "Region 2 (not implemented)" saveout 0xD98 %l 0x2 hide.long 0x00 "MPU_RBAR2,MPU Region Base Address Register 2" hgroup.long 0xDA0++0x03 saveout 0xD98 %l 0x2 hide.long 0x00 "MPU_RASR2,MPU Region Attribute and Size Register 2" textline " " textline " " endif if ((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0xD90)&0xff00)>>8)>0x3 group.long 0xD9C++0x03 "Region 3" saveout 0xD98 %l 0x3 line.long 0x00 "MPU_RBAR3,MPU Region Base Address Register 3" hexmask.long 0x00 5.--31. 0x20 " ADDR ,Base address of the region" group.long 0xDA0++0x03 saveout 0xD98 %l 0x3 line.long 0x00 "MPU_RASR3,MPU Region Attribute and Size Register 3" bitfld.long 0x00 28. " XN ,eXecute Never" "Execute,Not execute" bitfld.long 0x00 24.--26. " AP ,Data Access Permission" "No access,S:RW U:--,S:RW U:R-,S:RW U:RW,reserved,S:R- U:--,S:R- U:R-,S:R- U:R-" bitfld.long 0x00 19.--21. " TEX ,Type Extension Field" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x00 18. " S ,Shareable Bit" "Not shareable,Shareable" bitfld.long 0x00 17. " C ,Cacheable Bit" "Not cacheable,Cacheable" bitfld.long 0x00 16. " B ,Bufferable Bit" "Not bufferable,Bufferable" textline " " bitfld.long 0x00 15. " SRD[7..0] ,Subregion 7 Disable" "0,1" bitfld.long 0x00 14. ",Subregion 6 Disable" "0,1" bitfld.long 0x00 13. ",Subregion 5 Disable" "0,1" bitfld.long 0x00 12. ",Subregion 4 Disable" "0,1" bitfld.long 0x00 11. ",Subregion 3 Disable" "0,1" bitfld.long 0x00 10. ",Subregion 2 Disable" "0,1" bitfld.long 0x00 9. ",Subregion 1 Disabled" "0,1" bitfld.long 0x00 8. ",Subregion 0 Disable" "0,1" bitfld.long 0x00 1.--5. " SIZE ,Indicates the region size" "-,-,-,-,32 B,64 B,128 B,256 B,512 B,1 kB,2 kB,4 kB,8 kB,16 kB,32 kB,64 kB,128 kB,256 kB,512 kB,1 MB,2 MB,4 MB,8 MB,16 MB,32 MB,64 MB,128 MB,256 MB,512 MB,1 GB,2 GB,4 GB" bitfld.long 0x00 0. " ENABLE ,Enables this region" "Disabled,Enabled" else hgroup.long 0xD9C++0x03 "Region 3 (not implemented)" saveout 0xD98 %l 0x3 hide.long 0x00 "MPU_RBAR3,MPU Region Base Address Register 3" hgroup.long 0xDA0++0x03 saveout 0xD98 %l 0x3 hide.long 0x00 "MPU_RASR3,MPU Region Attribute and Size Register 3" textline " " textline " " endif if ((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0xD90)&0xff00)>>8)>0x4 group.long 0xD9C++0x03 "Region 4" saveout 0xD98 %l 0x4 line.long 0x00 "MPU_RBAR4,MPU Region Base Address Register 4" hexmask.long 0x00 5.--31. 0x20 " ADDR ,Base address of the region" group.long 0xDA0++0x03 saveout 0xD98 %l 0x4 line.long 0x00 "MPU_RASR4,MPU Region Attribute and Size Register 4" bitfld.long 0x00 28. " XN ,eXecute Never" "Execute,Not execute" bitfld.long 0x00 24.--26. " AP ,Data Access Permission" "No access,S:RW U:--,S:RW U:R-,S:RW U:RW,reserved,S:R- U:--,S:R- U:R-,S:R- U:R-" bitfld.long 0x00 19.--21. " TEX ,Type Extension Field" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x00 18. " S ,Shareable Bit" "Not shareable,Shareable" bitfld.long 0x00 17. " C ,Cacheable Bit" "Not cacheable,Cacheable" bitfld.long 0x00 16. " B ,Bufferable Bit" "Not bufferable,Bufferable" textline " " bitfld.long 0x00 15. " SRD[7..0] ,Subregion 7 Disable" "0,1" bitfld.long 0x00 14. ",Subregion 6 Disable" "0,1" bitfld.long 0x00 13. ",Subregion 5 Disable" "0,1" bitfld.long 0x00 12. ",Subregion 4 Disable" "0,1" bitfld.long 0x00 11. ",Subregion 3 Disable" "0,1" bitfld.long 0x00 10. ",Subregion 2 Disable" "0,1" bitfld.long 0x00 9. ",Subregion 1 Disabled" "0,1" bitfld.long 0x00 8. ",Subregion 0 Disable" "0,1" bitfld.long 0x00 1.--5. " SIZE ,Indicates the region size" "-,-,-,-,32 B,64 B,128 B,256 B,512 B,1 kB,2 kB,4 kB,8 kB,16 kB,32 kB,64 kB,128 kB,256 kB,512 kB,1 MB,2 MB,4 MB,8 MB,16 MB,32 MB,64 MB,128 MB,256 MB,512 MB,1 GB,2 GB,4 GB" bitfld.long 0x00 0. " ENABLE ,Enables this region" "Disabled,Enabled" else hgroup.long 0xD9C++0x03 "Region 4 (not implemented)" saveout 0xD98 %l 0x4 hide.long 0x00 "MPU_RBAR4,MPU Region Base Address Register 4" hgroup.long 0xDA0++0x03 saveout 0xD98 %l 0x4 hide.long 0x00 "MPU_RASR4,MPU Region Attribute and Size Register 4" textline " " textline " " endif if ((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0xD90)&0xff00)>>8)>0x5 group.long 0xD9C++0x03 "Region 5" saveout 0xD98 %l 0x5 line.long 0x00 "MPU_RBAR5,MPU Region Base Address Register 5" hexmask.long 0x00 5.--31. 0x20 " ADDR ,Base address of the region" group.long 0xDA0++0x03 saveout 0xD98 %l 0x5 line.long 0x00 "MPU_RASR5,MPU Region Attribute and Size Register 5" bitfld.long 0x00 28. " XN ,eXecute Never" "Execute,Not execute" bitfld.long 0x00 24.--26. " AP ,Data Access Permission" "No access,S:RW U:--,S:RW U:R-,S:RW U:RW,reserved,S:R- U:--,S:R- U:R-,S:R- U:R-" bitfld.long 0x00 19.--21. " TEX ,Type Extension Field" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x00 18. " S ,Shareable Bit" "Not shareable,Shareable" bitfld.long 0x00 17. " C ,Cacheable Bit" "Not cacheable,Cacheable" bitfld.long 0x00 16. " B ,Bufferable Bit" "Not bufferable,Bufferable" textline " " bitfld.long 0x00 15. " SRD[7..0] ,Subregion 7 Disable" "0,1" bitfld.long 0x00 14. ",Subregion 6 Disable" "0,1" bitfld.long 0x00 13. ",Subregion 5 Disable" "0,1" bitfld.long 0x00 12. ",Subregion 4 Disable" "0,1" bitfld.long 0x00 11. ",Subregion 3 Disable" "0,1" bitfld.long 0x00 10. ",Subregion 2 Disable" "0,1" bitfld.long 0x00 9. ",Subregion 1 Disabled" "0,1" bitfld.long 0x00 8. ",Subregion 0 Disable" "0,1" bitfld.long 0x00 1.--5. " SIZE ,Indicates the region size" "-,-,-,-,32 B,64 B,128 B,256 B,512 B,1 kB,2 kB,4 kB,8 kB,16 kB,32 kB,64 kB,128 kB,256 kB,512 kB,1 MB,2 MB,4 MB,8 MB,16 MB,32 MB,64 MB,128 MB,256 MB,512 MB,1 GB,2 GB,4 GB" bitfld.long 0x00 0. " ENABLE ,Enables this region" "Disabled,Enabled" else hgroup.long 0xD9C++0x03 "Region 5 (not implemented)" saveout 0xD98 %l 0x5 hide.long 0x00 "MPU_RBAR5,MPU Region Base Address Register 5" hgroup.long 0xDA0++0x03 saveout 0xD98 %l 0x5 hide.long 0x00 "MPU_RASR5,MPU Region Attribute and Size Register 5" textline " " textline " " endif if ((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0xD90)&0xff00)>>8)>0x6 group.long 0xD9C++0x03 "Region 6" saveout 0xD98 %l 0x6 line.long 0x00 "MPU_RBAR6,MPU Region Base Address Register 6" hexmask.long 0x00 5.--31. 0x20 " ADDR ,Base address of the region" group.long 0xDA0++0x03 saveout 0xD98 %l 0x6 line.long 0x00 "MPU_RASR6,MPU Region Attribute and Size Register 6" bitfld.long 0x00 28. " XN ,eXecute Never" "Execute,Not execute" bitfld.long 0x00 24.--26. " AP ,Data Access Permission" "No access,S:RW U:--,S:RW U:R-,S:RW U:RW,reserved,S:R- U:--,S:R- U:R-,S:R- U:R-" bitfld.long 0x00 19.--21. " TEX ,Type Extension Field" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x00 18. " S ,Shareable Bit" "Not shareable,Shareable" bitfld.long 0x00 17. " C ,Cacheable Bit" "Not cacheable,Cacheable" bitfld.long 0x00 16. " B ,Bufferable Bit" "Not bufferable,Bufferable" textline " " bitfld.long 0x00 15. " SRD[7..0] ,Subregion 7 Disable" "0,1" bitfld.long 0x00 14. ",Subregion 6 Disable" "0,1" bitfld.long 0x00 13. ",Subregion 5 Disable" "0,1" bitfld.long 0x00 12. ",Subregion 4 Disable" "0,1" bitfld.long 0x00 11. ",Subregion 3 Disable" "0,1" bitfld.long 0x00 10. ",Subregion 2 Disable" "0,1" bitfld.long 0x00 9. ",Subregion 1 Disabled" "0,1" bitfld.long 0x00 8. ",Subregion 0 Disable" "0,1" bitfld.long 0x00 1.--5. " SIZE ,Indicates the region size" "-,-,-,-,32 B,64 B,128 B,256 B,512 B,1 kB,2 kB,4 kB,8 kB,16 kB,32 kB,64 kB,128 kB,256 kB,512 kB,1 MB,2 MB,4 MB,8 MB,16 MB,32 MB,64 MB,128 MB,256 MB,512 MB,1 GB,2 GB,4 GB" bitfld.long 0x00 0. " ENABLE ,Enables this region" "Disabled,Enabled" else hgroup.long 0xD9C++0x03 "Region 6 (not implemented)" saveout 0xD98 %l 0x6 hide.long 0x00 "MPU_RBAR6,MPU Region Base Address Register 6" hgroup.long 0xDA0++0x03 saveout 0xD98 %l 0x6 hide.long 0x00 "MPU_RASR6,MPU Region Attribute and Size Register 6" textline " " textline " " endif if ((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0xD90)&0xff00)>>8)>0x7 group.long 0xD9C++0x03 "Region 7" saveout 0xD98 %l 0x7 line.long 0x00 "MPU_RBAR7,MPU Region Base Address Register 7" hexmask.long 0x00 5.--31. 0x20 " ADDR ,Base address of the region" group.long 0xDA0++0x03 saveout 0xD98 %l 0x7 line.long 0x00 "MPU_RASR7,MPU Region Attribute and Size Register 7" bitfld.long 0x00 28. " XN ,eXecute Never" "Execute,Not execute" bitfld.long 0x00 24.--26. " AP ,Data Access Permission" "No access,S:RW U:--,S:RW U:R-,S:RW U:RW,reserved,S:R- U:--,S:R- U:R-,S:R- U:R-" bitfld.long 0x00 19.--21. " TEX ,Type Extension Field" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x00 18. " S ,Shareable Bit" "Not shareable,Shareable" bitfld.long 0x00 17. " C ,Cacheable Bit" "Not cacheable,Cacheable" bitfld.long 0x00 16. " B ,Bufferable Bit" "Not bufferable,Bufferable" textline " " bitfld.long 0x00 15. " SRD[7..0] ,Subregion 7 Disable" "0,1" bitfld.long 0x00 14. ",Subregion 6 Disable" "0,1" bitfld.long 0x00 13. ",Subregion 5 Disable" "0,1" bitfld.long 0x00 12. ",Subregion 4 Disable" "0,1" bitfld.long 0x00 11. ",Subregion 3 Disable" "0,1" bitfld.long 0x00 10. ",Subregion 2 Disable" "0,1" bitfld.long 0x00 9. ",Subregion 1 Disabled" "0,1" bitfld.long 0x00 8. ",Subregion 0 Disable" "0,1" bitfld.long 0x00 1.--5. " SIZE ,Indicates the region size" "-,-,-,-,32 B,64 B,128 B,256 B,512 B,1 kB,2 kB,4 kB,8 kB,16 kB,32 kB,64 kB,128 kB,256 kB,512 kB,1 MB,2 MB,4 MB,8 MB,16 MB,32 MB,64 MB,128 MB,256 MB,512 MB,1 GB,2 GB,4 GB" bitfld.long 0x00 0. " ENABLE ,Enables this region" "Disabled,Enabled" else hgroup.long 0xD9C++0x03 "Region 7 (not implemented)" saveout 0xD98 %l 0x7 hide.long 0x00 "MPU_RBAR7,MPU Region Base Address Register 7" hgroup.long 0xDA0++0x03 saveout 0xD98 %l 0x7 hide.long 0x00 "MPU_RASR7,MPU Region Attribute and Size Register 7" textline " " textline " " endif if ((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0xD90)&0xff00)>>8)>0x8 group.long 0xD9C++0x03 "Region 8" saveout 0xD98 %l 0x8 line.long 0x00 "MPU_RBAR8,MPU Region Base Address Register 8" hexmask.long 0x00 5.--31. 0x20 " ADDR ,Base address of the region" group.long 0xDA0++0x03 saveout 0xD98 %l 0x8 line.long 0x00 "MPU_RASR8,MPU Region Attribute and Size Register 8" bitfld.long 0x00 28. " XN ,eXecute Never" "Execute,Not execute" bitfld.long 0x00 24.--26. " AP ,Data Access Permission" "No access,S:RW U:--,S:RW U:R-,S:RW U:RW,reserved,S:R- U:--,S:R- U:R-,S:R- U:R-" bitfld.long 0x00 19.--21. " TEX ,Type Extension Field" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x00 18. " S ,Shareable Bit" "Not shareable,Shareable" bitfld.long 0x00 17. " C ,Cacheable Bit" "Not cacheable,Cacheable" bitfld.long 0x00 16. " B ,Bufferable Bit" "Not bufferable,Bufferable" textline " " bitfld.long 0x00 15. " SRD[7..0] ,Subregion 7 Disable" "0,1" bitfld.long 0x00 14. ",Subregion 6 Disable" "0,1" bitfld.long 0x00 13. ",Subregion 5 Disable" "0,1" bitfld.long 0x00 12. ",Subregion 4 Disable" "0,1" bitfld.long 0x00 11. ",Subregion 3 Disable" "0,1" bitfld.long 0x00 10. ",Subregion 2 Disable" "0,1" bitfld.long 0x00 9. ",Subregion 1 Disabled" "0,1" bitfld.long 0x00 8. ",Subregion 0 Disable" "0,1" bitfld.long 0x00 1.--5. " SIZE ,Indicates the region size" "-,-,-,-,32 B,64 B,128 B,256 B,512 B,1 kB,2 kB,4 kB,8 kB,16 kB,32 kB,64 kB,128 kB,256 kB,512 kB,1 MB,2 MB,4 MB,8 MB,16 MB,32 MB,64 MB,128 MB,256 MB,512 MB,1 GB,2 GB,4 GB" bitfld.long 0x00 0. " ENABLE ,Enables this region" "Disabled,Enabled" else hgroup.long 0xD9C++0x03 "Region 8 (not implemented)" saveout 0xD98 %l 0x8 hide.long 0x00 "MPU_RBAR8,MPU Region Base Address Register 8" hgroup.long 0xDA0++0x03 saveout 0xD98 %l 0x8 hide.long 0x00 "MPU_RASR8,MPU Region Attribute and Size Register 8" textline " " textline " " endif if ((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0xD90)&0xff00)>>8)>0x9 group.long 0xD9C++0x03 "Region 9" saveout 0xD98 %l 0x9 line.long 0x00 "MPU_RBAR9,MPU Region Base Address Register 9" hexmask.long 0x00 5.--31. 0x20 " ADDR ,Base address of the region" group.long 0xDA0++0x03 saveout 0xD98 %l 0x9 line.long 0x00 "MPU_RASR9,MPU Region Attribute and Size Register 9" bitfld.long 0x00 28. " XN ,eXecute Never" "Execute,Not execute" bitfld.long 0x00 24.--26. " AP ,Data Access Permission" "No access,S:RW U:--,S:RW U:R-,S:RW U:RW,reserved,S:R- U:--,S:R- U:R-,S:R- U:R-" bitfld.long 0x00 19.--21. " TEX ,Type Extension Field" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x00 18. " S ,Shareable Bit" "Not shareable,Shareable" bitfld.long 0x00 17. " C ,Cacheable Bit" "Not cacheable,Cacheable" bitfld.long 0x00 16. " B ,Bufferable Bit" "Not bufferable,Bufferable" textline " " bitfld.long 0x00 15. " SRD[7..0] ,Subregion 7 Disable" "0,1" bitfld.long 0x00 14. ",Subregion 6 Disable" "0,1" bitfld.long 0x00 13. ",Subregion 5 Disable" "0,1" bitfld.long 0x00 12. ",Subregion 4 Disable" "0,1" bitfld.long 0x00 11. ",Subregion 3 Disable" "0,1" bitfld.long 0x00 10. ",Subregion 2 Disable" "0,1" bitfld.long 0x00 9. ",Subregion 1 Disabled" "0,1" bitfld.long 0x00 8. ",Subregion 0 Disable" "0,1" bitfld.long 0x00 1.--5. " SIZE ,Indicates the region size" "-,-,-,-,32 B,64 B,128 B,256 B,512 B,1 kB,2 kB,4 kB,8 kB,16 kB,32 kB,64 kB,128 kB,256 kB,512 kB,1 MB,2 MB,4 MB,8 MB,16 MB,32 MB,64 MB,128 MB,256 MB,512 MB,1 GB,2 GB,4 GB" bitfld.long 0x00 0. " ENABLE ,Enables this region" "Disabled,Enabled" else hgroup.long 0xD9C++0x03 "Region 9 (not implemented)" saveout 0xD98 %l 0x9 hide.long 0x00 "MPU_RBAR9,MPU Region Base Address Register 9" hgroup.long 0xDA0++0x03 saveout 0xD98 %l 0x9 hide.long 0x00 "MPU_RASR9,MPU Region Attribute and Size Register 9" textline " " textline " " endif if ((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0xD90)&0xff00)>>8)>0xA group.long 0xD9C++0x03 "Region 10" saveout 0xD98 %l 0xA line.long 0x00 "MPU_RBAR10,MPU Region Base Address Register 10" hexmask.long 0x00 5.--31. 0x20 " ADDR ,Base address of the region" group.long 0xDA0++0x03 saveout 0xD98 %l 0xA line.long 0x00 "MPU_RASR10,MPU Region Attribute and Size Register 10" bitfld.long 0x00 28. " XN ,eXecute Never" "Execute,Not execute" bitfld.long 0x00 24.--26. " AP ,Data Access Permission" "No access,S:RW U:--,S:RW U:R-,S:RW U:RW,reserved,S:R- U:--,S:R- U:R-,S:R- U:R-" bitfld.long 0x00 19.--21. " TEX ,Type Extension Field" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x00 18. " S ,Shareable Bit" "Not shareable,Shareable" bitfld.long 0x00 17. " C ,Cacheable Bit" "Not cacheable,Cacheable" bitfld.long 0x00 16. " B ,Bufferable Bit" "Not bufferable,Bufferable" textline " " bitfld.long 0x00 15. " SRD[7..0] ,Subregion 7 Disable" "0,1" bitfld.long 0x00 14. ",Subregion 6 Disable" "0,1" bitfld.long 0x00 13. ",Subregion 5 Disable" "0,1" bitfld.long 0x00 12. ",Subregion 4 Disable" "0,1" bitfld.long 0x00 11. ",Subregion 3 Disable" "0,1" bitfld.long 0x00 10. ",Subregion 2 Disable" "0,1" bitfld.long 0x00 9. ",Subregion 1 Disabled" "0,1" bitfld.long 0x00 8. ",Subregion 0 Disable" "0,1" bitfld.long 0x00 1.--5. " SIZE ,Indicates the region size" "-,-,-,-,32 B,64 B,128 B,256 B,512 B,1 kB,2 kB,4 kB,8 kB,16 kB,32 kB,64 kB,128 kB,256 kB,512 kB,1 MB,2 MB,4 MB,8 MB,16 MB,32 MB,64 MB,128 MB,256 MB,512 MB,1 GB,2 GB,4 GB" bitfld.long 0x00 0. " ENABLE ,Enables this region" "Disabled,Enabled" else hgroup.long 0xD9C++0x03 "Region 10 (not implemented)" saveout 0xD98 %l 0xA hide.long 0x00 "MPU_RBAR10,MPU Region Base Address Register 10" hgroup.long 0xDA0++0x03 saveout 0xD98 %l 0xA hide.long 0x00 "MPU_RASR10,MPU Region Attribute and Size Register 10" textline " " textline " " endif if ((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0xD90)&0xff00)>>8)>0xB group.long 0xD9C++0x03 "Region 11" saveout 0xD98 %l 0xB line.long 0x00 "MPU_RBAR11,MPU Region Base Address Register 11" hexmask.long 0x00 5.--31. 0x20 " ADDR ,Base address of the region" group.long 0xDA0++0x03 saveout 0xD98 %l 0xB line.long 0x00 "MPU_RASR11,MPU Region Attribute and Size Register 11" bitfld.long 0x00 28. " XN ,eXecute Never" "Execute,Not execute" bitfld.long 0x00 24.--26. " AP ,Data Access Permission" "No access,S:RW U:--,S:RW U:R-,S:RW U:RW,reserved,S:R- U:--,S:R- U:R-,S:R- U:R-" bitfld.long 0x00 19.--21. " TEX ,Type Extension Field" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x00 18. " S ,Shareable Bit" "Not shareable,Shareable" bitfld.long 0x00 17. " C ,Cacheable Bit" "Not cacheable,Cacheable" bitfld.long 0x00 16. " B ,Bufferable Bit" "Not bufferable,Bufferable" textline " " bitfld.long 0x00 15. " SRD[7..0] ,Subregion 7 Disable" "0,1" bitfld.long 0x00 14. ",Subregion 6 Disable" "0,1" bitfld.long 0x00 13. ",Subregion 5 Disable" "0,1" bitfld.long 0x00 12. ",Subregion 4 Disable" "0,1" bitfld.long 0x00 11. ",Subregion 3 Disable" "0,1" bitfld.long 0x00 10. ",Subregion 2 Disable" "0,1" bitfld.long 0x00 9. ",Subregion 1 Disabled" "0,1" bitfld.long 0x00 8. ",Subregion 0 Disable" "0,1" bitfld.long 0x00 1.--5. " SIZE ,Indicates the region size" "-,-,-,-,32 B,64 B,128 B,256 B,512 B,1 kB,2 kB,4 kB,8 kB,16 kB,32 kB,64 kB,128 kB,256 kB,512 kB,1 MB,2 MB,4 MB,8 MB,16 MB,32 MB,64 MB,128 MB,256 MB,512 MB,1 GB,2 GB,4 GB" bitfld.long 0x00 0. " ENABLE ,Enables this region" "Disabled,Enabled" else hgroup.long 0xD9C++0x03 "Region 11 (not implemented)" saveout 0xD98 %l 0xB hide.long 0x00 "MPU_RBAR11,MPU Region Base Address Register 11" hgroup.long 0xDA0++0x03 saveout 0xD98 %l 0xB hide.long 0x00 "MPU_RASR11,MPU Region Attribute and Size Register 11" textline " " textline " " endif if ((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0xD90)&0xff00)>>8)>0xC group.long 0xD9C++0x03 "Region 12" saveout 0xD98 %l 0xC line.long 0x00 "MPU_RBAR12,MPU Region Base Address Register 12" hexmask.long 0x00 5.--31. 0x20 " ADDR ,Base address of the region" group.long 0xDA0++0x03 saveout 0xD98 %l 0xC line.long 0x00 "MPU_RASR12,MPU Region Attribute and Size Register 12" bitfld.long 0x00 28. " XN ,eXecute Never" "Execute,Not execute" bitfld.long 0x00 24.--26. " AP ,Data Access Permission" "No access,S:RW U:--,S:RW U:R-,S:RW U:RW,reserved,S:R- U:--,S:R- U:R-,S:R- U:R-" bitfld.long 0x00 19.--21. " TEX ,Type Extension Field" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x00 18. " S ,Shareable Bit" "Not shareable,Shareable" bitfld.long 0x00 17. " C ,Cacheable Bit" "Not cacheable,Cacheable" bitfld.long 0x00 16. " B ,Bufferable Bit" "Not bufferable,Bufferable" textline " " bitfld.long 0x00 15. " SRD[7..0] ,Subregion 7 Disable" "0,1" bitfld.long 0x00 14. ",Subregion 6 Disable" "0,1" bitfld.long 0x00 13. ",Subregion 5 Disable" "0,1" bitfld.long 0x00 12. ",Subregion 4 Disable" "0,1" bitfld.long 0x00 11. ",Subregion 3 Disable" "0,1" bitfld.long 0x00 10. ",Subregion 2 Disable" "0,1" bitfld.long 0x00 9. ",Subregion 1 Disabled" "0,1" bitfld.long 0x00 8. ",Subregion 0 Disable" "0,1" bitfld.long 0x00 1.--5. " SIZE ,Indicates the region size" "-,-,-,-,32 B,64 B,128 B,256 B,512 B,1 kB,2 kB,4 kB,8 kB,16 kB,32 kB,64 kB,128 kB,256 kB,512 kB,1 MB,2 MB,4 MB,8 MB,16 MB,32 MB,64 MB,128 MB,256 MB,512 MB,1 GB,2 GB,4 GB" bitfld.long 0x00 0. " ENABLE ,Enables this region" "Disabled,Enabled" else hgroup.long 0xD9C++0x03 "Region 12 (not implemented)" saveout 0xD98 %l 0xC hide.long 0x00 "MPU_RBAR12,MPU Region Base Address Register 12" hgroup.long 0xDA0++0x03 saveout 0xD98 %l 0xC hide.long 0x00 "MPU_RASR12,MPU Region Attribute and Size Register 12" textline " " textline " " endif if ((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0xD90)&0xff00)>>8)>0xD group.long 0xD9C++0x03 "Region 13" saveout 0xD98 %l 0xD line.long 0x00 "MPU_RBAR13,MPU Region Base Address Register 13" hexmask.long 0x00 5.--31. 0x20 " ADDR ,Base address of the region" group.long 0xDA0++0x03 saveout 0xD98 %l 0xD line.long 0x00 "MPU_RASR13,MPU Region Attribute and Size Register 13" bitfld.long 0x00 28. " XN ,eXecute Never" "Execute,Not execute" bitfld.long 0x00 24.--26. " AP ,Data Access Permission" "No access,S:RW U:--,S:RW U:R-,S:RW U:RW,reserved,S:R- U:--,S:R- U:R-,S:R- U:R-" bitfld.long 0x00 19.--21. " TEX ,Type Extension Field" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x00 18. " S ,Shareable Bit" "Not shareable,Shareable" bitfld.long 0x00 17. " C ,Cacheable Bit" "Not cacheable,Cacheable" bitfld.long 0x00 16. " B ,Bufferable Bit" "Not bufferable,Bufferable" textline " " bitfld.long 0x00 15. " SRD[7..0] ,Subregion 7 Disable" "0,1" bitfld.long 0x00 14. ",Subregion 6 Disable" "0,1" bitfld.long 0x00 13. ",Subregion 5 Disable" "0,1" bitfld.long 0x00 12. ",Subregion 4 Disable" "0,1" bitfld.long 0x00 11. ",Subregion 3 Disable" "0,1" bitfld.long 0x00 10. ",Subregion 2 Disable" "0,1" bitfld.long 0x00 9. ",Subregion 1 Disabled" "0,1" bitfld.long 0x00 8. ",Subregion 0 Disable" "0,1" bitfld.long 0x00 1.--5. " SIZE ,Indicates the region size" "-,-,-,-,32 B,64 B,128 B,256 B,512 B,1 kB,2 kB,4 kB,8 kB,16 kB,32 kB,64 kB,128 kB,256 kB,512 kB,1 MB,2 MB,4 MB,8 MB,16 MB,32 MB,64 MB,128 MB,256 MB,512 MB,1 GB,2 GB,4 GB" bitfld.long 0x00 0. " ENABLE ,Enables this region" "Disabled,Enabled" else hgroup.long 0xD9C++0x03 "Region 13 (not implemented)" saveout 0xD98 %l 0xD hide.long 0x00 "MPU_RBAR13,MPU Region Base Address Register 13" hgroup.long 0xDA0++0x03 saveout 0xD98 %l 0xD hide.long 0x00 "MPU_RASR13,MPU Region Attribute and Size Register 13" textline " " textline " " endif if ((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0xD90)&0xff00)>>8)>0xE group.long 0xD9C++0x03 "Region 14" saveout 0xD98 %l 0xE line.long 0x00 "MPU_RBAR14,MPU Region Base Address Register 14" hexmask.long 0x00 5.--31. 0x20 " ADDR ,Base address of the region" group.long 0xDA0++0x03 saveout 0xD98 %l 0xE line.long 0x00 "MPU_RASR14,MPU Region Attribute and Size Register 14" bitfld.long 0x00 28. " XN ,eXecute Never" "Execute,Not execute" bitfld.long 0x00 24.--26. " AP ,Data Access Permission" "No access,S:RW U:--,S:RW U:R-,S:RW U:RW,reserved,S:R- U:--,S:R- U:R-,S:R- U:R-" bitfld.long 0x00 19.--21. " TEX ,Type Extension Field" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x00 18. " S ,Shareable Bit" "Not shareable,Shareable" bitfld.long 0x00 17. " C ,Cacheable Bit" "Not cacheable,Cacheable" bitfld.long 0x00 16. " B ,Bufferable Bit" "Not bufferable,Bufferable" textline " " bitfld.long 0x00 15. " SRD[7..0] ,Subregion 7 Disable" "0,1" bitfld.long 0x00 14. ",Subregion 6 Disable" "0,1" bitfld.long 0x00 13. ",Subregion 5 Disable" "0,1" bitfld.long 0x00 12. ",Subregion 4 Disable" "0,1" bitfld.long 0x00 11. ",Subregion 3 Disable" "0,1" bitfld.long 0x00 10. ",Subregion 2 Disable" "0,1" bitfld.long 0x00 9. ",Subregion 1 Disabled" "0,1" bitfld.long 0x00 8. ",Subregion 0 Disable" "0,1" bitfld.long 0x00 1.--5. " SIZE ,Indicates the region size" "-,-,-,-,32 B,64 B,128 B,256 B,512 B,1 kB,2 kB,4 kB,8 kB,16 kB,32 kB,64 kB,128 kB,256 kB,512 kB,1 MB,2 MB,4 MB,8 MB,16 MB,32 MB,64 MB,128 MB,256 MB,512 MB,1 GB,2 GB,4 GB" bitfld.long 0x00 0. " ENABLE ,Enables this region" "Disabled,Enabled" else hgroup.long 0xD9C++0x03 "Region 14 (not implemented)" saveout 0xD98 %l 0xE hide.long 0x00 "MPU_RBAR14,MPU Region Base Address Register 14" hgroup.long 0xDA0++0x03 saveout 0xD98 %l 0xE hide.long 0x00 "MPU_RASR14,MPU Region Attribute and Size Register 14" textline " " textline " " endif if ((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0xD90)&0xff00)>>8)>0xF group.long 0xD9C++0x03 "Region 15" saveout 0xD98 %l 0xF line.long 0x00 "MPU_RBAR15,MPU Region Base Address Register 15" hexmask.long 0x00 5.--31. 0x20 " ADDR ,Base address of the region" group.long 0xDA0++0x03 saveout 0xD98 %l 0xF line.long 0x00 "MPU_RASR15,MPU Region Attribute and Size Register 15" bitfld.long 0x00 28. " XN ,eXecute Never" "Execute,Not execute" bitfld.long 0x00 24.--26. " AP ,Data Access Permission" "No access,S:RW U:--,S:RW U:R-,S:RW U:RW,reserved,S:R- U:--,S:R- U:R-,S:R- U:R-" bitfld.long 0x00 19.--21. " TEX ,Type Extension Field" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x00 18. " S ,Shareable Bit" "Not shareable,Shareable" bitfld.long 0x00 17. " C ,Cacheable Bit" "Not cacheable,Cacheable" bitfld.long 0x00 16. " B ,Bufferable Bit" "Not bufferable,Bufferable" textline " " bitfld.long 0x00 15. " SRD[7..0] ,Subregion 7 Disable" "0,1" bitfld.long 0x00 14. ",Subregion 6 Disable" "0,1" bitfld.long 0x00 13. ",Subregion 5 Disable" "0,1" bitfld.long 0x00 12. ",Subregion 4 Disable" "0,1" bitfld.long 0x00 11. ",Subregion 3 Disable" "0,1" bitfld.long 0x00 10. ",Subregion 2 Disable" "0,1" bitfld.long 0x00 9. ",Subregion 1 Disabled" "0,1" bitfld.long 0x00 8. ",Subregion 0 Disable" "0,1" bitfld.long 0x00 1.--5. " SIZE ,Indicates the region size" "-,-,-,-,32 B,64 B,128 B,256 B,512 B,1 kB,2 kB,4 kB,8 kB,16 kB,32 kB,64 kB,128 kB,256 kB,512 kB,1 MB,2 MB,4 MB,8 MB,16 MB,32 MB,64 MB,128 MB,256 MB,512 MB,1 GB,2 GB,4 GB" bitfld.long 0x00 0. " ENABLE ,Enables this region" "Disabled,Enabled" else hgroup.long 0xD9C++0x03 "Region 15 (not implemented)" saveout 0xD98 %l 0xF hide.long 0x00 "MPU_RBAR15,MPU Region Base Address Register 15" hgroup.long 0xDA0++0x03 saveout 0xD98 %l 0xF hide.long 0x00 "MPU_RASR15,MPU Region Attribute and Size Register 15" textline " " textline " " endif tree.end width 0x0b else newline textline "COREDEBUG component base address not specified" newline endif tree.end tree "Nested Vectored Interrupt Controller" sif COMPonent.AVAILABLE("COREDEBUG") base CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1)) width 6. rgroup.long 0x04++0x03 line.long 0x00 "ICTR,Interrupt Controller Type Register" bitfld.long 0x00 0.--3. " INTLINESNUM ,Total Number of Interrupt" "0-32,33-64,65-96,97-128,129-160,161-192,193-224,225-240,?..." tree "Interrupt Enable Registers" width 23. if (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x00) group.long 0x100++0x03 line.long 0x00 "IRQ0_31_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x00 31. 0x00 31. 0x80 31. " ENA31 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 30. 0x00 30. 0x80 30. " ENA30 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 29. 0x00 29. 0x80 29. " ENA29 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 28. 0x00 28. 0x80 28. " ENA28 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 27. 0x00 27. 0x80 27. " ENA27 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 26. 0x00 26. 0x80 26. " ENA26 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 25. 0x00 25. 0x80 25. " ENA25 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 24. 0x00 24. 0x80 24. " ENA24 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 23. 0x00 23. 0x80 23. " ENA23 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 22. 0x00 22. 0x80 22. " ENA22 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 21. 0x00 21. 0x80 21. " ENA21 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 20. 0x00 20. 0x80 20. " ENA20 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 19. 0x00 19. 0x80 19. " ENA19 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 18. 0x00 18. 0x80 18. " ENA18 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 17. 0x00 17. 0x80 17. " ENA17 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 16. 0x00 16. 0x80 16. " ENA16 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 15. 0x00 15. 0x80 15. " ENA15 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 14. 0x00 14. 0x80 14. " ENA14 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 13. 0x00 13. 0x80 13. " ENA13 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 12. 0x00 12. 0x80 12. " ENA12 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 11. 0x00 11. 0x80 11. " ENA11 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 10. 0x00 10. 0x80 10. " ENA10 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 9. 0x00 9. 0x80 9. " ENA9 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 8. 0x00 8. 0x80 8. " ENA8 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 7. 0x00 7. 0x80 7. " ENA7 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 6. 0x00 6. 0x80 6. " ENA6 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 5. 0x00 5. 0x80 5. " ENA5 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 4. 0x00 4. 0x80 4. " ENA4 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 3. 0x00 3. 0x80 3. " ENA3 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 2. 0x00 2. 0x80 2. " ENA2 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 1. 0x00 1. 0x80 1. " ENA1 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 0. 0x00 0. 0x80 0. " ENA0 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x01) group.long 0x100++0x7 line.long 0x00 "IRQ0_31_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x00 31. 0x00 31. 0x80 31. " ENA31 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 30. 0x00 30. 0x80 30. " ENA30 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 29. 0x00 29. 0x80 29. " ENA29 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 28. 0x00 28. 0x80 28. " ENA28 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 27. 0x00 27. 0x80 27. " ENA27 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 26. 0x00 26. 0x80 26. " ENA26 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 25. 0x00 25. 0x80 25. " ENA25 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 24. 0x00 24. 0x80 24. " ENA24 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 23. 0x00 23. 0x80 23. " ENA23 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 22. 0x00 22. 0x80 22. " ENA22 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 21. 0x00 21. 0x80 21. " ENA21 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 20. 0x00 20. 0x80 20. " ENA20 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 19. 0x00 19. 0x80 19. " ENA19 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 18. 0x00 18. 0x80 18. " ENA18 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 17. 0x00 17. 0x80 17. " ENA17 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 16. 0x00 16. 0x80 16. " ENA16 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 15. 0x00 15. 0x80 15. " ENA15 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 14. 0x00 14. 0x80 14. " ENA14 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 13. 0x00 13. 0x80 13. " ENA13 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 12. 0x00 12. 0x80 12. " ENA12 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 11. 0x00 11. 0x80 11. " ENA11 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 10. 0x00 10. 0x80 10. " ENA10 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 9. 0x00 9. 0x80 9. " ENA9 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 8. 0x00 8. 0x80 8. " ENA8 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 7. 0x00 7. 0x80 7. " ENA7 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 6. 0x00 6. 0x80 6. " ENA6 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 5. 0x00 5. 0x80 5. " ENA5 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 4. 0x00 4. 0x80 4. " ENA4 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 3. 0x00 3. 0x80 3. " ENA3 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 2. 0x00 2. 0x80 2. " ENA2 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 1. 0x00 1. 0x80 1. " ENA1 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 0. 0x00 0. 0x80 0. " ENA0 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" line.long 0x04 "IRQ32_63_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x04 31. 0x04 31. 0x84 31. " ENA63 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 30. 0x04 30. 0x84 30. " ENA62 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 29. 0x04 29. 0x84 29. " ENA61 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 28. 0x04 28. 0x84 28. " ENA60 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 27. 0x04 27. 0x84 27. " ENA59 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 26. 0x04 26. 0x84 26. " ENA58 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 25. 0x04 25. 0x84 25. " ENA57 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 24. 0x04 24. 0x84 24. " ENA56 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 23. 0x04 23. 0x84 23. " ENA55 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 22. 0x04 22. 0x84 22. " ENA54 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 21. 0x04 21. 0x84 21. " ENA53 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 20. 0x04 20. 0x84 20. " ENA52 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 19. 0x04 19. 0x84 19. " ENA51 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 18. 0x04 18. 0x84 18. " ENA50 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 17. 0x04 17. 0x84 17. " ENA49 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 16. 0x04 16. 0x84 16. " ENA48 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 15. 0x04 15. 0x84 15. " ENA47 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 14. 0x04 14. 0x84 14. " ENA46 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 13. 0x04 13. 0x84 13. " ENA45 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 12. 0x04 12. 0x84 12. " ENA44 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 11. 0x04 11. 0x84 11. " ENA43 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 10. 0x04 10. 0x84 10. " ENA42 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 9. 0x04 9. 0x84 9. " ENA41 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 8. 0x04 8. 0x84 8. " ENA40 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 7. 0x04 7. 0x84 7. " ENA39 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 6. 0x04 6. 0x84 6. " ENA38 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 5. 0x04 5. 0x84 5. " ENA37 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 4. 0x04 4. 0x84 4. " ENA36 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 3. 0x04 3. 0x84 3. " ENA35 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 2. 0x04 2. 0x84 2. " ENA34 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 1. 0x04 1. 0x84 1. " ENA33 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 0. 0x04 0. 0x84 0. " ENA32 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x02) group.long 0x100++0x0B line.long 0x00 "IRQ0_31_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x00 31. 0x00 31. 0x80 31. " ENA31 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 30. 0x00 30. 0x80 30. " ENA30 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 29. 0x00 29. 0x80 29. " ENA29 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 28. 0x00 28. 0x80 28. " ENA28 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 27. 0x00 27. 0x80 27. " ENA27 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 26. 0x00 26. 0x80 26. " ENA26 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 25. 0x00 25. 0x80 25. " ENA25 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 24. 0x00 24. 0x80 24. " ENA24 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 23. 0x00 23. 0x80 23. " ENA23 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 22. 0x00 22. 0x80 22. " ENA22 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 21. 0x00 21. 0x80 21. " ENA21 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 20. 0x00 20. 0x80 20. " ENA20 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 19. 0x00 19. 0x80 19. " ENA19 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 18. 0x00 18. 0x80 18. " ENA18 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 17. 0x00 17. 0x80 17. " ENA17 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 16. 0x00 16. 0x80 16. " ENA16 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 15. 0x00 15. 0x80 15. " ENA15 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 14. 0x00 14. 0x80 14. " ENA14 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 13. 0x00 13. 0x80 13. " ENA13 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 12. 0x00 12. 0x80 12. " ENA12 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 11. 0x00 11. 0x80 11. " ENA11 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 10. 0x00 10. 0x80 10. " ENA10 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 9. 0x00 9. 0x80 9. " ENA9 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 8. 0x00 8. 0x80 8. " ENA8 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 7. 0x00 7. 0x80 7. " ENA7 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 6. 0x00 6. 0x80 6. " ENA6 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 5. 0x00 5. 0x80 5. " ENA5 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 4. 0x00 4. 0x80 4. " ENA4 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 3. 0x00 3. 0x80 3. " ENA3 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 2. 0x00 2. 0x80 2. " ENA2 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 1. 0x00 1. 0x80 1. " ENA1 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 0. 0x00 0. 0x80 0. " ENA0 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" line.long 0x04 "IRQ32_63_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x04 31. 0x04 31. 0x84 31. " ENA63 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 30. 0x04 30. 0x84 30. " ENA62 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 29. 0x04 29. 0x84 29. " ENA61 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 28. 0x04 28. 0x84 28. " ENA60 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 27. 0x04 27. 0x84 27. " ENA59 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 26. 0x04 26. 0x84 26. " ENA58 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 25. 0x04 25. 0x84 25. " ENA57 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 24. 0x04 24. 0x84 24. " ENA56 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 23. 0x04 23. 0x84 23. " ENA55 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 22. 0x04 22. 0x84 22. " ENA54 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 21. 0x04 21. 0x84 21. " ENA53 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 20. 0x04 20. 0x84 20. " ENA52 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 19. 0x04 19. 0x84 19. " ENA51 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 18. 0x04 18. 0x84 18. " ENA50 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 17. 0x04 17. 0x84 17. " ENA49 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 16. 0x04 16. 0x84 16. " ENA48 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 15. 0x04 15. 0x84 15. " ENA47 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 14. 0x04 14. 0x84 14. " ENA46 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 13. 0x04 13. 0x84 13. " ENA45 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 12. 0x04 12. 0x84 12. " ENA44 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 11. 0x04 11. 0x84 11. " ENA43 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 10. 0x04 10. 0x84 10. " ENA42 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 9. 0x04 9. 0x84 9. " ENA41 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 8. 0x04 8. 0x84 8. " ENA40 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 7. 0x04 7. 0x84 7. " ENA39 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 6. 0x04 6. 0x84 6. " ENA38 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 5. 0x04 5. 0x84 5. " ENA37 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 4. 0x04 4. 0x84 4. " ENA36 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 3. 0x04 3. 0x84 3. " ENA35 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 2. 0x04 2. 0x84 2. " ENA34 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 1. 0x04 1. 0x84 1. " ENA33 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 0. 0x04 0. 0x84 0. " ENA32 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" line.long 0x08 "IRQ64_95_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x08 31. 0x08 31. 0x88 31. " ENA95 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 30. 0x08 30. 0x88 30. " ENA94 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 29. 0x08 29. 0x88 29. " ENA93 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 28. 0x08 28. 0x88 28. " ENA92 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 27. 0x08 27. 0x88 27. " ENA91 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 26. 0x08 26. 0x88 26. " ENA90 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 25. 0x08 25. 0x88 25. " ENA89 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 24. 0x08 24. 0x88 24. " ENA88 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 23. 0x08 23. 0x88 23. " ENA87 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 22. 0x08 22. 0x88 22. " ENA86 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 21. 0x08 21. 0x88 21. " ENA85 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 20. 0x08 20. 0x88 20. " ENA84 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 19. 0x08 19. 0x88 19. " ENA83 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 18. 0x08 18. 0x88 18. " ENA82 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 17. 0x08 17. 0x88 17. " ENA81 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 16. 0x08 16. 0x88 16. " ENA80 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 15. 0x08 15. 0x88 15. " ENA79 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 14. 0x08 14. 0x88 14. " ENA78 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 13. 0x08 13. 0x88 13. " ENA77 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 12. 0x08 12. 0x88 12. " ENA76 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 11. 0x08 11. 0x88 11. " ENA75 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 10. 0x08 10. 0x88 10. " ENA74 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 9. 0x08 9. 0x88 9. " ENA73 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 8. 0x08 8. 0x88 8. " ENA72 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 7. 0x08 7. 0x88 7. " ENA71 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 6. 0x08 6. 0x88 6. " ENA70 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 5. 0x08 5. 0x88 5. " ENA69 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 4. 0x08 4. 0x88 4. " ENA68 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 3. 0x08 3. 0x88 3. " ENA67 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 2. 0x08 2. 0x88 2. " ENA66 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 1. 0x08 1. 0x88 1. " ENA65 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 0. 0x08 0. 0x88 0. " ENA64 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x03) group.long 0x100++0x0F line.long 0x00 "IRQ0_31_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x00 31. 0x00 31. 0x80 31. " ENA31 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 30. 0x00 30. 0x80 30. " ENA30 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 29. 0x00 29. 0x80 29. " ENA29 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 28. 0x00 28. 0x80 28. " ENA28 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 27. 0x00 27. 0x80 27. " ENA27 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 26. 0x00 26. 0x80 26. " ENA26 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 25. 0x00 25. 0x80 25. " ENA25 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 24. 0x00 24. 0x80 24. " ENA24 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 23. 0x00 23. 0x80 23. " ENA23 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 22. 0x00 22. 0x80 22. " ENA22 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 21. 0x00 21. 0x80 21. " ENA21 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 20. 0x00 20. 0x80 20. " ENA20 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 19. 0x00 19. 0x80 19. " ENA19 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 18. 0x00 18. 0x80 18. " ENA18 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 17. 0x00 17. 0x80 17. " ENA17 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 16. 0x00 16. 0x80 16. " ENA16 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 15. 0x00 15. 0x80 15. " ENA15 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 14. 0x00 14. 0x80 14. " ENA14 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 13. 0x00 13. 0x80 13. " ENA13 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 12. 0x00 12. 0x80 12. " ENA12 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 11. 0x00 11. 0x80 11. " ENA11 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 10. 0x00 10. 0x80 10. " ENA10 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 9. 0x00 9. 0x80 9. " ENA9 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 8. 0x00 8. 0x80 8. " ENA8 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 7. 0x00 7. 0x80 7. " ENA7 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 6. 0x00 6. 0x80 6. " ENA6 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 5. 0x00 5. 0x80 5. " ENA5 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 4. 0x00 4. 0x80 4. " ENA4 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 3. 0x00 3. 0x80 3. " ENA3 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 2. 0x00 2. 0x80 2. " ENA2 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 1. 0x00 1. 0x80 1. " ENA1 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 0. 0x00 0. 0x80 0. " ENA0 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" line.long 0x04 "IRQ32_63_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x04 31. 0x04 31. 0x84 31. " ENA63 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 30. 0x04 30. 0x84 30. " ENA62 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 29. 0x04 29. 0x84 29. " ENA61 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 28. 0x04 28. 0x84 28. " ENA60 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 27. 0x04 27. 0x84 27. " ENA59 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 26. 0x04 26. 0x84 26. " ENA58 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 25. 0x04 25. 0x84 25. " ENA57 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 24. 0x04 24. 0x84 24. " ENA56 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 23. 0x04 23. 0x84 23. " ENA55 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 22. 0x04 22. 0x84 22. " ENA54 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 21. 0x04 21. 0x84 21. " ENA53 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 20. 0x04 20. 0x84 20. " ENA52 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 19. 0x04 19. 0x84 19. " ENA51 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 18. 0x04 18. 0x84 18. " ENA50 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 17. 0x04 17. 0x84 17. " ENA49 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 16. 0x04 16. 0x84 16. " ENA48 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 15. 0x04 15. 0x84 15. " ENA47 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 14. 0x04 14. 0x84 14. " ENA46 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 13. 0x04 13. 0x84 13. " ENA45 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 12. 0x04 12. 0x84 12. " ENA44 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 11. 0x04 11. 0x84 11. " ENA43 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 10. 0x04 10. 0x84 10. " ENA42 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 9. 0x04 9. 0x84 9. " ENA41 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 8. 0x04 8. 0x84 8. " ENA40 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 7. 0x04 7. 0x84 7. " ENA39 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 6. 0x04 6. 0x84 6. " ENA38 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 5. 0x04 5. 0x84 5. " ENA37 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 4. 0x04 4. 0x84 4. " ENA36 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 3. 0x04 3. 0x84 3. " ENA35 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 2. 0x04 2. 0x84 2. " ENA34 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 1. 0x04 1. 0x84 1. " ENA33 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 0. 0x04 0. 0x84 0. " ENA32 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" line.long 0x08 "IRQ64_95_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x08 31. 0x08 31. 0x88 31. " ENA95 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 30. 0x08 30. 0x88 30. " ENA94 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 29. 0x08 29. 0x88 29. " ENA93 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 28. 0x08 28. 0x88 28. " ENA92 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 27. 0x08 27. 0x88 27. " ENA91 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 26. 0x08 26. 0x88 26. " ENA90 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 25. 0x08 25. 0x88 25. " ENA89 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 24. 0x08 24. 0x88 24. " ENA88 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 23. 0x08 23. 0x88 23. " ENA87 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 22. 0x08 22. 0x88 22. " ENA86 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 21. 0x08 21. 0x88 21. " ENA85 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 20. 0x08 20. 0x88 20. " ENA84 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 19. 0x08 19. 0x88 19. " ENA83 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 18. 0x08 18. 0x88 18. " ENA82 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 17. 0x08 17. 0x88 17. " ENA81 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 16. 0x08 16. 0x88 16. " ENA80 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 15. 0x08 15. 0x88 15. " ENA79 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 14. 0x08 14. 0x88 14. " ENA78 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 13. 0x08 13. 0x88 13. " ENA77 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 12. 0x08 12. 0x88 12. " ENA76 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 11. 0x08 11. 0x88 11. " ENA75 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 10. 0x08 10. 0x88 10. " ENA74 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 9. 0x08 9. 0x88 9. " ENA73 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 8. 0x08 8. 0x88 8. " ENA72 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 7. 0x08 7. 0x88 7. " ENA71 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 6. 0x08 6. 0x88 6. " ENA70 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 5. 0x08 5. 0x88 5. " ENA69 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 4. 0x08 4. 0x88 4. " ENA68 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 3. 0x08 3. 0x88 3. " ENA67 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 2. 0x08 2. 0x88 2. " ENA66 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 1. 0x08 1. 0x88 1. " ENA65 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 0. 0x08 0. 0x88 0. " ENA64 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" line.long 0x0c "IRQ96_127_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x0c 31. 0x0c 31. 0x8c 31. " ENA127 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 30. 0x0c 30. 0x8c 30. " ENA126 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 29. 0x0c 29. 0x8c 29. " ENA125 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 28. 0x0c 28. 0x8c 28. " ENA124 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 27. 0x0c 27. 0x8c 27. " ENA123 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 26. 0x0c 26. 0x8c 26. " ENA122 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x0c 25. 0x0c 25. 0x8c 25. " ENA121 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 24. 0x0c 24. 0x8c 24. " ENA120 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 23. 0x0c 23. 0x8c 23. " ENA119 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 22. 0x0c 22. 0x8c 22. " ENA118 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 21. 0x0c 21. 0x8c 21. " ENA117 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 20. 0x0c 20. 0x8c 20. " ENA116 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x0c 19. 0x0c 19. 0x8c 19. " ENA115 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 18. 0x0c 18. 0x8c 18. " ENA114 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 17. 0x0c 17. 0x8c 17. " ENA113 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 16. 0x0c 16. 0x8c 16. " ENA112 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 15. 0x0c 15. 0x8c 15. " ENA111 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 14. 0x0c 14. 0x8c 14. " ENA110 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x0c 13. 0x0c 13. 0x8c 13. " ENA109 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 12. 0x0c 12. 0x8c 12. " ENA108 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 11. 0x0c 11. 0x8c 11. " ENA107 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 10. 0x0c 10. 0x8c 10. " ENA106 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 9. 0x0c 9. 0x8c 9. " ENA105 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 8. 0x0c 8. 0x8c 8. " ENA104 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x0c 7. 0x0c 7. 0x8c 7. " ENA103 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 6. 0x0c 6. 0x8c 6. " ENA102 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 5. 0x0c 5. 0x8c 5. " ENA101 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 4. 0x0c 4. 0x8c 4. " ENA100 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 3. 0x0c 3. 0x8c 3. " ENA99 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 2. 0x0c 2. 0x8c 2. " ENA98 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x0c 1. 0x0c 1. 0x8c 1. " ENA97 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 0. 0x0c 0. 0x8c 0. " ENA96 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x04) group.long 0x100++0x13 line.long 0x00 "IRQ0_31_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x00 31. 0x00 31. 0x80 31. " ENA31 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 30. 0x00 30. 0x80 30. " ENA30 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 29. 0x00 29. 0x80 29. " ENA29 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 28. 0x00 28. 0x80 28. " ENA28 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 27. 0x00 27. 0x80 27. " ENA27 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 26. 0x00 26. 0x80 26. " ENA26 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 25. 0x00 25. 0x80 25. " ENA25 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 24. 0x00 24. 0x80 24. " ENA24 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 23. 0x00 23. 0x80 23. " ENA23 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 22. 0x00 22. 0x80 22. " ENA22 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 21. 0x00 21. 0x80 21. " ENA21 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 20. 0x00 20. 0x80 20. " ENA20 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 19. 0x00 19. 0x80 19. " ENA19 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 18. 0x00 18. 0x80 18. " ENA18 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 17. 0x00 17. 0x80 17. " ENA17 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 16. 0x00 16. 0x80 16. " ENA16 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 15. 0x00 15. 0x80 15. " ENA15 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 14. 0x00 14. 0x80 14. " ENA14 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 13. 0x00 13. 0x80 13. " ENA13 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 12. 0x00 12. 0x80 12. " ENA12 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 11. 0x00 11. 0x80 11. " ENA11 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 10. 0x00 10. 0x80 10. " ENA10 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 9. 0x00 9. 0x80 9. " ENA9 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 8. 0x00 8. 0x80 8. " ENA8 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 7. 0x00 7. 0x80 7. " ENA7 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 6. 0x00 6. 0x80 6. " ENA6 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 5. 0x00 5. 0x80 5. " ENA5 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 4. 0x00 4. 0x80 4. " ENA4 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 3. 0x00 3. 0x80 3. " ENA3 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 2. 0x00 2. 0x80 2. " ENA2 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 1. 0x00 1. 0x80 1. " ENA1 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 0. 0x00 0. 0x80 0. " ENA0 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" line.long 0x04 "IRQ32_63_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x04 31. 0x04 31. 0x84 31. " ENA63 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 30. 0x04 30. 0x84 30. " ENA62 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 29. 0x04 29. 0x84 29. " ENA61 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 28. 0x04 28. 0x84 28. " ENA60 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 27. 0x04 27. 0x84 27. " ENA59 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 26. 0x04 26. 0x84 26. " ENA58 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 25. 0x04 25. 0x84 25. " ENA57 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 24. 0x04 24. 0x84 24. " ENA56 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 23. 0x04 23. 0x84 23. " ENA55 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 22. 0x04 22. 0x84 22. " ENA54 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 21. 0x04 21. 0x84 21. " ENA53 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 20. 0x04 20. 0x84 20. " ENA52 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 19. 0x04 19. 0x84 19. " ENA51 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 18. 0x04 18. 0x84 18. " ENA50 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 17. 0x04 17. 0x84 17. " ENA49 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 16. 0x04 16. 0x84 16. " ENA48 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 15. 0x04 15. 0x84 15. " ENA47 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 14. 0x04 14. 0x84 14. " ENA46 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 13. 0x04 13. 0x84 13. " ENA45 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 12. 0x04 12. 0x84 12. " ENA44 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 11. 0x04 11. 0x84 11. " ENA43 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 10. 0x04 10. 0x84 10. " ENA42 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 9. 0x04 9. 0x84 9. " ENA41 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 8. 0x04 8. 0x84 8. " ENA40 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 7. 0x04 7. 0x84 7. " ENA39 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 6. 0x04 6. 0x84 6. " ENA38 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 5. 0x04 5. 0x84 5. " ENA37 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 4. 0x04 4. 0x84 4. " ENA36 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 3. 0x04 3. 0x84 3. " ENA35 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 2. 0x04 2. 0x84 2. " ENA34 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 1. 0x04 1. 0x84 1. " ENA33 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 0. 0x04 0. 0x84 0. " ENA32 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" line.long 0x08 "IRQ64_95_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x08 31. 0x08 31. 0x88 31. " ENA95 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 30. 0x08 30. 0x88 30. " ENA94 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 29. 0x08 29. 0x88 29. " ENA93 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 28. 0x08 28. 0x88 28. " ENA92 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 27. 0x08 27. 0x88 27. " ENA91 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 26. 0x08 26. 0x88 26. " ENA90 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 25. 0x08 25. 0x88 25. " ENA89 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 24. 0x08 24. 0x88 24. " ENA88 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 23. 0x08 23. 0x88 23. " ENA87 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 22. 0x08 22. 0x88 22. " ENA86 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 21. 0x08 21. 0x88 21. " ENA85 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 20. 0x08 20. 0x88 20. " ENA84 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 19. 0x08 19. 0x88 19. " ENA83 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 18. 0x08 18. 0x88 18. " ENA82 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 17. 0x08 17. 0x88 17. " ENA81 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 16. 0x08 16. 0x88 16. " ENA80 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 15. 0x08 15. 0x88 15. " ENA79 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 14. 0x08 14. 0x88 14. " ENA78 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 13. 0x08 13. 0x88 13. " ENA77 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 12. 0x08 12. 0x88 12. " ENA76 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 11. 0x08 11. 0x88 11. " ENA75 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 10. 0x08 10. 0x88 10. " ENA74 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 9. 0x08 9. 0x88 9. " ENA73 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 8. 0x08 8. 0x88 8. " ENA72 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 7. 0x08 7. 0x88 7. " ENA71 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 6. 0x08 6. 0x88 6. " ENA70 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 5. 0x08 5. 0x88 5. " ENA69 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 4. 0x08 4. 0x88 4. " ENA68 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 3. 0x08 3. 0x88 3. " ENA67 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 2. 0x08 2. 0x88 2. " ENA66 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 1. 0x08 1. 0x88 1. " ENA65 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 0. 0x08 0. 0x88 0. " ENA64 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" line.long 0x0c "IRQ96_127_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x0c 31. 0x0c 31. 0x8c 31. " ENA127 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 30. 0x0c 30. 0x8c 30. " ENA126 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 29. 0x0c 29. 0x8c 29. " ENA125 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 28. 0x0c 28. 0x8c 28. " ENA124 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 27. 0x0c 27. 0x8c 27. " ENA123 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 26. 0x0c 26. 0x8c 26. " ENA122 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x0c 25. 0x0c 25. 0x8c 25. " ENA121 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 24. 0x0c 24. 0x8c 24. " ENA120 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 23. 0x0c 23. 0x8c 23. " ENA119 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 22. 0x0c 22. 0x8c 22. " ENA118 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 21. 0x0c 21. 0x8c 21. " ENA117 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 20. 0x0c 20. 0x8c 20. " ENA116 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x0c 19. 0x0c 19. 0x8c 19. " ENA115 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 18. 0x0c 18. 0x8c 18. " ENA114 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 17. 0x0c 17. 0x8c 17. " ENA113 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 16. 0x0c 16. 0x8c 16. " ENA112 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 15. 0x0c 15. 0x8c 15. " ENA111 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 14. 0x0c 14. 0x8c 14. " ENA110 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x0c 13. 0x0c 13. 0x8c 13. " ENA109 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 12. 0x0c 12. 0x8c 12. " ENA108 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 11. 0x0c 11. 0x8c 11. " ENA107 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 10. 0x0c 10. 0x8c 10. " ENA106 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 9. 0x0c 9. 0x8c 9. " ENA105 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 8. 0x0c 8. 0x8c 8. " ENA104 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x0c 7. 0x0c 7. 0x8c 7. " ENA103 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 6. 0x0c 6. 0x8c 6. " ENA102 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 5. 0x0c 5. 0x8c 5. " ENA101 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 4. 0x0c 4. 0x8c 4. " ENA100 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 3. 0x0c 3. 0x8c 3. " ENA99 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 2. 0x0c 2. 0x8c 2. " ENA98 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x0c 1. 0x0c 1. 0x8c 1. " ENA97 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 0. 0x0c 0. 0x8c 0. " ENA96 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" line.long 0x10 "IRQ128_159_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x10 31. 0x10 31. 0x90 31. " ENA159 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 30. 0x10 30. 0x90 30. " ENA158 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 29. 0x10 29. 0x90 29. " ENA157 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 28. 0x10 28. 0x90 28. " ENA156 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 27. 0x10 27. 0x90 27. " ENA155 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 26. 0x10 26. 0x90 26. " ENA154 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x10 25. 0x10 25. 0x90 25. " ENA153 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 24. 0x10 24. 0x90 24. " ENA152 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 23. 0x10 23. 0x90 23. " ENA151 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 22. 0x10 22. 0x90 22. " ENA150 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 21. 0x10 21. 0x90 21. " ENA149 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 20. 0x10 20. 0x90 20. " ENA148 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x10 19. 0x10 19. 0x90 19. " ENA147 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 18. 0x10 18. 0x90 18. " ENA146 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 17. 0x10 17. 0x90 17. " ENA145 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 16. 0x10 16. 0x90 16. " ENA144 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 15. 0x10 15. 0x90 15. " ENA143 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 14. 0x10 14. 0x90 14. " ENA142 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x10 13. 0x10 13. 0x90 13. " ENA141 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 12. 0x10 12. 0x90 12. " ENA140 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 11. 0x10 11. 0x90 11. " ENA139 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 10. 0x10 10. 0x90 10. " ENA138 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 9. 0x10 9. 0x90 9. " ENA137 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 8. 0x10 8. 0x90 8. " ENA136 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x10 7. 0x10 7. 0x90 7. " ENA135 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 6. 0x10 6. 0x90 6. " ENA134 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 5. 0x10 5. 0x90 5. " ENA133 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 4. 0x10 4. 0x90 4. " ENA132 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 3. 0x10 3. 0x90 3. " ENA131 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 2. 0x10 2. 0x90 2. " ENA130 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x10 1. 0x10 1. 0x90 1. " ENA129 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 0. 0x10 0. 0x90 0. " ENA128 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x05) group.long 0x100++0x17 line.long 0x00 "IRQ0_31_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x00 31. 0x00 31. 0x80 31. " ENA31 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 30. 0x00 30. 0x80 30. " ENA30 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 29. 0x00 29. 0x80 29. " ENA29 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 28. 0x00 28. 0x80 28. " ENA28 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 27. 0x00 27. 0x80 27. " ENA27 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 26. 0x00 26. 0x80 26. " ENA26 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 25. 0x00 25. 0x80 25. " ENA25 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 24. 0x00 24. 0x80 24. " ENA24 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 23. 0x00 23. 0x80 23. " ENA23 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 22. 0x00 22. 0x80 22. " ENA22 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 21. 0x00 21. 0x80 21. " ENA21 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 20. 0x00 20. 0x80 20. " ENA20 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 19. 0x00 19. 0x80 19. " ENA19 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 18. 0x00 18. 0x80 18. " ENA18 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 17. 0x00 17. 0x80 17. " ENA17 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 16. 0x00 16. 0x80 16. " ENA16 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 15. 0x00 15. 0x80 15. " ENA15 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 14. 0x00 14. 0x80 14. " ENA14 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 13. 0x00 13. 0x80 13. " ENA13 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 12. 0x00 12. 0x80 12. " ENA12 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 11. 0x00 11. 0x80 11. " ENA11 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 10. 0x00 10. 0x80 10. " ENA10 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 9. 0x00 9. 0x80 9. " ENA9 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 8. 0x00 8. 0x80 8. " ENA8 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 7. 0x00 7. 0x80 7. " ENA7 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 6. 0x00 6. 0x80 6. " ENA6 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 5. 0x00 5. 0x80 5. " ENA5 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 4. 0x00 4. 0x80 4. " ENA4 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 3. 0x00 3. 0x80 3. " ENA3 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 2. 0x00 2. 0x80 2. " ENA2 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 1. 0x00 1. 0x80 1. " ENA1 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 0. 0x00 0. 0x80 0. " ENA0 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" line.long 0x04 "IRQ32_63_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x04 31. 0x04 31. 0x84 31. " ENA63 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 30. 0x04 30. 0x84 30. " ENA62 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 29. 0x04 29. 0x84 29. " ENA61 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 28. 0x04 28. 0x84 28. " ENA60 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 27. 0x04 27. 0x84 27. " ENA59 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 26. 0x04 26. 0x84 26. " ENA58 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 25. 0x04 25. 0x84 25. " ENA57 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 24. 0x04 24. 0x84 24. " ENA56 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 23. 0x04 23. 0x84 23. " ENA55 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 22. 0x04 22. 0x84 22. " ENA54 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 21. 0x04 21. 0x84 21. " ENA53 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 20. 0x04 20. 0x84 20. " ENA52 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 19. 0x04 19. 0x84 19. " ENA51 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 18. 0x04 18. 0x84 18. " ENA50 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 17. 0x04 17. 0x84 17. " ENA49 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 16. 0x04 16. 0x84 16. " ENA48 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 15. 0x04 15. 0x84 15. " ENA47 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 14. 0x04 14. 0x84 14. " ENA46 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 13. 0x04 13. 0x84 13. " ENA45 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 12. 0x04 12. 0x84 12. " ENA44 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 11. 0x04 11. 0x84 11. " ENA43 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 10. 0x04 10. 0x84 10. " ENA42 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 9. 0x04 9. 0x84 9. " ENA41 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 8. 0x04 8. 0x84 8. " ENA40 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 7. 0x04 7. 0x84 7. " ENA39 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 6. 0x04 6. 0x84 6. " ENA38 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 5. 0x04 5. 0x84 5. " ENA37 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 4. 0x04 4. 0x84 4. " ENA36 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 3. 0x04 3. 0x84 3. " ENA35 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 2. 0x04 2. 0x84 2. " ENA34 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 1. 0x04 1. 0x84 1. " ENA33 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 0. 0x04 0. 0x84 0. " ENA32 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" line.long 0x08 "IRQ64_95_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x08 31. 0x08 31. 0x88 31. " ENA95 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 30. 0x08 30. 0x88 30. " ENA94 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 29. 0x08 29. 0x88 29. " ENA93 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 28. 0x08 28. 0x88 28. " ENA92 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 27. 0x08 27. 0x88 27. " ENA91 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 26. 0x08 26. 0x88 26. " ENA90 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 25. 0x08 25. 0x88 25. " ENA89 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 24. 0x08 24. 0x88 24. " ENA88 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 23. 0x08 23. 0x88 23. " ENA87 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 22. 0x08 22. 0x88 22. " ENA86 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 21. 0x08 21. 0x88 21. " ENA85 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 20. 0x08 20. 0x88 20. " ENA84 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 19. 0x08 19. 0x88 19. " ENA83 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 18. 0x08 18. 0x88 18. " ENA82 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 17. 0x08 17. 0x88 17. " ENA81 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 16. 0x08 16. 0x88 16. " ENA80 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 15. 0x08 15. 0x88 15. " ENA79 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 14. 0x08 14. 0x88 14. " ENA78 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 13. 0x08 13. 0x88 13. " ENA77 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 12. 0x08 12. 0x88 12. " ENA76 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 11. 0x08 11. 0x88 11. " ENA75 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 10. 0x08 10. 0x88 10. " ENA74 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 9. 0x08 9. 0x88 9. " ENA73 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 8. 0x08 8. 0x88 8. " ENA72 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 7. 0x08 7. 0x88 7. " ENA71 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 6. 0x08 6. 0x88 6. " ENA70 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 5. 0x08 5. 0x88 5. " ENA69 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 4. 0x08 4. 0x88 4. " ENA68 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 3. 0x08 3. 0x88 3. " ENA67 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 2. 0x08 2. 0x88 2. " ENA66 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 1. 0x08 1. 0x88 1. " ENA65 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 0. 0x08 0. 0x88 0. " ENA64 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" line.long 0x0c "IRQ96_127_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x0c 31. 0x0c 31. 0x8c 31. " ENA127 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 30. 0x0c 30. 0x8c 30. " ENA126 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 29. 0x0c 29. 0x8c 29. " ENA125 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 28. 0x0c 28. 0x8c 28. " ENA124 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 27. 0x0c 27. 0x8c 27. " ENA123 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 26. 0x0c 26. 0x8c 26. " ENA122 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x0c 25. 0x0c 25. 0x8c 25. " ENA121 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 24. 0x0c 24. 0x8c 24. " ENA120 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 23. 0x0c 23. 0x8c 23. " ENA119 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 22. 0x0c 22. 0x8c 22. " ENA118 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 21. 0x0c 21. 0x8c 21. " ENA117 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 20. 0x0c 20. 0x8c 20. " ENA116 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x0c 19. 0x0c 19. 0x8c 19. " ENA115 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 18. 0x0c 18. 0x8c 18. " ENA114 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 17. 0x0c 17. 0x8c 17. " ENA113 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 16. 0x0c 16. 0x8c 16. " ENA112 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 15. 0x0c 15. 0x8c 15. " ENA111 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 14. 0x0c 14. 0x8c 14. " ENA110 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x0c 13. 0x0c 13. 0x8c 13. " ENA109 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 12. 0x0c 12. 0x8c 12. " ENA108 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 11. 0x0c 11. 0x8c 11. " ENA107 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 10. 0x0c 10. 0x8c 10. " ENA106 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 9. 0x0c 9. 0x8c 9. " ENA105 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 8. 0x0c 8. 0x8c 8. " ENA104 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x0c 7. 0x0c 7. 0x8c 7. " ENA103 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 6. 0x0c 6. 0x8c 6. " ENA102 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 5. 0x0c 5. 0x8c 5. " ENA101 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 4. 0x0c 4. 0x8c 4. " ENA100 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 3. 0x0c 3. 0x8c 3. " ENA99 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 2. 0x0c 2. 0x8c 2. " ENA98 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x0c 1. 0x0c 1. 0x8c 1. " ENA97 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 0. 0x0c 0. 0x8c 0. " ENA96 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" line.long 0x10 "IRQ128_159_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x10 31. 0x10 31. 0x90 31. " ENA159 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 30. 0x10 30. 0x90 30. " ENA158 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 29. 0x10 29. 0x90 29. " ENA157 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 28. 0x10 28. 0x90 28. " ENA156 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 27. 0x10 27. 0x90 27. " ENA155 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 26. 0x10 26. 0x90 26. " ENA154 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x10 25. 0x10 25. 0x90 25. " ENA153 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 24. 0x10 24. 0x90 24. " ENA152 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 23. 0x10 23. 0x90 23. " ENA151 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 22. 0x10 22. 0x90 22. " ENA150 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 21. 0x10 21. 0x90 21. " ENA149 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 20. 0x10 20. 0x90 20. " ENA148 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x10 19. 0x10 19. 0x90 19. " ENA147 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 18. 0x10 18. 0x90 18. " ENA146 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 17. 0x10 17. 0x90 17. " ENA145 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 16. 0x10 16. 0x90 16. " ENA144 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 15. 0x10 15. 0x90 15. " ENA143 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 14. 0x10 14. 0x90 14. " ENA142 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x10 13. 0x10 13. 0x90 13. " ENA141 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 12. 0x10 12. 0x90 12. " ENA140 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 11. 0x10 11. 0x90 11. " ENA139 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 10. 0x10 10. 0x90 10. " ENA138 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 9. 0x10 9. 0x90 9. " ENA137 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 8. 0x10 8. 0x90 8. " ENA136 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x10 7. 0x10 7. 0x90 7. " ENA135 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 6. 0x10 6. 0x90 6. " ENA134 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 5. 0x10 5. 0x90 5. " ENA133 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 4. 0x10 4. 0x90 4. " ENA132 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 3. 0x10 3. 0x90 3. " ENA131 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 2. 0x10 2. 0x90 2. " ENA130 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x10 1. 0x10 1. 0x90 1. " ENA129 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 0. 0x10 0. 0x90 0. " ENA128 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" line.long 0x14 "IRQ160_191_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x14 31. 0x14 31. 0x94 31. " ENA191 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 30. 0x14 30. 0x94 30. " ENA190 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 29. 0x14 29. 0x94 29. " ENA189 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 28. 0x14 28. 0x94 28. " ENA188 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 27. 0x14 27. 0x94 27. " ENA187 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 26. 0x14 26. 0x94 26. " ENA186 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x14 25. 0x14 25. 0x94 25. " ENA185 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 24. 0x14 24. 0x94 24. " ENA184 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 23. 0x14 23. 0x94 23. " ENA183 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 22. 0x14 22. 0x94 22. " ENA182 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 21. 0x14 21. 0x94 21. " ENA181 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 20. 0x14 20. 0x94 20. " ENA180 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x14 19. 0x14 19. 0x94 19. " ENA179 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 18. 0x14 18. 0x94 18. " ENA178 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 17. 0x14 17. 0x94 17. " ENA177 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 16. 0x14 16. 0x94 16. " ENA176 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 15. 0x14 15. 0x94 15. " ENA175 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 14. 0x14 14. 0x94 14. " ENA174 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x14 13. 0x14 13. 0x94 13. " ENA173 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 12. 0x14 12. 0x94 12. " ENA172 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 11. 0x14 11. 0x94 11. " ENA171 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 10. 0x14 10. 0x94 10. " ENA170 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 9. 0x14 9. 0x94 9. " ENA169 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 8. 0x14 8. 0x94 8. " ENA168 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x14 7. 0x14 7. 0x94 7. " ENA167 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 6. 0x14 6. 0x94 6. " ENA166 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 5. 0x14 5. 0x94 5. " ENA165 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 4. 0x14 4. 0x94 4. " ENA164 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 3. 0x14 3. 0x94 3. " ENA163 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 2. 0x14 2. 0x94 2. " ENA162 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x14 1. 0x14 1. 0x94 1. " ENA161 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 0. 0x14 0. 0x94 0. " ENA160 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x06) group.long 0x100++0x1B line.long 0x00 "IRQ0_31_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x00 31. 0x00 31. 0x80 31. " ENA31 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 30. 0x00 30. 0x80 30. " ENA30 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 29. 0x00 29. 0x80 29. " ENA29 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 28. 0x00 28. 0x80 28. " ENA28 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 27. 0x00 27. 0x80 27. " ENA27 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 26. 0x00 26. 0x80 26. " ENA26 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 25. 0x00 25. 0x80 25. " ENA25 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 24. 0x00 24. 0x80 24. " ENA24 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 23. 0x00 23. 0x80 23. " ENA23 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 22. 0x00 22. 0x80 22. " ENA22 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 21. 0x00 21. 0x80 21. " ENA21 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 20. 0x00 20. 0x80 20. " ENA20 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 19. 0x00 19. 0x80 19. " ENA19 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 18. 0x00 18. 0x80 18. " ENA18 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 17. 0x00 17. 0x80 17. " ENA17 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 16. 0x00 16. 0x80 16. " ENA16 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 15. 0x00 15. 0x80 15. " ENA15 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 14. 0x00 14. 0x80 14. " ENA14 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 13. 0x00 13. 0x80 13. " ENA13 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 12. 0x00 12. 0x80 12. " ENA12 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 11. 0x00 11. 0x80 11. " ENA11 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 10. 0x00 10. 0x80 10. " ENA10 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 9. 0x00 9. 0x80 9. " ENA9 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 8. 0x00 8. 0x80 8. " ENA8 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 7. 0x00 7. 0x80 7. " ENA7 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 6. 0x00 6. 0x80 6. " ENA6 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 5. 0x00 5. 0x80 5. " ENA5 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 4. 0x00 4. 0x80 4. " ENA4 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 3. 0x00 3. 0x80 3. " ENA3 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 2. 0x00 2. 0x80 2. " ENA2 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 1. 0x00 1. 0x80 1. " ENA1 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 0. 0x00 0. 0x80 0. " ENA0 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" line.long 0x04 "IRQ32_63_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x04 31. 0x04 31. 0x84 31. " ENA63 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 30. 0x04 30. 0x84 30. " ENA62 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 29. 0x04 29. 0x84 29. " ENA61 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 28. 0x04 28. 0x84 28. " ENA60 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 27. 0x04 27. 0x84 27. " ENA59 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 26. 0x04 26. 0x84 26. " ENA58 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 25. 0x04 25. 0x84 25. " ENA57 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 24. 0x04 24. 0x84 24. " ENA56 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 23. 0x04 23. 0x84 23. " ENA55 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 22. 0x04 22. 0x84 22. " ENA54 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 21. 0x04 21. 0x84 21. " ENA53 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 20. 0x04 20. 0x84 20. " ENA52 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 19. 0x04 19. 0x84 19. " ENA51 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 18. 0x04 18. 0x84 18. " ENA50 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 17. 0x04 17. 0x84 17. " ENA49 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 16. 0x04 16. 0x84 16. " ENA48 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 15. 0x04 15. 0x84 15. " ENA47 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 14. 0x04 14. 0x84 14. " ENA46 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 13. 0x04 13. 0x84 13. " ENA45 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 12. 0x04 12. 0x84 12. " ENA44 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 11. 0x04 11. 0x84 11. " ENA43 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 10. 0x04 10. 0x84 10. " ENA42 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 9. 0x04 9. 0x84 9. " ENA41 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 8. 0x04 8. 0x84 8. " ENA40 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 7. 0x04 7. 0x84 7. " ENA39 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 6. 0x04 6. 0x84 6. " ENA38 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 5. 0x04 5. 0x84 5. " ENA37 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 4. 0x04 4. 0x84 4. " ENA36 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 3. 0x04 3. 0x84 3. " ENA35 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 2. 0x04 2. 0x84 2. " ENA34 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 1. 0x04 1. 0x84 1. " ENA33 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 0. 0x04 0. 0x84 0. " ENA32 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" line.long 0x08 "IRQ64_95_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x08 31. 0x08 31. 0x88 31. " ENA95 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 30. 0x08 30. 0x88 30. " ENA94 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 29. 0x08 29. 0x88 29. " ENA93 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 28. 0x08 28. 0x88 28. " ENA92 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 27. 0x08 27. 0x88 27. " ENA91 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 26. 0x08 26. 0x88 26. " ENA90 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 25. 0x08 25. 0x88 25. " ENA89 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 24. 0x08 24. 0x88 24. " ENA88 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 23. 0x08 23. 0x88 23. " ENA87 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 22. 0x08 22. 0x88 22. " ENA86 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 21. 0x08 21. 0x88 21. " ENA85 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 20. 0x08 20. 0x88 20. " ENA84 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 19. 0x08 19. 0x88 19. " ENA83 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 18. 0x08 18. 0x88 18. " ENA82 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 17. 0x08 17. 0x88 17. " ENA81 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 16. 0x08 16. 0x88 16. " ENA80 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 15. 0x08 15. 0x88 15. " ENA79 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 14. 0x08 14. 0x88 14. " ENA78 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 13. 0x08 13. 0x88 13. " ENA77 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 12. 0x08 12. 0x88 12. " ENA76 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 11. 0x08 11. 0x88 11. " ENA75 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 10. 0x08 10. 0x88 10. " ENA74 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 9. 0x08 9. 0x88 9. " ENA73 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 8. 0x08 8. 0x88 8. " ENA72 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 7. 0x08 7. 0x88 7. " ENA71 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 6. 0x08 6. 0x88 6. " ENA70 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 5. 0x08 5. 0x88 5. " ENA69 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 4. 0x08 4. 0x88 4. " ENA68 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 3. 0x08 3. 0x88 3. " ENA67 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 2. 0x08 2. 0x88 2. " ENA66 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 1. 0x08 1. 0x88 1. " ENA65 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 0. 0x08 0. 0x88 0. " ENA64 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" line.long 0x0c "IRQ96_127_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x0c 31. 0x0c 31. 0x8c 31. " ENA127 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 30. 0x0c 30. 0x8c 30. " ENA126 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 29. 0x0c 29. 0x8c 29. " ENA125 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 28. 0x0c 28. 0x8c 28. " ENA124 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 27. 0x0c 27. 0x8c 27. " ENA123 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 26. 0x0c 26. 0x8c 26. " ENA122 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x0c 25. 0x0c 25. 0x8c 25. " ENA121 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 24. 0x0c 24. 0x8c 24. " ENA120 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 23. 0x0c 23. 0x8c 23. " ENA119 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 22. 0x0c 22. 0x8c 22. " ENA118 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 21. 0x0c 21. 0x8c 21. " ENA117 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 20. 0x0c 20. 0x8c 20. " ENA116 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x0c 19. 0x0c 19. 0x8c 19. " ENA115 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 18. 0x0c 18. 0x8c 18. " ENA114 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 17. 0x0c 17. 0x8c 17. " ENA113 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 16. 0x0c 16. 0x8c 16. " ENA112 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 15. 0x0c 15. 0x8c 15. " ENA111 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 14. 0x0c 14. 0x8c 14. " ENA110 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x0c 13. 0x0c 13. 0x8c 13. " ENA109 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 12. 0x0c 12. 0x8c 12. " ENA108 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 11. 0x0c 11. 0x8c 11. " ENA107 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 10. 0x0c 10. 0x8c 10. " ENA106 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 9. 0x0c 9. 0x8c 9. " ENA105 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 8. 0x0c 8. 0x8c 8. " ENA104 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x0c 7. 0x0c 7. 0x8c 7. " ENA103 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 6. 0x0c 6. 0x8c 6. " ENA102 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 5. 0x0c 5. 0x8c 5. " ENA101 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 4. 0x0c 4. 0x8c 4. " ENA100 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 3. 0x0c 3. 0x8c 3. " ENA99 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 2. 0x0c 2. 0x8c 2. " ENA98 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x0c 1. 0x0c 1. 0x8c 1. " ENA97 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 0. 0x0c 0. 0x8c 0. " ENA96 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" line.long 0x10 "IRQ128_159_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x10 31. 0x10 31. 0x90 31. " ENA159 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 30. 0x10 30. 0x90 30. " ENA158 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 29. 0x10 29. 0x90 29. " ENA157 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 28. 0x10 28. 0x90 28. " ENA156 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 27. 0x10 27. 0x90 27. " ENA155 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 26. 0x10 26. 0x90 26. " ENA154 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x10 25. 0x10 25. 0x90 25. " ENA153 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 24. 0x10 24. 0x90 24. " ENA152 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 23. 0x10 23. 0x90 23. " ENA151 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 22. 0x10 22. 0x90 22. " ENA150 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 21. 0x10 21. 0x90 21. " ENA149 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 20. 0x10 20. 0x90 20. " ENA148 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x10 19. 0x10 19. 0x90 19. " ENA147 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 18. 0x10 18. 0x90 18. " ENA146 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 17. 0x10 17. 0x90 17. " ENA145 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 16. 0x10 16. 0x90 16. " ENA144 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 15. 0x10 15. 0x90 15. " ENA143 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 14. 0x10 14. 0x90 14. " ENA142 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x10 13. 0x10 13. 0x90 13. " ENA141 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 12. 0x10 12. 0x90 12. " ENA140 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 11. 0x10 11. 0x90 11. " ENA139 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 10. 0x10 10. 0x90 10. " ENA138 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 9. 0x10 9. 0x90 9. " ENA137 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 8. 0x10 8. 0x90 8. " ENA136 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x10 7. 0x10 7. 0x90 7. " ENA135 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 6. 0x10 6. 0x90 6. " ENA134 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 5. 0x10 5. 0x90 5. " ENA133 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 4. 0x10 4. 0x90 4. " ENA132 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 3. 0x10 3. 0x90 3. " ENA131 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 2. 0x10 2. 0x90 2. " ENA130 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x10 1. 0x10 1. 0x90 1. " ENA129 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 0. 0x10 0. 0x90 0. " ENA128 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" line.long 0x14 "IRQ160_191_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x14 31. 0x14 31. 0x94 31. " ENA191 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 30. 0x14 30. 0x94 30. " ENA190 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 29. 0x14 29. 0x94 29. " ENA189 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 28. 0x14 28. 0x94 28. " ENA188 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 27. 0x14 27. 0x94 27. " ENA187 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 26. 0x14 26. 0x94 26. " ENA186 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x14 25. 0x14 25. 0x94 25. " ENA185 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 24. 0x14 24. 0x94 24. " ENA184 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 23. 0x14 23. 0x94 23. " ENA183 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 22. 0x14 22. 0x94 22. " ENA182 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 21. 0x14 21. 0x94 21. " ENA181 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 20. 0x14 20. 0x94 20. " ENA180 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x14 19. 0x14 19. 0x94 19. " ENA179 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 18. 0x14 18. 0x94 18. " ENA178 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 17. 0x14 17. 0x94 17. " ENA177 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 16. 0x14 16. 0x94 16. " ENA176 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 15. 0x14 15. 0x94 15. " ENA175 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 14. 0x14 14. 0x94 14. " ENA174 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x14 13. 0x14 13. 0x94 13. " ENA173 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 12. 0x14 12. 0x94 12. " ENA172 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 11. 0x14 11. 0x94 11. " ENA171 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 10. 0x14 10. 0x94 10. " ENA170 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 9. 0x14 9. 0x94 9. " ENA169 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 8. 0x14 8. 0x94 8. " ENA168 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x14 7. 0x14 7. 0x94 7. " ENA167 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 6. 0x14 6. 0x94 6. " ENA166 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 5. 0x14 5. 0x94 5. " ENA165 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 4. 0x14 4. 0x94 4. " ENA164 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 3. 0x14 3. 0x94 3. " ENA163 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 2. 0x14 2. 0x94 2. " ENA162 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x14 1. 0x14 1. 0x94 1. " ENA161 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 0. 0x14 0. 0x94 0. " ENA160 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" line.long 0x18 "IRQ192_223_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x18 31. 0x18 31. 0x98 31. " ENA223 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 30. 0x18 30. 0x98 30. " ENA222 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 29. 0x18 29. 0x98 29. " ENA221 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 28. 0x18 28. 0x98 28. " ENA220 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 27. 0x18 27. 0x98 27. " ENA219 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 26. 0x18 26. 0x98 26. " ENA218 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x18 25. 0x18 25. 0x98 25. " ENA217 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 24. 0x18 24. 0x98 24. " ENA216 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 23. 0x18 23. 0x98 23. " ENA215 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 22. 0x18 22. 0x98 22. " ENA214 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 21. 0x18 21. 0x98 21. " ENA213 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 20. 0x18 20. 0x98 20. " ENA212 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x18 19. 0x18 19. 0x98 19. " ENA211 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 18. 0x18 18. 0x98 18. " ENA210 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 17. 0x18 17. 0x98 17. " ENA209 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 16. 0x18 16. 0x98 16. " ENA208 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 15. 0x18 15. 0x98 15. " ENA207 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 14. 0x18 14. 0x98 14. " ENA206 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x18 13. 0x18 13. 0x98 13. " ENA205 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 12. 0x18 12. 0x98 12. " ENA204 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 11. 0x18 11. 0x98 11. " ENA203 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 10. 0x18 10. 0x98 10. " ENA202 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 9. 0x18 9. 0x98 9. " ENA201 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 8. 0x18 8. 0x98 8. " ENA200 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x18 7. 0x18 7. 0x98 7. " ENA199 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 6. 0x18 6. 0x98 6. " ENA198 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 5. 0x18 5. 0x98 5. " ENA197 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 4. 0x18 4. 0x98 4. " ENA196 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 3. 0x18 3. 0x98 3. " ENA195 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 2. 0x18 2. 0x98 2. " ENA194 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x18 1. 0x18 1. 0x98 1. " ENA193 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 0. 0x18 0. 0x98 0. " ENA192 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x07) group.long 0x100++0x1F line.long 0x00 "IRQ0_31_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x00 31. 0x00 31. 0x80 31. " ENA31 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 30. 0x00 30. 0x80 30. " ENA30 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 29. 0x00 29. 0x80 29. " ENA29 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 28. 0x00 28. 0x80 28. " ENA28 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 27. 0x00 27. 0x80 27. " ENA27 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 26. 0x00 26. 0x80 26. " ENA26 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 25. 0x00 25. 0x80 25. " ENA25 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 24. 0x00 24. 0x80 24. " ENA24 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 23. 0x00 23. 0x80 23. " ENA23 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 22. 0x00 22. 0x80 22. " ENA22 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 21. 0x00 21. 0x80 21. " ENA21 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 20. 0x00 20. 0x80 20. " ENA20 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 19. 0x00 19. 0x80 19. " ENA19 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 18. 0x00 18. 0x80 18. " ENA18 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 17. 0x00 17. 0x80 17. " ENA17 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 16. 0x00 16. 0x80 16. " ENA16 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 15. 0x00 15. 0x80 15. " ENA15 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 14. 0x00 14. 0x80 14. " ENA14 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 13. 0x00 13. 0x80 13. " ENA13 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 12. 0x00 12. 0x80 12. " ENA12 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 11. 0x00 11. 0x80 11. " ENA11 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 10. 0x00 10. 0x80 10. " ENA10 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 9. 0x00 9. 0x80 9. " ENA9 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 8. 0x00 8. 0x80 8. " ENA8 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 7. 0x00 7. 0x80 7. " ENA7 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 6. 0x00 6. 0x80 6. " ENA6 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 5. 0x00 5. 0x80 5. " ENA5 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 4. 0x00 4. 0x80 4. " ENA4 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 3. 0x00 3. 0x80 3. " ENA3 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 2. 0x00 2. 0x80 2. " ENA2 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x00 1. 0x00 1. 0x80 1. " ENA1 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x00 0. 0x00 0. 0x80 0. " ENA0 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" line.long 0x04 "IRQ32_63_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x04 31. 0x04 31. 0x84 31. " ENA63 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 30. 0x04 30. 0x84 30. " ENA62 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 29. 0x04 29. 0x84 29. " ENA61 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 28. 0x04 28. 0x84 28. " ENA60 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 27. 0x04 27. 0x84 27. " ENA59 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 26. 0x04 26. 0x84 26. " ENA58 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 25. 0x04 25. 0x84 25. " ENA57 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 24. 0x04 24. 0x84 24. " ENA56 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 23. 0x04 23. 0x84 23. " ENA55 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 22. 0x04 22. 0x84 22. " ENA54 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 21. 0x04 21. 0x84 21. " ENA53 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 20. 0x04 20. 0x84 20. " ENA52 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 19. 0x04 19. 0x84 19. " ENA51 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 18. 0x04 18. 0x84 18. " ENA50 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 17. 0x04 17. 0x84 17. " ENA49 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 16. 0x04 16. 0x84 16. " ENA48 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 15. 0x04 15. 0x84 15. " ENA47 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 14. 0x04 14. 0x84 14. " ENA46 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 13. 0x04 13. 0x84 13. " ENA45 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 12. 0x04 12. 0x84 12. " ENA44 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 11. 0x04 11. 0x84 11. " ENA43 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 10. 0x04 10. 0x84 10. " ENA42 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 9. 0x04 9. 0x84 9. " ENA41 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 8. 0x04 8. 0x84 8. " ENA40 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 7. 0x04 7. 0x84 7. " ENA39 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 6. 0x04 6. 0x84 6. " ENA38 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 5. 0x04 5. 0x84 5. " ENA37 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 4. 0x04 4. 0x84 4. " ENA36 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 3. 0x04 3. 0x84 3. " ENA35 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 2. 0x04 2. 0x84 2. " ENA34 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x04 1. 0x04 1. 0x84 1. " ENA33 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x04 0. 0x04 0. 0x84 0. " ENA32 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" line.long 0x08 "IRQ64_95_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x08 31. 0x08 31. 0x88 31. " ENA95 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 30. 0x08 30. 0x88 30. " ENA94 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 29. 0x08 29. 0x88 29. " ENA93 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 28. 0x08 28. 0x88 28. " ENA92 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 27. 0x08 27. 0x88 27. " ENA91 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 26. 0x08 26. 0x88 26. " ENA90 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 25. 0x08 25. 0x88 25. " ENA89 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 24. 0x08 24. 0x88 24. " ENA88 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 23. 0x08 23. 0x88 23. " ENA87 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 22. 0x08 22. 0x88 22. " ENA86 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 21. 0x08 21. 0x88 21. " ENA85 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 20. 0x08 20. 0x88 20. " ENA84 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 19. 0x08 19. 0x88 19. " ENA83 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 18. 0x08 18. 0x88 18. " ENA82 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 17. 0x08 17. 0x88 17. " ENA81 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 16. 0x08 16. 0x88 16. " ENA80 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 15. 0x08 15. 0x88 15. " ENA79 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 14. 0x08 14. 0x88 14. " ENA78 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 13. 0x08 13. 0x88 13. " ENA77 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 12. 0x08 12. 0x88 12. " ENA76 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 11. 0x08 11. 0x88 11. " ENA75 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 10. 0x08 10. 0x88 10. " ENA74 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 9. 0x08 9. 0x88 9. " ENA73 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 8. 0x08 8. 0x88 8. " ENA72 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 7. 0x08 7. 0x88 7. " ENA71 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 6. 0x08 6. 0x88 6. " ENA70 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 5. 0x08 5. 0x88 5. " ENA69 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 4. 0x08 4. 0x88 4. " ENA68 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 3. 0x08 3. 0x88 3. " ENA67 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 2. 0x08 2. 0x88 2. " ENA66 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x08 1. 0x08 1. 0x88 1. " ENA65 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x08 0. 0x08 0. 0x88 0. " ENA64 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" line.long 0x0c "IRQ96_127_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x0c 31. 0x0c 31. 0x8c 31. " ENA127 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 30. 0x0c 30. 0x8c 30. " ENA126 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 29. 0x0c 29. 0x8c 29. " ENA125 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 28. 0x0c 28. 0x8c 28. " ENA124 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 27. 0x0c 27. 0x8c 27. " ENA123 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 26. 0x0c 26. 0x8c 26. " ENA122 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x0c 25. 0x0c 25. 0x8c 25. " ENA121 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 24. 0x0c 24. 0x8c 24. " ENA120 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 23. 0x0c 23. 0x8c 23. " ENA119 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 22. 0x0c 22. 0x8c 22. " ENA118 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 21. 0x0c 21. 0x8c 21. " ENA117 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 20. 0x0c 20. 0x8c 20. " ENA116 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x0c 19. 0x0c 19. 0x8c 19. " ENA115 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 18. 0x0c 18. 0x8c 18. " ENA114 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 17. 0x0c 17. 0x8c 17. " ENA113 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 16. 0x0c 16. 0x8c 16. " ENA112 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 15. 0x0c 15. 0x8c 15. " ENA111 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 14. 0x0c 14. 0x8c 14. " ENA110 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x0c 13. 0x0c 13. 0x8c 13. " ENA109 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 12. 0x0c 12. 0x8c 12. " ENA108 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 11. 0x0c 11. 0x8c 11. " ENA107 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 10. 0x0c 10. 0x8c 10. " ENA106 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 9. 0x0c 9. 0x8c 9. " ENA105 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 8. 0x0c 8. 0x8c 8. " ENA104 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x0c 7. 0x0c 7. 0x8c 7. " ENA103 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 6. 0x0c 6. 0x8c 6. " ENA102 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 5. 0x0c 5. 0x8c 5. " ENA101 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 4. 0x0c 4. 0x8c 4. " ENA100 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 3. 0x0c 3. 0x8c 3. " ENA99 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 2. 0x0c 2. 0x8c 2. " ENA98 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x0c 1. 0x0c 1. 0x8c 1. " ENA97 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x0c 0. 0x0c 0. 0x8c 0. " ENA96 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" line.long 0x10 "IRQ128_159_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x10 31. 0x10 31. 0x90 31. " ENA159 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 30. 0x10 30. 0x90 30. " ENA158 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 29. 0x10 29. 0x90 29. " ENA157 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 28. 0x10 28. 0x90 28. " ENA156 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 27. 0x10 27. 0x90 27. " ENA155 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 26. 0x10 26. 0x90 26. " ENA154 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x10 25. 0x10 25. 0x90 25. " ENA153 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 24. 0x10 24. 0x90 24. " ENA152 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 23. 0x10 23. 0x90 23. " ENA151 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 22. 0x10 22. 0x90 22. " ENA150 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 21. 0x10 21. 0x90 21. " ENA149 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 20. 0x10 20. 0x90 20. " ENA148 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x10 19. 0x10 19. 0x90 19. " ENA147 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 18. 0x10 18. 0x90 18. " ENA146 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 17. 0x10 17. 0x90 17. " ENA145 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 16. 0x10 16. 0x90 16. " ENA144 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 15. 0x10 15. 0x90 15. " ENA143 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 14. 0x10 14. 0x90 14. " ENA142 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x10 13. 0x10 13. 0x90 13. " ENA141 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 12. 0x10 12. 0x90 12. " ENA140 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 11. 0x10 11. 0x90 11. " ENA139 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 10. 0x10 10. 0x90 10. " ENA138 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 9. 0x10 9. 0x90 9. " ENA137 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 8. 0x10 8. 0x90 8. " ENA136 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x10 7. 0x10 7. 0x90 7. " ENA135 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 6. 0x10 6. 0x90 6. " ENA134 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 5. 0x10 5. 0x90 5. " ENA133 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 4. 0x10 4. 0x90 4. " ENA132 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 3. 0x10 3. 0x90 3. " ENA131 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 2. 0x10 2. 0x90 2. " ENA130 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x10 1. 0x10 1. 0x90 1. " ENA129 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x10 0. 0x10 0. 0x90 0. " ENA128 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" line.long 0x14 "IRQ160_191_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x14 31. 0x14 31. 0x94 31. " ENA191 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 30. 0x14 30. 0x94 30. " ENA190 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 29. 0x14 29. 0x94 29. " ENA189 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 28. 0x14 28. 0x94 28. " ENA188 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 27. 0x14 27. 0x94 27. " ENA187 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 26. 0x14 26. 0x94 26. " ENA186 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x14 25. 0x14 25. 0x94 25. " ENA185 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 24. 0x14 24. 0x94 24. " ENA184 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 23. 0x14 23. 0x94 23. " ENA183 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 22. 0x14 22. 0x94 22. " ENA182 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 21. 0x14 21. 0x94 21. " ENA181 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 20. 0x14 20. 0x94 20. " ENA180 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x14 19. 0x14 19. 0x94 19. " ENA179 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 18. 0x14 18. 0x94 18. " ENA178 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 17. 0x14 17. 0x94 17. " ENA177 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 16. 0x14 16. 0x94 16. " ENA176 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 15. 0x14 15. 0x94 15. " ENA175 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 14. 0x14 14. 0x94 14. " ENA174 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x14 13. 0x14 13. 0x94 13. " ENA173 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 12. 0x14 12. 0x94 12. " ENA172 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 11. 0x14 11. 0x94 11. " ENA171 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 10. 0x14 10. 0x94 10. " ENA170 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 9. 0x14 9. 0x94 9. " ENA169 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 8. 0x14 8. 0x94 8. " ENA168 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x14 7. 0x14 7. 0x94 7. " ENA167 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 6. 0x14 6. 0x94 6. " ENA166 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 5. 0x14 5. 0x94 5. " ENA165 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 4. 0x14 4. 0x94 4. " ENA164 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 3. 0x14 3. 0x94 3. " ENA163 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 2. 0x14 2. 0x94 2. " ENA162 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x14 1. 0x14 1. 0x94 1. " ENA161 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x14 0. 0x14 0. 0x94 0. " ENA160 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" line.long 0x18 "IRQ192_223_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x18 31. 0x18 31. 0x98 31. " ENA223 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 30. 0x18 30. 0x98 30. " ENA222 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 29. 0x18 29. 0x98 29. " ENA221 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 28. 0x18 28. 0x98 28. " ENA220 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 27. 0x18 27. 0x98 27. " ENA219 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 26. 0x18 26. 0x98 26. " ENA218 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x18 25. 0x18 25. 0x98 25. " ENA217 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 24. 0x18 24. 0x98 24. " ENA216 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 23. 0x18 23. 0x98 23. " ENA215 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 22. 0x18 22. 0x98 22. " ENA214 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 21. 0x18 21. 0x98 21. " ENA213 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 20. 0x18 20. 0x98 20. " ENA212 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x18 19. 0x18 19. 0x98 19. " ENA211 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 18. 0x18 18. 0x98 18. " ENA210 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 17. 0x18 17. 0x98 17. " ENA209 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 16. 0x18 16. 0x98 16. " ENA208 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 15. 0x18 15. 0x98 15. " ENA207 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 14. 0x18 14. 0x98 14. " ENA206 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x18 13. 0x18 13. 0x98 13. " ENA205 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 12. 0x18 12. 0x98 12. " ENA204 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 11. 0x18 11. 0x98 11. " ENA203 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 10. 0x18 10. 0x98 10. " ENA202 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 9. 0x18 9. 0x98 9. " ENA201 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 8. 0x18 8. 0x98 8. " ENA200 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x18 7. 0x18 7. 0x98 7. " ENA199 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 6. 0x18 6. 0x98 6. " ENA198 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 5. 0x18 5. 0x98 5. " ENA197 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 4. 0x18 4. 0x98 4. " ENA196 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 3. 0x18 3. 0x98 3. " ENA195 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 2. 0x18 2. 0x98 2. " ENA194 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x18 1. 0x18 1. 0x98 1. " ENA193 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x18 0. 0x18 0. 0x98 0. " ENA192 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" line.long 0x1c "IRQ224_239_EN_SET/CLR,Interrupt Enable Register" setclrfld.long 0x1c 15. 0x1c 15. 0x9c 15. " ENA239 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x1c 14. 0x1c 14. 0x9c 14. " ENA238 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x1c 13. 0x1c 13. 0x9c 13. " ENA237 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x1c 12. 0x1c 12. 0x9c 12. " ENA236 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x1c 11. 0x1c 11. 0x9c 11. " ENA235 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x1c 10. 0x1c 10. 0x9c 10. " ENA234 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x1c 9. 0x1c 9. 0x9c 9. " ENA233 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x1c 8. 0x1c 8. 0x9c 8. " ENA232 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x1c 7. 0x1c 7. 0x9c 7. " ENA231 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x1c 6. 0x1c 6. 0x9c 6. " ENA230 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x1c 5. 0x1c 5. 0x9c 5. " ENA229 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x1c 4. 0x1c 4. 0x9c 4. " ENA228 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" textline " " setclrfld.long 0x1c 3. 0x1c 3. 0x9c 3. " ENA227 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x1c 2. 0x1c 2. 0x9c 2. " ENA226 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x1c 1. 0x1c 1. 0x9c 1. " ENA225 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" setclrfld.long 0x1c 0. 0x1c 0. 0x9c 0. " ENA224 ,Interrupt Set/Clear Enable Bit" "Disabled,Enabled" else hgroup.long 0x100++0x1F hide.long 0x00 "IRQ0_31_EN_SET/CLR,Interrupt Enable Register" hide.long 0x04 "IRQ32_63_EN_SET/CLR,Interrupt Enable Register" hide.long 0x08 "IRQ64_95_EN_SET/CLR,Interrupt Enable Register" hide.long 0x0c "IRQ96_127_EN_SET/CLR,Interrupt Enable Register" hide.long 0x10 "IRQ128_159_EN_SET/CLR,Interrupt Enable Register" hide.long 0x14 "IRQ160_191_EN_SET/CLR,Interrupt Enable Register" hide.long 0x18 "IRQ192_223_EN_SET/CLR,Interrupt Enable Register" hide.long 0x1c "IRQ224_239_EN_SET/CLR,Interrupt Enable Register" endif tree.end tree "Interrupt Pending Registers" width 23. if (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x00) group.long 0x200++0x03 line.long 0x00 "IRQ0_31_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x00 31. 0x00 31. 0x80 31. " PEN31 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 30. 0x00 30. 0x80 30. " PEN30 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 29. 0x00 29. 0x80 29. " PEN29 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 28. 0x00 28. 0x80 28. " PEN28 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 27. 0x00 27. 0x80 27. " PEN27 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 26. 0x00 26. 0x80 26. " PEN26 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 25. 0x00 25. 0x80 25. " PEN25 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 24. 0x00 24. 0x80 24. " PEN24 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 23. 0x00 23. 0x80 23. " PEN23 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 22. 0x00 22. 0x80 22. " PEN22 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 21. 0x00 21. 0x80 21. " PEN21 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 20. 0x00 20. 0x80 20. " PEN20 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 19. 0x00 19. 0x80 19. " PEN19 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 18. 0x00 18. 0x80 18. " PEN18 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 17. 0x00 17. 0x80 17. " PEN17 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 16. 0x00 16. 0x80 16. " PEN16 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 15. 0x00 15. 0x80 15. " PEN15 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 14. 0x00 14. 0x80 14. " PEN14 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 13. 0x00 13. 0x80 13. " PEN13 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 12. 0x00 12. 0x80 12. " PEN12 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 11. 0x00 11. 0x80 11. " PEN11 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 10. 0x00 10. 0x80 10. " PEN10 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 9. 0x00 9. 0x80 9. " PEN9 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 8. 0x00 8. 0x80 8. " PEN8 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 7. 0x00 7. 0x80 7. " PEN7 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 6. 0x00 6. 0x80 6. " PEN6 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 5. 0x00 5. 0x80 5. " PEN5 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 4. 0x00 4. 0x80 4. " PEN4 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 3. 0x00 3. 0x80 3. " PEN3 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 2. 0x00 2. 0x80 2. " PEN2 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 1. 0x00 1. 0x80 1. " PEN1 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 0. 0x00 0. 0x80 0. " PEN0 ,Interrupt Set/Clear Pending" "Not pending,Pending" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x01) group.long 0x200++0x07 line.long 0x00 "IRQ0_31_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x00 31. 0x00 31. 0x80 31. " PEN31 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 30. 0x00 30. 0x80 30. " PEN30 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 29. 0x00 29. 0x80 29. " PEN29 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 28. 0x00 28. 0x80 28. " PEN28 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 27. 0x00 27. 0x80 27. " PEN27 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 26. 0x00 26. 0x80 26. " PEN26 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 25. 0x00 25. 0x80 25. " PEN25 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 24. 0x00 24. 0x80 24. " PEN24 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 23. 0x00 23. 0x80 23. " PEN23 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 22. 0x00 22. 0x80 22. " PEN22 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 21. 0x00 21. 0x80 21. " PEN21 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 20. 0x00 20. 0x80 20. " PEN20 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 19. 0x00 19. 0x80 19. " PEN19 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 18. 0x00 18. 0x80 18. " PEN18 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 17. 0x00 17. 0x80 17. " PEN17 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 16. 0x00 16. 0x80 16. " PEN16 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 15. 0x00 15. 0x80 15. " PEN15 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 14. 0x00 14. 0x80 14. " PEN14 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 13. 0x00 13. 0x80 13. " PEN13 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 12. 0x00 12. 0x80 12. " PEN12 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 11. 0x00 11. 0x80 11. " PEN11 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 10. 0x00 10. 0x80 10. " PEN10 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 9. 0x00 9. 0x80 9. " PEN9 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 8. 0x00 8. 0x80 8. " PEN8 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 7. 0x00 7. 0x80 7. " PEN7 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 6. 0x00 6. 0x80 6. " PEN6 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 5. 0x00 5. 0x80 5. " PEN5 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 4. 0x00 4. 0x80 4. " PEN4 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 3. 0x00 3. 0x80 3. " PEN3 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 2. 0x00 2. 0x80 2. " PEN2 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 1. 0x00 1. 0x80 1. " PEN1 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 0. 0x00 0. 0x80 0. " PEN0 ,Interrupt Set/Clear Pending" "Not pending,Pending" line.long 0x04 "IRQ32_63_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x04 31. 0x04 31. 0x84 31. " PEN63 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 30. 0x04 30. 0x84 30. " PEN62 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 29. 0x04 29. 0x84 29. " PEN61 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 28. 0x04 28. 0x84 28. " PEN60 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 27. 0x04 27. 0x84 27. " PEN59 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 26. 0x04 26. 0x84 26. " PEN58 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 25. 0x04 25. 0x84 25. " PEN57 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 24. 0x04 24. 0x84 24. " PEN56 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 23. 0x04 23. 0x84 23. " PEN55 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 22. 0x04 22. 0x84 22. " PEN54 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 21. 0x04 21. 0x84 21. " PEN53 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 20. 0x04 20. 0x84 20. " PEN52 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 19. 0x04 19. 0x84 19. " PEN51 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 18. 0x04 18. 0x84 18. " PEN50 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 17. 0x04 17. 0x84 17. " PEN49 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 16. 0x04 16. 0x84 16. " PEN48 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 15. 0x04 15. 0x84 15. " PEN47 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 14. 0x04 14. 0x84 14. " PEN46 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 13. 0x04 13. 0x84 13. " PEN45 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 12. 0x04 12. 0x84 12. " PEN44 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 11. 0x04 11. 0x84 11. " PEN43 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 10. 0x04 10. 0x84 10. " PEN42 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 9. 0x04 9. 0x84 9. " PEN41 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 8. 0x04 8. 0x84 8. " PEN40 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 7. 0x04 7. 0x84 7. " PEN39 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 6. 0x04 6. 0x84 6. " PEN38 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 5. 0x04 5. 0x84 5. " PEN37 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 4. 0x04 4. 0x84 4. " PEN36 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 3. 0x04 3. 0x84 3. " PEN35 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 2. 0x04 2. 0x84 2. " PEN34 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 1. 0x04 1. 0x84 1. " PEN33 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 0. 0x04 0. 0x84 0. " PEN32 ,Interrupt Set/Clear Pending" "Not pending,Pending" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x02) group.long 0x200++0x0B line.long 0x00 "IRQ0_31_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x00 31. 0x00 31. 0x80 31. " PEN31 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 30. 0x00 30. 0x80 30. " PEN30 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 29. 0x00 29. 0x80 29. " PEN29 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 28. 0x00 28. 0x80 28. " PEN28 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 27. 0x00 27. 0x80 27. " PEN27 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 26. 0x00 26. 0x80 26. " PEN26 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 25. 0x00 25. 0x80 25. " PEN25 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 24. 0x00 24. 0x80 24. " PEN24 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 23. 0x00 23. 0x80 23. " PEN23 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 22. 0x00 22. 0x80 22. " PEN22 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 21. 0x00 21. 0x80 21. " PEN21 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 20. 0x00 20. 0x80 20. " PEN20 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 19. 0x00 19. 0x80 19. " PEN19 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 18. 0x00 18. 0x80 18. " PEN18 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 17. 0x00 17. 0x80 17. " PEN17 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 16. 0x00 16. 0x80 16. " PEN16 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 15. 0x00 15. 0x80 15. " PEN15 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 14. 0x00 14. 0x80 14. " PEN14 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 13. 0x00 13. 0x80 13. " PEN13 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 12. 0x00 12. 0x80 12. " PEN12 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 11. 0x00 11. 0x80 11. " PEN11 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 10. 0x00 10. 0x80 10. " PEN10 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 9. 0x00 9. 0x80 9. " PEN9 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 8. 0x00 8. 0x80 8. " PEN8 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 7. 0x00 7. 0x80 7. " PEN7 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 6. 0x00 6. 0x80 6. " PEN6 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 5. 0x00 5. 0x80 5. " PEN5 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 4. 0x00 4. 0x80 4. " PEN4 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 3. 0x00 3. 0x80 3. " PEN3 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 2. 0x00 2. 0x80 2. " PEN2 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 1. 0x00 1. 0x80 1. " PEN1 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 0. 0x00 0. 0x80 0. " PEN0 ,Interrupt Set/Clear Pending" "Not pending,Pending" line.long 0x04 "IRQ32_63_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x04 31. 0x04 31. 0x84 31. " PEN63 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 30. 0x04 30. 0x84 30. " PEN62 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 29. 0x04 29. 0x84 29. " PEN61 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 28. 0x04 28. 0x84 28. " PEN60 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 27. 0x04 27. 0x84 27. " PEN59 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 26. 0x04 26. 0x84 26. " PEN58 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 25. 0x04 25. 0x84 25. " PEN57 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 24. 0x04 24. 0x84 24. " PEN56 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 23. 0x04 23. 0x84 23. " PEN55 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 22. 0x04 22. 0x84 22. " PEN54 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 21. 0x04 21. 0x84 21. " PEN53 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 20. 0x04 20. 0x84 20. " PEN52 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 19. 0x04 19. 0x84 19. " PEN51 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 18. 0x04 18. 0x84 18. " PEN50 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 17. 0x04 17. 0x84 17. " PEN49 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 16. 0x04 16. 0x84 16. " PEN48 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 15. 0x04 15. 0x84 15. " PEN47 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 14. 0x04 14. 0x84 14. " PEN46 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 13. 0x04 13. 0x84 13. " PEN45 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 12. 0x04 12. 0x84 12. " PEN44 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 11. 0x04 11. 0x84 11. " PEN43 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 10. 0x04 10. 0x84 10. " PEN42 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 9. 0x04 9. 0x84 9. " PEN41 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 8. 0x04 8. 0x84 8. " PEN40 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 7. 0x04 7. 0x84 7. " PEN39 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 6. 0x04 6. 0x84 6. " PEN38 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 5. 0x04 5. 0x84 5. " PEN37 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 4. 0x04 4. 0x84 4. " PEN36 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 3. 0x04 3. 0x84 3. " PEN35 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 2. 0x04 2. 0x84 2. " PEN34 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 1. 0x04 1. 0x84 1. " PEN33 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 0. 0x04 0. 0x84 0. " PEN32 ,Interrupt Set/Clear Pending" "Not pending,Pending" line.long 0x08 "IRQ64_95_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x08 31. 0x08 31. 0x88 31. " PEN95 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 30. 0x08 30. 0x88 30. " PEN94 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 29. 0x08 29. 0x88 29. " PEN93 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 28. 0x08 28. 0x88 28. " PEN92 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 27. 0x08 27. 0x88 27. " PEN91 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 26. 0x08 26. 0x88 26. " PEN90 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 25. 0x08 25. 0x88 25. " PEN89 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 24. 0x08 24. 0x88 24. " PEN88 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 23. 0x08 23. 0x88 23. " PEN87 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 22. 0x08 22. 0x88 22. " PEN86 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 21. 0x08 21. 0x88 21. " PEN85 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 20. 0x08 20. 0x88 20. " PEN84 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 19. 0x08 19. 0x88 19. " PEN83 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 18. 0x08 18. 0x88 18. " PEN82 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 17. 0x08 17. 0x88 17. " PEN81 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 16. 0x08 16. 0x88 16. " PEN80 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 15. 0x08 15. 0x88 15. " PEN79 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 14. 0x08 14. 0x88 14. " PEN78 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 13. 0x08 13. 0x88 13. " PEN77 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 12. 0x08 12. 0x88 12. " PEN76 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 11. 0x08 11. 0x88 11. " PEN75 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 10. 0x08 10. 0x88 10. " PEN74 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 9. 0x08 9. 0x88 9. " PEN73 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 8. 0x08 8. 0x88 8. " PEN72 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 7. 0x08 7. 0x88 7. " PEN71 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 6. 0x08 6. 0x88 6. " PEN70 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 5. 0x08 5. 0x88 5. " PEN69 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 4. 0x08 4. 0x88 4. " PEN68 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 3. 0x08 3. 0x88 3. " PEN67 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 2. 0x08 2. 0x88 2. " PEN66 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 1. 0x08 1. 0x88 1. " PEN65 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 0. 0x08 0. 0x88 0. " PEN64 ,Interrupt Set/Clear Pending" "Not pending,Pending" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x03) group.long 0x200++0x0F line.long 0x00 "IRQ0_31_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x00 31. 0x00 31. 0x80 31. " PEN31 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 30. 0x00 30. 0x80 30. " PEN30 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 29. 0x00 29. 0x80 29. " PEN29 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 28. 0x00 28. 0x80 28. " PEN28 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 27. 0x00 27. 0x80 27. " PEN27 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 26. 0x00 26. 0x80 26. " PEN26 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 25. 0x00 25. 0x80 25. " PEN25 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 24. 0x00 24. 0x80 24. " PEN24 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 23. 0x00 23. 0x80 23. " PEN23 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 22. 0x00 22. 0x80 22. " PEN22 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 21. 0x00 21. 0x80 21. " PEN21 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 20. 0x00 20. 0x80 20. " PEN20 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 19. 0x00 19. 0x80 19. " PEN19 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 18. 0x00 18. 0x80 18. " PEN18 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 17. 0x00 17. 0x80 17. " PEN17 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 16. 0x00 16. 0x80 16. " PEN16 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 15. 0x00 15. 0x80 15. " PEN15 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 14. 0x00 14. 0x80 14. " PEN14 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 13. 0x00 13. 0x80 13. " PEN13 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 12. 0x00 12. 0x80 12. " PEN12 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 11. 0x00 11. 0x80 11. " PEN11 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 10. 0x00 10. 0x80 10. " PEN10 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 9. 0x00 9. 0x80 9. " PEN9 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 8. 0x00 8. 0x80 8. " PEN8 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 7. 0x00 7. 0x80 7. " PEN7 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 6. 0x00 6. 0x80 6. " PEN6 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 5. 0x00 5. 0x80 5. " PEN5 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 4. 0x00 4. 0x80 4. " PEN4 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 3. 0x00 3. 0x80 3. " PEN3 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 2. 0x00 2. 0x80 2. " PEN2 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 1. 0x00 1. 0x80 1. " PEN1 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 0. 0x00 0. 0x80 0. " PEN0 ,Interrupt Set/Clear Pending" "Not pending,Pending" line.long 0x04 "IRQ32_63_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x04 31. 0x04 31. 0x84 31. " PEN63 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 30. 0x04 30. 0x84 30. " PEN62 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 29. 0x04 29. 0x84 29. " PEN61 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 28. 0x04 28. 0x84 28. " PEN60 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 27. 0x04 27. 0x84 27. " PEN59 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 26. 0x04 26. 0x84 26. " PEN58 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 25. 0x04 25. 0x84 25. " PEN57 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 24. 0x04 24. 0x84 24. " PEN56 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 23. 0x04 23. 0x84 23. " PEN55 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 22. 0x04 22. 0x84 22. " PEN54 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 21. 0x04 21. 0x84 21. " PEN53 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 20. 0x04 20. 0x84 20. " PEN52 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 19. 0x04 19. 0x84 19. " PEN51 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 18. 0x04 18. 0x84 18. " PEN50 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 17. 0x04 17. 0x84 17. " PEN49 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 16. 0x04 16. 0x84 16. " PEN48 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 15. 0x04 15. 0x84 15. " PEN47 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 14. 0x04 14. 0x84 14. " PEN46 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 13. 0x04 13. 0x84 13. " PEN45 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 12. 0x04 12. 0x84 12. " PEN44 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 11. 0x04 11. 0x84 11. " PEN43 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 10. 0x04 10. 0x84 10. " PEN42 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 9. 0x04 9. 0x84 9. " PEN41 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 8. 0x04 8. 0x84 8. " PEN40 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 7. 0x04 7. 0x84 7. " PEN39 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 6. 0x04 6. 0x84 6. " PEN38 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 5. 0x04 5. 0x84 5. " PEN37 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 4. 0x04 4. 0x84 4. " PEN36 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 3. 0x04 3. 0x84 3. " PEN35 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 2. 0x04 2. 0x84 2. " PEN34 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 1. 0x04 1. 0x84 1. " PEN33 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 0. 0x04 0. 0x84 0. " PEN32 ,Interrupt Set/Clear Pending" "Not pending,Pending" line.long 0x08 "IRQ64_95_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x08 31. 0x08 31. 0x88 31. " PEN95 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 30. 0x08 30. 0x88 30. " PEN94 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 29. 0x08 29. 0x88 29. " PEN93 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 28. 0x08 28. 0x88 28. " PEN92 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 27. 0x08 27. 0x88 27. " PEN91 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 26. 0x08 26. 0x88 26. " PEN90 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 25. 0x08 25. 0x88 25. " PEN89 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 24. 0x08 24. 0x88 24. " PEN88 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 23. 0x08 23. 0x88 23. " PEN87 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 22. 0x08 22. 0x88 22. " PEN86 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 21. 0x08 21. 0x88 21. " PEN85 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 20. 0x08 20. 0x88 20. " PEN84 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 19. 0x08 19. 0x88 19. " PEN83 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 18. 0x08 18. 0x88 18. " PEN82 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 17. 0x08 17. 0x88 17. " PEN81 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 16. 0x08 16. 0x88 16. " PEN80 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 15. 0x08 15. 0x88 15. " PEN79 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 14. 0x08 14. 0x88 14. " PEN78 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 13. 0x08 13. 0x88 13. " PEN77 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 12. 0x08 12. 0x88 12. " PEN76 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 11. 0x08 11. 0x88 11. " PEN75 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 10. 0x08 10. 0x88 10. " PEN74 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 9. 0x08 9. 0x88 9. " PEN73 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 8. 0x08 8. 0x88 8. " PEN72 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 7. 0x08 7. 0x88 7. " PEN71 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 6. 0x08 6. 0x88 6. " PEN70 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 5. 0x08 5. 0x88 5. " PEN69 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 4. 0x08 4. 0x88 4. " PEN68 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 3. 0x08 3. 0x88 3. " PEN67 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 2. 0x08 2. 0x88 2. " PEN66 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 1. 0x08 1. 0x88 1. " PEN65 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 0. 0x08 0. 0x88 0. " PEN64 ,Interrupt Set/Clear Pending" "Not pending,Pending" line.long 0x0c "IRQ96_127_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x0c 31. 0x0c 31. 0x8c 31. " PEN127 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 30. 0x0c 30. 0x8c 30. " PEN126 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 29. 0x0c 29. 0x8c 29. " PEN125 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 28. 0x0c 28. 0x8c 28. " PEN124 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 27. 0x0c 27. 0x8c 27. " PEN123 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 26. 0x0c 26. 0x8c 26. " PEN122 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x0c 25. 0x0c 25. 0x8c 25. " PEN121 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 24. 0x0c 24. 0x8c 24. " PEN120 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 23. 0x0c 23. 0x8c 23. " PEN119 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 22. 0x0c 22. 0x8c 22. " PEN118 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 21. 0x0c 21. 0x8c 21. " PEN117 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 20. 0x0c 20. 0x8c 20. " PEN116 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x0c 19. 0x0c 19. 0x8c 19. " PEN115 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 18. 0x0c 18. 0x8c 18. " PEN114 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 17. 0x0c 17. 0x8c 17. " PEN113 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 16. 0x0c 16. 0x8c 16. " PEN112 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 15. 0x0c 15. 0x8c 15. " PEN111 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 14. 0x0c 14. 0x8c 14. " PEN110 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x0c 13. 0x0c 13. 0x8c 13. " PEN109 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 12. 0x0c 12. 0x8c 12. " PEN108 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 11. 0x0c 11. 0x8c 11. " PEN107 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 10. 0x0c 10. 0x8c 10. " PEN106 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 9. 0x0c 9. 0x8c 9. " PEN105 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 8. 0x0c 8. 0x8c 8. " PEN104 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x0c 7. 0x0c 7. 0x8c 7. " PEN103 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 6. 0x0c 6. 0x8c 6. " PEN102 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 5. 0x0c 5. 0x8c 5. " PEN101 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 4. 0x0c 4. 0x8c 4. " PEN100 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 3. 0x0c 3. 0x8c 3. " PEN99 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 2. 0x0c 2. 0x8c 2. " PEN98 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x0c 1. 0x0c 1. 0x8c 1. " PEN97 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 0. 0x0c 0. 0x8c 0. " PEN96 ,Interrupt Set/Clear Pending" "Not pending,Pending" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x04) group.long 0x200++0x13 line.long 0x00 "IRQ0_31_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x00 31. 0x00 31. 0x80 31. " PEN31 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 30. 0x00 30. 0x80 30. " PEN30 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 29. 0x00 29. 0x80 29. " PEN29 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 28. 0x00 28. 0x80 28. " PEN28 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 27. 0x00 27. 0x80 27. " PEN27 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 26. 0x00 26. 0x80 26. " PEN26 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 25. 0x00 25. 0x80 25. " PEN25 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 24. 0x00 24. 0x80 24. " PEN24 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 23. 0x00 23. 0x80 23. " PEN23 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 22. 0x00 22. 0x80 22. " PEN22 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 21. 0x00 21. 0x80 21. " PEN21 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 20. 0x00 20. 0x80 20. " PEN20 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 19. 0x00 19. 0x80 19. " PEN19 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 18. 0x00 18. 0x80 18. " PEN18 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 17. 0x00 17. 0x80 17. " PEN17 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 16. 0x00 16. 0x80 16. " PEN16 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 15. 0x00 15. 0x80 15. " PEN15 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 14. 0x00 14. 0x80 14. " PEN14 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 13. 0x00 13. 0x80 13. " PEN13 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 12. 0x00 12. 0x80 12. " PEN12 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 11. 0x00 11. 0x80 11. " PEN11 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 10. 0x00 10. 0x80 10. " PEN10 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 9. 0x00 9. 0x80 9. " PEN9 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 8. 0x00 8. 0x80 8. " PEN8 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 7. 0x00 7. 0x80 7. " PEN7 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 6. 0x00 6. 0x80 6. " PEN6 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 5. 0x00 5. 0x80 5. " PEN5 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 4. 0x00 4. 0x80 4. " PEN4 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 3. 0x00 3. 0x80 3. " PEN3 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 2. 0x00 2. 0x80 2. " PEN2 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 1. 0x00 1. 0x80 1. " PEN1 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 0. 0x00 0. 0x80 0. " PEN0 ,Interrupt Set/Clear Pending" "Not pending,Pending" line.long 0x04 "IRQ32_63_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x04 31. 0x04 31. 0x84 31. " PEN63 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 30. 0x04 30. 0x84 30. " PEN62 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 29. 0x04 29. 0x84 29. " PEN61 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 28. 0x04 28. 0x84 28. " PEN60 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 27. 0x04 27. 0x84 27. " PEN59 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 26. 0x04 26. 0x84 26. " PEN58 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 25. 0x04 25. 0x84 25. " PEN57 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 24. 0x04 24. 0x84 24. " PEN56 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 23. 0x04 23. 0x84 23. " PEN55 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 22. 0x04 22. 0x84 22. " PEN54 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 21. 0x04 21. 0x84 21. " PEN53 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 20. 0x04 20. 0x84 20. " PEN52 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 19. 0x04 19. 0x84 19. " PEN51 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 18. 0x04 18. 0x84 18. " PEN50 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 17. 0x04 17. 0x84 17. " PEN49 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 16. 0x04 16. 0x84 16. " PEN48 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 15. 0x04 15. 0x84 15. " PEN47 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 14. 0x04 14. 0x84 14. " PEN46 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 13. 0x04 13. 0x84 13. " PEN45 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 12. 0x04 12. 0x84 12. " PEN44 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 11. 0x04 11. 0x84 11. " PEN43 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 10. 0x04 10. 0x84 10. " PEN42 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 9. 0x04 9. 0x84 9. " PEN41 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 8. 0x04 8. 0x84 8. " PEN40 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 7. 0x04 7. 0x84 7. " PEN39 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 6. 0x04 6. 0x84 6. " PEN38 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 5. 0x04 5. 0x84 5. " PEN37 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 4. 0x04 4. 0x84 4. " PEN36 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 3. 0x04 3. 0x84 3. " PEN35 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 2. 0x04 2. 0x84 2. " PEN34 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 1. 0x04 1. 0x84 1. " PEN33 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 0. 0x04 0. 0x84 0. " PEN32 ,Interrupt Set/Clear Pending" "Not pending,Pending" line.long 0x08 "IRQ64_95_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x08 31. 0x08 31. 0x88 31. " PEN95 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 30. 0x08 30. 0x88 30. " PEN94 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 29. 0x08 29. 0x88 29. " PEN93 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 28. 0x08 28. 0x88 28. " PEN92 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 27. 0x08 27. 0x88 27. " PEN91 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 26. 0x08 26. 0x88 26. " PEN90 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 25. 0x08 25. 0x88 25. " PEN89 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 24. 0x08 24. 0x88 24. " PEN88 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 23. 0x08 23. 0x88 23. " PEN87 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 22. 0x08 22. 0x88 22. " PEN86 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 21. 0x08 21. 0x88 21. " PEN85 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 20. 0x08 20. 0x88 20. " PEN84 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 19. 0x08 19. 0x88 19. " PEN83 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 18. 0x08 18. 0x88 18. " PEN82 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 17. 0x08 17. 0x88 17. " PEN81 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 16. 0x08 16. 0x88 16. " PEN80 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 15. 0x08 15. 0x88 15. " PEN79 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 14. 0x08 14. 0x88 14. " PEN78 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 13. 0x08 13. 0x88 13. " PEN77 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 12. 0x08 12. 0x88 12. " PEN76 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 11. 0x08 11. 0x88 11. " PEN75 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 10. 0x08 10. 0x88 10. " PEN74 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 9. 0x08 9. 0x88 9. " PEN73 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 8. 0x08 8. 0x88 8. " PEN72 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 7. 0x08 7. 0x88 7. " PEN71 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 6. 0x08 6. 0x88 6. " PEN70 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 5. 0x08 5. 0x88 5. " PEN69 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 4. 0x08 4. 0x88 4. " PEN68 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 3. 0x08 3. 0x88 3. " PEN67 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 2. 0x08 2. 0x88 2. " PEN66 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 1. 0x08 1. 0x88 1. " PEN65 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 0. 0x08 0. 0x88 0. " PEN64 ,Interrupt Set/Clear Pending" "Not pending,Pending" line.long 0x0c "IRQ96_127_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x0c 31. 0x0c 31. 0x8c 31. " PEN127 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 30. 0x0c 30. 0x8c 30. " PEN126 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 29. 0x0c 29. 0x8c 29. " PEN125 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 28. 0x0c 28. 0x8c 28. " PEN124 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 27. 0x0c 27. 0x8c 27. " PEN123 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 26. 0x0c 26. 0x8c 26. " PEN122 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x0c 25. 0x0c 25. 0x8c 25. " PEN121 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 24. 0x0c 24. 0x8c 24. " PEN120 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 23. 0x0c 23. 0x8c 23. " PEN119 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 22. 0x0c 22. 0x8c 22. " PEN118 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 21. 0x0c 21. 0x8c 21. " PEN117 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 20. 0x0c 20. 0x8c 20. " PEN116 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x0c 19. 0x0c 19. 0x8c 19. " PEN115 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 18. 0x0c 18. 0x8c 18. " PEN114 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 17. 0x0c 17. 0x8c 17. " PEN113 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 16. 0x0c 16. 0x8c 16. " PEN112 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 15. 0x0c 15. 0x8c 15. " PEN111 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 14. 0x0c 14. 0x8c 14. " PEN110 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x0c 13. 0x0c 13. 0x8c 13. " PEN109 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 12. 0x0c 12. 0x8c 12. " PEN108 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 11. 0x0c 11. 0x8c 11. " PEN107 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 10. 0x0c 10. 0x8c 10. " PEN106 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 9. 0x0c 9. 0x8c 9. " PEN105 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 8. 0x0c 8. 0x8c 8. " PEN104 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x0c 7. 0x0c 7. 0x8c 7. " PEN103 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 6. 0x0c 6. 0x8c 6. " PEN102 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 5. 0x0c 5. 0x8c 5. " PEN101 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 4. 0x0c 4. 0x8c 4. " PEN100 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 3. 0x0c 3. 0x8c 3. " PEN99 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 2. 0x0c 2. 0x8c 2. " PEN98 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x0c 1. 0x0c 1. 0x8c 1. " PEN97 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 0. 0x0c 0. 0x8c 0. " PEN96 ,Interrupt Set/Clear Pending" "Not pending,Pending" line.long 0x10 "IRQ128_159_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x10 31. 0x10 31. 0x90 31. " PEN159 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 30. 0x10 30. 0x90 30. " PEN158 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 29. 0x10 29. 0x90 29. " PEN157 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 28. 0x10 28. 0x90 28. " PEN156 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 27. 0x10 27. 0x90 27. " PEN155 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 26. 0x10 26. 0x90 26. " PEN154 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x10 25. 0x10 25. 0x90 25. " PEN153 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 24. 0x10 24. 0x90 24. " PEN152 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 23. 0x10 23. 0x90 23. " PEN151 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 22. 0x10 22. 0x90 22. " PEN150 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 21. 0x10 21. 0x90 21. " PEN149 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 20. 0x10 20. 0x90 20. " PEN148 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x10 19. 0x10 19. 0x90 19. " PEN147 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 18. 0x10 18. 0x90 18. " PEN146 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 17. 0x10 17. 0x90 17. " PEN145 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 16. 0x10 16. 0x90 16. " PEN144 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 15. 0x10 15. 0x90 15. " PEN143 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 14. 0x10 14. 0x90 14. " PEN142 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x10 13. 0x10 13. 0x90 13. " PEN141 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 12. 0x10 12. 0x90 12. " PEN140 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 11. 0x10 11. 0x90 11. " PEN139 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 10. 0x10 10. 0x90 10. " PEN138 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 9. 0x10 9. 0x90 9. " PEN137 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 8. 0x10 8. 0x90 8. " PEN136 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x10 7. 0x10 7. 0x90 7. " PEN135 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 6. 0x10 6. 0x90 6. " PEN134 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 5. 0x10 5. 0x90 5. " PEN133 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 4. 0x10 4. 0x90 4. " PEN132 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 3. 0x10 3. 0x90 3. " PEN131 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 2. 0x10 2. 0x90 2. " PEN130 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x10 1. 0x10 1. 0x90 1. " PEN129 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 0. 0x10 0. 0x90 0. " PEN128 ,Interrupt Set/Clear Pending" "Not pending,Pending" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x05) group.long 0x200++0x17 line.long 0x00 "IRQ0_31_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x00 31. 0x00 31. 0x80 31. " PEN31 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 30. 0x00 30. 0x80 30. " PEN30 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 29. 0x00 29. 0x80 29. " PEN29 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 28. 0x00 28. 0x80 28. " PEN28 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 27. 0x00 27. 0x80 27. " PEN27 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 26. 0x00 26. 0x80 26. " PEN26 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 25. 0x00 25. 0x80 25. " PEN25 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 24. 0x00 24. 0x80 24. " PEN24 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 23. 0x00 23. 0x80 23. " PEN23 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 22. 0x00 22. 0x80 22. " PEN22 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 21. 0x00 21. 0x80 21. " PEN21 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 20. 0x00 20. 0x80 20. " PEN20 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 19. 0x00 19. 0x80 19. " PEN19 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 18. 0x00 18. 0x80 18. " PEN18 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 17. 0x00 17. 0x80 17. " PEN17 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 16. 0x00 16. 0x80 16. " PEN16 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 15. 0x00 15. 0x80 15. " PEN15 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 14. 0x00 14. 0x80 14. " PEN14 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 13. 0x00 13. 0x80 13. " PEN13 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 12. 0x00 12. 0x80 12. " PEN12 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 11. 0x00 11. 0x80 11. " PEN11 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 10. 0x00 10. 0x80 10. " PEN10 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 9. 0x00 9. 0x80 9. " PEN9 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 8. 0x00 8. 0x80 8. " PEN8 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 7. 0x00 7. 0x80 7. " PEN7 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 6. 0x00 6. 0x80 6. " PEN6 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 5. 0x00 5. 0x80 5. " PEN5 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 4. 0x00 4. 0x80 4. " PEN4 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 3. 0x00 3. 0x80 3. " PEN3 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 2. 0x00 2. 0x80 2. " PEN2 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 1. 0x00 1. 0x80 1. " PEN1 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 0. 0x00 0. 0x80 0. " PEN0 ,Interrupt Set/Clear Pending" "Not pending,Pending" line.long 0x04 "IRQ32_63_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x04 31. 0x04 31. 0x84 31. " PEN63 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 30. 0x04 30. 0x84 30. " PEN62 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 29. 0x04 29. 0x84 29. " PEN61 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 28. 0x04 28. 0x84 28. " PEN60 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 27. 0x04 27. 0x84 27. " PEN59 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 26. 0x04 26. 0x84 26. " PEN58 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 25. 0x04 25. 0x84 25. " PEN57 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 24. 0x04 24. 0x84 24. " PEN56 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 23. 0x04 23. 0x84 23. " PEN55 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 22. 0x04 22. 0x84 22. " PEN54 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 21. 0x04 21. 0x84 21. " PEN53 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 20. 0x04 20. 0x84 20. " PEN52 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 19. 0x04 19. 0x84 19. " PEN51 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 18. 0x04 18. 0x84 18. " PEN50 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 17. 0x04 17. 0x84 17. " PEN49 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 16. 0x04 16. 0x84 16. " PEN48 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 15. 0x04 15. 0x84 15. " PEN47 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 14. 0x04 14. 0x84 14. " PEN46 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 13. 0x04 13. 0x84 13. " PEN45 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 12. 0x04 12. 0x84 12. " PEN44 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 11. 0x04 11. 0x84 11. " PEN43 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 10. 0x04 10. 0x84 10. " PEN42 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 9. 0x04 9. 0x84 9. " PEN41 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 8. 0x04 8. 0x84 8. " PEN40 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 7. 0x04 7. 0x84 7. " PEN39 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 6. 0x04 6. 0x84 6. " PEN38 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 5. 0x04 5. 0x84 5. " PEN37 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 4. 0x04 4. 0x84 4. " PEN36 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 3. 0x04 3. 0x84 3. " PEN35 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 2. 0x04 2. 0x84 2. " PEN34 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 1. 0x04 1. 0x84 1. " PEN33 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 0. 0x04 0. 0x84 0. " PEN32 ,Interrupt Set/Clear Pending" "Not pending,Pending" line.long 0x08 "IRQ64_95_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x08 31. 0x08 31. 0x88 31. " PEN95 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 30. 0x08 30. 0x88 30. " PEN94 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 29. 0x08 29. 0x88 29. " PEN93 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 28. 0x08 28. 0x88 28. " PEN92 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 27. 0x08 27. 0x88 27. " PEN91 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 26. 0x08 26. 0x88 26. " PEN90 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 25. 0x08 25. 0x88 25. " PEN89 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 24. 0x08 24. 0x88 24. " PEN88 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 23. 0x08 23. 0x88 23. " PEN87 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 22. 0x08 22. 0x88 22. " PEN86 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 21. 0x08 21. 0x88 21. " PEN85 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 20. 0x08 20. 0x88 20. " PEN84 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 19. 0x08 19. 0x88 19. " PEN83 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 18. 0x08 18. 0x88 18. " PEN82 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 17. 0x08 17. 0x88 17. " PEN81 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 16. 0x08 16. 0x88 16. " PEN80 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 15. 0x08 15. 0x88 15. " PEN79 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 14. 0x08 14. 0x88 14. " PEN78 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 13. 0x08 13. 0x88 13. " PEN77 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 12. 0x08 12. 0x88 12. " PEN76 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 11. 0x08 11. 0x88 11. " PEN75 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 10. 0x08 10. 0x88 10. " PEN74 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 9. 0x08 9. 0x88 9. " PEN73 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 8. 0x08 8. 0x88 8. " PEN72 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 7. 0x08 7. 0x88 7. " PEN71 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 6. 0x08 6. 0x88 6. " PEN70 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 5. 0x08 5. 0x88 5. " PEN69 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 4. 0x08 4. 0x88 4. " PEN68 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 3. 0x08 3. 0x88 3. " PEN67 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 2. 0x08 2. 0x88 2. " PEN66 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 1. 0x08 1. 0x88 1. " PEN65 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 0. 0x08 0. 0x88 0. " PEN64 ,Interrupt Set/Clear Pending" "Not pending,Pending" line.long 0x0c "IRQ96_127_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x0c 31. 0x0c 31. 0x8c 31. " PEN127 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 30. 0x0c 30. 0x8c 30. " PEN126 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 29. 0x0c 29. 0x8c 29. " PEN125 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 28. 0x0c 28. 0x8c 28. " PEN124 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 27. 0x0c 27. 0x8c 27. " PEN123 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 26. 0x0c 26. 0x8c 26. " PEN122 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x0c 25. 0x0c 25. 0x8c 25. " PEN121 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 24. 0x0c 24. 0x8c 24. " PEN120 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 23. 0x0c 23. 0x8c 23. " PEN119 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 22. 0x0c 22. 0x8c 22. " PEN118 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 21. 0x0c 21. 0x8c 21. " PEN117 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 20. 0x0c 20. 0x8c 20. " PEN116 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x0c 19. 0x0c 19. 0x8c 19. " PEN115 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 18. 0x0c 18. 0x8c 18. " PEN114 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 17. 0x0c 17. 0x8c 17. " PEN113 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 16. 0x0c 16. 0x8c 16. " PEN112 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 15. 0x0c 15. 0x8c 15. " PEN111 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 14. 0x0c 14. 0x8c 14. " PEN110 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x0c 13. 0x0c 13. 0x8c 13. " PEN109 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 12. 0x0c 12. 0x8c 12. " PEN108 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 11. 0x0c 11. 0x8c 11. " PEN107 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 10. 0x0c 10. 0x8c 10. " PEN106 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 9. 0x0c 9. 0x8c 9. " PEN105 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 8. 0x0c 8. 0x8c 8. " PEN104 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x0c 7. 0x0c 7. 0x8c 7. " PEN103 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 6. 0x0c 6. 0x8c 6. " PEN102 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 5. 0x0c 5. 0x8c 5. " PEN101 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 4. 0x0c 4. 0x8c 4. " PEN100 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 3. 0x0c 3. 0x8c 3. " PEN99 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 2. 0x0c 2. 0x8c 2. " PEN98 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x0c 1. 0x0c 1. 0x8c 1. " PEN97 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 0. 0x0c 0. 0x8c 0. " PEN96 ,Interrupt Set/Clear Pending" "Not pending,Pending" line.long 0x10 "IRQ128_159_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x10 31. 0x10 31. 0x90 31. " PEN159 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 30. 0x10 30. 0x90 30. " PEN158 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 29. 0x10 29. 0x90 29. " PEN157 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 28. 0x10 28. 0x90 28. " PEN156 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 27. 0x10 27. 0x90 27. " PEN155 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 26. 0x10 26. 0x90 26. " PEN154 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x10 25. 0x10 25. 0x90 25. " PEN153 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 24. 0x10 24. 0x90 24. " PEN152 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 23. 0x10 23. 0x90 23. " PEN151 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 22. 0x10 22. 0x90 22. " PEN150 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 21. 0x10 21. 0x90 21. " PEN149 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 20. 0x10 20. 0x90 20. " PEN148 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x10 19. 0x10 19. 0x90 19. " PEN147 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 18. 0x10 18. 0x90 18. " PEN146 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 17. 0x10 17. 0x90 17. " PEN145 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 16. 0x10 16. 0x90 16. " PEN144 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 15. 0x10 15. 0x90 15. " PEN143 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 14. 0x10 14. 0x90 14. " PEN142 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x10 13. 0x10 13. 0x90 13. " PEN141 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 12. 0x10 12. 0x90 12. " PEN140 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 11. 0x10 11. 0x90 11. " PEN139 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 10. 0x10 10. 0x90 10. " PEN138 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 9. 0x10 9. 0x90 9. " PEN137 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 8. 0x10 8. 0x90 8. " PEN136 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x10 7. 0x10 7. 0x90 7. " PEN135 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 6. 0x10 6. 0x90 6. " PEN134 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 5. 0x10 5. 0x90 5. " PEN133 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 4. 0x10 4. 0x90 4. " PEN132 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 3. 0x10 3. 0x90 3. " PEN131 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 2. 0x10 2. 0x90 2. " PEN130 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x10 1. 0x10 1. 0x90 1. " PEN129 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 0. 0x10 0. 0x90 0. " PEN128 ,Interrupt Set/Clear Pending" "Not pending,Pending" line.long 0x14 "IRQ160_191_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x14 31. 0x14 31. 0x94 31. " PEN191 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 30. 0x14 30. 0x94 30. " PEN190 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 29. 0x14 29. 0x94 29. " PEN189 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 28. 0x14 28. 0x94 28. " PEN188 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 27. 0x14 27. 0x94 27. " PEN187 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 26. 0x14 26. 0x94 26. " PEN186 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x14 25. 0x14 25. 0x94 25. " PEN185 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 24. 0x14 24. 0x94 24. " PEN184 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 23. 0x14 23. 0x94 23. " PEN183 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 22. 0x14 22. 0x94 22. " PEN182 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 21. 0x14 21. 0x94 21. " PEN181 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 20. 0x14 20. 0x94 20. " PEN180 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x14 19. 0x14 19. 0x94 19. " PEN179 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 18. 0x14 18. 0x94 18. " PEN178 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 17. 0x14 17. 0x94 17. " PEN177 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 16. 0x14 16. 0x94 16. " PEN176 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 15. 0x14 15. 0x94 15. " PEN175 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 14. 0x14 14. 0x94 14. " PEN174 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x14 13. 0x14 13. 0x94 13. " PEN173 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 12. 0x14 12. 0x94 12. " PEN172 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 11. 0x14 11. 0x94 11. " PEN171 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 10. 0x14 10. 0x94 10. " PEN170 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 9. 0x14 9. 0x94 9. " PEN169 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 8. 0x14 8. 0x94 8. " PEN168 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x14 7. 0x14 7. 0x94 7. " PEN167 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 6. 0x14 6. 0x94 6. " PEN166 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 5. 0x14 5. 0x94 5. " PEN165 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 4. 0x14 4. 0x94 4. " PEN164 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 3. 0x14 3. 0x94 3. " PEN163 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 2. 0x14 2. 0x94 2. " PEN162 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x14 1. 0x14 1. 0x94 1. " PEN161 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 0. 0x14 0. 0x94 0. " PEN160 ,Interrupt Set/Clear Pending" "Not pending,Pending" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x06) group.long 0x200++0x1B line.long 0x00 "IRQ0_31_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x00 31. 0x00 31. 0x80 31. " PEN31 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 30. 0x00 30. 0x80 30. " PEN30 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 29. 0x00 29. 0x80 29. " PEN29 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 28. 0x00 28. 0x80 28. " PEN28 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 27. 0x00 27. 0x80 27. " PEN27 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 26. 0x00 26. 0x80 26. " PEN26 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 25. 0x00 25. 0x80 25. " PEN25 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 24. 0x00 24. 0x80 24. " PEN24 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 23. 0x00 23. 0x80 23. " PEN23 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 22. 0x00 22. 0x80 22. " PEN22 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 21. 0x00 21. 0x80 21. " PEN21 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 20. 0x00 20. 0x80 20. " PEN20 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 19. 0x00 19. 0x80 19. " PEN19 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 18. 0x00 18. 0x80 18. " PEN18 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 17. 0x00 17. 0x80 17. " PEN17 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 16. 0x00 16. 0x80 16. " PEN16 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 15. 0x00 15. 0x80 15. " PEN15 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 14. 0x00 14. 0x80 14. " PEN14 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 13. 0x00 13. 0x80 13. " PEN13 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 12. 0x00 12. 0x80 12. " PEN12 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 11. 0x00 11. 0x80 11. " PEN11 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 10. 0x00 10. 0x80 10. " PEN10 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 9. 0x00 9. 0x80 9. " PEN9 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 8. 0x00 8. 0x80 8. " PEN8 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 7. 0x00 7. 0x80 7. " PEN7 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 6. 0x00 6. 0x80 6. " PEN6 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 5. 0x00 5. 0x80 5. " PEN5 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 4. 0x00 4. 0x80 4. " PEN4 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 3. 0x00 3. 0x80 3. " PEN3 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 2. 0x00 2. 0x80 2. " PEN2 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 1. 0x00 1. 0x80 1. " PEN1 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 0. 0x00 0. 0x80 0. " PEN0 ,Interrupt Set/Clear Pending" "Not pending,Pending" line.long 0x04 "IRQ32_63_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x04 31. 0x04 31. 0x84 31. " PEN63 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 30. 0x04 30. 0x84 30. " PEN62 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 29. 0x04 29. 0x84 29. " PEN61 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 28. 0x04 28. 0x84 28. " PEN60 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 27. 0x04 27. 0x84 27. " PEN59 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 26. 0x04 26. 0x84 26. " PEN58 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 25. 0x04 25. 0x84 25. " PEN57 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 24. 0x04 24. 0x84 24. " PEN56 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 23. 0x04 23. 0x84 23. " PEN55 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 22. 0x04 22. 0x84 22. " PEN54 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 21. 0x04 21. 0x84 21. " PEN53 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 20. 0x04 20. 0x84 20. " PEN52 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 19. 0x04 19. 0x84 19. " PEN51 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 18. 0x04 18. 0x84 18. " PEN50 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 17. 0x04 17. 0x84 17. " PEN49 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 16. 0x04 16. 0x84 16. " PEN48 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 15. 0x04 15. 0x84 15. " PEN47 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 14. 0x04 14. 0x84 14. " PEN46 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 13. 0x04 13. 0x84 13. " PEN45 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 12. 0x04 12. 0x84 12. " PEN44 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 11. 0x04 11. 0x84 11. " PEN43 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 10. 0x04 10. 0x84 10. " PEN42 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 9. 0x04 9. 0x84 9. " PEN41 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 8. 0x04 8. 0x84 8. " PEN40 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 7. 0x04 7. 0x84 7. " PEN39 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 6. 0x04 6. 0x84 6. " PEN38 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 5. 0x04 5. 0x84 5. " PEN37 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 4. 0x04 4. 0x84 4. " PEN36 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 3. 0x04 3. 0x84 3. " PEN35 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 2. 0x04 2. 0x84 2. " PEN34 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 1. 0x04 1. 0x84 1. " PEN33 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 0. 0x04 0. 0x84 0. " PEN32 ,Interrupt Set/Clear Pending" "Not pending,Pending" line.long 0x08 "IRQ64_95_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x08 31. 0x08 31. 0x88 31. " PEN95 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 30. 0x08 30. 0x88 30. " PEN94 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 29. 0x08 29. 0x88 29. " PEN93 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 28. 0x08 28. 0x88 28. " PEN92 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 27. 0x08 27. 0x88 27. " PEN91 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 26. 0x08 26. 0x88 26. " PEN90 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 25. 0x08 25. 0x88 25. " PEN89 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 24. 0x08 24. 0x88 24. " PEN88 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 23. 0x08 23. 0x88 23. " PEN87 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 22. 0x08 22. 0x88 22. " PEN86 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 21. 0x08 21. 0x88 21. " PEN85 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 20. 0x08 20. 0x88 20. " PEN84 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 19. 0x08 19. 0x88 19. " PEN83 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 18. 0x08 18. 0x88 18. " PEN82 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 17. 0x08 17. 0x88 17. " PEN81 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 16. 0x08 16. 0x88 16. " PEN80 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 15. 0x08 15. 0x88 15. " PEN79 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 14. 0x08 14. 0x88 14. " PEN78 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 13. 0x08 13. 0x88 13. " PEN77 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 12. 0x08 12. 0x88 12. " PEN76 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 11. 0x08 11. 0x88 11. " PEN75 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 10. 0x08 10. 0x88 10. " PEN74 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 9. 0x08 9. 0x88 9. " PEN73 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 8. 0x08 8. 0x88 8. " PEN72 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 7. 0x08 7. 0x88 7. " PEN71 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 6. 0x08 6. 0x88 6. " PEN70 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 5. 0x08 5. 0x88 5. " PEN69 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 4. 0x08 4. 0x88 4. " PEN68 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 3. 0x08 3. 0x88 3. " PEN67 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 2. 0x08 2. 0x88 2. " PEN66 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 1. 0x08 1. 0x88 1. " PEN65 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 0. 0x08 0. 0x88 0. " PEN64 ,Interrupt Set/Clear Pending" "Not pending,Pending" line.long 0x0c "IRQ96_127_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x0c 31. 0x0c 31. 0x8c 31. " PEN127 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 30. 0x0c 30. 0x8c 30. " PEN126 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 29. 0x0c 29. 0x8c 29. " PEN125 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 28. 0x0c 28. 0x8c 28. " PEN124 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 27. 0x0c 27. 0x8c 27. " PEN123 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 26. 0x0c 26. 0x8c 26. " PEN122 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x0c 25. 0x0c 25. 0x8c 25. " PEN121 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 24. 0x0c 24. 0x8c 24. " PEN120 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 23. 0x0c 23. 0x8c 23. " PEN119 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 22. 0x0c 22. 0x8c 22. " PEN118 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 21. 0x0c 21. 0x8c 21. " PEN117 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 20. 0x0c 20. 0x8c 20. " PEN116 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x0c 19. 0x0c 19. 0x8c 19. " PEN115 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 18. 0x0c 18. 0x8c 18. " PEN114 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 17. 0x0c 17. 0x8c 17. " PEN113 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 16. 0x0c 16. 0x8c 16. " PEN112 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 15. 0x0c 15. 0x8c 15. " PEN111 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 14. 0x0c 14. 0x8c 14. " PEN110 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x0c 13. 0x0c 13. 0x8c 13. " PEN109 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 12. 0x0c 12. 0x8c 12. " PEN108 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 11. 0x0c 11. 0x8c 11. " PEN107 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 10. 0x0c 10. 0x8c 10. " PEN106 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 9. 0x0c 9. 0x8c 9. " PEN105 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 8. 0x0c 8. 0x8c 8. " PEN104 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x0c 7. 0x0c 7. 0x8c 7. " PEN103 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 6. 0x0c 6. 0x8c 6. " PEN102 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 5. 0x0c 5. 0x8c 5. " PEN101 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 4. 0x0c 4. 0x8c 4. " PEN100 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 3. 0x0c 3. 0x8c 3. " PEN99 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 2. 0x0c 2. 0x8c 2. " PEN98 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x0c 1. 0x0c 1. 0x8c 1. " PEN97 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 0. 0x0c 0. 0x8c 0. " PEN96 ,Interrupt Set/Clear Pending" "Not pending,Pending" line.long 0x10 "IRQ128_159_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x10 31. 0x10 31. 0x90 31. " PEN159 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 30. 0x10 30. 0x90 30. " PEN158 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 29. 0x10 29. 0x90 29. " PEN157 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 28. 0x10 28. 0x90 28. " PEN156 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 27. 0x10 27. 0x90 27. " PEN155 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 26. 0x10 26. 0x90 26. " PEN154 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x10 25. 0x10 25. 0x90 25. " PEN153 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 24. 0x10 24. 0x90 24. " PEN152 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 23. 0x10 23. 0x90 23. " PEN151 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 22. 0x10 22. 0x90 22. " PEN150 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 21. 0x10 21. 0x90 21. " PEN149 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 20. 0x10 20. 0x90 20. " PEN148 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x10 19. 0x10 19. 0x90 19. " PEN147 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 18. 0x10 18. 0x90 18. " PEN146 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 17. 0x10 17. 0x90 17. " PEN145 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 16. 0x10 16. 0x90 16. " PEN144 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 15. 0x10 15. 0x90 15. " PEN143 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 14. 0x10 14. 0x90 14. " PEN142 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x10 13. 0x10 13. 0x90 13. " PEN141 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 12. 0x10 12. 0x90 12. " PEN140 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 11. 0x10 11. 0x90 11. " PEN139 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 10. 0x10 10. 0x90 10. " PEN138 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 9. 0x10 9. 0x90 9. " PEN137 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 8. 0x10 8. 0x90 8. " PEN136 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x10 7. 0x10 7. 0x90 7. " PEN135 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 6. 0x10 6. 0x90 6. " PEN134 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 5. 0x10 5. 0x90 5. " PEN133 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 4. 0x10 4. 0x90 4. " PEN132 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 3. 0x10 3. 0x90 3. " PEN131 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 2. 0x10 2. 0x90 2. " PEN130 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x10 1. 0x10 1. 0x90 1. " PEN129 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 0. 0x10 0. 0x90 0. " PEN128 ,Interrupt Set/Clear Pending" "Not pending,Pending" line.long 0x14 "IRQ160_191_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x14 31. 0x14 31. 0x94 31. " PEN191 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 30. 0x14 30. 0x94 30. " PEN190 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 29. 0x14 29. 0x94 29. " PEN189 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 28. 0x14 28. 0x94 28. " PEN188 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 27. 0x14 27. 0x94 27. " PEN187 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 26. 0x14 26. 0x94 26. " PEN186 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x14 25. 0x14 25. 0x94 25. " PEN185 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 24. 0x14 24. 0x94 24. " PEN184 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 23. 0x14 23. 0x94 23. " PEN183 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 22. 0x14 22. 0x94 22. " PEN182 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 21. 0x14 21. 0x94 21. " PEN181 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 20. 0x14 20. 0x94 20. " PEN180 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x14 19. 0x14 19. 0x94 19. " PEN179 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 18. 0x14 18. 0x94 18. " PEN178 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 17. 0x14 17. 0x94 17. " PEN177 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 16. 0x14 16. 0x94 16. " PEN176 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 15. 0x14 15. 0x94 15. " PEN175 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 14. 0x14 14. 0x94 14. " PEN174 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x14 13. 0x14 13. 0x94 13. " PEN173 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 12. 0x14 12. 0x94 12. " PEN172 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 11. 0x14 11. 0x94 11. " PEN171 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 10. 0x14 10. 0x94 10. " PEN170 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 9. 0x14 9. 0x94 9. " PEN169 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 8. 0x14 8. 0x94 8. " PEN168 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x14 7. 0x14 7. 0x94 7. " PEN167 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 6. 0x14 6. 0x94 6. " PEN166 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 5. 0x14 5. 0x94 5. " PEN165 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 4. 0x14 4. 0x94 4. " PEN164 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 3. 0x14 3. 0x94 3. " PEN163 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 2. 0x14 2. 0x94 2. " PEN162 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x14 1. 0x14 1. 0x94 1. " PEN161 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 0. 0x14 0. 0x94 0. " PEN160 ,Interrupt Set/Clear Pending" "Not pending,Pending" line.long 0x18 "IRQ192_223_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x18 31. 0x18 31. 0x98 31. " PEN223 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 30. 0x18 30. 0x98 30. " PEN222 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 29. 0x18 29. 0x98 29. " PEN221 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 28. 0x18 28. 0x98 28. " PEN220 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 27. 0x18 27. 0x98 27. " PEN219 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 26. 0x18 26. 0x98 26. " PEN218 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x18 25. 0x18 25. 0x98 25. " PEN217 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 24. 0x18 24. 0x98 24. " PEN216 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 23. 0x18 23. 0x98 23. " PEN215 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 22. 0x18 22. 0x98 22. " PEN214 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 21. 0x18 21. 0x98 21. " PEN213 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 20. 0x18 20. 0x98 20. " PEN212 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x18 19. 0x18 19. 0x98 19. " PEN211 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 18. 0x18 18. 0x98 18. " PEN210 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 17. 0x18 17. 0x98 17. " PEN209 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 16. 0x18 16. 0x98 16. " PEN208 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 15. 0x18 15. 0x98 15. " PEN207 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 14. 0x18 14. 0x98 14. " PEN206 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x18 13. 0x18 13. 0x98 13. " PEN205 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 12. 0x18 12. 0x98 12. " PEN204 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 11. 0x18 11. 0x98 11. " PEN203 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 10. 0x18 10. 0x98 10. " PEN202 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 9. 0x18 9. 0x98 9. " PEN201 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 8. 0x18 8. 0x98 8. " PEN200 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x18 7. 0x18 7. 0x98 7. " PEN199 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 6. 0x18 6. 0x98 6. " PEN198 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 5. 0x18 5. 0x98 5. " PEN197 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 4. 0x18 4. 0x98 4. " PEN196 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 3. 0x18 3. 0x98 3. " PEN195 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 2. 0x18 2. 0x98 2. " PEN194 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x18 1. 0x18 1. 0x98 1. " PEN193 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 0. 0x18 0. 0x98 0. " PEN192 ,Interrupt Set/Clear Pending" "Not pending,Pending" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x07) group.long 0x200++0x1F line.long 0x00 "IRQ0_31_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x00 31. 0x00 31. 0x80 31. " PEN31 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 30. 0x00 30. 0x80 30. " PEN30 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 29. 0x00 29. 0x80 29. " PEN29 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 28. 0x00 28. 0x80 28. " PEN28 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 27. 0x00 27. 0x80 27. " PEN27 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 26. 0x00 26. 0x80 26. " PEN26 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 25. 0x00 25. 0x80 25. " PEN25 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 24. 0x00 24. 0x80 24. " PEN24 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 23. 0x00 23. 0x80 23. " PEN23 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 22. 0x00 22. 0x80 22. " PEN22 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 21. 0x00 21. 0x80 21. " PEN21 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 20. 0x00 20. 0x80 20. " PEN20 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 19. 0x00 19. 0x80 19. " PEN19 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 18. 0x00 18. 0x80 18. " PEN18 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 17. 0x00 17. 0x80 17. " PEN17 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 16. 0x00 16. 0x80 16. " PEN16 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 15. 0x00 15. 0x80 15. " PEN15 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 14. 0x00 14. 0x80 14. " PEN14 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 13. 0x00 13. 0x80 13. " PEN13 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 12. 0x00 12. 0x80 12. " PEN12 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 11. 0x00 11. 0x80 11. " PEN11 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 10. 0x00 10. 0x80 10. " PEN10 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 9. 0x00 9. 0x80 9. " PEN9 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 8. 0x00 8. 0x80 8. " PEN8 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 7. 0x00 7. 0x80 7. " PEN7 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 6. 0x00 6. 0x80 6. " PEN6 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 5. 0x00 5. 0x80 5. " PEN5 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 4. 0x00 4. 0x80 4. " PEN4 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 3. 0x00 3. 0x80 3. " PEN3 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 2. 0x00 2. 0x80 2. " PEN2 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x00 1. 0x00 1. 0x80 1. " PEN1 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x00 0. 0x00 0. 0x80 0. " PEN0 ,Interrupt Set/Clear Pending" "Not pending,Pending" line.long 0x04 "IRQ32_63_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x04 31. 0x04 31. 0x84 31. " PEN63 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 30. 0x04 30. 0x84 30. " PEN62 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 29. 0x04 29. 0x84 29. " PEN61 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 28. 0x04 28. 0x84 28. " PEN60 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 27. 0x04 27. 0x84 27. " PEN59 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 26. 0x04 26. 0x84 26. " PEN58 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 25. 0x04 25. 0x84 25. " PEN57 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 24. 0x04 24. 0x84 24. " PEN56 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 23. 0x04 23. 0x84 23. " PEN55 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 22. 0x04 22. 0x84 22. " PEN54 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 21. 0x04 21. 0x84 21. " PEN53 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 20. 0x04 20. 0x84 20. " PEN52 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 19. 0x04 19. 0x84 19. " PEN51 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 18. 0x04 18. 0x84 18. " PEN50 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 17. 0x04 17. 0x84 17. " PEN49 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 16. 0x04 16. 0x84 16. " PEN48 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 15. 0x04 15. 0x84 15. " PEN47 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 14. 0x04 14. 0x84 14. " PEN46 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 13. 0x04 13. 0x84 13. " PEN45 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 12. 0x04 12. 0x84 12. " PEN44 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 11. 0x04 11. 0x84 11. " PEN43 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 10. 0x04 10. 0x84 10. " PEN42 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 9. 0x04 9. 0x84 9. " PEN41 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 8. 0x04 8. 0x84 8. " PEN40 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 7. 0x04 7. 0x84 7. " PEN39 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 6. 0x04 6. 0x84 6. " PEN38 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 5. 0x04 5. 0x84 5. " PEN37 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 4. 0x04 4. 0x84 4. " PEN36 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 3. 0x04 3. 0x84 3. " PEN35 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 2. 0x04 2. 0x84 2. " PEN34 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x04 1. 0x04 1. 0x84 1. " PEN33 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x04 0. 0x04 0. 0x84 0. " PEN32 ,Interrupt Set/Clear Pending" "Not pending,Pending" line.long 0x08 "IRQ64_95_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x08 31. 0x08 31. 0x88 31. " PEN95 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 30. 0x08 30. 0x88 30. " PEN94 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 29. 0x08 29. 0x88 29. " PEN93 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 28. 0x08 28. 0x88 28. " PEN92 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 27. 0x08 27. 0x88 27. " PEN91 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 26. 0x08 26. 0x88 26. " PEN90 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 25. 0x08 25. 0x88 25. " PEN89 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 24. 0x08 24. 0x88 24. " PEN88 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 23. 0x08 23. 0x88 23. " PEN87 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 22. 0x08 22. 0x88 22. " PEN86 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 21. 0x08 21. 0x88 21. " PEN85 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 20. 0x08 20. 0x88 20. " PEN84 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 19. 0x08 19. 0x88 19. " PEN83 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 18. 0x08 18. 0x88 18. " PEN82 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 17. 0x08 17. 0x88 17. " PEN81 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 16. 0x08 16. 0x88 16. " PEN80 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 15. 0x08 15. 0x88 15. " PEN79 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 14. 0x08 14. 0x88 14. " PEN78 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 13. 0x08 13. 0x88 13. " PEN77 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 12. 0x08 12. 0x88 12. " PEN76 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 11. 0x08 11. 0x88 11. " PEN75 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 10. 0x08 10. 0x88 10. " PEN74 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 9. 0x08 9. 0x88 9. " PEN73 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 8. 0x08 8. 0x88 8. " PEN72 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 7. 0x08 7. 0x88 7. " PEN71 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 6. 0x08 6. 0x88 6. " PEN70 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 5. 0x08 5. 0x88 5. " PEN69 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 4. 0x08 4. 0x88 4. " PEN68 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 3. 0x08 3. 0x88 3. " PEN67 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 2. 0x08 2. 0x88 2. " PEN66 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x08 1. 0x08 1. 0x88 1. " PEN65 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x08 0. 0x08 0. 0x88 0. " PEN64 ,Interrupt Set/Clear Pending" "Not pending,Pending" line.long 0x0c "IRQ96_127_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x0c 31. 0x0c 31. 0x8c 31. " PEN127 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 30. 0x0c 30. 0x8c 30. " PEN126 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 29. 0x0c 29. 0x8c 29. " PEN125 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 28. 0x0c 28. 0x8c 28. " PEN124 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 27. 0x0c 27. 0x8c 27. " PEN123 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 26. 0x0c 26. 0x8c 26. " PEN122 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x0c 25. 0x0c 25. 0x8c 25. " PEN121 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 24. 0x0c 24. 0x8c 24. " PEN120 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 23. 0x0c 23. 0x8c 23. " PEN119 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 22. 0x0c 22. 0x8c 22. " PEN118 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 21. 0x0c 21. 0x8c 21. " PEN117 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 20. 0x0c 20. 0x8c 20. " PEN116 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x0c 19. 0x0c 19. 0x8c 19. " PEN115 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 18. 0x0c 18. 0x8c 18. " PEN114 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 17. 0x0c 17. 0x8c 17. " PEN113 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 16. 0x0c 16. 0x8c 16. " PEN112 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 15. 0x0c 15. 0x8c 15. " PEN111 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 14. 0x0c 14. 0x8c 14. " PEN110 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x0c 13. 0x0c 13. 0x8c 13. " PEN109 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 12. 0x0c 12. 0x8c 12. " PEN108 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 11. 0x0c 11. 0x8c 11. " PEN107 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 10. 0x0c 10. 0x8c 10. " PEN106 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 9. 0x0c 9. 0x8c 9. " PEN105 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 8. 0x0c 8. 0x8c 8. " PEN104 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x0c 7. 0x0c 7. 0x8c 7. " PEN103 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 6. 0x0c 6. 0x8c 6. " PEN102 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 5. 0x0c 5. 0x8c 5. " PEN101 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 4. 0x0c 4. 0x8c 4. " PEN100 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 3. 0x0c 3. 0x8c 3. " PEN99 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 2. 0x0c 2. 0x8c 2. " PEN98 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x0c 1. 0x0c 1. 0x8c 1. " PEN97 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x0c 0. 0x0c 0. 0x8c 0. " PEN96 ,Interrupt Set/Clear Pending" "Not pending,Pending" line.long 0x10 "IRQ128_159_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x10 31. 0x10 31. 0x90 31. " PEN159 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 30. 0x10 30. 0x90 30. " PEN158 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 29. 0x10 29. 0x90 29. " PEN157 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 28. 0x10 28. 0x90 28. " PEN156 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 27. 0x10 27. 0x90 27. " PEN155 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 26. 0x10 26. 0x90 26. " PEN154 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x10 25. 0x10 25. 0x90 25. " PEN153 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 24. 0x10 24. 0x90 24. " PEN152 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 23. 0x10 23. 0x90 23. " PEN151 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 22. 0x10 22. 0x90 22. " PEN150 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 21. 0x10 21. 0x90 21. " PEN149 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 20. 0x10 20. 0x90 20. " PEN148 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x10 19. 0x10 19. 0x90 19. " PEN147 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 18. 0x10 18. 0x90 18. " PEN146 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 17. 0x10 17. 0x90 17. " PEN145 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 16. 0x10 16. 0x90 16. " PEN144 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 15. 0x10 15. 0x90 15. " PEN143 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 14. 0x10 14. 0x90 14. " PEN142 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x10 13. 0x10 13. 0x90 13. " PEN141 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 12. 0x10 12. 0x90 12. " PEN140 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 11. 0x10 11. 0x90 11. " PEN139 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 10. 0x10 10. 0x90 10. " PEN138 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 9. 0x10 9. 0x90 9. " PEN137 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 8. 0x10 8. 0x90 8. " PEN136 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x10 7. 0x10 7. 0x90 7. " PEN135 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 6. 0x10 6. 0x90 6. " PEN134 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 5. 0x10 5. 0x90 5. " PEN133 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 4. 0x10 4. 0x90 4. " PEN132 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 3. 0x10 3. 0x90 3. " PEN131 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 2. 0x10 2. 0x90 2. " PEN130 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x10 1. 0x10 1. 0x90 1. " PEN129 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x10 0. 0x10 0. 0x90 0. " PEN128 ,Interrupt Set/Clear Pending" "Not pending,Pending" line.long 0x14 "IRQ160_191_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x14 31. 0x14 31. 0x94 31. " PEN191 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 30. 0x14 30. 0x94 30. " PEN190 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 29. 0x14 29. 0x94 29. " PEN189 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 28. 0x14 28. 0x94 28. " PEN188 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 27. 0x14 27. 0x94 27. " PEN187 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 26. 0x14 26. 0x94 26. " PEN186 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x14 25. 0x14 25. 0x94 25. " PEN185 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 24. 0x14 24. 0x94 24. " PEN184 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 23. 0x14 23. 0x94 23. " PEN183 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 22. 0x14 22. 0x94 22. " PEN182 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 21. 0x14 21. 0x94 21. " PEN181 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 20. 0x14 20. 0x94 20. " PEN180 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x14 19. 0x14 19. 0x94 19. " PEN179 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 18. 0x14 18. 0x94 18. " PEN178 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 17. 0x14 17. 0x94 17. " PEN177 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 16. 0x14 16. 0x94 16. " PEN176 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 15. 0x14 15. 0x94 15. " PEN175 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 14. 0x14 14. 0x94 14. " PEN174 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x14 13. 0x14 13. 0x94 13. " PEN173 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 12. 0x14 12. 0x94 12. " PEN172 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 11. 0x14 11. 0x94 11. " PEN171 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 10. 0x14 10. 0x94 10. " PEN170 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 9. 0x14 9. 0x94 9. " PEN169 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 8. 0x14 8. 0x94 8. " PEN168 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x14 7. 0x14 7. 0x94 7. " PEN167 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 6. 0x14 6. 0x94 6. " PEN166 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 5. 0x14 5. 0x94 5. " PEN165 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 4. 0x14 4. 0x94 4. " PEN164 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 3. 0x14 3. 0x94 3. " PEN163 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 2. 0x14 2. 0x94 2. " PEN162 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x14 1. 0x14 1. 0x94 1. " PEN161 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x14 0. 0x14 0. 0x94 0. " PEN160 ,Interrupt Set/Clear Pending" "Not pending,Pending" line.long 0x18 "IRQ192_223_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x18 31. 0x18 31. 0x98 31. " PEN223 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 30. 0x18 30. 0x98 30. " PEN222 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 29. 0x18 29. 0x98 29. " PEN221 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 28. 0x18 28. 0x98 28. " PEN220 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 27. 0x18 27. 0x98 27. " PEN219 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 26. 0x18 26. 0x98 26. " PEN218 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x18 25. 0x18 25. 0x98 25. " PEN217 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 24. 0x18 24. 0x98 24. " PEN216 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 23. 0x18 23. 0x98 23. " PEN215 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 22. 0x18 22. 0x98 22. " PEN214 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 21. 0x18 21. 0x98 21. " PEN213 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 20. 0x18 20. 0x98 20. " PEN212 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x18 19. 0x18 19. 0x98 19. " PEN211 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 18. 0x18 18. 0x98 18. " PEN210 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 17. 0x18 17. 0x98 17. " PEN209 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 16. 0x18 16. 0x98 16. " PEN208 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 15. 0x18 15. 0x98 15. " PEN207 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 14. 0x18 14. 0x98 14. " PEN206 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x18 13. 0x18 13. 0x98 13. " PEN205 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 12. 0x18 12. 0x98 12. " PEN204 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 11. 0x18 11. 0x98 11. " PEN203 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 10. 0x18 10. 0x98 10. " PEN202 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 9. 0x18 9. 0x98 9. " PEN201 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 8. 0x18 8. 0x98 8. " PEN200 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x18 7. 0x18 7. 0x98 7. " PEN199 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 6. 0x18 6. 0x98 6. " PEN198 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 5. 0x18 5. 0x98 5. " PEN197 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 4. 0x18 4. 0x98 4. " PEN196 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 3. 0x18 3. 0x98 3. " PEN195 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 2. 0x18 2. 0x98 2. " PEN194 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x18 1. 0x18 1. 0x98 1. " PEN193 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x18 0. 0x18 0. 0x98 0. " PEN192 ,Interrupt Set/Clear Pending" "Not pending,Pending" line.long 0x1c "IRQ224_239_PEN_SET/CLR,Interrupt Pending Register" setclrfld.long 0x1c 15. 0x1c 15. 0x9c 15. " PEN239 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x1c 14. 0x1c 14. 0x9c 14. " PEN238 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x1c 13. 0x1c 13. 0x9c 13. " PEN237 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x1c 12. 0x1c 12. 0x9c 12. " PEN236 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x1c 11. 0x1c 11. 0x9c 11. " PEN235 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x1c 10. 0x1c 10. 0x9c 10. " PEN234 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x1c 9. 0x1c 9. 0x9c 9. " PEN233 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x1c 8. 0x1c 8. 0x9c 8. " PEN232 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x1c 7. 0x1c 7. 0x9c 7. " PEN231 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x1c 6. 0x1c 6. 0x9c 6. " PEN230 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x1c 5. 0x1c 5. 0x9c 5. " PEN229 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x1c 4. 0x1c 4. 0x9c 4. " PEN228 ,Interrupt Set/Clear Pending" "Not pending,Pending" textline " " setclrfld.long 0x1c 3. 0x1c 3. 0x9c 3. " PEN227 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x1c 2. 0x1c 2. 0x9c 2. " PEN226 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x1c 1. 0x1c 1. 0x9c 1. " PEN225 ,Interrupt Set/Clear Pending" "Not pending,Pending" setclrfld.long 0x1c 0. 0x1c 0. 0x9c 0. " PEN224 ,Interrupt Set/Clear Pending" "Not pending,Pending" else hgroup.long 0x200++0x1F hide.long 0x00 "IRQ0_31_PEN_SET/CLR,Interrupt Pending Register" hide.long 0x04 "IRQ32_63_PEN_SET/CLR,Interrupt Pending Register" hide.long 0x08 "IRQ64_95_PEN_SET/CLR,Interrupt Pending Register" hide.long 0x0c "IRQ96_127_PEN_SET/CLR,Interrupt Pending Register" hide.long 0x10 "IRQ128_159_PEN_SET/CLR,Interrupt Pending Register" hide.long 0x14 "IRQ160_191_PEN_SET/CLR,Interrupt Pending Register" hide.long 0x18 "IRQ192_223_PEN_SET/CLR,Interrupt Pending Register" hide.long 0x1c "IRQ224_239_PEN_SET/CLR,Interrupt Pending Register" endif tree.end tree "Interrupt Active Bit Registers" width 9. if (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x00) rgroup.long 0x300++0x03 line.long 0x00 "ACTIVE1,Active Bit Register 1" bitfld.long 0x00 31. " ACTIVE31 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 30. " ACTIVE30 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 29. " ACTIVE29 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 28. " ACTIVE28 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 27. " ACTIVE27 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 26. " ACTIVE26 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 25. " ACTIVE25 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 24. " ACTIVE24 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 23. " ACTIVE23 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 22. " ACTIVE22 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 21. " ACTIVE21 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 20. " ACTIVE20 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 19. " ACTIVE19 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 18. " ACTIVE18 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 17. " ACTIVE17 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 16. " ACTIVE16 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 15. " ACTIVE15 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 14. " ACTIVE14 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 13. " ACTIVE13 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 12. " ACTIVE12 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 11. " ACTIVE11 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 10. " ACTIVE10 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 9. " ACTIVE9 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 8. " ACTIVE8 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 7. " ACTIVE7 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 6. " ACTIVE6 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 5. " ACTIVE5 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 4. " ACTIVE4 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 3. " ACTIVE3 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 2. " ACTIVE2 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 1. " ACTIVE1 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 0. " ACTIVE0 ,Interrupt Active Flag" "Not active,Active" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x01) rgroup.long 0x300++0x07 line.long 0x00 "ACTIVE1,Active Bit Register 1" bitfld.long 0x00 31. " ACTIVE31 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 30. " ACTIVE30 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 29. " ACTIVE29 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 28. " ACTIVE28 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 27. " ACTIVE27 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 26. " ACTIVE26 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 25. " ACTIVE25 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 24. " ACTIVE24 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 23. " ACTIVE23 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 22. " ACTIVE22 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 21. " ACTIVE21 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 20. " ACTIVE20 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 19. " ACTIVE19 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 18. " ACTIVE18 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 17. " ACTIVE17 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 16. " ACTIVE16 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 15. " ACTIVE15 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 14. " ACTIVE14 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 13. " ACTIVE13 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 12. " ACTIVE12 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 11. " ACTIVE11 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 10. " ACTIVE10 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 9. " ACTIVE9 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 8. " ACTIVE8 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 7. " ACTIVE7 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 6. " ACTIVE6 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 5. " ACTIVE5 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 4. " ACTIVE4 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 3. " ACTIVE3 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 2. " ACTIVE2 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 1. " ACTIVE1 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 0. " ACTIVE0 ,Interrupt Active Flag" "Not active,Active" line.long 0x04 "ACTIVE2,Active Bit Register 2" bitfld.long 0x04 31. " ACTIVE63 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 30. " ACTIVE62 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 29. " ACTIVE61 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 28. " ACTIVE60 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 27. " ACTIVE59 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 26. " ACTIVE58 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 25. " ACTIVE57 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 24. " ACTIVE56 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 23. " ACTIVE55 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 22. " ACTIVE54 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 21. " ACTIVE53 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 20. " ACTIVE52 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 19. " ACTIVE51 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 18. " ACTIVE50 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 17. " ACTIVE49 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 16. " ACTIVE48 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 15. " ACTIVE47 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 14. " ACTIVE46 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 13. " ACTIVE45 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 12. " ACTIVE44 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 11. " ACTIVE43 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 10. " ACTIVE42 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 9. " ACTIVE41 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 8. " ACTIVE40 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 7. " ACTIVE39 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 6. " ACTIVE38 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 5. " ACTIVE37 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 4. " ACTIVE36 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 3. " ACTIVE35 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 2. " ACTIVE34 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 1. " ACTIVE33 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 0. " ACTIVE32 ,Interrupt Active Flag" "Not active,Active" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x02) rgroup.long 0x300++0x0B line.long 0x00 "ACTIVE1,Active Bit Register 1" bitfld.long 0x00 31. " ACTIVE31 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 30. " ACTIVE30 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 29. " ACTIVE29 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 28. " ACTIVE28 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 27. " ACTIVE27 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 26. " ACTIVE26 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 25. " ACTIVE25 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 24. " ACTIVE24 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 23. " ACTIVE23 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 22. " ACTIVE22 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 21. " ACTIVE21 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 20. " ACTIVE20 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 19. " ACTIVE19 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 18. " ACTIVE18 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 17. " ACTIVE17 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 16. " ACTIVE16 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 15. " ACTIVE15 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 14. " ACTIVE14 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 13. " ACTIVE13 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 12. " ACTIVE12 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 11. " ACTIVE11 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 10. " ACTIVE10 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 9. " ACTIVE9 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 8. " ACTIVE8 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 7. " ACTIVE7 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 6. " ACTIVE6 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 5. " ACTIVE5 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 4. " ACTIVE4 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 3. " ACTIVE3 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 2. " ACTIVE2 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 1. " ACTIVE1 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 0. " ACTIVE0 ,Interrupt Active Flag" "Not active,Active" line.long 0x04 "ACTIVE2,Active Bit Register 2" bitfld.long 0x04 31. " ACTIVE63 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 30. " ACTIVE62 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 29. " ACTIVE61 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 28. " ACTIVE60 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 27. " ACTIVE59 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 26. " ACTIVE58 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 25. " ACTIVE57 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 24. " ACTIVE56 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 23. " ACTIVE55 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 22. " ACTIVE54 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 21. " ACTIVE53 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 20. " ACTIVE52 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 19. " ACTIVE51 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 18. " ACTIVE50 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 17. " ACTIVE49 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 16. " ACTIVE48 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 15. " ACTIVE47 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 14. " ACTIVE46 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 13. " ACTIVE45 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 12. " ACTIVE44 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 11. " ACTIVE43 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 10. " ACTIVE42 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 9. " ACTIVE41 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 8. " ACTIVE40 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 7. " ACTIVE39 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 6. " ACTIVE38 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 5. " ACTIVE37 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 4. " ACTIVE36 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 3. " ACTIVE35 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 2. " ACTIVE34 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 1. " ACTIVE33 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 0. " ACTIVE32 ,Interrupt Active Flag" "Not active,Active" line.long 0x08 "ACTIVE3,Active Bit Register 3" bitfld.long 0x08 31. " ACTIVE95 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 30. " ACTIVE94 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 29. " ACTIVE93 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 28. " ACTIVE92 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 27. " ACTIVE91 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 26. " ACTIVE90 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 25. " ACTIVE89 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 24. " ACTIVE88 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 23. " ACTIVE87 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 22. " ACTIVE86 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 21. " ACTIVE85 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 20. " ACTIVE84 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 19. " ACTIVE83 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 18. " ACTIVE82 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 17. " ACTIVE81 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 16. " ACTIVE80 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 15. " ACTIVE79 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 14. " ACTIVE78 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 13. " ACTIVE77 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 12. " ACTIVE76 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 11. " ACTIVE75 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 10. " ACTIVE74 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 9. " ACTIVE73 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 8. " ACTIVE72 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 7. " ACTIVE71 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 6. " ACTIVE70 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 5. " ACTIVE69 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 4. " ACTIVE68 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 3. " ACTIVE67 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 2. " ACTIVE66 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 1. " ACTIVE65 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 0. " ACTIVE64 ,Interrupt Active Flag" "Not active,Active" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x03) rgroup.long 0x300++0x0F line.long 0x00 "ACTIVE1,Active Bit Register 1" bitfld.long 0x00 31. " ACTIVE31 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 30. " ACTIVE30 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 29. " ACTIVE29 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 28. " ACTIVE28 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 27. " ACTIVE27 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 26. " ACTIVE26 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 25. " ACTIVE25 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 24. " ACTIVE24 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 23. " ACTIVE23 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 22. " ACTIVE22 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 21. " ACTIVE21 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 20. " ACTIVE20 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 19. " ACTIVE19 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 18. " ACTIVE18 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 17. " ACTIVE17 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 16. " ACTIVE16 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 15. " ACTIVE15 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 14. " ACTIVE14 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 13. " ACTIVE13 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 12. " ACTIVE12 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 11. " ACTIVE11 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 10. " ACTIVE10 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 9. " ACTIVE9 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 8. " ACTIVE8 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 7. " ACTIVE7 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 6. " ACTIVE6 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 5. " ACTIVE5 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 4. " ACTIVE4 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 3. " ACTIVE3 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 2. " ACTIVE2 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 1. " ACTIVE1 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 0. " ACTIVE0 ,Interrupt Active Flag" "Not active,Active" line.long 0x04 "ACTIVE2,Active Bit Register 2" bitfld.long 0x04 31. " ACTIVE63 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 30. " ACTIVE62 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 29. " ACTIVE61 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 28. " ACTIVE60 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 27. " ACTIVE59 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 26. " ACTIVE58 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 25. " ACTIVE57 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 24. " ACTIVE56 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 23. " ACTIVE55 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 22. " ACTIVE54 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 21. " ACTIVE53 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 20. " ACTIVE52 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 19. " ACTIVE51 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 18. " ACTIVE50 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 17. " ACTIVE49 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 16. " ACTIVE48 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 15. " ACTIVE47 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 14. " ACTIVE46 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 13. " ACTIVE45 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 12. " ACTIVE44 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 11. " ACTIVE43 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 10. " ACTIVE42 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 9. " ACTIVE41 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 8. " ACTIVE40 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 7. " ACTIVE39 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 6. " ACTIVE38 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 5. " ACTIVE37 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 4. " ACTIVE36 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 3. " ACTIVE35 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 2. " ACTIVE34 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 1. " ACTIVE33 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 0. " ACTIVE32 ,Interrupt Active Flag" "Not active,Active" line.long 0x08 "ACTIVE3,Active Bit Register 3" bitfld.long 0x08 31. " ACTIVE95 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 30. " ACTIVE94 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 29. " ACTIVE93 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 28. " ACTIVE92 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 27. " ACTIVE91 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 26. " ACTIVE90 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 25. " ACTIVE89 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 24. " ACTIVE88 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 23. " ACTIVE87 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 22. " ACTIVE86 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 21. " ACTIVE85 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 20. " ACTIVE84 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 19. " ACTIVE83 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 18. " ACTIVE82 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 17. " ACTIVE81 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 16. " ACTIVE80 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 15. " ACTIVE79 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 14. " ACTIVE78 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 13. " ACTIVE77 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 12. " ACTIVE76 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 11. " ACTIVE75 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 10. " ACTIVE74 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 9. " ACTIVE73 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 8. " ACTIVE72 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 7. " ACTIVE71 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 6. " ACTIVE70 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 5. " ACTIVE69 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 4. " ACTIVE68 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 3. " ACTIVE67 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 2. " ACTIVE66 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 1. " ACTIVE65 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 0. " ACTIVE64 ,Interrupt Active Flag" "Not active,Active" line.long 0x0c "ACTIVE4,Active Bit Register 4" bitfld.long 0x0c 31. " ACTIVE127 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 30. " ACTIVE126 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 29. " ACTIVE125 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 28. " ACTIVE124 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 27. " ACTIVE123 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 26. " ACTIVE122 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x0c 25. " ACTIVE121 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 24. " ACTIVE120 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 23. " ACTIVE119 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 22. " ACTIVE118 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 21. " ACTIVE117 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 20. " ACTIVE116 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x0c 19. " ACTIVE115 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 18. " ACTIVE114 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 17. " ACTIVE113 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 16. " ACTIVE112 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 15. " ACTIVE111 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 14. " ACTIVE110 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x0c 13. " ACTIVE109 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 12. " ACTIVE108 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 11. " ACTIVE107 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 10. " ACTIVE106 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 9. " ACTIVE105 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 8. " ACTIVE104 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x0c 7. " ACTIVE103 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 6. " ACTIVE102 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 5. " ACTIVE101 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 4. " ACTIVE100 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 3. " ACTIVE99 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 2. " ACTIVE98 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x0c 1. " ACTIVE97 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 0. " ACTIVE96 ,Interrupt Active Flag" "Not active,Active" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x04) rgroup.long 0x300++0x13 line.long 0x00 "ACTIVE1,Active Bit Register 1" bitfld.long 0x00 31. " ACTIVE31 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 30. " ACTIVE30 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 29. " ACTIVE29 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 28. " ACTIVE28 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 27. " ACTIVE27 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 26. " ACTIVE26 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 25. " ACTIVE25 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 24. " ACTIVE24 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 23. " ACTIVE23 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 22. " ACTIVE22 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 21. " ACTIVE21 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 20. " ACTIVE20 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 19. " ACTIVE19 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 18. " ACTIVE18 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 17. " ACTIVE17 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 16. " ACTIVE16 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 15. " ACTIVE15 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 14. " ACTIVE14 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 13. " ACTIVE13 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 12. " ACTIVE12 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 11. " ACTIVE11 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 10. " ACTIVE10 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 9. " ACTIVE9 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 8. " ACTIVE8 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 7. " ACTIVE7 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 6. " ACTIVE6 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 5. " ACTIVE5 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 4. " ACTIVE4 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 3. " ACTIVE3 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 2. " ACTIVE2 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 1. " ACTIVE1 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 0. " ACTIVE0 ,Interrupt Active Flag" "Not active,Active" line.long 0x04 "ACTIVE2,Active Bit Register 2" bitfld.long 0x04 31. " ACTIVE63 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 30. " ACTIVE62 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 29. " ACTIVE61 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 28. " ACTIVE60 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 27. " ACTIVE59 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 26. " ACTIVE58 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 25. " ACTIVE57 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 24. " ACTIVE56 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 23. " ACTIVE55 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 22. " ACTIVE54 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 21. " ACTIVE53 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 20. " ACTIVE52 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 19. " ACTIVE51 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 18. " ACTIVE50 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 17. " ACTIVE49 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 16. " ACTIVE48 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 15. " ACTIVE47 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 14. " ACTIVE46 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 13. " ACTIVE45 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 12. " ACTIVE44 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 11. " ACTIVE43 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 10. " ACTIVE42 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 9. " ACTIVE41 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 8. " ACTIVE40 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 7. " ACTIVE39 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 6. " ACTIVE38 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 5. " ACTIVE37 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 4. " ACTIVE36 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 3. " ACTIVE35 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 2. " ACTIVE34 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 1. " ACTIVE33 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 0. " ACTIVE32 ,Interrupt Active Flag" "Not active,Active" line.long 0x08 "ACTIVE3,Active Bit Register 3" bitfld.long 0x08 31. " ACTIVE95 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 30. " ACTIVE94 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 29. " ACTIVE93 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 28. " ACTIVE92 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 27. " ACTIVE91 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 26. " ACTIVE90 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 25. " ACTIVE89 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 24. " ACTIVE88 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 23. " ACTIVE87 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 22. " ACTIVE86 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 21. " ACTIVE85 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 20. " ACTIVE84 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 19. " ACTIVE83 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 18. " ACTIVE82 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 17. " ACTIVE81 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 16. " ACTIVE80 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 15. " ACTIVE79 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 14. " ACTIVE78 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 13. " ACTIVE77 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 12. " ACTIVE76 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 11. " ACTIVE75 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 10. " ACTIVE74 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 9. " ACTIVE73 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 8. " ACTIVE72 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 7. " ACTIVE71 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 6. " ACTIVE70 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 5. " ACTIVE69 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 4. " ACTIVE68 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 3. " ACTIVE67 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 2. " ACTIVE66 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 1. " ACTIVE65 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 0. " ACTIVE64 ,Interrupt Active Flag" "Not active,Active" line.long 0x0c "ACTIVE4,Active Bit Register 4" bitfld.long 0x0c 31. " ACTIVE127 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 30. " ACTIVE126 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 29. " ACTIVE125 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 28. " ACTIVE124 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 27. " ACTIVE123 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 26. " ACTIVE122 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x0c 25. " ACTIVE121 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 24. " ACTIVE120 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 23. " ACTIVE119 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 22. " ACTIVE118 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 21. " ACTIVE117 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 20. " ACTIVE116 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x0c 19. " ACTIVE115 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 18. " ACTIVE114 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 17. " ACTIVE113 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 16. " ACTIVE112 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 15. " ACTIVE111 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 14. " ACTIVE110 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x0c 13. " ACTIVE109 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 12. " ACTIVE108 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 11. " ACTIVE107 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 10. " ACTIVE106 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 9. " ACTIVE105 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 8. " ACTIVE104 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x0c 7. " ACTIVE103 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 6. " ACTIVE102 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 5. " ACTIVE101 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 4. " ACTIVE100 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 3. " ACTIVE99 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 2. " ACTIVE98 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x0c 1. " ACTIVE97 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 0. " ACTIVE96 ,Interrupt Active Flag" "Not active,Active" line.long 0x10 "ACTIVE5,Active Bit Register 5" bitfld.long 0x10 31. " ACTIVE159 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 30. " ACTIVE158 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 29. " ACTIVE157 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 28. " ACTIVE156 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 27. " ACTIVE155 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 26. " ACTIVE154 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x10 25. " ACTIVE153 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 24. " ACTIVE152 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 23. " ACTIVE151 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 22. " ACTIVE150 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 21. " ACTIVE149 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 20. " ACTIVE148 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x10 19. " ACTIVE147 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 18. " ACTIVE146 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 17. " ACTIVE145 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 16. " ACTIVE144 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 15. " ACTIVE143 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 14. " ACTIVE142 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x10 13. " ACTIVE141 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 12. " ACTIVE140 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 11. " ACTIVE139 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 10. " ACTIVE138 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 9. " ACTIVE137 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 8. " ACTIVE136 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x10 7. " ACTIVE135 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 6. " ACTIVE134 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 5. " ACTIVE133 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 4. " ACTIVE132 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 3. " ACTIVE131 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 2. " ACTIVE130 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x10 1. " ACTIVE129 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 0. " ACTIVE128 ,Interrupt Active Flag" "Not active,Active" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x05) rgroup.long 0x300++0x17 line.long 0x00 "ACTIVE1,Active Bit Register 1" bitfld.long 0x00 31. " ACTIVE31 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 30. " ACTIVE30 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 29. " ACTIVE29 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 28. " ACTIVE28 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 27. " ACTIVE27 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 26. " ACTIVE26 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 25. " ACTIVE25 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 24. " ACTIVE24 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 23. " ACTIVE23 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 22. " ACTIVE22 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 21. " ACTIVE21 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 20. " ACTIVE20 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 19. " ACTIVE19 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 18. " ACTIVE18 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 17. " ACTIVE17 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 16. " ACTIVE16 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 15. " ACTIVE15 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 14. " ACTIVE14 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 13. " ACTIVE13 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 12. " ACTIVE12 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 11. " ACTIVE11 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 10. " ACTIVE10 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 9. " ACTIVE9 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 8. " ACTIVE8 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 7. " ACTIVE7 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 6. " ACTIVE6 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 5. " ACTIVE5 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 4. " ACTIVE4 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 3. " ACTIVE3 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 2. " ACTIVE2 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 1. " ACTIVE1 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 0. " ACTIVE0 ,Interrupt Active Flag" "Not active,Active" line.long 0x04 "ACTIVE2,Active Bit Register 2" bitfld.long 0x04 31. " ACTIVE63 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 30. " ACTIVE62 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 29. " ACTIVE61 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 28. " ACTIVE60 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 27. " ACTIVE59 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 26. " ACTIVE58 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 25. " ACTIVE57 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 24. " ACTIVE56 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 23. " ACTIVE55 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 22. " ACTIVE54 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 21. " ACTIVE53 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 20. " ACTIVE52 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 19. " ACTIVE51 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 18. " ACTIVE50 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 17. " ACTIVE49 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 16. " ACTIVE48 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 15. " ACTIVE47 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 14. " ACTIVE46 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 13. " ACTIVE45 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 12. " ACTIVE44 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 11. " ACTIVE43 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 10. " ACTIVE42 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 9. " ACTIVE41 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 8. " ACTIVE40 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 7. " ACTIVE39 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 6. " ACTIVE38 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 5. " ACTIVE37 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 4. " ACTIVE36 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 3. " ACTIVE35 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 2. " ACTIVE34 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 1. " ACTIVE33 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 0. " ACTIVE32 ,Interrupt Active Flag" "Not active,Active" line.long 0x08 "ACTIVE3,Active Bit Register 3" bitfld.long 0x08 31. " ACTIVE95 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 30. " ACTIVE94 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 29. " ACTIVE93 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 28. " ACTIVE92 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 27. " ACTIVE91 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 26. " ACTIVE90 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 25. " ACTIVE89 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 24. " ACTIVE88 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 23. " ACTIVE87 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 22. " ACTIVE86 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 21. " ACTIVE85 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 20. " ACTIVE84 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 19. " ACTIVE83 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 18. " ACTIVE82 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 17. " ACTIVE81 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 16. " ACTIVE80 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 15. " ACTIVE79 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 14. " ACTIVE78 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 13. " ACTIVE77 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 12. " ACTIVE76 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 11. " ACTIVE75 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 10. " ACTIVE74 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 9. " ACTIVE73 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 8. " ACTIVE72 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 7. " ACTIVE71 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 6. " ACTIVE70 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 5. " ACTIVE69 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 4. " ACTIVE68 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 3. " ACTIVE67 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 2. " ACTIVE66 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 1. " ACTIVE65 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 0. " ACTIVE64 ,Interrupt Active Flag" "Not active,Active" line.long 0x0c "ACTIVE4,Active Bit Register 4" bitfld.long 0x0c 31. " ACTIVE127 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 30. " ACTIVE126 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 29. " ACTIVE125 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 28. " ACTIVE124 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 27. " ACTIVE123 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 26. " ACTIVE122 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x0c 25. " ACTIVE121 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 24. " ACTIVE120 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 23. " ACTIVE119 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 22. " ACTIVE118 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 21. " ACTIVE117 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 20. " ACTIVE116 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x0c 19. " ACTIVE115 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 18. " ACTIVE114 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 17. " ACTIVE113 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 16. " ACTIVE112 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 15. " ACTIVE111 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 14. " ACTIVE110 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x0c 13. " ACTIVE109 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 12. " ACTIVE108 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 11. " ACTIVE107 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 10. " ACTIVE106 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 9. " ACTIVE105 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 8. " ACTIVE104 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x0c 7. " ACTIVE103 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 6. " ACTIVE102 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 5. " ACTIVE101 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 4. " ACTIVE100 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 3. " ACTIVE99 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 2. " ACTIVE98 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x0c 1. " ACTIVE97 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 0. " ACTIVE96 ,Interrupt Active Flag" "Not active,Active" line.long 0x10 "ACTIVE5,Active Bit Register 5" bitfld.long 0x10 31. " ACTIVE159 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 30. " ACTIVE158 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 29. " ACTIVE157 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 28. " ACTIVE156 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 27. " ACTIVE155 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 26. " ACTIVE154 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x10 25. " ACTIVE153 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 24. " ACTIVE152 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 23. " ACTIVE151 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 22. " ACTIVE150 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 21. " ACTIVE149 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 20. " ACTIVE148 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x10 19. " ACTIVE147 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 18. " ACTIVE146 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 17. " ACTIVE145 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 16. " ACTIVE144 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 15. " ACTIVE143 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 14. " ACTIVE142 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x10 13. " ACTIVE141 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 12. " ACTIVE140 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 11. " ACTIVE139 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 10. " ACTIVE138 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 9. " ACTIVE137 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 8. " ACTIVE136 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x10 7. " ACTIVE135 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 6. " ACTIVE134 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 5. " ACTIVE133 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 4. " ACTIVE132 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 3. " ACTIVE131 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 2. " ACTIVE130 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x10 1. " ACTIVE129 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 0. " ACTIVE128 ,Interrupt Active Flag" "Not active,Active" line.long 0x14 "ACTIVE6,Active Bit Register 6" bitfld.long 0x14 31. " ACTIVE191 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 30. " ACTIVE190 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 29. " ACTIVE189 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 28. " ACTIVE188 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 27. " ACTIVE187 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 26. " ACTIVE186 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x14 25. " ACTIVE185 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 24. " ACTIVE184 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 23. " ACTIVE183 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 22. " ACTIVE182 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 21. " ACTIVE181 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 20. " ACTIVE180 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x14 19. " ACTIVE179 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 18. " ACTIVE178 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 17. " ACTIVE177 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 16. " ACTIVE176 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 15. " ACTIVE175 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 14. " ACTIVE174 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x14 13. " ACTIVE173 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 12. " ACTIVE172 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 11. " ACTIVE171 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 10. " ACTIVE170 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 9. " ACTIVE169 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 8. " ACTIVE168 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x14 7. " ACTIVE167 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 6. " ACTIVE166 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 5. " ACTIVE165 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 4. " ACTIVE164 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 3. " ACTIVE163 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 2. " ACTIVE162 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x14 1. " ACTIVE161 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 0. " ACTIVE160 ,Interrupt Active Flag" "Not active,Active" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x06) rgroup.long 0x300++0x1B line.long 0x00 "ACTIVE1,Active Bit Register 1" bitfld.long 0x00 31. " ACTIVE31 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 30. " ACTIVE30 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 29. " ACTIVE29 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 28. " ACTIVE28 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 27. " ACTIVE27 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 26. " ACTIVE26 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 25. " ACTIVE25 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 24. " ACTIVE24 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 23. " ACTIVE23 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 22. " ACTIVE22 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 21. " ACTIVE21 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 20. " ACTIVE20 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 19. " ACTIVE19 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 18. " ACTIVE18 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 17. " ACTIVE17 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 16. " ACTIVE16 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 15. " ACTIVE15 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 14. " ACTIVE14 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 13. " ACTIVE13 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 12. " ACTIVE12 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 11. " ACTIVE11 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 10. " ACTIVE10 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 9. " ACTIVE9 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 8. " ACTIVE8 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 7. " ACTIVE7 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 6. " ACTIVE6 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 5. " ACTIVE5 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 4. " ACTIVE4 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 3. " ACTIVE3 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 2. " ACTIVE2 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 1. " ACTIVE1 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 0. " ACTIVE0 ,Interrupt Active Flag" "Not active,Active" line.long 0x04 "ACTIVE2,Active Bit Register 2" bitfld.long 0x04 31. " ACTIVE63 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 30. " ACTIVE62 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 29. " ACTIVE61 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 28. " ACTIVE60 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 27. " ACTIVE59 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 26. " ACTIVE58 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 25. " ACTIVE57 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 24. " ACTIVE56 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 23. " ACTIVE55 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 22. " ACTIVE54 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 21. " ACTIVE53 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 20. " ACTIVE52 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 19. " ACTIVE51 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 18. " ACTIVE50 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 17. " ACTIVE49 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 16. " ACTIVE48 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 15. " ACTIVE47 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 14. " ACTIVE46 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 13. " ACTIVE45 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 12. " ACTIVE44 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 11. " ACTIVE43 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 10. " ACTIVE42 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 9. " ACTIVE41 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 8. " ACTIVE40 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 7. " ACTIVE39 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 6. " ACTIVE38 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 5. " ACTIVE37 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 4. " ACTIVE36 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 3. " ACTIVE35 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 2. " ACTIVE34 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 1. " ACTIVE33 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 0. " ACTIVE32 ,Interrupt Active Flag" "Not active,Active" line.long 0x08 "ACTIVE3,Active Bit Register 3" bitfld.long 0x08 31. " ACTIVE95 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 30. " ACTIVE94 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 29. " ACTIVE93 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 28. " ACTIVE92 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 27. " ACTIVE91 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 26. " ACTIVE90 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 25. " ACTIVE89 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 24. " ACTIVE88 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 23. " ACTIVE87 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 22. " ACTIVE86 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 21. " ACTIVE85 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 20. " ACTIVE84 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 19. " ACTIVE83 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 18. " ACTIVE82 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 17. " ACTIVE81 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 16. " ACTIVE80 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 15. " ACTIVE79 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 14. " ACTIVE78 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 13. " ACTIVE77 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 12. " ACTIVE76 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 11. " ACTIVE75 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 10. " ACTIVE74 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 9. " ACTIVE73 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 8. " ACTIVE72 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 7. " ACTIVE71 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 6. " ACTIVE70 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 5. " ACTIVE69 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 4. " ACTIVE68 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 3. " ACTIVE67 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 2. " ACTIVE66 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 1. " ACTIVE65 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 0. " ACTIVE64 ,Interrupt Active Flag" "Not active,Active" line.long 0x0c "ACTIVE4,Active Bit Register 4" bitfld.long 0x0c 31. " ACTIVE127 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 30. " ACTIVE126 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 29. " ACTIVE125 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 28. " ACTIVE124 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 27. " ACTIVE123 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 26. " ACTIVE122 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x0c 25. " ACTIVE121 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 24. " ACTIVE120 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 23. " ACTIVE119 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 22. " ACTIVE118 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 21. " ACTIVE117 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 20. " ACTIVE116 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x0c 19. " ACTIVE115 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 18. " ACTIVE114 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 17. " ACTIVE113 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 16. " ACTIVE112 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 15. " ACTIVE111 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 14. " ACTIVE110 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x0c 13. " ACTIVE109 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 12. " ACTIVE108 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 11. " ACTIVE107 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 10. " ACTIVE106 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 9. " ACTIVE105 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 8. " ACTIVE104 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x0c 7. " ACTIVE103 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 6. " ACTIVE102 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 5. " ACTIVE101 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 4. " ACTIVE100 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 3. " ACTIVE99 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 2. " ACTIVE98 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x0c 1. " ACTIVE97 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 0. " ACTIVE96 ,Interrupt Active Flag" "Not active,Active" line.long 0x10 "ACTIVE5,Active Bit Register 5" bitfld.long 0x10 31. " ACTIVE159 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 30. " ACTIVE158 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 29. " ACTIVE157 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 28. " ACTIVE156 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 27. " ACTIVE155 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 26. " ACTIVE154 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x10 25. " ACTIVE153 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 24. " ACTIVE152 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 23. " ACTIVE151 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 22. " ACTIVE150 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 21. " ACTIVE149 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 20. " ACTIVE148 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x10 19. " ACTIVE147 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 18. " ACTIVE146 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 17. " ACTIVE145 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 16. " ACTIVE144 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 15. " ACTIVE143 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 14. " ACTIVE142 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x10 13. " ACTIVE141 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 12. " ACTIVE140 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 11. " ACTIVE139 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 10. " ACTIVE138 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 9. " ACTIVE137 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 8. " ACTIVE136 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x10 7. " ACTIVE135 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 6. " ACTIVE134 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 5. " ACTIVE133 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 4. " ACTIVE132 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 3. " ACTIVE131 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 2. " ACTIVE130 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x10 1. " ACTIVE129 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 0. " ACTIVE128 ,Interrupt Active Flag" "Not active,Active" line.long 0x14 "ACTIVE6,Active Bit Register 6" bitfld.long 0x14 31. " ACTIVE191 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 30. " ACTIVE190 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 29. " ACTIVE189 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 28. " ACTIVE188 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 27. " ACTIVE187 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 26. " ACTIVE186 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x14 25. " ACTIVE185 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 24. " ACTIVE184 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 23. " ACTIVE183 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 22. " ACTIVE182 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 21. " ACTIVE181 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 20. " ACTIVE180 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x14 19. " ACTIVE179 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 18. " ACTIVE178 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 17. " ACTIVE177 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 16. " ACTIVE176 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 15. " ACTIVE175 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 14. " ACTIVE174 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x14 13. " ACTIVE173 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 12. " ACTIVE172 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 11. " ACTIVE171 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 10. " ACTIVE170 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 9. " ACTIVE169 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 8. " ACTIVE168 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x14 7. " ACTIVE167 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 6. " ACTIVE166 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 5. " ACTIVE165 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 4. " ACTIVE164 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 3. " ACTIVE163 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 2. " ACTIVE162 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x14 1. " ACTIVE161 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 0. " ACTIVE160 ,Interrupt Active Flag" "Not active,Active" line.long 0x18 "ACTIVE7,Active Bit Register 7" bitfld.long 0x18 31. " ACTIVE223 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 30. " ACTIVE222 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 29. " ACTIVE221 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 28. " ACTIVE220 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 27. " ACTIVE219 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 26. " ACTIVE218 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x18 25. " ACTIVE217 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 24. " ACTIVE216 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 23. " ACTIVE215 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 22. " ACTIVE214 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 21. " ACTIVE213 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 20. " ACTIVE212 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x18 19. " ACTIVE211 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 18. " ACTIVE210 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 17. " ACTIVE209 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 16. " ACTIVE208 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 15. " ACTIVE207 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 14. " ACTIVE206 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x18 13. " ACTIVE205 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 12. " ACTIVE204 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 11. " ACTIVE203 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 10. " ACTIVE202 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 9. " ACTIVE201 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 8. " ACTIVE200 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x18 7. " ACTIVE199 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 6. " ACTIVE198 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 5. " ACTIVE197 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 4. " ACTIVE196 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 3. " ACTIVE195 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 2. " ACTIVE194 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x18 1. " ACTIVE193 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 0. " ACTIVE192 ,Interrupt Active Flag" "Not active,Active" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x07) rgroup.long 0x300++0x1F line.long 0x00 "ACTIVE1,Active Bit Register 1" bitfld.long 0x00 31. " ACTIVE31 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 30. " ACTIVE30 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 29. " ACTIVE29 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 28. " ACTIVE28 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 27. " ACTIVE27 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 26. " ACTIVE26 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 25. " ACTIVE25 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 24. " ACTIVE24 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 23. " ACTIVE23 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 22. " ACTIVE22 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 21. " ACTIVE21 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 20. " ACTIVE20 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 19. " ACTIVE19 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 18. " ACTIVE18 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 17. " ACTIVE17 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 16. " ACTIVE16 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 15. " ACTIVE15 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 14. " ACTIVE14 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 13. " ACTIVE13 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 12. " ACTIVE12 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 11. " ACTIVE11 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 10. " ACTIVE10 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 9. " ACTIVE9 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 8. " ACTIVE8 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 7. " ACTIVE7 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 6. " ACTIVE6 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 5. " ACTIVE5 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 4. " ACTIVE4 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 3. " ACTIVE3 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 2. " ACTIVE2 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x00 1. " ACTIVE1 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x00 0. " ACTIVE0 ,Interrupt Active Flag" "Not active,Active" line.long 0x04 "ACTIVE2,Active Bit Register 2" bitfld.long 0x04 31. " ACTIVE63 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 30. " ACTIVE62 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 29. " ACTIVE61 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 28. " ACTIVE60 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 27. " ACTIVE59 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 26. " ACTIVE58 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 25. " ACTIVE57 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 24. " ACTIVE56 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 23. " ACTIVE55 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 22. " ACTIVE54 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 21. " ACTIVE53 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 20. " ACTIVE52 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 19. " ACTIVE51 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 18. " ACTIVE50 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 17. " ACTIVE49 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 16. " ACTIVE48 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 15. " ACTIVE47 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 14. " ACTIVE46 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 13. " ACTIVE45 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 12. " ACTIVE44 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 11. " ACTIVE43 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 10. " ACTIVE42 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 9. " ACTIVE41 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 8. " ACTIVE40 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 7. " ACTIVE39 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 6. " ACTIVE38 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 5. " ACTIVE37 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 4. " ACTIVE36 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 3. " ACTIVE35 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 2. " ACTIVE34 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x04 1. " ACTIVE33 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x04 0. " ACTIVE32 ,Interrupt Active Flag" "Not active,Active" line.long 0x08 "ACTIVE3,Active Bit Register 3" bitfld.long 0x08 31. " ACTIVE95 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 30. " ACTIVE94 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 29. " ACTIVE93 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 28. " ACTIVE92 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 27. " ACTIVE91 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 26. " ACTIVE90 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 25. " ACTIVE89 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 24. " ACTIVE88 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 23. " ACTIVE87 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 22. " ACTIVE86 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 21. " ACTIVE85 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 20. " ACTIVE84 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 19. " ACTIVE83 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 18. " ACTIVE82 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 17. " ACTIVE81 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 16. " ACTIVE80 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 15. " ACTIVE79 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 14. " ACTIVE78 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 13. " ACTIVE77 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 12. " ACTIVE76 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 11. " ACTIVE75 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 10. " ACTIVE74 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 9. " ACTIVE73 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 8. " ACTIVE72 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 7. " ACTIVE71 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 6. " ACTIVE70 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 5. " ACTIVE69 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 4. " ACTIVE68 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 3. " ACTIVE67 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 2. " ACTIVE66 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x08 1. " ACTIVE65 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x08 0. " ACTIVE64 ,Interrupt Active Flag" "Not active,Active" line.long 0x0c "ACTIVE4,Active Bit Register 4" bitfld.long 0x0c 31. " ACTIVE127 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 30. " ACTIVE126 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 29. " ACTIVE125 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 28. " ACTIVE124 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 27. " ACTIVE123 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 26. " ACTIVE122 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x0c 25. " ACTIVE121 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 24. " ACTIVE120 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 23. " ACTIVE119 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 22. " ACTIVE118 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 21. " ACTIVE117 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 20. " ACTIVE116 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x0c 19. " ACTIVE115 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 18. " ACTIVE114 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 17. " ACTIVE113 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 16. " ACTIVE112 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 15. " ACTIVE111 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 14. " ACTIVE110 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x0c 13. " ACTIVE109 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 12. " ACTIVE108 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 11. " ACTIVE107 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 10. " ACTIVE106 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 9. " ACTIVE105 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 8. " ACTIVE104 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x0c 7. " ACTIVE103 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 6. " ACTIVE102 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 5. " ACTIVE101 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 4. " ACTIVE100 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 3. " ACTIVE99 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 2. " ACTIVE98 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x0c 1. " ACTIVE97 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x0c 0. " ACTIVE96 ,Interrupt Active Flag" "Not active,Active" line.long 0x10 "ACTIVE5,Active Bit Register 5" bitfld.long 0x10 31. " ACTIVE159 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 30. " ACTIVE158 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 29. " ACTIVE157 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 28. " ACTIVE156 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 27. " ACTIVE155 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 26. " ACTIVE154 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x10 25. " ACTIVE153 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 24. " ACTIVE152 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 23. " ACTIVE151 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 22. " ACTIVE150 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 21. " ACTIVE149 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 20. " ACTIVE148 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x10 19. " ACTIVE147 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 18. " ACTIVE146 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 17. " ACTIVE145 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 16. " ACTIVE144 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 15. " ACTIVE143 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 14. " ACTIVE142 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x10 13. " ACTIVE141 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 12. " ACTIVE140 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 11. " ACTIVE139 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 10. " ACTIVE138 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 9. " ACTIVE137 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 8. " ACTIVE136 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x10 7. " ACTIVE135 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 6. " ACTIVE134 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 5. " ACTIVE133 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 4. " ACTIVE132 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 3. " ACTIVE131 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 2. " ACTIVE130 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x10 1. " ACTIVE129 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x10 0. " ACTIVE128 ,Interrupt Active Flag" "Not active,Active" line.long 0x14 "ACTIVE6,Active Bit Register 6" bitfld.long 0x14 31. " ACTIVE191 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 30. " ACTIVE190 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 29. " ACTIVE189 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 28. " ACTIVE188 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 27. " ACTIVE187 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 26. " ACTIVE186 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x14 25. " ACTIVE185 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 24. " ACTIVE184 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 23. " ACTIVE183 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 22. " ACTIVE182 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 21. " ACTIVE181 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 20. " ACTIVE180 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x14 19. " ACTIVE179 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 18. " ACTIVE178 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 17. " ACTIVE177 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 16. " ACTIVE176 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 15. " ACTIVE175 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 14. " ACTIVE174 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x14 13. " ACTIVE173 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 12. " ACTIVE172 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 11. " ACTIVE171 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 10. " ACTIVE170 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 9. " ACTIVE169 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 8. " ACTIVE168 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x14 7. " ACTIVE167 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 6. " ACTIVE166 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 5. " ACTIVE165 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 4. " ACTIVE164 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 3. " ACTIVE163 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 2. " ACTIVE162 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x14 1. " ACTIVE161 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x14 0. " ACTIVE160 ,Interrupt Active Flag" "Not active,Active" line.long 0x18 "ACTIVE7,Active Bit Register 7" bitfld.long 0x18 31. " ACTIVE223 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 30. " ACTIVE222 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 29. " ACTIVE221 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 28. " ACTIVE220 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 27. " ACTIVE219 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 26. " ACTIVE218 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x18 25. " ACTIVE217 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 24. " ACTIVE216 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 23. " ACTIVE215 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 22. " ACTIVE214 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 21. " ACTIVE213 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 20. " ACTIVE212 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x18 19. " ACTIVE211 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 18. " ACTIVE210 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 17. " ACTIVE209 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 16. " ACTIVE208 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 15. " ACTIVE207 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 14. " ACTIVE206 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x18 13. " ACTIVE205 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 12. " ACTIVE204 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 11. " ACTIVE203 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 10. " ACTIVE202 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 9. " ACTIVE201 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 8. " ACTIVE200 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x18 7. " ACTIVE199 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 6. " ACTIVE198 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 5. " ACTIVE197 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 4. " ACTIVE196 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 3. " ACTIVE195 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 2. " ACTIVE194 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x18 1. " ACTIVE193 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x18 0. " ACTIVE192 ,Interrupt Active Flag" "Not active,Active" line.long 0x1c "ACTIVE8,Active Bit Register 8" bitfld.long 0x1c 15. " ACTIVE239 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x1c 14. " ACTIVE238 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x1c 13. " ACTIVE237 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x1c 12. " ACTIVE236 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x1c 11. " ACTIVE235 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x1c 10. " ACTIVE234 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x1c 9. " ACTIVE233 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x1c 8. " ACTIVE232 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x1c 7. " ACTIVE231 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x1c 6. " ACTIVE230 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x1c 5. " ACTIVE229 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x1c 4. " ACTIVE228 ,Interrupt Active Flag" "Not active,Active" textline " " bitfld.long 0x1c 3. " ACTIVE227 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x1c 2. " ACTIVE226 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x1c 1. " ACTIVE225 ,Interrupt Active Flag" "Not active,Active" bitfld.long 0x1c 0. " ACTIVE224 ,Interrupt Active Flag" "Not active,Active" else hgroup.long 0x300++0x1F hide.long 0x00 "ACTIVE1,Active Bit Register 1" hide.long 0x04 "ACTIVE2,Active Bit Register 2" hide.long 0x08 "ACTIVE3,Active Bit Register 3" hide.long 0x0c "ACTIVE4,Active Bit Register 4" hide.long 0x10 "ACTIVE5,Active Bit Register 5" hide.long 0x14 "ACTIVE6,Active Bit Register 6" hide.long 0x18 "ACTIVE7,Active Bit Register 7" hide.long 0x1c "ACTIVE8,Active Bit Register 8" endif tree.end tree "Interrupt Priority Registers" if (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x00) group.long 0x400++0x1F line.long 0x0 "IPR0,Interrupt Priority Register" hexmask.long.byte 0x0 24.--31. 1. " PRI_3 ,Interrupt 3 Priority" hexmask.long.byte 0x0 16.--23. 1. " PRI_2 ,Interrupt 2 Priority" hexmask.long.byte 0x0 8.--15. 1. " PRI_1 ,Interrupt 1 Priority" hexmask.long.byte 0x0 0.--7. 1. " PRI_0 ,Interrupt 0 Priority" line.long 0x4 "IPR1,Interrupt Priority Register" hexmask.long.byte 0x4 24.--31. 1. " PRI_7 ,Interrupt 7 Priority" hexmask.long.byte 0x4 16.--23. 1. " PRI_6 ,Interrupt 6 Priority" hexmask.long.byte 0x4 8.--15. 1. " PRI_5 ,Interrupt 5 Priority" hexmask.long.byte 0x4 0.--7. 1. " PRI_4 ,Interrupt 4 Priority" line.long 0x8 "IPR2,Interrupt Priority Register" hexmask.long.byte 0x8 24.--31. 1. " PRI_11 ,Interrupt 11 Priority" hexmask.long.byte 0x8 16.--23. 1. " PRI_10 ,Interrupt 10 Priority" hexmask.long.byte 0x8 8.--15. 1. " PRI_9 ,Interrupt 9 Priority" hexmask.long.byte 0x8 0.--7. 1. " PRI_8 ,Interrupt 8 Priority" line.long 0xC "IPR3,Interrupt Priority Register" hexmask.long.byte 0xC 24.--31. 1. " PRI_15 ,Interrupt 15 Priority" hexmask.long.byte 0xC 16.--23. 1. " PRI_14 ,Interrupt 14 Priority" hexmask.long.byte 0xC 8.--15. 1. " PRI_13 ,Interrupt 13 Priority" hexmask.long.byte 0xC 0.--7. 1. " PRI_12 ,Interrupt 12 Priority" line.long 0x10 "IPR4,Interrupt Priority Register" hexmask.long.byte 0x10 24.--31. 1. " PRI_19 ,Interrupt 19 Priority" hexmask.long.byte 0x10 16.--23. 1. " PRI_18 ,Interrupt 18 Priority" hexmask.long.byte 0x10 8.--15. 1. " PRI_17 ,Interrupt 17 Priority" hexmask.long.byte 0x10 0.--7. 1. " PRI_16 ,Interrupt 16 Priority" line.long 0x14 "IPR5,Interrupt Priority Register" hexmask.long.byte 0x14 24.--31. 1. " PRI_23 ,Interrupt 23 Priority" hexmask.long.byte 0x14 16.--23. 1. " PRI_22 ,Interrupt 22 Priority" hexmask.long.byte 0x14 8.--15. 1. " PRI_21 ,Interrupt 21 Priority" hexmask.long.byte 0x14 0.--7. 1. " PRI_20 ,Interrupt 20 Priority" line.long 0x18 "IPR6,Interrupt Priority Register" hexmask.long.byte 0x18 24.--31. 1. " PRI_27 ,Interrupt 27 Priority" hexmask.long.byte 0x18 16.--23. 1. " PRI_26 ,Interrupt 26 Priority" hexmask.long.byte 0x18 8.--15. 1. " PRI_25 ,Interrupt 25 Priority" hexmask.long.byte 0x18 0.--7. 1. " PRI_24 ,Interrupt 24 Priority" line.long 0x1C "IPR7,Interrupt Priority Register" hexmask.long.byte 0x1C 24.--31. 1. " PRI_31 ,Interrupt 31 Priority" hexmask.long.byte 0x1C 16.--23. 1. " PRI_30 ,Interrupt 30 Priority" hexmask.long.byte 0x1C 8.--15. 1. " PRI_29 ,Interrupt 29 Priority" hexmask.long.byte 0x1C 0.--7. 1. " PRI_28 ,Interrupt 28 Priority" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x01) group.long 0x400++0x3F line.long 0x0 "IPR0,Interrupt Priority Register" hexmask.long.byte 0x0 24.--31. 1. " PRI_3 ,Interrupt 3 Priority" hexmask.long.byte 0x0 16.--23. 1. " PRI_2 ,Interrupt 2 Priority" hexmask.long.byte 0x0 8.--15. 1. " PRI_1 ,Interrupt 1 Priority" hexmask.long.byte 0x0 0.--7. 1. " PRI_0 ,Interrupt 0 Priority" line.long 0x4 "IPR1,Interrupt Priority Register" hexmask.long.byte 0x4 24.--31. 1. " PRI_7 ,Interrupt 7 Priority" hexmask.long.byte 0x4 16.--23. 1. " PRI_6 ,Interrupt 6 Priority" hexmask.long.byte 0x4 8.--15. 1. " PRI_5 ,Interrupt 5 Priority" hexmask.long.byte 0x4 0.--7. 1. " PRI_4 ,Interrupt 4 Priority" line.long 0x8 "IPR2,Interrupt Priority Register" hexmask.long.byte 0x8 24.--31. 1. " PRI_11 ,Interrupt 11 Priority" hexmask.long.byte 0x8 16.--23. 1. " PRI_10 ,Interrupt 10 Priority" hexmask.long.byte 0x8 8.--15. 1. " PRI_9 ,Interrupt 9 Priority" hexmask.long.byte 0x8 0.--7. 1. " PRI_8 ,Interrupt 8 Priority" line.long 0xC "IPR3,Interrupt Priority Register" hexmask.long.byte 0xC 24.--31. 1. " PRI_15 ,Interrupt 15 Priority" hexmask.long.byte 0xC 16.--23. 1. " PRI_14 ,Interrupt 14 Priority" hexmask.long.byte 0xC 8.--15. 1. " PRI_13 ,Interrupt 13 Priority" hexmask.long.byte 0xC 0.--7. 1. " PRI_12 ,Interrupt 12 Priority" line.long 0x10 "IPR4,Interrupt Priority Register" hexmask.long.byte 0x10 24.--31. 1. " PRI_19 ,Interrupt 19 Priority" hexmask.long.byte 0x10 16.--23. 1. " PRI_18 ,Interrupt 18 Priority" hexmask.long.byte 0x10 8.--15. 1. " PRI_17 ,Interrupt 17 Priority" hexmask.long.byte 0x10 0.--7. 1. " PRI_16 ,Interrupt 16 Priority" line.long 0x14 "IPR5,Interrupt Priority Register" hexmask.long.byte 0x14 24.--31. 1. " PRI_23 ,Interrupt 23 Priority" hexmask.long.byte 0x14 16.--23. 1. " PRI_22 ,Interrupt 22 Priority" hexmask.long.byte 0x14 8.--15. 1. " PRI_21 ,Interrupt 21 Priority" hexmask.long.byte 0x14 0.--7. 1. " PRI_20 ,Interrupt 20 Priority" line.long 0x18 "IPR6,Interrupt Priority Register" hexmask.long.byte 0x18 24.--31. 1. " PRI_27 ,Interrupt 27 Priority" hexmask.long.byte 0x18 16.--23. 1. " PRI_26 ,Interrupt 26 Priority" hexmask.long.byte 0x18 8.--15. 1. " PRI_25 ,Interrupt 25 Priority" hexmask.long.byte 0x18 0.--7. 1. " PRI_24 ,Interrupt 24 Priority" line.long 0x1C "IPR7,Interrupt Priority Register" hexmask.long.byte 0x1C 24.--31. 1. " PRI_31 ,Interrupt 31 Priority" hexmask.long.byte 0x1C 16.--23. 1. " PRI_30 ,Interrupt 30 Priority" hexmask.long.byte 0x1C 8.--15. 1. " PRI_29 ,Interrupt 29 Priority" hexmask.long.byte 0x1C 0.--7. 1. " PRI_28 ,Interrupt 28 Priority" line.long 0x20 "IPR8,Interrupt Priority Register" hexmask.long.byte 0x20 24.--31. 1. " PRI_35 ,Interrupt 35 Priority" hexmask.long.byte 0x20 16.--23. 1. " PRI_34 ,Interrupt 34 Priority" hexmask.long.byte 0x20 8.--15. 1. " PRI_33 ,Interrupt 33 Priority" hexmask.long.byte 0x20 0.--7. 1. " PRI_32 ,Interrupt 32 Priority" line.long 0x24 "IPR9,Interrupt Priority Register" hexmask.long.byte 0x24 24.--31. 1. " PRI_39 ,Interrupt 39 Priority" hexmask.long.byte 0x24 16.--23. 1. " PRI_38 ,Interrupt 38 Priority" hexmask.long.byte 0x24 8.--15. 1. " PRI_37 ,Interrupt 37 Priority" hexmask.long.byte 0x24 0.--7. 1. " PRI_36 ,Interrupt 36 Priority" line.long 0x28 "IPR10,Interrupt Priority Register" hexmask.long.byte 0x28 24.--31. 1. " PRI_43 ,Interrupt 43 Priority" hexmask.long.byte 0x28 16.--23. 1. " PRI_42 ,Interrupt 42 Priority" hexmask.long.byte 0x28 8.--15. 1. " PRI_41 ,Interrupt 41 Priority" hexmask.long.byte 0x28 0.--7. 1. " PRI_40 ,Interrupt 40 Priority" line.long 0x2C "IPR11,Interrupt Priority Register" hexmask.long.byte 0x2C 24.--31. 1. " PRI_47 ,Interrupt 47 Priority" hexmask.long.byte 0x2C 16.--23. 1. " PRI_46 ,Interrupt 46 Priority" hexmask.long.byte 0x2C 8.--15. 1. " PRI_45 ,Interrupt 45 Priority" hexmask.long.byte 0x2C 0.--7. 1. " PRI_44 ,Interrupt 44 Priority" line.long 0x30 "IPR12,Interrupt Priority Register" hexmask.long.byte 0x30 24.--31. 1. " PRI_51 ,Interrupt 51 Priority" hexmask.long.byte 0x30 16.--23. 1. " PRI_50 ,Interrupt 50 Priority" hexmask.long.byte 0x30 8.--15. 1. " PRI_49 ,Interrupt 49 Priority" hexmask.long.byte 0x30 0.--7. 1. " PRI_48 ,Interrupt 48 Priority" line.long 0x34 "IPR13,Interrupt Priority Register" hexmask.long.byte 0x34 24.--31. 1. " PRI_55 ,Interrupt 55 Priority" hexmask.long.byte 0x34 16.--23. 1. " PRI_54 ,Interrupt 54 Priority" hexmask.long.byte 0x34 8.--15. 1. " PRI_53 ,Interrupt 53 Priority" hexmask.long.byte 0x34 0.--7. 1. " PRI_52 ,Interrupt 52 Priority" line.long 0x38 "IPR14,Interrupt Priority Register" hexmask.long.byte 0x38 24.--31. 1. " PRI_59 ,Interrupt 59 Priority" hexmask.long.byte 0x38 16.--23. 1. " PRI_58 ,Interrupt 58 Priority" hexmask.long.byte 0x38 8.--15. 1. " PRI_57 ,Interrupt 57 Priority" hexmask.long.byte 0x38 0.--7. 1. " PRI_56 ,Interrupt 56 Priority" line.long 0x3C "IPR15,Interrupt Priority Register" hexmask.long.byte 0x3C 24.--31. 1. " PRI_63 ,Interrupt 63 Priority" hexmask.long.byte 0x3C 16.--23. 1. " PRI_62 ,Interrupt 62 Priority" hexmask.long.byte 0x3C 8.--15. 1. " PRI_61 ,Interrupt 61 Priority" hexmask.long.byte 0x3C 0.--7. 1. " PRI_60 ,Interrupt 60 Priority" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x02) group.long 0x400++0x5F line.long 0x0 "IPR0,Interrupt Priority Register" hexmask.long.byte 0x0 24.--31. 1. " PRI_3 ,Interrupt 3 Priority" hexmask.long.byte 0x0 16.--23. 1. " PRI_2 ,Interrupt 2 Priority" hexmask.long.byte 0x0 8.--15. 1. " PRI_1 ,Interrupt 1 Priority" hexmask.long.byte 0x0 0.--7. 1. " PRI_0 ,Interrupt 0 Priority" line.long 0x4 "IPR1,Interrupt Priority Register" hexmask.long.byte 0x4 24.--31. 1. " PRI_7 ,Interrupt 7 Priority" hexmask.long.byte 0x4 16.--23. 1. " PRI_6 ,Interrupt 6 Priority" hexmask.long.byte 0x4 8.--15. 1. " PRI_5 ,Interrupt 5 Priority" hexmask.long.byte 0x4 0.--7. 1. " PRI_4 ,Interrupt 4 Priority" line.long 0x8 "IPR2,Interrupt Priority Register" hexmask.long.byte 0x8 24.--31. 1. " PRI_11 ,Interrupt 11 Priority" hexmask.long.byte 0x8 16.--23. 1. " PRI_10 ,Interrupt 10 Priority" hexmask.long.byte 0x8 8.--15. 1. " PRI_9 ,Interrupt 9 Priority" hexmask.long.byte 0x8 0.--7. 1. " PRI_8 ,Interrupt 8 Priority" line.long 0xC "IPR3,Interrupt Priority Register" hexmask.long.byte 0xC 24.--31. 1. " PRI_15 ,Interrupt 15 Priority" hexmask.long.byte 0xC 16.--23. 1. " PRI_14 ,Interrupt 14 Priority" hexmask.long.byte 0xC 8.--15. 1. " PRI_13 ,Interrupt 13 Priority" hexmask.long.byte 0xC 0.--7. 1. " PRI_12 ,Interrupt 12 Priority" line.long 0x10 "IPR4,Interrupt Priority Register" hexmask.long.byte 0x10 24.--31. 1. " PRI_19 ,Interrupt 19 Priority" hexmask.long.byte 0x10 16.--23. 1. " PRI_18 ,Interrupt 18 Priority" hexmask.long.byte 0x10 8.--15. 1. " PRI_17 ,Interrupt 17 Priority" hexmask.long.byte 0x10 0.--7. 1. " PRI_16 ,Interrupt 16 Priority" line.long 0x14 "IPR5,Interrupt Priority Register" hexmask.long.byte 0x14 24.--31. 1. " PRI_23 ,Interrupt 23 Priority" hexmask.long.byte 0x14 16.--23. 1. " PRI_22 ,Interrupt 22 Priority" hexmask.long.byte 0x14 8.--15. 1. " PRI_21 ,Interrupt 21 Priority" hexmask.long.byte 0x14 0.--7. 1. " PRI_20 ,Interrupt 20 Priority" line.long 0x18 "IPR6,Interrupt Priority Register" hexmask.long.byte 0x18 24.--31. 1. " PRI_27 ,Interrupt 27 Priority" hexmask.long.byte 0x18 16.--23. 1. " PRI_26 ,Interrupt 26 Priority" hexmask.long.byte 0x18 8.--15. 1. " PRI_25 ,Interrupt 25 Priority" hexmask.long.byte 0x18 0.--7. 1. " PRI_24 ,Interrupt 24 Priority" line.long 0x1C "IPR7,Interrupt Priority Register" hexmask.long.byte 0x1C 24.--31. 1. " PRI_31 ,Interrupt 31 Priority" hexmask.long.byte 0x1C 16.--23. 1. " PRI_30 ,Interrupt 30 Priority" hexmask.long.byte 0x1C 8.--15. 1. " PRI_29 ,Interrupt 29 Priority" hexmask.long.byte 0x1C 0.--7. 1. " PRI_28 ,Interrupt 28 Priority" line.long 0x20 "IPR8,Interrupt Priority Register" hexmask.long.byte 0x20 24.--31. 1. " PRI_35 ,Interrupt 35 Priority" hexmask.long.byte 0x20 16.--23. 1. " PRI_34 ,Interrupt 34 Priority" hexmask.long.byte 0x20 8.--15. 1. " PRI_33 ,Interrupt 33 Priority" hexmask.long.byte 0x20 0.--7. 1. " PRI_32 ,Interrupt 32 Priority" line.long 0x24 "IPR9,Interrupt Priority Register" hexmask.long.byte 0x24 24.--31. 1. " PRI_39 ,Interrupt 39 Priority" hexmask.long.byte 0x24 16.--23. 1. " PRI_38 ,Interrupt 38 Priority" hexmask.long.byte 0x24 8.--15. 1. " PRI_37 ,Interrupt 37 Priority" hexmask.long.byte 0x24 0.--7. 1. " PRI_36 ,Interrupt 36 Priority" line.long 0x28 "IPR10,Interrupt Priority Register" hexmask.long.byte 0x28 24.--31. 1. " PRI_43 ,Interrupt 43 Priority" hexmask.long.byte 0x28 16.--23. 1. " PRI_42 ,Interrupt 42 Priority" hexmask.long.byte 0x28 8.--15. 1. " PRI_41 ,Interrupt 41 Priority" hexmask.long.byte 0x28 0.--7. 1. " PRI_40 ,Interrupt 40 Priority" line.long 0x2C "IPR11,Interrupt Priority Register" hexmask.long.byte 0x2C 24.--31. 1. " PRI_47 ,Interrupt 47 Priority" hexmask.long.byte 0x2C 16.--23. 1. " PRI_46 ,Interrupt 46 Priority" hexmask.long.byte 0x2C 8.--15. 1. " PRI_45 ,Interrupt 45 Priority" hexmask.long.byte 0x2C 0.--7. 1. " PRI_44 ,Interrupt 44 Priority" line.long 0x30 "IPR12,Interrupt Priority Register" hexmask.long.byte 0x30 24.--31. 1. " PRI_51 ,Interrupt 51 Priority" hexmask.long.byte 0x30 16.--23. 1. " PRI_50 ,Interrupt 50 Priority" hexmask.long.byte 0x30 8.--15. 1. " PRI_49 ,Interrupt 49 Priority" hexmask.long.byte 0x30 0.--7. 1. " PRI_48 ,Interrupt 48 Priority" line.long 0x34 "IPR13,Interrupt Priority Register" hexmask.long.byte 0x34 24.--31. 1. " PRI_55 ,Interrupt 55 Priority" hexmask.long.byte 0x34 16.--23. 1. " PRI_54 ,Interrupt 54 Priority" hexmask.long.byte 0x34 8.--15. 1. " PRI_53 ,Interrupt 53 Priority" hexmask.long.byte 0x34 0.--7. 1. " PRI_52 ,Interrupt 52 Priority" line.long 0x38 "IPR14,Interrupt Priority Register" hexmask.long.byte 0x38 24.--31. 1. " PRI_59 ,Interrupt 59 Priority" hexmask.long.byte 0x38 16.--23. 1. " PRI_58 ,Interrupt 58 Priority" hexmask.long.byte 0x38 8.--15. 1. " PRI_57 ,Interrupt 57 Priority" hexmask.long.byte 0x38 0.--7. 1. " PRI_56 ,Interrupt 56 Priority" line.long 0x3C "IPR15,Interrupt Priority Register" hexmask.long.byte 0x3C 24.--31. 1. " PRI_63 ,Interrupt 63 Priority" hexmask.long.byte 0x3C 16.--23. 1. " PRI_62 ,Interrupt 62 Priority" hexmask.long.byte 0x3C 8.--15. 1. " PRI_61 ,Interrupt 61 Priority" hexmask.long.byte 0x3C 0.--7. 1. " PRI_60 ,Interrupt 60 Priority" line.long 0x40 "IPR16,Interrupt Priority Register" hexmask.long.byte 0x40 24.--31. 1. " PRI_67 ,Interrupt 67 Priority" hexmask.long.byte 0x40 16.--23. 1. " PRI_66 ,Interrupt 66 Priority" hexmask.long.byte 0x40 8.--15. 1. " PRI_65 ,Interrupt 65 Priority" hexmask.long.byte 0x40 0.--7. 1. " PRI_64 ,Interrupt 64 Priority" line.long 0x44 "IPR17,Interrupt Priority Register" hexmask.long.byte 0x44 24.--31. 1. " PRI_71 ,Interrupt 71 Priority" hexmask.long.byte 0x44 16.--23. 1. " PRI_70 ,Interrupt 70 Priority" hexmask.long.byte 0x44 8.--15. 1. " PRI_69 ,Interrupt 69 Priority" hexmask.long.byte 0x44 0.--7. 1. " PRI_68 ,Interrupt 68 Priority" line.long 0x48 "IPR18,Interrupt Priority Register" hexmask.long.byte 0x48 24.--31. 1. " PRI_75 ,Interrupt 75 Priority" hexmask.long.byte 0x48 16.--23. 1. " PRI_74 ,Interrupt 74 Priority" hexmask.long.byte 0x48 8.--15. 1. " PRI_73 ,Interrupt 73 Priority" hexmask.long.byte 0x48 0.--7. 1. " PRI_72 ,Interrupt 72 Priority" line.long 0x4C "IPR19,Interrupt Priority Register" hexmask.long.byte 0x4C 24.--31. 1. " PRI_79 ,Interrupt 79 Priority" hexmask.long.byte 0x4C 16.--23. 1. " PRI_78 ,Interrupt 78 Priority" hexmask.long.byte 0x4C 8.--15. 1. " PRI_77 ,Interrupt 77 Priority" hexmask.long.byte 0x4C 0.--7. 1. " PRI_76 ,Interrupt 76 Priority" line.long 0x50 "IPR20,Interrupt Priority Register" hexmask.long.byte 0x50 24.--31. 1. " PRI_83 ,Interrupt 83 Priority" hexmask.long.byte 0x50 16.--23. 1. " PRI_82 ,Interrupt 82 Priority" hexmask.long.byte 0x50 8.--15. 1. " PRI_81 ,Interrupt 81 Priority" hexmask.long.byte 0x50 0.--7. 1. " PRI_80 ,Interrupt 80 Priority" line.long 0x54 "IPR21,Interrupt Priority Register" hexmask.long.byte 0x54 24.--31. 1. " PRI_87 ,Interrupt 87 Priority" hexmask.long.byte 0x54 16.--23. 1. " PRI_86 ,Interrupt 86 Priority" hexmask.long.byte 0x54 8.--15. 1. " PRI_85 ,Interrupt 85 Priority" hexmask.long.byte 0x54 0.--7. 1. " PRI_84 ,Interrupt 84 Priority" line.long 0x58 "IPR22,Interrupt Priority Register" hexmask.long.byte 0x58 24.--31. 1. " PRI_91 ,Interrupt 91 Priority" hexmask.long.byte 0x58 16.--23. 1. " PRI_90 ,Interrupt 90 Priority" hexmask.long.byte 0x58 8.--15. 1. " PRI_89 ,Interrupt 89 Priority" hexmask.long.byte 0x58 0.--7. 1. " PRI_88 ,Interrupt 88 Priority" line.long 0x5C "IPR23,Interrupt Priority Register" hexmask.long.byte 0x5C 24.--31. 1. " PRI_95 ,Interrupt 95 Priority" hexmask.long.byte 0x5C 16.--23. 1. " PRI_94 ,Interrupt 94 Priority" hexmask.long.byte 0x5C 8.--15. 1. " PRI_93 ,Interrupt 93 Priority" hexmask.long.byte 0x5C 0.--7. 1. " PRI_92 ,Interrupt 92 Priority" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x03) group.long 0x400++0x7F line.long 0x0 "IPR0,Interrupt Priority Register" hexmask.long.byte 0x0 24.--31. 1. " PRI_3 ,Interrupt 3 Priority" hexmask.long.byte 0x0 16.--23. 1. " PRI_2 ,Interrupt 2 Priority" hexmask.long.byte 0x0 8.--15. 1. " PRI_1 ,Interrupt 1 Priority" hexmask.long.byte 0x0 0.--7. 1. " PRI_0 ,Interrupt 0 Priority" line.long 0x4 "IPR1,Interrupt Priority Register" hexmask.long.byte 0x4 24.--31. 1. " PRI_7 ,Interrupt 7 Priority" hexmask.long.byte 0x4 16.--23. 1. " PRI_6 ,Interrupt 6 Priority" hexmask.long.byte 0x4 8.--15. 1. " PRI_5 ,Interrupt 5 Priority" hexmask.long.byte 0x4 0.--7. 1. " PRI_4 ,Interrupt 4 Priority" line.long 0x8 "IPR2,Interrupt Priority Register" hexmask.long.byte 0x8 24.--31. 1. " PRI_11 ,Interrupt 11 Priority" hexmask.long.byte 0x8 16.--23. 1. " PRI_10 ,Interrupt 10 Priority" hexmask.long.byte 0x8 8.--15. 1. " PRI_9 ,Interrupt 9 Priority" hexmask.long.byte 0x8 0.--7. 1. " PRI_8 ,Interrupt 8 Priority" line.long 0xC "IPR3,Interrupt Priority Register" hexmask.long.byte 0xC 24.--31. 1. " PRI_15 ,Interrupt 15 Priority" hexmask.long.byte 0xC 16.--23. 1. " PRI_14 ,Interrupt 14 Priority" hexmask.long.byte 0xC 8.--15. 1. " PRI_13 ,Interrupt 13 Priority" hexmask.long.byte 0xC 0.--7. 1. " PRI_12 ,Interrupt 12 Priority" line.long 0x10 "IPR4,Interrupt Priority Register" hexmask.long.byte 0x10 24.--31. 1. " PRI_19 ,Interrupt 19 Priority" hexmask.long.byte 0x10 16.--23. 1. " PRI_18 ,Interrupt 18 Priority" hexmask.long.byte 0x10 8.--15. 1. " PRI_17 ,Interrupt 17 Priority" hexmask.long.byte 0x10 0.--7. 1. " PRI_16 ,Interrupt 16 Priority" line.long 0x14 "IPR5,Interrupt Priority Register" hexmask.long.byte 0x14 24.--31. 1. " PRI_23 ,Interrupt 23 Priority" hexmask.long.byte 0x14 16.--23. 1. " PRI_22 ,Interrupt 22 Priority" hexmask.long.byte 0x14 8.--15. 1. " PRI_21 ,Interrupt 21 Priority" hexmask.long.byte 0x14 0.--7. 1. " PRI_20 ,Interrupt 20 Priority" line.long 0x18 "IPR6,Interrupt Priority Register" hexmask.long.byte 0x18 24.--31. 1. " PRI_27 ,Interrupt 27 Priority" hexmask.long.byte 0x18 16.--23. 1. " PRI_26 ,Interrupt 26 Priority" hexmask.long.byte 0x18 8.--15. 1. " PRI_25 ,Interrupt 25 Priority" hexmask.long.byte 0x18 0.--7. 1. " PRI_24 ,Interrupt 24 Priority" line.long 0x1C "IPR7,Interrupt Priority Register" hexmask.long.byte 0x1C 24.--31. 1. " PRI_31 ,Interrupt 31 Priority" hexmask.long.byte 0x1C 16.--23. 1. " PRI_30 ,Interrupt 30 Priority" hexmask.long.byte 0x1C 8.--15. 1. " PRI_29 ,Interrupt 29 Priority" hexmask.long.byte 0x1C 0.--7. 1. " PRI_28 ,Interrupt 28 Priority" line.long 0x20 "IPR8,Interrupt Priority Register" hexmask.long.byte 0x20 24.--31. 1. " PRI_35 ,Interrupt 35 Priority" hexmask.long.byte 0x20 16.--23. 1. " PRI_34 ,Interrupt 34 Priority" hexmask.long.byte 0x20 8.--15. 1. " PRI_33 ,Interrupt 33 Priority" hexmask.long.byte 0x20 0.--7. 1. " PRI_32 ,Interrupt 32 Priority" line.long 0x24 "IPR9,Interrupt Priority Register" hexmask.long.byte 0x24 24.--31. 1. " PRI_39 ,Interrupt 39 Priority" hexmask.long.byte 0x24 16.--23. 1. " PRI_38 ,Interrupt 38 Priority" hexmask.long.byte 0x24 8.--15. 1. " PRI_37 ,Interrupt 37 Priority" hexmask.long.byte 0x24 0.--7. 1. " PRI_36 ,Interrupt 36 Priority" line.long 0x28 "IPR10,Interrupt Priority Register" hexmask.long.byte 0x28 24.--31. 1. " PRI_43 ,Interrupt 43 Priority" hexmask.long.byte 0x28 16.--23. 1. " PRI_42 ,Interrupt 42 Priority" hexmask.long.byte 0x28 8.--15. 1. " PRI_41 ,Interrupt 41 Priority" hexmask.long.byte 0x28 0.--7. 1. " PRI_40 ,Interrupt 40 Priority" line.long 0x2C "IPR11,Interrupt Priority Register" hexmask.long.byte 0x2C 24.--31. 1. " PRI_47 ,Interrupt 47 Priority" hexmask.long.byte 0x2C 16.--23. 1. " PRI_46 ,Interrupt 46 Priority" hexmask.long.byte 0x2C 8.--15. 1. " PRI_45 ,Interrupt 45 Priority" hexmask.long.byte 0x2C 0.--7. 1. " PRI_44 ,Interrupt 44 Priority" line.long 0x30 "IPR12,Interrupt Priority Register" hexmask.long.byte 0x30 24.--31. 1. " PRI_51 ,Interrupt 51 Priority" hexmask.long.byte 0x30 16.--23. 1. " PRI_50 ,Interrupt 50 Priority" hexmask.long.byte 0x30 8.--15. 1. " PRI_49 ,Interrupt 49 Priority" hexmask.long.byte 0x30 0.--7. 1. " PRI_48 ,Interrupt 48 Priority" line.long 0x34 "IPR13,Interrupt Priority Register" hexmask.long.byte 0x34 24.--31. 1. " PRI_55 ,Interrupt 55 Priority" hexmask.long.byte 0x34 16.--23. 1. " PRI_54 ,Interrupt 54 Priority" hexmask.long.byte 0x34 8.--15. 1. " PRI_53 ,Interrupt 53 Priority" hexmask.long.byte 0x34 0.--7. 1. " PRI_52 ,Interrupt 52 Priority" line.long 0x38 "IPR14,Interrupt Priority Register" hexmask.long.byte 0x38 24.--31. 1. " PRI_59 ,Interrupt 59 Priority" hexmask.long.byte 0x38 16.--23. 1. " PRI_58 ,Interrupt 58 Priority" hexmask.long.byte 0x38 8.--15. 1. " PRI_57 ,Interrupt 57 Priority" hexmask.long.byte 0x38 0.--7. 1. " PRI_56 ,Interrupt 56 Priority" line.long 0x3C "IPR15,Interrupt Priority Register" hexmask.long.byte 0x3C 24.--31. 1. " PRI_63 ,Interrupt 63 Priority" hexmask.long.byte 0x3C 16.--23. 1. " PRI_62 ,Interrupt 62 Priority" hexmask.long.byte 0x3C 8.--15. 1. " PRI_61 ,Interrupt 61 Priority" hexmask.long.byte 0x3C 0.--7. 1. " PRI_60 ,Interrupt 60 Priority" line.long 0x40 "IPR16,Interrupt Priority Register" hexmask.long.byte 0x40 24.--31. 1. " PRI_67 ,Interrupt 67 Priority" hexmask.long.byte 0x40 16.--23. 1. " PRI_66 ,Interrupt 66 Priority" hexmask.long.byte 0x40 8.--15. 1. " PRI_65 ,Interrupt 65 Priority" hexmask.long.byte 0x40 0.--7. 1. " PRI_64 ,Interrupt 64 Priority" line.long 0x44 "IPR17,Interrupt Priority Register" hexmask.long.byte 0x44 24.--31. 1. " PRI_71 ,Interrupt 71 Priority" hexmask.long.byte 0x44 16.--23. 1. " PRI_70 ,Interrupt 70 Priority" hexmask.long.byte 0x44 8.--15. 1. " PRI_69 ,Interrupt 69 Priority" hexmask.long.byte 0x44 0.--7. 1. " PRI_68 ,Interrupt 68 Priority" line.long 0x48 "IPR18,Interrupt Priority Register" hexmask.long.byte 0x48 24.--31. 1. " PRI_75 ,Interrupt 75 Priority" hexmask.long.byte 0x48 16.--23. 1. " PRI_74 ,Interrupt 74 Priority" hexmask.long.byte 0x48 8.--15. 1. " PRI_73 ,Interrupt 73 Priority" hexmask.long.byte 0x48 0.--7. 1. " PRI_72 ,Interrupt 72 Priority" line.long 0x4C "IPR19,Interrupt Priority Register" hexmask.long.byte 0x4C 24.--31. 1. " PRI_79 ,Interrupt 79 Priority" hexmask.long.byte 0x4C 16.--23. 1. " PRI_78 ,Interrupt 78 Priority" hexmask.long.byte 0x4C 8.--15. 1. " PRI_77 ,Interrupt 77 Priority" hexmask.long.byte 0x4C 0.--7. 1. " PRI_76 ,Interrupt 76 Priority" line.long 0x50 "IPR20,Interrupt Priority Register" hexmask.long.byte 0x50 24.--31. 1. " PRI_83 ,Interrupt 83 Priority" hexmask.long.byte 0x50 16.--23. 1. " PRI_82 ,Interrupt 82 Priority" hexmask.long.byte 0x50 8.--15. 1. " PRI_81 ,Interrupt 81 Priority" hexmask.long.byte 0x50 0.--7. 1. " PRI_80 ,Interrupt 80 Priority" line.long 0x54 "IPR21,Interrupt Priority Register" hexmask.long.byte 0x54 24.--31. 1. " PRI_87 ,Interrupt 87 Priority" hexmask.long.byte 0x54 16.--23. 1. " PRI_86 ,Interrupt 86 Priority" hexmask.long.byte 0x54 8.--15. 1. " PRI_85 ,Interrupt 85 Priority" hexmask.long.byte 0x54 0.--7. 1. " PRI_84 ,Interrupt 84 Priority" line.long 0x58 "IPR22,Interrupt Priority Register" hexmask.long.byte 0x58 24.--31. 1. " PRI_91 ,Interrupt 91 Priority" hexmask.long.byte 0x58 16.--23. 1. " PRI_90 ,Interrupt 90 Priority" hexmask.long.byte 0x58 8.--15. 1. " PRI_89 ,Interrupt 89 Priority" hexmask.long.byte 0x58 0.--7. 1. " PRI_88 ,Interrupt 88 Priority" line.long 0x5C "IPR23,Interrupt Priority Register" hexmask.long.byte 0x5C 24.--31. 1. " PRI_95 ,Interrupt 95 Priority" hexmask.long.byte 0x5C 16.--23. 1. " PRI_94 ,Interrupt 94 Priority" hexmask.long.byte 0x5C 8.--15. 1. " PRI_93 ,Interrupt 93 Priority" hexmask.long.byte 0x5C 0.--7. 1. " PRI_92 ,Interrupt 92 Priority" line.long 0x60 "IPR24,Interrupt Priority Register" hexmask.long.byte 0x60 24.--31. 1. " PRI_99 ,Interrupt 99 Priority" hexmask.long.byte 0x60 16.--23. 1. " PRI_98 ,Interrupt 98 Priority" hexmask.long.byte 0x60 8.--15. 1. " PRI_97 ,Interrupt 97 Priority" hexmask.long.byte 0x60 0.--7. 1. " PRI_96 ,Interrupt 96 Priority" line.long 0x64 "IPR25,Interrupt Priority Register" hexmask.long.byte 0x64 24.--31. 1. " PRI_103 ,Interrupt 103 Priority" hexmask.long.byte 0x64 16.--23. 1. " PRI_102 ,Interrupt 102 Priority" hexmask.long.byte 0x64 8.--15. 1. " PRI_101 ,Interrupt 101 Priority" hexmask.long.byte 0x64 0.--7. 1. " PRI_100 ,Interrupt 100 Priority" line.long 0x68 "IPR26,Interrupt Priority Register" hexmask.long.byte 0x68 24.--31. 1. " PRI_107 ,Interrupt 107 Priority" hexmask.long.byte 0x68 16.--23. 1. " PRI_106 ,Interrupt 106 Priority" hexmask.long.byte 0x68 8.--15. 1. " PRI_105 ,Interrupt 105 Priority" hexmask.long.byte 0x68 0.--7. 1. " PRI_104 ,Interrupt 104 Priority" line.long 0x6C "IPR27,Interrupt Priority Register" hexmask.long.byte 0x6C 24.--31. 1. " PRI_111 ,Interrupt 111 Priority" hexmask.long.byte 0x6C 16.--23. 1. " PRI_110 ,Interrupt 110 Priority" hexmask.long.byte 0x6C 8.--15. 1. " PRI_109 ,Interrupt 109 Priority" hexmask.long.byte 0x6C 0.--7. 1. " PRI_108 ,Interrupt 108 Priority" line.long 0x70 "IPR28,Interrupt Priority Register" hexmask.long.byte 0x70 24.--31. 1. " PRI_115 ,Interrupt 115 Priority" hexmask.long.byte 0x70 16.--23. 1. " PRI_114 ,Interrupt 114 Priority" hexmask.long.byte 0x70 8.--15. 1. " PRI_113 ,Interrupt 113 Priority" hexmask.long.byte 0x70 0.--7. 1. " PRI_112 ,Interrupt 112 Priority" line.long 0x74 "IPR29,Interrupt Priority Register" hexmask.long.byte 0x74 24.--31. 1. " PRI_119 ,Interrupt 119 Priority" hexmask.long.byte 0x74 16.--23. 1. " PRI_118 ,Interrupt 118 Priority" hexmask.long.byte 0x74 8.--15. 1. " PRI_117 ,Interrupt 117 Priority" hexmask.long.byte 0x74 0.--7. 1. " PRI_116 ,Interrupt 116 Priority" line.long 0x78 "IPR30,Interrupt Priority Register" hexmask.long.byte 0x78 24.--31. 1. " PRI_123 ,Interrupt 123 Priority" hexmask.long.byte 0x78 16.--23. 1. " PRI_122 ,Interrupt 122 Priority" hexmask.long.byte 0x78 8.--15. 1. " PRI_121 ,Interrupt 121 Priority" hexmask.long.byte 0x78 0.--7. 1. " PRI_120 ,Interrupt 120 Priority" line.long 0x7C "IPR31,Interrupt Priority Register" hexmask.long.byte 0x7C 24.--31. 1. " PRI_127 ,Interrupt 127 Priority" hexmask.long.byte 0x7C 16.--23. 1. " PRI_126 ,Interrupt 126 Priority" hexmask.long.byte 0x7C 8.--15. 1. " PRI_125 ,Interrupt 125 Priority" hexmask.long.byte 0x7C 0.--7. 1. " PRI_124 ,Interrupt 124 Priority" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x04) group.long 0x400++0x9F line.long 0x0 "IPR0,Interrupt Priority Register" hexmask.long.byte 0x0 24.--31. 1. " PRI_3 ,Interrupt 3 Priority" hexmask.long.byte 0x0 16.--23. 1. " PRI_2 ,Interrupt 2 Priority" hexmask.long.byte 0x0 8.--15. 1. " PRI_1 ,Interrupt 1 Priority" hexmask.long.byte 0x0 0.--7. 1. " PRI_0 ,Interrupt 0 Priority" line.long 0x4 "IPR1,Interrupt Priority Register" hexmask.long.byte 0x4 24.--31. 1. " PRI_7 ,Interrupt 7 Priority" hexmask.long.byte 0x4 16.--23. 1. " PRI_6 ,Interrupt 6 Priority" hexmask.long.byte 0x4 8.--15. 1. " PRI_5 ,Interrupt 5 Priority" hexmask.long.byte 0x4 0.--7. 1. " PRI_4 ,Interrupt 4 Priority" line.long 0x8 "IPR2,Interrupt Priority Register" hexmask.long.byte 0x8 24.--31. 1. " PRI_11 ,Interrupt 11 Priority" hexmask.long.byte 0x8 16.--23. 1. " PRI_10 ,Interrupt 10 Priority" hexmask.long.byte 0x8 8.--15. 1. " PRI_9 ,Interrupt 9 Priority" hexmask.long.byte 0x8 0.--7. 1. " PRI_8 ,Interrupt 8 Priority" line.long 0xC "IPR3,Interrupt Priority Register" hexmask.long.byte 0xC 24.--31. 1. " PRI_15 ,Interrupt 15 Priority" hexmask.long.byte 0xC 16.--23. 1. " PRI_14 ,Interrupt 14 Priority" hexmask.long.byte 0xC 8.--15. 1. " PRI_13 ,Interrupt 13 Priority" hexmask.long.byte 0xC 0.--7. 1. " PRI_12 ,Interrupt 12 Priority" line.long 0x10 "IPR4,Interrupt Priority Register" hexmask.long.byte 0x10 24.--31. 1. " PRI_19 ,Interrupt 19 Priority" hexmask.long.byte 0x10 16.--23. 1. " PRI_18 ,Interrupt 18 Priority" hexmask.long.byte 0x10 8.--15. 1. " PRI_17 ,Interrupt 17 Priority" hexmask.long.byte 0x10 0.--7. 1. " PRI_16 ,Interrupt 16 Priority" line.long 0x14 "IPR5,Interrupt Priority Register" hexmask.long.byte 0x14 24.--31. 1. " PRI_23 ,Interrupt 23 Priority" hexmask.long.byte 0x14 16.--23. 1. " PRI_22 ,Interrupt 22 Priority" hexmask.long.byte 0x14 8.--15. 1. " PRI_21 ,Interrupt 21 Priority" hexmask.long.byte 0x14 0.--7. 1. " PRI_20 ,Interrupt 20 Priority" line.long 0x18 "IPR6,Interrupt Priority Register" hexmask.long.byte 0x18 24.--31. 1. " PRI_27 ,Interrupt 27 Priority" hexmask.long.byte 0x18 16.--23. 1. " PRI_26 ,Interrupt 26 Priority" hexmask.long.byte 0x18 8.--15. 1. " PRI_25 ,Interrupt 25 Priority" hexmask.long.byte 0x18 0.--7. 1. " PRI_24 ,Interrupt 24 Priority" line.long 0x1C "IPR7,Interrupt Priority Register" hexmask.long.byte 0x1C 24.--31. 1. " PRI_31 ,Interrupt 31 Priority" hexmask.long.byte 0x1C 16.--23. 1. " PRI_30 ,Interrupt 30 Priority" hexmask.long.byte 0x1C 8.--15. 1. " PRI_29 ,Interrupt 29 Priority" hexmask.long.byte 0x1C 0.--7. 1. " PRI_28 ,Interrupt 28 Priority" line.long 0x20 "IPR8,Interrupt Priority Register" hexmask.long.byte 0x20 24.--31. 1. " PRI_35 ,Interrupt 35 Priority" hexmask.long.byte 0x20 16.--23. 1. " PRI_34 ,Interrupt 34 Priority" hexmask.long.byte 0x20 8.--15. 1. " PRI_33 ,Interrupt 33 Priority" hexmask.long.byte 0x20 0.--7. 1. " PRI_32 ,Interrupt 32 Priority" line.long 0x24 "IPR9,Interrupt Priority Register" hexmask.long.byte 0x24 24.--31. 1. " PRI_39 ,Interrupt 39 Priority" hexmask.long.byte 0x24 16.--23. 1. " PRI_38 ,Interrupt 38 Priority" hexmask.long.byte 0x24 8.--15. 1. " PRI_37 ,Interrupt 37 Priority" hexmask.long.byte 0x24 0.--7. 1. " PRI_36 ,Interrupt 36 Priority" line.long 0x28 "IPR10,Interrupt Priority Register" hexmask.long.byte 0x28 24.--31. 1. " PRI_43 ,Interrupt 43 Priority" hexmask.long.byte 0x28 16.--23. 1. " PRI_42 ,Interrupt 42 Priority" hexmask.long.byte 0x28 8.--15. 1. " PRI_41 ,Interrupt 41 Priority" hexmask.long.byte 0x28 0.--7. 1. " PRI_40 ,Interrupt 40 Priority" line.long 0x2C "IPR11,Interrupt Priority Register" hexmask.long.byte 0x2C 24.--31. 1. " PRI_47 ,Interrupt 47 Priority" hexmask.long.byte 0x2C 16.--23. 1. " PRI_46 ,Interrupt 46 Priority" hexmask.long.byte 0x2C 8.--15. 1. " PRI_45 ,Interrupt 45 Priority" hexmask.long.byte 0x2C 0.--7. 1. " PRI_44 ,Interrupt 44 Priority" line.long 0x30 "IPR12,Interrupt Priority Register" hexmask.long.byte 0x30 24.--31. 1. " PRI_51 ,Interrupt 51 Priority" hexmask.long.byte 0x30 16.--23. 1. " PRI_50 ,Interrupt 50 Priority" hexmask.long.byte 0x30 8.--15. 1. " PRI_49 ,Interrupt 49 Priority" hexmask.long.byte 0x30 0.--7. 1. " PRI_48 ,Interrupt 48 Priority" line.long 0x34 "IPR13,Interrupt Priority Register" hexmask.long.byte 0x34 24.--31. 1. " PRI_55 ,Interrupt 55 Priority" hexmask.long.byte 0x34 16.--23. 1. " PRI_54 ,Interrupt 54 Priority" hexmask.long.byte 0x34 8.--15. 1. " PRI_53 ,Interrupt 53 Priority" hexmask.long.byte 0x34 0.--7. 1. " PRI_52 ,Interrupt 52 Priority" line.long 0x38 "IPR14,Interrupt Priority Register" hexmask.long.byte 0x38 24.--31. 1. " PRI_59 ,Interrupt 59 Priority" hexmask.long.byte 0x38 16.--23. 1. " PRI_58 ,Interrupt 58 Priority" hexmask.long.byte 0x38 8.--15. 1. " PRI_57 ,Interrupt 57 Priority" hexmask.long.byte 0x38 0.--7. 1. " PRI_56 ,Interrupt 56 Priority" line.long 0x3C "IPR15,Interrupt Priority Register" hexmask.long.byte 0x3C 24.--31. 1. " PRI_63 ,Interrupt 63 Priority" hexmask.long.byte 0x3C 16.--23. 1. " PRI_62 ,Interrupt 62 Priority" hexmask.long.byte 0x3C 8.--15. 1. " PRI_61 ,Interrupt 61 Priority" hexmask.long.byte 0x3C 0.--7. 1. " PRI_60 ,Interrupt 60 Priority" line.long 0x40 "IPR16,Interrupt Priority Register" hexmask.long.byte 0x40 24.--31. 1. " PRI_67 ,Interrupt 67 Priority" hexmask.long.byte 0x40 16.--23. 1. " PRI_66 ,Interrupt 66 Priority" hexmask.long.byte 0x40 8.--15. 1. " PRI_65 ,Interrupt 65 Priority" hexmask.long.byte 0x40 0.--7. 1. " PRI_64 ,Interrupt 64 Priority" line.long 0x44 "IPR17,Interrupt Priority Register" hexmask.long.byte 0x44 24.--31. 1. " PRI_71 ,Interrupt 71 Priority" hexmask.long.byte 0x44 16.--23. 1. " PRI_70 ,Interrupt 70 Priority" hexmask.long.byte 0x44 8.--15. 1. " PRI_69 ,Interrupt 69 Priority" hexmask.long.byte 0x44 0.--7. 1. " PRI_68 ,Interrupt 68 Priority" line.long 0x48 "IPR18,Interrupt Priority Register" hexmask.long.byte 0x48 24.--31. 1. " PRI_75 ,Interrupt 75 Priority" hexmask.long.byte 0x48 16.--23. 1. " PRI_74 ,Interrupt 74 Priority" hexmask.long.byte 0x48 8.--15. 1. " PRI_73 ,Interrupt 73 Priority" hexmask.long.byte 0x48 0.--7. 1. " PRI_72 ,Interrupt 72 Priority" line.long 0x4C "IPR19,Interrupt Priority Register" hexmask.long.byte 0x4C 24.--31. 1. " PRI_79 ,Interrupt 79 Priority" hexmask.long.byte 0x4C 16.--23. 1. " PRI_78 ,Interrupt 78 Priority" hexmask.long.byte 0x4C 8.--15. 1. " PRI_77 ,Interrupt 77 Priority" hexmask.long.byte 0x4C 0.--7. 1. " PRI_76 ,Interrupt 76 Priority" line.long 0x50 "IPR20,Interrupt Priority Register" hexmask.long.byte 0x50 24.--31. 1. " PRI_83 ,Interrupt 83 Priority" hexmask.long.byte 0x50 16.--23. 1. " PRI_82 ,Interrupt 82 Priority" hexmask.long.byte 0x50 8.--15. 1. " PRI_81 ,Interrupt 81 Priority" hexmask.long.byte 0x50 0.--7. 1. " PRI_80 ,Interrupt 80 Priority" line.long 0x54 "IPR21,Interrupt Priority Register" hexmask.long.byte 0x54 24.--31. 1. " PRI_87 ,Interrupt 87 Priority" hexmask.long.byte 0x54 16.--23. 1. " PRI_86 ,Interrupt 86 Priority" hexmask.long.byte 0x54 8.--15. 1. " PRI_85 ,Interrupt 85 Priority" hexmask.long.byte 0x54 0.--7. 1. " PRI_84 ,Interrupt 84 Priority" line.long 0x58 "IPR22,Interrupt Priority Register" hexmask.long.byte 0x58 24.--31. 1. " PRI_91 ,Interrupt 91 Priority" hexmask.long.byte 0x58 16.--23. 1. " PRI_90 ,Interrupt 90 Priority" hexmask.long.byte 0x58 8.--15. 1. " PRI_89 ,Interrupt 89 Priority" hexmask.long.byte 0x58 0.--7. 1. " PRI_88 ,Interrupt 88 Priority" line.long 0x5C "IPR23,Interrupt Priority Register" hexmask.long.byte 0x5C 24.--31. 1. " PRI_95 ,Interrupt 95 Priority" hexmask.long.byte 0x5C 16.--23. 1. " PRI_94 ,Interrupt 94 Priority" hexmask.long.byte 0x5C 8.--15. 1. " PRI_93 ,Interrupt 93 Priority" hexmask.long.byte 0x5C 0.--7. 1. " PRI_92 ,Interrupt 92 Priority" line.long 0x60 "IPR24,Interrupt Priority Register" hexmask.long.byte 0x60 24.--31. 1. " PRI_99 ,Interrupt 99 Priority" hexmask.long.byte 0x60 16.--23. 1. " PRI_98 ,Interrupt 98 Priority" hexmask.long.byte 0x60 8.--15. 1. " PRI_97 ,Interrupt 97 Priority" hexmask.long.byte 0x60 0.--7. 1. " PRI_96 ,Interrupt 96 Priority" line.long 0x64 "IPR25,Interrupt Priority Register" hexmask.long.byte 0x64 24.--31. 1. " PRI_103 ,Interrupt 103 Priority" hexmask.long.byte 0x64 16.--23. 1. " PRI_102 ,Interrupt 102 Priority" hexmask.long.byte 0x64 8.--15. 1. " PRI_101 ,Interrupt 101 Priority" hexmask.long.byte 0x64 0.--7. 1. " PRI_100 ,Interrupt 100 Priority" line.long 0x68 "IPR26,Interrupt Priority Register" hexmask.long.byte 0x68 24.--31. 1. " PRI_107 ,Interrupt 107 Priority" hexmask.long.byte 0x68 16.--23. 1. " PRI_106 ,Interrupt 106 Priority" hexmask.long.byte 0x68 8.--15. 1. " PRI_105 ,Interrupt 105 Priority" hexmask.long.byte 0x68 0.--7. 1. " PRI_104 ,Interrupt 104 Priority" line.long 0x6C "IPR27,Interrupt Priority Register" hexmask.long.byte 0x6C 24.--31. 1. " PRI_111 ,Interrupt 111 Priority" hexmask.long.byte 0x6C 16.--23. 1. " PRI_110 ,Interrupt 110 Priority" hexmask.long.byte 0x6C 8.--15. 1. " PRI_109 ,Interrupt 109 Priority" hexmask.long.byte 0x6C 0.--7. 1. " PRI_108 ,Interrupt 108 Priority" line.long 0x70 "IPR28,Interrupt Priority Register" hexmask.long.byte 0x70 24.--31. 1. " PRI_115 ,Interrupt 115 Priority" hexmask.long.byte 0x70 16.--23. 1. " PRI_114 ,Interrupt 114 Priority" hexmask.long.byte 0x70 8.--15. 1. " PRI_113 ,Interrupt 113 Priority" hexmask.long.byte 0x70 0.--7. 1. " PRI_112 ,Interrupt 112 Priority" line.long 0x74 "IPR29,Interrupt Priority Register" hexmask.long.byte 0x74 24.--31. 1. " PRI_119 ,Interrupt 119 Priority" hexmask.long.byte 0x74 16.--23. 1. " PRI_118 ,Interrupt 118 Priority" hexmask.long.byte 0x74 8.--15. 1. " PRI_117 ,Interrupt 117 Priority" hexmask.long.byte 0x74 0.--7. 1. " PRI_116 ,Interrupt 116 Priority" line.long 0x78 "IPR30,Interrupt Priority Register" hexmask.long.byte 0x78 24.--31. 1. " PRI_123 ,Interrupt 123 Priority" hexmask.long.byte 0x78 16.--23. 1. " PRI_122 ,Interrupt 122 Priority" hexmask.long.byte 0x78 8.--15. 1. " PRI_121 ,Interrupt 121 Priority" hexmask.long.byte 0x78 0.--7. 1. " PRI_120 ,Interrupt 120 Priority" line.long 0x7C "IPR31,Interrupt Priority Register" hexmask.long.byte 0x7C 24.--31. 1. " PRI_127 ,Interrupt 127 Priority" hexmask.long.byte 0x7C 16.--23. 1. " PRI_126 ,Interrupt 126 Priority" hexmask.long.byte 0x7C 8.--15. 1. " PRI_125 ,Interrupt 125 Priority" hexmask.long.byte 0x7C 0.--7. 1. " PRI_124 ,Interrupt 124 Priority" line.long 0x80 "IPR32,Interrupt Priority Register" hexmask.long.byte 0x80 24.--31. 1. " PRI_131 ,Interrupt 131 Priority" hexmask.long.byte 0x80 16.--23. 1. " PRI_130 ,Interrupt 130 Priority" hexmask.long.byte 0x80 8.--15. 1. " PRI_129 ,Interrupt 129 Priority" hexmask.long.byte 0x80 0.--7. 1. " PRI_128 ,Interrupt 128 Priority" line.long 0x84 "IPR33,Interrupt Priority Register" hexmask.long.byte 0x84 24.--31. 1. " PRI_135 ,Interrupt 135 Priority" hexmask.long.byte 0x84 16.--23. 1. " PRI_134 ,Interrupt 134 Priority" hexmask.long.byte 0x84 8.--15. 1. " PRI_133 ,Interrupt 133 Priority" hexmask.long.byte 0x84 0.--7. 1. " PRI_132 ,Interrupt 132 Priority" line.long 0x88 "IPR34,Interrupt Priority Register" hexmask.long.byte 0x88 24.--31. 1. " PRI_139 ,Interrupt 139 Priority" hexmask.long.byte 0x88 16.--23. 1. " PRI_138 ,Interrupt 138 Priority" hexmask.long.byte 0x88 8.--15. 1. " PRI_137 ,Interrupt 137 Priority" hexmask.long.byte 0x88 0.--7. 1. " PRI_136 ,Interrupt 136 Priority" line.long 0x8C "IPR35,Interrupt Priority Register" hexmask.long.byte 0x8C 24.--31. 1. " PRI_143 ,Interrupt 143 Priority" hexmask.long.byte 0x8C 16.--23. 1. " PRI_142 ,Interrupt 142 Priority" hexmask.long.byte 0x8C 8.--15. 1. " PRI_141 ,Interrupt 141 Priority" hexmask.long.byte 0x8C 0.--7. 1. " PRI_140 ,Interrupt 140 Priority" line.long 0x90 "IPR36,Interrupt Priority Register" hexmask.long.byte 0x90 24.--31. 1. " PRI_147 ,Interrupt 147 Priority" hexmask.long.byte 0x90 16.--23. 1. " PRI_146 ,Interrupt 146 Priority" hexmask.long.byte 0x90 8.--15. 1. " PRI_145 ,Interrupt 145 Priority" hexmask.long.byte 0x90 0.--7. 1. " PRI_144 ,Interrupt 144 Priority" line.long 0x94 "IPR37,Interrupt Priority Register" hexmask.long.byte 0x94 24.--31. 1. " PRI_151 ,Interrupt 151 Priority" hexmask.long.byte 0x94 16.--23. 1. " PRI_150 ,Interrupt 150 Priority" hexmask.long.byte 0x94 8.--15. 1. " PRI_149 ,Interrupt 149 Priority" hexmask.long.byte 0x94 0.--7. 1. " PRI_148 ,Interrupt 148 Priority" line.long 0x98 "IPR38,Interrupt Priority Register" hexmask.long.byte 0x98 24.--31. 1. " PRI_155 ,Interrupt 155 Priority" hexmask.long.byte 0x98 16.--23. 1. " PRI_154 ,Interrupt 154 Priority" hexmask.long.byte 0x98 8.--15. 1. " PRI_153 ,Interrupt 153 Priority" hexmask.long.byte 0x98 0.--7. 1. " PRI_152 ,Interrupt 152 Priority" line.long 0x9C "IPR39,Interrupt Priority Register" hexmask.long.byte 0x9C 24.--31. 1. " PRI_159 ,Interrupt 159 Priority" hexmask.long.byte 0x9C 16.--23. 1. " PRI_158 ,Interrupt 158 Priority" hexmask.long.byte 0x9C 8.--15. 1. " PRI_157 ,Interrupt 157 Priority" hexmask.long.byte 0x9C 0.--7. 1. " PRI_156 ,Interrupt 156 Priority" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x05) group.long 0x400++0xBF line.long 0x0 "IPR0,Interrupt Priority Register" hexmask.long.byte 0x0 24.--31. 1. " PRI_3 ,Interrupt 3 Priority" hexmask.long.byte 0x0 16.--23. 1. " PRI_2 ,Interrupt 2 Priority" hexmask.long.byte 0x0 8.--15. 1. " PRI_1 ,Interrupt 1 Priority" hexmask.long.byte 0x0 0.--7. 1. " PRI_0 ,Interrupt 0 Priority" line.long 0x4 "IPR1,Interrupt Priority Register" hexmask.long.byte 0x4 24.--31. 1. " PRI_7 ,Interrupt 7 Priority" hexmask.long.byte 0x4 16.--23. 1. " PRI_6 ,Interrupt 6 Priority" hexmask.long.byte 0x4 8.--15. 1. " PRI_5 ,Interrupt 5 Priority" hexmask.long.byte 0x4 0.--7. 1. " PRI_4 ,Interrupt 4 Priority" line.long 0x8 "IPR2,Interrupt Priority Register" hexmask.long.byte 0x8 24.--31. 1. " PRI_11 ,Interrupt 11 Priority" hexmask.long.byte 0x8 16.--23. 1. " PRI_10 ,Interrupt 10 Priority" hexmask.long.byte 0x8 8.--15. 1. " PRI_9 ,Interrupt 9 Priority" hexmask.long.byte 0x8 0.--7. 1. " PRI_8 ,Interrupt 8 Priority" line.long 0xC "IPR3,Interrupt Priority Register" hexmask.long.byte 0xC 24.--31. 1. " PRI_15 ,Interrupt 15 Priority" hexmask.long.byte 0xC 16.--23. 1. " PRI_14 ,Interrupt 14 Priority" hexmask.long.byte 0xC 8.--15. 1. " PRI_13 ,Interrupt 13 Priority" hexmask.long.byte 0xC 0.--7. 1. " PRI_12 ,Interrupt 12 Priority" line.long 0x10 "IPR4,Interrupt Priority Register" hexmask.long.byte 0x10 24.--31. 1. " PRI_19 ,Interrupt 19 Priority" hexmask.long.byte 0x10 16.--23. 1. " PRI_18 ,Interrupt 18 Priority" hexmask.long.byte 0x10 8.--15. 1. " PRI_17 ,Interrupt 17 Priority" hexmask.long.byte 0x10 0.--7. 1. " PRI_16 ,Interrupt 16 Priority" line.long 0x14 "IPR5,Interrupt Priority Register" hexmask.long.byte 0x14 24.--31. 1. " PRI_23 ,Interrupt 23 Priority" hexmask.long.byte 0x14 16.--23. 1. " PRI_22 ,Interrupt 22 Priority" hexmask.long.byte 0x14 8.--15. 1. " PRI_21 ,Interrupt 21 Priority" hexmask.long.byte 0x14 0.--7. 1. " PRI_20 ,Interrupt 20 Priority" line.long 0x18 "IPR6,Interrupt Priority Register" hexmask.long.byte 0x18 24.--31. 1. " PRI_27 ,Interrupt 27 Priority" hexmask.long.byte 0x18 16.--23. 1. " PRI_26 ,Interrupt 26 Priority" hexmask.long.byte 0x18 8.--15. 1. " PRI_25 ,Interrupt 25 Priority" hexmask.long.byte 0x18 0.--7. 1. " PRI_24 ,Interrupt 24 Priority" line.long 0x1C "IPR7,Interrupt Priority Register" hexmask.long.byte 0x1C 24.--31. 1. " PRI_31 ,Interrupt 31 Priority" hexmask.long.byte 0x1C 16.--23. 1. " PRI_30 ,Interrupt 30 Priority" hexmask.long.byte 0x1C 8.--15. 1. " PRI_29 ,Interrupt 29 Priority" hexmask.long.byte 0x1C 0.--7. 1. " PRI_28 ,Interrupt 28 Priority" line.long 0x20 "IPR8,Interrupt Priority Register" hexmask.long.byte 0x20 24.--31. 1. " PRI_35 ,Interrupt 35 Priority" hexmask.long.byte 0x20 16.--23. 1. " PRI_34 ,Interrupt 34 Priority" hexmask.long.byte 0x20 8.--15. 1. " PRI_33 ,Interrupt 33 Priority" hexmask.long.byte 0x20 0.--7. 1. " PRI_32 ,Interrupt 32 Priority" line.long 0x24 "IPR9,Interrupt Priority Register" hexmask.long.byte 0x24 24.--31. 1. " PRI_39 ,Interrupt 39 Priority" hexmask.long.byte 0x24 16.--23. 1. " PRI_38 ,Interrupt 38 Priority" hexmask.long.byte 0x24 8.--15. 1. " PRI_37 ,Interrupt 37 Priority" hexmask.long.byte 0x24 0.--7. 1. " PRI_36 ,Interrupt 36 Priority" line.long 0x28 "IPR10,Interrupt Priority Register" hexmask.long.byte 0x28 24.--31. 1. " PRI_43 ,Interrupt 43 Priority" hexmask.long.byte 0x28 16.--23. 1. " PRI_42 ,Interrupt 42 Priority" hexmask.long.byte 0x28 8.--15. 1. " PRI_41 ,Interrupt 41 Priority" hexmask.long.byte 0x28 0.--7. 1. " PRI_40 ,Interrupt 40 Priority" line.long 0x2C "IPR11,Interrupt Priority Register" hexmask.long.byte 0x2C 24.--31. 1. " PRI_47 ,Interrupt 47 Priority" hexmask.long.byte 0x2C 16.--23. 1. " PRI_46 ,Interrupt 46 Priority" hexmask.long.byte 0x2C 8.--15. 1. " PRI_45 ,Interrupt 45 Priority" hexmask.long.byte 0x2C 0.--7. 1. " PRI_44 ,Interrupt 44 Priority" line.long 0x30 "IPR12,Interrupt Priority Register" hexmask.long.byte 0x30 24.--31. 1. " PRI_51 ,Interrupt 51 Priority" hexmask.long.byte 0x30 16.--23. 1. " PRI_50 ,Interrupt 50 Priority" hexmask.long.byte 0x30 8.--15. 1. " PRI_49 ,Interrupt 49 Priority" hexmask.long.byte 0x30 0.--7. 1. " PRI_48 ,Interrupt 48 Priority" line.long 0x34 "IPR13,Interrupt Priority Register" hexmask.long.byte 0x34 24.--31. 1. " PRI_55 ,Interrupt 55 Priority" hexmask.long.byte 0x34 16.--23. 1. " PRI_54 ,Interrupt 54 Priority" hexmask.long.byte 0x34 8.--15. 1. " PRI_53 ,Interrupt 53 Priority" hexmask.long.byte 0x34 0.--7. 1. " PRI_52 ,Interrupt 52 Priority" line.long 0x38 "IPR14,Interrupt Priority Register" hexmask.long.byte 0x38 24.--31. 1. " PRI_59 ,Interrupt 59 Priority" hexmask.long.byte 0x38 16.--23. 1. " PRI_58 ,Interrupt 58 Priority" hexmask.long.byte 0x38 8.--15. 1. " PRI_57 ,Interrupt 57 Priority" hexmask.long.byte 0x38 0.--7. 1. " PRI_56 ,Interrupt 56 Priority" line.long 0x3C "IPR15,Interrupt Priority Register" hexmask.long.byte 0x3C 24.--31. 1. " PRI_63 ,Interrupt 63 Priority" hexmask.long.byte 0x3C 16.--23. 1. " PRI_62 ,Interrupt 62 Priority" hexmask.long.byte 0x3C 8.--15. 1. " PRI_61 ,Interrupt 61 Priority" hexmask.long.byte 0x3C 0.--7. 1. " PRI_60 ,Interrupt 60 Priority" line.long 0x40 "IPR16,Interrupt Priority Register" hexmask.long.byte 0x40 24.--31. 1. " PRI_67 ,Interrupt 67 Priority" hexmask.long.byte 0x40 16.--23. 1. " PRI_66 ,Interrupt 66 Priority" hexmask.long.byte 0x40 8.--15. 1. " PRI_65 ,Interrupt 65 Priority" hexmask.long.byte 0x40 0.--7. 1. " PRI_64 ,Interrupt 64 Priority" line.long 0x44 "IPR17,Interrupt Priority Register" hexmask.long.byte 0x44 24.--31. 1. " PRI_71 ,Interrupt 71 Priority" hexmask.long.byte 0x44 16.--23. 1. " PRI_70 ,Interrupt 70 Priority" hexmask.long.byte 0x44 8.--15. 1. " PRI_69 ,Interrupt 69 Priority" hexmask.long.byte 0x44 0.--7. 1. " PRI_68 ,Interrupt 68 Priority" line.long 0x48 "IPR18,Interrupt Priority Register" hexmask.long.byte 0x48 24.--31. 1. " PRI_75 ,Interrupt 75 Priority" hexmask.long.byte 0x48 16.--23. 1. " PRI_74 ,Interrupt 74 Priority" hexmask.long.byte 0x48 8.--15. 1. " PRI_73 ,Interrupt 73 Priority" hexmask.long.byte 0x48 0.--7. 1. " PRI_72 ,Interrupt 72 Priority" line.long 0x4C "IPR19,Interrupt Priority Register" hexmask.long.byte 0x4C 24.--31. 1. " PRI_79 ,Interrupt 79 Priority" hexmask.long.byte 0x4C 16.--23. 1. " PRI_78 ,Interrupt 78 Priority" hexmask.long.byte 0x4C 8.--15. 1. " PRI_77 ,Interrupt 77 Priority" hexmask.long.byte 0x4C 0.--7. 1. " PRI_76 ,Interrupt 76 Priority" line.long 0x50 "IPR20,Interrupt Priority Register" hexmask.long.byte 0x50 24.--31. 1. " PRI_83 ,Interrupt 83 Priority" hexmask.long.byte 0x50 16.--23. 1. " PRI_82 ,Interrupt 82 Priority" hexmask.long.byte 0x50 8.--15. 1. " PRI_81 ,Interrupt 81 Priority" hexmask.long.byte 0x50 0.--7. 1. " PRI_80 ,Interrupt 80 Priority" line.long 0x54 "IPR21,Interrupt Priority Register" hexmask.long.byte 0x54 24.--31. 1. " PRI_87 ,Interrupt 87 Priority" hexmask.long.byte 0x54 16.--23. 1. " PRI_86 ,Interrupt 86 Priority" hexmask.long.byte 0x54 8.--15. 1. " PRI_85 ,Interrupt 85 Priority" hexmask.long.byte 0x54 0.--7. 1. " PRI_84 ,Interrupt 84 Priority" line.long 0x58 "IPR22,Interrupt Priority Register" hexmask.long.byte 0x58 24.--31. 1. " PRI_91 ,Interrupt 91 Priority" hexmask.long.byte 0x58 16.--23. 1. " PRI_90 ,Interrupt 90 Priority" hexmask.long.byte 0x58 8.--15. 1. " PRI_89 ,Interrupt 89 Priority" hexmask.long.byte 0x58 0.--7. 1. " PRI_88 ,Interrupt 88 Priority" line.long 0x5C "IPR23,Interrupt Priority Register" hexmask.long.byte 0x5C 24.--31. 1. " PRI_95 ,Interrupt 95 Priority" hexmask.long.byte 0x5C 16.--23. 1. " PRI_94 ,Interrupt 94 Priority" hexmask.long.byte 0x5C 8.--15. 1. " PRI_93 ,Interrupt 93 Priority" hexmask.long.byte 0x5C 0.--7. 1. " PRI_92 ,Interrupt 92 Priority" line.long 0x60 "IPR24,Interrupt Priority Register" hexmask.long.byte 0x60 24.--31. 1. " PRI_99 ,Interrupt 99 Priority" hexmask.long.byte 0x60 16.--23. 1. " PRI_98 ,Interrupt 98 Priority" hexmask.long.byte 0x60 8.--15. 1. " PRI_97 ,Interrupt 97 Priority" hexmask.long.byte 0x60 0.--7. 1. " PRI_96 ,Interrupt 96 Priority" line.long 0x64 "IPR25,Interrupt Priority Register" hexmask.long.byte 0x64 24.--31. 1. " PRI_103 ,Interrupt 103 Priority" hexmask.long.byte 0x64 16.--23. 1. " PRI_102 ,Interrupt 102 Priority" hexmask.long.byte 0x64 8.--15. 1. " PRI_101 ,Interrupt 101 Priority" hexmask.long.byte 0x64 0.--7. 1. " PRI_100 ,Interrupt 100 Priority" line.long 0x68 "IPR26,Interrupt Priority Register" hexmask.long.byte 0x68 24.--31. 1. " PRI_107 ,Interrupt 107 Priority" hexmask.long.byte 0x68 16.--23. 1. " PRI_106 ,Interrupt 106 Priority" hexmask.long.byte 0x68 8.--15. 1. " PRI_105 ,Interrupt 105 Priority" hexmask.long.byte 0x68 0.--7. 1. " PRI_104 ,Interrupt 104 Priority" line.long 0x6C "IPR27,Interrupt Priority Register" hexmask.long.byte 0x6C 24.--31. 1. " PRI_111 ,Interrupt 111 Priority" hexmask.long.byte 0x6C 16.--23. 1. " PRI_110 ,Interrupt 110 Priority" hexmask.long.byte 0x6C 8.--15. 1. " PRI_109 ,Interrupt 109 Priority" hexmask.long.byte 0x6C 0.--7. 1. " PRI_108 ,Interrupt 108 Priority" line.long 0x70 "IPR28,Interrupt Priority Register" hexmask.long.byte 0x70 24.--31. 1. " PRI_115 ,Interrupt 115 Priority" hexmask.long.byte 0x70 16.--23. 1. " PRI_114 ,Interrupt 114 Priority" hexmask.long.byte 0x70 8.--15. 1. " PRI_113 ,Interrupt 113 Priority" hexmask.long.byte 0x70 0.--7. 1. " PRI_112 ,Interrupt 112 Priority" line.long 0x74 "IPR29,Interrupt Priority Register" hexmask.long.byte 0x74 24.--31. 1. " PRI_119 ,Interrupt 119 Priority" hexmask.long.byte 0x74 16.--23. 1. " PRI_118 ,Interrupt 118 Priority" hexmask.long.byte 0x74 8.--15. 1. " PRI_117 ,Interrupt 117 Priority" hexmask.long.byte 0x74 0.--7. 1. " PRI_116 ,Interrupt 116 Priority" line.long 0x78 "IPR30,Interrupt Priority Register" hexmask.long.byte 0x78 24.--31. 1. " PRI_123 ,Interrupt 123 Priority" hexmask.long.byte 0x78 16.--23. 1. " PRI_122 ,Interrupt 122 Priority" hexmask.long.byte 0x78 8.--15. 1. " PRI_121 ,Interrupt 121 Priority" hexmask.long.byte 0x78 0.--7. 1. " PRI_120 ,Interrupt 120 Priority" line.long 0x7C "IPR31,Interrupt Priority Register" hexmask.long.byte 0x7C 24.--31. 1. " PRI_127 ,Interrupt 127 Priority" hexmask.long.byte 0x7C 16.--23. 1. " PRI_126 ,Interrupt 126 Priority" hexmask.long.byte 0x7C 8.--15. 1. " PRI_125 ,Interrupt 125 Priority" hexmask.long.byte 0x7C 0.--7. 1. " PRI_124 ,Interrupt 124 Priority" line.long 0x80 "IPR32,Interrupt Priority Register" hexmask.long.byte 0x80 24.--31. 1. " PRI_131 ,Interrupt 131 Priority" hexmask.long.byte 0x80 16.--23. 1. " PRI_130 ,Interrupt 130 Priority" hexmask.long.byte 0x80 8.--15. 1. " PRI_129 ,Interrupt 129 Priority" hexmask.long.byte 0x80 0.--7. 1. " PRI_128 ,Interrupt 128 Priority" line.long 0x84 "IPR33,Interrupt Priority Register" hexmask.long.byte 0x84 24.--31. 1. " PRI_135 ,Interrupt 135 Priority" hexmask.long.byte 0x84 16.--23. 1. " PRI_134 ,Interrupt 134 Priority" hexmask.long.byte 0x84 8.--15. 1. " PRI_133 ,Interrupt 133 Priority" hexmask.long.byte 0x84 0.--7. 1. " PRI_132 ,Interrupt 132 Priority" line.long 0x88 "IPR34,Interrupt Priority Register" hexmask.long.byte 0x88 24.--31. 1. " PRI_139 ,Interrupt 139 Priority" hexmask.long.byte 0x88 16.--23. 1. " PRI_138 ,Interrupt 138 Priority" hexmask.long.byte 0x88 8.--15. 1. " PRI_137 ,Interrupt 137 Priority" hexmask.long.byte 0x88 0.--7. 1. " PRI_136 ,Interrupt 136 Priority" line.long 0x8C "IPR35,Interrupt Priority Register" hexmask.long.byte 0x8C 24.--31. 1. " PRI_143 ,Interrupt 143 Priority" hexmask.long.byte 0x8C 16.--23. 1. " PRI_142 ,Interrupt 142 Priority" hexmask.long.byte 0x8C 8.--15. 1. " PRI_141 ,Interrupt 141 Priority" hexmask.long.byte 0x8C 0.--7. 1. " PRI_140 ,Interrupt 140 Priority" line.long 0x90 "IPR36,Interrupt Priority Register" hexmask.long.byte 0x90 24.--31. 1. " PRI_147 ,Interrupt 147 Priority" hexmask.long.byte 0x90 16.--23. 1. " PRI_146 ,Interrupt 146 Priority" hexmask.long.byte 0x90 8.--15. 1. " PRI_145 ,Interrupt 145 Priority" hexmask.long.byte 0x90 0.--7. 1. " PRI_144 ,Interrupt 144 Priority" line.long 0x94 "IPR37,Interrupt Priority Register" hexmask.long.byte 0x94 24.--31. 1. " PRI_151 ,Interrupt 151 Priority" hexmask.long.byte 0x94 16.--23. 1. " PRI_150 ,Interrupt 150 Priority" hexmask.long.byte 0x94 8.--15. 1. " PRI_149 ,Interrupt 149 Priority" hexmask.long.byte 0x94 0.--7. 1. " PRI_148 ,Interrupt 148 Priority" line.long 0x98 "IPR38,Interrupt Priority Register" hexmask.long.byte 0x98 24.--31. 1. " PRI_155 ,Interrupt 155 Priority" hexmask.long.byte 0x98 16.--23. 1. " PRI_154 ,Interrupt 154 Priority" hexmask.long.byte 0x98 8.--15. 1. " PRI_153 ,Interrupt 153 Priority" hexmask.long.byte 0x98 0.--7. 1. " PRI_152 ,Interrupt 152 Priority" line.long 0x9C "IPR39,Interrupt Priority Register" hexmask.long.byte 0x9C 24.--31. 1. " PRI_159 ,Interrupt 159 Priority" hexmask.long.byte 0x9C 16.--23. 1. " PRI_158 ,Interrupt 158 Priority" hexmask.long.byte 0x9C 8.--15. 1. " PRI_157 ,Interrupt 157 Priority" hexmask.long.byte 0x9C 0.--7. 1. " PRI_156 ,Interrupt 156 Priority" line.long 0xA0 "IPR40,Interrupt Priority Register" hexmask.long.byte 0xA0 24.--31. 1. " PRI_163 ,Interrupt 163 Priority" hexmask.long.byte 0xA0 16.--23. 1. " PRI_162 ,Interrupt 162 Priority" hexmask.long.byte 0xA0 8.--15. 1. " PRI_161 ,Interrupt 161 Priority" hexmask.long.byte 0xA0 0.--7. 1. " PRI_160 ,Interrupt 160 Priority" line.long 0xA4 "IPR41,Interrupt Priority Register" hexmask.long.byte 0xA4 24.--31. 1. " PRI_167 ,Interrupt 167 Priority" hexmask.long.byte 0xA4 16.--23. 1. " PRI_166 ,Interrupt 166 Priority" hexmask.long.byte 0xA4 8.--15. 1. " PRI_165 ,Interrupt 165 Priority" hexmask.long.byte 0xA4 0.--7. 1. " PRI_164 ,Interrupt 164 Priority" line.long 0xA8 "IPR42,Interrupt Priority Register" hexmask.long.byte 0xA8 24.--31. 1. " PRI_171 ,Interrupt 171 Priority" hexmask.long.byte 0xA8 16.--23. 1. " PRI_170 ,Interrupt 170 Priority" hexmask.long.byte 0xA8 8.--15. 1. " PRI_169 ,Interrupt 169 Priority" hexmask.long.byte 0xA8 0.--7. 1. " PRI_168 ,Interrupt 168 Priority" line.long 0xAC "IPR43,Interrupt Priority Register" hexmask.long.byte 0xAC 24.--31. 1. " PRI_175 ,Interrupt 175 Priority" hexmask.long.byte 0xAC 16.--23. 1. " PRI_174 ,Interrupt 174 Priority" hexmask.long.byte 0xAC 8.--15. 1. " PRI_173 ,Interrupt 173 Priority" hexmask.long.byte 0xAC 0.--7. 1. " PRI_172 ,Interrupt 172 Priority" line.long 0xB0 "IPR44,Interrupt Priority Register" hexmask.long.byte 0xB0 24.--31. 1. " PRI_179 ,Interrupt 179 Priority" hexmask.long.byte 0xB0 16.--23. 1. " PRI_178 ,Interrupt 178 Priority" hexmask.long.byte 0xB0 8.--15. 1. " PRI_177 ,Interrupt 177 Priority" hexmask.long.byte 0xB0 0.--7. 1. " PRI_176 ,Interrupt 176 Priority" line.long 0xB4 "IPR45,Interrupt Priority Register" hexmask.long.byte 0xB4 24.--31. 1. " PRI_183 ,Interrupt 183 Priority" hexmask.long.byte 0xB4 16.--23. 1. " PRI_182 ,Interrupt 182 Priority" hexmask.long.byte 0xB4 8.--15. 1. " PRI_181 ,Interrupt 181 Priority" hexmask.long.byte 0xB4 0.--7. 1. " PRI_180 ,Interrupt 180 Priority" line.long 0xB8 "IPR46,Interrupt Priority Register" hexmask.long.byte 0xB8 24.--31. 1. " PRI_187 ,Interrupt 187 Priority" hexmask.long.byte 0xB8 16.--23. 1. " PRI_186 ,Interrupt 186 Priority" hexmask.long.byte 0xB8 8.--15. 1. " PRI_185 ,Interrupt 185 Priority" hexmask.long.byte 0xB8 0.--7. 1. " PRI_184 ,Interrupt 184 Priority" line.long 0xBC "IPR47,Interrupt Priority Register" hexmask.long.byte 0xBC 24.--31. 1. " PRI_191 ,Interrupt 191 Priority" hexmask.long.byte 0xBC 16.--23. 1. " PRI_190 ,Interrupt 190 Priority" hexmask.long.byte 0xBC 8.--15. 1. " PRI_189 ,Interrupt 189 Priority" hexmask.long.byte 0xBC 0.--7. 1. " PRI_188 ,Interrupt 188 Priority" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x06) group.long 0x400++0xDF line.long 0x0 "IPR0,Interrupt Priority Register" hexmask.long.byte 0x0 24.--31. 1. " PRI_3 ,Interrupt 3 Priority" hexmask.long.byte 0x0 16.--23. 1. " PRI_2 ,Interrupt 2 Priority" hexmask.long.byte 0x0 8.--15. 1. " PRI_1 ,Interrupt 1 Priority" hexmask.long.byte 0x0 0.--7. 1. " PRI_0 ,Interrupt 0 Priority" line.long 0x4 "IPR1,Interrupt Priority Register" hexmask.long.byte 0x4 24.--31. 1. " PRI_7 ,Interrupt 7 Priority" hexmask.long.byte 0x4 16.--23. 1. " PRI_6 ,Interrupt 6 Priority" hexmask.long.byte 0x4 8.--15. 1. " PRI_5 ,Interrupt 5 Priority" hexmask.long.byte 0x4 0.--7. 1. " PRI_4 ,Interrupt 4 Priority" line.long 0x8 "IPR2,Interrupt Priority Register" hexmask.long.byte 0x8 24.--31. 1. " PRI_11 ,Interrupt 11 Priority" hexmask.long.byte 0x8 16.--23. 1. " PRI_10 ,Interrupt 10 Priority" hexmask.long.byte 0x8 8.--15. 1. " PRI_9 ,Interrupt 9 Priority" hexmask.long.byte 0x8 0.--7. 1. " PRI_8 ,Interrupt 8 Priority" line.long 0xC "IPR3,Interrupt Priority Register" hexmask.long.byte 0xC 24.--31. 1. " PRI_15 ,Interrupt 15 Priority" hexmask.long.byte 0xC 16.--23. 1. " PRI_14 ,Interrupt 14 Priority" hexmask.long.byte 0xC 8.--15. 1. " PRI_13 ,Interrupt 13 Priority" hexmask.long.byte 0xC 0.--7. 1. " PRI_12 ,Interrupt 12 Priority" line.long 0x10 "IPR4,Interrupt Priority Register" hexmask.long.byte 0x10 24.--31. 1. " PRI_19 ,Interrupt 19 Priority" hexmask.long.byte 0x10 16.--23. 1. " PRI_18 ,Interrupt 18 Priority" hexmask.long.byte 0x10 8.--15. 1. " PRI_17 ,Interrupt 17 Priority" hexmask.long.byte 0x10 0.--7. 1. " PRI_16 ,Interrupt 16 Priority" line.long 0x14 "IPR5,Interrupt Priority Register" hexmask.long.byte 0x14 24.--31. 1. " PRI_23 ,Interrupt 23 Priority" hexmask.long.byte 0x14 16.--23. 1. " PRI_22 ,Interrupt 22 Priority" hexmask.long.byte 0x14 8.--15. 1. " PRI_21 ,Interrupt 21 Priority" hexmask.long.byte 0x14 0.--7. 1. " PRI_20 ,Interrupt 20 Priority" line.long 0x18 "IPR6,Interrupt Priority Register" hexmask.long.byte 0x18 24.--31. 1. " PRI_27 ,Interrupt 27 Priority" hexmask.long.byte 0x18 16.--23. 1. " PRI_26 ,Interrupt 26 Priority" hexmask.long.byte 0x18 8.--15. 1. " PRI_25 ,Interrupt 25 Priority" hexmask.long.byte 0x18 0.--7. 1. " PRI_24 ,Interrupt 24 Priority" line.long 0x1C "IPR7,Interrupt Priority Register" hexmask.long.byte 0x1C 24.--31. 1. " PRI_31 ,Interrupt 31 Priority" hexmask.long.byte 0x1C 16.--23. 1. " PRI_30 ,Interrupt 30 Priority" hexmask.long.byte 0x1C 8.--15. 1. " PRI_29 ,Interrupt 29 Priority" hexmask.long.byte 0x1C 0.--7. 1. " PRI_28 ,Interrupt 28 Priority" line.long 0x20 "IPR8,Interrupt Priority Register" hexmask.long.byte 0x20 24.--31. 1. " PRI_35 ,Interrupt 35 Priority" hexmask.long.byte 0x20 16.--23. 1. " PRI_34 ,Interrupt 34 Priority" hexmask.long.byte 0x20 8.--15. 1. " PRI_33 ,Interrupt 33 Priority" hexmask.long.byte 0x20 0.--7. 1. " PRI_32 ,Interrupt 32 Priority" line.long 0x24 "IPR9,Interrupt Priority Register" hexmask.long.byte 0x24 24.--31. 1. " PRI_39 ,Interrupt 39 Priority" hexmask.long.byte 0x24 16.--23. 1. " PRI_38 ,Interrupt 38 Priority" hexmask.long.byte 0x24 8.--15. 1. " PRI_37 ,Interrupt 37 Priority" hexmask.long.byte 0x24 0.--7. 1. " PRI_36 ,Interrupt 36 Priority" line.long 0x28 "IPR10,Interrupt Priority Register" hexmask.long.byte 0x28 24.--31. 1. " PRI_43 ,Interrupt 43 Priority" hexmask.long.byte 0x28 16.--23. 1. " PRI_42 ,Interrupt 42 Priority" hexmask.long.byte 0x28 8.--15. 1. " PRI_41 ,Interrupt 41 Priority" hexmask.long.byte 0x28 0.--7. 1. " PRI_40 ,Interrupt 40 Priority" line.long 0x2C "IPR11,Interrupt Priority Register" hexmask.long.byte 0x2C 24.--31. 1. " PRI_47 ,Interrupt 47 Priority" hexmask.long.byte 0x2C 16.--23. 1. " PRI_46 ,Interrupt 46 Priority" hexmask.long.byte 0x2C 8.--15. 1. " PRI_45 ,Interrupt 45 Priority" hexmask.long.byte 0x2C 0.--7. 1. " PRI_44 ,Interrupt 44 Priority" line.long 0x30 "IPR12,Interrupt Priority Register" hexmask.long.byte 0x30 24.--31. 1. " PRI_51 ,Interrupt 51 Priority" hexmask.long.byte 0x30 16.--23. 1. " PRI_50 ,Interrupt 50 Priority" hexmask.long.byte 0x30 8.--15. 1. " PRI_49 ,Interrupt 49 Priority" hexmask.long.byte 0x30 0.--7. 1. " PRI_48 ,Interrupt 48 Priority" line.long 0x34 "IPR13,Interrupt Priority Register" hexmask.long.byte 0x34 24.--31. 1. " PRI_55 ,Interrupt 55 Priority" hexmask.long.byte 0x34 16.--23. 1. " PRI_54 ,Interrupt 54 Priority" hexmask.long.byte 0x34 8.--15. 1. " PRI_53 ,Interrupt 53 Priority" hexmask.long.byte 0x34 0.--7. 1. " PRI_52 ,Interrupt 52 Priority" line.long 0x38 "IPR14,Interrupt Priority Register" hexmask.long.byte 0x38 24.--31. 1. " PRI_59 ,Interrupt 59 Priority" hexmask.long.byte 0x38 16.--23. 1. " PRI_58 ,Interrupt 58 Priority" hexmask.long.byte 0x38 8.--15. 1. " PRI_57 ,Interrupt 57 Priority" hexmask.long.byte 0x38 0.--7. 1. " PRI_56 ,Interrupt 56 Priority" line.long 0x3C "IPR15,Interrupt Priority Register" hexmask.long.byte 0x3C 24.--31. 1. " PRI_63 ,Interrupt 63 Priority" hexmask.long.byte 0x3C 16.--23. 1. " PRI_62 ,Interrupt 62 Priority" hexmask.long.byte 0x3C 8.--15. 1. " PRI_61 ,Interrupt 61 Priority" hexmask.long.byte 0x3C 0.--7. 1. " PRI_60 ,Interrupt 60 Priority" line.long 0x40 "IPR16,Interrupt Priority Register" hexmask.long.byte 0x40 24.--31. 1. " PRI_67 ,Interrupt 67 Priority" hexmask.long.byte 0x40 16.--23. 1. " PRI_66 ,Interrupt 66 Priority" hexmask.long.byte 0x40 8.--15. 1. " PRI_65 ,Interrupt 65 Priority" hexmask.long.byte 0x40 0.--7. 1. " PRI_64 ,Interrupt 64 Priority" line.long 0x44 "IPR17,Interrupt Priority Register" hexmask.long.byte 0x44 24.--31. 1. " PRI_71 ,Interrupt 71 Priority" hexmask.long.byte 0x44 16.--23. 1. " PRI_70 ,Interrupt 70 Priority" hexmask.long.byte 0x44 8.--15. 1. " PRI_69 ,Interrupt 69 Priority" hexmask.long.byte 0x44 0.--7. 1. " PRI_68 ,Interrupt 68 Priority" line.long 0x48 "IPR18,Interrupt Priority Register" hexmask.long.byte 0x48 24.--31. 1. " PRI_75 ,Interrupt 75 Priority" hexmask.long.byte 0x48 16.--23. 1. " PRI_74 ,Interrupt 74 Priority" hexmask.long.byte 0x48 8.--15. 1. " PRI_73 ,Interrupt 73 Priority" hexmask.long.byte 0x48 0.--7. 1. " PRI_72 ,Interrupt 72 Priority" line.long 0x4C "IPR19,Interrupt Priority Register" hexmask.long.byte 0x4C 24.--31. 1. " PRI_79 ,Interrupt 79 Priority" hexmask.long.byte 0x4C 16.--23. 1. " PRI_78 ,Interrupt 78 Priority" hexmask.long.byte 0x4C 8.--15. 1. " PRI_77 ,Interrupt 77 Priority" hexmask.long.byte 0x4C 0.--7. 1. " PRI_76 ,Interrupt 76 Priority" line.long 0x50 "IPR20,Interrupt Priority Register" hexmask.long.byte 0x50 24.--31. 1. " PRI_83 ,Interrupt 83 Priority" hexmask.long.byte 0x50 16.--23. 1. " PRI_82 ,Interrupt 82 Priority" hexmask.long.byte 0x50 8.--15. 1. " PRI_81 ,Interrupt 81 Priority" hexmask.long.byte 0x50 0.--7. 1. " PRI_80 ,Interrupt 80 Priority" line.long 0x54 "IPR21,Interrupt Priority Register" hexmask.long.byte 0x54 24.--31. 1. " PRI_87 ,Interrupt 87 Priority" hexmask.long.byte 0x54 16.--23. 1. " PRI_86 ,Interrupt 86 Priority" hexmask.long.byte 0x54 8.--15. 1. " PRI_85 ,Interrupt 85 Priority" hexmask.long.byte 0x54 0.--7. 1. " PRI_84 ,Interrupt 84 Priority" line.long 0x58 "IPR22,Interrupt Priority Register" hexmask.long.byte 0x58 24.--31. 1. " PRI_91 ,Interrupt 91 Priority" hexmask.long.byte 0x58 16.--23. 1. " PRI_90 ,Interrupt 90 Priority" hexmask.long.byte 0x58 8.--15. 1. " PRI_89 ,Interrupt 89 Priority" hexmask.long.byte 0x58 0.--7. 1. " PRI_88 ,Interrupt 88 Priority" line.long 0x5C "IPR23,Interrupt Priority Register" hexmask.long.byte 0x5C 24.--31. 1. " PRI_95 ,Interrupt 95 Priority" hexmask.long.byte 0x5C 16.--23. 1. " PRI_94 ,Interrupt 94 Priority" hexmask.long.byte 0x5C 8.--15. 1. " PRI_93 ,Interrupt 93 Priority" hexmask.long.byte 0x5C 0.--7. 1. " PRI_92 ,Interrupt 92 Priority" line.long 0x60 "IPR24,Interrupt Priority Register" hexmask.long.byte 0x60 24.--31. 1. " PRI_99 ,Interrupt 99 Priority" hexmask.long.byte 0x60 16.--23. 1. " PRI_98 ,Interrupt 98 Priority" hexmask.long.byte 0x60 8.--15. 1. " PRI_97 ,Interrupt 97 Priority" hexmask.long.byte 0x60 0.--7. 1. " PRI_96 ,Interrupt 96 Priority" line.long 0x64 "IPR25,Interrupt Priority Register" hexmask.long.byte 0x64 24.--31. 1. " PRI_103 ,Interrupt 103 Priority" hexmask.long.byte 0x64 16.--23. 1. " PRI_102 ,Interrupt 102 Priority" hexmask.long.byte 0x64 8.--15. 1. " PRI_101 ,Interrupt 101 Priority" hexmask.long.byte 0x64 0.--7. 1. " PRI_100 ,Interrupt 100 Priority" line.long 0x68 "IPR26,Interrupt Priority Register" hexmask.long.byte 0x68 24.--31. 1. " PRI_107 ,Interrupt 107 Priority" hexmask.long.byte 0x68 16.--23. 1. " PRI_106 ,Interrupt 106 Priority" hexmask.long.byte 0x68 8.--15. 1. " PRI_105 ,Interrupt 105 Priority" hexmask.long.byte 0x68 0.--7. 1. " PRI_104 ,Interrupt 104 Priority" line.long 0x6C "IPR27,Interrupt Priority Register" hexmask.long.byte 0x6C 24.--31. 1. " PRI_111 ,Interrupt 111 Priority" hexmask.long.byte 0x6C 16.--23. 1. " PRI_110 ,Interrupt 110 Priority" hexmask.long.byte 0x6C 8.--15. 1. " PRI_109 ,Interrupt 109 Priority" hexmask.long.byte 0x6C 0.--7. 1. " PRI_108 ,Interrupt 108 Priority" line.long 0x70 "IPR28,Interrupt Priority Register" hexmask.long.byte 0x70 24.--31. 1. " PRI_115 ,Interrupt 115 Priority" hexmask.long.byte 0x70 16.--23. 1. " PRI_114 ,Interrupt 114 Priority" hexmask.long.byte 0x70 8.--15. 1. " PRI_113 ,Interrupt 113 Priority" hexmask.long.byte 0x70 0.--7. 1. " PRI_112 ,Interrupt 112 Priority" line.long 0x74 "IPR29,Interrupt Priority Register" hexmask.long.byte 0x74 24.--31. 1. " PRI_119 ,Interrupt 119 Priority" hexmask.long.byte 0x74 16.--23. 1. " PRI_118 ,Interrupt 118 Priority" hexmask.long.byte 0x74 8.--15. 1. " PRI_117 ,Interrupt 117 Priority" hexmask.long.byte 0x74 0.--7. 1. " PRI_116 ,Interrupt 116 Priority" line.long 0x78 "IPR30,Interrupt Priority Register" hexmask.long.byte 0x78 24.--31. 1. " PRI_123 ,Interrupt 123 Priority" hexmask.long.byte 0x78 16.--23. 1. " PRI_122 ,Interrupt 122 Priority" hexmask.long.byte 0x78 8.--15. 1. " PRI_121 ,Interrupt 121 Priority" hexmask.long.byte 0x78 0.--7. 1. " PRI_120 ,Interrupt 120 Priority" line.long 0x7C "IPR31,Interrupt Priority Register" hexmask.long.byte 0x7C 24.--31. 1. " PRI_127 ,Interrupt 127 Priority" hexmask.long.byte 0x7C 16.--23. 1. " PRI_126 ,Interrupt 126 Priority" hexmask.long.byte 0x7C 8.--15. 1. " PRI_125 ,Interrupt 125 Priority" hexmask.long.byte 0x7C 0.--7. 1. " PRI_124 ,Interrupt 124 Priority" line.long 0x80 "IPR32,Interrupt Priority Register" hexmask.long.byte 0x80 24.--31. 1. " PRI_131 ,Interrupt 131 Priority" hexmask.long.byte 0x80 16.--23. 1. " PRI_130 ,Interrupt 130 Priority" hexmask.long.byte 0x80 8.--15. 1. " PRI_129 ,Interrupt 129 Priority" hexmask.long.byte 0x80 0.--7. 1. " PRI_128 ,Interrupt 128 Priority" line.long 0x84 "IPR33,Interrupt Priority Register" hexmask.long.byte 0x84 24.--31. 1. " PRI_135 ,Interrupt 135 Priority" hexmask.long.byte 0x84 16.--23. 1. " PRI_134 ,Interrupt 134 Priority" hexmask.long.byte 0x84 8.--15. 1. " PRI_133 ,Interrupt 133 Priority" hexmask.long.byte 0x84 0.--7. 1. " PRI_132 ,Interrupt 132 Priority" line.long 0x88 "IPR34,Interrupt Priority Register" hexmask.long.byte 0x88 24.--31. 1. " PRI_139 ,Interrupt 139 Priority" hexmask.long.byte 0x88 16.--23. 1. " PRI_138 ,Interrupt 138 Priority" hexmask.long.byte 0x88 8.--15. 1. " PRI_137 ,Interrupt 137 Priority" hexmask.long.byte 0x88 0.--7. 1. " PRI_136 ,Interrupt 136 Priority" line.long 0x8C "IPR35,Interrupt Priority Register" hexmask.long.byte 0x8C 24.--31. 1. " PRI_143 ,Interrupt 143 Priority" hexmask.long.byte 0x8C 16.--23. 1. " PRI_142 ,Interrupt 142 Priority" hexmask.long.byte 0x8C 8.--15. 1. " PRI_141 ,Interrupt 141 Priority" hexmask.long.byte 0x8C 0.--7. 1. " PRI_140 ,Interrupt 140 Priority" line.long 0x90 "IPR36,Interrupt Priority Register" hexmask.long.byte 0x90 24.--31. 1. " PRI_147 ,Interrupt 147 Priority" hexmask.long.byte 0x90 16.--23. 1. " PRI_146 ,Interrupt 146 Priority" hexmask.long.byte 0x90 8.--15. 1. " PRI_145 ,Interrupt 145 Priority" hexmask.long.byte 0x90 0.--7. 1. " PRI_144 ,Interrupt 144 Priority" line.long 0x94 "IPR37,Interrupt Priority Register" hexmask.long.byte 0x94 24.--31. 1. " PRI_151 ,Interrupt 151 Priority" hexmask.long.byte 0x94 16.--23. 1. " PRI_150 ,Interrupt 150 Priority" hexmask.long.byte 0x94 8.--15. 1. " PRI_149 ,Interrupt 149 Priority" hexmask.long.byte 0x94 0.--7. 1. " PRI_148 ,Interrupt 148 Priority" line.long 0x98 "IPR38,Interrupt Priority Register" hexmask.long.byte 0x98 24.--31. 1. " PRI_155 ,Interrupt 155 Priority" hexmask.long.byte 0x98 16.--23. 1. " PRI_154 ,Interrupt 154 Priority" hexmask.long.byte 0x98 8.--15. 1. " PRI_153 ,Interrupt 153 Priority" hexmask.long.byte 0x98 0.--7. 1. " PRI_152 ,Interrupt 152 Priority" line.long 0x9C "IPR39,Interrupt Priority Register" hexmask.long.byte 0x9C 24.--31. 1. " PRI_159 ,Interrupt 159 Priority" hexmask.long.byte 0x9C 16.--23. 1. " PRI_158 ,Interrupt 158 Priority" hexmask.long.byte 0x9C 8.--15. 1. " PRI_157 ,Interrupt 157 Priority" hexmask.long.byte 0x9C 0.--7. 1. " PRI_156 ,Interrupt 156 Priority" line.long 0xA0 "IPR40,Interrupt Priority Register" hexmask.long.byte 0xA0 24.--31. 1. " PRI_163 ,Interrupt 163 Priority" hexmask.long.byte 0xA0 16.--23. 1. " PRI_162 ,Interrupt 162 Priority" hexmask.long.byte 0xA0 8.--15. 1. " PRI_161 ,Interrupt 161 Priority" hexmask.long.byte 0xA0 0.--7. 1. " PRI_160 ,Interrupt 160 Priority" line.long 0xA4 "IPR41,Interrupt Priority Register" hexmask.long.byte 0xA4 24.--31. 1. " PRI_167 ,Interrupt 167 Priority" hexmask.long.byte 0xA4 16.--23. 1. " PRI_166 ,Interrupt 166 Priority" hexmask.long.byte 0xA4 8.--15. 1. " PRI_165 ,Interrupt 165 Priority" hexmask.long.byte 0xA4 0.--7. 1. " PRI_164 ,Interrupt 164 Priority" line.long 0xA8 "IPR42,Interrupt Priority Register" hexmask.long.byte 0xA8 24.--31. 1. " PRI_171 ,Interrupt 171 Priority" hexmask.long.byte 0xA8 16.--23. 1. " PRI_170 ,Interrupt 170 Priority" hexmask.long.byte 0xA8 8.--15. 1. " PRI_169 ,Interrupt 169 Priority" hexmask.long.byte 0xA8 0.--7. 1. " PRI_168 ,Interrupt 168 Priority" line.long 0xAC "IPR43,Interrupt Priority Register" hexmask.long.byte 0xAC 24.--31. 1. " PRI_175 ,Interrupt 175 Priority" hexmask.long.byte 0xAC 16.--23. 1. " PRI_174 ,Interrupt 174 Priority" hexmask.long.byte 0xAC 8.--15. 1. " PRI_173 ,Interrupt 173 Priority" hexmask.long.byte 0xAC 0.--7. 1. " PRI_172 ,Interrupt 172 Priority" line.long 0xB0 "IPR44,Interrupt Priority Register" hexmask.long.byte 0xB0 24.--31. 1. " PRI_179 ,Interrupt 179 Priority" hexmask.long.byte 0xB0 16.--23. 1. " PRI_178 ,Interrupt 178 Priority" hexmask.long.byte 0xB0 8.--15. 1. " PRI_177 ,Interrupt 177 Priority" hexmask.long.byte 0xB0 0.--7. 1. " PRI_176 ,Interrupt 176 Priority" line.long 0xB4 "IPR45,Interrupt Priority Register" hexmask.long.byte 0xB4 24.--31. 1. " PRI_183 ,Interrupt 183 Priority" hexmask.long.byte 0xB4 16.--23. 1. " PRI_182 ,Interrupt 182 Priority" hexmask.long.byte 0xB4 8.--15. 1. " PRI_181 ,Interrupt 181 Priority" hexmask.long.byte 0xB4 0.--7. 1. " PRI_180 ,Interrupt 180 Priority" line.long 0xB8 "IPR46,Interrupt Priority Register" hexmask.long.byte 0xB8 24.--31. 1. " PRI_187 ,Interrupt 187 Priority" hexmask.long.byte 0xB8 16.--23. 1. " PRI_186 ,Interrupt 186 Priority" hexmask.long.byte 0xB8 8.--15. 1. " PRI_185 ,Interrupt 185 Priority" hexmask.long.byte 0xB8 0.--7. 1. " PRI_184 ,Interrupt 184 Priority" line.long 0xBC "IPR47,Interrupt Priority Register" hexmask.long.byte 0xBC 24.--31. 1. " PRI_191 ,Interrupt 191 Priority" hexmask.long.byte 0xBC 16.--23. 1. " PRI_190 ,Interrupt 190 Priority" hexmask.long.byte 0xBC 8.--15. 1. " PRI_189 ,Interrupt 189 Priority" hexmask.long.byte 0xBC 0.--7. 1. " PRI_188 ,Interrupt 188 Priority" line.long 0xC0 "IPR48,Interrupt Priority Register" hexmask.long.byte 0xC0 24.--31. 1. " PRI_195 ,Interrupt 195 Priority" hexmask.long.byte 0xC0 16.--23. 1. " PRI_194 ,Interrupt 194 Priority" hexmask.long.byte 0xC0 8.--15. 1. " PRI_193 ,Interrupt 193 Priority" hexmask.long.byte 0xC0 0.--7. 1. " PRI_192 ,Interrupt 192 Priority" line.long 0xC4 "IPR49,Interrupt Priority Register" hexmask.long.byte 0xC4 24.--31. 1. " PRI_199 ,Interrupt 199 Priority" hexmask.long.byte 0xC4 16.--23. 1. " PRI_198 ,Interrupt 198 Priority" hexmask.long.byte 0xC4 8.--15. 1. " PRI_197 ,Interrupt 197 Priority" hexmask.long.byte 0xC4 0.--7. 1. " PRI_196 ,Interrupt 196 Priority" line.long 0xC8 "IPR50,Interrupt Priority Register" hexmask.long.byte 0xC8 24.--31. 1. " PRI_203 ,Interrupt 203 Priority" hexmask.long.byte 0xC8 16.--23. 1. " PRI_202 ,Interrupt 202 Priority" hexmask.long.byte 0xC8 8.--15. 1. " PRI_201 ,Interrupt 201 Priority" hexmask.long.byte 0xC8 0.--7. 1. " PRI_200 ,Interrupt 200 Priority" line.long 0xCC "IPR51,Interrupt Priority Register" hexmask.long.byte 0xCC 24.--31. 1. " PRI_207 ,Interrupt 207 Priority" hexmask.long.byte 0xCC 16.--23. 1. " PRI_206 ,Interrupt 206 Priority" hexmask.long.byte 0xCC 8.--15. 1. " PRI_205 ,Interrupt 205 Priority" hexmask.long.byte 0xCC 0.--7. 1. " PRI_204 ,Interrupt 204 Priority" line.long 0xD0 "IPR52,Interrupt Priority Register" hexmask.long.byte 0xD0 24.--31. 1. " PRI_211 ,Interrupt 211 Priority" hexmask.long.byte 0xD0 16.--23. 1. " PRI_210 ,Interrupt 210 Priority" hexmask.long.byte 0xD0 8.--15. 1. " PRI_209 ,Interrupt 209 Priority" hexmask.long.byte 0xD0 0.--7. 1. " PRI_208 ,Interrupt 208 Priority" line.long 0xD4 "IPR53,Interrupt Priority Register" hexmask.long.byte 0xD4 24.--31. 1. " PRI_215 ,Interrupt 215 Priority" hexmask.long.byte 0xD4 16.--23. 1. " PRI_214 ,Interrupt 214 Priority" hexmask.long.byte 0xD4 8.--15. 1. " PRI_213 ,Interrupt 213 Priority" hexmask.long.byte 0xD4 0.--7. 1. " PRI_212 ,Interrupt 212 Priority" line.long 0xD8 "IPR54,Interrupt Priority Register" hexmask.long.byte 0xD8 24.--31. 1. " PRI_219 ,Interrupt 219 Priority" hexmask.long.byte 0xD8 16.--23. 1. " PRI_218 ,Interrupt 218 Priority" hexmask.long.byte 0xD8 8.--15. 1. " PRI_217 ,Interrupt 217 Priority" hexmask.long.byte 0xD8 0.--7. 1. " PRI_216 ,Interrupt 216 Priority" line.long 0xDC "IPR55,Interrupt Priority Register" hexmask.long.byte 0xDC 24.--31. 1. " PRI_223 ,Interrupt 223 Priority" hexmask.long.byte 0xDC 16.--23. 1. " PRI_222 ,Interrupt 222 Priority" hexmask.long.byte 0xDC 8.--15. 1. " PRI_221 ,Interrupt 221 Priority" hexmask.long.byte 0xDC 0.--7. 1. " PRI_220 ,Interrupt 220 Priority" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0x04))&0x0F)==0x07) group.long 0x400++0xEF line.long 0x0 "IPR0,Interrupt Priority Register" hexmask.long.byte 0x0 24.--31. 1. " PRI_3 ,Interrupt 3 Priority" hexmask.long.byte 0x0 16.--23. 1. " PRI_2 ,Interrupt 2 Priority" hexmask.long.byte 0x0 8.--15. 1. " PRI_1 ,Interrupt 1 Priority" hexmask.long.byte 0x0 0.--7. 1. " PRI_0 ,Interrupt 0 Priority" line.long 0x4 "IPR1,Interrupt Priority Register" hexmask.long.byte 0x4 24.--31. 1. " PRI_7 ,Interrupt 7 Priority" hexmask.long.byte 0x4 16.--23. 1. " PRI_6 ,Interrupt 6 Priority" hexmask.long.byte 0x4 8.--15. 1. " PRI_5 ,Interrupt 5 Priority" hexmask.long.byte 0x4 0.--7. 1. " PRI_4 ,Interrupt 4 Priority" line.long 0x8 "IPR2,Interrupt Priority Register" hexmask.long.byte 0x8 24.--31. 1. " PRI_11 ,Interrupt 11 Priority" hexmask.long.byte 0x8 16.--23. 1. " PRI_10 ,Interrupt 10 Priority" hexmask.long.byte 0x8 8.--15. 1. " PRI_9 ,Interrupt 9 Priority" hexmask.long.byte 0x8 0.--7. 1. " PRI_8 ,Interrupt 8 Priority" line.long 0xC "IPR3,Interrupt Priority Register" hexmask.long.byte 0xC 24.--31. 1. " PRI_15 ,Interrupt 15 Priority" hexmask.long.byte 0xC 16.--23. 1. " PRI_14 ,Interrupt 14 Priority" hexmask.long.byte 0xC 8.--15. 1. " PRI_13 ,Interrupt 13 Priority" hexmask.long.byte 0xC 0.--7. 1. " PRI_12 ,Interrupt 12 Priority" line.long 0x10 "IPR4,Interrupt Priority Register" hexmask.long.byte 0x10 24.--31. 1. " PRI_19 ,Interrupt 19 Priority" hexmask.long.byte 0x10 16.--23. 1. " PRI_18 ,Interrupt 18 Priority" hexmask.long.byte 0x10 8.--15. 1. " PRI_17 ,Interrupt 17 Priority" hexmask.long.byte 0x10 0.--7. 1. " PRI_16 ,Interrupt 16 Priority" line.long 0x14 "IPR5,Interrupt Priority Register" hexmask.long.byte 0x14 24.--31. 1. " PRI_23 ,Interrupt 23 Priority" hexmask.long.byte 0x14 16.--23. 1. " PRI_22 ,Interrupt 22 Priority" hexmask.long.byte 0x14 8.--15. 1. " PRI_21 ,Interrupt 21 Priority" hexmask.long.byte 0x14 0.--7. 1. " PRI_20 ,Interrupt 20 Priority" line.long 0x18 "IPR6,Interrupt Priority Register" hexmask.long.byte 0x18 24.--31. 1. " PRI_27 ,Interrupt 27 Priority" hexmask.long.byte 0x18 16.--23. 1. " PRI_26 ,Interrupt 26 Priority" hexmask.long.byte 0x18 8.--15. 1. " PRI_25 ,Interrupt 25 Priority" hexmask.long.byte 0x18 0.--7. 1. " PRI_24 ,Interrupt 24 Priority" line.long 0x1C "IPR7,Interrupt Priority Register" hexmask.long.byte 0x1C 24.--31. 1. " PRI_31 ,Interrupt 31 Priority" hexmask.long.byte 0x1C 16.--23. 1. " PRI_30 ,Interrupt 30 Priority" hexmask.long.byte 0x1C 8.--15. 1. " PRI_29 ,Interrupt 29 Priority" hexmask.long.byte 0x1C 0.--7. 1. " PRI_28 ,Interrupt 28 Priority" line.long 0x20 "IPR8,Interrupt Priority Register" hexmask.long.byte 0x20 24.--31. 1. " PRI_35 ,Interrupt 35 Priority" hexmask.long.byte 0x20 16.--23. 1. " PRI_34 ,Interrupt 34 Priority" hexmask.long.byte 0x20 8.--15. 1. " PRI_33 ,Interrupt 33 Priority" hexmask.long.byte 0x20 0.--7. 1. " PRI_32 ,Interrupt 32 Priority" line.long 0x24 "IPR9,Interrupt Priority Register" hexmask.long.byte 0x24 24.--31. 1. " PRI_39 ,Interrupt 39 Priority" hexmask.long.byte 0x24 16.--23. 1. " PRI_38 ,Interrupt 38 Priority" hexmask.long.byte 0x24 8.--15. 1. " PRI_37 ,Interrupt 37 Priority" hexmask.long.byte 0x24 0.--7. 1. " PRI_36 ,Interrupt 36 Priority" line.long 0x28 "IPR10,Interrupt Priority Register" hexmask.long.byte 0x28 24.--31. 1. " PRI_43 ,Interrupt 43 Priority" hexmask.long.byte 0x28 16.--23. 1. " PRI_42 ,Interrupt 42 Priority" hexmask.long.byte 0x28 8.--15. 1. " PRI_41 ,Interrupt 41 Priority" hexmask.long.byte 0x28 0.--7. 1. " PRI_40 ,Interrupt 40 Priority" line.long 0x2C "IPR11,Interrupt Priority Register" hexmask.long.byte 0x2C 24.--31. 1. " PRI_47 ,Interrupt 47 Priority" hexmask.long.byte 0x2C 16.--23. 1. " PRI_46 ,Interrupt 46 Priority" hexmask.long.byte 0x2C 8.--15. 1. " PRI_45 ,Interrupt 45 Priority" hexmask.long.byte 0x2C 0.--7. 1. " PRI_44 ,Interrupt 44 Priority" line.long 0x30 "IPR12,Interrupt Priority Register" hexmask.long.byte 0x30 24.--31. 1. " PRI_51 ,Interrupt 51 Priority" hexmask.long.byte 0x30 16.--23. 1. " PRI_50 ,Interrupt 50 Priority" hexmask.long.byte 0x30 8.--15. 1. " PRI_49 ,Interrupt 49 Priority" hexmask.long.byte 0x30 0.--7. 1. " PRI_48 ,Interrupt 48 Priority" line.long 0x34 "IPR13,Interrupt Priority Register" hexmask.long.byte 0x34 24.--31. 1. " PRI_55 ,Interrupt 55 Priority" hexmask.long.byte 0x34 16.--23. 1. " PRI_54 ,Interrupt 54 Priority" hexmask.long.byte 0x34 8.--15. 1. " PRI_53 ,Interrupt 53 Priority" hexmask.long.byte 0x34 0.--7. 1. " PRI_52 ,Interrupt 52 Priority" line.long 0x38 "IPR14,Interrupt Priority Register" hexmask.long.byte 0x38 24.--31. 1. " PRI_59 ,Interrupt 59 Priority" hexmask.long.byte 0x38 16.--23. 1. " PRI_58 ,Interrupt 58 Priority" hexmask.long.byte 0x38 8.--15. 1. " PRI_57 ,Interrupt 57 Priority" hexmask.long.byte 0x38 0.--7. 1. " PRI_56 ,Interrupt 56 Priority" line.long 0x3C "IPR15,Interrupt Priority Register" hexmask.long.byte 0x3C 24.--31. 1. " PRI_63 ,Interrupt 63 Priority" hexmask.long.byte 0x3C 16.--23. 1. " PRI_62 ,Interrupt 62 Priority" hexmask.long.byte 0x3C 8.--15. 1. " PRI_61 ,Interrupt 61 Priority" hexmask.long.byte 0x3C 0.--7. 1. " PRI_60 ,Interrupt 60 Priority" line.long 0x40 "IPR16,Interrupt Priority Register" hexmask.long.byte 0x40 24.--31. 1. " PRI_67 ,Interrupt 67 Priority" hexmask.long.byte 0x40 16.--23. 1. " PRI_66 ,Interrupt 66 Priority" hexmask.long.byte 0x40 8.--15. 1. " PRI_65 ,Interrupt 65 Priority" hexmask.long.byte 0x40 0.--7. 1. " PRI_64 ,Interrupt 64 Priority" line.long 0x44 "IPR17,Interrupt Priority Register" hexmask.long.byte 0x44 24.--31. 1. " PRI_71 ,Interrupt 71 Priority" hexmask.long.byte 0x44 16.--23. 1. " PRI_70 ,Interrupt 70 Priority" hexmask.long.byte 0x44 8.--15. 1. " PRI_69 ,Interrupt 69 Priority" hexmask.long.byte 0x44 0.--7. 1. " PRI_68 ,Interrupt 68 Priority" line.long 0x48 "IPR18,Interrupt Priority Register" hexmask.long.byte 0x48 24.--31. 1. " PRI_75 ,Interrupt 75 Priority" hexmask.long.byte 0x48 16.--23. 1. " PRI_74 ,Interrupt 74 Priority" hexmask.long.byte 0x48 8.--15. 1. " PRI_73 ,Interrupt 73 Priority" hexmask.long.byte 0x48 0.--7. 1. " PRI_72 ,Interrupt 72 Priority" line.long 0x4C "IPR19,Interrupt Priority Register" hexmask.long.byte 0x4C 24.--31. 1. " PRI_79 ,Interrupt 79 Priority" hexmask.long.byte 0x4C 16.--23. 1. " PRI_78 ,Interrupt 78 Priority" hexmask.long.byte 0x4C 8.--15. 1. " PRI_77 ,Interrupt 77 Priority" hexmask.long.byte 0x4C 0.--7. 1. " PRI_76 ,Interrupt 76 Priority" line.long 0x50 "IPR20,Interrupt Priority Register" hexmask.long.byte 0x50 24.--31. 1. " PRI_83 ,Interrupt 83 Priority" hexmask.long.byte 0x50 16.--23. 1. " PRI_82 ,Interrupt 82 Priority" hexmask.long.byte 0x50 8.--15. 1. " PRI_81 ,Interrupt 81 Priority" hexmask.long.byte 0x50 0.--7. 1. " PRI_80 ,Interrupt 80 Priority" line.long 0x54 "IPR21,Interrupt Priority Register" hexmask.long.byte 0x54 24.--31. 1. " PRI_87 ,Interrupt 87 Priority" hexmask.long.byte 0x54 16.--23. 1. " PRI_86 ,Interrupt 86 Priority" hexmask.long.byte 0x54 8.--15. 1. " PRI_85 ,Interrupt 85 Priority" hexmask.long.byte 0x54 0.--7. 1. " PRI_84 ,Interrupt 84 Priority" line.long 0x58 "IPR22,Interrupt Priority Register" hexmask.long.byte 0x58 24.--31. 1. " PRI_91 ,Interrupt 91 Priority" hexmask.long.byte 0x58 16.--23. 1. " PRI_90 ,Interrupt 90 Priority" hexmask.long.byte 0x58 8.--15. 1. " PRI_89 ,Interrupt 89 Priority" hexmask.long.byte 0x58 0.--7. 1. " PRI_88 ,Interrupt 88 Priority" line.long 0x5C "IPR23,Interrupt Priority Register" hexmask.long.byte 0x5C 24.--31. 1. " PRI_95 ,Interrupt 95 Priority" hexmask.long.byte 0x5C 16.--23. 1. " PRI_94 ,Interrupt 94 Priority" hexmask.long.byte 0x5C 8.--15. 1. " PRI_93 ,Interrupt 93 Priority" hexmask.long.byte 0x5C 0.--7. 1. " PRI_92 ,Interrupt 92 Priority" line.long 0x60 "IPR24,Interrupt Priority Register" hexmask.long.byte 0x60 24.--31. 1. " PRI_99 ,Interrupt 99 Priority" hexmask.long.byte 0x60 16.--23. 1. " PRI_98 ,Interrupt 98 Priority" hexmask.long.byte 0x60 8.--15. 1. " PRI_97 ,Interrupt 97 Priority" hexmask.long.byte 0x60 0.--7. 1. " PRI_96 ,Interrupt 96 Priority" line.long 0x64 "IPR25,Interrupt Priority Register" hexmask.long.byte 0x64 24.--31. 1. " PRI_103 ,Interrupt 103 Priority" hexmask.long.byte 0x64 16.--23. 1. " PRI_102 ,Interrupt 102 Priority" hexmask.long.byte 0x64 8.--15. 1. " PRI_101 ,Interrupt 101 Priority" hexmask.long.byte 0x64 0.--7. 1. " PRI_100 ,Interrupt 100 Priority" line.long 0x68 "IPR26,Interrupt Priority Register" hexmask.long.byte 0x68 24.--31. 1. " PRI_107 ,Interrupt 107 Priority" hexmask.long.byte 0x68 16.--23. 1. " PRI_106 ,Interrupt 106 Priority" hexmask.long.byte 0x68 8.--15. 1. " PRI_105 ,Interrupt 105 Priority" hexmask.long.byte 0x68 0.--7. 1. " PRI_104 ,Interrupt 104 Priority" line.long 0x6C "IPR27,Interrupt Priority Register" hexmask.long.byte 0x6C 24.--31. 1. " PRI_111 ,Interrupt 111 Priority" hexmask.long.byte 0x6C 16.--23. 1. " PRI_110 ,Interrupt 110 Priority" hexmask.long.byte 0x6C 8.--15. 1. " PRI_109 ,Interrupt 109 Priority" hexmask.long.byte 0x6C 0.--7. 1. " PRI_108 ,Interrupt 108 Priority" line.long 0x70 "IPR28,Interrupt Priority Register" hexmask.long.byte 0x70 24.--31. 1. " PRI_115 ,Interrupt 115 Priority" hexmask.long.byte 0x70 16.--23. 1. " PRI_114 ,Interrupt 114 Priority" hexmask.long.byte 0x70 8.--15. 1. " PRI_113 ,Interrupt 113 Priority" hexmask.long.byte 0x70 0.--7. 1. " PRI_112 ,Interrupt 112 Priority" line.long 0x74 "IPR29,Interrupt Priority Register" hexmask.long.byte 0x74 24.--31. 1. " PRI_119 ,Interrupt 119 Priority" hexmask.long.byte 0x74 16.--23. 1. " PRI_118 ,Interrupt 118 Priority" hexmask.long.byte 0x74 8.--15. 1. " PRI_117 ,Interrupt 117 Priority" hexmask.long.byte 0x74 0.--7. 1. " PRI_116 ,Interrupt 116 Priority" line.long 0x78 "IPR30,Interrupt Priority Register" hexmask.long.byte 0x78 24.--31. 1. " PRI_123 ,Interrupt 123 Priority" hexmask.long.byte 0x78 16.--23. 1. " PRI_122 ,Interrupt 122 Priority" hexmask.long.byte 0x78 8.--15. 1. " PRI_121 ,Interrupt 121 Priority" hexmask.long.byte 0x78 0.--7. 1. " PRI_120 ,Interrupt 120 Priority" line.long 0x7C "IPR31,Interrupt Priority Register" hexmask.long.byte 0x7C 24.--31. 1. " PRI_127 ,Interrupt 127 Priority" hexmask.long.byte 0x7C 16.--23. 1. " PRI_126 ,Interrupt 126 Priority" hexmask.long.byte 0x7C 8.--15. 1. " PRI_125 ,Interrupt 125 Priority" hexmask.long.byte 0x7C 0.--7. 1. " PRI_124 ,Interrupt 124 Priority" line.long 0x80 "IPR32,Interrupt Priority Register" hexmask.long.byte 0x80 24.--31. 1. " PRI_131 ,Interrupt 131 Priority" hexmask.long.byte 0x80 16.--23. 1. " PRI_130 ,Interrupt 130 Priority" hexmask.long.byte 0x80 8.--15. 1. " PRI_129 ,Interrupt 129 Priority" hexmask.long.byte 0x80 0.--7. 1. " PRI_128 ,Interrupt 128 Priority" line.long 0x84 "IPR33,Interrupt Priority Register" hexmask.long.byte 0x84 24.--31. 1. " PRI_135 ,Interrupt 135 Priority" hexmask.long.byte 0x84 16.--23. 1. " PRI_134 ,Interrupt 134 Priority" hexmask.long.byte 0x84 8.--15. 1. " PRI_133 ,Interrupt 133 Priority" hexmask.long.byte 0x84 0.--7. 1. " PRI_132 ,Interrupt 132 Priority" line.long 0x88 "IPR34,Interrupt Priority Register" hexmask.long.byte 0x88 24.--31. 1. " PRI_139 ,Interrupt 139 Priority" hexmask.long.byte 0x88 16.--23. 1. " PRI_138 ,Interrupt 138 Priority" hexmask.long.byte 0x88 8.--15. 1. " PRI_137 ,Interrupt 137 Priority" hexmask.long.byte 0x88 0.--7. 1. " PRI_136 ,Interrupt 136 Priority" line.long 0x8C "IPR35,Interrupt Priority Register" hexmask.long.byte 0x8C 24.--31. 1. " PRI_143 ,Interrupt 143 Priority" hexmask.long.byte 0x8C 16.--23. 1. " PRI_142 ,Interrupt 142 Priority" hexmask.long.byte 0x8C 8.--15. 1. " PRI_141 ,Interrupt 141 Priority" hexmask.long.byte 0x8C 0.--7. 1. " PRI_140 ,Interrupt 140 Priority" line.long 0x90 "IPR36,Interrupt Priority Register" hexmask.long.byte 0x90 24.--31. 1. " PRI_147 ,Interrupt 147 Priority" hexmask.long.byte 0x90 16.--23. 1. " PRI_146 ,Interrupt 146 Priority" hexmask.long.byte 0x90 8.--15. 1. " PRI_145 ,Interrupt 145 Priority" hexmask.long.byte 0x90 0.--7. 1. " PRI_144 ,Interrupt 144 Priority" line.long 0x94 "IPR37,Interrupt Priority Register" hexmask.long.byte 0x94 24.--31. 1. " PRI_151 ,Interrupt 151 Priority" hexmask.long.byte 0x94 16.--23. 1. " PRI_150 ,Interrupt 150 Priority" hexmask.long.byte 0x94 8.--15. 1. " PRI_149 ,Interrupt 149 Priority" hexmask.long.byte 0x94 0.--7. 1. " PRI_148 ,Interrupt 148 Priority" line.long 0x98 "IPR38,Interrupt Priority Register" hexmask.long.byte 0x98 24.--31. 1. " PRI_155 ,Interrupt 155 Priority" hexmask.long.byte 0x98 16.--23. 1. " PRI_154 ,Interrupt 154 Priority" hexmask.long.byte 0x98 8.--15. 1. " PRI_153 ,Interrupt 153 Priority" hexmask.long.byte 0x98 0.--7. 1. " PRI_152 ,Interrupt 152 Priority" line.long 0x9C "IPR39,Interrupt Priority Register" hexmask.long.byte 0x9C 24.--31. 1. " PRI_159 ,Interrupt 159 Priority" hexmask.long.byte 0x9C 16.--23. 1. " PRI_158 ,Interrupt 158 Priority" hexmask.long.byte 0x9C 8.--15. 1. " PRI_157 ,Interrupt 157 Priority" hexmask.long.byte 0x9C 0.--7. 1. " PRI_156 ,Interrupt 156 Priority" line.long 0xA0 "IPR40,Interrupt Priority Register" hexmask.long.byte 0xA0 24.--31. 1. " PRI_163 ,Interrupt 163 Priority" hexmask.long.byte 0xA0 16.--23. 1. " PRI_162 ,Interrupt 162 Priority" hexmask.long.byte 0xA0 8.--15. 1. " PRI_161 ,Interrupt 161 Priority" hexmask.long.byte 0xA0 0.--7. 1. " PRI_160 ,Interrupt 160 Priority" line.long 0xA4 "IPR41,Interrupt Priority Register" hexmask.long.byte 0xA4 24.--31. 1. " PRI_167 ,Interrupt 167 Priority" hexmask.long.byte 0xA4 16.--23. 1. " PRI_166 ,Interrupt 166 Priority" hexmask.long.byte 0xA4 8.--15. 1. " PRI_165 ,Interrupt 165 Priority" hexmask.long.byte 0xA4 0.--7. 1. " PRI_164 ,Interrupt 164 Priority" line.long 0xA8 "IPR42,Interrupt Priority Register" hexmask.long.byte 0xA8 24.--31. 1. " PRI_171 ,Interrupt 171 Priority" hexmask.long.byte 0xA8 16.--23. 1. " PRI_170 ,Interrupt 170 Priority" hexmask.long.byte 0xA8 8.--15. 1. " PRI_169 ,Interrupt 169 Priority" hexmask.long.byte 0xA8 0.--7. 1. " PRI_168 ,Interrupt 168 Priority" line.long 0xAC "IPR43,Interrupt Priority Register" hexmask.long.byte 0xAC 24.--31. 1. " PRI_175 ,Interrupt 175 Priority" hexmask.long.byte 0xAC 16.--23. 1. " PRI_174 ,Interrupt 174 Priority" hexmask.long.byte 0xAC 8.--15. 1. " PRI_173 ,Interrupt 173 Priority" hexmask.long.byte 0xAC 0.--7. 1. " PRI_172 ,Interrupt 172 Priority" line.long 0xB0 "IPR44,Interrupt Priority Register" hexmask.long.byte 0xB0 24.--31. 1. " PRI_179 ,Interrupt 179 Priority" hexmask.long.byte 0xB0 16.--23. 1. " PRI_178 ,Interrupt 178 Priority" hexmask.long.byte 0xB0 8.--15. 1. " PRI_177 ,Interrupt 177 Priority" hexmask.long.byte 0xB0 0.--7. 1. " PRI_176 ,Interrupt 176 Priority" line.long 0xB4 "IPR45,Interrupt Priority Register" hexmask.long.byte 0xB4 24.--31. 1. " PRI_183 ,Interrupt 183 Priority" hexmask.long.byte 0xB4 16.--23. 1. " PRI_182 ,Interrupt 182 Priority" hexmask.long.byte 0xB4 8.--15. 1. " PRI_181 ,Interrupt 181 Priority" hexmask.long.byte 0xB4 0.--7. 1. " PRI_180 ,Interrupt 180 Priority" line.long 0xB8 "IPR46,Interrupt Priority Register" hexmask.long.byte 0xB8 24.--31. 1. " PRI_187 ,Interrupt 187 Priority" hexmask.long.byte 0xB8 16.--23. 1. " PRI_186 ,Interrupt 186 Priority" hexmask.long.byte 0xB8 8.--15. 1. " PRI_185 ,Interrupt 185 Priority" hexmask.long.byte 0xB8 0.--7. 1. " PRI_184 ,Interrupt 184 Priority" line.long 0xBC "IPR47,Interrupt Priority Register" hexmask.long.byte 0xBC 24.--31. 1. " PRI_191 ,Interrupt 191 Priority" hexmask.long.byte 0xBC 16.--23. 1. " PRI_190 ,Interrupt 190 Priority" hexmask.long.byte 0xBC 8.--15. 1. " PRI_189 ,Interrupt 189 Priority" hexmask.long.byte 0xBC 0.--7. 1. " PRI_188 ,Interrupt 188 Priority" line.long 0xC0 "IPR48,Interrupt Priority Register" hexmask.long.byte 0xC0 24.--31. 1. " PRI_195 ,Interrupt 195 Priority" hexmask.long.byte 0xC0 16.--23. 1. " PRI_194 ,Interrupt 194 Priority" hexmask.long.byte 0xC0 8.--15. 1. " PRI_193 ,Interrupt 193 Priority" hexmask.long.byte 0xC0 0.--7. 1. " PRI_192 ,Interrupt 192 Priority" line.long 0xC4 "IPR49,Interrupt Priority Register" hexmask.long.byte 0xC4 24.--31. 1. " PRI_199 ,Interrupt 199 Priority" hexmask.long.byte 0xC4 16.--23. 1. " PRI_198 ,Interrupt 198 Priority" hexmask.long.byte 0xC4 8.--15. 1. " PRI_197 ,Interrupt 197 Priority" hexmask.long.byte 0xC4 0.--7. 1. " PRI_196 ,Interrupt 196 Priority" line.long 0xC8 "IPR50,Interrupt Priority Register" hexmask.long.byte 0xC8 24.--31. 1. " PRI_203 ,Interrupt 203 Priority" hexmask.long.byte 0xC8 16.--23. 1. " PRI_202 ,Interrupt 202 Priority" hexmask.long.byte 0xC8 8.--15. 1. " PRI_201 ,Interrupt 201 Priority" hexmask.long.byte 0xC8 0.--7. 1. " PRI_200 ,Interrupt 200 Priority" line.long 0xCC "IPR51,Interrupt Priority Register" hexmask.long.byte 0xCC 24.--31. 1. " PRI_207 ,Interrupt 207 Priority" hexmask.long.byte 0xCC 16.--23. 1. " PRI_206 ,Interrupt 206 Priority" hexmask.long.byte 0xCC 8.--15. 1. " PRI_205 ,Interrupt 205 Priority" hexmask.long.byte 0xCC 0.--7. 1. " PRI_204 ,Interrupt 204 Priority" line.long 0xD0 "IPR52,Interrupt Priority Register" hexmask.long.byte 0xD0 24.--31. 1. " PRI_211 ,Interrupt 211 Priority" hexmask.long.byte 0xD0 16.--23. 1. " PRI_210 ,Interrupt 210 Priority" hexmask.long.byte 0xD0 8.--15. 1. " PRI_209 ,Interrupt 209 Priority" hexmask.long.byte 0xD0 0.--7. 1. " PRI_208 ,Interrupt 208 Priority" line.long 0xD4 "IPR53,Interrupt Priority Register" hexmask.long.byte 0xD4 24.--31. 1. " PRI_215 ,Interrupt 215 Priority" hexmask.long.byte 0xD4 16.--23. 1. " PRI_214 ,Interrupt 214 Priority" hexmask.long.byte 0xD4 8.--15. 1. " PRI_213 ,Interrupt 213 Priority" hexmask.long.byte 0xD4 0.--7. 1. " PRI_212 ,Interrupt 212 Priority" line.long 0xD8 "IPR54,Interrupt Priority Register" hexmask.long.byte 0xD8 24.--31. 1. " PRI_219 ,Interrupt 219 Priority" hexmask.long.byte 0xD8 16.--23. 1. " PRI_218 ,Interrupt 218 Priority" hexmask.long.byte 0xD8 8.--15. 1. " PRI_217 ,Interrupt 217 Priority" hexmask.long.byte 0xD8 0.--7. 1. " PRI_216 ,Interrupt 216 Priority" line.long 0xDC "IPR55,Interrupt Priority Register" hexmask.long.byte 0xDC 24.--31. 1. " PRI_223 ,Interrupt 223 Priority" hexmask.long.byte 0xDC 16.--23. 1. " PRI_222 ,Interrupt 222 Priority" hexmask.long.byte 0xDC 8.--15. 1. " PRI_221 ,Interrupt 221 Priority" hexmask.long.byte 0xDC 0.--7. 1. " PRI_220 ,Interrupt 220 Priority" line.long 0xE0 "IPR56,Interrupt Priority Register" hexmask.long.byte 0xE0 24.--31. 1. " PRI_227 ,Interrupt 227 Priority" hexmask.long.byte 0xE0 16.--23. 1. " PRI_226 ,Interrupt 226 Priority" hexmask.long.byte 0xE0 8.--15. 1. " PRI_225 ,Interrupt 225 Priority" hexmask.long.byte 0xE0 0.--7. 1. " PRI_224 ,Interrupt 224 Priority" line.long 0xE4 "IPR57,Interrupt Priority Register" hexmask.long.byte 0xE4 24.--31. 1. " PRI_231 ,Interrupt 231 Priority" hexmask.long.byte 0xE4 16.--23. 1. " PRI_230 ,Interrupt 230 Priority" hexmask.long.byte 0xE4 8.--15. 1. " PRI_229 ,Interrupt 229 Priority" hexmask.long.byte 0xE4 0.--7. 1. " PRI_228 ,Interrupt 228 Priority" line.long 0xE8 "IPR58,Interrupt Priority Register" hexmask.long.byte 0xE8 24.--31. 1. " PRI_235 ,Interrupt 235 Priority" hexmask.long.byte 0xE8 16.--23. 1. " PRI_234 ,Interrupt 234 Priority" hexmask.long.byte 0xE8 8.--15. 1. " PRI_233 ,Interrupt 233 Priority" hexmask.long.byte 0xE8 0.--7. 1. " PRI_232 ,Interrupt 232 Priority" line.long 0xEC "IPR59,Interrupt Priority Register" hexmask.long.byte 0xEC 24.--31. 1. " PRI_239 ,Interrupt 239 Priority" hexmask.long.byte 0xEC 16.--23. 1. " PRI_238 ,Interrupt 238 Priority" hexmask.long.byte 0xEC 8.--15. 1. " PRI_237 ,Interrupt 237 Priority" hexmask.long.byte 0xEC 0.--7. 1. " PRI_236 ,Interrupt 236 Priority" else hgroup.long 0x400++0xEF hide.long 0x0 "IPR0,Interrupt Priority Register" hide.long 0x4 "IPR1,Interrupt Priority Register" hide.long 0x8 "IPR2,Interrupt Priority Register" hide.long 0xC "IPR3,Interrupt Priority Register" hide.long 0x10 "IPR4,Interrupt Priority Register" hide.long 0x14 "IPR5,Interrupt Priority Register" hide.long 0x18 "IPR6,Interrupt Priority Register" hide.long 0x1C "IPR7,Interrupt Priority Register" hide.long 0x20 "IPR8,Interrupt Priority Register" hide.long 0x24 "IPR9,Interrupt Priority Register" hide.long 0x28 "IPR10,Interrupt Priority Register" hide.long 0x2C "IPR11,Interrupt Priority Register" hide.long 0x30 "IPR12,Interrupt Priority Register" hide.long 0x34 "IPR13,Interrupt Priority Register" hide.long 0x38 "IPR14,Interrupt Priority Register" hide.long 0x3C "IPR15,Interrupt Priority Register" hide.long 0x40 "IPR16,Interrupt Priority Register" hide.long 0x44 "IPR17,Interrupt Priority Register" hide.long 0x48 "IPR18,Interrupt Priority Register" hide.long 0x4C "IPR19,Interrupt Priority Register" hide.long 0x50 "IPR20,Interrupt Priority Register" hide.long 0x54 "IPR21,Interrupt Priority Register" hide.long 0x58 "IPR22,Interrupt Priority Register" hide.long 0x5C "IPR23,Interrupt Priority Register" hide.long 0x60 "IPR24,Interrupt Priority Register" hide.long 0x64 "IPR25,Interrupt Priority Register" hide.long 0x68 "IPR26,Interrupt Priority Register" hide.long 0x6C "IPR27,Interrupt Priority Register" hide.long 0x70 "IPR28,Interrupt Priority Register" hide.long 0x74 "IPR29,Interrupt Priority Register" hide.long 0x78 "IPR30,Interrupt Priority Register" hide.long 0x7C "IPR31,Interrupt Priority Register" hide.long 0x80 "IPR32,Interrupt Priority Register" hide.long 0x84 "IPR33,Interrupt Priority Register" hide.long 0x88 "IPR34,Interrupt Priority Register" hide.long 0x8C "IPR35,Interrupt Priority Register" hide.long 0x90 "IPR36,Interrupt Priority Register" hide.long 0x94 "IPR37,Interrupt Priority Register" hide.long 0x98 "IPR38,Interrupt Priority Register" hide.long 0x9C "IPR39,Interrupt Priority Register" hide.long 0xA0 "IPR40,Interrupt Priority Register" hide.long 0xA4 "IPR41,Interrupt Priority Register" hide.long 0xA8 "IPR42,Interrupt Priority Register" hide.long 0xAC "IPR43,Interrupt Priority Register" hide.long 0xB0 "IPR44,Interrupt Priority Register" hide.long 0xB4 "IPR45,Interrupt Priority Register" hide.long 0xB8 "IPR46,Interrupt Priority Register" hide.long 0xBC "IPR47,Interrupt Priority Register" hide.long 0xC0 "IPR48,Interrupt Priority Register" hide.long 0xC4 "IPR49,Interrupt Priority Register" hide.long 0xC8 "IPR50,Interrupt Priority Register" hide.long 0xCC "IPR51,Interrupt Priority Register" hide.long 0xD0 "IPR52,Interrupt Priority Register" hide.long 0xD4 "IPR53,Interrupt Priority Register" hide.long 0xD8 "IPR54,Interrupt Priority Register" hide.long 0xDC "IPR55,Interrupt Priority Register" hide.long 0xE0 "IPR56,Interrupt Priority Register" hide.long 0xE4 "IPR57,Interrupt Priority Register" hide.long 0xE8 "IPR58,Interrupt Priority Register" hide.long 0xEC "IPR59,Interrupt Priority Register" endif tree.end width 0x0b else newline textline "COREDEBUG component base address not specified" newline endif tree.end tree "Debug" tree "Core Debug" sif COMPonent.AVAILABLE("COREDEBUG") base CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1)) width 7. if (((per.long(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0xDF0))&0x20001)==0x20000) group 0xDF0++0x03 line.long 0x00 "DHCSR,Debug Halting Control and Status Register" bitfld.long 0x00 31. " DBGKEY ,Debug Key" "0,1" bitfld.long 0x00 30. " DBGKEY ,Debug Key" "0,1" textline " " bitfld.long 0x00 29. " DBGKEY ,Debug Key" "0,1" bitfld.long 0x00 28. " DBGKEY ,Debug Key" "0,1" textline " " bitfld.long 0x00 27. " DBGKEY ,Debug Key" "0,1" bitfld.long 0x00 26. " DBGKEY ,Debug Key" "0,1" textline " " bitfld.long 0x00 25. " S_RESET_ST/DBGKEY ,Core Reset/Debug Key" "No reset,Reset" bitfld.long 0x00 24. " S_RETIRE_ST/DBGKEY ,Instruction completed since last read/Debug Key" "Not read,Read" textline " " bitfld.long 0x00 23. " DBGKEY ,Debug Key" "0,1" bitfld.long 0x00 22. " DBGKEY ,Debug Key" "0,1" textline " " bitfld.long 0x00 21. " DBGKEY ,Debug Key" "0,1" bitfld.long 0x00 20. " DBGKEY ,Debug Key" "0,1" textline " " bitfld.long 0x00 19. " S_LOCKUP/DBGKEY ,Core running and Lockup/Debug Key" "Not running,Running" bitfld.long 0x00 18. " S_SLEEP/DBGKEY ,Core is sleeping/Debug Key" "Not sleeping,Sleeping" textline " " bitfld.long 0x00 17. " S_HALT/DBGKEY ,Core Halted Status/Debug Key" "Not halted,Halted" bitfld.long 0x00 16. " S_REGRDY/DBGKEY ,Register Read/Write on the Debug Core Register Selector/Debug Key" "Not available,Available" textline " " bitfld.long 0x00 3. " C_MASKINTS ,Interrupts Mask" "Not masked,Masked" bitfld.long 0x00 1. " C_HALT ,Core Halted" "Not halted,Halted" textline " " bitfld.long 0x00 0. " C_DEBUGEN ,Debug Enable" "Disabled,Enabled" elif (((per.long(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0xDF0))&0x20001)==0x20001) group 0xDF0++0x03 line.long 0x00 "DHCSR,Debug Halting Control and Status Register" bitfld.long 0x00 31. " DBGKEY ,Debug Key" "0,1" bitfld.long 0x00 30. " DBGKEY ,Debug Key" "0,1" textline " " bitfld.long 0x00 29. " DBGKEY ,Debug Key" "0,1" bitfld.long 0x00 28. " DBGKEY ,Debug Key" "0,1" textline " " bitfld.long 0x00 27. " DBGKEY ,Debug Key" "0,1" bitfld.long 0x00 26. " DBGKEY ,Debug Key" "0,1" textline " " bitfld.long 0x00 25. " S_RESET_ST/DBGKEY ,Core Reset/Debug Key" "No reset,Reset" bitfld.long 0x00 24. " S_RETIRE_ST/DBGKEY ,Instruction completed since last read/Debug Key" "Not read,Read" textline " " bitfld.long 0x00 23. " DBGKEY ,Debug Key" "0,1" bitfld.long 0x00 22. " DBGKEY ,Debug Key" "0,1" textline " " bitfld.long 0x00 21. " DBGKEY ,Debug Key" "0,1" bitfld.long 0x00 20. " DBGKEY ,Debug Key" "0,1" textline " " bitfld.long 0x00 19. " S_LOCKUP/DBGKEY ,Core running and Lockup/Debug Key" "Not running,Running" bitfld.long 0x00 18. " S_SLEEP/DBGKEY ,Core is sleeping/Debug Key" "Not sleeping,Sleeping" textline " " bitfld.long 0x00 17. " S_HALT/DBGKEY ,Core Halted Status/Debug Key" "Not halted,Halted" bitfld.long 0x00 16. " S_REGRDY/DBGKEY ,Register Read/Write on the Debug Core Register Selector/Debug Key" "Not available,Available" textline " " bitfld.long 0x00 5. " C_SNAPSTALL ,Halting debug to gain control of the core" "Disabled,Enabled" bitfld.long 0x00 3. " C_MASKINTS ,Interrupts Mask" "Not masked,Masked" textline " " bitfld.long 0x00 2. " C_STEP ,Core Step" "No step,Step" bitfld.long 0x00 1. " C_HALT ,Core Halted" "Not halted,Halted" textline " " bitfld.long 0x00 0. " C_DEBUGEN ,Debug Enable" "Disabled,Enabled" elif (((per.long(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0xDF0))&0x20001)==0x0) group 0xDF0++0x03 line.long 0x00 "DHCSR,Debug Halting Control and Status Register" bitfld.long 0x00 31. " DBGKEY ,Debug Key" "0,1" bitfld.long 0x00 30. " DBGKEY ,Debug Key" "0,1" textline " " bitfld.long 0x00 29. " DBGKEY ,Debug Key" "0,1" bitfld.long 0x00 28. " DBGKEY ,Debug Key" "0,1" textline " " bitfld.long 0x00 27. " DBGKEY ,Debug Key" "0,1" bitfld.long 0x00 26. " DBGKEY ,Debug Key" "0,1" textline " " bitfld.long 0x00 25. " S_RESET_ST/DBGKEY ,Core Reset/Debug Key" "No reset,Reset" bitfld.long 0x00 24. " S_RETIRE_ST/DBGKEY ,Instruction completed since last read/Debug Key" "Not read,Read" textline " " bitfld.long 0x00 23. " DBGKEY ,Debug Key" "0,1" bitfld.long 0x00 22. " DBGKEY ,Debug Key" "0,1" textline " " bitfld.long 0x00 21. " DBGKEY ,Debug Key" "0,1" bitfld.long 0x00 20. " DBGKEY ,Debug Key" "0,1" textline " " bitfld.long 0x00 19. " S_LOCKUP/DBGKEY ,Core running and Lockup/Debug Key" "Not running,Running" bitfld.long 0x00 18. " S_SLEEP/DBGKEY ,Core is sleeping/Debug Key" "Not sleeping,Sleeping" textline " " bitfld.long 0x00 17. " S_HALT/DBGKEY ,Core Halted Status/Debug Key" "Not halted,Halted" bitfld.long 0x00 16. " S_REGRDY/DBGKEY ,Register Read/Write on the Debug Core Register Selector/Debug Key" "Not available,Available" textline " " bitfld.long 0x00 1. " C_HALT ,Core Halted" "Not halted,Halted" textline " " bitfld.long 0x00 0. " C_DEBUGEN ,Debug Enable" "Disabled,Enabled" elif (((per.long(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0xDF0))&0x20001)==0x00001) group 0xDF0++0x03 line.long 0x00 "DHCSR,Debug Halting Control and Status Register" bitfld.long 0x00 31. " DBGKEY ,Debug Key" "0,1" bitfld.long 0x00 30. " DBGKEY ,Debug Key" "0,1" textline " " bitfld.long 0x00 29. " DBGKEY ,Debug Key" "0,1" bitfld.long 0x00 28. " DBGKEY ,Debug Key" "0,1" textline " " bitfld.long 0x00 27. " DBGKEY ,Debug Key" "0,1" bitfld.long 0x00 26. " DBGKEY ,Debug Key" "0,1" textline " " bitfld.long 0x00 25. " S_RESET_ST/DBGKEY ,Core Reset/Debug Key" "No reset,Reset" bitfld.long 0x00 24. " S_RETIRE_ST/DBGKEY ,Instruction completed since last read/Debug Key" "Not read,Read" textline " " bitfld.long 0x00 23. " DBGKEY ,Debug Key" "0,1" bitfld.long 0x00 22. " DBGKEY ,Debug Key" "0,1" textline " " bitfld.long 0x00 21. " DBGKEY ,Debug Key" "0,1" bitfld.long 0x00 20. " DBGKEY ,Debug Key" "0,1" textline " " bitfld.long 0x00 19. " S_LOCKUP/DBGKEY ,Core running and Lockup/Debug Key" "Not running,Running" bitfld.long 0x00 18. " S_SLEEP/DBGKEY ,Core is sleeping/Debug Key" "Not sleeping,Sleeping" textline " " bitfld.long 0x00 17. " S_HALT/DBGKEY ,Core Halted Status/Debug Key" "Not halted,Halted" bitfld.long 0x00 16. " S_REGRDY/DBGKEY ,Register Read/Write on the Debug Core Register Selector/Debug Key" "Not available,Available" textline " " bitfld.long 0x00 2. " C_STEP ,Core Step" "No step,Step" bitfld.long 0x00 1. " C_HALT ,Core Halted" "Not halted,Halted" textline " " bitfld.long 0x00 0. " C_DEBUGEN ,Debug Enable" "Disabled,Enabled" endif wgroup 0xDF4++0x03 line.long 0x00 "DCRSR,Debug Core Register Selector Register" bitfld.long 0x00 16. " REGWNR ,Register Read/Write" "Read,Write" bitfld.long 0x00 0.--4. " REGSEL ,Register Selection" "R0,R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,xPSR/ Flags,MSP,PSP,RAZ/WI,CONTROL/FAULTMASK/BASEPRI/PRIMASK,?..." group 0xDF8++0x03 line.long 0x00 "DCRDR,Debug Core Register Data Register" if (((per.long(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1))+0xDFC))&0x10000)==0x10000) group.long 0xDFC++0x03 line.long 0x00 "DEMCR,Debug Exception and Monitor Control Register" bitfld.long 0x00 24. " TRCENA ,Global enable for all DWT and ITM features" "Disabled,Enabled" bitfld.long 0x00 19. " MON_REQ ,DebugMonitor semaphore bit" "0,1" bitfld.long 0x00 18. " MON_STEP ,Setting this bit to 1 makes the step request pending" "No step,Step" textline " " bitfld.long 0x00 17. " MON_PEND ,Sets or clears the pending state of the DebugMonitor exception" "Not pending,Pending" bitfld.long 0x00 16. " MON_EN ,Enable the DebugMonitor exception" "Disabled,Enabled" bitfld.long 0x00 10. " VC_HARDERR ,Enable halting debug trap on a HardFault exception" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " VC_INTERR ,Enable halting debug trap" "Disabled,Enabled" bitfld.long 0x00 8. " VC_BUSERR ,Enable halting debug trap on a BusFault exception" "Disabled,Enabled" bitfld.long 0x00 7. " VC_STATERR ,Enable halting debug trap on a UsageFault exception" "Disabled,Enabled" textline " " bitfld.long 0x00 6. " VC_CHKERR ,Enable halting debug trap on a UsageFault exception" "Disabled,Enabled" bitfld.long 0x00 5. " VC_NOCPERR ,Enable halting debug trap on a UsageFault caused by an access to a Coprocessor" "Disabled,Enabled" bitfld.long 0x00 4. " VC_MMERR ,Enable halting debug trap on a MemManage exception" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " VC_CORERESET ,Enable Reset Vector Catch" "Disabled,Enabled" else group.long 0xDFC++0x03 line.long 0x00 "DEMCR,Debug Exception and Monitor Control Register" bitfld.long 0x00 24. " TRCENA ,Global enable for all DWT and ITM features" "Disabled,Enabled" bitfld.long 0x00 19. " MON_REQ ,DebugMonitor semaphore bit" "0,1" textline " " bitfld.long 0x00 17. " MON_PEND ,Sets or clears the pending state of the DebugMonitor exception" "Not pending,Pending" bitfld.long 0x00 16. " MON_EN ,Enable the DebugMonitor exception" "Disabled,Enabled" bitfld.long 0x00 10. " VC_HARDERR ,Enable halting debug trap on a HardFault exception" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " VC_INTERR ,Enable halting debug trap" "Disabled,Enabled" bitfld.long 0x00 8. " VC_BUSERR ,Enable halting debug trap on a BusFault exception" "Disabled,Enabled" bitfld.long 0x00 7. " VC_STATERR ,Enable halting debug trap on a UsageFault exception" "Disabled,Enabled" textline " " bitfld.long 0x00 6. " VC_CHKERR ,Enable halting debug trap on a UsageFault exception" "Disabled,Enabled" bitfld.long 0x00 5. " VC_NOCPERR ,Enable halting debug trap on a UsageFault caused by an access to a Coprocessor" "Disabled,Enabled" bitfld.long 0x00 4. " VC_MMERR ,Enable halting debug trap on a MemManage exception" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " VC_CORERESET ,Enable Reset Vector Catch" "Disabled,Enabled" endif else newline textline "COREDEBUG component base address not specified" newline endif tree.end tree "Flash Patch and Breakpoint Unit (FPB)" sif COMPonent.AVAILABLE("FPB") base CONvert.ADDRESSTODUALPORT(COMPonent.BASE("FPB",-1)) width 10. group 0x00--0x27 line.long 0x00 "FP_CTRL,Flash Patch Control Register" bitfld.long 0x00 8.--11. " NUM_LIT ,Number of Literal Slots Field" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 4.--7. " NUM_CODE ,Number of Code Slots Field" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 1. " KEY ,Key Field" "Low,High" bitfld.long 0x00 0. " ENABLE ,Flash Patch Unit Enable" "Disabled,Enabled" ;group 0x04++0x03 line.long 0x04 "FP_REMAP,Flash Patch Remap Register" hexmask.long.tbyte 0x04 5.--28. 1. " REMAP ,Remap Base Address Field" ;group 0x08++0x03 line.long 0x8 "FP_COMP0,Flash Patch Comparator Register 0" bitfld.long 0x8 30.--31. " REPLACE ,REPLACE" "Remap to remap address,Set BKPT on lower halfword,Set BKPT on upper halfword,Set BKPT on both" hexmask.long 0x8 2.--28. 1. " COMP ,Comparison Address" bitfld.long 0x8 0. " ENABLE ,Compare and Remap Enable" "Disabled,Enabled" line.long 0xC "FP_COMP1,Flash Patch Comparator Register 1" bitfld.long 0xC 30.--31. " REPLACE ,REPLACE" "Remap to remap address,Set BKPT on lower halfword,Set BKPT on upper halfword,Set BKPT on both" hexmask.long 0xC 2.--28. 1. " COMP ,Comparison Address" bitfld.long 0xC 0. " ENABLE ,Compare and Remap Enable" "Disabled,Enabled" line.long 0x10 "FP_COMP2,Flash Patch Comparator Register 2" bitfld.long 0x10 30.--31. " REPLACE ,REPLACE" "Remap to remap address,Set BKPT on lower halfword,Set BKPT on upper halfword,Set BKPT on both" hexmask.long 0x10 2.--28. 1. " COMP ,Comparison Address" bitfld.long 0x10 0. " ENABLE ,Compare and Remap Enable" "Disabled,Enabled" line.long 0x14 "FP_COMP3,Flash Patch Comparator Register 3" bitfld.long 0x14 30.--31. " REPLACE ,REPLACE" "Remap to remap address,Set BKPT on lower halfword,Set BKPT on upper halfword,Set BKPT on both" hexmask.long 0x14 2.--28. 1. " COMP ,Comparison Address" bitfld.long 0x14 0. " ENABLE ,Compare and Remap Enable" "Disabled,Enabled" line.long 0x18 "FP_COMP4,Flash Patch Comparator Register 4" bitfld.long 0x18 30.--31. " REPLACE ,REPLACE" "Remap to remap address,Set BKPT on lower halfword,Set BKPT on upper halfword,Set BKPT on both" hexmask.long 0x18 2.--28. 1. " COMP ,Comparison Address" bitfld.long 0x18 0. " ENABLE ,Compare and Remap Enable" "Disabled,Enabled" line.long 0x1C "FP_COMP5,Flash Patch Comparator Register 5" bitfld.long 0x1C 30.--31. " REPLACE ,REPLACE" "Remap to remap address,Set BKPT on lower halfword,Set BKPT on upper halfword,Set BKPT on both" hexmask.long 0x1C 2.--28. 1. " COMP ,Comparison Address" bitfld.long 0x1C 0. " ENABLE ,Compare and Remap Enable" "Disabled,Enabled" line.long 0x20 "FP_COMP6,Flash Patch Comparator Register 6" bitfld.long 0x20 30.--31. " REPLACE ,REPLACE" "Remap to remap address,Set BKPT on lower halfword,Set BKPT on upper halfword,Set BKPT on both" hexmask.long 0x20 2.--28. 1. " COMP ,Comparison Address" bitfld.long 0x20 0. " ENABLE ,Compare and Remap Enable" "Disabled,Enabled" line.long 0x24 "FP_COMP7,Flash Patch Comparator Register 7" bitfld.long 0x24 30.--31. " REPLACE ,REPLACE" "Remap to remap address,Set BKPT on lower halfword,Set BKPT on upper halfword,Set BKPT on both" hexmask.long 0x24 2.--28. 1. " COMP ,Comparison Address" bitfld.long 0x24 0. " ENABLE ,Compare and Remap Enable" "Disabled,Enabled" tree "Coresight Management Registers" rgroup 0xfd0--0xfff line.long 0x00 "PID4,Peripheral ID4" line.long 0x04 "PID5,Peripheral ID5" line.long 0x08 "PID6,Peripheral ID6" line.long 0x0c "PID7,Peripheral ID7" line.long 0x10 "PID0,Peripheral ID0" line.long 0x14 "PID1,Peripheral ID1" line.long 0x18 "PID2,Peripheral ID2" line.long 0x1c "PID3,Peripheral ID3" line.long 0x20 "CID0,Component ID0" line.long 0x24 "CID1,Component ID1" line.long 0x28 "CID2,Component ID2" line.long 0x2c "CID3,Component ID3" tree.end else newline textline "FPB component base address not specified" newline endif tree.end tree "Data Watchpoint and Trace Unit (DWT)" sif COMPonent.AVAILABLE("DWT") base CONvert.ADDRESSTODUALPORT(COMPonent.BASE("DWT",-1)) width 15. group 0x00--0x1B line.long 0x00 "DWT_CTRL,DWT Control Register" bitfld.long 0x00 28.--31. " NUMCOMP ,Number of Comparators Field" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 22. " CYCEVTENA ,Enables Cycle Count Event" "Disabled,Enabled" bitfld.long 0x00 21. " FOLDEVTENA ,Enables Folded Instruction Count Event" "Disabled,Enabled" textline " " bitfld.long 0x00 20. " LSUEVTENA ,Enables LSU Count Event" "Disabled,Enabled" bitfld.long 0x00 19. " SLEEPEVTENA ,Enables Sleep Count Event" "Disabled,Enabled" bitfld.long 0x00 18. " EXCEVTENA ,Enables Interrupt Overhead Event" "Disabled,Enabled" textline " " bitfld.long 0x00 17. " CPIEVTENA ,Enables CPI Count Event" "Disabled,Enabled" bitfld.long 0x00 16. " EXCTRCENA ,Enables Interrupt Event Tracing" "Disabled,Enabled" bitfld.long 0x00 12. " PCSAMPLEENA ,Enables PC Sampling Event" "Disabled,Enabled" textline " " bitfld.long 0x00 10.--11. " SYNCTAP ,Feed Synchronization Pulse to the ITM SYNCEN Control" "Disabled,24,26,28" bitfld.long 0x00 9. " CYCTAP ,Selects a Tap on the DWT_CYCCNT Register" "Bit 6,Bit 10" bitfld.long 0x00 5.--8. " POSTCNT ,Post-Scalar Counter for CYCTAP" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x00 1.--4. " POSTPRESET ,Reload Value for POSTCNT Post-Scalar Counter" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 0. " CYCCNTENA ,Enable the DWT_CYCCNT Counter" "Disabled,Enabled" ;group 0x04++0x03 line.long 0x04 "DWT_CYCCNT,Cycle Count register" ;group 0x08++0x03 line.long 0x08 "DWT_CPICNT,DWT CPI Count Register" hexmask.long.byte 0x08 0.--7. 1. " CPICNT ,The base CPI counter" ;group 0x0c++0x03 line.long 0x0c "DWT_EXCCNT,DWT Exception Overhead Count Register" hexmask.long.byte 0x0c 0.--7. 1. " EXCCNT ,The exception overhead counter" ;group 0x10++0x03 line.long 0x10 "DWT_SLEEPCNT,DWT Sleep Count Register" hexmask.long.byte 0x10 0.--7. 1. " SLEEPCNT ,Sleep Counter" ;group 0x14++0x03 line.long 0x14 "DWT_LSUCNT,DWT LSU Count Register" hexmask.long.byte 0x14 0.--7. 1. " LSUCNT ,Load-store counter" ;group 0x18++0x03 line.long 0x18 "DWT_FOLDCNT,DWT Fold Count Register" hexmask.long.byte 0x18 0.--7. 1. " FOLDCNT ,Folded-instruction counter" group.long 0x20++0x03 line.long 0x00 "DWT_COMP0,DWT Comparator Register 0" group.long 0x30++0x03 line.long 0x00 "DWT_COMP1,DWT Comparator Register 1" group.long 0x40++0x03 line.long 0x00 "DWT_COMP2,DWT Comparator Register 2" group.long 0x50++0x03 line.long 0x00 "DWT_COMP3,DWT Comparator Register 3" group.long 0x24++0x03 line.long 0x00 "DWT_MASK0,DWT Mask Registers 0" bitfld.long 0x00 0.--3. " MASK ,Mask on Data Address when Matching Against COMP" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" group.long 0x34++0x03 line.long 0x00 "DWT_MASK1,DWT Mask Registers 1" bitfld.long 0x00 0.--3. " MASK ,Mask on Data Address when Matching Against COMP" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" group.long 0x44++0x03 line.long 0x00 "DWT_MASK2,DWT Mask Registers 2" bitfld.long 0x00 0.--3. " MASK ,Mask on Data Address when Matching Against COMP" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" group.long 0x54++0x03 line.long 0x00 "DWT_MASK3,DWT Mask Registers 3" bitfld.long 0x00 0.--3. " MASK ,Mask on Data Address when Matching Against COMP" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" if (((per.long(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("DWT",-1))+0x28))&0x20)==0x00) group.long 0x28++0x03 line.long 0x00 "DWT_FUNCTION0,DWT Function Registers 0" bitfld.long 0x00 16.--19. " DATAVADDR1 ,Data Value Comparator ID" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 12.--15. " DATAVADDR0 ,Data Value Comparator ID" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 10.--11. " DATAVSIZE ,Data Value Size" "byte,half,word,res" bitfld.long 0x00 9. " LNK1ENA ,DATAVADDR1 support" "Not Supported,Supported" bitfld.long 0x00 8. " DATAVMATCH ,Data value compare" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " CYCMATCH ,Comparator Compares Against the PC Sampler Counter" "Cleared,Set" bitfld.long 0x00 5. " EMITRANGE ,Emit Range Field" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--3. " FUNCTION ,FUNCTION settings" "Disabled,Sample and emit PC through ITM,Emit data through ITM,Sample PC and data value through ITM,Watchpoint on PC match,Watchpoint on read,Watchpoint on write,Watchpoint on read or write,ETM trigger on PC match,ETM trigger on read,ETM trigger on write,ETM trigger on read or write,?..." else group.long 0x28++0x03 line.long 0x00 "DWT_FUNCTION0,DWT Function Registers 0" bitfld.long 0x00 16.--19. " DATAVADDR1 ,Data Value Comparator ID" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 12.--15. " DATAVADDR0 ,Data Value Comparator ID" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 10.--11. " DATAVSIZE ,Data Value Size" "byte,half,word,res" bitfld.long 0x00 9. " LNK1ENA ,DATAVADDR1 support" "Not Supported,Supported" bitfld.long 0x00 8. " DATAVMATCH ,Data value compare" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " CYCMATCH ,Comparator Compares Against the PC Sampler Counter" "Cleared,Set" bitfld.long 0x00 5. " EMITRANGE ,Emit Range Field" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--3. " FUNCTION ,FUNCTION settings" "Disabled,Emit address offset through ITM,Emit data and address offset through ITM,Emit address offset and data value through ITM,Watchpoint on PC match,Watchpoint on read,Watchpoint on write,Watchpoint on read or write,ETM trigger on PC match,ETM trigger on read,ETM trigger on write,ETM trigger on read or write,?..." endif if (((per.long(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("DWT",-1))+0x38))&0x20)==0x00) group.long 0x38++0x03 line.long 0x00 "DWT_FUNCTION1,DWT Function Registers 1" bitfld.long 0x00 16.--19. " DATAVADDR1 ,Data Value Comparator ID" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 12.--15. " DATAVADDR0 ,Data Value Comparator ID" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 10.--11. " DATAVSIZE ,Data Value Size" "byte,half,word,res" bitfld.long 0x00 9. " LNK1ENA ,DATAVADDR1 support" "Not Supported,Supported" bitfld.long 0x00 8. " DATAVMATCH ,Data value compare" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " CYCMATCH ,Comparator Compares Against the PC Sampler Counter" "Cleared,Set" bitfld.long 0x00 5. " EMITRANGE ,Emit Range Field" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--3. " FUNCTION ,FUNCTION settings" "Disabled,Sample and emit PC through ITM,Emit data through ITM,Sample PC and data value through ITM,Watchpoint on PC match,Watchpoint on read,Watchpoint on write,Watchpoint on read or write,ETM trigger on PC match,ETM trigger on read,ETM trigger on write,ETM trigger on read or write,?..." else group.long 0x38++0x03 line.long 0x00 "DWT_FUNCTION1,DWT Function Registers 1" bitfld.long 0x00 16.--19. " DATAVADDR1 ,Data Value Comparator ID" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 12.--15. " DATAVADDR0 ,Data Value Comparator ID" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 10.--11. " DATAVSIZE ,Data Value Size" "byte,half,word,res" bitfld.long 0x00 9. " LNK1ENA ,DATAVADDR1 support" "Not Supported,Supported" bitfld.long 0x00 8. " DATAVMATCH ,Data value compare" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " CYCMATCH ,Comparator Compares Against the PC Sampler Counter" "Cleared,Set" bitfld.long 0x00 5. " EMITRANGE ,Emit Range Field" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--3. " FUNCTION ,FUNCTION settings" "Disabled,Emit address offset through ITM,Emit data and address offset through ITM,Emit address offset and data value through ITM,Watchpoint on PC match,Watchpoint on read,Watchpoint on write,Watchpoint on read or write,ETM trigger on PC match,ETM trigger on read,ETM trigger on write,ETM trigger on read or write,?..." endif if (((per.long(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("DWT",-1))+0x48))&0x20)==0x00) group.long 0x48++0x03 line.long 0x00 "DWT_FUNCTION2,DWT Function Registers 2" bitfld.long 0x00 16.--19. " DATAVADDR1 ,Data Value Comparator ID" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 12.--15. " DATAVADDR0 ,Data Value Comparator ID" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 10.--11. " DATAVSIZE ,Data Value Size" "byte,half,word,res" bitfld.long 0x00 9. " LNK1ENA ,DATAVADDR1 support" "Not Supported,Supported" bitfld.long 0x00 8. " DATAVMATCH ,Data value compare" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " CYCMATCH ,Comparator Compares Against the PC Sampler Counter" "Cleared,Set" bitfld.long 0x00 5. " EMITRANGE ,Emit Range Field" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--3. " FUNCTION ,FUNCTION settings" "Disabled,Sample and emit PC through ITM,Emit data through ITM,Sample PC and data value through ITM,Watchpoint on PC match,Watchpoint on read,Watchpoint on write,Watchpoint on read or write,ETM trigger on PC match,ETM trigger on read,ETM trigger on write,ETM trigger on read or write,?..." else group.long 0x48++0x03 line.long 0x00 "DWT_FUNCTION2,DWT Function Registers 2" bitfld.long 0x00 16.--19. " DATAVADDR1 ,Data Value Comparator ID" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 12.--15. " DATAVADDR0 ,Data Value Comparator ID" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 10.--11. " DATAVSIZE ,Data Value Size" "byte,half,word,res" bitfld.long 0x00 9. " LNK1ENA ,DATAVADDR1 support" "Not Supported,Supported" bitfld.long 0x00 8. " DATAVMATCH ,Data value compare" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " CYCMATCH ,Comparator Compares Against the PC Sampler Counter" "Cleared,Set" bitfld.long 0x00 5. " EMITRANGE ,Emit Range Field" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--3. " FUNCTION ,FUNCTION settings" "Disabled,Emit address offset through ITM,Emit data and address offset through ITM,Emit address offset and data value through ITM,Watchpoint on PC match,Watchpoint on read,Watchpoint on write,Watchpoint on read or write,ETM trigger on PC match,ETM trigger on read,ETM trigger on write,ETM trigger on read or write,?..." endif if (((per.long(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("DWT",-1))+0x58))&0x20)==0x00) group.long 0x58++0x03 line.long 0x00 "DWT_FUNCTION3,DWT Function Registers 3" bitfld.long 0x00 16.--19. " DATAVADDR1 ,Data Value Comparator ID" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 12.--15. " DATAVADDR0 ,Data Value Comparator ID" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 10.--11. " DATAVSIZE ,Data Value Size" "byte,half,word,res" bitfld.long 0x00 9. " LNK1ENA ,DATAVADDR1 support" "Not Supported,Supported" bitfld.long 0x00 8. " DATAVMATCH ,Data value compare" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " CYCMATCH ,Comparator Compares Against the PC Sampler Counter" "Cleared,Set" bitfld.long 0x00 5. " EMITRANGE ,Emit Range Field" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--3. " FUNCTION ,FUNCTION settings" "Disabled,Sample and emit PC through ITM,Emit data through ITM,Sample PC and data value through ITM,Watchpoint on PC match,Watchpoint on read,Watchpoint on write,Watchpoint on read or write,ETM trigger on PC match,ETM trigger on read,ETM trigger on write,ETM trigger on read or write,?..." else group.long 0x58++0x03 line.long 0x00 "DWT_FUNCTION3,DWT Function Registers 3" bitfld.long 0x00 16.--19. " DATAVADDR1 ,Data Value Comparator ID" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 12.--15. " DATAVADDR0 ,Data Value Comparator ID" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 10.--11. " DATAVSIZE ,Data Value Size" "byte,half,word,res" bitfld.long 0x00 9. " LNK1ENA ,DATAVADDR1 support" "Not Supported,Supported" bitfld.long 0x00 8. " DATAVMATCH ,Data value compare" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " CYCMATCH ,Comparator Compares Against the PC Sampler Counter" "Cleared,Set" bitfld.long 0x00 5. " EMITRANGE ,Emit Range Field" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--3. " FUNCTION ,FUNCTION settings" "Disabled,Emit address offset through ITM,Emit data and address offset through ITM,Emit address offset and data value through ITM,Watchpoint on PC match,Watchpoint on read,Watchpoint on write,Watchpoint on read or write,ETM trigger on PC match,ETM trigger on read,ETM trigger on write,ETM trigger on read or write,?..." endif tree "Coresight Management Registers" rgroup 0xfd0--0xfff line.long 0x00 "PID4,Peripheral ID4" line.long 0x04 "PID5,Peripheral ID5" line.long 0x08 "PID6,Peripheral ID6" line.long 0x0c "PID7,Peripheral ID7" line.long 0x10 "PID0,Peripheral ID1" line.long 0x14 "PID1,Peripheral ID2" line.long 0x18 "PID2,Peripheral ID3" line.long 0x1c "PID3,Peripheral ID4" line.long 0x20 "CID0,Component ID0" line.long 0x24 "CID1,Component ID1" line.long 0x28 "CID2,Component ID2" line.long 0x2c "CID3,Component ID3" tree.end else newline textline "DWT component base address not specified" newline endif tree.end tree.end AUTOINDENT.POP tree.end config 16. 8. tree "PWRMAN (Power Manager)" base ad:0x40090800 width 25. group.long 0x00++0x0B line.long 0x00 "PWRMAN_PWR_RST_CTRL,Power Reset Control And Status" bitfld.long 0x00 31. " LOW_POWER_MODE ,Power manager dynamic clock gating enable" "Disabled,Enabled" rbitfld.long 0x00 22. " POR ,Reset caused by - power on reset (Por)" "No reset,Reset" rbitfld.long 0x00 21. " SRSTN_ASSERTION ,Reset caused by - external system reset" "No reset,Reset" textline " " rbitfld.long 0x00 20. " ARM_LOCKUP ,Reset caused by - ARM lockup" "No reset,Reset" rbitfld.long 0x00 19. " FW_COMMAND_ARM ,Reset caused by - firmware commanded reset (Arm core)" "No reset,Reset" rbitfld.long 0x00 18. " WATCHDOG_TIMEOUT ,Reset caused by - watchdog reset" "No reset,Reset" textline " " rbitfld.long 0x00 17. " FW_COMMAND_SYSMAN ,Reset caused by - firmware commanded reset (Sysman)" "No reset,Reset" rbitfld.long 0x00 16. " TAMPER_DETECT ,Reset caused by - tamper detect" "No reset,Reset" bitfld.long 0x00 12. " WUD_CLEAR ,I/O WUD clear" "No effect,Clear" textline " " bitfld.long 0x00 9. " ARM_LOCKUP_RESET ,ARM lockup reset" "No reset,Reset" bitfld.long 0x00 8. " FIRMWARE_RESET ,Firmware initiated reset" "No reset,Reset" bitfld.long 0x00 5. " PULLUPS_ENABLED ,Static pullups enabled" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " USB_POWERED ,USB powered" "Powered off,Powered on" bitfld.long 0x00 3. " IO_ACTIVE ,I/O active" "Inactive,Active" bitfld.long 0x00 2. " AFE_POWERED ,AFE powered" "Powered off,Powered on" line.long 0x04 "PWRMAN_INTFL,Interrupt Flags" eventfld.long 0x04 4. " VDDA_WARNING ,Vdda warning monitor interrupt flag" "No interrupt,Interrupt" eventfld.long 0x04 3. " V3_3_RESET ,3.3V reset monitor interrupt flag" "No interrupt,Interrupt" eventfld.long 0x04 2. " RTC_WARNING ,RTC warning monitor interrupt flag" "No interrupt,Interrupt" textline " " eventfld.long 0x04 1. " V3_3_WARNING ,3.3V warning monitor interrupt flag" "No interrupt,Interrupt" eventfld.long 0x04 0. " V1_8_WARNING ,1.8V warning monitor interrupt flag" "No interrupt,Interrupt" line.long 0x08 "PWRMAN_INTEN,Interrupt Enable/disable Controls" bitfld.long 0x08 4. " VDDA_WARNING ,Vdda warning monitor interrupt enable" "Disabled,Enabled" bitfld.long 0x08 3. " V3_3_RESET ,3.3V reset monitor interrupt enable" "Disabled,Enabled" bitfld.long 0x08 2. " RTC_WARNING ,RTC warning monitor interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x08 1. " V3_3_WARNING ,3.3V warning monitor interrupt enable" "Disabled,Enabled" bitfld.long 0x08 0. " V1_8_WARNING ,1.8V warning monitor interrupt enable" "Disabled,Enabled" rgroup.long 0x0C++0x03 line.long 0x00 "PWRMAN_SVM_EVENTS,SVM Event Status Flags (Read-only)" bitfld.long 0x00 4. " VDDA_WARNING ,Vdda warning monitor event input" "0,1" bitfld.long 0x00 3. " V3_3_RESET ,3.3V reset monitor event input" "0,1" bitfld.long 0x00 2. " RTC_WARNING ,RTC warning monitor event input" "0,1" textline " " bitfld.long 0x00 1. " V3_3_WARNING ,3.3V warning monitor event input" "0,1" bitfld.long 0x00 0. " V1_8_WARNING ,1.8V warning monitor event input" "0,1" group.long 0x10++0x03 line.long 0x00 "PWRMAN_WUD_CTRL,Wake-Up Detect Control" bitfld.long 0x00 12. " CLEAR_ALL ,Clear all WUD pad states" "No effect,Clear" bitfld.long 0x00 8.--9. " PAD_MODE ,Wake-Up pad signal mode" "Clear/activate WUD,WUD act hi/lo,Weak hi/lo,No state change" bitfld.long 0x00 0.--5. " PAD_SELECT ,Wake-Up pad select" "P0.0,P0.1,P0.2,P0.3,P0.4,P0.5,P0.6,P0.7,P1.0,P1.1,P1.2,P1.3,P1.4,P1.5,P1.6,P1.7,P2.0,P2.1,P2.2,P2.3,P2.4,P2.5,P2.6,P2.7,P3.0,P3.1,P3.2,P3.3,P3.4,P3.5,P3.6,P3.7,P4.0,P4.1,P4.2,P4.3,P4.4,P4.5,P4.6,P4.7,P5.0,P5.1,P5.2,P5.3,P5.4,P5.5,P5.6,P5.7,P6.0,P6.1,P6.2,P6.3,P6.4,P6.5,P6.6,P6.7,P7.0,P7.1,P7.2,P7.3,P7.4,P7.5,P7.6,P7.7" wgroup.long 0x14++0x07 line.long 0x00 "PWRMAN_WUD_PULSE0,WUD Pulse To Mode Bit 0" line.long 0x04 "PWRMAN_WUD_PULSE1,WUD Pulse To Mode Bit 1" rgroup.long 0x30++0x13 line.long 0x00 "PWRMAN_WUD_SEEN0,Wake-up Detect Status For P0/P1/P2/P3" bitfld.long 0x00 31. " GPIO31 ,Wake-Up detect status for P3.7" "Not detected,Detected" bitfld.long 0x00 30. " GPIO30 ,Wake-Up detect status for P3.6" "Not detected,Detected" bitfld.long 0x00 29. " GPIO29 ,Wake-Up detect status for P3.5" "Not detected,Detected" bitfld.long 0x00 28. " GPIO28 ,Wake-Up detect status for P3.4" "Not detected,Detected" textline " " bitfld.long 0x00 27. " GPIO27 ,Wake-Up detect status for P3.3" "Not detected,Detected" bitfld.long 0x00 26. " GPIO26 ,Wake-Up detect status for P3.2" "Not detected,Detected" bitfld.long 0x00 25. " GPIO25 ,Wake-Up detect status for P3.1" "Not detected,Detected" bitfld.long 0x00 24. " GPIO24 ,Wake-Up detect status for P3.0" "Not detected,Detected" textline " " bitfld.long 0x00 23. " GPIO23 ,Wake-Up detect status for P2.7" "Not detected,Detected" bitfld.long 0x00 22. " GPIO22 ,Wake-Up detect status for P2.6" "Not detected,Detected" bitfld.long 0x00 21. " GPIO21 ,Wake-Up detect status for P2.5" "Not detected,Detected" bitfld.long 0x00 20. " GPIO20 ,Wake-Up detect status for P2.4" "Not detected,Detected" textline " " bitfld.long 0x00 19. " GPIO19 ,Wake-Up detect status for P2.3" "Not detected,Detected" bitfld.long 0x00 18. " GPIO18 ,Wake-Up detect status for P2.2" "Not detected,Detected" bitfld.long 0x00 17. " GPIO17 ,Wake-Up detect status for P2.1" "Not detected,Detected" bitfld.long 0x00 16. " GPIO16 ,Wake-Up detect status for P2.0" "Not detected,Detected" textline " " bitfld.long 0x00 15. " GPIO15 ,Wake-Up detect status for P1.7" "Not detected,Detected" bitfld.long 0x00 14. " GPIO14 ,Wake-Up detect status for P1.6" "Not detected,Detected" bitfld.long 0x00 13. " GPIO13 ,Wake-Up detect status for P1.5" "Not detected,Detected" bitfld.long 0x00 12. " GPIO12 ,Wake-Up detect status for P1.4" "Not detected,Detected" textline " " bitfld.long 0x00 11. " GPIO11 ,Wake-Up detect status for P1.3" "Not detected,Detected" bitfld.long 0x00 10. " GPIO10 ,Wake-Up detect status for P1.2" "Not detected,Detected" bitfld.long 0x00 9. " GPIO9 ,Wake-Up detect status for P1.1" "Not detected,Detected" bitfld.long 0x00 8. " GPIO8 ,Wake-Up detect status for P1.0" "Not detected,Detected" textline " " bitfld.long 0x00 7. " GPIO7 ,Wake-Up detect status for P0.7" "Not detected,Detected" bitfld.long 0x00 6. " GPIO6 ,Wake-Up detect status for P0.6" "Not detected,Detected" bitfld.long 0x00 5. " GPIO5 ,Wake-Up detect status for P0.5" "Not detected,Detected" bitfld.long 0x00 4. " GPIO4 ,Wake-Up detect status for P0.4" "Not detected,Detected" textline " " bitfld.long 0x00 3. " GPIO3 ,Wake-Up detect status for P0.3" "Not detected,Detected" bitfld.long 0x00 2. " GPIO2 ,Wake-Up detect status for P0.2" "Not detected,Detected" bitfld.long 0x00 1. " GPIO1 ,Wake-Up detect status for P0.1" "Not detected,Detected" bitfld.long 0x00 0. " GPIO0 ,Wake-Up detect status for P0.0" "Not detected,Detected" line.long 0x04 "PWRMAN_WUD_SEEN1,Wake-up Detect Status For P4/P5/P6/P7" bitfld.long 0x04 31. " GPIO63 ,Wake-Up detect status for P7.7" "Not detected,Detected" bitfld.long 0x04 30. " GPIO62 ,Wake-Up detect status for P7.6" "Not detected,Detected" bitfld.long 0x04 29. " GPIO61 ,Wake-Up detect status for P7.5" "Not detected,Detected" bitfld.long 0x04 28. " GPIO60 ,Wake-Up detect status for P7.4" "Not detected,Detected" textline " " bitfld.long 0x04 27. " GPIO59 ,Wake-Up detect status for P7.3" "Not detected,Detected" bitfld.long 0x04 26. " GPIO58 ,Wake-Up detect status for P7.2" "Not detected,Detected" bitfld.long 0x04 25. " GPIO57 ,Wake-Up detect status for P7.1" "Not detected,Detected" bitfld.long 0x04 24. " GPIO56 ,Wake-Up detect status for P7.0" "Not detected,Detected" textline " " bitfld.long 0x04 23. " GPIO55 ,Wake-Up detect status for P6.7" "Not detected,Detected" bitfld.long 0x04 22. " GPIO54 ,Wake-Up detect status for P6.6" "Not detected,Detected" bitfld.long 0x04 21. " GPIO53 ,Wake-Up detect status for P6.5" "Not detected,Detected" bitfld.long 0x04 20. " GPIO52 ,Wake-Up detect status for P6.4" "Not detected,Detected" textline " " bitfld.long 0x04 19. " GPIO51 ,Wake-Up detect status for P6.3" "Not detected,Detected" bitfld.long 0x04 18. " GPIO50 ,Wake-Up detect status for P6.2" "Not detected,Detected" bitfld.long 0x04 17. " GPIO49 ,Wake-Up detect status for P6.1" "Not detected,Detected" bitfld.long 0x04 16. " GPIO48 ,Wake-Up detect status for P6.0" "Not detected,Detected" textline " " bitfld.long 0x04 15. " GPIO47 ,Wake-Up detect status for P5.7" "Not detected,Detected" bitfld.long 0x04 14. " GPIO46 ,Wake-Up detect status for P5.6" "Not detected,Detected" bitfld.long 0x04 13. " GPIO45 ,Wake-Up detect status for P5.5" "Not detected,Detected" bitfld.long 0x04 12. " GPIO44 ,Wake-Up detect status for P5.4" "Not detected,Detected" textline " " bitfld.long 0x04 11. " GPIO43 ,Wake-Up detect status for P5.3" "Not detected,Detected" bitfld.long 0x04 10. " GPIO42 ,Wake-Up detect status for P5.2" "Not detected,Detected" bitfld.long 0x04 9. " GPIO41 ,Wake-Up detect status for P5.1" "Not detected,Detected" bitfld.long 0x04 8. " GPIO40 ,Wake-Up detect status for P5.0" "Not detected,Detected" textline " " bitfld.long 0x04 7. " GPIO39 ,Wake-Up detect status for P4.7" "Not detected,Detected" bitfld.long 0x04 6. " GPIO38 ,Wake-Up detect status for P4.6" "Not detected,Detected" bitfld.long 0x04 5. " GPIO37 ,Wake-Up detect status for P4.5" "Not detected,Detected" bitfld.long 0x04 4. " GPIO36 ,Wake-Up detect status for P4.4" "Not detected,Detected" textline " " bitfld.long 0x04 3. " GPIO35 ,Wake-Up detect status for P4.3" "Not detected,Detected" bitfld.long 0x04 2. " GPIO34 ,Wake-Up detect status for P4.2" "Not detected,Detected" bitfld.long 0x04 1. " GPIO33 ,Wake-Up detect status for P4.1" "Not detected,Detected" bitfld.long 0x04 0. " GPIO32 ,Wake-Up detect status for P4.0" "Not detected,Detected" line.long 0x08 "PWRMAN_DIE_TYPE,Die Type ID Register" line.long 0x0C "PWRMAN_BASE_PART_NUM,Base Part Number" bitfld.long 0x0C 28. " PACKAGE_SELECT ,Package select" "0,1" hexmask.long.word 0x0C 0.--15. 1. " BASE_PART_NUMBER ,Base part number" line.long 0x10 "PWRMAN_MASK_ID0,Mask ID Register 0" hexmask.long 0x10 4.--31. 1. " MASK_ID ,Mask ID[27:0]" bitfld.long 0x10 0.--3. " REVISION_ID ,Revision ID" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" group.long 0x44++0x07 line.long 0x00 "PWRMAN_MASK_ID1,Mask ID Register 1" bitfld.long 0x00 31. " MASK_ID_ENABLE ,Enable mask ID" "Disabled,Enabled" hexmask.long 0x00 0.--30. 1. " MASK_ID ,Mask ID[58:28]" line.long 0x04 "PWRMAN_PERIPHERAL_RESET,Peripheral Reset Control Register" bitfld.long 0x04 25. " SSB ,Reset RTC SSB" "No reset,Reset" textline " " sif (cpuis("MAX3260*B")) bitfld.long 0x04 24. " TPU ,Reset TPU" "No reset,Reset" textline " " endif bitfld.long 0x04 23. " CRC ,Reset CRC engine" "No reset,Reset" bitfld.long 0x04 22. " I2CS ,Reset I2C slave" "No reset,Reset" bitfld.long 0x04 21. " I2CM1 ,Reset I2C master 1" "No reset,Reset" textline " " bitfld.long 0x04 20. " I2CM0 ,Reset I2C master 0" "No reset,Reset" bitfld.long 0x04 19. " SPI2 ,Reset SPI 2" "No reset,Reset" bitfld.long 0x04 18. " SPI1 ,Reset SPI 1" "No reset,Reset" textline " " bitfld.long 0x04 17. " SPI0 ,Reset SPI 0" "No reset,Reset" bitfld.long 0x04 16. " PULSE_TRAIN ,Reset all pulse trains" "No reset,Reset" bitfld.long 0x04 15. " GPIO ,Reset GPIO module" "No reset,Reset" textline " " sif (cpuis("MAX32600P*")||cpuis("MAX32600M*")) bitfld.long 0x04 14. " LCD ,Reset LCD" "No reset,Reset" textline " " endif bitfld.long 0x04 13. " DMA ,Reset DMA/PMU" "No reset,Reset" bitfld.long 0x04 12. " DAC3 ,Reset 8-Bit DAC 1" "No reset,Reset" bitfld.long 0x04 11. " DAC2 ,Reset 8-Bit DAC 0" "No reset,Reset" textline " " bitfld.long 0x04 10. " DAC1 ,Reset 12-Bit DAC 1" "No reset,Reset" bitfld.long 0x04 9. " DAC0 ,Reset 12-Bit DAC 0" "No reset,Reset" bitfld.long 0x04 8. " ADC ,Reset ADC" "No reset,Reset" textline " " bitfld.long 0x04 7. " USB ,Reset USB" "No reset,Reset" bitfld.long 0x04 6. " WATCHDOG0 ,Reset watchdog timer 0" "No reset,Reset" bitfld.long 0x04 5. " TIMER3 ,Reset timer3" "No reset,Reset" textline " " bitfld.long 0x04 4. " TIMER2 ,Reset timer2" "No reset,Reset" bitfld.long 0x04 3. " TIMER1 ,Reset timer1" "No reset,Reset" bitfld.long 0x04 2. " TIMER0 ,Reset timer0" "No reset,Reset" textline " " bitfld.long 0x04 1. " UART1 ,Reset UART1" "No reset,Reset" bitfld.long 0x04 0. " UART0 ,Reset UART0" "No reset,Reset" width 0x0B tree.end tree "PWRSEQ (Power Sequencer)" base ad:0x40090A30 width 18. group.long 0x00++0x1B line.long 0x00 "PWRSEQ_REG0,Power Sequencer Control Register 0" bitfld.long 0x00 19. " PWR_SVMVDDA3EN ,Enable VDDA3 SVM operation (In run mode only)" "Disabled,Enabled" bitfld.long 0x00 18. " PWR_SVMRTCEN_SLP ,Enable VRTC SVM operation in sleep mode" "Disabled,Enabled" bitfld.long 0x00 17. " PWR_SVMRTCEN_RUN ,Enable VRTC SVM operation in run mode" "Disabled,Enabled" textline " " bitfld.long 0x00 16. " PWR_SVM1EN_SLP ,Enable VREG18 SVM operation in sleep mode" "Disabled,Enabled" bitfld.long 0x00 15. " PWR_SVM1EN_RUN ,Enable VREG18 SVM operation in run mode" "Disabled,Enabled" bitfld.long 0x00 14. " PWR_SVM3EN_SLP ,Enable VDD3 SVM operation in sleep mode" "Disabled,Enabled" textline " " bitfld.long 0x00 13. " PWR_SVM3EN_RUN ,Enable VDD3 SVM operation in run mode" "Disabled,Enabled" bitfld.long 0x00 12. " PWR_RTCEN_SLP ,Enable real time clock operation in sleep mode" "Disabled,Enabled" bitfld.long 0x00 11. " PWR_RTCEN_RUN ,Enable real time clock operation in run mode" "Disabled,Enabled" textline " " bitfld.long 0x00 10. " PWR_NREN_SLP ,Enable nano oscillator in sleep mode" "Disabled,Enabled" bitfld.long 0x00 9. " PWR_NREN_RUN ,Enable nano oscillator in run mode" "Disabled,Enabled" bitfld.long 0x00 8. " PWR_ROEN_SLP ,Enable system relaxation oscillator in sleep mode" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " PWR_ROEN_RUN ,Enable system relaxation oscillator in run mode" "Disabled,Enabled" bitfld.long 0x00 6. " PWR_CHZYEN_SLP ,Enable backup 1.8V LDO operation in sleep mode" "Disabled,Enabled" bitfld.long 0x00 5. " PWR_CHZYEN_RUN ,Enable backup 1.8V LDO operation in run mode" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " PWR_LDOEN_SLP ,Enable main 1.8V LDO operation in sleep mode" "Disabled,Enabled" bitfld.long 0x00 3. " PWR_LDOEN_RUN ,Enable main 1.8V LDO operation in run mode" "Disabled,Enabled" bitfld.long 0x00 2. " PWR_SYS_REBOOT ,Firmware system reboot request" "Not requested,Requested" textline " " bitfld.long 0x00 1. " PWR_FIRST_BOOT ,Wake on first boot" "Disabled,Enabled" bitfld.long 0x00 0. " PWR_LP1 ,Shutdown power mode select" "LP0,LP1" line.long 0x04 "PWRSEQ_REG1,Power Sequencer Control Register 1" bitfld.long 0x04 14. " PWR_GPIO_FREEZE ,Freeze GPIO WUD and keeper latches" "Not frozen,Frozen" bitfld.long 0x04 13. " PWR_MAN_VDDIO_SW1 ,Manual override for VDDIO SW1" "VREG18,VDDIO" bitfld.long 0x04 12. " PWR_MAN_VDDIO_SW2 ,Manual override for VDDIO SW2" "VREG18,VDDIO" textline " " bitfld.long 0x04 11. " PWR_MAN_VDDIO_SW ,Manual override enable for VDDIO switch 1/2" "No effect,1&2 enabled" bitfld.long 0x04 10. " PWR_PD_VDDIO ,Power down VDDIO supply rail" "Powered on,Powered down" bitfld.long 0x04 9. " PWR_TEMP_SENSOR_PD ,Power down internal temperature sensor" "Powered on,Powered down" textline " " bitfld.long 0x04 8. " PWR_PD_VDDA3 ,Power down VDDA3 supply rail" "Powered on,Powered down" hexmask.long.byte 0x04 0.--7. 1. " PWR_TRIKL_CHRG ,Trickle charge control for VRTC external capacitor" line.long 0x08 "PWRSEQ_REG2,Power Sequencer Control Register 2" bitfld.long 0x08 25.--30. " PWR_WVDDA3 ,VDDA3 decode" "3.48V,3.45V,3.42V,3.39V,3.36V,3.33V,3.30V,3.27V,3.24V,3.21V,3.18V,3.15V,3.12V,3.09V,3.06V,3.03V,3.00V,2.97V,2.94V,2.91V,2.88V,2.85V,2.82V,2.79V,2.76V,2.73V,2.70V,2.67V,2.64V,2.61V,2.58V,2.55V,2.52V,2.49V,2.46V,2.43V,2.40V,2.37V,2.34V,2.31V,2.28V,2.25V,2.22V,2.19V,2.16V,2.13V,2.10V,2.07V,2.04V,2.01V,1.98V,1.95V,1.92V,1.89V,1.86V,1.83V,1.80V,1.77V,1.74V,1.71V,1.68V,1.65V,1.62V,1.59V" bitfld.long 0x08 20.--24. " PWR_WRTC ,VRTC decode" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31" bitfld.long 0x08 15.--19. " PWR_W1_LOW ,VREG18 warning LOW decode" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31" textline " " bitfld.long 0x08 10.--14. " PWR_W1 ,VREG18 warning decode" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31" bitfld.long 0x08 5.--9. " PWR_W3 ,VDD3 warning decode" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31" bitfld.long 0x08 0.--4. " PWR_RST3 ,VDD3 reset decode" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31" line.long 0x0C "PWRSEQ_REG3,Power Sequencer Control Register 3" bitfld.long 0x0C 17.--18. " PWR_BO_TC ,Brownout detection time constant" "0,1,2,3" bitfld.long 0x0C 16. " PWR_QUICK_CNT ,500ms timeout during powerfail/bootfail events" "Not completed,Completed" bitfld.long 0x0C 15. " PWR_RO_CLK_MUX ,Relaxation clock mux" "Rel oscillator,External clock" textline " " bitfld.long 0x0C 13.--14. " PWR_SVM_CLK_MUX ,SVM clock mux" "Nano oscillator,RTC clock,Rel oscillator,External clock" bitfld.long 0x0C 10.--12. " PWR_PWRFLTRROSEL ,Power filter relaxation oscillator stable timeout" "Bypass,2 clocks,4 clocks,8 clocks,16 clocks,32 clocks,64 clocks,128 clocks" bitfld.long 0x0C 8.--9. " PWR_PWRFLTRSVMSELO ,Power filter SVM timeout count" "Bypass,2 clocks,4 clocks,8 clocks" textline " " bitfld.long 0x0C 5.--7. " PWR_SVMSEL ,SVM timeout count" "Bypass,30 sec,1 min,2 min,4 min,8 min,16 min,32 min" bitfld.long 0x0C 3.--4. " PWR_ROSEL_QUICK ,Quick relaxation oscillator stable timeout (In RO clocks)" "Bypass,64 clocks,128 clocks,256 clocks" bitfld.long 0x0C 0.--2. " PWR_ROSEL ,Relaxation oscillator stable timeout setting (In RO clocks)" "Bypass,64 clocks,128 clocks,256 clocks,512 clocks,1024 clocks,2048 clocks,262144 clocks" line.long 0x10 "PWRSEQ_REG4,Power Sequencer Control Register 4" bitfld.long 0x10 6. " PWR_USB_FRC_VDD ,Force use of VDD rail instead of VDDB rail while USB power is available" "Not forced,Forced" bitfld.long 0x10 5. " PWR_USB_LDO_OFF ,Turn off 5V to 3.3V LDO while USB power is available" "On,Off" bitfld.long 0x10 4. " PWR_USB_TO_VDD_FAST ,Switch to VDD rail as soon as VDDBOK is deasserted" "Slow,Fast" textline " " bitfld.long 0x10 3. " PWR_USB_DIS_COMP ,Disable USB protection comparator" "Enabled,Disabled" bitfld.long 0x10 2. " PWR_USB_PROT_TRIM ,USB protection trimming" "Not trimmed,Trimmed" bitfld.long 0x10 1. " PWR_TM_FAST_TIMERS ,Enable fast timers for simulation (Test mode)" "Disabled,Enabled" textline " " bitfld.long 0x10 0. " PWR_TM_PS_2_GPIO ,Enable power sequencer signals to GPIO pads (Test mode)" "Disabled,Enabled" line.long 0x14 "PWRSEQ_REG5,Power Sequencer Control Register 5 (Trim 0)" hexmask.long.byte 0x14 15.--21. 1. " PWR_TRIM_OSC_VREF ,Relaxation oscillator trimming" bitfld.long 0x14 10.--14. " PWR_TRIM_REG3P3 ,5V to 3.3V LDO trimming" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31" bitfld.long 0x14 6.--9. " PWR_TRIM_REG1P8 ,3V to 1.8V LDO trimming" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x14 0.--5. " PWR_TRIM_SVM_BG ,Power manager bandgap trimming" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63" line.long 0x18 "PWRSEQ_REG6,Power Sequencer Control Register 6 (Trim 1)" bitfld.long 0x18 7.--10. " PWR_TRIM_USB_DM_RES ,USB data minus slew rate trimming" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x18 3.--6. " PWR_TRIM_USB_PM_RES ,USB data plus slew rate trimming" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x18 0.--2. " PWR_TRIM_USB_BIAS ,USB bias current trimming" "0,1,2,3,4,5,6,7" group.long 0x20++0x07 line.long 0x00 "PWRSEQ_FLAGS,Power Sequencer Flag" eventfld.long 0x00 21. " PWR_VDD195_RST ,Power VDD195 reset" "No reset,Reset" eventfld.long 0x00 20. " PWR_VDD22_RST ,Power VDD22 reset" "No reset,Reset" eventfld.long 0x00 19. " PWR_USB_REMOVE_WAKEUP ,Power USB remove wakeup detected" "Not detected,Detected" textline " " eventfld.long 0x00 18. " PWR_USB_PLUG_WAKEUP ,Power USB plug wakeup detected" "Not detected,Detected" eventfld.long 0x00 17. " PWR_BROWNOUT_DET ,Power brownout detected" "Not detected,Detected" eventfld.long 0x00 16. " RTC_ROLLOVER ,RTC rollover flag" "No rollover,Rollover" textline " " eventfld.long 0x00 15. " RTC_PRESCALE_CMP ,RTC prescaler compare flag" "Low,High" eventfld.long 0x00 14. " RTC_CMPR1 ,RTC compare 1 flag" "Low,High" eventfld.long 0x00 13. " RTC_CMPR0 ,RTC compare 0 flag" "Low,High" textline " " eventfld.long 0x00 12. " PWR_POR3Z_FAIL ,POR3 and POR3_lite have been tripped" "Not detected,Detected" eventfld.long 0x00 11. " PWR_VRTC_WARN ,VRTC comparator tripped" "Not detected,Detected" eventfld.long 0x00 10. " PWR_VDD1_WARN ,VREG18 warning comparator tripped" "Not detected,Detected" textline " " eventfld.long 0x00 9. " PWR_VDD1_LOW_RST ,VREG18 reset LOW comparator tripped" "Not detected,Detected" eventfld.long 0x00 8. " PWR_VDD1_RST ,VREG18 reset comparator tripped" "Not detected,Detected" eventfld.long 0x00 7. " PWR_VDD3_WARN ,VDD3 warning comparator tripped" "Not detected,Detected" textline " " eventfld.long 0x00 6. " PWR_VDD3_RST ,VDD3 reset comparator tripped" "Not detected,Detected" eventfld.long 0x00 5. " PWR_IO_WAKEUP ,GPIO wakeup event" "Not detected,Detected" eventfld.long 0x00 4. " PWR_COMP_WAKEUP ,Comparator wakeup event" "Not detected,Detected" textline " " eventfld.long 0x00 3. " PWR_PRV_BOOT_FAIL ,Power boot fail event" "Not detected,Detected" eventfld.long 0x00 2. " PWR_PRV_PWR_FAIL ,Power fail event" "Not detected,Detected" rbitfld.long 0x00 1. " PWR_SYS_REBOOT ,Firmware reset event" "No reset,Reset" textline " " rbitfld.long 0x00 0. " PWR_FIRST_BOOT ,Initial boot indication" "No,Yes" line.long 0x04 "PWRSEQ_MSK_FLAGS,Power Sequencer Flags Mask Register" bitfld.long 0x04 21. " PWR_VDD195_RST ,Mask for VDD195 reset event" "Not masked,Masked" bitfld.long 0x04 20. " PWR_VDD22_RST ,Mask for VDD22 reset event" "Not masked,Masked" bitfld.long 0x04 19. " PWR_USB_REMOVE_WAKEUP ,Mask for USB power disconnected wakeup event" "Not masked,Masked" textline " " bitfld.long 0x04 18. " PWR_USB_PLUG_WAKEUP ,Mask for USB power connected wakeup event" "Not masked,Masked" bitfld.long 0x04 17. " PWR_BROWNOUT_DET ,Mask for power brownout detect" "Not masked,Masked" bitfld.long 0x04 16. " RTC_ROLLOVER ,Mask for RTC rollover event" "Not masked,Masked" textline " " bitfld.long 0x04 15. " RTC_PRESCALE_CMP ,Mask for RTC prescale compare event" "Not masked,Masked" bitfld.long 0x04 14. " RTC_CMPR1 ,Mask for RTC compare 1 event" "Not masked,Masked" bitfld.long 0x04 13. " RTC_CMPR0 ,Mask for RTC compare 0 event" "Not masked,Masked" textline " " bitfld.long 0x04 12. " PWR_POR3Z_FAIL ,Mask for POR3Z supply fail event detect" "Not masked,Masked" bitfld.long 0x04 11. " PWR_VRTC_WARN ,Mask for VRTC power fail detect" "Not masked,Masked" bitfld.long 0x04 10. " PWR_VDD1_WARN ,Mask for VREG18 warning level event detect" "Not masked,Masked" textline " " bitfld.long 0x04 9. " PWR_VDD1_LOW_RST ,Mask for VREG18 reset LOW compare event" "Not masked,Masked" bitfld.long 0x04 8. " PWR_VDD1_RST ,Mask for VREG18 reset compare event detect" "Not masked,Masked" bitfld.long 0x04 7. " PWR_VDD3_WARN ,Mask for VDD3 voltage warning event detect" "Not masked,Masked" textline " " bitfld.long 0x04 6. " PWR_VDD3_RST ,Mask for VDD3 reset comparator event detect" "Not masked,Masked" bitfld.long 0x04 5. " PWR_IO_WAKEUP ,Mask for GPIO wakeup event detect" "Not masked,Masked" bitfld.long 0x04 4. " PWR_COMP_WAKEUP ,Mask for analog comparator wakeup detect" "Not masked,Masked" textline " " bitfld.long 0x04 3. " PWR_PRV_BOOT_FAIL ,Mask for previous boot fail detect" "Not masked,Masked" bitfld.long 0x04 2. " PWR_PRV_PWR_FAIL ,Mask for previous power fail detect" "Not masked,Masked" bitfld.long 0x04 1. " PWR_SYS_REBOOT ,Mask for system reboot detect" "Not masked,Masked" width 0x0B tree.end tree "IOMAN (I/O Manager)" base ad:0x40090C00 width 20. group.long 0x00++0x03 line.long 0x00 "IOMAN_WUD_REQ0,Wakeup Detect Mode Request Register 0 (P0/P1/P2/P3)" sif (cpuis("MAX32600P*")||cpuis("MAX32600M*")) bitfld.long 0x00 31. " WUD_REQ_P37 ,Wakeup detect request mode: P3.7" "No effect,Requested" bitfld.long 0x00 30. " WUD_REQ_P36 ,Wakeup detect request mode: P3.6" "No effect,Requested" bitfld.long 0x00 29. " WUD_REQ_P35 ,Wakeup detect request mode: P3.5" "No effect,Requested" bitfld.long 0x00 28. " WUD_REQ_P34 ,Wakeup detect request mode: P3.4" "No effect,Requested" textline " " bitfld.long 0x00 27. " WUD_REQ_P33 ,Wakeup detect request mode: P3.3" "No effect,Requested" bitfld.long 0x00 26. " WUD_REQ_P32 ,Wakeup detect request mode: P3.2" "No effect,Requested" bitfld.long 0x00 25. " WUD_REQ_P31 ,Wakeup detect request mode: P3.1" "No effect,Requested" bitfld.long 0x00 24. " WUD_REQ_P30 ,Wakeup detect request mode: P3.0" "No effect,Requested" textline " " bitfld.long 0x00 23. " WUD_REQ_P27 ,Wakeup detect request mode: P2.7" "No effect,Requested" bitfld.long 0x00 22. " WUD_REQ_P26 ,Wakeup detect request mode: P2.6" "No effect,Requested" bitfld.long 0x00 21. " WUD_REQ_P25 ,Wakeup detect request mode: P2.5" "No effect,Requested" bitfld.long 0x00 20. " WUD_REQ_P24 ,Wakeup detect request mode: P2.4" "No effect,Requested" textline " " bitfld.long 0x00 19. " WUD_REQ_P23 ,Wakeup detect request mode: P2.3" "No effect,Requested" bitfld.long 0x00 18. " WUD_REQ_P22 ,Wakeup detect request mode: P2.2" "No effect,Requested" bitfld.long 0x00 17. " WUD_REQ_P21 ,Wakeup detect request mode: P2.1" "No effect,Requested" bitfld.long 0x00 16. " WUD_REQ_P20 ,Wakeup detect request mode: P2.0" "No effect,Requested" textline " " endif bitfld.long 0x00 15. " WUD_REQ_P17 ,Wakeup detect request mode: P1.7" "No effect,Requested" bitfld.long 0x00 14. " WUD_REQ_P16 ,Wakeup detect request mode: P1.6" "No effect,Requested" bitfld.long 0x00 13. " WUD_REQ_P15 ,Wakeup detect request mode: P1.5" "No effect,Requested" bitfld.long 0x00 12. " WUD_REQ_P14 ,Wakeup detect request mode: P1.4" "No effect,Requested" textline " " bitfld.long 0x00 11. " WUD_REQ_P13 ,Wakeup detect request mode: P1.3" "No effect,Requested" bitfld.long 0x00 10. " WUD_REQ_P12 ,Wakeup detect request mode: P1.2" "No effect,Requested" bitfld.long 0x00 9. " WUD_REQ_P11 ,Wakeup detect request mode: P1.1" "No effect,Requested" bitfld.long 0x00 8. " WUD_REQ_P10 ,Wakeup detect request mode: P1.0" "No effect,Requested" textline " " bitfld.long 0x00 7. " WUD_REQ_P07 ,Wakeup detect request mode: P0.7" "No effect,Requested" bitfld.long 0x00 6. " WUD_REQ_P06 ,Wakeup detect request mode: P0.6" "No effect,Requested" bitfld.long 0x00 5. " WUD_REQ_P05 ,Wakeup detect request mode: P0.5" "No effect,Requested" bitfld.long 0x00 4. " WUD_REQ_P04 ,Wakeup detect request mode: P0.4" "No effect,Requested" textline " " bitfld.long 0x00 3. " WUD_REQ_P03 ,Wakeup detect request mode: P0.3" "No effect,Requested" bitfld.long 0x00 2. " WUD_REQ_P02 ,Wakeup detect request mode: P0.2" "No effect,Requested" bitfld.long 0x00 1. " WUD_REQ_P01 ,Wakeup detect request mode: P0.1" "No effect,Requested" bitfld.long 0x00 0. " WUD_REQ_P00 ,Wakeup detect request mode: P0.0" "No effect,Requested" sif (cpuis("MAX32600P*")||cpuis("MAX32600M*")) group.long 0x04++0x03 line.long 0x00 "IOMAN_WUD_REQ1,Wakeup Detect Mode Request Register 1 (P4/P5/P6/P7)" bitfld.long 0x00 31. " WUD_REQ_P77 ,Wakeup detect request mode: P7.7" "No effect,Requested" bitfld.long 0x00 30. " WUD_REQ_P76 ,Wakeup detect request mode: P7.6" "No effect,Requested" bitfld.long 0x00 29. " WUD_REQ_P75 ,Wakeup detect request mode: P7.5" "No effect,Requested" bitfld.long 0x00 28. " WUD_REQ_P74 ,Wakeup detect request mode: P7.4" "No effect,Requested" textline " " bitfld.long 0x00 27. " WUD_REQ_P73 ,Wakeup detect request mode: P7.3" "No effect,Requested" bitfld.long 0x00 26. " WUD_REQ_P72 ,Wakeup detect request mode: P7.2" "No effect,Requested" bitfld.long 0x00 25. " WUD_REQ_P71 ,Wakeup detect request mode: P7.1" "No effect,Requested" bitfld.long 0x00 24. " WUD_REQ_P70 ,Wakeup detect request mode: P7.0" "No effect,Requested" textline " " bitfld.long 0x00 23. " WUD_REQ_P67 ,Wakeup detect request mode: P6.7" "No effect,Requested" bitfld.long 0x00 22. " WUD_REQ_P66 ,Wakeup detect request mode: P6.6" "No effect,Requested" bitfld.long 0x00 21. " WUD_REQ_P65 ,Wakeup detect request mode: P6.5" "No effect,Requested" bitfld.long 0x00 20. " WUD_REQ_P64 ,Wakeup detect request mode: P6.4" "No effect,Requested" textline " " bitfld.long 0x00 19. " WUD_REQ_P63 ,Wakeup detect request mode: P6.3" "No effect,Requested" bitfld.long 0x00 18. " WUD_REQ_P62 ,Wakeup detect request mode: P6.2" "No effect,Requested" bitfld.long 0x00 17. " WUD_REQ_P61 ,Wakeup detect request mode: P6.1" "No effect,Requested" bitfld.long 0x00 16. " WUD_REQ_P60 ,Wakeup detect request mode: P6.0" "No effect,Requested" textline " " bitfld.long 0x00 15. " WUD_REQ_P57 ,Wakeup detect request mode: P5.7" "No effect,Requested" bitfld.long 0x00 14. " WUD_REQ_P56 ,Wakeup detect request mode: P5.6" "No effect,Requested" bitfld.long 0x00 13. " WUD_REQ_P55 ,Wakeup detect request mode: P5.5" "No effect,Requested" bitfld.long 0x00 12. " WUD_REQ_P54 ,Wakeup detect request mode: P5.4" "No effect,Requested" textline " " bitfld.long 0x00 11. " WUD_REQ_P53 ,Wakeup detect request mode: P5.3" "No effect,Requested" bitfld.long 0x00 10. " WUD_REQ_P52 ,Wakeup detect request mode: P5.2" "No effect,Requested" bitfld.long 0x00 9. " WUD_REQ_P51 ,Wakeup detect request mode: P5.1" "No effect,Requested" bitfld.long 0x00 8. " WUD_REQ_P50 ,Wakeup detect request mode: P5.0" "No effect,Requested" textline " " bitfld.long 0x00 7. " WUD_REQ_P47 ,Wakeup detect request mode: P4.7" "No effect,Requested" bitfld.long 0x00 6. " WUD_REQ_P46 ,Wakeup detect request mode: P4.6" "No effect,Requested" bitfld.long 0x00 5. " WUD_REQ_P45 ,Wakeup detect request mode: P4.5" "No effect,Requested" bitfld.long 0x00 4. " WUD_REQ_P44 ,Wakeup detect request mode: P4.4" "No effect,Requested" textline " " bitfld.long 0x00 3. " WUD_REQ_P43 ,Wakeup detect request mode: P4.3" "No effect,Requested" bitfld.long 0x00 2. " WUD_REQ_P42 ,Wakeup detect request mode: P4.2" "No effect,Requested" bitfld.long 0x00 1. " WUD_REQ_P41 ,Wakeup detect request mode: P4.1" "No effect,Requested" bitfld.long 0x00 0. " WUD_REQ_P40 ,Wakeup detect request mode: P4.0" "No effect,Requested" endif rgroup.long 0x08++0x03 line.long 0x00 "IOMAN_WUD_ACK0,Wakeup Detect Mode Acknowledge Register 0 (P0/P1/P2/P3)" sif (cpuis("MAX32600P*")||cpuis("MAX32600M*")) bitfld.long 0x00 31. " WUD_ACK_P37 ,WUD mode acknowledge: P3.7" "Disabled,Enabled" bitfld.long 0x00 30. " WUD_ACK_P36 ,WUD mode acknowledge: P3.6" "Disabled,Enabled" bitfld.long 0x00 29. " WUD_ACK_P35 ,WUD mode acknowledge: P3.5" "Disabled,Enabled" bitfld.long 0x00 28. " WUD_ACK_P34 ,WUD mode acknowledge: P3.4" "Disabled,Enabled" textline " " bitfld.long 0x00 27. " WUD_ACK_P33 ,WUD mode acknowledge: P3.3" "Disabled,Enabled" bitfld.long 0x00 26. " WUD_ACK_P32 ,WUD mode acknowledge: P3.2" "Disabled,Enabled" bitfld.long 0x00 25. " WUD_ACK_P31 ,WUD mode acknowledge: P3.1" "Disabled,Enabled" bitfld.long 0x00 24. " WUD_ACK_P30 ,WUD mode acknowledge: P3.0" "Disabled,Enabled" textline " " bitfld.long 0x00 23. " WUD_ACK_P27 ,WUD mode acknowledge: P2.7" "Disabled,Enabled" bitfld.long 0x00 22. " WUD_ACK_P26 ,WUD mode acknowledge: P2.6" "Disabled,Enabled" bitfld.long 0x00 21. " WUD_ACK_P25 ,WUD mode acknowledge: P2.5" "Disabled,Enabled" bitfld.long 0x00 20. " WUD_ACK_P24 ,WUD mode acknowledge: P2.4" "Disabled,Enabled" textline " " bitfld.long 0x00 19. " WUD_ACK_P23 ,WUD mode acknowledge: P2.3" "Disabled,Enabled" bitfld.long 0x00 18. " WUD_ACK_P22 ,WUD mode acknowledge: P2.2" "Disabled,Enabled" bitfld.long 0x00 17. " WUD_ACK_P21 ,WUD mode acknowledge: P2.1" "Disabled,Enabled" bitfld.long 0x00 16. " WUD_ACK_P20 ,WUD mode acknowledge: P2.0" "Disabled,Enabled" textline " " endif bitfld.long 0x00 15. " WUD_ACK_P17 ,WUD mode acknowledge: P1.7" "Disabled,Enabled" bitfld.long 0x00 14. " WUD_ACK_P16 ,WUD mode acknowledge: P1.6" "Disabled,Enabled" bitfld.long 0x00 13. " WUD_ACK_P15 ,WUD mode acknowledge: P1.5" "Disabled,Enabled" bitfld.long 0x00 12. " WUD_ACK_P14 ,WUD mode acknowledge: P1.4" "Disabled,Enabled" textline " " bitfld.long 0x00 11. " WUD_ACK_P13 ,WUD mode acknowledge: P1.3" "Disabled,Enabled" bitfld.long 0x00 10. " WUD_ACK_P12 ,WUD mode acknowledge: P1.2" "Disabled,Enabled" bitfld.long 0x00 9. " WUD_ACK_P11 ,WUD mode acknowledge: P1.1" "Disabled,Enabled" bitfld.long 0x00 8. " WUD_ACK_P10 ,WUD mode acknowledge: P1.0" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " WUD_ACK_P07 ,WUD mode acknowledge: P0.7" "Disabled,Enabled" bitfld.long 0x00 6. " WUD_ACK_P06 ,WUD mode acknowledge: P0.6" "Disabled,Enabled" bitfld.long 0x00 5. " WUD_ACK_P05 ,WUD mode acknowledge: P0.5" "Disabled,Enabled" bitfld.long 0x00 4. " WUD_ACK_P04 ,WUD mode acknowledge: P0.4" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " WUD_ACK_P03 ,WUD mode acknowledge: P0.3" "Disabled,Enabled" bitfld.long 0x00 2. " WUD_ACK_P02 ,WUD mode acknowledge: P0.2" "Disabled,Enabled" bitfld.long 0x00 1. " WUD_ACK_P01 ,WUD mode acknowledge: P0.1" "Disabled,Enabled" bitfld.long 0x00 0. " WUD_ACK_P00 ,WUD mode acknowledge: P0.0" "Disabled,Enabled" sif (cpuis("MAX32600P*")||cpuis("MAX32600M*")) rgroup.long 0x0C++0x03 line.long 0x00 "IOMAN_WUD_ACK1,Wakeup Detect Mode Acknowledge Register 1 (P4/P5/P6/P7)" bitfld.long 0x00 31. " WUD_ACK_P77 ,WUD mode acknowledge: P7.7" "Disabled,Enabled" bitfld.long 0x00 30. " WUD_ACK_P76 ,WUD mode acknowledge: P7.6" "Disabled,Enabled" bitfld.long 0x00 29. " WUD_ACK_P75 ,WUD mode acknowledge: P7.5" "Disabled,Enabled" bitfld.long 0x00 28. " WUD_ACK_P74 ,WUD mode acknowledge: P7.4" "Disabled,Enabled" textline " " bitfld.long 0x00 27. " WUD_ACK_P73 ,WUD mode acknowledge: P7.3" "Disabled,Enabled" bitfld.long 0x00 26. " WUD_ACK_P72 ,WUD mode acknowledge: P7.2" "Disabled,Enabled" bitfld.long 0x00 25. " WUD_ACK_P71 ,WUD mode acknowledge: P7.1" "Disabled,Enabled" bitfld.long 0x00 24. " WUD_ACK_P70 ,WUD mode acknowledge: P7.0" "Disabled,Enabled" textline " " bitfld.long 0x00 23. " WUD_ACK_P67 ,WUD mode acknowledge: P6.7" "Disabled,Enabled" bitfld.long 0x00 22. " WUD_ACK_P66 ,WUD mode acknowledge: P6.6" "Disabled,Enabled" bitfld.long 0x00 21. " WUD_ACK_P65 ,WUD mode acknowledge: P6.5" "Disabled,Enabled" bitfld.long 0x00 20. " WUD_ACK_P64 ,WUD mode acknowledge: P6.4" "Disabled,Enabled" textline " " bitfld.long 0x00 19. " WUD_ACK_P63 ,WUD mode acknowledge: P6.3" "Disabled,Enabled" bitfld.long 0x00 18. " WUD_ACK_P62 ,WUD mode acknowledge: P6.2" "Disabled,Enabled" bitfld.long 0x00 17. " WUD_ACK_P61 ,WUD mode acknowledge: P6.1" "Disabled,Enabled" bitfld.long 0x00 16. " WUD_ACK_P60 ,WUD mode acknowledge: P6.0" "Disabled,Enabled" textline " " bitfld.long 0x00 15. " WUD_ACK_P57 ,WUD mode acknowledge: P5.7" "Disabled,Enabled" bitfld.long 0x00 14. " WUD_ACK_P56 ,WUD mode acknowledge: P5.6" "Disabled,Enabled" bitfld.long 0x00 13. " WUD_ACK_P55 ,WUD mode acknowledge: P5.5" "Disabled,Enabled" bitfld.long 0x00 12. " WUD_ACK_P54 ,WUD mode acknowledge: P5.4" "Disabled,Enabled" textline " " bitfld.long 0x00 11. " WUD_ACK_P53 ,WUD mode acknowledge: P5.3" "Disabled,Enabled" bitfld.long 0x00 10. " WUD_ACK_P52 ,WUD mode acknowledge: P5.2" "Disabled,Enabled" bitfld.long 0x00 9. " WUD_ACK_P51 ,WUD mode acknowledge: P5.1" "Disabled,Enabled" bitfld.long 0x00 8. " WUD_ACK_P50 ,WUD mode acknowledge: P5.0" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " WUD_ACK_P47 ,WUD mode acknowledge: P4.7" "Disabled,Enabled" bitfld.long 0x00 6. " WUD_ACK_P46 ,WUD mode acknowledge: P4.6" "Disabled,Enabled" bitfld.long 0x00 5. " WUD_ACK_P45 ,WUD mode acknowledge: P4.5" "Disabled,Enabled" bitfld.long 0x00 4. " WUD_ACK_P44 ,WUD mode acknowledge: P4.4" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " WUD_ACK_P43 ,WUD mode acknowledge: P4.3" "Disabled,Enabled" bitfld.long 0x00 2. " WUD_ACK_P42 ,WUD mode acknowledge: P4.2" "Disabled,Enabled" bitfld.long 0x00 1. " WUD_ACK_P41 ,WUD mode acknowledge: P4.1" "Disabled,Enabled" bitfld.long 0x00 0. " WUD_ACK_P40 ,WUD mode acknowledge: P4.0" "Disabled,Enabled" endif group.long 0x10++0x03 line.long 0x00 "IOMAN_ALI_REQ0,Analog Input Request Register 0 (P0/P1/P2/P3)" sif (cpuis("MAX32600P*")||cpuis("MAX32600M*")) bitfld.long 0x00 31. " ALI_REQ_P37 ,Analog input request mode: P3.7" "No effect,Requested" bitfld.long 0x00 30. " ALI_REQ_P36 ,Analog input request mode: P3.6" "No effect,Requested" bitfld.long 0x00 29. " ALI_REQ_P35 ,Analog input request mode: P3.5" "No effect,Requested" bitfld.long 0x00 28. " ALI_REQ_P34 ,Analog input request mode: P3.4" "No effect,Requested" textline " " bitfld.long 0x00 27. " ALI_REQ_P33 ,Analog input request mode: P3.3" "No effect,Requested" bitfld.long 0x00 26. " ALI_REQ_P32 ,Analog input request mode: P3.2" "No effect,Requested" bitfld.long 0x00 25. " ALI_REQ_P31 ,Analog input request mode: P3.1" "No effect,Requested" bitfld.long 0x00 24. " ALI_REQ_P30 ,Analog input request mode: P3.0" "No effect,Requested" textline " " bitfld.long 0x00 23. " ALI_REQ_P27 ,Analog input request mode: P2.7" "No effect,Requested" bitfld.long 0x00 22. " ALI_REQ_P26 ,Analog input request mode: P2.6" "No effect,Requested" bitfld.long 0x00 21. " ALI_REQ_P25 ,Analog input request mode: P2.5" "No effect,Requested" bitfld.long 0x00 20. " ALI_REQ_P24 ,Analog input request mode: P2.4" "No effect,Requested" textline " " bitfld.long 0x00 19. " ALI_REQ_P23 ,Analog input request mode: P2.3" "No effect,Requested" bitfld.long 0x00 18. " ALI_REQ_P22 ,Analog input request mode: P2.2" "No effect,Requested" bitfld.long 0x00 17. " ALI_REQ_P21 ,Analog input request mode: P2.1" "No effect,Requested" bitfld.long 0x00 16. " ALI_REQ_P20 ,Analog input request mode: P2.0" "No effect,Requested" textline " " endif bitfld.long 0x00 15. " ALI_REQ_P17 ,Analog input request mode: P1.7" "No effect,Requested" bitfld.long 0x00 14. " ALI_REQ_P16 ,Analog input request mode: P1.6" "No effect,Requested" bitfld.long 0x00 13. " ALI_REQ_P15 ,Analog input request mode: P1.5" "No effect,Requested" bitfld.long 0x00 12. " ALI_REQ_P14 ,Analog input request mode: P1.4" "No effect,Requested" textline " " bitfld.long 0x00 11. " ALI_REQ_P13 ,Analog input request mode: P1.3" "No effect,Requested" bitfld.long 0x00 10. " ALI_REQ_P12 ,Analog input request mode: P1.2" "No effect,Requested" bitfld.long 0x00 9. " ALI_REQ_P11 ,Analog input request mode: P1.1" "No effect,Requested" bitfld.long 0x00 8. " ALI_REQ_P10 ,Analog input request mode: P1.0" "No effect,Requested" textline " " bitfld.long 0x00 7. " ALI_REQ_P07 ,Analog input request mode: P0.7" "No effect,Requested" bitfld.long 0x00 6. " ALI_REQ_P06 ,Analog input request mode: P0.6" "No effect,Requested" bitfld.long 0x00 5. " ALI_REQ_P05 ,Analog input request mode: P0.5" "No effect,Requested" bitfld.long 0x00 4. " ALI_REQ_P04 ,Analog input request mode: P0.4" "No effect,Requested" textline " " bitfld.long 0x00 3. " ALI_REQ_P03 ,Analog input request mode: P0.3" "No effect,Requested" bitfld.long 0x00 2. " ALI_REQ_P02 ,Analog input request mode: P0.2" "No effect,Requested" bitfld.long 0x00 1. " ALI_REQ_P01 ,Analog input request mode: P0.1" "No effect,Requested" bitfld.long 0x00 0. " ALI_REQ_P00 ,Analog input request mode: P0.0" "No effect,Requested" sif (cpuis("MAX32600P*")||cpuis("MAX32600M*")) group.long 0x14++0x03 line.long 0x00 "IOMAN_ALI_REQ1,Analog Input Request Register 1 (P4/P5/P6/P7)" bitfld.long 0x00 31. " ALI_REQ_P77 ,Analog input request mode: P7.7" "No effect,Requested" bitfld.long 0x00 30. " ALI_REQ_P76 ,Analog input request mode: P7.6" "No effect,Requested" bitfld.long 0x00 29. " ALI_REQ_P75 ,Analog input request mode: P7.5" "No effect,Requested" bitfld.long 0x00 28. " ALI_REQ_P74 ,Analog input request mode: P7.4" "No effect,Requested" textline " " bitfld.long 0x00 27. " ALI_REQ_P73 ,Analog input request mode: P7.3" "No effect,Requested" bitfld.long 0x00 26. " ALI_REQ_P72 ,Analog input request mode: P7.2" "No effect,Requested" bitfld.long 0x00 25. " ALI_REQ_P71 ,Analog input request mode: P7.1" "No effect,Requested" bitfld.long 0x00 24. " ALI_REQ_P70 ,Analog input request mode: P7.0" "No effect,Requested" textline " " bitfld.long 0x00 23. " ALI_REQ_P67 ,Analog input request mode: P6.7" "No effect,Requested" bitfld.long 0x00 22. " ALI_REQ_P66 ,Analog input request mode: P6.6" "No effect,Requested" bitfld.long 0x00 21. " ALI_REQ_P65 ,Analog input request mode: P6.5" "No effect,Requested" bitfld.long 0x00 20. " ALI_REQ_P64 ,Analog input request mode: P6.4" "No effect,Requested" textline " " bitfld.long 0x00 19. " ALI_REQ_P63 ,Analog input request mode: P6.3" "No effect,Requested" bitfld.long 0x00 18. " ALI_REQ_P62 ,Analog input request mode: P6.2" "No effect,Requested" bitfld.long 0x00 17. " ALI_REQ_P61 ,Analog input request mode: P6.1" "No effect,Requested" bitfld.long 0x00 16. " ALI_REQ_P60 ,Analog input request mode: P6.0" "No effect,Requested" textline " " bitfld.long 0x00 15. " ALI_REQ_P57 ,Analog input request mode: P5.7" "No effect,Requested" bitfld.long 0x00 14. " ALI_REQ_P56 ,Analog input request mode: P5.6" "No effect,Requested" bitfld.long 0x00 13. " ALI_REQ_P55 ,Analog input request mode: P5.5" "No effect,Requested" bitfld.long 0x00 12. " ALI_REQ_P54 ,Analog input request mode: P5.4" "No effect,Requested" textline " " bitfld.long 0x00 11. " ALI_REQ_P53 ,Analog input request mode: P5.3" "No effect,Requested" bitfld.long 0x00 10. " ALI_REQ_P52 ,Analog input request mode: P5.2" "No effect,Requested" bitfld.long 0x00 9. " ALI_REQ_P51 ,Analog input request mode: P5.1" "No effect,Requested" bitfld.long 0x00 8. " ALI_REQ_P50 ,Analog input request mode: P5.0" "No effect,Requested" textline " " bitfld.long 0x00 7. " ALI_REQ_P47 ,Analog input request mode: P4.7" "No effect,Requested" bitfld.long 0x00 6. " ALI_REQ_P46 ,Analog input request mode: P4.6" "No effect,Requested" bitfld.long 0x00 5. " ALI_REQ_P45 ,Analog input request mode: P4.5" "No effect,Requested" bitfld.long 0x00 4. " ALI_REQ_P44 ,Analog input request mode: P4.4" "No effect,Requested" textline " " bitfld.long 0x00 3. " ALI_REQ_P43 ,Analog input request mode: P4.3" "No effect,Requested" bitfld.long 0x00 2. " ALI_REQ_P42 ,Analog input request mode: P4.2" "No effect,Requested" bitfld.long 0x00 1. " ALI_REQ_P41 ,Analog input request mode: P4.1" "No effect,Requested" bitfld.long 0x00 0. " ALI_REQ_P40 ,Analog input request mode: P4.0" "No effect,Requested" endif rgroup.long 0x18++0x03 line.long 0x00 "IOMAN_ALI_ACK0,Analog Input Acknowledge Register 0 (P0/P1/P2/P3)" sif (cpuis("MAX32600P*")||cpuis("MAX32600M*")) bitfld.long 0x00 31. " ALI_ACK_P37 ,Analog in mode acknowledge: P3.7" "Disabled,Enabled" bitfld.long 0x00 30. " ALI_ACK_P36 ,Analog in mode acknowledge: P3.6" "Disabled,Enabled" bitfld.long 0x00 29. " ALI_ACK_P35 ,Analog in mode acknowledge: P3.5" "Disabled,Enabled" bitfld.long 0x00 28. " ALI_ACK_P34 ,Analog in mode acknowledge: P3.4" "Disabled,Enabled" textline " " bitfld.long 0x00 27. " ALI_ACK_P33 ,Analog in mode acknowledge: P3.3" "Disabled,Enabled" bitfld.long 0x00 26. " ALI_ACK_P32 ,Analog in mode acknowledge: P3.2" "Disabled,Enabled" bitfld.long 0x00 25. " ALI_ACK_P31 ,Analog in mode acknowledge: P3.1" "Disabled,Enabled" bitfld.long 0x00 24. " ALI_ACK_P30 ,Analog in mode acknowledge: P3.0" "Disabled,Enabled" textline " " bitfld.long 0x00 23. " ALI_ACK_P27 ,Analog in mode acknowledge: P2.7" "Disabled,Enabled" bitfld.long 0x00 22. " ALI_ACK_P26 ,Analog in mode acknowledge: P2.6" "Disabled,Enabled" bitfld.long 0x00 21. " ALI_ACK_P25 ,Analog in mode acknowledge: P2.5" "Disabled,Enabled" bitfld.long 0x00 20. " ALI_ACK_P24 ,Analog in mode acknowledge: P2.4" "Disabled,Enabled" textline " " bitfld.long 0x00 19. " ALI_ACK_P23 ,Analog in mode acknowledge: P2.3" "Disabled,Enabled" bitfld.long 0x00 18. " ALI_ACK_P22 ,Analog in mode acknowledge: P2.2" "Disabled,Enabled" bitfld.long 0x00 17. " ALI_ACK_P21 ,Analog in mode acknowledge: P2.1" "Disabled,Enabled" bitfld.long 0x00 16. " ALI_ACK_P20 ,Analog in mode acknowledge: P2.0" "Disabled,Enabled" textline " " endif bitfld.long 0x00 15. " ALI_ACK_P17 ,Analog in mode acknowledge: P1.7" "Disabled,Enabled" bitfld.long 0x00 14. " ALI_ACK_P16 ,Analog in mode acknowledge: P1.6" "Disabled,Enabled" bitfld.long 0x00 13. " ALI_ACK_P15 ,Analog in mode acknowledge: P1.5" "Disabled,Enabled" bitfld.long 0x00 12. " ALI_ACK_P14 ,Analog in mode acknowledge: P1.4" "Disabled,Enabled" textline " " bitfld.long 0x00 11. " ALI_ACK_P13 ,Analog in mode acknowledge: P1.3" "Disabled,Enabled" bitfld.long 0x00 10. " ALI_ACK_P12 ,Analog in mode acknowledge: P1.2" "Disabled,Enabled" bitfld.long 0x00 9. " ALI_ACK_P11 ,Analog in mode acknowledge: P1.1" "Disabled,Enabled" bitfld.long 0x00 8. " ALI_ACK_P10 ,Analog in mode acknowledge: P1.0" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " ALI_ACK_P07 ,Analog in mode acknowledge: P0.7" "Disabled,Enabled" bitfld.long 0x00 6. " ALI_ACK_P06 ,Analog in mode acknowledge: P0.6" "Disabled,Enabled" bitfld.long 0x00 5. " ALI_ACK_P05 ,Analog in mode acknowledge: P0.5" "Disabled,Enabled" bitfld.long 0x00 4. " ALI_ACK_P04 ,Analog in mode acknowledge: P0.4" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " ALI_ACK_P03 ,Analog in mode acknowledge: P0.3" "Disabled,Enabled" bitfld.long 0x00 2. " ALI_ACK_P02 ,Analog in mode acknowledge: P0.2" "Disabled,Enabled" bitfld.long 0x00 1. " ALI_ACK_P01 ,Analog in mode acknowledge: P0.1" "Disabled,Enabled" bitfld.long 0x00 0. " ALI_ACK_P00 ,Analog in mode acknowledge: P0.0" "Disabled,Enabled" sif (cpuis("MAX32600P*")||cpuis("MAX32600M*")) rgroup.long 0x1C++0x03 line.long 0x00 "IOMAN_ALI_ACK1,Analog Input Acknowledge Register 1 (P4/P5/P6/P7)" bitfld.long 0x00 31. " ALI_ACK_P77 ,Analog in mode acknowledge: P7.7" "Disabled,Enabled" bitfld.long 0x00 30. " ALI_ACK_P76 ,Analog in mode acknowledge: P7.6" "Disabled,Enabled" bitfld.long 0x00 29. " ALI_ACK_P75 ,Analog in mode acknowledge: P7.5" "Disabled,Enabled" bitfld.long 0x00 28. " ALI_ACK_P74 ,Analog in mode acknowledge: P7.4" "Disabled,Enabled" textline " " bitfld.long 0x00 27. " ALI_ACK_P73 ,Analog in mode acknowledge: P7.3" "Disabled,Enabled" bitfld.long 0x00 26. " ALI_ACK_P72 ,Analog in mode acknowledge: P7.2" "Disabled,Enabled" bitfld.long 0x00 25. " ALI_ACK_P71 ,Analog in mode acknowledge: P7.1" "Disabled,Enabled" bitfld.long 0x00 24. " ALI_ACK_P70 ,Analog in mode acknowledge: P7.0" "Disabled,Enabled" textline " " bitfld.long 0x00 23. " ALI_ACK_P67 ,Analog in mode acknowledge: P6.7" "Disabled,Enabled" bitfld.long 0x00 22. " ALI_ACK_P66 ,Analog in mode acknowledge: P6.6" "Disabled,Enabled" bitfld.long 0x00 21. " ALI_ACK_P65 ,Analog in mode acknowledge: P6.5" "Disabled,Enabled" bitfld.long 0x00 20. " ALI_ACK_P64 ,Analog in mode acknowledge: P6.4" "Disabled,Enabled" textline " " bitfld.long 0x00 19. " ALI_ACK_P63 ,Analog in mode acknowledge: P6.3" "Disabled,Enabled" bitfld.long 0x00 18. " ALI_ACK_P62 ,Analog in mode acknowledge: P6.2" "Disabled,Enabled" bitfld.long 0x00 17. " ALI_ACK_P61 ,Analog in mode acknowledge: P6.1" "Disabled,Enabled" bitfld.long 0x00 16. " ALI_ACK_P60 ,Analog in mode acknowledge: P6.0" "Disabled,Enabled" textline " " bitfld.long 0x00 15. " ALI_ACK_P57 ,Analog in mode acknowledge: P5.7" "Disabled,Enabled" bitfld.long 0x00 14. " ALI_ACK_P56 ,Analog in mode acknowledge: P5.6" "Disabled,Enabled" bitfld.long 0x00 13. " ALI_ACK_P55 ,Analog in mode acknowledge: P5.5" "Disabled,Enabled" bitfld.long 0x00 12. " ALI_ACK_P54 ,Analog in mode acknowledge: P5.4" "Disabled,Enabled" textline " " bitfld.long 0x00 11. " ALI_ACK_P53 ,Analog in mode acknowledge: P5.3" "Disabled,Enabled" bitfld.long 0x00 10. " ALI_ACK_P52 ,Analog in mode acknowledge: P5.2" "Disabled,Enabled" bitfld.long 0x00 9. " ALI_ACK_P51 ,Analog in mode acknowledge: P5.1" "Disabled,Enabled" bitfld.long 0x00 8. " ALI_ACK_P50 ,Analog in mode acknowledge: P5.0" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " ALI_ACK_P47 ,Analog in mode acknowledge: P4.7" "Disabled,Enabled" bitfld.long 0x00 6. " ALI_ACK_P46 ,Analog in mode acknowledge: P4.6" "Disabled,Enabled" bitfld.long 0x00 5. " ALI_ACK_P45 ,Analog in mode acknowledge: P4.5" "Disabled,Enabled" bitfld.long 0x00 4. " ALI_ACK_P44 ,Analog in mode acknowledge: P4.4" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " ALI_ACK_P43 ,Analog in mode acknowledge: P4.3" "Disabled,Enabled" bitfld.long 0x00 2. " ALI_ACK_P42 ,Analog in mode acknowledge: P4.2" "Disabled,Enabled" bitfld.long 0x00 1. " ALI_ACK_P41 ,Analog in mode acknowledge: P4.1" "Disabled,Enabled" bitfld.long 0x00 0. " ALI_ACK_P40 ,Analog in mode acknowledge: P4.0" "Disabled,Enabled" endif group.long 0x20++0x03 line.long 0x00 "IOMAN_SPI0_REQ,SPI0 I/O Mode Request" bitfld.long 0x00 24. " FAST_MODE ,SPI0 fast mode" "Disabled,Enabled" bitfld.long 0x00 20. " QUAD_IO ,SPI0 quad I/O request" "Not requested,Requested" bitfld.long 0x00 17. " SR1_IO ,SPI0 SR[1] I/O request" "Not requested,Requested" textline " " bitfld.long 0x00 16. " SR0_IO ,SPI0 SR[0] I/O request" "Not requested,Requested" bitfld.long 0x00 12. " SS4_IO ,SPI0 SS[4] I/O request" "Not requested,Requested" bitfld.long 0x00 11. " SS3_IO ,SPI0 SS[3] I/O request" "Not requested,Requested" textline " " bitfld.long 0x00 10. " SS2_IO ,SPI0 SS[2] I/O request" "Not requested,Requested" bitfld.long 0x00 9. " SS1_IO ,SPI0 SS[1] I/O request" "Not requested,Requested" bitfld.long 0x00 8. " SS0_IO ,SPI0 SS[0] I/O request" "Not requested,Requested" textline " " bitfld.long 0x00 4. " CORE_IO ,SPI0 core I/O request" "Not requested,Requested" bitfld.long 0x00 0.--1. " MAPPING ,SPI0 I/O mapping select" "A,B,C,D" rgroup.long (0x20+0x04)++0x03 line.long 0x00 "IOMAN_SPI0_ACK,SPI0 I/O Mode Acknowledge" bitfld.long 0x00 24. " FAST_MODE ,SPI0 fast mode acknowledge" "Not acknowledged,Acknowledged" bitfld.long 0x00 20. " QUAD_IO ,SPI0 quad I/O acknowledge" "Not acknowledged,Acknowledged" bitfld.long 0x00 17. " SR1_IO ,SPI0 SR[1] I/O acknowledge" "Not acknowledged,Acknowledged" textline " " bitfld.long 0x00 16. " SR0_IO ,SPI0 SR[0] I/O acknowledge" "Not acknowledged,Acknowledged" bitfld.long 0x00 12. " SS4_IO ,SPI0 SS[4] I/O acknowledge" "Not acknowledged,Acknowledged" bitfld.long 0x00 11. " SS3_IO ,SPI0 SS[3] I/O acknowledge" "Not acknowledged,Acknowledged" textline " " bitfld.long 0x00 10. " SS2_IO ,SPI0 SS[2] I/O acknowledge" "Not acknowledged,Acknowledged" bitfld.long 0x00 9. " SS1_IO ,SPI0 SS[1] I/O acknowledge" "Not acknowledged,Acknowledged" bitfld.long 0x00 8. " SS0_IO ,SPI0 SS[0] I/O acknowledge" "Not acknowledged,Acknowledged" textline " " bitfld.long 0x00 4. " CORE_IO ,SPI0 core I/O acknowledge" "Not acknowledged,Acknowledged" bitfld.long 0x00 0.--1. " MAPPING ,SPI0 I/O mapping acknowledge" "A,B,C,D" group.long 0x28++0x03 line.long 0x00 "IOMAN_SPI1_REQ,SPI1 I/O Mode Request" bitfld.long 0x00 24. " FAST_MODE ,SPI1 fast mode" "Disabled,Enabled" bitfld.long 0x00 20. " QUAD_IO ,SPI1 quad I/O request" "Not requested,Requested" bitfld.long 0x00 17. " SR1_IO ,SPI1 SR[1] I/O request" "Not requested,Requested" textline " " bitfld.long 0x00 16. " SR0_IO ,SPI1 SR[0] I/O request" "Not requested,Requested" bitfld.long 0x00 12. " SS4_IO ,SPI1 SS[4] I/O request" "Not requested,Requested" bitfld.long 0x00 11. " SS3_IO ,SPI1 SS[3] I/O request" "Not requested,Requested" textline " " bitfld.long 0x00 10. " SS2_IO ,SPI1 SS[2] I/O request" "Not requested,Requested" bitfld.long 0x00 9. " SS1_IO ,SPI1 SS[1] I/O request" "Not requested,Requested" bitfld.long 0x00 8. " SS0_IO ,SPI1 SS[0] I/O request" "Not requested,Requested" textline " " bitfld.long 0x00 4. " CORE_IO ,SPI1 core I/O request" "Not requested,Requested" bitfld.long 0x00 0.--1. " MAPPING ,SPI1 I/O mapping select" "A,B,C,D" rgroup.long (0x28+0x04)++0x03 line.long 0x00 "IOMAN_SPI1_ACK,SPI1 I/O Mode Acknowledge" bitfld.long 0x00 24. " FAST_MODE ,SPI1 fast mode acknowledge" "Not acknowledged,Acknowledged" bitfld.long 0x00 20. " QUAD_IO ,SPI1 quad I/O acknowledge" "Not acknowledged,Acknowledged" bitfld.long 0x00 17. " SR1_IO ,SPI1 SR[1] I/O acknowledge" "Not acknowledged,Acknowledged" textline " " bitfld.long 0x00 16. " SR0_IO ,SPI1 SR[0] I/O acknowledge" "Not acknowledged,Acknowledged" bitfld.long 0x00 12. " SS4_IO ,SPI1 SS[4] I/O acknowledge" "Not acknowledged,Acknowledged" bitfld.long 0x00 11. " SS3_IO ,SPI1 SS[3] I/O acknowledge" "Not acknowledged,Acknowledged" textline " " bitfld.long 0x00 10. " SS2_IO ,SPI1 SS[2] I/O acknowledge" "Not acknowledged,Acknowledged" bitfld.long 0x00 9. " SS1_IO ,SPI1 SS[1] I/O acknowledge" "Not acknowledged,Acknowledged" bitfld.long 0x00 8. " SS0_IO ,SPI1 SS[0] I/O acknowledge" "Not acknowledged,Acknowledged" textline " " bitfld.long 0x00 4. " CORE_IO ,SPI1 core I/O acknowledge" "Not acknowledged,Acknowledged" bitfld.long 0x00 0.--1. " MAPPING ,SPI1 I/O mapping acknowledge" "A,B,C,D" group.long 0x30++0x03 line.long 0x00 "IOMAN_SPI2_REQ,SPI2 I/O Mode Request" bitfld.long 0x00 24. " FAST_MODE ,SPI2 fast mode" "Disabled,Enabled" bitfld.long 0x00 20. " QUAD_IO ,SPI2 quad I/O request" "Not requested,Requested" bitfld.long 0x00 17. " SR1_IO ,SPI2 SR[1] I/O request" "Not requested,Requested" textline " " bitfld.long 0x00 16. " SR0_IO ,SPI2 SR[0] I/O request" "Not requested,Requested" bitfld.long 0x00 12. " SS4_IO ,SPI2 SS[4] I/O request" "Not requested,Requested" bitfld.long 0x00 11. " SS3_IO ,SPI2 SS[3] I/O request" "Not requested,Requested" textline " " bitfld.long 0x00 10. " SS2_IO ,SPI2 SS[2] I/O request" "Not requested,Requested" bitfld.long 0x00 9. " SS1_IO ,SPI2 SS[1] I/O request" "Not requested,Requested" bitfld.long 0x00 8. " SS0_IO ,SPI2 SS[0] I/O request" "Not requested,Requested" textline " " bitfld.long 0x00 4. " CORE_IO ,SPI2 core I/O request" "Not requested,Requested" bitfld.long 0x00 0.--1. " MAPPING ,SPI2 I/O mapping select" "A,B,C,D" rgroup.long (0x30+0x04)++0x03 line.long 0x00 "IOMAN_SPI2_ACK,SPI2 I/O Mode Acknowledge" bitfld.long 0x00 24. " FAST_MODE ,SPI2 fast mode acknowledge" "Not acknowledged,Acknowledged" bitfld.long 0x00 20. " QUAD_IO ,SPI2 quad I/O acknowledge" "Not acknowledged,Acknowledged" bitfld.long 0x00 17. " SR1_IO ,SPI2 SR[1] I/O acknowledge" "Not acknowledged,Acknowledged" textline " " bitfld.long 0x00 16. " SR0_IO ,SPI2 SR[0] I/O acknowledge" "Not acknowledged,Acknowledged" bitfld.long 0x00 12. " SS4_IO ,SPI2 SS[4] I/O acknowledge" "Not acknowledged,Acknowledged" bitfld.long 0x00 11. " SS3_IO ,SPI2 SS[3] I/O acknowledge" "Not acknowledged,Acknowledged" textline " " bitfld.long 0x00 10. " SS2_IO ,SPI2 SS[2] I/O acknowledge" "Not acknowledged,Acknowledged" bitfld.long 0x00 9. " SS1_IO ,SPI2 SS[1] I/O acknowledge" "Not acknowledged,Acknowledged" bitfld.long 0x00 8. " SS0_IO ,SPI2 SS[0] I/O acknowledge" "Not acknowledged,Acknowledged" textline " " bitfld.long 0x00 4. " CORE_IO ,SPI2 core I/O acknowledge" "Not acknowledged,Acknowledged" bitfld.long 0x00 0.--1. " MAPPING ,SPI2 I/O mapping acknowledge" "A,B,C,D" group.long 0x38++0x03 line.long 0x00 "IOMAN_UART0_REQ,UART0 I/O Mode Request" bitfld.long 0x00 6. " RTS_IO ,UART0 RTS I/O request" "Not requested,Requested" bitfld.long 0x00 5. " CTS_IO ,UART0 CTS I/O request" "Not requested,Requested" bitfld.long 0x00 4. " CORE_IO ,UART0 core I/O (Rx/tx) request" "Not requested,Requested" textline " " bitfld.long 0x00 0.--1. " MAPPING ,UART0 I/O mapping select" "A,B,C,D" rgroup.long (0x38+0x04)++0x03 line.long 0x00 "IOMAN_UART0_ACK,UART0 I/O Mode Acknowledge" bitfld.long 0x00 6. " RTS_IO ,UART0 RTS I/O acknowledge" "Not acknowledged,Acknowledged" bitfld.long 0x00 5. " CTS_IO ,UART0 CTS I/O acknowledge" "Not acknowledged,Acknowledged" bitfld.long 0x00 4. " CORE_IO ,UART0 core I/O (Rx/tx) acknowledge" "Not acknowledged,Acknowledged" textline " " bitfld.long 0x00 0.--1. " MAPPING ,UART0 I/O mapping acknowledge" "A,B,C,D" group.long 0x40++0x03 line.long 0x00 "IOMAN_UART1_REQ,UART1 I/O Mode Request" bitfld.long 0x00 6. " RTS_IO ,UART1 RTS I/O request" "Not requested,Requested" bitfld.long 0x00 5. " CTS_IO ,UART1 CTS I/O request" "Not requested,Requested" bitfld.long 0x00 4. " CORE_IO ,UART1 core I/O (Rx/tx) request" "Not requested,Requested" textline " " bitfld.long 0x00 0.--1. " MAPPING ,UART1 I/O mapping select" "A,B,C,D" rgroup.long (0x40+0x04)++0x03 line.long 0x00 "IOMAN_UART1_ACK,UART1 I/O Mode Acknowledge" bitfld.long 0x00 6. " RTS_IO ,UART1 RTS I/O acknowledge" "Not acknowledged,Acknowledged" bitfld.long 0x00 5. " CTS_IO ,UART1 CTS I/O acknowledge" "Not acknowledged,Acknowledged" bitfld.long 0x00 4. " CORE_IO ,UART1 core I/O (Rx/tx) acknowledge" "Not acknowledged,Acknowledged" textline " " bitfld.long 0x00 0.--1. " MAPPING ,UART1 I/O mapping acknowledge" "A,B,C,D" group.long 0x48++0x03 line.long 0x00 "IOMAN_I2CM0_REQ,I2C Master 0 I/O Request" bitfld.long 0x00 4. " CORE_IO ,I2C master I/O request (For SCL and SDA pins)" "Not requested,Requested" bitfld.long 0x00 0.--1. " MAPPING ,I2C master I/O mapping select" "A,B,C,D" rgroup.long 0x4C++0x03 line.long 0x00 "IOMAN_I2CM0_ACK,I2C Master 0 I/O Acknowledge" bitfld.long 0x00 4. " CORE_IO ,I2C master I/O acknowledge" "Not acknowledged,Acknowledged" bitfld.long 0x00 0.--1. " MAPPING ,I2C master I/O mapping acknowledge" "A,B,C,D" group.long 0x50++0x03 line.long 0x00 "IOMAN_I2CS0_REQ,I2C Slave 0 I/O Request" bitfld.long 0x00 4. " CORE_IO ,I2C slave I/O request" "Not requested,Requested" bitfld.long 0x00 0.--1. " MAPPING ,I2C slave I/O mapping select" "A,B,C,D" rgroup.long 0x54++0x03 line.long 0x00 "IOMAN_I2CS0_ACK,I2C Slave 0 I/O Acknowledge" bitfld.long 0x00 4. " CORE_IO ,I2C slave I/O acknowledge" "Not acknowledged,Acknowledged" bitfld.long 0x00 0.--1. " MAPPING ,I2C slave I/O mapping acknowledge" "A,B,C,D" sif (cpuis("MAX32600P*")||cpuis("MAX32600M*")) group.long 0x58++0x03 line.long 0x00 "IOMAN_LCD_COM_REQ,LCD COM Driver I/O Request" bitfld.long 0x00 0. " COM_IO ,LCD COM I/O reques" "Not requested,Requested" rgroup.long 0x5C++0x03 line.long 0x00 "IOMAN_LCD_COM_ACK,LCD COM Driver I/O Acknowledge" bitfld.long 0x00 0. " COM_IO ,LCD COM I/O acknowledge" "Not acknowledged,Acknowledged" textline " " group.long 0x60++0x07 line.long 0x00 "IOMAN_LCD_SEG_REQ0,LCD SEG Driver I/O Request Register" bitfld.long 0x00 31. " IO_REQ_55 ,LCD SEG I/O request for GPIO 55 (P6.7)" "Not requested,Requested" bitfld.long 0x00 30. " IO_REQ_54 ,LCD SEG I/O request for GPIO 54 (P6.6)" "Not requested,Requested" bitfld.long 0x00 29. " IO_REQ_53 ,LCD SEG I/O request for GPIO 53 (P6.5)" "Not requested,Requested" textline " " bitfld.long 0x00 28. " IO_REQ_52 ,LCD SEG I/O request for GPIO 52 (P6.4)" "Not requested,Requested" bitfld.long 0x00 27. " IO_REQ_51 ,LCD SEG I/O request for GPIO 51 (P6.3)" "Not requested,Requested" bitfld.long 0x00 26. " IO_REQ_50 ,LCD SEG I/O request for GPIO 50 (P6.2)" "Not requested,Requested" textline " " bitfld.long 0x00 25. " IO_REQ_49 ,LCD SEG I/O request for GPIO 49 (P6.1)" "Not requested,Requested" bitfld.long 0x00 24. " IO_REQ_48 ,LCD SEG I/O request for GPIO 48 (P6.0)" "Not requested,Requested" bitfld.long 0x00 23. " IO_REQ_47 ,LCD SEG I/O request for GPIO 47 (P5.7)" "Not requested,Requested" textline " " bitfld.long 0x00 22. " IO_REQ_46 ,LCD SEG I/O request for GPIO 46 (P5.6)" "Not requested,Requested" bitfld.long 0x00 21. " IO_REQ_45 ,LCD SEG I/O request for GPIO 45 (P5.5)" "Not requested,Requested" bitfld.long 0x00 20. " IO_REQ_44 ,LCD SEG I/O request for GPIO 44 (P5.4)" "Not requested,Requested" textline " " bitfld.long 0x00 19. " IO_REQ_43 ,LCD SEG I/O request for GPIO 43 (P5.3)" "Not requested,Requested" bitfld.long 0x00 18. " IO_REQ_42 ,LCD SEG I/O request for GPIO 42 (P5.2)" "Not requested,Requested" bitfld.long 0x00 17. " IO_REQ_41 ,LCD SEG I/O request for GPIO 41 (P5.1)" "Not requested,Requested" textline " " bitfld.long 0x00 16. " IO_REQ_40 ,LCD SEG I/O request for GPIO 40 (P5.0)" "Not requested,Requested" bitfld.long 0x00 15. " IO_REQ_39 ,LCD SEG I/O request for GPIO 39 (P4.7)" "Not requested,Requested" bitfld.long 0x00 14. " IO_REQ_38 ,LCD SEG I/O request for GPIO 38 (P4.6)" "Not requested,Requested" textline " " bitfld.long 0x00 13. " IO_REQ_37 ,LCD SEG I/O request for GPIO 37 (P4.5)" "Not requested,Requested" bitfld.long 0x00 12. " IO_REQ_36 ,LCD SEG I/O request for GPIO 36 (P4.4)" "Not requested,Requested" bitfld.long 0x00 11. " IO_REQ_35 ,LCD SEG I/O request for GPIO 35 (P4.3)" "Not requested,Requested" textline " " bitfld.long 0x00 10. " IO_REQ_34 ,LCD SEG I/O request for GPIO 34 (P4.2)" "Not requested,Requested" bitfld.long 0x00 9. " IO_REQ_33 ,LCD SEG I/O request for GPIO 33 (P4.1)" "Not requested,Requested" bitfld.long 0x00 8. " IO_REQ_32 ,LCD SEG I/O request for GPIO 32 (P4.0)" "Not requested,Requested" textline " " bitfld.long 0x00 7. " IO_REQ_31 ,LCD SEG I/O request for GPIO 31 (P3.7)" "Not requested,Requested" bitfld.long 0x00 6. " IO_REQ_30 ,LCD SEG I/O request for GPIO 30 (P3.6)" "Not requested,Requested" bitfld.long 0x00 5. " IO_REQ_29 ,LCD SEG I/O request for GPIO 29 (P3.5)" "Not requested,Requested" textline " " bitfld.long 0x00 4. " IO_REQ_28 ,LCD SEG I/O request for GPIO 28 (P3.4)" "Not requested,Requested" bitfld.long 0x00 3. " IO_REQ_27 ,LCD SEG I/O request for GPIO 27 (P3.3)" "Not requested,Requested" bitfld.long 0x00 2. " IO_REQ_26 ,LCD SEG I/O request for GPIO 26 (P3.2)" "Not requested,Requested" textline " " bitfld.long 0x00 1. " IO_REQ_25 ,LCD SEG I/O request for GPIO 25 (P3.1)" "Not requested,Requested" bitfld.long 0x00 0. " IO_REQ_24 ,LCD SEG I/O request for GPIO 24 (P3.0)" "Not requested,Requested" line.long 0x04 "IOMAN_LCD_SEG_REQ1,LCD SEG Driver I/O Request Register 1" bitfld.long 0x04 7. " IO_REQ_63 ,LCD SEG I/O request for GPIO 63 (P7.7)" "Not requested,Requested" bitfld.long 0x04 6. " IO_REQ_62 ,LCD SEG I/O request for GPIO 62 (P7.6)" "Not requested,Requested" bitfld.long 0x04 5. " IO_REQ_61 ,LCD SEG I/O request for GPIO 61 (P7.5)" "Not requested,Requested" textline " " bitfld.long 0x04 4. " IO_REQ_60 ,LCD SEG I/O request for GPIO 60 (P7.4)" "Not requested,Requested" bitfld.long 0x04 3. " IO_REQ_59 ,LCD SEG I/O request for GPIO 59 (P7.3)" "Not requested,Requested" bitfld.long 0x04 2. " IO_REQ_58 ,LCD SEG I/O request for GPIO 58 (P7.2)" "Not requested,Requested" textline " " bitfld.long 0x04 1. " IO_REQ_57 ,LCD SEG I/O request for GPIO 57 (P7.1)" "Not requested,Requested" bitfld.long 0x04 0. " IO_REQ_56 ,LCD SEG I/O request for GPIO 56 (P7.0)" "Not requested,Requested" rgroup.long 0x68++0x07 line.long 0x00 "IOMAN_LCD_SEG_ACK0,LCD SEG Driver I/O Acknowledge Register 0" bitfld.long 0x00 31. " IO_ACK_55 ,LCD SEG I/O acknowledge for GPIO 55 (P6.7)" "Not acknowledged,Acknowledged" bitfld.long 0x00 30. " IO_ACK_54 ,LCD SEG I/O acknowledge for GPIO 54 (P6.6)" "Not acknowledged,Acknowledged" bitfld.long 0x00 29. " IO_ACK_53 ,LCD SEG I/O acknowledge for GPIO 53 (P6.5)" "Not acknowledged,Acknowledged" textline " " bitfld.long 0x00 28. " IO_ACK_52 ,LCD SEG I/O acknowledge for GPIO 52 (P6.4)" "Not acknowledged,Acknowledged" bitfld.long 0x00 27. " IO_ACK_51 ,LCD SEG I/O acknowledge for GPIO 51 (P6.3)" "Not acknowledged,Acknowledged" bitfld.long 0x00 26. " IO_ACK_50 ,LCD SEG I/O acknowledge for GPIO 50 (P6.2)" "Not acknowledged,Acknowledged" textline " " bitfld.long 0x00 25. " IO_ACK_49 ,LCD SEG I/O acknowledge for GPIO 49 (P6.1)" "Not acknowledged,Acknowledged" bitfld.long 0x00 24. " IO_ACK_48 ,LCD SEG I/O acknowledge for GPIO 48 (P6.0)" "Not acknowledged,Acknowledged" bitfld.long 0x00 23. " IO_ACK_47 ,LCD SEG I/O acknowledge for GPIO 47 (P5.7)" "Not acknowledged,Acknowledged" textline " " bitfld.long 0x00 22. " IO_ACK_46 ,LCD SEG I/O acknowledge for GPIO 46 (P5.6)" "Not acknowledged,Acknowledged" bitfld.long 0x00 21. " IO_ACK_45 ,LCD SEG I/O acknowledge for GPIO 45 (P5.5)" "Not acknowledged,Acknowledged" bitfld.long 0x00 20. " IO_ACK_44 ,LCD SEG I/O acknowledge for GPIO 44 (P5.4)" "Not acknowledged,Acknowledged" textline " " bitfld.long 0x00 19. " IO_ACK_43 ,LCD SEG I/O acknowledge for GPIO 43 (P5.3)" "Not acknowledged,Acknowledged" bitfld.long 0x00 18. " IO_ACK_42 ,LCD SEG I/O acknowledge for GPIO 42 (P5.2)" "Not acknowledged,Acknowledged" bitfld.long 0x00 17. " IO_ACK_41 ,LCD SEG I/O acknowledge for GPIO 41 (P5.1)" "Not acknowledged,Acknowledged" textline " " bitfld.long 0x00 16. " IO_ACK_40 ,LCD SEG I/O acknowledge for GPIO 40 (P5.0)" "Not acknowledged,Acknowledged" bitfld.long 0x00 15. " IO_ACK_39 ,LCD SEG I/O acknowledge for GPIO 39 (P4.7)" "Not acknowledged,Acknowledged" bitfld.long 0x00 14. " IO_ACK_38 ,LCD SEG I/O acknowledge for GPIO 38 (P4.6)" "Not acknowledged,Acknowledged" textline " " bitfld.long 0x00 13. " IO_ACK_37 ,LCD SEG I/O acknowledge for GPIO 37 (P4.5)" "Not acknowledged,Acknowledged" bitfld.long 0x00 12. " IO_ACK_36 ,LCD SEG I/O acknowledge for GPIO 36 (P4.4)" "Not acknowledged,Acknowledged" bitfld.long 0x00 11. " IO_ACK_35 ,LCD SEG I/O acknowledge for GPIO 35 (P4.3)" "Not acknowledged,Acknowledged" textline " " bitfld.long 0x00 10. " IO_ACK_34 ,LCD SEG I/O acknowledge for GPIO 34 (P4.2)" "Not acknowledged,Acknowledged" bitfld.long 0x00 9. " IO_ACK_33 ,LCD SEG I/O acknowledge for GPIO 33 (P4.1)" "Not acknowledged,Acknowledged" bitfld.long 0x00 8. " IO_ACK_32 ,LCD SEG I/O acknowledge for GPIO 32 (P4.0)" "Not acknowledged,Acknowledged" textline " " bitfld.long 0x00 7. " IO_ACK_31 ,LCD SEG I/O acknowledge for GPIO 31 (P3.7)" "Not acknowledged,Acknowledged" bitfld.long 0x00 6. " IO_ACK_30 ,LCD SEG I/O acknowledge for GPIO 30 (P3.6)" "Not acknowledged,Acknowledged" bitfld.long 0x00 5. " IO_ACK_29 ,LCD SEG I/O acknowledge for GPIO 29 (P3.5)" "Not acknowledged,Acknowledged" textline " " bitfld.long 0x00 4. " IO_ACK_28 ,LCD SEG I/O acknowledge for GPIO 28 (P3.4)" "Not acknowledged,Acknowledged" bitfld.long 0x00 3. " IO_ACK_27 ,LCD SEG I/O acknowledge for GPIO 27 (P3.3)" "Not acknowledged,Acknowledged" bitfld.long 0x00 2. " IO_ACK_26 ,LCD SEG I/O acknowledge for GPIO 26 (P3.2)" "Not acknowledged,Acknowledged" textline " " bitfld.long 0x00 1. " IO_ACK_25 ,LCD SEG I/O acknowledge for GPIO 25 (P3.1)" "Not acknowledged,Acknowledged" bitfld.long 0x00 0. " IO_ACK_24 ,LCD SEG I/O acknowledge for GPIO 24 (P3.0)" "Not acknowledged,Acknowledged" line.long 0x04 "IOMAN_LCD_SEG_ACK1,LCD SEG Driver I/O Acknowledge Register 1" bitfld.long 0x04 7. " IO_ACK_63 ,LCD SEG I/O acknowledge for GPIO 63 (P7.7)" "Not acknowledged,Acknowledged" bitfld.long 0x04 6. " IO_ACK_62 ,LCD SEG I/O acknowledge for GPIO 62 (P7.6)" "Not acknowledged,Acknowledged" bitfld.long 0x04 5. " IO_ACK_61 ,LCD SEG I/O acknowledge for GPIO 61 (P7.5)" "Not acknowledged,Acknowledged" textline " " bitfld.long 0x04 4. " IO_ACK_60 ,LCD SEG I/O acknowledge for GPIO 60 (P7.4)" "Not acknowledged,Acknowledged" bitfld.long 0x04 3. " IO_ACK_59 ,LCD SEG I/O acknowledge for GPIO 59 (P7.3)" "Not acknowledged,Acknowledged" bitfld.long 0x04 2. " IO_ACK_58 ,LCD SEG I/O acknowledge for GPIO 58 (P7.2)" "Not acknowledged,Acknowledged" textline " " bitfld.long 0x04 1. " IO_ACK_57 ,LCD SEG I/O acknowledge for GPIO 57 (P7.1)" "Not acknowledged,Acknowledged" bitfld.long 0x04 0. " IO_ACK_56 ,LCD SEG I/O acknowledge for GPIO 56 (P7.0)" "Not acknowledged,Acknowledged" endif group.long 0x70++0x03 line.long 0x00 "IOMAN_CRNT_REQ,Current Drive I/O Request Register" bitfld.long 0x00 7. " IO_REQ_CRNT7 ,Request for pair CRNT7" "Not requested,Requested" bitfld.long 0x00 6. " IO_REQ_CRNT6 ,Request for pair CRNT6" "Not requested,Requested" bitfld.long 0x00 5. " IO_REQ_CRNT5 ,Request for pair CRNT5" "Not requested,Requested" textline " " bitfld.long 0x00 4. " IO_REQ_CRNT4 ,Request for pair CRNT4" "Not requested,Requested" bitfld.long 0x00 3. " IO_REQ_CRNT3 ,Request for pair CRNT3" "Not requested,Requested" bitfld.long 0x00 2. " IO_REQ_CRNT2 ,Request for pair CRNT2" "Not requested,Requested" textline " " bitfld.long 0x00 1. " IO_REQ_CRNT1 ,Request for pair CRNT1" "Not requested,Requested" bitfld.long 0x00 0. " IO_REQ_CRNT0 ,Request for pair CRNT0" "Not requested,Requested" rgroup.long 0x74++0x03 line.long 0x00 "IOMAN_CRNT_ACK,Current Drive I/O Acknowledge Register" bitfld.long 0x00 7. " IO_ACK_CRNT7 ,Acknowledge for pair CRNT7" "Not acknowledged,Acknowledged" bitfld.long 0x00 6. " IO_ACK_CRNT6 ,Acknowledge for pair CRNT6" "Not acknowledged,Acknowledged" bitfld.long 0x00 5. " IO_ACK_CRNT5 ,Acknowledge for pair CRNT5" "Not acknowledged,Acknowledged" textline " " bitfld.long 0x00 4. " IO_ACK_CRNT4 ,Acknowledge for pair CRNT4" "Not acknowledged,Acknowledged" bitfld.long 0x00 3. " IO_ACK_CRNT3 ,Acknowledge for pair CRNT3" "Not acknowledged,Acknowledged" bitfld.long 0x00 2. " IO_ACK_CRNT2 ,Acknowledge for pair CRNT2" "Not acknowledged,Acknowledged" textline " " bitfld.long 0x00 1. " IO_ACK_CRNT1 ,Acknowledge for pair CRNT1" "Not acknowledged,Acknowledged" bitfld.long 0x00 0. " IO_ACK_CRNT0 ,Acknowledge for pair CRNT0" "Not acknowledged,Acknowledged" group.long 0x78++0x07 line.long 0x00 "IOMAN_CRNT_MODE,Current Drive I/O Mode Control" bitfld.long 0x00 28.--31. " IO_CRNT7 ,Current drive mode select for pair CRNT7" "Current sink A,Current sink B,Current sink A w/observe,Current sink B w/observe,H-Bridge A,H-Bridge B,H-Bridge A w/observe,H-Bridge B w/observe,?..." bitfld.long 0x00 24.--27. " IO_CRNT6 ,Current drive mode select for pair CRNT6" "Current sink A,Current sink B,Current sink A w/observe,Current sink B w/observe,H-Bridge A,H-Bridge B,H-Bridge A w/observe,H-Bridge B w/observe,?..." bitfld.long 0x00 20.--23. " IO_CRNT5 ,Current drive mode select for pair CRNT5" "Current sink A,Current sink B,Current sink A w/observe,Current sink B w/observe,H-Bridge A,H-Bridge B,H-Bridge A w/observe,H-Bridge B w/observe,?..." textline " " bitfld.long 0x00 16.--19. " IO_CRNT4 ,Current drive mode select for pair CRNT4" "Current sink A,Current sink B,Current sink A w/observe,Current sink B w/observe,H-Bridge A,H-Bridge B,H-Bridge A w/observe,H-Bridge B w/observe,?..." bitfld.long 0x00 12.--15. " IO_CRNT3 ,Current drive mode select for pair CRNT3" "Current sink A,Current sink B,Current sink A w/observe,Current sink B w/observe,H-Bridge A,H-Bridge B,H-Bridge A w/observe,H-Bridge B w/observe,?..." bitfld.long 0x00 8.--11. " IO_CRNT2 ,Current drive mode select for pair CRNT2" "Current sink A,Current sink B,Current sink A w/observe,Current sink B w/observe,H-Bridge A,H-Bridge B,H-Bridge A w/observe,H-Bridge B w/observe,?..." textline " " bitfld.long 0x00 4.--7. " IO_CRNT1 ,Current drive mode select for pair CRNT1" "Current sink A,Current sink B,Current sink A w/observe,Current sink B w/observe,H-Bridge A,H-Bridge B,H-Bridge A w/observe,H-Bridge B w/observe,?..." bitfld.long 0x00 0.--3. " IO_CRNT0 ,Current drive mode select for pair CRNT0" "Current sink A,Current sink B,Current sink A w/observe,Current sink B w/observe,H-Bridge A,H-Bridge B,H-Bridge A w/observe,H-Bridge B w/observe,?..." textline " " line.long 0x04 "IOMAN_ALI_CONNECT0,Analog I/O Connection Control Register 0" sif (cpuis("MAX32600P*")||cpuis("MAX32600M*")) bitfld.long 0x04 31. " GPIO31 ,Analog I/O Connection input for GPIO31" "0,1" bitfld.long 0x04 30. " GPIO30 ,Analog I/O Connection input for GPIO30" "0,1" bitfld.long 0x04 29. " GPIO29 ,Analog I/O Connection input for GPIO29" "0,1" bitfld.long 0x04 28. " GPIO28 ,Analog I/O Connection input for GPIO28" "0,1" textline " " bitfld.long 0x04 27. " GPIO27 ,Analog I/O Connection input for GPIO27" "0,1" bitfld.long 0x04 26. " GPIO26 ,Analog I/O Connection input for GPIO26" "0,1" bitfld.long 0x04 25. " GPIO25 ,Analog I/O Connection input for GPIO25" "0,1" bitfld.long 0x04 24. " GPIO24 ,Analog I/O Connection input for GPIO24" "0,1" textline " " bitfld.long 0x04 23. " GPIO23 ,Analog I/O Connection input for GPIO23" "0,1" bitfld.long 0x04 22. " GPIO22 ,Analog I/O Connection input for GPIO22" "0,1" bitfld.long 0x04 21. " GPIO21 ,Analog I/O Connection input for GPIO21" "0,1" bitfld.long 0x04 20. " GPIO20 ,Analog I/O Connection input for GPIO20" "0,1" textline " " bitfld.long 0x04 19. " GPIO19 ,Analog I/O Connection input for GPIO19" "0,1" bitfld.long 0x04 18. " GPIO18 ,Analog I/O Connection input for GPIO18" "0,1" bitfld.long 0x04 17. " GPIO17 ,Analog I/O Connection input for GPIO17" "0,1" bitfld.long 0x04 16. " GPIO16 ,Analog I/O Connection input for GPIO16" "0,1" textline " " endif bitfld.long 0x04 15. " GPIO15 ,Analog I/O Connection input for GPIO15" "0,1" bitfld.long 0x04 14. " GPIO14 ,Analog I/O Connection input for GPIO14" "0,1" bitfld.long 0x04 13. " GPIO13 ,Analog I/O Connection input for GPIO13" "0,1" bitfld.long 0x04 12. " GPIO12 ,Analog I/O Connection input for GPIO12" "0,1" textline " " bitfld.long 0x04 11. " GPIO11 ,Analog I/O Connection input for GPIO11" "0,1" bitfld.long 0x04 10. " GPIO10 ,Analog I/O Connection input for GPIO10" "0,1" bitfld.long 0x04 9. " GPIO9 ,Analog I/O Connection input for GPIO9" "0,1" bitfld.long 0x04 8. " GPIO8 ,Analog I/O Connection input for GPIO8" "0,1" textline " " bitfld.long 0x04 7. " GPIO7 ,Analog I/O Connection input for GPIO7" "0,1" bitfld.long 0x04 6. " GPIO6 ,Analog I/O Connection input for GPIO6" "0,1" bitfld.long 0x04 5. " GPIO5 ,Analog I/O Connection input for GPIO5" "0,1" bitfld.long 0x04 4. " GPIO4 ,Analog I/O Connection input for GPIO4" "0,1" textline " " bitfld.long 0x04 3. " GPIO3 ,Analog I/O Connection input for GPIO3" "0,1" bitfld.long 0x04 2. " GPIO2 ,Analog I/O Connection input for GPIO2" "0,1" bitfld.long 0x04 1. " GPIO1 ,Analog I/O Connection input for GPIO1" "0,1" bitfld.long 0x04 0. " GPIO0 ,Analog I/O Connection input for GPIO0" "0,1" sif (cpuis("MAX32600P*")||cpuis("MAX32600M*")) group.long 0x80++0x03 line.long 0x00 "IOMAN_ALI_CONNECT1,Analog I/O Connection Control Register 1" bitfld.long 0x00 31. " GPIO63 ,Analog I/O Connection input for GPIO63" "0,1" bitfld.long 0x00 30. " GPIO62 ,Analog I/O Connection input for GPIO62" "0,1" bitfld.long 0x00 29. " GPIO61 ,Analog I/O Connection input for GPIO61" "0,1" bitfld.long 0x00 28. " GPIO60 ,Analog I/O Connection input for GPIO60" "0,1" textline " " bitfld.long 0x00 27. " GPIO59 ,Analog I/O Connection input for GPIO59" "0,1" bitfld.long 0x00 26. " GPIO58 ,Analog I/O Connection input for GPIO58" "0,1" bitfld.long 0x00 25. " GPIO57 ,Analog I/O Connection input for GPIO57" "0,1" bitfld.long 0x00 24. " GPIO56 ,Analog I/O Connection input for GPIO56" "0,1" textline " " bitfld.long 0x00 23. " GPIO55 ,Analog I/O Connection input for GPIO55" "0,1" bitfld.long 0x00 22. " GPIO54 ,Analog I/O Connection input for GPIO54" "0,1" bitfld.long 0x00 21. " GPIO53 ,Analog I/O Connection input for GPIO53" "0,1" bitfld.long 0x00 20. " GPIO52 ,Analog I/O Connection input for GPIO52" "0,1" textline " " bitfld.long 0x00 19. " GPIO51 ,Analog I/O Connection input for GPIO51" "0,1" bitfld.long 0x00 18. " GPIO50 ,Analog I/O Connection input for GPIO50" "0,1" bitfld.long 0x00 17. " GPIO49 ,Analog I/O Connection input for GPIO49" "0,1" bitfld.long 0x00 16. " GPIO48 ,Analog I/O Connection input for GPIO48" "0,1" textline " " bitfld.long 0x00 15. " GPIO47 ,Analog I/O Connection input for GPIO47" "0,1" bitfld.long 0x00 14. " GPIO46 ,Analog I/O Connection input for GPIO46" "0,1" bitfld.long 0x00 13. " GPIO45 ,Analog I/O Connection input for GPIO45" "0,1" bitfld.long 0x00 12. " GPIO44 ,Analog I/O Connection input for GPIO44" "0,1" textline " " bitfld.long 0x00 11. " GPIO43 ,Analog I/O Connection input for GPIO43" "0,1" bitfld.long 0x00 10. " GPIO42 ,Analog I/O Connection input for GPIO42" "0,1" bitfld.long 0x00 9. " GPIO41 ,Analog I/O Connection input for GPIO41" "0,1" bitfld.long 0x00 8. " GPIO40 ,Analog I/O Connection input for GPIO40" "0,1" textline " " bitfld.long 0x00 7. " GPIO39 ,Analog I/O Connection input for GPIO39" "0,1" bitfld.long 0x00 6. " GPIO38 ,Analog I/O Connection input for GPIO38" "0,1" bitfld.long 0x00 5. " GPIO37 ,Analog I/O Connection input for GPIO37" "0,1" bitfld.long 0x00 4. " GPIO36 ,Analog I/O Connection input for GPIO36" "0,1" textline " " bitfld.long 0x00 3. " GPIO35 ,Analog I/O Connection input for GPIO35" "0,1" bitfld.long 0x00 2. " GPIO34 ,Analog I/O Connection input for GPIO34" "0,1" bitfld.long 0x00 1. " GPIO33 ,Analog I/O Connection input for GPIO33" "0,1" bitfld.long 0x00 0. " GPIO32 ,Analog I/O Connection input for GPIO32" "0,1" endif textline " " group.long 0x84++0x03 line.long 0x00 "IOMAN_I2CM1_REQ,I2C Master 1 I/O Request" bitfld.long 0x00 4. " CORE_IO ,I2C master I/O request" "Not requested,Requested" bitfld.long 0x00 0.--1. " MAPPING ,I2C master I/O mapping select" "A,B,C,D" rgroup.long 0x88++0x03 line.long 0x00 "IOMAN_I2CM1_ACK,I2C Master 1 I/O Acknowledge" bitfld.long 0x00 4. " CORE_IO ,I2C master I/O acknowledge" "Not acknowledged,Acknowledged" bitfld.long 0x00 0.--1. " MAPPING ,I2C master I/O mapping acknowledge" "A,B,C,D" textline " " group.long 0x8C++0x03 line.long 0x00 "IOMAN_PADX_CONTROL,Multichip Interface Pad Control Register" rbitfld.long 0x00 10. " PADX_GPIO1_INPUT_STATE ,PADX GPIO1 input value" "Low,High" bitfld.long 0x00 8.--9. " PADX_GPIO1_OUT_MODE ,PADX GPIO1 out mode" "High impedance,Pullup,Drive 0,Drive 1" textline " " rbitfld.long 0x00 6. " PADX_GPIO0_INPUT_STATE ,PADX GPIO0 input value" "Low,High" bitfld.long 0x00 4.--5. " PADX_GPIO0_OUT_MODE ,PADX GPIO0 out mode" "High impedance,Pullup,Drive 0,Drive 1" textline " " bitfld.long 0x00 0. " PADX_POWER_CONTROL ,PADX power control" "Disabled,Enabled" width 0x0B tree.end tree.open "GPIO (General Purpose Input/Output)" tree "Port 0" base ad:0x40000000 width 18. rgroup.long 0x40++0x03 line.long 0x00 "GPIO_FREE_P0,Port P0 Free for GPIO Operation Flags" bitfld.long 0x00 7. " PIN7 ,P0.7 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 6. " PIN6 ,P0.6 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 5. " PIN5 ,P0.5 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 4. " PIN4 ,P0.4 GPIO mode acknowledge" "Not available,Available" textline " " bitfld.long 0x00 3. " PIN3 ,P0.3 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 2. " PIN2 ,P0.2 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 1. " PIN1 ,P0.1 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 0. " PIN0 ,P0.0 GPIO mode acknowledge" "Not available,Available" group.long 0x80++0x03 line.long 0x00 "GPIO_OUT_MODE_P0,Port P0 GPIO Output Drive Mode" bitfld.long 0x00 28.--31. " PIN7 ,P0.7 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 24.--27. " PIN6 ,P0.6 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" textline " " bitfld.long 0x00 20.--23. " PIN5 ,P0.5 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 16.--19. " PIN4 ,P0.4 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" textline " " bitfld.long 0x00 12.--15. " PIN3 ,P0.3 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 8.--11. " PIN2 ,P0.2 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" textline " " bitfld.long 0x00 4.--7. " PIN1 ,P0.1 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 0.--3. " PIN0 ,P0.0 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" group.long 0xC0++0x03 line.long 0x00 "GPIO_OUT_VAL_P0,Port P0 GPIO Output Value" bitfld.long 0x00 7. " PIN7 ,P0.7 GPIO output drive value" "0,1" bitfld.long 0x00 6. " PIN6 ,P0.6 GPIO output drive value" "0,1" bitfld.long 0x00 5. " PIN5 ,P0.5 GPIO output drive value" "0,1" bitfld.long 0x00 4. " PIN4 ,P0.4 GPIO output drive value" "0,1" textline " " bitfld.long 0x00 3. " PIN3 ,P0.3 GPIO output drive value" "0,1" bitfld.long 0x00 2. " PIN2 ,P0.2 GPIO output drive value" "0,1" bitfld.long 0x00 1. " PIN1 ,P0.1 GPIO output drive value" "0,1" bitfld.long 0x00 0. " PIN0 ,P0.0 GPIO output drive value" "0,1" group.long 0x100++0x03 line.long 0x00 "GPIO_FUNC_SEL_P0,Port P0 GPIO Function Select" bitfld.long 0x00 28.--31. " PIN7 ,P0.7 output function select" "Firmware control,Pulse train 7,Pulse train 7,Pulse train 3,32-bit Timer 3 I/O,32-bit Timer 0 I/O,32-bit Timer 1 I/O,32-bit Timer 2 I/O,?..." bitfld.long 0x00 24.--27. " PIN6 ,P0.6 output function select" "Firmware control,Pulse train 6,Pulse train 3,Pulse train 0,32-bit Timer 2 I/O,32-bit Timer 3 I/O,32-bit Timer 0 I/O,32-bit Timer 1 I/O,?..." bitfld.long 0x00 20.--23. " PIN5 ,P0.5 output function select" "Firmware control,Pulse train 5,Pulse train 6,Pulse train 2,32-bit Timer 1 I/O,32-bit Timer 2 I/O,32-bit Timer 3 I/O,32-bit Timer 0 I/O,?..." bitfld.long 0x00 16.--19. " PIN4 ,P0.4 output function select" "Firmware control,Pulse train 4,Pulse train 2,Pulse train 6,32-bit Timer 0 I/O,32-bit Timer 1 I/O,32-bit Timer 2 I/O,32-bit Timer 3 I/O,?..." textline " " bitfld.long 0x00 12.--15. " PIN3 ,P0.3 output function select" "Firmware control,Pulse train 3,Pulse train 5,Pulse train 1,32-bit Timer 3 I/O,32-bit Timer 0 I/O,32-bit Timer 1 I/O,32-bit Timer 2 I/O,?..." bitfld.long 0x00 8.--11. " PIN2 ,P0.2 output function select" "Firmware control,Pulse train 2,Pulse train 1,Pulse train 5,32-bit Timer 2 I/O,32-bit Timer 3 I/O,32-bit Timer 0 I/O,32-bit Timer 1 I/O,?..." bitfld.long 0x00 4.--7. " PIN1 ,P0.1 output function select" "Firmware control,Pulse train 1,Pulse train 4,Pulse train 0,32-bit Timer 1 I/O,32-bit Timer 2 I/O,32-bit Timer 3 I/O,32-bit Timer 4 I/O,?..." bitfld.long 0x00 0.--3. " PIN0 ,P0.0 output function select" "Firmware control,Pulse train 0,Pulse train 0,Pulse train 4,32-bit Timer 0 I/O,32-bit Timer 1 I/O,32-bit Timer 2 I/O,32-bit Timer 3 I/O,?..." group.long 0x140++0x03 line.long 0x00 "GPIO_IN_MODE_P0,Port P0 GPIO Input Monitoring Mode" bitfld.long 0x00 28.--29. " PIN7 ,P0.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 24.--25. " PIN6 ,P0.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 20.--21. " PIN5 ,P0.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 16.--17. " PIN4 ,P0.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" textline " " bitfld.long 0x00 12.--13. " PIN3 ,P0.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 8.--9. " PIN2 ,P0.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 4.--5. " PIN1 ,P0.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 0.--1. " PIN0 ,P0.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" rgroup.long 0x180++0x03 line.long 0x00 "GPIO_IN_VAL_P0,Port P0 GPIO Input Value" bitfld.long 0x00 7. " PIN7 ,P0.7 input value" "0,1" bitfld.long 0x00 6. " PIN6 ,P0.6 input value" "0,1" bitfld.long 0x00 5. " PIN5 ,P0.5 input value" "0,1" bitfld.long 0x00 4. " PIN4 ,P0.4 input value" "0,1" textline " " bitfld.long 0x00 3. " PIN3 ,P0.3 input value" "0,1" bitfld.long 0x00 2. " PIN2 ,P0.2 input value" "0,1" bitfld.long 0x00 1. " PIN1 ,P0.1 input value" "0,1" bitfld.long 0x00 0. " PIN0 ,P0.0 input value" "0,1" rgroup.long 0x1C0++0x03 line.long 0x00 "GPIO_INT_MODE_P0,Port P0 Interrupt Detection Mode" bitfld.long 0x00 28.--30. " PIN7 ,P0.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 24.--26. " PIN6 ,P0.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 20.--22. " PIN5 ,P0.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 16.--18. " PIN4 ,P0.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" textline " " bitfld.long 0x00 12.--14. " PIN3 ,P0.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 8.--10. " PIN2 ,P0.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 4.--6. " PIN1 ,P0.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 0.--2. " PIN0 ,P0.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" group.long 0x200++0x03 line.long 0x00 "GPIO_INTFL_P0,Port P0 Interrupt Flags" eventfld.long 0x00 7. " PIN7 ,P0.7 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 6. " PIN6 ,P0.6 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 5. " PIN5 ,P0.5 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 4. " PIN4 ,P0.4 external interrupt flags" "Not detected,Detected" textline " " eventfld.long 0x00 3. " PIN3 ,P0.3 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 2. " PIN2 ,P0.2 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 1. " PIN1 ,P0.1 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 0. " PIN0 ,P0.0 external interrupt flags" "Not detected,Detected" group.long 0x240++0x03 line.long 0x00 "GPIO_INTEN_P0,Port P0 Interrupt Enables" bitfld.long 0x00 7. " PIN7 ,P0.7 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 6. " PIN6 ,P0.6 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 5. " PIN5 ,P0.5 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 4. " PIN4 ,P0.4 external interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " PIN3 ,P0.3 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 2. " PIN2 ,P0.2 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 1. " PIN1 ,P0.1 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 0. " PIN0 ,P0.0 external interrupt enable" "Disabled,Enabled" width 0x0B tree.end tree "Port 1" base ad:0x40000004 width 18. rgroup.long 0x40++0x03 line.long 0x00 "GPIO_FREE_P1,Port P1 Free for GPIO Operation Flags" bitfld.long 0x00 7. " PIN7 ,P1.7 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 6. " PIN6 ,P1.6 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 5. " PIN5 ,P1.5 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 4. " PIN4 ,P1.4 GPIO mode acknowledge" "Not available,Available" textline " " bitfld.long 0x00 3. " PIN3 ,P1.3 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 2. " PIN2 ,P1.2 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 1. " PIN1 ,P1.1 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 0. " PIN0 ,P1.0 GPIO mode acknowledge" "Not available,Available" group.long 0x80++0x03 line.long 0x00 "GPIO_OUT_MODE_P1,Port P1 GPIO Output Drive Mode" bitfld.long 0x00 28.--31. " PIN7 ,P1.7 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 24.--27. " PIN6 ,P1.6 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" textline " " bitfld.long 0x00 20.--23. " PIN5 ,P1.5 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 16.--19. " PIN4 ,P1.4 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" textline " " bitfld.long 0x00 12.--15. " PIN3 ,P1.3 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 8.--11. " PIN2 ,P1.2 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" textline " " bitfld.long 0x00 4.--7. " PIN1 ,P1.1 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 0.--3. " PIN0 ,P1.0 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" group.long 0xC0++0x03 line.long 0x00 "GPIO_OUT_VAL_P1,Port P1 GPIO Output Value" bitfld.long 0x00 7. " PIN7 ,P1.7 GPIO output drive value" "0,1" bitfld.long 0x00 6. " PIN6 ,P1.6 GPIO output drive value" "0,1" bitfld.long 0x00 5. " PIN5 ,P1.5 GPIO output drive value" "0,1" bitfld.long 0x00 4. " PIN4 ,P1.4 GPIO output drive value" "0,1" textline " " bitfld.long 0x00 3. " PIN3 ,P1.3 GPIO output drive value" "0,1" bitfld.long 0x00 2. " PIN2 ,P1.2 GPIO output drive value" "0,1" bitfld.long 0x00 1. " PIN1 ,P1.1 GPIO output drive value" "0,1" bitfld.long 0x00 0. " PIN0 ,P1.0 GPIO output drive value" "0,1" group.long 0x100++0x03 line.long 0x00 "GPIO_FUNC_SEL_P1,Port P1 GPIO Function Select" bitfld.long 0x00 28.--31. " PIN7 ,P1.7 output function select" "Firmware control,Pulse train 7,Pulse train 7,Pulse train 3,32-bit Timer 3 I/O,32-bit Timer 0 I/O,32-bit Timer 1 I/O,32-bit Timer 2 I/O,?..." bitfld.long 0x00 24.--27. " PIN6 ,P1.6 output function select" "Firmware control,Pulse train 6,Pulse train 3,Pulse train 0,32-bit Timer 2 I/O,32-bit Timer 3 I/O,32-bit Timer 0 I/O,32-bit Timer 1 I/O,?..." bitfld.long 0x00 20.--23. " PIN5 ,P1.5 output function select" "Firmware control,Pulse train 5,Pulse train 6,Pulse train 2,32-bit Timer 1 I/O,32-bit Timer 2 I/O,32-bit Timer 3 I/O,32-bit Timer 0 I/O,?..." bitfld.long 0x00 16.--19. " PIN4 ,P1.4 output function select" "Firmware control,Pulse train 4,Pulse train 2,Pulse train 6,32-bit Timer 0 I/O,32-bit Timer 1 I/O,32-bit Timer 2 I/O,32-bit Timer 3 I/O,?..." textline " " bitfld.long 0x00 12.--15. " PIN3 ,P1.3 output function select" "Firmware control,Pulse train 3,Pulse train 5,Pulse train 1,32-bit Timer 3 I/O,32-bit Timer 0 I/O,32-bit Timer 1 I/O,32-bit Timer 2 I/O,?..." bitfld.long 0x00 8.--11. " PIN2 ,P1.2 output function select" "Firmware control,Pulse train 2,Pulse train 1,Pulse train 5,32-bit Timer 2 I/O,32-bit Timer 3 I/O,32-bit Timer 0 I/O,32-bit Timer 1 I/O,?..." bitfld.long 0x00 4.--7. " PIN1 ,P1.1 output function select" "Firmware control,Pulse train 1,Pulse train 4,Pulse train 0,32-bit Timer 1 I/O,32-bit Timer 2 I/O,32-bit Timer 3 I/O,32-bit Timer 4 I/O,?..." bitfld.long 0x00 0.--3. " PIN0 ,P1.0 output function select" "Firmware control,Pulse train 0,Pulse train 0,Pulse train 4,32-bit Timer 0 I/O,32-bit Timer 1 I/O,32-bit Timer 2 I/O,32-bit Timer 3 I/O,?..." group.long 0x140++0x03 line.long 0x00 "GPIO_IN_MODE_P1,Port P1 GPIO Input Monitoring Mode" bitfld.long 0x00 28.--29. " PIN7 ,P1.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 24.--25. " PIN6 ,P1.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 20.--21. " PIN5 ,P1.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 16.--17. " PIN4 ,P1.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" textline " " bitfld.long 0x00 12.--13. " PIN3 ,P1.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 8.--9. " PIN2 ,P1.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 4.--5. " PIN1 ,P1.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 0.--1. " PIN0 ,P1.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" rgroup.long 0x180++0x03 line.long 0x00 "GPIO_IN_VAL_P1,Port P1 GPIO Input Value" bitfld.long 0x00 7. " PIN7 ,P1.7 input value" "0,1" bitfld.long 0x00 6. " PIN6 ,P1.6 input value" "0,1" bitfld.long 0x00 5. " PIN5 ,P1.5 input value" "0,1" bitfld.long 0x00 4. " PIN4 ,P1.4 input value" "0,1" textline " " bitfld.long 0x00 3. " PIN3 ,P1.3 input value" "0,1" bitfld.long 0x00 2. " PIN2 ,P1.2 input value" "0,1" bitfld.long 0x00 1. " PIN1 ,P1.1 input value" "0,1" bitfld.long 0x00 0. " PIN0 ,P1.0 input value" "0,1" rgroup.long 0x1C0++0x03 line.long 0x00 "GPIO_INT_MODE_P1,Port P1 Interrupt Detection Mode" bitfld.long 0x00 28.--30. " PIN7 ,P1.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 24.--26. " PIN6 ,P1.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 20.--22. " PIN5 ,P1.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 16.--18. " PIN4 ,P1.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" textline " " bitfld.long 0x00 12.--14. " PIN3 ,P1.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 8.--10. " PIN2 ,P1.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 4.--6. " PIN1 ,P1.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 0.--2. " PIN0 ,P1.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" group.long 0x200++0x03 line.long 0x00 "GPIO_INTFL_P1,Port P1 Interrupt Flags" eventfld.long 0x00 7. " PIN7 ,P1.7 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 6. " PIN6 ,P1.6 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 5. " PIN5 ,P1.5 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 4. " PIN4 ,P1.4 external interrupt flags" "Not detected,Detected" textline " " eventfld.long 0x00 3. " PIN3 ,P1.3 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 2. " PIN2 ,P1.2 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 1. " PIN1 ,P1.1 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 0. " PIN0 ,P1.0 external interrupt flags" "Not detected,Detected" group.long 0x240++0x03 line.long 0x00 "GPIO_INTEN_P1,Port P1 Interrupt Enables" bitfld.long 0x00 7. " PIN7 ,P1.7 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 6. " PIN6 ,P1.6 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 5. " PIN5 ,P1.5 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 4. " PIN4 ,P1.4 external interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " PIN3 ,P1.3 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 2. " PIN2 ,P1.2 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 1. " PIN1 ,P1.1 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 0. " PIN0 ,P1.0 external interrupt enable" "Disabled,Enabled" width 0x0B tree.end sif (!cpuis("MAX32601K*")) tree "Port 2" base ad:0x40000008 width 18. rgroup.long 0x40++0x03 line.long 0x00 "GPIO_FREE_P2,Port P2 Free for GPIO Operation Flags" bitfld.long 0x00 7. " PIN7 ,P2.7 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 6. " PIN6 ,P2.6 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 5. " PIN5 ,P2.5 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 4. " PIN4 ,P2.4 GPIO mode acknowledge" "Not available,Available" textline " " bitfld.long 0x00 3. " PIN3 ,P2.3 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 2. " PIN2 ,P2.2 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 1. " PIN1 ,P2.1 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 0. " PIN0 ,P2.0 GPIO mode acknowledge" "Not available,Available" group.long 0x80++0x03 line.long 0x00 "GPIO_OUT_MODE_P2,Port P2 GPIO Output Drive Mode" bitfld.long 0x00 28.--31. " PIN7 ,P2.7 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 24.--27. " PIN6 ,P2.6 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" textline " " bitfld.long 0x00 20.--23. " PIN5 ,P2.5 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 16.--19. " PIN4 ,P2.4 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" textline " " bitfld.long 0x00 12.--15. " PIN3 ,P2.3 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 8.--11. " PIN2 ,P2.2 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" textline " " bitfld.long 0x00 4.--7. " PIN1 ,P2.1 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 0.--3. " PIN0 ,P2.0 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" group.long 0xC0++0x03 line.long 0x00 "GPIO_OUT_VAL_P2,Port P2 GPIO Output Value" bitfld.long 0x00 7. " PIN7 ,P2.7 GPIO output drive value" "0,1" bitfld.long 0x00 6. " PIN6 ,P2.6 GPIO output drive value" "0,1" bitfld.long 0x00 5. " PIN5 ,P2.5 GPIO output drive value" "0,1" bitfld.long 0x00 4. " PIN4 ,P2.4 GPIO output drive value" "0,1" textline " " bitfld.long 0x00 3. " PIN3 ,P2.3 GPIO output drive value" "0,1" bitfld.long 0x00 2. " PIN2 ,P2.2 GPIO output drive value" "0,1" bitfld.long 0x00 1. " PIN1 ,P2.1 GPIO output drive value" "0,1" bitfld.long 0x00 0. " PIN0 ,P2.0 GPIO output drive value" "0,1" group.long 0x100++0x03 line.long 0x00 "GPIO_FUNC_SEL_P2,Port P2 GPIO Function Select" bitfld.long 0x00 28.--31. " PIN7 ,P2.7 output function select" "Firmware control,Pulse train 7,Pulse train 7,Pulse train 3,32-bit Timer 3 I/O,32-bit Timer 0 I/O,32-bit Timer 1 I/O,32-bit Timer 2 I/O,?..." bitfld.long 0x00 24.--27. " PIN6 ,P2.6 output function select" "Firmware control,Pulse train 6,Pulse train 3,Pulse train 0,32-bit Timer 2 I/O,32-bit Timer 3 I/O,32-bit Timer 0 I/O,32-bit Timer 1 I/O,?..." bitfld.long 0x00 20.--23. " PIN5 ,P2.5 output function select" "Firmware control,Pulse train 5,Pulse train 6,Pulse train 2,32-bit Timer 1 I/O,32-bit Timer 2 I/O,32-bit Timer 3 I/O,32-bit Timer 0 I/O,?..." bitfld.long 0x00 16.--19. " PIN4 ,P2.4 output function select" "Firmware control,Pulse train 4,Pulse train 2,Pulse train 6,32-bit Timer 0 I/O,32-bit Timer 1 I/O,32-bit Timer 2 I/O,32-bit Timer 3 I/O,?..." textline " " bitfld.long 0x00 12.--15. " PIN3 ,P2.3 output function select" "Firmware control,Pulse train 3,Pulse train 5,Pulse train 1,32-bit Timer 3 I/O,32-bit Timer 0 I/O,32-bit Timer 1 I/O,32-bit Timer 2 I/O,?..." bitfld.long 0x00 8.--11. " PIN2 ,P2.2 output function select" "Firmware control,Pulse train 2,Pulse train 1,Pulse train 5,32-bit Timer 2 I/O,32-bit Timer 3 I/O,32-bit Timer 0 I/O,32-bit Timer 1 I/O,?..." bitfld.long 0x00 4.--7. " PIN1 ,P2.1 output function select" "Firmware control,Pulse train 1,Pulse train 4,Pulse train 0,32-bit Timer 1 I/O,32-bit Timer 2 I/O,32-bit Timer 3 I/O,32-bit Timer 4 I/O,?..." bitfld.long 0x00 0.--3. " PIN0 ,P2.0 output function select" "Firmware control,Pulse train 0,Pulse train 0,Pulse train 4,32-bit Timer 0 I/O,32-bit Timer 1 I/O,32-bit Timer 2 I/O,32-bit Timer 3 I/O,?..." group.long 0x140++0x03 line.long 0x00 "GPIO_IN_MODE_P2,Port P2 GPIO Input Monitoring Mode" bitfld.long 0x00 28.--29. " PIN7 ,P2.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 24.--25. " PIN6 ,P2.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 20.--21. " PIN5 ,P2.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 16.--17. " PIN4 ,P2.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" textline " " bitfld.long 0x00 12.--13. " PIN3 ,P2.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 8.--9. " PIN2 ,P2.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 4.--5. " PIN1 ,P2.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 0.--1. " PIN0 ,P2.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" rgroup.long 0x180++0x03 line.long 0x00 "GPIO_IN_VAL_P2,Port P2 GPIO Input Value" bitfld.long 0x00 7. " PIN7 ,P2.7 input value" "0,1" bitfld.long 0x00 6. " PIN6 ,P2.6 input value" "0,1" bitfld.long 0x00 5. " PIN5 ,P2.5 input value" "0,1" bitfld.long 0x00 4. " PIN4 ,P2.4 input value" "0,1" textline " " bitfld.long 0x00 3. " PIN3 ,P2.3 input value" "0,1" bitfld.long 0x00 2. " PIN2 ,P2.2 input value" "0,1" bitfld.long 0x00 1. " PIN1 ,P2.1 input value" "0,1" bitfld.long 0x00 0. " PIN0 ,P2.0 input value" "0,1" rgroup.long 0x1C0++0x03 line.long 0x00 "GPIO_INT_MODE_P2,Port P2 Interrupt Detection Mode" bitfld.long 0x00 28.--30. " PIN7 ,P2.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 24.--26. " PIN6 ,P2.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 20.--22. " PIN5 ,P2.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 16.--18. " PIN4 ,P2.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" textline " " bitfld.long 0x00 12.--14. " PIN3 ,P2.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 8.--10. " PIN2 ,P2.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 4.--6. " PIN1 ,P2.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 0.--2. " PIN0 ,P2.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" group.long 0x200++0x03 line.long 0x00 "GPIO_INTFL_P2,Port P2 Interrupt Flags" eventfld.long 0x00 7. " PIN7 ,P2.7 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 6. " PIN6 ,P2.6 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 5. " PIN5 ,P2.5 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 4. " PIN4 ,P2.4 external interrupt flags" "Not detected,Detected" textline " " eventfld.long 0x00 3. " PIN3 ,P2.3 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 2. " PIN2 ,P2.2 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 1. " PIN1 ,P2.1 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 0. " PIN0 ,P2.0 external interrupt flags" "Not detected,Detected" group.long 0x240++0x03 line.long 0x00 "GPIO_INTEN_P2,Port P2 Interrupt Enables" bitfld.long 0x00 7. " PIN7 ,P2.7 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 6. " PIN6 ,P2.6 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 5. " PIN5 ,P2.5 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 4. " PIN4 ,P2.4 external interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " PIN3 ,P2.3 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 2. " PIN2 ,P2.2 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 1. " PIN1 ,P2.1 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 0. " PIN0 ,P2.0 external interrupt enable" "Disabled,Enabled" width 0x0B tree.end tree "Port 3" base ad:0x4000000C width 18. rgroup.long 0x40++0x03 line.long 0x00 "GPIO_FREE_P3,Port P3 Free for GPIO Operation Flags" bitfld.long 0x00 7. " PIN7 ,P3.7 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 6. " PIN6 ,P3.6 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 5. " PIN5 ,P3.5 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 4. " PIN4 ,P3.4 GPIO mode acknowledge" "Not available,Available" textline " " bitfld.long 0x00 3. " PIN3 ,P3.3 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 2. " PIN2 ,P3.2 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 1. " PIN1 ,P3.1 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 0. " PIN0 ,P3.0 GPIO mode acknowledge" "Not available,Available" group.long 0x80++0x03 line.long 0x00 "GPIO_OUT_MODE_P3,Port P3 GPIO Output Drive Mode" bitfld.long 0x00 28.--31. " PIN7 ,P3.7 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 24.--27. " PIN6 ,P3.6 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" textline " " bitfld.long 0x00 20.--23. " PIN5 ,P3.5 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 16.--19. " PIN4 ,P3.4 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" textline " " bitfld.long 0x00 12.--15. " PIN3 ,P3.3 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 8.--11. " PIN2 ,P3.2 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" textline " " bitfld.long 0x00 4.--7. " PIN1 ,P3.1 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 0.--3. " PIN0 ,P3.0 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" group.long 0xC0++0x03 line.long 0x00 "GPIO_OUT_VAL_P3,Port P3 GPIO Output Value" bitfld.long 0x00 7. " PIN7 ,P3.7 GPIO output drive value" "0,1" bitfld.long 0x00 6. " PIN6 ,P3.6 GPIO output drive value" "0,1" bitfld.long 0x00 5. " PIN5 ,P3.5 GPIO output drive value" "0,1" bitfld.long 0x00 4. " PIN4 ,P3.4 GPIO output drive value" "0,1" textline " " bitfld.long 0x00 3. " PIN3 ,P3.3 GPIO output drive value" "0,1" bitfld.long 0x00 2. " PIN2 ,P3.2 GPIO output drive value" "0,1" bitfld.long 0x00 1. " PIN1 ,P3.1 GPIO output drive value" "0,1" bitfld.long 0x00 0. " PIN0 ,P3.0 GPIO output drive value" "0,1" group.long 0x100++0x03 line.long 0x00 "GPIO_FUNC_SEL_P3,Port P3 GPIO Function Select" bitfld.long 0x00 28.--31. " PIN7 ,P3.7 output function select" "Firmware control,?..." bitfld.long 0x00 24.--27. " PIN6 ,P3.6 output function select" "Firmware control,?..." bitfld.long 0x00 20.--23. " PIN5 ,P3.5 output function select" "Firmware control,?..." bitfld.long 0x00 16.--19. " PIN4 ,P3.4 output function select" "Firmware control,?..." textline " " bitfld.long 0x00 12.--15. " PIN3 ,P3.3 output function select" "Firmware control,?..." bitfld.long 0x00 8.--11. " PIN2 ,P3.2 output function select" "Firmware control,?..." bitfld.long 0x00 4.--7. " PIN1 ,P3.1 output function select" "Firmware control,?..." bitfld.long 0x00 0.--3. " PIN0 ,P3.0 output function select" "Firmware control,?..." group.long 0x140++0x03 line.long 0x00 "GPIO_IN_MODE_P3,Port P3 GPIO Input Monitoring Mode" bitfld.long 0x00 28.--29. " PIN7 ,P3.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 24.--25. " PIN6 ,P3.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 20.--21. " PIN5 ,P3.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 16.--17. " PIN4 ,P3.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" textline " " bitfld.long 0x00 12.--13. " PIN3 ,P3.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 8.--9. " PIN2 ,P3.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 4.--5. " PIN1 ,P3.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 0.--1. " PIN0 ,P3.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" rgroup.long 0x180++0x03 line.long 0x00 "GPIO_IN_VAL_P3,Port P3 GPIO Input Value" bitfld.long 0x00 7. " PIN7 ,P3.7 input value" "0,1" bitfld.long 0x00 6. " PIN6 ,P3.6 input value" "0,1" bitfld.long 0x00 5. " PIN5 ,P3.5 input value" "0,1" bitfld.long 0x00 4. " PIN4 ,P3.4 input value" "0,1" textline " " bitfld.long 0x00 3. " PIN3 ,P3.3 input value" "0,1" bitfld.long 0x00 2. " PIN2 ,P3.2 input value" "0,1" bitfld.long 0x00 1. " PIN1 ,P3.1 input value" "0,1" bitfld.long 0x00 0. " PIN0 ,P3.0 input value" "0,1" rgroup.long 0x1C0++0x03 line.long 0x00 "GPIO_INT_MODE_P3,Port P3 Interrupt Detection Mode" bitfld.long 0x00 28.--30. " PIN7 ,P3.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 24.--26. " PIN6 ,P3.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 20.--22. " PIN5 ,P3.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 16.--18. " PIN4 ,P3.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" textline " " bitfld.long 0x00 12.--14. " PIN3 ,P3.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 8.--10. " PIN2 ,P3.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 4.--6. " PIN1 ,P3.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 0.--2. " PIN0 ,P3.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" group.long 0x200++0x03 line.long 0x00 "GPIO_INTFL_P3,Port P3 Interrupt Flags" eventfld.long 0x00 7. " PIN7 ,P3.7 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 6. " PIN6 ,P3.6 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 5. " PIN5 ,P3.5 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 4. " PIN4 ,P3.4 external interrupt flags" "Not detected,Detected" textline " " eventfld.long 0x00 3. " PIN3 ,P3.3 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 2. " PIN2 ,P3.2 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 1. " PIN1 ,P3.1 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 0. " PIN0 ,P3.0 external interrupt flags" "Not detected,Detected" group.long 0x240++0x03 line.long 0x00 "GPIO_INTEN_P3,Port P3 Interrupt Enables" bitfld.long 0x00 7. " PIN7 ,P3.7 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 6. " PIN6 ,P3.6 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 5. " PIN5 ,P3.5 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 4. " PIN4 ,P3.4 external interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " PIN3 ,P3.3 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 2. " PIN2 ,P3.2 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 1. " PIN1 ,P3.1 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 0. " PIN0 ,P3.0 external interrupt enable" "Disabled,Enabled" width 0x0B tree.end tree "Port 4" base ad:0x40000010 width 18. rgroup.long 0x40++0x03 line.long 0x00 "GPIO_FREE_P4,Port P4 Free for GPIO Operation Flags" bitfld.long 0x00 7. " PIN7 ,P4.7 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 6. " PIN6 ,P4.6 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 5. " PIN5 ,P4.5 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 4. " PIN4 ,P4.4 GPIO mode acknowledge" "Not available,Available" textline " " bitfld.long 0x00 3. " PIN3 ,P4.3 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 2. " PIN2 ,P4.2 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 1. " PIN1 ,P4.1 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 0. " PIN0 ,P4.0 GPIO mode acknowledge" "Not available,Available" group.long 0x80++0x03 line.long 0x00 "GPIO_OUT_MODE_P4,Port P4 GPIO Output Drive Mode" bitfld.long 0x00 28.--31. " PIN7 ,P4.7 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 24.--27. " PIN6 ,P4.6 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" textline " " bitfld.long 0x00 20.--23. " PIN5 ,P4.5 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 16.--19. " PIN4 ,P4.4 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" textline " " bitfld.long 0x00 12.--15. " PIN3 ,P4.3 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 8.--11. " PIN2 ,P4.2 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" textline " " bitfld.long 0x00 4.--7. " PIN1 ,P4.1 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 0.--3. " PIN0 ,P4.0 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" group.long 0xC0++0x03 line.long 0x00 "GPIO_OUT_VAL_P4,Port P4 GPIO Output Value" bitfld.long 0x00 7. " PIN7 ,P4.7 GPIO output drive value" "0,1" bitfld.long 0x00 6. " PIN6 ,P4.6 GPIO output drive value" "0,1" bitfld.long 0x00 5. " PIN5 ,P4.5 GPIO output drive value" "0,1" bitfld.long 0x00 4. " PIN4 ,P4.4 GPIO output drive value" "0,1" textline " " bitfld.long 0x00 3. " PIN3 ,P4.3 GPIO output drive value" "0,1" bitfld.long 0x00 2. " PIN2 ,P4.2 GPIO output drive value" "0,1" bitfld.long 0x00 1. " PIN1 ,P4.1 GPIO output drive value" "0,1" bitfld.long 0x00 0. " PIN0 ,P4.0 GPIO output drive value" "0,1" group.long 0x100++0x03 line.long 0x00 "GPIO_FUNC_SEL_P4,Port P4 GPIO Function Select" bitfld.long 0x00 28.--31. " PIN7 ,P4.7 output function select" "Firmware control,?..." bitfld.long 0x00 24.--27. " PIN6 ,P4.6 output function select" "Firmware control,?..." bitfld.long 0x00 20.--23. " PIN5 ,P4.5 output function select" "Firmware control,?..." bitfld.long 0x00 16.--19. " PIN4 ,P4.4 output function select" "Firmware control,?..." textline " " bitfld.long 0x00 12.--15. " PIN3 ,P4.3 output function select" "Firmware control,?..." bitfld.long 0x00 8.--11. " PIN2 ,P4.2 output function select" "Firmware control,?..." bitfld.long 0x00 4.--7. " PIN1 ,P4.1 output function select" "Firmware control,?..." bitfld.long 0x00 0.--3. " PIN0 ,P4.0 output function select" "Firmware control,?..." group.long 0x140++0x03 line.long 0x00 "GPIO_IN_MODE_P4,Port P4 GPIO Input Monitoring Mode" bitfld.long 0x00 28.--29. " PIN7 ,P4.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 24.--25. " PIN6 ,P4.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 20.--21. " PIN5 ,P4.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 16.--17. " PIN4 ,P4.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" textline " " bitfld.long 0x00 12.--13. " PIN3 ,P4.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 8.--9. " PIN2 ,P4.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 4.--5. " PIN1 ,P4.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 0.--1. " PIN0 ,P4.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" rgroup.long 0x180++0x03 line.long 0x00 "GPIO_IN_VAL_P4,Port P4 GPIO Input Value" bitfld.long 0x00 7. " PIN7 ,P4.7 input value" "0,1" bitfld.long 0x00 6. " PIN6 ,P4.6 input value" "0,1" bitfld.long 0x00 5. " PIN5 ,P4.5 input value" "0,1" bitfld.long 0x00 4. " PIN4 ,P4.4 input value" "0,1" textline " " bitfld.long 0x00 3. " PIN3 ,P4.3 input value" "0,1" bitfld.long 0x00 2. " PIN2 ,P4.2 input value" "0,1" bitfld.long 0x00 1. " PIN1 ,P4.1 input value" "0,1" bitfld.long 0x00 0. " PIN0 ,P4.0 input value" "0,1" rgroup.long 0x1C0++0x03 line.long 0x00 "GPIO_INT_MODE_P4,Port P4 Interrupt Detection Mode" bitfld.long 0x00 28.--30. " PIN7 ,P4.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 24.--26. " PIN6 ,P4.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 20.--22. " PIN5 ,P4.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 16.--18. " PIN4 ,P4.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" textline " " bitfld.long 0x00 12.--14. " PIN3 ,P4.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 8.--10. " PIN2 ,P4.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 4.--6. " PIN1 ,P4.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 0.--2. " PIN0 ,P4.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" group.long 0x200++0x03 line.long 0x00 "GPIO_INTFL_P4,Port P4 Interrupt Flags" eventfld.long 0x00 7. " PIN7 ,P4.7 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 6. " PIN6 ,P4.6 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 5. " PIN5 ,P4.5 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 4. " PIN4 ,P4.4 external interrupt flags" "Not detected,Detected" textline " " eventfld.long 0x00 3. " PIN3 ,P4.3 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 2. " PIN2 ,P4.2 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 1. " PIN1 ,P4.1 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 0. " PIN0 ,P4.0 external interrupt flags" "Not detected,Detected" group.long 0x240++0x03 line.long 0x00 "GPIO_INTEN_P4,Port P4 Interrupt Enables" bitfld.long 0x00 7. " PIN7 ,P4.7 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 6. " PIN6 ,P4.6 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 5. " PIN5 ,P4.5 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 4. " PIN4 ,P4.4 external interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " PIN3 ,P4.3 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 2. " PIN2 ,P4.2 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 1. " PIN1 ,P4.1 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 0. " PIN0 ,P4.0 external interrupt enable" "Disabled,Enabled" width 0x0B tree.end tree "Port 5" base ad:0x40000014 width 18. rgroup.long 0x40++0x03 line.long 0x00 "GPIO_FREE_P5,Port P5 Free for GPIO Operation Flags" bitfld.long 0x00 7. " PIN7 ,P5.7 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 6. " PIN6 ,P5.6 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 5. " PIN5 ,P5.5 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 4. " PIN4 ,P5.4 GPIO mode acknowledge" "Not available,Available" textline " " bitfld.long 0x00 3. " PIN3 ,P5.3 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 2. " PIN2 ,P5.2 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 1. " PIN1 ,P5.1 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 0. " PIN0 ,P5.0 GPIO mode acknowledge" "Not available,Available" group.long 0x80++0x03 line.long 0x00 "GPIO_OUT_MODE_P5,Port P5 GPIO Output Drive Mode" bitfld.long 0x00 28.--31. " PIN7 ,P5.7 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 24.--27. " PIN6 ,P5.6 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" textline " " bitfld.long 0x00 20.--23. " PIN5 ,P5.5 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 16.--19. " PIN4 ,P5.4 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" textline " " bitfld.long 0x00 12.--15. " PIN3 ,P5.3 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 8.--11. " PIN2 ,P5.2 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" textline " " bitfld.long 0x00 4.--7. " PIN1 ,P5.1 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 0.--3. " PIN0 ,P5.0 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" group.long 0xC0++0x03 line.long 0x00 "GPIO_OUT_VAL_P5,Port P5 GPIO Output Value" bitfld.long 0x00 7. " PIN7 ,P5.7 GPIO output drive value" "0,1" bitfld.long 0x00 6. " PIN6 ,P5.6 GPIO output drive value" "0,1" bitfld.long 0x00 5. " PIN5 ,P5.5 GPIO output drive value" "0,1" bitfld.long 0x00 4. " PIN4 ,P5.4 GPIO output drive value" "0,1" textline " " bitfld.long 0x00 3. " PIN3 ,P5.3 GPIO output drive value" "0,1" bitfld.long 0x00 2. " PIN2 ,P5.2 GPIO output drive value" "0,1" bitfld.long 0x00 1. " PIN1 ,P5.1 GPIO output drive value" "0,1" bitfld.long 0x00 0. " PIN0 ,P5.0 GPIO output drive value" "0,1" group.long 0x100++0x03 line.long 0x00 "GPIO_FUNC_SEL_P5,Port P5 GPIO Function Select" bitfld.long 0x00 28.--31. " PIN7 ,P5.7 output function select" "Firmware control,?..." bitfld.long 0x00 24.--27. " PIN6 ,P5.6 output function select" "Firmware control,?..." bitfld.long 0x00 20.--23. " PIN5 ,P5.5 output function select" "Firmware control,?..." bitfld.long 0x00 16.--19. " PIN4 ,P5.4 output function select" "Firmware control,?..." textline " " bitfld.long 0x00 12.--15. " PIN3 ,P5.3 output function select" "Firmware control,?..." bitfld.long 0x00 8.--11. " PIN2 ,P5.2 output function select" "Firmware control,?..." bitfld.long 0x00 4.--7. " PIN1 ,P5.1 output function select" "Firmware control,?..." bitfld.long 0x00 0.--3. " PIN0 ,P5.0 output function select" "Firmware control,?..." group.long 0x140++0x03 line.long 0x00 "GPIO_IN_MODE_P5,Port P5 GPIO Input Monitoring Mode" bitfld.long 0x00 28.--29. " PIN7 ,P5.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 24.--25. " PIN6 ,P5.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 20.--21. " PIN5 ,P5.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 16.--17. " PIN4 ,P5.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" textline " " bitfld.long 0x00 12.--13. " PIN3 ,P5.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 8.--9. " PIN2 ,P5.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 4.--5. " PIN1 ,P5.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 0.--1. " PIN0 ,P5.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" rgroup.long 0x180++0x03 line.long 0x00 "GPIO_IN_VAL_P5,Port P5 GPIO Input Value" bitfld.long 0x00 7. " PIN7 ,P5.7 input value" "0,1" bitfld.long 0x00 6. " PIN6 ,P5.6 input value" "0,1" bitfld.long 0x00 5. " PIN5 ,P5.5 input value" "0,1" bitfld.long 0x00 4. " PIN4 ,P5.4 input value" "0,1" textline " " bitfld.long 0x00 3. " PIN3 ,P5.3 input value" "0,1" bitfld.long 0x00 2. " PIN2 ,P5.2 input value" "0,1" bitfld.long 0x00 1. " PIN1 ,P5.1 input value" "0,1" bitfld.long 0x00 0. " PIN0 ,P5.0 input value" "0,1" rgroup.long 0x1C0++0x03 line.long 0x00 "GPIO_INT_MODE_P5,Port P5 Interrupt Detection Mode" bitfld.long 0x00 28.--30. " PIN7 ,P5.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 24.--26. " PIN6 ,P5.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 20.--22. " PIN5 ,P5.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 16.--18. " PIN4 ,P5.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" textline " " bitfld.long 0x00 12.--14. " PIN3 ,P5.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 8.--10. " PIN2 ,P5.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 4.--6. " PIN1 ,P5.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 0.--2. " PIN0 ,P5.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" group.long 0x200++0x03 line.long 0x00 "GPIO_INTFL_P5,Port P5 Interrupt Flags" eventfld.long 0x00 7. " PIN7 ,P5.7 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 6. " PIN6 ,P5.6 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 5. " PIN5 ,P5.5 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 4. " PIN4 ,P5.4 external interrupt flags" "Not detected,Detected" textline " " eventfld.long 0x00 3. " PIN3 ,P5.3 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 2. " PIN2 ,P5.2 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 1. " PIN1 ,P5.1 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 0. " PIN0 ,P5.0 external interrupt flags" "Not detected,Detected" group.long 0x240++0x03 line.long 0x00 "GPIO_INTEN_P5,Port P5 Interrupt Enables" bitfld.long 0x00 7. " PIN7 ,P5.7 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 6. " PIN6 ,P5.6 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 5. " PIN5 ,P5.5 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 4. " PIN4 ,P5.4 external interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " PIN3 ,P5.3 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 2. " PIN2 ,P5.2 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 1. " PIN1 ,P5.1 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 0. " PIN0 ,P5.0 external interrupt enable" "Disabled,Enabled" width 0x0B tree.end tree "Port 6" base ad:0x40000018 width 18. rgroup.long 0x40++0x03 line.long 0x00 "GPIO_FREE_P6,Port P6 Free for GPIO Operation Flags" bitfld.long 0x00 7. " PIN7 ,P6.7 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 6. " PIN6 ,P6.6 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 5. " PIN5 ,P6.5 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 4. " PIN4 ,P6.4 GPIO mode acknowledge" "Not available,Available" textline " " bitfld.long 0x00 3. " PIN3 ,P6.3 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 2. " PIN2 ,P6.2 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 1. " PIN1 ,P6.1 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 0. " PIN0 ,P6.0 GPIO mode acknowledge" "Not available,Available" group.long 0x80++0x03 line.long 0x00 "GPIO_OUT_MODE_P6,Port P6 GPIO Output Drive Mode" bitfld.long 0x00 28.--31. " PIN7 ,P6.7 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 24.--27. " PIN6 ,P6.6 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" textline " " bitfld.long 0x00 20.--23. " PIN5 ,P6.5 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 16.--19. " PIN4 ,P6.4 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" textline " " bitfld.long 0x00 12.--15. " PIN3 ,P6.3 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 8.--11. " PIN2 ,P6.2 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" textline " " bitfld.long 0x00 4.--7. " PIN1 ,P6.1 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 0.--3. " PIN0 ,P6.0 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" group.long 0xC0++0x03 line.long 0x00 "GPIO_OUT_VAL_P6,Port P6 GPIO Output Value" bitfld.long 0x00 7. " PIN7 ,P6.7 GPIO output drive value" "0,1" bitfld.long 0x00 6. " PIN6 ,P6.6 GPIO output drive value" "0,1" bitfld.long 0x00 5. " PIN5 ,P6.5 GPIO output drive value" "0,1" bitfld.long 0x00 4. " PIN4 ,P6.4 GPIO output drive value" "0,1" textline " " bitfld.long 0x00 3. " PIN3 ,P6.3 GPIO output drive value" "0,1" bitfld.long 0x00 2. " PIN2 ,P6.2 GPIO output drive value" "0,1" bitfld.long 0x00 1. " PIN1 ,P6.1 GPIO output drive value" "0,1" bitfld.long 0x00 0. " PIN0 ,P6.0 GPIO output drive value" "0,1" group.long 0x100++0x03 line.long 0x00 "GPIO_FUNC_SEL_P6,Port P6 GPIO Function Select" bitfld.long 0x00 28.--31. " PIN7 ,P6.7 output function select" "Firmware control,Pulse train 7,Pulse train 7,Pulse train 3,32-bit Timer 3 I/O,32-bit Timer 0 I/O,32-bit Timer 1 I/O,32-bit Timer 2 I/O,?..." bitfld.long 0x00 24.--27. " PIN6 ,P6.6 output function select" "Firmware control,Pulse train 6,Pulse train 3,Pulse train 0,32-bit Timer 2 I/O,32-bit Timer 3 I/O,32-bit Timer 0 I/O,32-bit Timer 1 I/O,?..." bitfld.long 0x00 20.--23. " PIN5 ,P6.5 output function select" "Firmware control,Pulse train 5,Pulse train 6,Pulse train 2,32-bit Timer 1 I/O,32-bit Timer 2 I/O,32-bit Timer 3 I/O,32-bit Timer 0 I/O,?..." bitfld.long 0x00 16.--19. " PIN4 ,P6.4 output function select" "Firmware control,Pulse train 4,Pulse train 2,Pulse train 6,32-bit Timer 0 I/O,32-bit Timer 1 I/O,32-bit Timer 2 I/O,32-bit Timer 3 I/O,?..." textline " " bitfld.long 0x00 12.--15. " PIN3 ,P6.3 output function select" "Firmware control,Pulse train 3,Pulse train 5,Pulse train 1,32-bit Timer 3 I/O,32-bit Timer 0 I/O,32-bit Timer 1 I/O,32-bit Timer 2 I/O,?..." bitfld.long 0x00 8.--11. " PIN2 ,P6.2 output function select" "Firmware control,Pulse train 2,Pulse train 1,Pulse train 5,32-bit Timer 2 I/O,32-bit Timer 3 I/O,32-bit Timer 0 I/O,32-bit Timer 1 I/O,?..." bitfld.long 0x00 4.--7. " PIN1 ,P6.1 output function select" "Firmware control,Pulse train 1,Pulse train 4,Pulse train 0,32-bit Timer 1 I/O,32-bit Timer 2 I/O,32-bit Timer 3 I/O,32-bit Timer 4 I/O,?..." bitfld.long 0x00 0.--3. " PIN0 ,P6.0 output function select" "Firmware control,Pulse train 0,Pulse train 0,Pulse train 4,32-bit Timer 0 I/O,32-bit Timer 1 I/O,32-bit Timer 2 I/O,32-bit Timer 3 I/O,?..." group.long 0x140++0x03 line.long 0x00 "GPIO_IN_MODE_P6,Port P6 GPIO Input Monitoring Mode" bitfld.long 0x00 28.--29. " PIN7 ,P6.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 24.--25. " PIN6 ,P6.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 20.--21. " PIN5 ,P6.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 16.--17. " PIN4 ,P6.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" textline " " bitfld.long 0x00 12.--13. " PIN3 ,P6.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 8.--9. " PIN2 ,P6.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 4.--5. " PIN1 ,P6.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 0.--1. " PIN0 ,P6.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" rgroup.long 0x180++0x03 line.long 0x00 "GPIO_IN_VAL_P6,Port P6 GPIO Input Value" bitfld.long 0x00 7. " PIN7 ,P6.7 input value" "0,1" bitfld.long 0x00 6. " PIN6 ,P6.6 input value" "0,1" bitfld.long 0x00 5. " PIN5 ,P6.5 input value" "0,1" bitfld.long 0x00 4. " PIN4 ,P6.4 input value" "0,1" textline " " bitfld.long 0x00 3. " PIN3 ,P6.3 input value" "0,1" bitfld.long 0x00 2. " PIN2 ,P6.2 input value" "0,1" bitfld.long 0x00 1. " PIN1 ,P6.1 input value" "0,1" bitfld.long 0x00 0. " PIN0 ,P6.0 input value" "0,1" rgroup.long 0x1C0++0x03 line.long 0x00 "GPIO_INT_MODE_P6,Port P6 Interrupt Detection Mode" bitfld.long 0x00 28.--30. " PIN7 ,P6.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 24.--26. " PIN6 ,P6.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 20.--22. " PIN5 ,P6.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 16.--18. " PIN4 ,P6.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" textline " " bitfld.long 0x00 12.--14. " PIN3 ,P6.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 8.--10. " PIN2 ,P6.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 4.--6. " PIN1 ,P6.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 0.--2. " PIN0 ,P6.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" group.long 0x200++0x03 line.long 0x00 "GPIO_INTFL_P6,Port P6 Interrupt Flags" eventfld.long 0x00 7. " PIN7 ,P6.7 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 6. " PIN6 ,P6.6 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 5. " PIN5 ,P6.5 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 4. " PIN4 ,P6.4 external interrupt flags" "Not detected,Detected" textline " " eventfld.long 0x00 3. " PIN3 ,P6.3 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 2. " PIN2 ,P6.2 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 1. " PIN1 ,P6.1 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 0. " PIN0 ,P6.0 external interrupt flags" "Not detected,Detected" group.long 0x240++0x03 line.long 0x00 "GPIO_INTEN_P6,Port P6 Interrupt Enables" bitfld.long 0x00 7. " PIN7 ,P6.7 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 6. " PIN6 ,P6.6 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 5. " PIN5 ,P6.5 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 4. " PIN4 ,P6.4 external interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " PIN3 ,P6.3 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 2. " PIN2 ,P6.2 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 1. " PIN1 ,P6.1 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 0. " PIN0 ,P6.0 external interrupt enable" "Disabled,Enabled" width 0x0B tree.end tree "Port 7" base ad:0x4000001C width 18. rgroup.long 0x40++0x03 line.long 0x00 "GPIO_FREE_P7,Port P7 Free for GPIO Operation Flags" bitfld.long 0x00 7. " PIN7 ,P7.7 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 6. " PIN6 ,P7.6 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 5. " PIN5 ,P7.5 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 4. " PIN4 ,P7.4 GPIO mode acknowledge" "Not available,Available" textline " " bitfld.long 0x00 3. " PIN3 ,P7.3 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 2. " PIN2 ,P7.2 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 1. " PIN1 ,P7.1 GPIO mode acknowledge" "Not available,Available" bitfld.long 0x00 0. " PIN0 ,P7.0 GPIO mode acknowledge" "Not available,Available" group.long 0x80++0x03 line.long 0x00 "GPIO_OUT_MODE_P7,Port P7 GPIO Output Drive Mode" bitfld.long 0x00 28.--31. " PIN7 ,P7.7 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 24.--27. " PIN6 ,P7.6 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" textline " " bitfld.long 0x00 20.--23. " PIN5 ,P7.5 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 16.--19. " PIN4 ,P7.4 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" textline " " bitfld.long 0x00 12.--15. " PIN3 ,P7.3 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 8.--11. " PIN2 ,P7.2 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" textline " " bitfld.long 0x00 4.--7. " PIN1 ,P7.1 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" bitfld.long 0x00 0.--3. " PIN0 ,P7.0 output drive mode" "High impedance/Optional weak pullup,Open drain,Open drain/Weak pullup,,Normal drive/High impedance,Normal drive/Drive high/low,Slow drive/High impedance,Slow drive/Drive high/low,Fast drive/High impedance,Fast drive/Drive high/low,High impedance/Optional weak pullup,Open source,Open source/Weak pulldown,,,High impedance/Input receiver disabled" group.long 0xC0++0x03 line.long 0x00 "GPIO_OUT_VAL_P7,Port P7 GPIO Output Value" bitfld.long 0x00 7. " PIN7 ,P7.7 GPIO output drive value" "0,1" bitfld.long 0x00 6. " PIN6 ,P7.6 GPIO output drive value" "0,1" bitfld.long 0x00 5. " PIN5 ,P7.5 GPIO output drive value" "0,1" bitfld.long 0x00 4. " PIN4 ,P7.4 GPIO output drive value" "0,1" textline " " bitfld.long 0x00 3. " PIN3 ,P7.3 GPIO output drive value" "0,1" bitfld.long 0x00 2. " PIN2 ,P7.2 GPIO output drive value" "0,1" bitfld.long 0x00 1. " PIN1 ,P7.1 GPIO output drive value" "0,1" bitfld.long 0x00 0. " PIN0 ,P7.0 GPIO output drive value" "0,1" group.long 0x100++0x03 line.long 0x00 "GPIO_FUNC_SEL_P7,Port P7 GPIO Function Select" bitfld.long 0x00 28.--31. " PIN7 ,P7.7 output function select" "Firmware control,Pulse train 7,Pulse train 7,Pulse train 3,32-bit Timer 3 I/O,32-bit Timer 0 I/O,32-bit Timer 1 I/O,32-bit Timer 2 I/O,?..." bitfld.long 0x00 24.--27. " PIN6 ,P7.6 output function select" "Firmware control,Pulse train 6,Pulse train 3,Pulse train 0,32-bit Timer 2 I/O,32-bit Timer 3 I/O,32-bit Timer 0 I/O,32-bit Timer 1 I/O,?..." bitfld.long 0x00 20.--23. " PIN5 ,P7.5 output function select" "Firmware control,Pulse train 5,Pulse train 6,Pulse train 2,32-bit Timer 1 I/O,32-bit Timer 2 I/O,32-bit Timer 3 I/O,32-bit Timer 0 I/O,?..." bitfld.long 0x00 16.--19. " PIN4 ,P7.4 output function select" "Firmware control,Pulse train 4,Pulse train 2,Pulse train 6,32-bit Timer 0 I/O,32-bit Timer 1 I/O,32-bit Timer 2 I/O,32-bit Timer 3 I/O,?..." textline " " bitfld.long 0x00 12.--15. " PIN3 ,P7.3 output function select" "Firmware control,Pulse train 3,Pulse train 5,Pulse train 1,32-bit Timer 3 I/O,32-bit Timer 0 I/O,32-bit Timer 1 I/O,32-bit Timer 2 I/O,?..." bitfld.long 0x00 8.--11. " PIN2 ,P7.2 output function select" "Firmware control,Pulse train 2,Pulse train 1,Pulse train 5,32-bit Timer 2 I/O,32-bit Timer 3 I/O,32-bit Timer 0 I/O,32-bit Timer 1 I/O,?..." bitfld.long 0x00 4.--7. " PIN1 ,P7.1 output function select" "Firmware control,Pulse train 1,Pulse train 4,Pulse train 0,32-bit Timer 1 I/O,32-bit Timer 2 I/O,32-bit Timer 3 I/O,32-bit Timer 4 I/O,?..." bitfld.long 0x00 0.--3. " PIN0 ,P7.0 output function select" "Firmware control,Pulse train 0,Pulse train 0,Pulse train 4,32-bit Timer 0 I/O,32-bit Timer 1 I/O,32-bit Timer 2 I/O,32-bit Timer 3 I/O,?..." group.long 0x140++0x03 line.long 0x00 "GPIO_IN_MODE_P7,Port P7 GPIO Input Monitoring Mode" bitfld.long 0x00 28.--29. " PIN7 ,P7.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 24.--25. " PIN6 ,P7.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 20.--21. " PIN5 ,P7.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 16.--17. " PIN4 ,P7.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" textline " " bitfld.long 0x00 12.--13. " PIN3 ,P7.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 8.--9. " PIN2 ,P7.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 4.--5. " PIN1 ,P7.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" bitfld.long 0x00 0.--1. " PIN0 ,P7.0 input monitoring mode" "Normal,Inverted,Return 0,Return 1" rgroup.long 0x180++0x03 line.long 0x00 "GPIO_IN_VAL_P7,Port P7 GPIO Input Value" bitfld.long 0x00 7. " PIN7 ,P7.7 input value" "0,1" bitfld.long 0x00 6. " PIN6 ,P7.6 input value" "0,1" bitfld.long 0x00 5. " PIN5 ,P7.5 input value" "0,1" bitfld.long 0x00 4. " PIN4 ,P7.4 input value" "0,1" textline " " bitfld.long 0x00 3. " PIN3 ,P7.3 input value" "0,1" bitfld.long 0x00 2. " PIN2 ,P7.2 input value" "0,1" bitfld.long 0x00 1. " PIN1 ,P7.1 input value" "0,1" bitfld.long 0x00 0. " PIN0 ,P7.0 input value" "0,1" rgroup.long 0x1C0++0x03 line.long 0x00 "GPIO_INT_MODE_P7,Port P7 Interrupt Detection Mode" bitfld.long 0x00 28.--30. " PIN7 ,P7.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 24.--26. " PIN6 ,P7.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 20.--22. " PIN5 ,P7.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 16.--18. " PIN4 ,P7.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" textline " " bitfld.long 0x00 12.--14. " PIN3 ,P7.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 8.--10. " PIN2 ,P7.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 4.--6. " PIN1 ,P7.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" bitfld.long 0x00 0.--2. " PIN0 ,P7.0 GPIO interrupt detection mode" "Disabled,Falling edge,Rising edge,Rising/falling edge,Low state,High state,Disabled,Disabled" group.long 0x200++0x03 line.long 0x00 "GPIO_INTFL_P7,Port P7 Interrupt Flags" eventfld.long 0x00 7. " PIN7 ,P7.7 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 6. " PIN6 ,P7.6 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 5. " PIN5 ,P7.5 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 4. " PIN4 ,P7.4 external interrupt flags" "Not detected,Detected" textline " " eventfld.long 0x00 3. " PIN3 ,P7.3 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 2. " PIN2 ,P7.2 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 1. " PIN1 ,P7.1 external interrupt flags" "Not detected,Detected" eventfld.long 0x00 0. " PIN0 ,P7.0 external interrupt flags" "Not detected,Detected" group.long 0x240++0x03 line.long 0x00 "GPIO_INTEN_P7,Port P7 Interrupt Enables" bitfld.long 0x00 7. " PIN7 ,P7.7 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 6. " PIN6 ,P7.6 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 5. " PIN5 ,P7.5 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 4. " PIN4 ,P7.4 external interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " PIN3 ,P7.3 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 2. " PIN2 ,P7.2 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 1. " PIN1 ,P7.1 external interrupt enable" "Disabled,Enabled" bitfld.long 0x00 0. " PIN0 ,P7.0 external interrupt enable" "Disabled,Enabled" width 0x0B tree.end endif tree.end tree "PMU (Peripheral Management Unit)" tree "PMU0" base ad:0x40070000 width 13. group.long 0x00++0x0B line.long 0x00 "PMU0_DSCADR,PMU Channel 0 Next Descriptor Address" line.long 0x04 "PMU0_CFG,PMU Channel 0 Configuration" bitfld.long 0x04 24.--28. " BURST_SIZE ,AHB maximum burst size" "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32" bitfld.long 0x04 17. " INT_EN ,PMU channel interrupt enable" "Disabled,Enabled" eventfld.long 0x04 16. " INTERRUPT ,Descriptor interrupt flag" "No interrupt,Interrupt" bitfld.long 0x04 14.--15. " PS_SEL ,Time out interval prescale select" "Disabled,PMU clk/256,PMU clk/65536,PMU clk/16777216" textline " " bitfld.long 0x04 11.--13. " TO_SEL ,Time out interval select" "4 x ps_sel period,8 x ps_sel period,16 x ps_sel period,32 x ps_sel period,64 x ps_sel period,128 x ps_sel period,256 x ps_sel period,512 x ps_sel period" eventfld.long 0x04 6. " TO_STAT ,AHB bus timeout flag" "No timeout,Timeout" eventfld.long 0x04 4. " BUS_ERROR_IF ,AHB bus error flag" "No error,Error" eventfld.long 0x04 2. " LL_STOPPED ,PMU channel stopped flag" "Not stopped,Stopped" textline " " bitfld.long 0x04 0. " ENABLE ,PMU channel enable" "Disabled,Enabled" line.long 0x08 "PMU0_LOOP,PMU Channel 0 Loop Counters" hexmask.long.word 0x08 16.--31. 1. " COUNTER_1 ,PMU channel loop counter 1" hexmask.long.word 0x08 0.--15. 1. " COUNTER_0 ,PMU channel loop counter 0" width 0x0B tree.end tree "PMU1" base ad:0x40070020 width 13. group.long 0x00++0x0B line.long 0x00 "PMU1_DSCADR,PMU Channel 1 Next Descriptor Address" line.long 0x04 "PMU1_CFG,PMU Channel 1 Configuration" bitfld.long 0x04 24.--28. " BURST_SIZE ,AHB maximum burst size" "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32" bitfld.long 0x04 17. " INT_EN ,PMU channel interrupt enable" "Disabled,Enabled" eventfld.long 0x04 16. " INTERRUPT ,Descriptor interrupt flag" "No interrupt,Interrupt" bitfld.long 0x04 14.--15. " PS_SEL ,Time out interval prescale select" "Disabled,PMU clk/256,PMU clk/65536,PMU clk/16777216" textline " " bitfld.long 0x04 11.--13. " TO_SEL ,Time out interval select" "4 x ps_sel period,8 x ps_sel period,16 x ps_sel period,32 x ps_sel period,64 x ps_sel period,128 x ps_sel period,256 x ps_sel period,512 x ps_sel period" eventfld.long 0x04 6. " TO_STAT ,AHB bus timeout flag" "No timeout,Timeout" eventfld.long 0x04 4. " BUS_ERROR_IF ,AHB bus error flag" "No error,Error" eventfld.long 0x04 2. " LL_STOPPED ,PMU channel stopped flag" "Not stopped,Stopped" textline " " bitfld.long 0x04 0. " ENABLE ,PMU channel enable" "Disabled,Enabled" line.long 0x08 "PMU1_LOOP,PMU Channel 1 Loop Counters" hexmask.long.word 0x08 16.--31. 1. " COUNTER_1 ,PMU channel loop counter 1" hexmask.long.word 0x08 0.--15. 1. " COUNTER_0 ,PMU channel loop counter 0" width 0x0B tree.end tree "PMU2" base ad:0x40070040 width 13. group.long 0x00++0x0B line.long 0x00 "PMU2_DSCADR,PMU Channel 2 Next Descriptor Address" line.long 0x04 "PMU2_CFG,PMU Channel 2 Configuration" bitfld.long 0x04 24.--28. " BURST_SIZE ,AHB maximum burst size" "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32" bitfld.long 0x04 17. " INT_EN ,PMU channel interrupt enable" "Disabled,Enabled" eventfld.long 0x04 16. " INTERRUPT ,Descriptor interrupt flag" "No interrupt,Interrupt" bitfld.long 0x04 14.--15. " PS_SEL ,Time out interval prescale select" "Disabled,PMU clk/256,PMU clk/65536,PMU clk/16777216" textline " " bitfld.long 0x04 11.--13. " TO_SEL ,Time out interval select" "4 x ps_sel period,8 x ps_sel period,16 x ps_sel period,32 x ps_sel period,64 x ps_sel period,128 x ps_sel period,256 x ps_sel period,512 x ps_sel period" eventfld.long 0x04 6. " TO_STAT ,AHB bus timeout flag" "No timeout,Timeout" eventfld.long 0x04 4. " BUS_ERROR_IF ,AHB bus error flag" "No error,Error" eventfld.long 0x04 2. " LL_STOPPED ,PMU channel stopped flag" "Not stopped,Stopped" textline " " bitfld.long 0x04 0. " ENABLE ,PMU channel enable" "Disabled,Enabled" line.long 0x08 "PMU2_LOOP,PMU Channel 2 Loop Counters" hexmask.long.word 0x08 16.--31. 1. " COUNTER_1 ,PMU channel loop counter 1" hexmask.long.word 0x08 0.--15. 1. " COUNTER_0 ,PMU channel loop counter 0" width 0x0B tree.end tree "PMU3" base ad:0x40070060 width 13. group.long 0x00++0x0B line.long 0x00 "PMU3_DSCADR,PMU Channel 3 Next Descriptor Address" line.long 0x04 "PMU3_CFG,PMU Channel 3 Configuration" bitfld.long 0x04 24.--28. " BURST_SIZE ,AHB maximum burst size" "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32" bitfld.long 0x04 17. " INT_EN ,PMU channel interrupt enable" "Disabled,Enabled" eventfld.long 0x04 16. " INTERRUPT ,Descriptor interrupt flag" "No interrupt,Interrupt" bitfld.long 0x04 14.--15. " PS_SEL ,Time out interval prescale select" "Disabled,PMU clk/256,PMU clk/65536,PMU clk/16777216" textline " " bitfld.long 0x04 11.--13. " TO_SEL ,Time out interval select" "4 x ps_sel period,8 x ps_sel period,16 x ps_sel period,32 x ps_sel period,64 x ps_sel period,128 x ps_sel period,256 x ps_sel period,512 x ps_sel period" eventfld.long 0x04 6. " TO_STAT ,AHB bus timeout flag" "No timeout,Timeout" eventfld.long 0x04 4. " BUS_ERROR_IF ,AHB bus error flag" "No error,Error" eventfld.long 0x04 2. " LL_STOPPED ,PMU channel stopped flag" "Not stopped,Stopped" textline " " bitfld.long 0x04 0. " ENABLE ,PMU channel enable" "Disabled,Enabled" line.long 0x08 "PMU3_LOOP,PMU Channel 3 Loop Counters" hexmask.long.word 0x08 16.--31. 1. " COUNTER_1 ,PMU channel loop counter 1" hexmask.long.word 0x08 0.--15. 1. " COUNTER_0 ,PMU channel loop counter 0" width 0x0B tree.end tree "PMU4" base ad:0x40070080 width 13. group.long 0x00++0x0B line.long 0x00 "PMU4_DSCADR,PMU Channel 4 Next Descriptor Address" line.long 0x04 "PMU4_CFG,PMU Channel 4 Configuration" bitfld.long 0x04 24.--28. " BURST_SIZE ,AHB maximum burst size" "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32" bitfld.long 0x04 17. " INT_EN ,PMU channel interrupt enable" "Disabled,Enabled" eventfld.long 0x04 16. " INTERRUPT ,Descriptor interrupt flag" "No interrupt,Interrupt" bitfld.long 0x04 14.--15. " PS_SEL ,Time out interval prescale select" "Disabled,PMU clk/256,PMU clk/65536,PMU clk/16777216" textline " " bitfld.long 0x04 11.--13. " TO_SEL ,Time out interval select" "4 x ps_sel period,8 x ps_sel period,16 x ps_sel period,32 x ps_sel period,64 x ps_sel period,128 x ps_sel period,256 x ps_sel period,512 x ps_sel period" eventfld.long 0x04 6. " TO_STAT ,AHB bus timeout flag" "No timeout,Timeout" eventfld.long 0x04 4. " BUS_ERROR_IF ,AHB bus error flag" "No error,Error" eventfld.long 0x04 2. " LL_STOPPED ,PMU channel stopped flag" "Not stopped,Stopped" textline " " bitfld.long 0x04 0. " ENABLE ,PMU channel enable" "Disabled,Enabled" line.long 0x08 "PMU4_LOOP,PMU Channel 4 Loop Counters" hexmask.long.word 0x08 16.--31. 1. " COUNTER_1 ,PMU channel loop counter 1" hexmask.long.word 0x08 0.--15. 1. " COUNTER_0 ,PMU channel loop counter 0" width 0x0B tree.end tree "PMU5" base ad:0x400700A0 width 13. group.long 0x00++0x0B line.long 0x00 "PMU5_DSCADR,PMU Channel 5 Next Descriptor Address" line.long 0x04 "PMU5_CFG,PMU Channel 5 Configuration" bitfld.long 0x04 24.--28. " BURST_SIZE ,AHB maximum burst size" "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32" bitfld.long 0x04 17. " INT_EN ,PMU channel interrupt enable" "Disabled,Enabled" eventfld.long 0x04 16. " INTERRUPT ,Descriptor interrupt flag" "No interrupt,Interrupt" bitfld.long 0x04 14.--15. " PS_SEL ,Time out interval prescale select" "Disabled,PMU clk/256,PMU clk/65536,PMU clk/16777216" textline " " bitfld.long 0x04 11.--13. " TO_SEL ,Time out interval select" "4 x ps_sel period,8 x ps_sel period,16 x ps_sel period,32 x ps_sel period,64 x ps_sel period,128 x ps_sel period,256 x ps_sel period,512 x ps_sel period" eventfld.long 0x04 6. " TO_STAT ,AHB bus timeout flag" "No timeout,Timeout" eventfld.long 0x04 4. " BUS_ERROR_IF ,AHB bus error flag" "No error,Error" eventfld.long 0x04 2. " LL_STOPPED ,PMU channel stopped flag" "Not stopped,Stopped" textline " " bitfld.long 0x04 0. " ENABLE ,PMU channel enable" "Disabled,Enabled" line.long 0x08 "PMU5_LOOP,PMU Channel 5 Loop Counters" hexmask.long.word 0x08 16.--31. 1. " COUNTER_1 ,PMU channel loop counter 1" hexmask.long.word 0x08 0.--15. 1. " COUNTER_0 ,PMU channel loop counter 0" width 0x0B tree.end tree.end tree.open "I2C (Inter-integrated circuit interface)" tree "I2CM0" base ad:0x40040000 width 18. group.long 0x00++0x03 line.long 0x00 "I2CM0_FS_CLK_DIV,Full Speed SCL Clock Settings" hexmask.long.word 0x00 20.--31. 1. " FS_SCL_HI_CNT ,Full speed SCL high count" hexmask.long.word 0x00 8.--19. 1. " FS_SCL_LO_CNT ,Full speed SCL low count" hexmask.long.byte 0x00 0.--7. 1. " FS_FILTER_CLK_DIV ,Full speed filter clock divisor" group.long 0x0C++0x13 line.long 0x00 "I2CM0_TIMEOUT,Timeout And Auto-Stop Settings" bitfld.long 0x00 24. " AUTO_STOP_EN ,Auto-Stop enable" "Disabled,Enabled" hexmask.long.byte 0x00 16.--23. 1. " TX_TIMEOUT ,Transaction timeout limit" line.long 0x04 "I2CM0_CTRL,I2C Master Control Register" bitfld.long 0x04 7. " MSTR_RESET_EN ,Master reset" "No reset,Reset" bitfld.long 0x04 3. " RX_FIFO_EN ,Master results FIFO enable" "Disabled,Enabled" bitfld.long 0x04 2. " TX_FIFO_EN ,Master transaction FIFO enable" "Disabled,Enabled" line.long 0x08 "I2CM0_TRANS,I2C Master Transaction Start And Status Flags" rbitfld.long 0x08 5. " TX_TIMEOUT ,Transaction timed out" "No timeout,Timeout" rbitfld.long 0x08 4. " TX_LOST_ARBITR ,Transaction lost arbitration" "Not lost,Lost" rbitfld.long 0x08 3. " TX_NACKED ,Transaction nacked" "Not nacked,Nacked" rbitfld.long 0x08 2. " TX_DONE ,Transaction done" "Not done,Done" textline " " rbitfld.long 0x08 1. " TX_IN_PROGRESS ,Transaction in progress" "Terminated,In progress" bitfld.long 0x08 0. " TX_START ,Start transaction" "Not started,Started" line.long 0x0C "I2CM0_INTFL,Interrupt Flags" eventfld.long 0x0C 9. " RX_FIFO_FULL ,Results FIFO full int status" "Not full,Full" eventfld.long 0x0C 8. " RX_FIFO_3Q_FULL ,Results FIFO 3Q full int status" "Not full,Full" eventfld.long 0x0C 7. " RX_FIFO_2Q_FULL ,Results FIFO 2Q full int status" "Not full,Full" eventfld.long 0x0C 6. " RX_FIFO_NOT_EMPTY ,Results FIFO not empty int status" "Empty,Not empty" textline " " eventfld.long 0x0C 5. " TX_FIFO_3Q_EMPTY ,Transaction FIFO 3Q empty int status" "Not empty,Empty" eventfld.long 0x0C 4. " TX_FIFO_EMPTY ,Transaction FIFO empty int status" "Not empty,Empty" eventfld.long 0x0C 3. " TX_TIMEOUT ,Transaction timed out int status" "No timeout,Timeout" eventfld.long 0x0C 2. " TX_LOST_ARBITR ,Transaction lost arbitration int status" "Not lost,Lost" textline " " eventfld.long 0x0C 1. " TX_NACKED ,Transaction nacked int status" "Not nacked,Nacked" eventfld.long 0x0C 0. " TX_DONE ,Transaction done int status" "Not done,Done" line.long 0x10 "I2CM0_INTEN,Interrupt Enable/disable Controls" bitfld.long 0x10 9. " RX_FIFO_FULL ,Results FIFO full int enable" "Disabled,Enabled" bitfld.long 0x10 8. " RX_FIFO_3Q_FULL ,Results FIFO 3Q full int enable" "Disabled,Enabled" bitfld.long 0x10 7. " RX_FIFO_2Q_FULL ,Results FIFO 2Q full int enable" "Disabled,Enabled" bitfld.long 0x10 6. " RX_FIFO_NOT_EMPTY ,Results FIFO not empty int enable" "Disabled,Enabled" textline " " bitfld.long 0x10 5. " TX_FIFO_3Q_EMPTY ,Transaction FIFO 3Q empty int enable" "Disabled,Enabled" bitfld.long 0x10 4. " TX_FIFO_EMPTY ,Transaction FIFO empty int enable" "Disabled,Enabled" bitfld.long 0x10 3. " TX_TIMEOUT ,Transaction timed out int enable" "Disabled,Enabled" bitfld.long 0x10 2. " TX_LOST_ARBITR ,Transaction lost arbitration int enable" "Disabled,Enabled" textline " " bitfld.long 0x10 1. " TX_NACKED ,Transaction nacked int enable" "Disabled,Enabled" bitfld.long 0x10 0. " TX_DONE ,Transaction done int enable" "Disabled,Enabled" group.long 0x28++0x03 line.long 0x00 "I2CM0_BB,Bit-Bang Control Register" rbitfld.long 0x00 16.--20. " RX_FIFO_CNT ,Results FIFO data received count" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31" rbitfld.long 0x00 3. " BB_SDA_IN_VAL ,Bit bang SDA input value" "Low,High" rbitfld.long 0x00 2. " BB_SCL_IN_VAL ,Bit bang SCL input value" "Low,High" bitfld.long 0x00 1. " BB_SDA_OUT ,Bit bang SDA output" "Low,High" textline " " bitfld.long 0x00 0. " BB_SCL_OUT ,Bit bang SCL output" "Low,High" group.long (0xC3000+(0x8000*0.))++0x03 line.long 0x00 "I2CM0_FIFO_TRANS,I2C Master 0 Transaction FIFO" hgroup.long (0xC3800+(0x8000*0.))++0x03 hide.long 0x00 "I2CM0_FIFO_RSLTS,I2C Master 0 Results FIFO" in width 0x0B tree.end tree "I2CM1" base ad:0x40042000 width 18. group.long 0x00++0x03 line.long 0x00 "I2CM1_FS_CLK_DIV,Full Speed SCL Clock Settings" hexmask.long.word 0x00 20.--31. 1. " FS_SCL_HI_CNT ,Full speed SCL high count" hexmask.long.word 0x00 8.--19. 1. " FS_SCL_LO_CNT ,Full speed SCL low count" hexmask.long.byte 0x00 0.--7. 1. " FS_FILTER_CLK_DIV ,Full speed filter clock divisor" group.long 0x0C++0x13 line.long 0x00 "I2CM1_TIMEOUT,Timeout And Auto-Stop Settings" bitfld.long 0x00 24. " AUTO_STOP_EN ,Auto-Stop enable" "Disabled,Enabled" hexmask.long.byte 0x00 16.--23. 1. " TX_TIMEOUT ,Transaction timeout limit" line.long 0x04 "I2CM1_CTRL,I2C Master Control Register" bitfld.long 0x04 7. " MSTR_RESET_EN ,Master reset" "No reset,Reset" bitfld.long 0x04 3. " RX_FIFO_EN ,Master results FIFO enable" "Disabled,Enabled" bitfld.long 0x04 2. " TX_FIFO_EN ,Master transaction FIFO enable" "Disabled,Enabled" line.long 0x08 "I2CM1_TRANS,I2C Master Transaction Start And Status Flags" rbitfld.long 0x08 5. " TX_TIMEOUT ,Transaction timed out" "No timeout,Timeout" rbitfld.long 0x08 4. " TX_LOST_ARBITR ,Transaction lost arbitration" "Not lost,Lost" rbitfld.long 0x08 3. " TX_NACKED ,Transaction nacked" "Not nacked,Nacked" rbitfld.long 0x08 2. " TX_DONE ,Transaction done" "Not done,Done" textline " " rbitfld.long 0x08 1. " TX_IN_PROGRESS ,Transaction in progress" "Terminated,In progress" bitfld.long 0x08 0. " TX_START ,Start transaction" "Not started,Started" line.long 0x0C "I2CM1_INTFL,Interrupt Flags" eventfld.long 0x0C 9. " RX_FIFO_FULL ,Results FIFO full int status" "Not full,Full" eventfld.long 0x0C 8. " RX_FIFO_3Q_FULL ,Results FIFO 3Q full int status" "Not full,Full" eventfld.long 0x0C 7. " RX_FIFO_2Q_FULL ,Results FIFO 2Q full int status" "Not full,Full" eventfld.long 0x0C 6. " RX_FIFO_NOT_EMPTY ,Results FIFO not empty int status" "Empty,Not empty" textline " " eventfld.long 0x0C 5. " TX_FIFO_3Q_EMPTY ,Transaction FIFO 3Q empty int status" "Not empty,Empty" eventfld.long 0x0C 4. " TX_FIFO_EMPTY ,Transaction FIFO empty int status" "Not empty,Empty" eventfld.long 0x0C 3. " TX_TIMEOUT ,Transaction timed out int status" "No timeout,Timeout" eventfld.long 0x0C 2. " TX_LOST_ARBITR ,Transaction lost arbitration int status" "Not lost,Lost" textline " " eventfld.long 0x0C 1. " TX_NACKED ,Transaction nacked int status" "Not nacked,Nacked" eventfld.long 0x0C 0. " TX_DONE ,Transaction done int status" "Not done,Done" line.long 0x10 "I2CM1_INTEN,Interrupt Enable/disable Controls" bitfld.long 0x10 9. " RX_FIFO_FULL ,Results FIFO full int enable" "Disabled,Enabled" bitfld.long 0x10 8. " RX_FIFO_3Q_FULL ,Results FIFO 3Q full int enable" "Disabled,Enabled" bitfld.long 0x10 7. " RX_FIFO_2Q_FULL ,Results FIFO 2Q full int enable" "Disabled,Enabled" bitfld.long 0x10 6. " RX_FIFO_NOT_EMPTY ,Results FIFO not empty int enable" "Disabled,Enabled" textline " " bitfld.long 0x10 5. " TX_FIFO_3Q_EMPTY ,Transaction FIFO 3Q empty int enable" "Disabled,Enabled" bitfld.long 0x10 4. " TX_FIFO_EMPTY ,Transaction FIFO empty int enable" "Disabled,Enabled" bitfld.long 0x10 3. " TX_TIMEOUT ,Transaction timed out int enable" "Disabled,Enabled" bitfld.long 0x10 2. " TX_LOST_ARBITR ,Transaction lost arbitration int enable" "Disabled,Enabled" textline " " bitfld.long 0x10 1. " TX_NACKED ,Transaction nacked int enable" "Disabled,Enabled" bitfld.long 0x10 0. " TX_DONE ,Transaction done int enable" "Disabled,Enabled" group.long 0x28++0x03 line.long 0x00 "I2CM1_BB,Bit-Bang Control Register" rbitfld.long 0x00 16.--20. " RX_FIFO_CNT ,Results FIFO data received count" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31" rbitfld.long 0x00 3. " BB_SDA_IN_VAL ,Bit bang SDA input value" "Low,High" rbitfld.long 0x00 2. " BB_SCL_IN_VAL ,Bit bang SCL input value" "Low,High" bitfld.long 0x00 1. " BB_SDA_OUT ,Bit bang SDA output" "Low,High" textline " " bitfld.long 0x00 0. " BB_SCL_OUT ,Bit bang SCL output" "Low,High" group.long (0xC3000+(0x8000*1.))++0x03 line.long 0x00 "I2CM1_FIFO_TRANS,I2C Master 1 Transaction FIFO" hgroup.long (0xC3800+(0x8000*1.))++0x03 hide.long 0x00 "I2CM1_FIFO_RSLTS,I2C Master 1 Results FIFO" in width 0x0B tree.end tree "I2CS0" base ad:0x40041000 width 20. group.long 0x00++0x03 line.long 0x00 "I2CS0_CLK_DIV,Full Speed SCL Clock Settings" hexmask.long.byte 0x00 0.--7. 1. " FS_FILTER_CLOCK_DIV ,FS filter clock divisor" group.long 0x08++0x0B line.long 0x00 "I2CS0_DEV_IDS,Slave Device ID Register" bitfld.long 0x00 12. " TEN_BIT_ID_MODE ,10-bit ID mode" "7-bit mode,10-bit mode" hexmask.long.word 0x00 12.--21. 1. " DEV_ID1 ,Slave device ID1" hexmask.long.word 0x00 0.--9. 1. " DEV_ID0 ,Slave device ID0" line.long 0x04 "I2CS0_TIMEOUT,Timeout And Auto-Stop Settings" bitfld.long 0x04 27. " RX_STOP_RECORD_EN ,Push RX stop record" "Disabled,Enabled" bitfld.long 0x04 26. " TX_ARBITR_EN ,Enable slave TX arbitration" "Disabled,Enabled" bitfld.long 0x04 25. " MAX_RX_BLOCK_SIZE_EN ,Enforce max RX block size" "Not forced,Forced" textline " " hexmask.long.byte 0x04 8.--15. 1. " MAX_RX_BLOCK_SIZE ,Max RX block size" hexmask.long.byte 0x04 0.--7. 1. " CLK_STRETCH_TO_LIMIT ,Clock-Stretch timeout limit" line.long 0x08 "I2CS0_CTRL,I2C Slave Interface Control Register" bitfld.long 0x08 6. " SLAVE_RESET_EN ,Slave I2C reset" "No reset,Reset" bitfld.long 0x08 5. " TX_EN ,Slave TX enable" "Disabled,Enabled" bitfld.long 0x08 4. " RX_EN ,Slave RX enable" "Disabled,Enabled" textline " " bitfld.long 0x08 1. " TX_FIFO_EN ,Slave TX FIFO enable" "Disabled,Enabled" bitfld.long 0x08 0. " RX_FIFO_EN ,Slave RX FIFO enable" "Disabled,Enabled" group.long 0x20++0x0B line.long 0x00 "I2CS0_INTFL,Interrupt Flags" eventfld.long 0x00 15. " LOST_ARBITR_ID1 ,Lost arbitration (Id1) interrupt status" "No interrupt,Interrupt" eventfld.long 0x00 14. " LOST_ARBITR_ID0 ,Lost arbitration (Id0) interrupt status" "No interrupt,Interrupt" eventfld.long 0x00 13. " STOP_ID1 ,Stop detected (Id1) interrupt status" "No interrupt,Interrupt" textline " " eventfld.long 0x00 12. " STOP_ID0 ,Stop detected (Id0) interrupt status" "No interrupt,Interrupt" eventfld.long 0x00 11. " RESTART_ID1 ,Restart detected (Id1) interrupt status" "No interrupt,Interrupt" eventfld.long 0x00 10. " RESTART_ID0 ,Restart detected (Id0) interrupt status" "No interrupt,Interrupt" textline " " eventfld.long 0x00 9. " TX_CLK_STRETCH_ID1 ,Tx clock stretch (Id1) interrupt status" "No interrupt,Interrupt" eventfld.long 0x00 8. " TX_CLK_STRETCH_ID0 ,Tx clock stretch (Id0) interrupt status" "No interrupt,Interrupt" eventfld.long 0x00 7. " RX_CLK_STRETCH ,Rx clock stretch interrupt status" "No interrupt,Interrupt" textline " " eventfld.long 0x00 6. " RX_FIFO_FULL ,Rx FIFO full interrupt status" "No interrupt,Interrupt" eventfld.long 0x00 5. " RX_FIFO_3Q_FULL ,Rx FIFO 3Q full interrupt status" "No interrupt,Interrupt" eventfld.long 0x00 4. " RX_FIFO_2Q_FULL ,Rx FIFO 2Q full interrupt status" "No interrupt,Interrupt" textline " " eventfld.long 0x00 3. " RX_FIFO_EMPTY ,Rx FIFO empty interrupt status" "No interrupt,Interrupt" eventfld.long 0x00 2. " TX_FIFO_3Q_EMPTY ,Tx FIFO 3Q empty interrupt status" "No interrupt,Interrupt" eventfld.long 0x00 1. " TX_FIFO_EMPTY ,Tx FIFO empty interrupt status" "No interrupt,Interrupt" textline " " eventfld.long 0x00 0. " CLK_STRETCH_TO ,Clock stretch timeout interrupt status" "No interrupt,Interrupt" line.long 0x04 "I2CS0_INTEN,Interrupt Enable/disable Controls" bitfld.long 0x04 15. " LOST_ARBITR_ID1 ,Lost arbitration (Id1) interrupt enable" "Disabled,Enabled" bitfld.long 0x04 14. " LOST_ARBITR_ID0 ,Lost arbitration (Id0) interrupt enable" "Disabled,Enabled" bitfld.long 0x04 13. " STOP_ID1 ,Stop detected (Id1) interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x04 12. " STOP_ID0 ,Stop detected (Id0) interrupt enable" "Disabled,Enabled" bitfld.long 0x04 11. " RESTART_ID1 ,Restart detected (Id1) interrupt enable" "Disabled,Enabled" bitfld.long 0x04 10. " RESTART_ID0 ,Restart detected (Id0) interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x04 9. " TX_CLK_STRETCH_ID1 ,Tx clock stretch (Id1) interrupt enable" "Disabled,Enabled" bitfld.long 0x04 8. " TX_CLK_STRETCH_ID0 ,Tx clock stretch (Id0) interrupt enable" "Disabled,Enabled" bitfld.long 0x04 7. " RX_CLK_STRETCH ,Rx clock stretch interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x04 6. " RX_FIFO_FULL ,Rx FIFO full interrupt enable" "Disabled,Enabled" bitfld.long 0x04 5. " RX_FIFO_3Q_FULL ,Rx FIFO 3Q full interrupt enable" "Disabled,Enabled" bitfld.long 0x04 4. " RX_FIFO_2Q_FULL ,Rx FIFO 2Q full interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x04 3. " RX_FIFO_EMPTY ,Rx FIFO empty interrupt enable" "Disabled,Enabled" bitfld.long 0x04 2. " TX_FIFO_3Q_EMPTY ,Tx FIFO 3Q empty interrupt enable" "Disabled,Enabled" bitfld.long 0x04 1. " TX_FIFO_EMPTY ,Tx FIFO empty interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x04 0. " CLK_STRETCH_TO ,Clock stretch timeout interrupt enable" "Disabled,Enabled" line.long 0x08 "I2CS0_BB,Bit-Bang Control Register" rbitfld.long 0x08 16.--21. " RX_FIFO_WORD_COUNT ,RX FIFO word count" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63" rbitfld.long 0x08 3. " SDA_IN_VAL ,Bit bang SDA input value" "Low,High" rbitfld.long 0x08 2. " SCL_IN_VAL ,Bit bang SCL input value" "Low,High" textline " " bitfld.long 0x08 1. " SDA_OUT ,Bit bang SDA output" "Low,High" bitfld.long 0x08 0. " SCL_OUT ,Bit bang SCL output" "Low,High" rgroup.long 0x2C++0x03 line.long 0x00 "I2CS0_SRX_PEEK,RX FIFO Peek" bitfld.long 0x00 11. " RX_FIFO_READ_ONLY ,Slave RX FIFO empty" "Not empty,Empty" hexmask.long.word 0x00 0.--10. 1. " RX_DATA ,Slave RX data nondestructive" hgroup.long 0xC3000++0x03 hide.long 0x00 "I2CS0_FIFO_RX_DATA,I2C Slave Receive Data FIFO" button "Receive Data" "d (ad:0x40041000+0xC3000)--(ad:0x40041000+0xC37FF) /long" group.long 0xC3800++0x03 line.long 0x00 "I2CS0_FIFO_TX_DATA,I2C Slave Transmit Data FIFO" button "Transmit Data" "d (ad:0x40041000+0xC3800)--(ad:0x40041000+0xC3FFF) /long" width 0x0B tree.end tree.end tree.open "SPI (Serial Peripheral Interface)" tree "SPI0" base ad:0x40030000 width 21. group.long 0x00++0x07 line.long 0x00 "SPI0_MSTR_CFG,Spi0 Master Configuration Register" bitfld.long 0x00 24.--27. " ALT_SCK_LO_CLK ,Alt SCK low clocks" "Fast mode,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 20.--23. " ALT_SCK_HI_CLK ,Alt SCK high clocks" "Fast mode,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 18.--19. " INACT_DELAY ,SS inactive timing (Module clocks)" "0,2,4,8" textline " " bitfld.long 0x00 16.--17. " ACT_DELAY ,SS active timing (Module clocks)" "0,2,4,8" bitfld.long 0x00 12.--15. " SCK_LO_CLK ,SCK low clocks" "Fast mode,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 8.--11. " SCK_HI_CLK ,SCK high clocks" "Fast mode,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x00 6.--7. " PAGE_SIZE ,Page size" "4 bytes,8 bytes,16 bytes,4 bytes" bitfld.long 0x00 4.--5. " SPI_MODE ,SPI mode - clock polarity/phase" "High/falling,High/rising,Low/falling,Low/rising" bitfld.long 0x00 3. " THREE_WIRE_MODE ,3-wire mode" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--2. " SLAVE_SEL ,SPI slave select" "0,1,2,3,4,5,6,7" line.long 0x04 "SPI0_SS_SR_POLARITY,Spi0 Polarity Control For SS And SR Signals" bitfld.long 0x04 15. " FC_POLARITY[7] ,SR 7 signal polarity - FC polarity" "Active low,Active high" bitfld.long 0x04 14. " FC_POLARITY[6] ,SR 6 signal polarity - FC polarity" "Active low,Active high" bitfld.long 0x04 13. " FC_POLARITY[5] ,SR 5 signal polarity - FC polarity" "Active low,Active high" textline " " bitfld.long 0x04 12. " FC_POLARITY[4] ,SR 4 signal polarity - FC polarity" "Active low,Active high" bitfld.long 0x04 11. " FC_POLARITY[3] ,SR 3 signal polarity - FC polarity" "Active low,Active high" bitfld.long 0x04 10. " FC_POLARITY[2] ,SR 2 signal polarity - FC polarity" "Active low,Active high" textline " " bitfld.long 0x04 9. " FC_POLARITY[1] ,SR 1 signal polarity - FC polarity" "Active low,Active high" bitfld.long 0x04 8. " FC_POLARITY[0] ,SR 0 signal polarity - FC polarity" "Active low,Active high" bitfld.long 0x04 7. " SS_POLARITY[7] ,SS 7 signal polarity" "Active low,Active high" textline " " bitfld.long 0x04 6. " SS_POLARITY[6] ,SS 6 signal polarity" "Active low,Active high" bitfld.long 0x04 5. " SS_POLARITY[5] ,SS 5 signal polarity" "Active low,Active high" bitfld.long 0x04 4. " SS_POLARITY[4] ,SS 4 signal polarity" "Active low,Active high" textline " " bitfld.long 0x04 3. " SS_POLARITY[3] ,SS 3 signal polarity" "Active low,Active high" bitfld.long 0x04 2. " SS_POLARITY[2] ,SS 2 signal polarity" "Active low,Active high" bitfld.long 0x04 1. " SS_POLARITY[1] ,SS 1 signal polarity" "Active low,Active high" textline " " bitfld.long 0x04 0. " SS_POLARITY[0] ,SS 0 signal polarity" "Active low,Active high" if (((per.l(ad:0x40030000+0x08))&0x08)==0x08) group.long 0x08++0x03 line.long 0x00 "SPI0_GEN_CTRL,Spi0 Master General Control Register" bitfld.long 0x00 19. " BB_SDIO_DR_EN[3] ,SDIO 3 bit bang drive enable" "Disabled,Enabled" bitfld.long 0x00 18. " BB_SDIO_DR_EN[2] ,SDIO 2 bit bang drive enable" "Disabled,Enabled" bitfld.long 0x00 17. " BB_SDIO_DR_EN[1] ,SDIO 1 bit bang drive enable" "Disabled,Enabled" textline " " bitfld.long 0x00 16. " BB_SDIO_DR_EN[0] ,SDIO 0 bit bang drive enable" "Disabled,Enabled" textline " " bitfld.long 0x00 15. " BB_SDIO_OUT[3] ,SDIO 3 bit bang output" "0,1" bitfld.long 0x00 14. " BB_SDIO_OUT[2] ,SDIO 2 bit bang output" "0,1" bitfld.long 0x00 13. " BB_SDIO_OUT[1] ,SDIO 1 bit bang output" "0,1" textline " " bitfld.long 0x00 12. " BB_SDIO_OUT[0] ,SDIO 0 bit bang output" "0,1" textline " " rbitfld.long 0x00 11. " BB_SDIO_IN[3] ,SDIO 3 bit bang input" "0,1" rbitfld.long 0x00 10. " BB_SDIO_IN[2] ,SDIO 2 bit bang input" "0,1" rbitfld.long 0x00 9. " BB_SDIO_IN[1] ,SDIO 1 bit bang input" "0,1" textline " " rbitfld.long 0x00 8. " BB_SDIO_IN[0] ,SDIO 0 bit bang input" "0,1" textline " " bitfld.long 0x00 6. " BB_SCK_IN_OUT ,Bit bang SCK input/output" "Inactive,Active" rbitfld.long 0x00 5. " BB_SR_IN ,Bit bang SR input" "Deasserted,Asserted" bitfld.long 0x00 4. " BB_SS_IN_OUT ,Bit bang SS input/output" "Deasserted,Asserted" textline " " bitfld.long 0x00 3. " BIT_BANG_MODE ,Bit bang mode enable" "Disabled,Enabled" bitfld.long 0x00 2. " RX_FIFO_EN ,Results FIFO enable" "Disabled,Enabled" bitfld.long 0x00 1. " TX_FIFO_EN ,Transaction FIFO enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " SPI_MSTR_EN ,SPI master enable/disable" "Disabled,Enabled" else group.long 0x08++0x03 line.long 0x00 "SPI0_GEN_CTRL,Spi0 Master General Control Register" rbitfld.long 0x00 11. " BB_SDIO_IN[3] ,SDIO 3 bit bang input" "0,1" rbitfld.long 0x00 10. " BB_SDIO_IN[2] ,SDIO 2 bit bang input" "0,1" rbitfld.long 0x00 9. " BB_SDIO_IN[1] ,SDIO 1 bit bang input" "0,1" textline " " rbitfld.long 0x00 8. " BB_SDIO_IN[0] ,SDIO 0 bit bang input" "0,1" rbitfld.long 0x00 5. " BB_SR_IN ,Bit bang SR input" "Deasserted,Asserted" bitfld.long 0x00 3. " BIT_BANG_MODE ,Bit bang mode enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " RX_FIFO_EN ,Results FIFO enable" "Disabled,Enabled" bitfld.long 0x00 1. " TX_FIFO_EN ,Transaction FIFO enable" "Disabled,Enabled" bitfld.long 0x00 0. " SPI_MSTR_EN ,SPI master enable/disable" "Disabled,Enabled" endif group.long 0x0C++0x13 line.long 0x00 "SPI0_FIFO_CTRL,Spi0 Master FIFO Control Register" rbitfld.long 0x00 24.--29. " RX_FIFO_USED ,Result FIFO used" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63" bitfld.long 0x00 16.--20. " RX_FIFO_AF_LVL ,Result FIFO AF level" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31" rbitfld.long 0x00 8.--12. " TX_FIFO_USED ,Transaction FIFO AF used" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31" textline " " bitfld.long 0x00 0.--3. " TX_FIFO_AE_LVL ,Transaction FIFO AE level" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "SPI0_SPCL_CTRL,Spi0 Master Special Mode Controls" bitfld.long 0x04 11. " SS_SA_SDIO_DR_EN[3] ,SDIO 3 active drive mode" "0,1" bitfld.long 0x04 10. " SS_SA_SDIO_DR_EN[2] ,SDIO 2 active drive mode" "0,1" textline " " bitfld.long 0x04 9. " SS_SA_SDIO_DR_EN[1] ,SDIO 1 active drive mode" "0,1" bitfld.long 0x04 8. " SS_SA_SDIO_DR_EN[0] ,SDIO 0 active drive mode" "0,1" bitfld.long 0x04 7. " SS_SA_SDIO_OUT[3] ,SDIO 3 active output value" "0,1" textline " " bitfld.long 0x04 6. " SS_SA_SDIO_OUT[2] ,SDIO 2 active output value" "0,1" bitfld.long 0x04 5. " SS_SA_SDIO_OUT[1] ,SDIO 1 active output value" "0,1" bitfld.long 0x04 4. " SS_SA_SDIO_OUT[0] ,SDIO 0 active output value" "0,1" textline " " bitfld.long 0x04 1. " MISO_FC_EN ,SDIO to SR mode" "Not routed,Routed" bitfld.long 0x04 0. " SS_SAMPLE_MODE ,Drive SDIO outputs prior to the assertion of slave select enable" "Disabled,Enabled" line.long 0x08 "SPI0_INTFL,Spi0 Master Interrupt Flags" eventfld.long 0x08 5. " RX_FIFO_AF ,RXFIFO almost full int status" "No interrupt,Interrupt" eventfld.long 0x08 4. " TX_FIFO_AE ,TXFIFO almost empty int status" "No interrupt,Interrupt" eventfld.long 0x08 3. " RX_DONE ,Results done int status" "No interrupt,Interrupt" textline " " eventfld.long 0x08 2. " TX_READY ,Transaction ready int status" "No interrupt,Interrupt" eventfld.long 0x08 1. " RX_STALLED ,Results stalled int status" "No interrupt,Interrupt" eventfld.long 0x08 0. " TX_STALLED ,Transaction stalled int status" "No interrupt,Interrupt" line.long 0x0C "SPI0_INTEN,Spi0 Master Interrupt Enable/disable Settings" bitfld.long 0x0C 5. " RX_FIFO_AF ,RXFIFO almost full int enable" "Disabled,Enabled" bitfld.long 0x0C 4. " TX_FIFO_AE ,TXFIFO almost empty int enable" "Disabled,Enabled" bitfld.long 0x0C 3. " RX_DONE ,Results done int enable" "Disabled,Enabled" textline " " bitfld.long 0x0C 2. " TX_READY ,Transaction ready int enable" "Disabled,Enabled" bitfld.long 0x0C 1. " RX_STALLED ,Results stalled int enable" "Disabled,Enabled" bitfld.long 0x0C 0. " TX_STALLED ,Transaction stalled ready int enable" "Disabled,Enabled" line.long 0x10 "SPI0_SIMPLE_HEADERS,SPI0_SIMPLE_HEADERS" hexmask.long.word 0x10 16.--29. 1. " RX_ONLY_HEADER ,RX only transaction header" hexmask.long.word 0x10 0.--13. 1. " TX_BIDIR_HEADER ,TX bidir transaction header" group.long 0xD0000++0x03 line.long 0x00 "SPI0_FIFO_TRANS,SPI Master FIFO Write Space For Transaction Setup" button "Write Space" "d (ad:0x40030000+0xD0000)--(ad:0x40030000+0xD07FF) /long" hgroup.long 0xD0800++0x03 hide.long 0x00 "SPI0_FIFO_RSLTS,SPI Master FIFO Read Space For Results Data" button "Read Space" "d (ad:0x40030000+0xD0800)--(ad:0x40030000+0xD0FFF) /long" width 0x0B tree.end tree "SPI1" base ad:0x40030000 width 21. group.long 0x00++0x07 line.long 0x00 "SPI1_MSTR_CFG,Spi1 Master Configuration Register" bitfld.long 0x00 24.--27. " ALT_SCK_LO_CLK ,Alt SCK low clocks" "Fast mode,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 20.--23. " ALT_SCK_HI_CLK ,Alt SCK high clocks" "Fast mode,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 18.--19. " INACT_DELAY ,SS inactive timing (Module clocks)" "0,2,4,8" textline " " bitfld.long 0x00 16.--17. " ACT_DELAY ,SS active timing (Module clocks)" "0,2,4,8" bitfld.long 0x00 12.--15. " SCK_LO_CLK ,SCK low clocks" "Fast mode,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 8.--11. " SCK_HI_CLK ,SCK high clocks" "Fast mode,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x00 6.--7. " PAGE_SIZE ,Page size" "4 bytes,8 bytes,16 bytes,4 bytes" bitfld.long 0x00 4.--5. " SPI_MODE ,SPI mode - clock polarity/phase" "High/falling,High/rising,Low/falling,Low/rising" bitfld.long 0x00 3. " THREE_WIRE_MODE ,3-wire mode" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--2. " SLAVE_SEL ,SPI slave select" "0,1,2,3,4,5,6,7" line.long 0x04 "SPI1_SS_SR_POLARITY,Spi1 Polarity Control For SS And SR Signals" bitfld.long 0x04 15. " FC_POLARITY[7] ,SR 7 signal polarity - FC polarity" "Active low,Active high" bitfld.long 0x04 14. " FC_POLARITY[6] ,SR 6 signal polarity - FC polarity" "Active low,Active high" bitfld.long 0x04 13. " FC_POLARITY[5] ,SR 5 signal polarity - FC polarity" "Active low,Active high" textline " " bitfld.long 0x04 12. " FC_POLARITY[4] ,SR 4 signal polarity - FC polarity" "Active low,Active high" bitfld.long 0x04 11. " FC_POLARITY[3] ,SR 3 signal polarity - FC polarity" "Active low,Active high" bitfld.long 0x04 10. " FC_POLARITY[2] ,SR 2 signal polarity - FC polarity" "Active low,Active high" textline " " bitfld.long 0x04 9. " FC_POLARITY[1] ,SR 1 signal polarity - FC polarity" "Active low,Active high" bitfld.long 0x04 8. " FC_POLARITY[0] ,SR 0 signal polarity - FC polarity" "Active low,Active high" bitfld.long 0x04 7. " SS_POLARITY[7] ,SS 7 signal polarity" "Active low,Active high" textline " " bitfld.long 0x04 6. " SS_POLARITY[6] ,SS 6 signal polarity" "Active low,Active high" bitfld.long 0x04 5. " SS_POLARITY[5] ,SS 5 signal polarity" "Active low,Active high" bitfld.long 0x04 4. " SS_POLARITY[4] ,SS 4 signal polarity" "Active low,Active high" textline " " bitfld.long 0x04 3. " SS_POLARITY[3] ,SS 3 signal polarity" "Active low,Active high" bitfld.long 0x04 2. " SS_POLARITY[2] ,SS 2 signal polarity" "Active low,Active high" bitfld.long 0x04 1. " SS_POLARITY[1] ,SS 1 signal polarity" "Active low,Active high" textline " " bitfld.long 0x04 0. " SS_POLARITY[0] ,SS 0 signal polarity" "Active low,Active high" if (((per.l(ad:0x40031000+0x08))&0x08)==0x08) group.long 0x08++0x03 line.long 0x00 "SPI1_GEN_CTRL,Spi1 Master General Control Register" bitfld.long 0x00 19. " BB_SDIO_DR_EN[3] ,SDIO 3 bit bang drive enable" "Disabled,Enabled" bitfld.long 0x00 18. " BB_SDIO_DR_EN[2] ,SDIO 2 bit bang drive enable" "Disabled,Enabled" bitfld.long 0x00 17. " BB_SDIO_DR_EN[1] ,SDIO 1 bit bang drive enable" "Disabled,Enabled" textline " " bitfld.long 0x00 16. " BB_SDIO_DR_EN[0] ,SDIO 0 bit bang drive enable" "Disabled,Enabled" textline " " bitfld.long 0x00 15. " BB_SDIO_OUT[3] ,SDIO 3 bit bang output" "0,1" bitfld.long 0x00 14. " BB_SDIO_OUT[2] ,SDIO 2 bit bang output" "0,1" bitfld.long 0x00 13. " BB_SDIO_OUT[1] ,SDIO 1 bit bang output" "0,1" textline " " bitfld.long 0x00 12. " BB_SDIO_OUT[0] ,SDIO 0 bit bang output" "0,1" textline " " rbitfld.long 0x00 11. " BB_SDIO_IN[3] ,SDIO 3 bit bang input" "0,1" rbitfld.long 0x00 10. " BB_SDIO_IN[2] ,SDIO 2 bit bang input" "0,1" rbitfld.long 0x00 9. " BB_SDIO_IN[1] ,SDIO 1 bit bang input" "0,1" textline " " rbitfld.long 0x00 8. " BB_SDIO_IN[0] ,SDIO 0 bit bang input" "0,1" textline " " bitfld.long 0x00 6. " BB_SCK_IN_OUT ,Bit bang SCK input/output" "Inactive,Active" rbitfld.long 0x00 5. " BB_SR_IN ,Bit bang SR input" "Deasserted,Asserted" bitfld.long 0x00 4. " BB_SS_IN_OUT ,Bit bang SS input/output" "Deasserted,Asserted" textline " " bitfld.long 0x00 3. " BIT_BANG_MODE ,Bit bang mode enable" "Disabled,Enabled" bitfld.long 0x00 2. " RX_FIFO_EN ,Results FIFO enable" "Disabled,Enabled" bitfld.long 0x00 1. " TX_FIFO_EN ,Transaction FIFO enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " SPI_MSTR_EN ,SPI master enable/disable" "Disabled,Enabled" else group.long 0x08++0x03 line.long 0x00 "SPI1_GEN_CTRL,Spi1 Master General Control Register" rbitfld.long 0x00 11. " BB_SDIO_IN[3] ,SDIO 3 bit bang input" "0,1" rbitfld.long 0x00 10. " BB_SDIO_IN[2] ,SDIO 2 bit bang input" "0,1" rbitfld.long 0x00 9. " BB_SDIO_IN[1] ,SDIO 1 bit bang input" "0,1" textline " " rbitfld.long 0x00 8. " BB_SDIO_IN[0] ,SDIO 0 bit bang input" "0,1" rbitfld.long 0x00 5. " BB_SR_IN ,Bit bang SR input" "Deasserted,Asserted" bitfld.long 0x00 3. " BIT_BANG_MODE ,Bit bang mode enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " RX_FIFO_EN ,Results FIFO enable" "Disabled,Enabled" bitfld.long 0x00 1. " TX_FIFO_EN ,Transaction FIFO enable" "Disabled,Enabled" bitfld.long 0x00 0. " SPI_MSTR_EN ,SPI master enable/disable" "Disabled,Enabled" endif group.long 0x0C++0x13 line.long 0x00 "SPI1_FIFO_CTRL,Spi1 Master FIFO Control Register" rbitfld.long 0x00 24.--29. " RX_FIFO_USED ,Result FIFO used" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63" bitfld.long 0x00 16.--20. " RX_FIFO_AF_LVL ,Result FIFO AF level" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31" rbitfld.long 0x00 8.--12. " TX_FIFO_USED ,Transaction FIFO AF used" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31" textline " " bitfld.long 0x00 0.--3. " TX_FIFO_AE_LVL ,Transaction FIFO AE level" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "SPI1_SPCL_CTRL,Spi1 Master Special Mode Controls" bitfld.long 0x04 11. " SS_SA_SDIO_DR_EN[3] ,SDIO 3 active drive mode" "0,1" bitfld.long 0x04 10. " SS_SA_SDIO_DR_EN[2] ,SDIO 2 active drive mode" "0,1" textline " " bitfld.long 0x04 9. " SS_SA_SDIO_DR_EN[1] ,SDIO 1 active drive mode" "0,1" bitfld.long 0x04 8. " SS_SA_SDIO_DR_EN[0] ,SDIO 0 active drive mode" "0,1" bitfld.long 0x04 7. " SS_SA_SDIO_OUT[3] ,SDIO 3 active output value" "0,1" textline " " bitfld.long 0x04 6. " SS_SA_SDIO_OUT[2] ,SDIO 2 active output value" "0,1" bitfld.long 0x04 5. " SS_SA_SDIO_OUT[1] ,SDIO 1 active output value" "0,1" bitfld.long 0x04 4. " SS_SA_SDIO_OUT[0] ,SDIO 0 active output value" "0,1" textline " " bitfld.long 0x04 1. " MISO_FC_EN ,SDIO to SR mode" "Not routed,Routed" bitfld.long 0x04 0. " SS_SAMPLE_MODE ,Drive SDIO outputs prior to the assertion of slave select enable" "Disabled,Enabled" line.long 0x08 "SPI1_INTFL,Spi1 Master Interrupt Flags" eventfld.long 0x08 5. " RX_FIFO_AF ,RXFIFO almost full int status" "No interrupt,Interrupt" eventfld.long 0x08 4. " TX_FIFO_AE ,TXFIFO almost empty int status" "No interrupt,Interrupt" eventfld.long 0x08 3. " RX_DONE ,Results done int status" "No interrupt,Interrupt" textline " " eventfld.long 0x08 2. " TX_READY ,Transaction ready int status" "No interrupt,Interrupt" eventfld.long 0x08 1. " RX_STALLED ,Results stalled int status" "No interrupt,Interrupt" eventfld.long 0x08 0. " TX_STALLED ,Transaction stalled int status" "No interrupt,Interrupt" line.long 0x0C "SPI1_INTEN,Spi1 Master Interrupt Enable/disable Settings" bitfld.long 0x0C 5. " RX_FIFO_AF ,RXFIFO almost full int enable" "Disabled,Enabled" bitfld.long 0x0C 4. " TX_FIFO_AE ,TXFIFO almost empty int enable" "Disabled,Enabled" bitfld.long 0x0C 3. " RX_DONE ,Results done int enable" "Disabled,Enabled" textline " " bitfld.long 0x0C 2. " TX_READY ,Transaction ready int enable" "Disabled,Enabled" bitfld.long 0x0C 1. " RX_STALLED ,Results stalled int enable" "Disabled,Enabled" bitfld.long 0x0C 0. " TX_STALLED ,Transaction stalled ready int enable" "Disabled,Enabled" line.long 0x10 "SPI1_SIMPLE_HEADERS,SPI1_SIMPLE_HEADERS" hexmask.long.word 0x10 16.--29. 1. " RX_ONLY_HEADER ,RX only transaction header" hexmask.long.word 0x10 0.--13. 1. " TX_BIDIR_HEADER ,TX bidir transaction header" group.long 0xD0000++0x03 line.long 0x00 "SPI1_FIFO_TRANS,SPI Master FIFO Write Space For Transaction Setup" button "Write Space" "d (ad:0x40031000+0xD0000)--(ad:0x40031000+0xD07FF) /long" hgroup.long 0xD0800++0x03 hide.long 0x00 "SPI1_FIFO_RSLTS,SPI Master FIFO Read Space For Results Data" button "Read Space" "d (ad:0x40031000+0xD0800)--(ad:0x40031000+0xD0FFF) /long" width 0x0B tree.end tree "SPI2" base ad:0x40032000 width 21. group.long 0x00++0x07 line.long 0x00 "SPI2_MSTR_CFG,Spi2 Master Configuration Register" bitfld.long 0x00 24.--27. " ALT_SCK_LO_CLK ,Alt SCK low clocks" "Fast mode,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 20.--23. " ALT_SCK_HI_CLK ,Alt SCK high clocks" "Fast mode,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 18.--19. " INACT_DELAY ,SS inactive timing (Module clocks)" "0,2,4,8" textline " " bitfld.long 0x00 16.--17. " ACT_DELAY ,SS active timing (Module clocks)" "0,2,4,8" bitfld.long 0x00 12.--15. " SCK_LO_CLK ,SCK low clocks" "Fast mode,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 8.--11. " SCK_HI_CLK ,SCK high clocks" "Fast mode,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x00 6.--7. " PAGE_SIZE ,Page size" "4 bytes,8 bytes,16 bytes,4 bytes" bitfld.long 0x00 4.--5. " SPI_MODE ,SPI mode - clock polarity/phase" "High/falling,High/rising,Low/falling,Low/rising" bitfld.long 0x00 3. " THREE_WIRE_MODE ,3-wire mode" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--2. " SLAVE_SEL ,SPI slave select" "0,1,2,3,4,5,6,7" line.long 0x04 "SPI2_SS_SR_POLARITY,Spi2 Polarity Control For SS And SR Signals" bitfld.long 0x04 15. " FC_POLARITY[7] ,SR 7 signal polarity - FC polarity" "Active low,Active high" bitfld.long 0x04 14. " FC_POLARITY[6] ,SR 6 signal polarity - FC polarity" "Active low,Active high" bitfld.long 0x04 13. " FC_POLARITY[5] ,SR 5 signal polarity - FC polarity" "Active low,Active high" textline " " bitfld.long 0x04 12. " FC_POLARITY[4] ,SR 4 signal polarity - FC polarity" "Active low,Active high" bitfld.long 0x04 11. " FC_POLARITY[3] ,SR 3 signal polarity - FC polarity" "Active low,Active high" bitfld.long 0x04 10. " FC_POLARITY[2] ,SR 2 signal polarity - FC polarity" "Active low,Active high" textline " " bitfld.long 0x04 9. " FC_POLARITY[1] ,SR 1 signal polarity - FC polarity" "Active low,Active high" bitfld.long 0x04 8. " FC_POLARITY[0] ,SR 0 signal polarity - FC polarity" "Active low,Active high" bitfld.long 0x04 7. " SS_POLARITY[7] ,SS 7 signal polarity" "Active low,Active high" textline " " bitfld.long 0x04 6. " SS_POLARITY[6] ,SS 6 signal polarity" "Active low,Active high" bitfld.long 0x04 5. " SS_POLARITY[5] ,SS 5 signal polarity" "Active low,Active high" bitfld.long 0x04 4. " SS_POLARITY[4] ,SS 4 signal polarity" "Active low,Active high" textline " " bitfld.long 0x04 3. " SS_POLARITY[3] ,SS 3 signal polarity" "Active low,Active high" bitfld.long 0x04 2. " SS_POLARITY[2] ,SS 2 signal polarity" "Active low,Active high" bitfld.long 0x04 1. " SS_POLARITY[1] ,SS 1 signal polarity" "Active low,Active high" textline " " bitfld.long 0x04 0. " SS_POLARITY[0] ,SS 0 signal polarity" "Active low,Active high" if (((per.l(ad:0x40032000+0x08))&0x08)==0x08) group.long 0x08++0x03 line.long 0x00 "SPI2_GEN_CTRL,Spi2 Master General Control Register" bitfld.long 0x00 19. " BB_SDIO_DR_EN[3] ,SDIO 3 bit bang drive enable" "Disabled,Enabled" bitfld.long 0x00 18. " BB_SDIO_DR_EN[2] ,SDIO 2 bit bang drive enable" "Disabled,Enabled" bitfld.long 0x00 17. " BB_SDIO_DR_EN[1] ,SDIO 1 bit bang drive enable" "Disabled,Enabled" textline " " bitfld.long 0x00 16. " BB_SDIO_DR_EN[0] ,SDIO 0 bit bang drive enable" "Disabled,Enabled" textline " " bitfld.long 0x00 15. " BB_SDIO_OUT[3] ,SDIO 3 bit bang output" "0,1" bitfld.long 0x00 14. " BB_SDIO_OUT[2] ,SDIO 2 bit bang output" "0,1" bitfld.long 0x00 13. " BB_SDIO_OUT[1] ,SDIO 1 bit bang output" "0,1" textline " " bitfld.long 0x00 12. " BB_SDIO_OUT[0] ,SDIO 0 bit bang output" "0,1" textline " " rbitfld.long 0x00 11. " BB_SDIO_IN[3] ,SDIO 3 bit bang input" "0,1" rbitfld.long 0x00 10. " BB_SDIO_IN[2] ,SDIO 2 bit bang input" "0,1" rbitfld.long 0x00 9. " BB_SDIO_IN[1] ,SDIO 1 bit bang input" "0,1" textline " " rbitfld.long 0x00 8. " BB_SDIO_IN[0] ,SDIO 0 bit bang input" "0,1" textline " " bitfld.long 0x00 6. " BB_SCK_IN_OUT ,Bit bang SCK input/output" "Inactive,Active" rbitfld.long 0x00 5. " BB_SR_IN ,Bit bang SR input" "Deasserted,Asserted" bitfld.long 0x00 4. " BB_SS_IN_OUT ,Bit bang SS input/output" "Deasserted,Asserted" textline " " bitfld.long 0x00 3. " BIT_BANG_MODE ,Bit bang mode enable" "Disabled,Enabled" bitfld.long 0x00 2. " RX_FIFO_EN ,Results FIFO enable" "Disabled,Enabled" bitfld.long 0x00 1. " TX_FIFO_EN ,Transaction FIFO enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " SPI_MSTR_EN ,SPI master enable/disable" "Disabled,Enabled" else group.long 0x08++0x03 line.long 0x00 "SPI2_GEN_CTRL,Spi2 Master General Control Register" rbitfld.long 0x00 11. " BB_SDIO_IN[3] ,SDIO 3 bit bang input" "0,1" rbitfld.long 0x00 10. " BB_SDIO_IN[2] ,SDIO 2 bit bang input" "0,1" rbitfld.long 0x00 9. " BB_SDIO_IN[1] ,SDIO 1 bit bang input" "0,1" textline " " rbitfld.long 0x00 8. " BB_SDIO_IN[0] ,SDIO 0 bit bang input" "0,1" rbitfld.long 0x00 5. " BB_SR_IN ,Bit bang SR input" "Deasserted,Asserted" bitfld.long 0x00 3. " BIT_BANG_MODE ,Bit bang mode enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " RX_FIFO_EN ,Results FIFO enable" "Disabled,Enabled" bitfld.long 0x00 1. " TX_FIFO_EN ,Transaction FIFO enable" "Disabled,Enabled" bitfld.long 0x00 0. " SPI_MSTR_EN ,SPI master enable/disable" "Disabled,Enabled" endif group.long 0x0C++0x13 line.long 0x00 "SPI2_FIFO_CTRL,Spi2 Master FIFO Control Register" rbitfld.long 0x00 24.--29. " RX_FIFO_USED ,Result FIFO used" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63" bitfld.long 0x00 16.--20. " RX_FIFO_AF_LVL ,Result FIFO AF level" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31" rbitfld.long 0x00 8.--12. " TX_FIFO_USED ,Transaction FIFO AF used" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31" textline " " bitfld.long 0x00 0.--3. " TX_FIFO_AE_LVL ,Transaction FIFO AE level" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "SPI2_SPCL_CTRL,Spi2 Master Special Mode Controls" bitfld.long 0x04 11. " SS_SA_SDIO_DR_EN[3] ,SDIO 3 active drive mode" "0,1" bitfld.long 0x04 10. " SS_SA_SDIO_DR_EN[2] ,SDIO 2 active drive mode" "0,1" textline " " bitfld.long 0x04 9. " SS_SA_SDIO_DR_EN[1] ,SDIO 1 active drive mode" "0,1" bitfld.long 0x04 8. " SS_SA_SDIO_DR_EN[0] ,SDIO 0 active drive mode" "0,1" bitfld.long 0x04 7. " SS_SA_SDIO_OUT[3] ,SDIO 3 active output value" "0,1" textline " " bitfld.long 0x04 6. " SS_SA_SDIO_OUT[2] ,SDIO 2 active output value" "0,1" bitfld.long 0x04 5. " SS_SA_SDIO_OUT[1] ,SDIO 1 active output value" "0,1" bitfld.long 0x04 4. " SS_SA_SDIO_OUT[0] ,SDIO 0 active output value" "0,1" textline " " bitfld.long 0x04 1. " MISO_FC_EN ,SDIO to SR mode" "Not routed,Routed" bitfld.long 0x04 0. " SS_SAMPLE_MODE ,Drive SDIO outputs prior to the assertion of slave select enable" "Disabled,Enabled" line.long 0x08 "SPI2_INTFL,Spi2 Master Interrupt Flags" eventfld.long 0x08 5. " RX_FIFO_AF ,RXFIFO almost full int status" "No interrupt,Interrupt" eventfld.long 0x08 4. " TX_FIFO_AE ,TXFIFO almost empty int status" "No interrupt,Interrupt" eventfld.long 0x08 3. " RX_DONE ,Results done int status" "No interrupt,Interrupt" textline " " eventfld.long 0x08 2. " TX_READY ,Transaction ready int status" "No interrupt,Interrupt" eventfld.long 0x08 1. " RX_STALLED ,Results stalled int status" "No interrupt,Interrupt" eventfld.long 0x08 0. " TX_STALLED ,Transaction stalled int status" "No interrupt,Interrupt" line.long 0x0C "SPI2_INTEN,Spi2 Master Interrupt Enable/disable Settings" bitfld.long 0x0C 5. " RX_FIFO_AF ,RXFIFO almost full int enable" "Disabled,Enabled" bitfld.long 0x0C 4. " TX_FIFO_AE ,TXFIFO almost empty int enable" "Disabled,Enabled" bitfld.long 0x0C 3. " RX_DONE ,Results done int enable" "Disabled,Enabled" textline " " bitfld.long 0x0C 2. " TX_READY ,Transaction ready int enable" "Disabled,Enabled" bitfld.long 0x0C 1. " RX_STALLED ,Results stalled int enable" "Disabled,Enabled" bitfld.long 0x0C 0. " TX_STALLED ,Transaction stalled ready int enable" "Disabled,Enabled" line.long 0x10 "SPI2_SIMPLE_HEADERS,SPI2_SIMPLE_HEADERS" hexmask.long.word 0x10 16.--29. 1. " RX_ONLY_HEADER ,RX only transaction header" hexmask.long.word 0x10 0.--13. 1. " TX_BIDIR_HEADER ,TX bidir transaction header" group.long 0xD0000++0x03 line.long 0x00 "SPI2_FIFO_TRANS,SPI Master FIFO Write Space For Transaction Setup" button "Write Space" "d (ad:0x40032000+0xD0000)--(ad:0x40032000+0xD07FF) /long" hgroup.long 0xD0800++0x03 hide.long 0x00 "SPI2_FIFO_RSLTS,SPI Master FIFO Read Space For Results Data" button "Read Space" "d (ad:0x40032000+0xD0800)--(ad:0x40032000+0xD0FFF) /long" width 0x0B tree.end tree.end tree.open "UART (Universal Asynchronous Receiver-Transmitter)" tree "UART0" base ad:0x40038000 width 20. group.long 0x00++0x03 line.long 0x00 "UART0_CTRL,Uart0 Control Register" bitfld.long 0x00 14. " BAUD_CLK_EN ,Baud clock generation enable" "Disabled,Enabled" bitfld.long 0x00 13. " HW_FLOW_CTRL_EN ,Hardware flow control enable" "Disabled,Enabled" bitfld.long 0x00 12. " STOP_BIT_MODE ,Stop bit mode select" "1 bit,1.5/2 bits" textline " " bitfld.long 0x00 10.--11. " CHAR_LENGTH ,Character transfer bit length" "5-bit,6-bit,7-bit,8-bit" bitfld.long 0x00 9. " RX_FIFO_FLUSH ,Receive FIFO flush" "No effect,Flush" bitfld.long 0x00 8. " TX_FIFO_FLUSH ,Transmit FIFO flush" "No effect,Flush" textline " " bitfld.long 0x00 6. " PARITY_BIAS ,Parity basis select" "1/frame,0/frame" bitfld.long 0x00 5. " PARITY_MODE ,Parity mode select" "Even,Odd" bitfld.long 0x00 4. " PARITY_ENABLE ,Parity enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--2. " RX_THRESHOLD ,Receive FIFO interrupt threshold" ",1,2,3,4,5,6,7" rgroup.long 0x04++0x03 line.long 0x00 "UART0_CTRL,UART 0 Status Register" bitfld.long 0x00 12.--15. " TX_FIFO_CHARS ,TX FIFO chars used" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 8.--11. " RX_FIFO_CHARS ,RX FIFO chars used" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 7. " TX_FIFO_FULL ,TX FIFO full" "Not full,Full" textline " " bitfld.long 0x00 6. " TX_FIFO_EMPTY ,TX FIFO empty" "Not empty,Empty" bitfld.long 0x00 5. " RX_FIFO_FULL ,RX FIFO full" "Not full,Full" bitfld.long 0x00 4. " RX_FIFO_EMPTY ,RX FIFO empty" "Not empty,Empty" textline " " bitfld.long 0x00 1. " RX_BUSY ,RX busy" "Idle,Busy" bitfld.long 0x00 0. " TX_BUSY ,TX busy" "Idle,Busy" group.long 0x08++0x0F line.long 0x00 "UART0_INTEN,Uart0 Interrupt Enable/disable Controls" bitfld.long 0x00 6. " TX_HALF_EMPTY ,TX FIFO half empty int enable" "Disabled,Enabled" bitfld.long 0x00 5. " TX_ALMOST_EMPTY ,TX FIFO almost empty int enable" "Disabled,Enabled" bitfld.long 0x00 4. " RX_OVER_THRESHOLD ,RX FIFO over threshold int enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " RX_OVERRUN ,RX overrun interrupt enable" "Disabled,Enabled" bitfld.long 0x00 2. " CTS_CHANGE ,CTS value change interrupt enable" "Disabled,Enabled" bitfld.long 0x00 1. " RX_PARITY_ERROR ,RX parity error interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " RX_FRAME_ERROR ,RX frame error interrupt enable" "Disabled,Enabled" line.long 0x04 "UART0_INTFL,Uart0 Interrupt Flags" bitfld.long 0x04 6. " TX_HALF_EMPTY ,TX FIFO half empty int enable" "No interrupt,Interrupt" bitfld.long 0x04 5. " TX_ALMOST_EMPTY ,TX FIFO almost empty int enable" "No interrupt,Interrupt" bitfld.long 0x04 4. " RX_OVER_THRESHOLD ,RX FIFO over threshold int enable" "No interrupt,Interrupt" textline " " bitfld.long 0x04 3. " RX_OVERRUN ,RX overrun interrupt status" "No interrupt,Interrupt" bitfld.long 0x04 2. " CTS_CHANGE ,CTS value change interrupt status" "No interrupt,Interrupt" bitfld.long 0x04 1. " RX_PARITY_ERROR ,RX parity error interrupt status" "No interrupt,Interrupt" textline " " bitfld.long 0x04 0. " RX_FRAME_ERROR ,RX frame error interrupt status" "No interrupt,Interrupt" line.long 0x08 "UART0_BAUD_INT,Uart0 Baud Rate Setting (Integer Portion)" hexmask.long.word 0x08 0.--11. 1. " FBAUD ,Integer portion of baudrate DIV" line.long 0x0C "UART0_BAUD_DIV_128,Uart0 Baud Rate Setting (Div 128 Decimal Portion)" hexmask.long.byte 0x0C 0.--6. 1. " DIV ,Decimal portion of baudrate DIV" rgroup.long 0x18++0x03 line.long 0x00 "UART0_TX_FIFO_OUT,Uart0 TX FIFO Output End" hexmask.long.byte 0x00 0.--7. 1. " TX_FIFO ,TX FIFO output" group.long 0x1C++0x03 line.long 0x00 "UART0_HW_FLOW_CTRL,Uart0 Hardware Flow Control Register" bitfld.long 0x00 1. " RTS_OUTPUT ,RTS output value" "Low,High" rbitfld.long 0x00 0. " CTS_INPUT ,CTS input value" "Low,High" hgroup.long 0x20++0x03 hide.long 0x00 "UART0_TX_RX_FIFO,Uart0 Write To Load TX Fifo/read To Unload RX FIFO" in width 0x0B tree.end tree "UART1" base ad:0x40039000 width 20. group.long 0x00++0x03 line.long 0x00 "UART1_CTRL,Uart1 Control Register" bitfld.long 0x00 14. " BAUD_CLK_EN ,Baud clock generation enable" "Disabled,Enabled" bitfld.long 0x00 13. " HW_FLOW_CTRL_EN ,Hardware flow control enable" "Disabled,Enabled" bitfld.long 0x00 12. " STOP_BIT_MODE ,Stop bit mode select" "1 bit,1.5/2 bits" textline " " bitfld.long 0x00 10.--11. " CHAR_LENGTH ,Character transfer bit length" "5-bit,6-bit,7-bit,8-bit" bitfld.long 0x00 9. " RX_FIFO_FLUSH ,Receive FIFO flush" "No effect,Flush" bitfld.long 0x00 8. " TX_FIFO_FLUSH ,Transmit FIFO flush" "No effect,Flush" textline " " bitfld.long 0x00 6. " PARITY_BIAS ,Parity basis select" "1/frame,0/frame" bitfld.long 0x00 5. " PARITY_MODE ,Parity mode select" "Even,Odd" bitfld.long 0x00 4. " PARITY_ENABLE ,Parity enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--2. " RX_THRESHOLD ,Receive FIFO interrupt threshold" ",1,2,3,4,5,6,7" rgroup.long 0x04++0x03 line.long 0x00 "UART1_CTRL,UART 0 Status Register" bitfld.long 0x00 12.--15. " TX_FIFO_CHARS ,TX FIFO chars used" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 8.--11. " RX_FIFO_CHARS ,RX FIFO chars used" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 7. " TX_FIFO_FULL ,TX FIFO full" "Not full,Full" textline " " bitfld.long 0x00 6. " TX_FIFO_EMPTY ,TX FIFO empty" "Not empty,Empty" bitfld.long 0x00 5. " RX_FIFO_FULL ,RX FIFO full" "Not full,Full" bitfld.long 0x00 4. " RX_FIFO_EMPTY ,RX FIFO empty" "Not empty,Empty" textline " " bitfld.long 0x00 1. " RX_BUSY ,RX busy" "Idle,Busy" bitfld.long 0x00 0. " TX_BUSY ,TX busy" "Idle,Busy" group.long 0x08++0x0F line.long 0x00 "UART1_INTEN,Uart1 Interrupt Enable/disable Controls" bitfld.long 0x00 6. " TX_HALF_EMPTY ,TX FIFO half empty int enable" "Disabled,Enabled" bitfld.long 0x00 5. " TX_ALMOST_EMPTY ,TX FIFO almost empty int enable" "Disabled,Enabled" bitfld.long 0x00 4. " RX_OVER_THRESHOLD ,RX FIFO over threshold int enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " RX_OVERRUN ,RX overrun interrupt enable" "Disabled,Enabled" bitfld.long 0x00 2. " CTS_CHANGE ,CTS value change interrupt enable" "Disabled,Enabled" bitfld.long 0x00 1. " RX_PARITY_ERROR ,RX parity error interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " RX_FRAME_ERROR ,RX frame error interrupt enable" "Disabled,Enabled" line.long 0x04 "UART1_INTFL,Uart1 Interrupt Flags" bitfld.long 0x04 6. " TX_HALF_EMPTY ,TX FIFO half empty int enable" "No interrupt,Interrupt" bitfld.long 0x04 5. " TX_ALMOST_EMPTY ,TX FIFO almost empty int enable" "No interrupt,Interrupt" bitfld.long 0x04 4. " RX_OVER_THRESHOLD ,RX FIFO over threshold int enable" "No interrupt,Interrupt" textline " " bitfld.long 0x04 3. " RX_OVERRUN ,RX overrun interrupt status" "No interrupt,Interrupt" bitfld.long 0x04 2. " CTS_CHANGE ,CTS value change interrupt status" "No interrupt,Interrupt" bitfld.long 0x04 1. " RX_PARITY_ERROR ,RX parity error interrupt status" "No interrupt,Interrupt" textline " " bitfld.long 0x04 0. " RX_FRAME_ERROR ,RX frame error interrupt status" "No interrupt,Interrupt" line.long 0x08 "UART1_BAUD_INT,Uart1 Baud Rate Setting (Integer Portion)" hexmask.long.word 0x08 0.--11. 1. " FBAUD ,Integer portion of baudrate DIV" line.long 0x0C "UART1_BAUD_DIV_128,Uart1 Baud Rate Setting (Div 128 Decimal Portion)" hexmask.long.byte 0x0C 0.--6. 1. " DIV ,Decimal portion of baudrate DIV" rgroup.long 0x18++0x03 line.long 0x00 "UART1_TX_FIFO_OUT,Uart1 TX FIFO Output End" hexmask.long.byte 0x00 0.--7. 1. " TX_FIFO ,TX FIFO output" group.long 0x1C++0x03 line.long 0x00 "UART1_HW_FLOW_CTRL,Uart1 Hardware Flow Control Register" bitfld.long 0x00 1. " RTS_OUTPUT ,RTS output value" "Low,High" rbitfld.long 0x00 0. " CTS_INPUT ,CTS input value" "Low,High" hgroup.long 0x20++0x03 hide.long 0x00 "UART1_TX_RX_FIFO,Uart1 Write To Load TX Fifo/read To Unload RX FIFO" in width 0x0B tree.end tree.end tree "USB (Universal Serial Bus)" base ad:0x40100000 width 17. group.long 0x00++0x03 line.long 0x00 "USB_CN,USB Control Register" bitfld.long 0x00 0. " USB_EN ,USB device interface enable" "Disabled,Enabled" rgroup.long 0x200++0x03 line.long 0x00 "USB_DEV_ADDR,USB Device Address Register" hexmask.long.byte 0x00 0.--6. 1. " DEV_ADDR ,USB device address" group.long 0x204++0x0B line.long 0x00 "USB_DEV_CN,USB Device Control Register" bitfld.long 0x00 9. " FIFO_MODE ,FIFO mode" "Normal,Immediate" bitfld.long 0x00 8. " BACT_OE ,BACT OE (Test only)" "0,1" bitfld.long 0x00 7. " OSCEN ,OSC En (Test only)" "0,1" bitfld.long 0x00 6. " VBGATE ,VBUS Gate (Test only)" "Independent,Dependent" textline " " bitfld.long 0x00 5. " URST ,USB device controller reset" "Not reset,Reset" bitfld.long 0x00 4. " ULPM ,USB low power mode" "No,Yes" bitfld.long 0x00 3. " CONNECT ,Connect to USB" "Disconnected,Connected" bitfld.long 0x00 2. " SIGRWU ,USB signal remote wakeup" "Not sent,Sent" line.long 0x04 "USB_DEV_INTFL,USB Device Interrupt" rbitfld.long 0x04 16. " VBUS_ST ,VBUS status" "Low,High" eventfld.long 0x04 13. " BUF_OVR ,Buffer overflow interrupt flag" "No interrupt,Interrupt" eventfld.long 0x04 12. " DMA_ERR ,DMA error interrupt flag" "No interrupt,Interrupt" eventfld.long 0x04 11. " EP_NAK ,Endpoint NAK interrupt flag" "No interrupt,Interrupt" textline " " eventfld.long 0x04 10. " EP_OUT ,Endpoint OUT interrupt flag" "No interrupt,Interrupt" eventfld.long 0x04 9. " EP_IN ,Endpoint IN interrupt flag" "No interrupt,Interrupt" eventfld.long 0x04 8. " SETUP ,Setup packet interrupt flag" "No interrupt,Interrupt" eventfld.long 0x04 7. " BRST_DN ,USB bus reset completed interrupt flag" "No interrupt,Interrupt" textline " " eventfld.long 0x04 6. " VBUS ,VBUS detect interrupt flag" "No interrupt,Interrupt" eventfld.long 0x04 5. " NO_VBUS ,No VBUS interrupt flag" "No interrupt,Interrupt" eventfld.long 0x04 4. " SUSP ,USB suspend interrupt flag" "No interrupt,Interrupt" eventfld.long 0x04 3. " BRST ,USB bus reset in progress interrupt flag" "No interrupt,Interrupt" textline " " eventfld.long 0x04 2. " BACT ,USB bus activity interrupt flag" "No interrupt,Interrupt" eventfld.long 0x04 1. " RWU_DN ,Remote wakeup done interrupt flag" "No interrupt,Interrupt" eventfld.long 0x04 0. " DPACT ,DPLUS activity interrupt flag" "No interrupt,Interrupt" line.long 0x08 "USB_DEV_INTEN,USB Device Interrupt Enable" bitfld.long 0x08 13. " BUF_OVR ,Buffer overflow interrupt enable" "Disabled,Enabled" bitfld.long 0x08 12. " DMA_ERR ,DMA error interrupt enable" "Disabled,Enabled" bitfld.long 0x08 11. " EP_NAK ,Endpoint NAK interrupt enable" "Disabled,Enabled" bitfld.long 0x08 10. " EP_OUT ,Endpoint OUT interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x08 9. " EP_IN ,Endpoint IN interrupt enable" "Disabled,Enabled" bitfld.long 0x08 8. " SETUP ,Setup packet interrupt enable" "Disabled,Enabled" bitfld.long 0x08 7. " BRST_DN ,USB bus reset completed interrupt enable" "Disabled,Enabled" bitfld.long 0x08 6. " VBUS ,VBUS detect interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x08 5. " NO_VBUS ,No VBUS interrupt enable" "Disabled,Enabled" bitfld.long 0x08 4. " SUSP ,USB suspend interrupt enable" "Disabled,Enabled" bitfld.long 0x08 3. " BRST ,USB bus reset in progress interrupt enable" "Disabled,Enabled" bitfld.long 0x08 2. " BACT ,USB bus activity interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x08 1. " RWU_DN ,Remote wakeup done interrupt enable" "Disabled,Enabled" bitfld.long 0x08 0. " DPACT ,DPLUS activity interrupt enable" "Disabled,Enabled" group.long 0x220++0x03 line.long 0x00 "USB_EP_BASE,USB Endpoint Descriptor Table Base Address" hexmask.long.tbyte 0x00 9.--31. 0x02 " EP_BASE ,USB endpoint descriptor table base address" sif (cpuis("MAX3260*")) rgroup.long 0x224++0x03 line.long 0x00 "USB_CUR_BUF,USB Current Endpoint Buffer Register" bitfld.long 0x00 23. " IN_BUF[7] ,IN transfer current buffer - bit 7" "Buffer 0,Buffer 1" bitfld.long 0x00 22. " [6] ,IN transfer current buffer - bit 6" "Buffer 0,Buffer 1" bitfld.long 0x00 21. " [5] ,IN transfer current buffer - bit 5" "Buffer 0,Buffer 1" bitfld.long 0x00 20. " [4] ,IN transfer current buffer - bit 4" "Buffer 0,Buffer 1" textline " " bitfld.long 0x00 19. " [3] ,IN transfer current buffer - bit 3" "Buffer 0,Buffer 1" bitfld.long 0x00 18. " [2] ,IN transfer current buffer - bit 2" "Buffer 0,Buffer 1" bitfld.long 0x00 17. " [1] ,IN transfer current buffer - bit 1" "Buffer 0,Buffer 1" bitfld.long 0x00 16. " [0] ,IN transfer current buffer - bit 0" "Buffer 0,Buffer 1" textline " " bitfld.long 0x00 7. " OUT_BUF[7] ,OUT transfer current buffer - bit 7" "Buffer 0,Buffer 1" bitfld.long 0x00 6. " [6] ,OUT transfer current buffer - bit 6" "Buffer 0,Buffer 1" bitfld.long 0x00 5. " [5] ,OUT transfer current buffer - bit 5" "Buffer 0,Buffer 1" bitfld.long 0x00 4. " [4] ,OUT transfer current buffer - bit 4" "Buffer 0,Buffer 1" textline " " bitfld.long 0x00 3. " [3] ,OUT transfer current buffer - bit 3" "Buffer 0,Buffer 1" bitfld.long 0x00 2. " [2] ,OUT transfer current buffer - bit 2" "Buffer 0,Buffer 1" bitfld.long 0x00 1. " [1] ,OUT transfer current buffer - bit 1" "Buffer 0,Buffer 1" bitfld.long 0x00 0. " [0] ,OUT transfer current buffer - bit 0" "Buffer 0,Buffer 1" else rgroup.long 0x224++0x03 line.long 0x00 "USB_CUR_BUF,USB Current Endpoint Buffer Register" bitfld.long 0x00 23. " IN_BUF[7] ,IN transfer current buffer - bit 7" "No,Yes" bitfld.long 0x00 22. " [6] ,IN transfer current buffer - bit 6" "No,Yes" bitfld.long 0x00 21. " [5] ,IN transfer current buffer - bit 5" "No,Yes" bitfld.long 0x00 20. " [4] ,IN transfer current buffer - bit 4" "No,Yes" textline " " bitfld.long 0x00 19. " [3] ,IN transfer current buffer - bit 3" "No,Yes" bitfld.long 0x00 18. " [2] ,IN transfer current buffer - bit 2" "No,Yes" bitfld.long 0x00 17. " [1] ,IN transfer current buffer - bit 1" "No,Yes" bitfld.long 0x00 16. " [0] ,IN transfer current buffer - bit 0" "No,Yes" textline " " bitfld.long 0x00 7. " OUT_BUF[7] ,OUT transfer current buffer - bit 7" "No,Yes" bitfld.long 0x00 6. " [6] ,OUT transfer current buffer - bit 6" "No,Yes" bitfld.long 0x00 5. " [5] ,OUT transfer current buffer - bit 5" "No,Yes" bitfld.long 0x00 4. " [4] ,OUT transfer current buffer - bit 4" "No,Yes" textline " " bitfld.long 0x00 3. " [3] ,OUT transfer current buffer - bit 3" "No,Yes" bitfld.long 0x00 2. " [2] ,OUT transfer current buffer - bit 2" "No,Yes" bitfld.long 0x00 1. " [1] ,OUT transfer current buffer - bit 1" "No,Yes" bitfld.long 0x00 0. " [0] ,OUT transfer current buffer - bit 0" "No,Yes" endif group.long 0x228++0x1B line.long 0x00 "USB_IN_OWNER,USB IN Endpoint Buffer Owner Register" bitfld.long 0x00 23. " BUF1_OWNER[7] ,Owner for IN buffer 1 for endpoint 7" "Software,Hardware" bitfld.long 0x00 22. " [6] ,Owner for IN buffer 1 for endpoint 6" "Software,Hardware" bitfld.long 0x00 21. " [5] ,Owner for IN buffer 1 for endpoint 5" "Software,Hardware" bitfld.long 0x00 20. " [4] ,Owner for IN buffer 1 for endpoint 4" "Software,Hardware" textline " " bitfld.long 0x00 19. " [3] ,Owner for IN buffer 1 for endpoint 3" "Software,Hardware" bitfld.long 0x00 18. " [2] ,Owner for IN buffer 1 for endpoint 2" "Software,Hardware" bitfld.long 0x00 17. " [1] ,Owner for IN buffer 1 for endpoint 1" "Software,Hardware" bitfld.long 0x00 16. " [0] ,Owner for IN buffer 1 for endpoint 0" "Software,Hardware" textline " " bitfld.long 0x00 7. " BUF0_OWNER[7] ,Owner for IN buffer 0 for endpoint 7" "Software,Hardware" bitfld.long 0x00 6. " [6] ,Owner for IN buffer 0 for endpoint 6" "Software,Hardware" bitfld.long 0x00 5. " [5] ,Owner for IN buffer 0 for endpoint 5" "Software,Hardware" bitfld.long 0x00 4. " [4] ,Owner for IN buffer 0 for endpoint 4" "Software,Hardware" textline " " bitfld.long 0x00 3. " [3] ,Owner for IN buffer 0 for endpoint 3" "Software,Hardware" bitfld.long 0x00 2. " [2] ,Owner for IN buffer 0 for endpoint 2" "Software,Hardware" bitfld.long 0x00 1. " [1] ,Owner for IN buffer 0 for endpoint 1" "Software,Hardware" bitfld.long 0x00 0. " [0] ,Owner for IN buffer 0 for endpoint 0" "Software,Hardware" line.long 0x04 "USB_OUT_OWNER,USB OUT Endpoint Buffer Owner Register" bitfld.long 0x04 23. " BUF1_OWNER[7] ,Owner for OUT buffer 1 for endpoint 7" "Software,Hardware" bitfld.long 0x04 22. " [6] ,Owner for OUT buffer 1 for endpoint 6" "Software,Hardware" bitfld.long 0x04 21. " [5] ,Owner for OUT buffer 1 for endpoint 5" "Software,Hardware" bitfld.long 0x04 20. " [4] ,Owner for OUT buffer 1 for endpoint 4" "Software,Hardware" textline " " bitfld.long 0x04 19. " [3] ,Owner for OUT buffer 1 for endpoint 3" "Software,Hardware" bitfld.long 0x04 18. " [2] ,Owner for OUT buffer 1 for endpoint 2" "Software,Hardware" bitfld.long 0x04 17. " [1] ,Owner for OUT buffer 1 for endpoint 1" "Software,Hardware" bitfld.long 0x04 16. " [0] ,Owner for OUT buffer 1 for endpoint 0" "Software,Hardware" textline " " bitfld.long 0x04 7. " BUF0_OWNER[7] ,Owner for OUT buffer 0 for endpoint 7" "Software,Hardware" bitfld.long 0x04 6. " [6] ,Owner for OUT buffer 0 for endpoint 6" "Software,Hardware" bitfld.long 0x04 5. " [5] ,Owner for OUT buffer 0 for endpoint 5" "Software,Hardware" bitfld.long 0x04 4. " [4] ,Owner for OUT buffer 0 for endpoint 4" "Software,Hardware" textline " " bitfld.long 0x04 3. " [3] ,Owner for OUT buffer 0 for endpoint 3" "Software,Hardware" bitfld.long 0x04 2. " [2] ,Owner for OUT buffer 0 for endpoint 2" "Software,Hardware" bitfld.long 0x04 1. " [1] ,Owner for OUT buffer 0 for endpoint 1" "Software,Hardware" bitfld.long 0x04 0. " [0] ,Owner for OUT buffer 0 for endpoint 0" "Software,Hardware" line.long 0x08 "USB_IN_INT,USB IN Endpoint Buffer Available Interrupt" eventfld.long 0x08 7. " INBAV[7] ,Endpoint 7 buffer available interrupt flag" "Not available,Available" eventfld.long 0x08 6. " [6] ,Endpoint 6 buffer available interrupt flag" "Not available,Available" eventfld.long 0x08 5. " [5] ,Endpoint 5 buffer available interrupt flag" "Not available,Available" eventfld.long 0x08 4. " [4] ,Endpoint 4 buffer available interrupt flag" "Not available,Available" textline " " eventfld.long 0x08 3. " [3] ,Endpoint 3 buffer available interrupt flag" "Not available,Available" eventfld.long 0x08 2. " [2] ,Endpoint 2 buffer available interrupt flag" "Not available,Available" eventfld.long 0x08 1. " [1] ,Endpoint 1 buffer available interrupt flag" "Not available,Available" eventfld.long 0x08 0. " [0] ,Endpoint 0 buffer available interrupt flag" "Not available,Available" line.long 0x0C "USB_OUT_INT,USB OUT Endpoint Data Available Interrupt" eventfld.long 0x0C 7. " OUTDAV[7] ,Endpoint 7 data available interrupt flag" "Not available,Available" eventfld.long 0x0C 6. " [6] ,Endpoint 6 data available interrupt flag" "Not available,Available" eventfld.long 0x0C 5. " [5] ,Endpoint 5 data available interrupt flag" "Not available,Available" eventfld.long 0x0C 4. " [4] ,Endpoint 4 data available interrupt flag" "Not available,Available" textline " " eventfld.long 0x0C 3. " [3] ,Endpoint 3 data available interrupt flag" "Not available,Available" eventfld.long 0x0C 2. " [2] ,Endpoint 2 data available interrupt flag" "Not available,Available" eventfld.long 0x0C 1. " [1] ,Endpoint 1 data available interrupt flag" "Not available,Available" eventfld.long 0x0C 0. " [0] ,Endpoint 0 data available interrupt flag" "Not available,Available" line.long 0x10 "USB_NAK_INT,USB IN Endpoint NAK Interrupt" eventfld.long 0x10 7. " NAK[7] ,Endpoint NAK7 interrupt flag" "No interrupt,Interrupt" eventfld.long 0x10 6. " [6] ,Endpoint NAK6 interrupt flag" "No interrupt,Interrupt" eventfld.long 0x10 5. " [5] ,Endpoint NAK5 interrupt flag" "No interrupt,Interrupt" eventfld.long 0x10 4. " [4] ,Endpoint NAK4 interrupt flag" "No interrupt,Interrupt" textline " " eventfld.long 0x10 3. " [3] ,Endpoint NAK3 interrupt flag" "No interrupt,Interrupt" eventfld.long 0x10 2. " [2] ,Endpoint NAK2 interrupt flag" "No interrupt,Interrupt" eventfld.long 0x10 1. " [1] ,Endpoint NAK1 interrupt flag" "No interrupt,Interrupt" eventfld.long 0x10 0. " [0] ,Endpoint NAK0 interrupt flag" "No interrupt,Interrupt" line.long 0x14 "USB_DMA_ERR_INT,USB DMA Error Interrupt" eventfld.long 0x14 7. " DMA_ERR[7] ,Endpoint 7 DMA error interrupt flag" "No error,Error" eventfld.long 0x14 6. " [6] ,Endpoint 6 DMA error interrupt flag" "No error,Error" eventfld.long 0x14 5. " [5] ,Endpoint 5 DMA error interrupt flag" "No error,Error" eventfld.long 0x14 4. " [4] ,Endpoint 4 DMA error interrupt flag" "No error,Error" textline " " eventfld.long 0x14 3. " [3] ,Endpoint 3 DMA error interrupt flag" "No error,Error" eventfld.long 0x14 2. " [2] ,Endpoint 2 DMA error interrupt flag" "No error,Error" eventfld.long 0x14 1. " [1] ,Endpoint 1 DMA error interrupt flag" "No error,Error" eventfld.long 0x14 0. " [0] ,Endpoint 0 DMA error interrupt flag" "No error,Error" line.long 0x18 "USB_BUF_OVR_INT,USB Buffer Overflow Interrupt" eventfld.long 0x18 7. " BUF_OVR[7] ,Endpoint 7 buffer overflow interrupt flag" "No overflow,Overflow" eventfld.long 0x18 6. " [6] ,Endpoint 6 buffer overflow interrupt flag" "No overflow,Overflow" eventfld.long 0x18 5. " [5] ,Endpoint 5 buffer overflow interrupt flag" "No overflow,Overflow" eventfld.long 0x18 4. " [4] ,Endpoint 4 buffer overflow interrupt flag" "No overflow,Overflow" textline " " eventfld.long 0x18 3. " [3] ,Endpoint 3 buffer overflow interrupt flag" "No overflow,Overflow" eventfld.long 0x18 2. " [2] ,Endpoint 2 buffer overflow interrupt flag" "No overflow,Overflow" eventfld.long 0x18 1. " [1] ,Endpoint 1 buffer overflow interrupt flag" "No overflow,Overflow" eventfld.long 0x18 0. " [0] ,Endpoint 0 buffer overflow interrupt flag" "No overflow,Overflow" rgroup.long 0x260++0x07 line.long 0x00 "USB_SETUP0,USB SETUP Packet Bytes 0 to 3" hexmask.long.byte 0x00 24.--31. 1. " BYTE3 ,SETUP packet byte 3" hexmask.long.byte 0x00 16.--23. 1. " BYTE2 ,SETUP packet byte 2" hexmask.long.byte 0x00 8.--15. 1. " BYTE1 ,SETUP packet byte 1" hexmask.long.byte 0x00 0.--7. 1. " BYTE0 ,SETUP packet byte 0" line.long 0x04 "USB_SETUP1,USB SETUP Packet Bytes 4 to 7" hexmask.long.byte 0x04 24.--31. 1. " BYTE7 ,SETUP packet byte 7" hexmask.long.byte 0x04 16.--23. 1. " BYTE6 ,SETUP packet byte 6" hexmask.long.byte 0x04 8.--15. 1. " BYTE5 ,SETUP packet byte 5" hexmask.long.byte 0x04 0.--7. 1. " BYTE4 ,SETUP packet byte 4" group.long 0x280++0x03 line.long 0x00 "USB_EP,USB Endpoint 0 Control Register" bitfld.long 0x00 10. " EP_ST_ACK ,Endpoint acknowledge status stage of control transfer" "Not acknowledged,Acknowledged" bitfld.long 0x00 9. " EP_ST_STALL ,Endpoint stall status stage of control transfer" "Not stalled,Stalled" bitfld.long 0x00 8. " EP_STALL ,Endpoint stall" "Not stalled,Stalled" bitfld.long 0x00 6. " EP_DT ,Endpoint data toggle clear" "Not cleared,Cleared" textline " " bitfld.long 0x00 5. " EP_NAK_EN ,Endpoint NAK interrupt enable" "Disabled,Enabled" bitfld.long 0x00 4. " EP_INT_EN ,Endpoint transfer complete interrupt enable" "Disabled,Enabled" bitfld.long 0x00 3. " EP_BUF2 ,Endpoint double buffered enable" "Single,Double" rbitfld.long 0x00 0.--1. " EP_DIR ,Endpoint direction" ",,,Control" sif (cpuis("MAX3260*")) group.long 0x280++0x03 line.long 0x00 "USB_EP,USB Endpoint 0 Control Register" bitfld.long 0x00 10. " EP_ST_ACK ,Endpoint acknowledge status stage of control transfer" "Not acknowledged,Acknowledged" bitfld.long 0x00 9. " EP_ST_STALL ,Endpoint stall status stage of control transfer" "Not stalled,Stalled" bitfld.long 0x00 8. " EP_STALL ,Endpoint stall" "Not stalled,Stalled" bitfld.long 0x00 6. " EP_DT ,Endpoint data toggle clear" "Not cleared,Cleared" textline " " bitfld.long 0x00 5. " EP_NAK_EN ,Endpoint NAK interrupt enable" "Disabled,Enabled" bitfld.long 0x00 4. " EP_INT_EN ,Endpoint transfer complete interrupt enable" "Disabled,Enabled" bitfld.long 0x00 3. " EP_BUF2 ,Endpoint double buffered enable" "Single,Double" bitfld.long 0x00 0.--1. " EP_DIR ,Endpoint direction" "Disabled,OUT,IN," group.long 0x280++0x03 line.long 0x00 "USB_EP,USB Endpoint 0 Control Register" bitfld.long 0x00 10. " EP_ST_ACK ,Endpoint acknowledge status stage of control transfer" "Not acknowledged,Acknowledged" bitfld.long 0x00 9. " EP_ST_STALL ,Endpoint stall status stage of control transfer" "Not stalled,Stalled" bitfld.long 0x00 8. " EP_STALL ,Endpoint stall" "Not stalled,Stalled" bitfld.long 0x00 6. " EP_DT ,Endpoint data toggle clear" "Not cleared,Cleared" textline " " bitfld.long 0x00 5. " EP_NAK_EN ,Endpoint NAK interrupt enable" "Disabled,Enabled" bitfld.long 0x00 4. " EP_INT_EN ,Endpoint transfer complete interrupt enable" "Disabled,Enabled" bitfld.long 0x00 3. " EP_BUF2 ,Endpoint double buffered enable" "Single,Double" bitfld.long 0x00 0.--1. " EP_DIR ,Endpoint direction" "Disabled,OUT,IN," group.long 0x280++0x03 line.long 0x00 "USB_EP,USB Endpoint 0 Control Register" bitfld.long 0x00 10. " EP_ST_ACK ,Endpoint acknowledge status stage of control transfer" "Not acknowledged,Acknowledged" bitfld.long 0x00 9. " EP_ST_STALL ,Endpoint stall status stage of control transfer" "Not stalled,Stalled" bitfld.long 0x00 8. " EP_STALL ,Endpoint stall" "Not stalled,Stalled" bitfld.long 0x00 6. " EP_DT ,Endpoint data toggle clear" "Not cleared,Cleared" textline " " bitfld.long 0x00 5. " EP_NAK_EN ,Endpoint NAK interrupt enable" "Disabled,Enabled" bitfld.long 0x00 4. " EP_INT_EN ,Endpoint transfer complete interrupt enable" "Disabled,Enabled" bitfld.long 0x00 3. " EP_BUF2 ,Endpoint double buffered enable" "Single,Double" bitfld.long 0x00 0.--1. " EP_DIR ,Endpoint direction" "Disabled,OUT,IN," group.long 0x280++0x03 line.long 0x00 "USB_EP,USB Endpoint 0 Control Register" bitfld.long 0x00 10. " EP_ST_ACK ,Endpoint acknowledge status stage of control transfer" "Not acknowledged,Acknowledged" bitfld.long 0x00 9. " EP_ST_STALL ,Endpoint stall status stage of control transfer" "Not stalled,Stalled" bitfld.long 0x00 8. " EP_STALL ,Endpoint stall" "Not stalled,Stalled" bitfld.long 0x00 6. " EP_DT ,Endpoint data toggle clear" "Not cleared,Cleared" textline " " bitfld.long 0x00 5. " EP_NAK_EN ,Endpoint NAK interrupt enable" "Disabled,Enabled" bitfld.long 0x00 4. " EP_INT_EN ,Endpoint transfer complete interrupt enable" "Disabled,Enabled" bitfld.long 0x00 3. " EP_BUF2 ,Endpoint double buffered enable" "Single,Double" bitfld.long 0x00 0.--1. " EP_DIR ,Endpoint direction" "Disabled,OUT,IN," group.long 0x280++0x03 line.long 0x00 "USB_EP,USB Endpoint 0 Control Register" bitfld.long 0x00 10. " EP_ST_ACK ,Endpoint acknowledge status stage of control transfer" "Not acknowledged,Acknowledged" bitfld.long 0x00 9. " EP_ST_STALL ,Endpoint stall status stage of control transfer" "Not stalled,Stalled" bitfld.long 0x00 8. " EP_STALL ,Endpoint stall" "Not stalled,Stalled" bitfld.long 0x00 6. " EP_DT ,Endpoint data toggle clear" "Not cleared,Cleared" textline " " bitfld.long 0x00 5. " EP_NAK_EN ,Endpoint NAK interrupt enable" "Disabled,Enabled" bitfld.long 0x00 4. " EP_INT_EN ,Endpoint transfer complete interrupt enable" "Disabled,Enabled" bitfld.long 0x00 3. " EP_BUF2 ,Endpoint double buffered enable" "Single,Double" bitfld.long 0x00 0.--1. " EP_DIR ,Endpoint direction" "Disabled,OUT,IN," group.long 0x280++0x03 line.long 0x00 "USB_EP,USB Endpoint 0 Control Register" bitfld.long 0x00 10. " EP_ST_ACK ,Endpoint acknowledge status stage of control transfer" "Not acknowledged,Acknowledged" bitfld.long 0x00 9. " EP_ST_STALL ,Endpoint stall status stage of control transfer" "Not stalled,Stalled" bitfld.long 0x00 8. " EP_STALL ,Endpoint stall" "Not stalled,Stalled" bitfld.long 0x00 6. " EP_DT ,Endpoint data toggle clear" "Not cleared,Cleared" textline " " bitfld.long 0x00 5. " EP_NAK_EN ,Endpoint NAK interrupt enable" "Disabled,Enabled" bitfld.long 0x00 4. " EP_INT_EN ,Endpoint transfer complete interrupt enable" "Disabled,Enabled" bitfld.long 0x00 3. " EP_BUF2 ,Endpoint double buffered enable" "Single,Double" bitfld.long 0x00 0.--1. " EP_DIR ,Endpoint direction" "Disabled,OUT,IN," group.long 0x280++0x03 line.long 0x00 "USB_EP,USB Endpoint 0 Control Register" bitfld.long 0x00 10. " EP_ST_ACK ,Endpoint acknowledge status stage of control transfer" "Not acknowledged,Acknowledged" bitfld.long 0x00 9. " EP_ST_STALL ,Endpoint stall status stage of control transfer" "Not stalled,Stalled" bitfld.long 0x00 8. " EP_STALL ,Endpoint stall" "Not stalled,Stalled" bitfld.long 0x00 6. " EP_DT ,Endpoint data toggle clear" "Not cleared,Cleared" textline " " bitfld.long 0x00 5. " EP_NAK_EN ,Endpoint NAK interrupt enable" "Disabled,Enabled" bitfld.long 0x00 4. " EP_INT_EN ,Endpoint transfer complete interrupt enable" "Disabled,Enabled" bitfld.long 0x00 3. " EP_BUF2 ,Endpoint double buffered enable" "Single,Double" bitfld.long 0x00 0.--1. " EP_DIR ,Endpoint direction" "Disabled,OUT,IN," endif width 0x0B tree.end tree "AFE (Analog Front End)" base ad:0x40054000 width 11. group.long 0x1C++0x07 line.long 0x00 "AFE_INTR,Analog Front End Interrupt Flags And Enable/disable" bitfld.long 0x00 31. " LP_COMP_D_EN ,Low-Power comparator D interrupt enable" "Disabled,Enabled" bitfld.long 0x00 30. " LP_COMP_C_EN ,Low-Power comparator C interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 29. " LP_COMP_B_EN ,Low-Power comparator B interrupt enable" "Disabled,Enabled" bitfld.long 0x00 28. " LP_COMP_A_EN ,Low-Power comparator A interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 27. " OP_COMP_D_EN ,Op amp comparator D interrupt enable" "Disabled,Enabled" bitfld.long 0x00 26. " OP_COMP_C_EN ,Op amp comparator C interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25. " OP_COMP_B_EN ,Op amp comparator B interrupt enable" "Disabled,Enabled" bitfld.long 0x00 24. " OP_COMP_A_EN ,Op amp comparator A interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 23. " LP_COMP_D_POL ,Low-Power comparator D polarity select" "Rising,Falling" bitfld.long 0x00 22. " LP_COMP_C_POL ,Low-Power comparator C polarity select" "Rising,Falling" textline " " bitfld.long 0x00 21. " LP_COMP_B_POL ,Low-Power comparator B polarity select" "Rising,Falling" bitfld.long 0x00 20. " LP_COMP_A_POL ,Low-Power comparator A polarity select" "Rising,Falling" textline " " bitfld.long 0x00 19. " OP_COMP_D_POL ,Op amp comparator D polarity select" "Rising,Falling" bitfld.long 0x00 18. " OP_COMP_C_POL ,Op amp comparator C polarity select" "Rising,Falling" textline " " bitfld.long 0x00 17. " OP_COMP_B_POL ,Op amp comparator B polarity select" "Rising,Falling" bitfld.long 0x00 16. " OP_COMP_A_POL ,Op amp comparator A polarity select" "Rising,Falling" textline " " eventfld.long 0x00 15. " LP_COMP_D_NMA ,Low-Power comparator D Non-Maskable event flag" "No interrupt,Interrupt" eventfld.long 0x00 14. " LP_COMP_C_NMA ,Low-Power comparator C Non-Maskable event flag" "No interrupt,Interrupt" textline " " eventfld.long 0x00 13. " LP_COMP_B_NMA ,Low-Power comparator B Non-Maskable event flag" "No interrupt,Interrupt" eventfld.long 0x00 12. " LP_COMP_A_NMA ,Low-Power comparator A Non-Maskable event flag" "No interrupt,Interrupt" textline " " eventfld.long 0x00 11. " OP_COMP_D_NMA ,Op amp comparator D Non-Maskable event flag" "No interrupt,Interrupt" eventfld.long 0x00 10. " OP_COMP_C_NMA ,Op amp comparator C Non-Maskable event flag" "No interrupt,Interrupt" textline " " eventfld.long 0x00 9. " OP_COMP_B_NMA ,Op amp comparator B Non-Maskable event flag" "No interrupt,Interrupt" eventfld.long 0x00 8. " OP_COMP_A_NMA ,Op amp comparator A Non-Maskable event flag" "No interrupt,Interrupt" textline " " eventfld.long 0x00 7. " LP_COMP_D_INT ,Low-Power comparator D event interrupt flag" "No interrupt,Interrupt" eventfld.long 0x00 6. " LP_COMP_C_INT ,Low-Power comparator C event interrupt flag" "No interrupt,Interrupt" textline " " eventfld.long 0x00 5. " LP_COMP_B_INT ,Low-Power comparator B event interrupt flag" "No interrupt,Interrupt" eventfld.long 0x00 4. " LP_COMP_A_INT ,Low-Power comparator A event interrupt flag" "No interrupt,Interrupt" textline " " eventfld.long 0x00 3. " OP_COMP_D_INT ,Op amp D comparator event interrupt flag" "No interrupt,Interrupt" eventfld.long 0x00 2. " OP_COMP_C_INT ,Op amp C comparator event interrupt flag" "No interrupt,Interrupt" textline " " eventfld.long 0x00 1. " OP_COMP_B_INT ,Op amp B comparator event interrupt flag" "No interrupt,Interrupt" eventfld.long 0x00 0. " OP_COMP_A_INT ,Op amp A comparator event interrupt flag" "No interrupt,Interrupt" line.long 0x04 "AFE_CTRL0,Analog Front End Control 0" bitfld.long 0x04 30.--31. " BIAS_MODE_COMP_D ,Low-Power comparator D bias mode" "0.52ua/4.0us,1.4ua/1.7us,2.8ua/1.1us,5.1ua/0.7us" bitfld.long 0x04 28.--29. " BIAS_MODE_COMP_C ,Low-Power comparator C bias mode" "0.52ua/4.0us,1.4ua/1.7us,2.8ua/1.1us,5.1ua/0.7us" textline " " bitfld.long 0x04 26.--27. " BIAS_MODE_COMP_B ,Low-Power comparator B bias mode" "0.52ua/4.0us,1.4ua/1.7us,2.8ua/1.1us,5.1ua/0.7us" bitfld.long 0x04 24.--25. " BIAS_MODE_COMP_A ,Low-Power comparator A bias mode" "0.52ua/4.0us,1.4ua/1.7us,2.8ua/1.1us,5.1ua/0.7us" textline " " bitfld.long 0x04 22.--23. " IN_MODE_COMP_D ,Low-Power comparator D input mode" "N/p-channels,N-channel,P-channel,?..." bitfld.long 0x04 20.--21. " IN_MODE_COMP_C ,Low-Power comparator C input mode" "N/p-channels,N-channel,P-channel,?..." textline " " bitfld.long 0x04 18.--19. " IN_MODE_COMP_B ,Low-Power comparator B input mode" "N/p-channels,N-channel,P-channel,?..." bitfld.long 0x04 16.--17. " IN_MODE_COMP_A ,Low-Power comparator A input mode" "N/p-channels,N-channel,P-channel,?..." textline " " bitfld.long 0x04 14.--15. " EN_WUD_COMP_D ,Set wakeup detect for Low-Power comparator D" "No effect,Falling,Rising,?..." bitfld.long 0x04 12.--13. " EN_WUD_COMP_C ,Set wakeup detect for Low-Power comparator C" "No effect,Falling,Rising,?..." textline " " bitfld.long 0x04 10.--11. " EN_WUD_COMP_B ,Set wakeup detect for Low-Power comparator B" "No effect,Falling,Rising,?..." bitfld.long 0x04 8.--9. " EN_WUD_COMP_A ,Set wakeup detect for Low-Power comparator A" "No effect,Falling,Rising,?..." textline " " bitfld.long 0x04 7. " CLEAR_WUD_COMP_D ,Clear wakeup detect for Low-Power comparator D" "No effect,Clear" bitfld.long 0x04 6. " CLEAR_WUD_COMP_C ,Clear wakeup detect for Low-Power comparator C" "No effect,Clear" textline " " bitfld.long 0x04 5. " CLEAR_WUD_COMP_B ,Clear wakeup detect for Low-Power comparator B" "No effect,Clear" bitfld.long 0x04 4. " CLEAR_WUD_COMP_A ,Clear wakeup detect for Low-Power comparator A" "No effect,Clear" textline " " bitfld.long 0x04 2.--3. " LED_CFG_PORT1 ,LED port 1 drive configuration" "OUTC,OUTD,Disabled,Disabled" bitfld.long 0x04 0.--1. " LED_CFG_PORT0 ,LED port 0 drive configuration" "OUTC,OUTD,Disabled,Disabled" if (((per.l(ad:0x40054000+0x08))&0x20)==0x00) group.long 0x24++0x03 line.long 0x00 "AFE_CTRL1,Analog Front End Control 1" bitfld.long 0x00 31. " NOISE_FILTER_DISABLE ,DAC0 and DAC1 (12bit) noise filter disable" "No,Yes" bitfld.long 0x00 30. " TMON_EXT_SEL ,Temperature sense current source routing select" "Internal,External" textline " " bitfld.long 0x00 25.--29. " V1EXTADJ ,Adjustable trim for external voltage reference" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31" bitfld.long 0x00 15. " REFDAC_CP ,DAC reference compensation enable" "Disabled,Enabled" textline " " bitfld.long 0x00 14. " REFADC_CP ,ADC reference compensation enable" "Disabled,Enabled" bitfld.long 0x00 13. " REF_PU ,Reference block powerup" "Powered down,Powered up" textline " " bitfld.long 0x00 12. " REFDAC_OUTEN ,DAC reference powerup" "Powered down,Powered up" bitfld.long 0x00 11. " REFADC_OUTEN ,Internal ADC reference output enable" "Powered down,Powered up" textline " " bitfld.long 0x00 10. " DACSEL ,DAC reference select" "REFADC,REFDAC" bitfld.long 0x00 8.--9. " DACREFSEL ,DAC reference voltage select" "1.024V,1.5V,2.048V,2.5V" textline " " bitfld.long 0x00 6.--7. " ADCREFSEL ,ADC reference voltage select" "1.024V,1.5V,2.048V,2.5V" bitfld.long 0x00 5. " BGEXTSEL ,ADC/DAC reference select" "Internal,External" textline " " bitfld.long 0x00 4. " REFDAC_FAST_PWRDN_EN ,DAC reference fast powerdown enable" "Disabled,Enabled" bitfld.long 0x00 3. " REFADC_FAST_PWRDN_EN ,ADC reference fast powerdown enable" "Disabled,Enabled" textline " " bitfld.long 0x00 1.--2. " TMON_CURRENT_VAL ,Temperature sense current source value" "4ua,60ua,64ua,120ua" bitfld.long 0x00 0. " TMON_CURRENT_EN ,Temperature sense current source enable" "Disabled,Enabled" else group.long 0x24++0x03 line.long 0x00 "AFE_CTRL1,Analog Front End Control 1" bitfld.long 0x00 31. " NOISE_FILTER_DISABLE ,DAC0 and DAC1 (12bit) noise filter disable" "No,Yes" bitfld.long 0x00 30. " TMON_EXT_SEL ,Temperature sense current source routing select" "Internal,External" textline " " bitfld.long 0x00 25.--29. " V1EXTADJ ,Adjustable trim for external voltage reference" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31" bitfld.long 0x00 15. " REFDAC_CP ,DAC reference compensation enable" "Disabled,Enabled" textline " " bitfld.long 0x00 14. " REFADC_CP ,ADC reference compensation enable" "Disabled,Enabled" bitfld.long 0x00 13. " REF_PU ,Reference block powerup" "Powered down,Powered up" textline " " bitfld.long 0x00 12. " REFDAC_OUTEN ,DAC reference powerup" "Powered down,Powered up" bitfld.long 0x00 11. " REFADC_OUTEN ,Internal ADC reference output enable" "Powered down,Powered up" textline " " bitfld.long 0x00 10. " DACSEL ,DAC reference select" "REFADC,REFDAC" bitfld.long 0x00 8.--9. " DACREFSEL ,DAC reference voltage select" "1.0 x V1024,1.4648 x V1024,2.0 x V1024,2.4414 x V1024" textline " " bitfld.long 0x00 6.--7. " ADCREFSEL ,ADC reference voltage select" "1.0 x V1024,1.4648 x V1024,2.0 x V1024,2.4414 x V1024" bitfld.long 0x00 5. " BGEXTSEL ,ADC/DAC reference select" "Internal,External" textline " " bitfld.long 0x00 4. " REFDAC_FAST_PWRDN_EN ,DAC reference fast powerdown enable" "Disabled,Enabled" bitfld.long 0x00 3. " REFADC_FAST_PWRDN_EN ,ADC reference fast powerdown enable" "Disabled,Enabled" textline " " bitfld.long 0x00 1.--2. " TMON_CURRENT_VAL ,Temperature sense current source value" "4ua,60ua,64ua,120ua" bitfld.long 0x00 0. " TMON_CURRENT_EN ,Temperature sense current source enable" "Disabled,Enabled" endif group.long 0x28++0x0F line.long 0x00 "AFE_CTRL2,Analog Front End Control 2" bitfld.long 0x00 27. " DAC1_SEL ,Internal input stage select for dac1" "Dac1p,Dac1n" bitfld.long 0x00 26. " DAC0_SEL ,Internal input stage select for dac0" "Dac0p,Dac0n" textline " " bitfld.long 0x00 23.--25. " SNO_OR_SEL ,Selects source for sno_or signal" "0,1,2,3,4,5,6,7" bitfld.long 0x00 20.--22. " SCM_OR_SEL ,Selects source for scm_or signal" "High impedance,SCM0,SCM1,SCM2,SCM3,High impedance,High impedance,High impedance" textline " " bitfld.long 0x00 19. " DACOUT_EN3 ,Connects dac_or3 output to SNO1 pin" "Not connected,Connected" bitfld.long 0x00 18. " DACOUT_EN2 ,Connects dac_or2 output to SCM1 pin" "Not connected,Connected" textline " " bitfld.long 0x00 17. " DACOUT_EN1 ,Connects dac_or3 output to SNO0 pin" "Not connected,Connected" bitfld.long 0x00 16. " DACOUT_EN0 ,Connects dac_or3 output to SCM0 pin" "Not connected,Connected" textline " " bitfld.long 0x00 15. " POWERU_COMP_D ,Low-Power comparator D powerup/enable" "Disabled,Enabled" bitfld.long 0x00 14. " POWERU_COMP_C ,Low-Power comparator C powerup/enable" "Disabled,Enabled" textline " " bitfld.long 0x00 13. " POWERU_COMP_B ,Low-Power comparator B powerup/enable" "Disabled,Enabled" bitfld.long 0x00 12. " POWERU_COMP_A ,Low-Power comparator A powerup/enable" "Disabled,Enabled" textline " " bitfld.long 0x00 11. " HY_POL_COMP_D ,Low-Power comparator D hysteresis polarity select" "Vp > vn+vhys,Vp < Vn-Vhys" bitfld.long 0x00 10. " HY_POL_COMP_C ,Low-Power comparator C hysteresis polarity select" "Vp > vn+vhys,Vp < Vn-Vhys" textline " " bitfld.long 0x00 9. " HY_POL_COMP_B ,Low-Power comparator B hysteresis polarity select" "Vp > vn+vhys,Vp < Vn-Vhys" bitfld.long 0x00 8. " HY_POL_COMP_A ,Low-Power comparator A hysteresis polarity select" "Vp > vn+vhys,Vp < Vn-Vhys" textline " " bitfld.long 0x00 6.--7. " HYST_COMP_D ,Low-Power comparator D hysteresis magnitude select" "0mv,7.5mv,15mv,30mv" bitfld.long 0x00 4.--5. " HYST_COMP_C ,Low-Power comparator C hysteresis magnitude select" "0mv,7.5mv,15mv,30mv" textline " " bitfld.long 0x00 2.--3. " HYST_COMP_B ,Low-Power comparator B hysteresis magnitude select" "0mv,7.5mv,15mv,30mv" bitfld.long 0x00 0.--1. " HYST_COMP_A ,Low-Power comparator A hysteresis magnitude select" "0mv,7.5mv,15mv,30mv" line.long 0x04 "AFE_CTRL3,Analog Front End Control 3" bitfld.long 0x04 31. " EN_NCH_OPAMP_D ,Op amp D N-Channel input stage enable" "Disabled,Enabled" bitfld.long 0x04 30. " EN_NCH_OPAMP_C ,Op amp C N-Channel input stage enable" "Disabled,Enabled" textline " " bitfld.long 0x04 29. " EN_NCH_OPAMP_B ,Op amp B N-Channel input stage enable" "Disabled,Enabled" bitfld.long 0x04 28. " EN_NCH_OPAMP_A ,Op amp A N-Channel input stage enable" "Disabled,Enabled" textline " " bitfld.long 0x04 27. " EN_PCH_OPAMP_D ,Op amp D P-Channel input stage enable" "Disabled,Enabled" bitfld.long 0x04 26. " EN_PCH_OPAMP_C ,Op amp C P-Channel input stage enable" "Disabled,Enabled" textline " " bitfld.long 0x04 25. " EN_PCH_OPAMP_B ,Op amp B P-Channel input stage enable" "Disabled,Enabled" bitfld.long 0x04 24. " EN_PCH_OPAMP_A ,Op amp A P-Channel input stage enable" "Disabled,Enabled" textline " " bitfld.long 0x04 23. " CLOSE_SPST3 ,Switch close for SPST3" "Open,Closed" bitfld.long 0x04 22. " CLOSE_SPST3 ,Switch close for SPST2" "Open,Closed" textline " " bitfld.long 0x04 21. " CLOSE_SPST3 ,Switch close for SPST1" "Open,Closed" bitfld.long 0x04 20. " CLOSE_SPST3 ,Switch close for SPST0" "Open,Closed" textline " " bitfld.long 0x04 19. " GND_SEL_OPAMP_D ,Op amp D positive input ground select" "Disabled,Enabled" bitfld.long 0x04 18. " GND_SEL_OPAMP_C ,Op amp C positive input ground select" "Disabled,Enabled" textline " " bitfld.long 0x04 17. " GND_SEL_OPAMP_B ,Op amp B positive input ground select" "Disabled,Enabled" bitfld.long 0x04 16. " GND_SEL_OPAMP_A ,Op amp A positive input ground select" "Disabled,Enabled" textline " " bitfld.long 0x04 15. " PU_OPAMP_D ,Op amp D power up" "Powered down,Powered up" bitfld.long 0x04 14. " PU_OPAMP_C ,Op amp C power up" "Powered down,Powered up" textline " " bitfld.long 0x04 13. " PU_OPAMP_B ,Op amp B power up" "Powered down,Powered up" bitfld.long 0x04 12. " PU_OPAMP_A ,Op amp A power up" "Powered down,Powered up" line.long 0x08 "AFE_CTRL4,Analog Front End Control 4" bitfld.long 0x08 30.--31. " NPAD_SEL_D ,Pad internal connect to IND-" "Hi-z,LED1,Dac_or3,Dac_or3/led1" bitfld.long 0x08 28.--29. " NPAD_SEL_C ,Pad internal connect to INC-" "Hi-z,LED1,Dac_or2,Dac_or2/led1" textline " " bitfld.long 0x08 26.--27. " NPAD_SEL_B ,Pad internal connect to INB-" "Hi-z,LED0,Dac_or1,Dac_or1/led0" bitfld.long 0x08 24.--25. " NPAD_SEL_A ,Pad internal connect to INA-" "Hi-z,LED0,Dac_or1,Dac_or1/led0" textline " " bitfld.long 0x08 22.--23. " DAC_SEL_D ,DAC output mux select to dac_or3 stage" "DAC0,DAC1,Dac2p1,Dac3p1" bitfld.long 0x08 20.--21. " DAC_SEL_C ,DAC output mux select to dac_or2 stage" "DAC0,DAC1,Dac2p1,Dac3p1" textline " " bitfld.long 0x08 18.--19. " DAC_SEL_B ,DAC output mux select to dac_or1 stage" "DAC0,DAC1,Dac2p1,Dac3p1" bitfld.long 0x08 16.--17. " DAC_SEL_A ,DAC output mux select to dac_or0 stage" "DAC0,DAC1,Dac2p1,Dac3p1" textline " " bitfld.long 0x08 14.--15. " N_IN_SEL_OPAMP_D ,Op amp D negative input select" "IND-,OUTD,Scm/hi-z,Scm/hi-z/ind-" bitfld.long 0x08 12.--13. " N_IN_SEL_OPAMP_C ,Op amp C negative input select" "INC-,OUTC,Scm/hi-z,Scm/hi-z/inc-" textline " " bitfld.long 0x08 10.--11. " N_IN_SEL_OPAMP_B ,Op amp B negative input select" "INB-,OUTB,Scm/hi-z,Scm/hi-z/inb-" bitfld.long 0x08 8.--9. " N_IN_SEL_OPAMP_A ,Op amp A negative input select" "INA-,OUTA,Scm/hi-z,Scm/hi-z/ina-" textline " " bitfld.long 0x08 6.--7. " P_IN_SEL_OPAMP_D ,Op amp D positive input select" "IND+,DAC,Sno/hi-z,IND+/DAC" bitfld.long 0x08 4.--5. " P_IN_SEL_OPAMP_C ,Op amp C positive input select" "INC+,DAC,Sno/hi-z,INC+/DAC" textline " " bitfld.long 0x08 2.--3. " P_IN_SEL_OPAMP_B ,Op amp B positive input select" "INB+,DAC,Sno/hi-z,INB+/DAC" bitfld.long 0x08 0.--1. " P_IN_SEL_OPAMP_A ,Op amp A positive input select" "INA+,DAC,Sno/hi-z,INA+/DAC" line.long 0x0C "AFE_CTRL5,Analog Front End Control 5" bitfld.long 0x0C 27. " OP_CMP_D ,Mode select for op amp D" "Op amp,Comparator" bitfld.long 0x0C 26. " OP_CMP_C ,Mode select for op amp C" "Op amp,Comparator" textline " " bitfld.long 0x0C 25. " OP_CMP_B ,Mode select for op amp B" "Op amp,Comparator" bitfld.long 0x0C 24. " OP_CMP_A ,Mode select for op amp A" "Op amp,Comparator" textline " " bitfld.long 0x0C 21.--23. " NEG_IN_SEL_COMP_D ,Low-Power comparator D negative input select" "IND-,SNO,DAC0,DAC2,LED1,DAC0/IND-,DAC2/IND-,DAC2/SNO3" bitfld.long 0x0C 18.--20. " NEG_IN_SEL_COMP_C ,Low-Power comparator C negative input select" "INC-,SNO,DAC0,DAC2,LED1,DAC0/INC-,DAC2/INC-,DAC2/SNO2" textline " " bitfld.long 0x0C 15.--17. " NEG_IN_SEL_COMP_B ,Low-Power comparator B negative input select" "INB-,SNO,DAC0,DAC2,LED0,DAC0/INB-,DAC2/INB-,DAC2/SNO1" bitfld.long 0x0C 12.--14. " NEG_IN_SEL_COMP_A ,Low-Power comparator A negative input select" "INA-,SNO,DAC0,DAC2,LED0,DAC0/INA-,DAC2/INA-,DAC2/SNO0" textline " " bitfld.long 0x0C 9.--11. " POS_IN_SEL_COMP_D ,Low-Power comparator D positive input select" "IND+,SCM,DAC1,DAC3,LED1,DAC1/IND+,DAC3/IND+,DAC1/SCM3" bitfld.long 0x0C 6.--8. " POS_IN_SEL_COMP_B ,Low-Power comparator C positive input select" "INC+,SCM,DAC1,DAC3,LED1,DAC1/INC+,DAC3/INC+,DAC1/SCM2" textline " " bitfld.long 0x0C 3.--5. " POS_IN_SEL_COMP_C ,Low-Power comparator B positive input select" "INB+,SCM,DAC1,DAC3,LED0,DAC1/INB+,DAC3/INB+,DAC1/SCM1" bitfld.long 0x0C 0.--2. " POS_IN_SEL_COMP_A ,Low-Power comparator A positive input select" "INA+,SCM,DAC1,DAC3,LED0,DAC1/INA+,DAC3/INA+,DAC1/SCM0" width 0x0B tree.end tree "ADC (Analog to Digital Converter)" base ad:0x40054000 width 17. if (((per.l(ad:0x40054000))&0x80)==0x80) group.long 0x00++0x03 line.long 0x00 "ADC_CTRL0,ADC Control Register 0" bitfld.long 0x00 28.--31. " MODE ,ADC operating mode" "Collect,Collect/delay,Collect until disabled,Collect until disabled/delay,Manual,Manual,Manual,Manual,Channel scan,Channel scan/delay,Channel scan until disabled,Channel scan until disabled/delay,?..." textline " " bitfld.long 0x00 24.--26. " ADC_CLK_MODE ,ADC clock mode" "/1,/2,/3,/4,/6,/8,/12,?..." bitfld.long 0x00 22. " CPU_DAC_STRT ,CPU DAC sequence start" "No effect,Start" bitfld.long 0x00 20.--21. " AVG_MODE ,ADC decimation filter mode" "Bypass,Output,?..." textline " " bitfld.long 0x00 19. " ADC_FIFO_EMPTY ,ADC FIFO empty flag" "Not empty,Empty" bitfld.long 0x00 18. " ADC_FIFO_FULL ,ADC FIFO almost full warning" "Not full,Almost full" bitfld.long 0x00 15. " ADC_EN ,CPU ADC enable" "Disabled,Enabled" textline " " bitfld.long 0x00 14. " CPU_ADC_STRT ,CPU start for ADC data collection" "No effect,Start" bitfld.long 0x00 13. " CPU_ADC_RST ,CPU ADC reset" "No reset,Reset" bitfld.long 0x00 12. " ADC_CLK_EN ,ADC interface clock enable" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " BI_POL ,ADC unipolar/bipolar mode select" "Unipolar,Bipolar" bitfld.long 0x00 6. " RANGE ,ADC range control" "-Vref/2 to +vref/2,-Vref to +vref" bitfld.long 0x00 5. " ADC_STRT_MODE ,ADC start mode control" "CPU_ADC_START bit,Pulsetrain[15] output" textline " " bitfld.long 0x00 0.--3. " ADC_WAKE_CNT ,ADC wake count" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" else group.long 0x00++0x03 line.long 0x00 "ADC_CTRL0,ADC Control Register 0" bitfld.long 0x00 28.--31. " MODE ,ADC operating mode" "Collect,Collect/delay,Collect until disabled,Collect until disabled/delay,Manual,Manual,Manual,Manual,Channel scan,Channel scan/delay,Channel scan until disabled,Channel scan until disabled/delay,?..." textline " " bitfld.long 0x00 24.--26. " ADC_CLK_MODE ,ADC clock mode" "/1,/2,/3,/4,/6,/8,/12,?..." bitfld.long 0x00 22. " CPU_DAC_STRT ,CPU DAC sequence start" "No effect,Start" bitfld.long 0x00 20.--21. " AVG_MODE ,ADC decimation filter mode" "Bypass,Output,?..." textline " " bitfld.long 0x00 19. " ADC_FIFO_EMPTY ,ADC FIFO empty flag" "Not empty,Empty" bitfld.long 0x00 18. " ADC_FIFO_FULL ,ADC FIFO almost full warning" "Not full,Almost full" bitfld.long 0x00 15. " ADC_EN ,CPU ADC enable" "Disabled,Enabled" textline " " bitfld.long 0x00 14. " CPU_ADC_STRT ,CPU start for ADC data collection" "No effect,Start" bitfld.long 0x00 13. " CPU_ADC_RST ,CPU ADC reset" "No reset,Reset" bitfld.long 0x00 12. " ADC_CLK_EN ,ADC interface clock enable" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " BI_POL ,ADC unipolar/bipolar mode select" "Unipolar,Bipolar" bitfld.long 0x00 5. " ADC_STRT_MODE ,ADC start mode control" "CPU_ADC_START bit,Pulsetrain[15] output" bitfld.long 0x00 0.--3. " ADC_WAKE_CNT ,ADC wake count" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif if (((per.l(ad:0x40054000))&0x4000)==0x0000) group.long 0x04++0x03 line.long 0x00 "ADC_PGA_CTRL,PGA Control Register" sif (cpuis("MAX32601K*")) bitfld.long 0x00 24.--29. " MUX_CH_SEL ,ADC input mux select [vp/vn]" "AIN0/VSSADC,AIN1/VSSADC,AIN2/VSSADC,AIN3/VSSADC,AIN4/VSSADC,AIN5/VSSADC,,,AIN8/VSSADC,AIN9/VSSADC,AIN10/VSSADC,AIN11/VSSADC,AIN12/VSSADC,AIN13/VSSADC,,,VSSADC/VSSADC,TMON/VSSADC,VDDA/4/VSSADC,PWRMON_TST/VSSADC,Ain0div/vssadc,,,,,,,,,,,,MUXA/VSSADC,OUTA/VSSADC,MUXB/VSSADC,OUTB/VSSADC,MUXC/VSSADC,OUTC/VSSADC,MUXD/VSSADC,OUTD/VSSADC,,,,,,,,,VREFADC/VSSREF,VREFDAC/VSSREF,VREFADJ/VSSREF,Vdd3xtal/xtaltst,?..." else bitfld.long 0x00 24.--29. " MUX_CH_SEL ,ADC input mux select [vp/vn]" "AIN0/VSSADC,AIN1/VSSADC,AIN2/VSSADC,AIN3/VSSADC,AIN4/VSSADC,AIN5/VSSADC,AIN6/VSSADC,AIN7/VSSADC,AIN8/VSSADC,AIN9/VSSADC,AIN10/VSSADC,AIN11/VSSADC,AIN12/VSSADC,AIN13/VSSADC,AIN14/VSSADC,AIN15/VSSADC,VSSADC/VSSADC,TMON/VSSADC,VDDA/4/VSSADC,PWRMON_TST/VSSADC,Ain0div/vssadc,,,,,,,,,,,,MUXA/VSSADC,OUTA/VSSADC,MUXB/VSSADC,OUTB/VSSADC,MUXC/VSSADC,OUTC/VSSADC,MUXD/VSSADC,OUTD/VSSADC,,,,,,,,,VREFADC/VSSREF,VREFDAC/VSSREF,VREFADJ/VSSREF,Vdd3xtal/xtaltst,?..." endif bitfld.long 0x00 20.--23. " PGA_RST_CLK_CNT ,PGA reset clock count" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 14. " MUX_DIFF ,Differential ADC mux select" "0,1" textline " " bitfld.long 0x00 8.--12. " PGA_WAKE_CNT ,PGA wakeup counter" ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,30,31" bitfld.long 0x00 6. " CPU_PGA_BYPASS ,PGA bypass control" "Not bypassed,Bypassed" bitfld.long 0x00 0.--1. " GAIN ,PGA gain setting" "X1,X2,X4,X8" else group.long 0x04++0x03 line.long 0x00 "ADC_PGA_CTRL,PGA Control Register" sif (cpuis("MAX32601K*")) bitfld.long 0x00 24.--29. " MUX_CH_SEL ,ADC input mux select [vp/vn]" "AIN0/AIN8,AIN1/AIN9,AIN2/AIN10,AIN3/AIN11,AIN4/AIN12,AIN5/AIN13,,,AIN0/AIN8,AIN1/AIN9,AIN2/AIN10,AIN3/AIN11,AIN4/AIN12,AIN5/AIN13,,,VSSADC/VSSADC,TMON/VSSADC,VDDA/4/VSSADC,PWRMON_TST/VSSADC,Ain0div/vssadc,,,,,,,,,,,,MUXA/VSSADC,OUTA/VSSADC,MUXB/VSSADC,OUTB/VSSADC,MUXC/VSSADC,OUTC/VSSADC,MUXD/VSSADC,OUTD/VSSADC,,,,,,,,,VREFADC/VSSREF,VREFDAC/VSSREF,VREFADJ/VSSREF,Vdd3xtal/xtaltst,?..." else bitfld.long 0x00 24.--29. " MUX_CH_SEL ,ADC input mux select [vp/vn]" "AIN0/AIN8,AIN1/AIN9,AIN2/AIN10,AIN3/AIN11,AIN4/AIN12,AIN5/AIN13,AIN6/AIN14,AIN7/AIN15,AIN0/AIN8,AIN1/AIN9,AIN2/AIN10,AIN3/AIN11,AIN4/AIN12,AIN5/AIN13,AIN6/AIN14,AIN7/AIN15,VSSADC/VSSADC,TMON/VSSADC,VDDA/4/VSSADC,PWRMON_TST/VSSADC,Ain0div/vssadc,,,,,,,,,,,,MUXA/VSSADC,OUTA/VSSADC,MUXB/VSSADC,OUTB/VSSADC,MUXC/VSSADC,OUTC/VSSADC,MUXD/VSSADC,OUTD/VSSADC,,,,,,,,,VREFADC/VSSREF,VREFDAC/VSSREF,VREFADJ/VSSREF,Vdd3xtal/xtaltst,?..." endif bitfld.long 0x00 20.--23. " PGA_RST_CLK_CNT ,PGA reset clock count" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 14. " MUX_DIFF ,Differential ADC mux select" "0,1" textline " " bitfld.long 0x00 8.--12. " PGA_WAKE_CNT ,PGA wakeup counter" ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,30,31" bitfld.long 0x00 6. " CPU_PGA_BYPASS ,PGA bypass control" "Not bypassed,Bypassed" bitfld.long 0x00 0.--1. " GAIN ,PGA gain setting" "X1,X2,X4,X8" endif group.long 0x08++0x13 line.long 0x00 "ADC_TG_CTRL0,ADC Timing Generator Control 0" hexmask.long.word 0x00 16.--31. 1. " ADC_SMPL_CNT ,ADC sample count" hexmask.long.word 0x00 0.--15. 1. " PGA_TRK_CNT ,PGA track window count" line.long 0x04 "ADC_TG_CTRL1,ADC Timing Generator Control 1" hexmask.long.word 0x04 16.--31. 1. " ADC_SLEEP_CNT ,ADC sleep count" bitfld.long 0x04 12.--15. " ADC_ACQ_CNT ,ADC acquisition window count" "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16" bitfld.long 0x04 8.--10. " ADC_BRST_CNT ,ADC burst count setting" "1 sample,2 samples,4 samples,8 samples,16 samples,32 samples,64 samples,128 samples" textline " " bitfld.long 0x04 4.--7. " FIFO_AF_CNT ,ADC FIFO almost full threshold control" "16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31" bitfld.long 0x04 0.--3. " PGA_ACQ_CNT ,PGA acquisition window count" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x08 "ADC_LIMIT,ADC Limit Settings" hexmask.long.word 0x08 16.--31. 1. " HI_LIMIT ,ADC sample upper limit" hexmask.long.word 0x08 0.--15. 1. " LO_LIMIT ,ADC sample lower limit" line.long 0x0C "ADC_INTR,ADC Interrupt Flags And Enable/disable Controls" bitfld.long 0x0C 31. " FIFO_QF_EN ,ADC FIFO One-Quarter full interrupt enable" "Disabled,Enabled" bitfld.long 0x0C 30. " FIFO_HF_EN ,ADC FIFO half full interrupt enable" "Disabled,Enabled" bitfld.long 0x0C 29. " FIFO_TF_EN ,ADC FIFO Three-Quarters full interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x0C 28. " FIFO_OF_EN ,ADC FIFO overflow interrupt enable" "Disabled,Enabled" bitfld.long 0x0C 27. " FIFO_UF_EN ,ADC FIFO underflow interrupt enable" "Disabled,Enabled" bitfld.long 0x0C 26. " DONE_EN ,ADC data collection complete interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x0C 25. " LO_RNG_EN ,ADC sample below low limit interrupt enable" "Disabled,Enabled" bitfld.long 0x0C 24. " HI_RNG_EN ,ADC sample above high limit interrupt enable" "Disabled,Enabled" bitfld.long 0x0C 23. " OUT_RNG_EN ,ADC sample out of range interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x0C 22. " FIFO_AF_EN ,ADC FIFO almost full interrupt enable" "Disabled,Enabled" bitfld.long 0x0C 19. " SPST_SW3_CTRL ,SPST3 switch control mode" "Close_spst3,PT11" bitfld.long 0x0C 18. " SPST_SW2_CTRL ,SPST2 switch control mode" "Close_spst2,PT10" textline " " bitfld.long 0x0C 17. " SPST_SW1_CTRL ,SPST1 switch control mode" "Close_spst1,PT9" bitfld.long 0x0C 16. " SPST_SW0_CTRL ,SPST0 switch control mode" "Close_spst0,PT8" eventfld.long 0x0C 15. " FIFO_QF ,ADC FIFO One-Quarter full interrupt flag" "No interrupt,Interrupt" textline " " eventfld.long 0x0C 14. " FIFO_HF ,ADC FIFO half full interrupt flag" "No interrupt,Interrupt" eventfld.long 0x0C 13. " FIFO_TF ,ADC FIFO Three-Quarters full interrupt flag" "No interrupt,Interrupt" eventfld.long 0x0C 12. " FIFO_OF ,ADC FIFO overflow interrupt flag" "No interrupt,Interrupt" textline " " eventfld.long 0x0C 11. " FIFO_UF ,ADC FIFO underflow interrupt flag" "No interrupt,Interrupt" eventfld.long 0x0C 10. " DONE ,ADC data collection complete interrupt flag" "No interrupt,Interrupt" eventfld.long 0x0C 9. " LO_RNG ,ADC sample below low limit interrupt flag" "No interrupt,Interrupt" textline " " eventfld.long 0x0C 8. " HI_RNG ,ADC sample above high limit interrupt flag" "No interrupt,Interrupt" eventfld.long 0x0C 7. " OUT_RNG ,ADC sample out of range interrupt flag" "No interrupt,Interrupt" rbitfld.long 0x0C 6. " FIFO_AF ,ADC FIFO almost full interrupt flag" "No interrupt,Interrupt" line.long 0x10 "ADC_OUT,ADC Output Register" hexmask.long.word 0x10 0.--15. 1. " DATA_REG ,ADC current valid data sample" group.long 0x38++0x13 line.long 0x00 "ADCCFG_CTRL1,ADC Control Register 1" bitfld.long 0x00 16.--18. " SCAN_CNT ,Channel scan count" "1,2,3,4,5,6,7,8" line.long 0x04 "ADCCFG_SCAN1,ADC Auto-Scan Settings 1" bitfld.long 0x04 30. " MUX_DIFF[3] ,Mux_diff setting - channel 3" "0,1" bitfld.long 0x04 28.--29. " PGA_GAIN[3] ,Pga_gain setting - channel 3" "0,1,2,3" bitfld.long 0x04 24.--27. " PGA_GAIN[3] ,Mux_ch_sel setting - channel 3" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x04 22. " MUX_DIFF[2] ,Mux_diff setting - channel 2" "0,1" bitfld.long 0x04 20.--21. " PGA_GAIN[2] ,Pga_gain setting - channel 2" "0,1,2,3" bitfld.long 0x04 16.--19. " PGA_GAIN[2] ,Mux_ch_sel setting - channel 2" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x04 14. " MUX_DIFF[1] ,Mux_diff setting - channel 1" "0,1" bitfld.long 0x04 12.--13. " PGA_GAIN[1] ,Pga_gain setting - channel 1" "0,1,2,3" bitfld.long 0x04 8.--11. " PGA_GAIN[1] ,Mux_ch_sel setting - channel 1" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x04 6. " MUX_DIFF[0] ,Mux_diff setting - channel 0" "0,1" bitfld.long 0x04 4.--5. " PGA_GAIN[0] ,Pga_gain setting - channel 0" "0,1,2,3" bitfld.long 0x04 0.--3. " PGA_GAIN[0] ,Mux_ch_sel setting - channel 0" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x08 "ADCCFG_SCAN2,ADC Auto-Scan Settings 2" sif (!cpuis("MAX32601K*")) bitfld.long 0x08 30. " MUX_DIFF[7] ,Mux_diff setting - channel 7" "0,1" bitfld.long 0x08 28.--29. " PGA_GAIN[7] ,Pga_gain setting - channel 7" "0,1,2,3" bitfld.long 0x08 24.--27. " PGA_GAIN[7] ,Mux_ch_sel setting - channel 7" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x08 22. " MUX_DIFF[6] ,Mux_diff setting - channel 6" "0,1" bitfld.long 0x08 20.--21. " PGA_GAIN[6] ,Pga_gain setting - channel 6" "0,1,2,3" bitfld.long 0x08 16.--19. " PGA_GAIN[6] ,Mux_ch_sel setting - channel 6" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " endif bitfld.long 0x08 14. " MUX_DIFF[5] ,Mux_diff setting - channel 5" "0,1" bitfld.long 0x08 12.--13. " PGA_GAIN[5] ,Pga_gain setting - channel 5" "0,1,2,3" bitfld.long 0x08 8.--11. " PGA_GAIN[5] ,Mux_ch_sel setting - channel 5" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x08 6. " MUX_DIFF[4] ,Mux_diff setting - channel 4" "0,1" bitfld.long 0x08 4.--5. " PGA_GAIN[4] ,Pga_gain setting - channel 4" "0,1,2,3" bitfld.long 0x08 0.--3. " PGA_GAIN[4] ,Mux_ch_sel setting - channel 4" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x0C "ADCCFG_RO_CAL0,ADC Relaxation Oscillator Calibration 0" hexmask.long.word 0x0C 23.--31. 1. " RO_TRM ,Auto calibration loop register readback" hexmask.long.word 0x0C 8.--19. 1. " TRM_MU ,Auto calibration loop gain" bitfld.long 0x0C 2. " RO_CAL_LOAD ,Load initial RO calibration trim" "No effect,Load" textline " " bitfld.long 0x0C 1. " RO_CAL_RUN ,Enable closed loop control" "Disabled,Enabled" bitfld.long 0x0C 0. " RO_CAL_EN ,Relaxation oscillator Auto-Calibration enable" "Disabled,Enabled" line.long 0x10 "ADCCFG_RO_CAL1,ADC Relaxation Oscillator Calibration 1" hexmask.long.word 0x10 20.--28. 1. " TRM_MAX ,Trim upper limit" hexmask.long.word 0x10 10.--18. 1. " TRM_MIN ,Trim lower limit" hexmask.long.word 0x10 0.--8. 1. " TRM_INIT ,Initial setting for RO trim calibration" base ad:0x40109000 hgroup.long 0x00++0x03 hide.long 0x00 "ADC_FIFO_DATA,ADC Sample FIFO" in width 0x0B tree.end tree.open "DAC (Digital to Analog Converter)" tree "DAC0" base ad:0x40050000 width 18. group.long 0x00++0x0B line.long 0x00 "DAC0_CTRL0,DAC Control Register 0" bitfld.long 0x00 31. " RESET ,DAC reset" "No effect,Reset" bitfld.long 0x00 29. " CLOCK_GATE_EN ,DAC interface clock gate enable" "Disabled,Enabled" bitfld.long 0x00 28. " POWER_ON ,DAC power on enable" "Disabled,Enabled" textline " " bitfld.long 0x00 26.--27. 30. " POWER_MODE ,DAC power mode" ",Level 0,,Level 1,,Level 2,,Level 3" bitfld.long 0x00 24.--25. " OP_MODE ,DAC operation mode" "Immediately,Once/rate_cnt,,RATE_CNT" bitfld.long 0x00 20. " CPU_START ,DAC output CPU start" "No effect,Start" textline " " bitfld.long 0x00 16.--17. " START_MODE ,DAC output start mode" "When not empty,ADC,CPU_START,?..." bitfld.long 0x00 12.--15. " FIFO_AF_CNT ,DAC FIFO almost full threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 8.--10. " INTERP_MODE ,DAC output interpolation mode" "Disabled,2:1,4:1,8:1,?..." textline " " rbitfld.long 0x00 7. " FIFO_ALMOST_EMPTY ,DAC FIFO almost empty flag" "Not almost empty,Almost empty" rbitfld.long 0x00 6. " FIFO_EMPTY ,DAC FIFO empty flag" "Not empty,Empty" rbitfld.long 0x00 5. " FIFO_ALMOST_FULL ,DAC FIFO almost full flag" "Not almost full,Almost full" textline " " bitfld.long 0x00 0.--3. " FIFO_AE_CNT ,DAC FIFO almost empty threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "DAC0_RATE,DAC Output Rate/sample Control" hexmask.long.word 0x04 16.--31. 1. " SAMPLE_CNT ,DAC output sample count" hexmask.long.word 0x04 0.--15. 1. " RATE_CNT ,DAC output rate control" line.long 0x08 "DAC0_CTRL1_INT,DAC Control Register 1" bitfld.long 0x08 29. " APB_CG_DISABLE ,Local APB dynamic clock gate disable" "No,Yes" bitfld.long 0x08 28. " AHB_CG_DISABLE ,Local AHB dynamic clock gate disable" "No,Yes" bitfld.long 0x08 18. " ALMOST_EMPTY_IE ,FIFO almost empty interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x08 17. " UNDERFLOW_IE ,FIFO underflow interrupt enable" "Disabled,Enabled" bitfld.long 0x08 16. " OUT_DONE_IE ,DAC output done interrupt enable" "Disabled,Enabled" rbitfld.long 0x08 3. " UNDERFLOW ,FIFO underflow status" "No underflow,Underflow" textline " " eventfld.long 0x08 2. " ALMOST_EMPTY_IF ,FIFO almost empty interrupt flag" "No interrupt,Interrupt" eventfld.long 0x08 1. " UNDERFLOW_IF ,FIFO underflow interrupt flag" "No interrupt,Interrupt" eventfld.long 0x08 0. " OUT_DONE_IF ,DAC output done interrupt flag" "No interrupt,Interrupt" group.long 0xB5000++0x03 line.long 0x00 "DAC0_FIFO_OUTPUT,DAC Output FIFO" hexmask.long.word 0x00 4.--15. 1. " OUTPUT ,Output value" width 0x0B tree.end tree "DAC1" base ad:0x40051000 width 18. group.long 0x00++0x0B line.long 0x00 "DAC1_CTRL0,DAC Control Register 0" bitfld.long 0x00 31. " RESET ,DAC reset" "No effect,Reset" bitfld.long 0x00 29. " CLOCK_GATE_EN ,DAC interface clock gate enable" "Disabled,Enabled" bitfld.long 0x00 28. " POWER_ON ,DAC power on enable" "Disabled,Enabled" textline " " bitfld.long 0x00 26.--27. 30. " POWER_MODE ,DAC power mode" ",Level 0,,Level 1,,Level 2,,Level 3" bitfld.long 0x00 24.--25. " OP_MODE ,DAC operation mode" "Immediately,Once/rate_cnt,,RATE_CNT" bitfld.long 0x00 20. " CPU_START ,DAC output CPU start" "No effect,Start" textline " " bitfld.long 0x00 16.--17. " START_MODE ,DAC output start mode" "When not empty,ADC,CPU_START,?..." bitfld.long 0x00 12.--15. " FIFO_AF_CNT ,DAC FIFO almost full threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 8.--10. " INTERP_MODE ,DAC output interpolation mode" "Disabled,2:1,4:1,8:1,?..." textline " " rbitfld.long 0x00 7. " FIFO_ALMOST_EMPTY ,DAC FIFO almost empty flag" "Not almost empty,Almost empty" rbitfld.long 0x00 6. " FIFO_EMPTY ,DAC FIFO empty flag" "Not empty,Empty" rbitfld.long 0x00 5. " FIFO_ALMOST_FULL ,DAC FIFO almost full flag" "Not almost full,Almost full" textline " " bitfld.long 0x00 0.--3. " FIFO_AE_CNT ,DAC FIFO almost empty threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "DAC1_RATE,DAC Output Rate/sample Control" hexmask.long.word 0x04 16.--31. 1. " SAMPLE_CNT ,DAC output sample count" hexmask.long.word 0x04 0.--15. 1. " RATE_CNT ,DAC output rate control" line.long 0x08 "DAC1_CTRL1_INT,DAC Control Register 1" bitfld.long 0x08 29. " APB_CG_DISABLE ,Local APB dynamic clock gate disable" "No,Yes" bitfld.long 0x08 28. " AHB_CG_DISABLE ,Local AHB dynamic clock gate disable" "No,Yes" bitfld.long 0x08 18. " ALMOST_EMPTY_IE ,FIFO almost empty interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x08 17. " UNDERFLOW_IE ,FIFO underflow interrupt enable" "Disabled,Enabled" bitfld.long 0x08 16. " OUT_DONE_IE ,DAC output done interrupt enable" "Disabled,Enabled" rbitfld.long 0x08 3. " UNDERFLOW ,FIFO underflow status" "No underflow,Underflow" textline " " eventfld.long 0x08 2. " ALMOST_EMPTY_IF ,FIFO almost empty interrupt flag" "No interrupt,Interrupt" eventfld.long 0x08 1. " UNDERFLOW_IF ,FIFO underflow interrupt flag" "No interrupt,Interrupt" eventfld.long 0x08 0. " OUT_DONE_IF ,DAC output done interrupt flag" "No interrupt,Interrupt" group.long 0xB5000++0x03 line.long 0x00 "DAC1_FIFO_OUTPUT,DAC Output FIFO" hexmask.long.word 0x00 4.--15. 1. " OUTPUT ,Output value" width 0x0B tree.end tree "DAC2" base ad:0x40052000 width 18. group.long 0x00++0x0B line.long 0x00 "DAC2_CTRL0,DAC Control Register 0" bitfld.long 0x00 31. " RESET ,DAC reset" "No effect,Reset" bitfld.long 0x00 29. " CLOCK_GATE_EN ,DAC interface clock gate enable" "Disabled,Enabled" bitfld.long 0x00 28. " POWER_ON ,DAC power on enable" "Disabled,Enabled" textline " " bitfld.long 0x00 26.--27. 30. " POWER_MODE ,DAC power mode" ",Level 0,,Level 1,,Level 2,,Level 3" bitfld.long 0x00 24.--25. " OP_MODE ,DAC operation mode" "Immediately,Once/rate_cnt,,RATE_CNT" bitfld.long 0x00 20. " CPU_START ,DAC output CPU start" "No effect,Start" textline " " bitfld.long 0x00 16.--17. " START_MODE ,DAC output start mode" "When not empty,ADC,CPU_START,?..." bitfld.long 0x00 12.--15. " FIFO_AF_CNT ,DAC FIFO almost full threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 8.--10. " INTERP_MODE ,DAC output interpolation mode" "Disabled,2:1,4:1,8:1,?..." textline " " rbitfld.long 0x00 7. " FIFO_ALMOST_EMPTY ,DAC FIFO almost empty flag" "Not almost empty,Almost empty" rbitfld.long 0x00 6. " FIFO_EMPTY ,DAC FIFO empty flag" "Not empty,Empty" rbitfld.long 0x00 5. " FIFO_ALMOST_FULL ,DAC FIFO almost full flag" "Not almost full,Almost full" textline " " bitfld.long 0x00 0.--3. " FIFO_AE_CNT ,DAC FIFO almost empty threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "DAC2_RATE,DAC Output Rate/sample Control" hexmask.long.word 0x04 16.--31. 1. " SAMPLE_CNT ,DAC output sample count" hexmask.long.word 0x04 0.--15. 1. " RATE_CNT ,DAC output rate control" line.long 0x08 "DAC2_CTRL1_INT,DAC Control Register 1" bitfld.long 0x08 29. " APB_CG_DISABLE ,Local APB dynamic clock gate disable" "No,Yes" bitfld.long 0x08 28. " AHB_CG_DISABLE ,Local AHB dynamic clock gate disable" "No,Yes" bitfld.long 0x08 18. " ALMOST_EMPTY_IE ,FIFO almost empty interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x08 17. " UNDERFLOW_IE ,FIFO underflow interrupt enable" "Disabled,Enabled" bitfld.long 0x08 16. " OUT_DONE_IE ,DAC output done interrupt enable" "Disabled,Enabled" rbitfld.long 0x08 3. " UNDERFLOW ,FIFO underflow status" "No underflow,Underflow" textline " " eventfld.long 0x08 2. " ALMOST_EMPTY_IF ,FIFO almost empty interrupt flag" "No interrupt,Interrupt" eventfld.long 0x08 1. " UNDERFLOW_IF ,FIFO underflow interrupt flag" "No interrupt,Interrupt" eventfld.long 0x08 0. " OUT_DONE_IF ,DAC output done interrupt flag" "No interrupt,Interrupt" group.long 0xB5000++0x03 line.long 0x00 "DAC2_FIFO_OUTPUT,DAC Output FIFO" hexmask.long.byte 0x00 0.--7. 1. " OUTPUT ,Output value" width 0x0B tree.end tree "DAC3" base ad:0x40053000 width 18. group.long 0x00++0x0B line.long 0x00 "DAC3_CTRL0,DAC Control Register 0" bitfld.long 0x00 31. " RESET ,DAC reset" "No effect,Reset" bitfld.long 0x00 29. " CLOCK_GATE_EN ,DAC interface clock gate enable" "Disabled,Enabled" bitfld.long 0x00 28. " POWER_ON ,DAC power on enable" "Disabled,Enabled" textline " " bitfld.long 0x00 26.--27. 30. " POWER_MODE ,DAC power mode" ",Level 0,,Level 1,,Level 2,,Level 3" bitfld.long 0x00 24.--25. " OP_MODE ,DAC operation mode" "Immediately,Once/rate_cnt,,RATE_CNT" bitfld.long 0x00 20. " CPU_START ,DAC output CPU start" "No effect,Start" textline " " bitfld.long 0x00 16.--17. " START_MODE ,DAC output start mode" "When not empty,ADC,CPU_START,?..." bitfld.long 0x00 12.--15. " FIFO_AF_CNT ,DAC FIFO almost full threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 8.--10. " INTERP_MODE ,DAC output interpolation mode" "Disabled,2:1,4:1,8:1,?..." textline " " rbitfld.long 0x00 7. " FIFO_ALMOST_EMPTY ,DAC FIFO almost empty flag" "Not almost empty,Almost empty" rbitfld.long 0x00 6. " FIFO_EMPTY ,DAC FIFO empty flag" "Not empty,Empty" rbitfld.long 0x00 5. " FIFO_ALMOST_FULL ,DAC FIFO almost full flag" "Not almost full,Almost full" textline " " bitfld.long 0x00 0.--3. " FIFO_AE_CNT ,DAC FIFO almost empty threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "DAC3_RATE,DAC Output Rate/sample Control" hexmask.long.word 0x04 16.--31. 1. " SAMPLE_CNT ,DAC output sample count" hexmask.long.word 0x04 0.--15. 1. " RATE_CNT ,DAC output rate control" line.long 0x08 "DAC3_CTRL1_INT,DAC Control Register 1" bitfld.long 0x08 29. " APB_CG_DISABLE ,Local APB dynamic clock gate disable" "No,Yes" bitfld.long 0x08 28. " AHB_CG_DISABLE ,Local AHB dynamic clock gate disable" "No,Yes" bitfld.long 0x08 18. " ALMOST_EMPTY_IE ,FIFO almost empty interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x08 17. " UNDERFLOW_IE ,FIFO underflow interrupt enable" "Disabled,Enabled" bitfld.long 0x08 16. " OUT_DONE_IE ,DAC output done interrupt enable" "Disabled,Enabled" rbitfld.long 0x08 3. " UNDERFLOW ,FIFO underflow status" "No underflow,Underflow" textline " " eventfld.long 0x08 2. " ALMOST_EMPTY_IF ,FIFO almost empty interrupt flag" "No interrupt,Interrupt" eventfld.long 0x08 1. " UNDERFLOW_IF ,FIFO underflow interrupt flag" "No interrupt,Interrupt" eventfld.long 0x08 0. " OUT_DONE_IF ,DAC output done interrupt flag" "No interrupt,Interrupt" group.long 0xB5000++0x03 line.long 0x00 "DAC3_FIFO_OUTPUT,DAC Output FIFO" hexmask.long.byte 0x00 0.--7. 1. " OUTPUT ,Output value" width 0x0B tree.end tree.end tree "PTE (Pulse Train Engine)" base ad:0x40001000 width 18. group.long 0x00++0x03 line.long 0x00 "PTG_CTRL,Global Pulse Train Enable/disable" bitfld.long 0x00 1. " ENABLE_ALL ,Enable/disable for all pulse trains" "Disabled,Enabled" textline " " wgroup.long 0x04++0x03 line.long 0x00 "PTG_RESYNC,Global Resync (All Pulse Trains) Control" bitfld.long 0x00 15. " PT15 ,Resync control for PT15" "No effect,Resync" bitfld.long 0x00 14. " PT14 ,Resync control for PT14" "No effect,Resync" bitfld.long 0x00 13. " PT13 ,Resync control for PT13" "No effect,Resync" bitfld.long 0x00 12. " PT12 ,Resync control for PT12" "No effect,Resync" textline " " bitfld.long 0x00 11. " PT11 ,Resync control for PT11" "No effect,Resync" bitfld.long 0x00 10. " PT10 ,Resync control for PT10" "No effect,Resync" bitfld.long 0x00 9. " PT9 ,Resync control for PT9" "No effect,Resync" bitfld.long 0x00 8. " PT8 ,Resync control for PT8" "No effect,Resync" textline " " bitfld.long 0x00 7. " PT7 ,Resync control for PT7" "No effect,Resync" bitfld.long 0x00 6. " PT6 ,Resync control for PT6" "No effect,Resync" bitfld.long 0x00 5. " PT5 ,Resync control for PT5" "No effect,Resync" bitfld.long 0x00 4. " PT4 ,Resync control for PT4" "No effect,Resync" textline " " bitfld.long 0x00 3. " PT3 ,Resync control for PT3" "No effect,Resync" bitfld.long 0x00 2. " PT2 ,Resync control for PT2" "No effect,Resync" bitfld.long 0x00 1. " PT1 ,Resync control for PT1" "No effect,Resync" bitfld.long 0x00 0. " PT0 ,Resync control for PT0" "No effect,Resync" textline " " group.long 0x8++0x03 line.long 0x00 "PT0_RATE_LENGTH,Pulse Train 0 Configuration" bitfld.long 0x00 27.--31. " MODE ,Pulse train output mode/train length" "32 bits,Square wave,2 bits,3 bits,4 bits,5 bits,6 bits,7 bits,8 bits,9 bits,10 bits,11 bits,12 bits,13 bits,14 bits,15 bits,16 bits,17 bits,18 bits,19 bits,20 bits,21 bits,22 bits,23 bits,24 bits,25 bits,26 bits,27 bits,28 bits,29 bits,30 bits,31 bits" hexmask.long 0x00 0.--26. 1. " RATE_CONTROL ,Pulse train enable/rate control" if (((per.l(ad:0x40001000+0x8))&0xF8000000)==0x08000000) hgroup.long (0x8+0x04)++0x03 hide.long 0x00 "PT0_TRAIN,Pulse Train 0 Output Pattern" else group.long (0x8+0x04)++0x03 line.long 0x00 "PT0_TRAIN,Pulse Train 0 Output Pattern" endif group.long 0x10++0x03 line.long 0x00 "PT1_RATE_LENGTH,Pulse Train 1 Configuration" bitfld.long 0x00 27.--31. " MODE ,Pulse train output mode/train length" "32 bits,Square wave,2 bits,3 bits,4 bits,5 bits,6 bits,7 bits,8 bits,9 bits,10 bits,11 bits,12 bits,13 bits,14 bits,15 bits,16 bits,17 bits,18 bits,19 bits,20 bits,21 bits,22 bits,23 bits,24 bits,25 bits,26 bits,27 bits,28 bits,29 bits,30 bits,31 bits" hexmask.long 0x00 0.--26. 1. " RATE_CONTROL ,Pulse train enable/rate control" if (((per.l(ad:0x40001000+0x10))&0xF8000000)==0x08000000) hgroup.long (0x10+0x04)++0x03 hide.long 0x00 "PT1_TRAIN,Pulse Train 1 Output Pattern" else group.long (0x10+0x04)++0x03 line.long 0x00 "PT1_TRAIN,Pulse Train 1 Output Pattern" endif group.long 0x18++0x03 line.long 0x00 "PT2_RATE_LENGTH,Pulse Train 2 Configuration" bitfld.long 0x00 27.--31. " MODE ,Pulse train output mode/train length" "32 bits,Square wave,2 bits,3 bits,4 bits,5 bits,6 bits,7 bits,8 bits,9 bits,10 bits,11 bits,12 bits,13 bits,14 bits,15 bits,16 bits,17 bits,18 bits,19 bits,20 bits,21 bits,22 bits,23 bits,24 bits,25 bits,26 bits,27 bits,28 bits,29 bits,30 bits,31 bits" hexmask.long 0x00 0.--26. 1. " RATE_CONTROL ,Pulse train enable/rate control" if (((per.l(ad:0x40001000+0x18))&0xF8000000)==0x08000000) hgroup.long (0x18+0x04)++0x03 hide.long 0x00 "PT2_TRAIN,Pulse Train 2 Output Pattern" else group.long (0x18+0x04)++0x03 line.long 0x00 "PT2_TRAIN,Pulse Train 2 Output Pattern" endif group.long 0x20++0x03 line.long 0x00 "PT3_RATE_LENGTH,Pulse Train 3 Configuration" bitfld.long 0x00 27.--31. " MODE ,Pulse train output mode/train length" "32 bits,Square wave,2 bits,3 bits,4 bits,5 bits,6 bits,7 bits,8 bits,9 bits,10 bits,11 bits,12 bits,13 bits,14 bits,15 bits,16 bits,17 bits,18 bits,19 bits,20 bits,21 bits,22 bits,23 bits,24 bits,25 bits,26 bits,27 bits,28 bits,29 bits,30 bits,31 bits" hexmask.long 0x00 0.--26. 1. " RATE_CONTROL ,Pulse train enable/rate control" if (((per.l(ad:0x40001000+0x20))&0xF8000000)==0x08000000) hgroup.long (0x20+0x04)++0x03 hide.long 0x00 "PT3_TRAIN,Pulse Train 3 Output Pattern" else group.long (0x20+0x04)++0x03 line.long 0x00 "PT3_TRAIN,Pulse Train 3 Output Pattern" endif group.long 0x28++0x03 line.long 0x00 "PT4_RATE_LENGTH,Pulse Train 4 Configuration" bitfld.long 0x00 27.--31. " MODE ,Pulse train output mode/train length" "32 bits,Square wave,2 bits,3 bits,4 bits,5 bits,6 bits,7 bits,8 bits,9 bits,10 bits,11 bits,12 bits,13 bits,14 bits,15 bits,16 bits,17 bits,18 bits,19 bits,20 bits,21 bits,22 bits,23 bits,24 bits,25 bits,26 bits,27 bits,28 bits,29 bits,30 bits,31 bits" hexmask.long 0x00 0.--26. 1. " RATE_CONTROL ,Pulse train enable/rate control" if (((per.l(ad:0x40001000+0x28))&0xF8000000)==0x08000000) hgroup.long (0x28+0x04)++0x03 hide.long 0x00 "PT4_TRAIN,Pulse Train 4 Output Pattern" else group.long (0x28+0x04)++0x03 line.long 0x00 "PT4_TRAIN,Pulse Train 4 Output Pattern" endif group.long 0x30++0x03 line.long 0x00 "PT5_RATE_LENGTH,Pulse Train 5 Configuration" bitfld.long 0x00 27.--31. " MODE ,Pulse train output mode/train length" "32 bits,Square wave,2 bits,3 bits,4 bits,5 bits,6 bits,7 bits,8 bits,9 bits,10 bits,11 bits,12 bits,13 bits,14 bits,15 bits,16 bits,17 bits,18 bits,19 bits,20 bits,21 bits,22 bits,23 bits,24 bits,25 bits,26 bits,27 bits,28 bits,29 bits,30 bits,31 bits" hexmask.long 0x00 0.--26. 1. " RATE_CONTROL ,Pulse train enable/rate control" if (((per.l(ad:0x40001000+0x30))&0xF8000000)==0x08000000) hgroup.long (0x30+0x04)++0x03 hide.long 0x00 "PT5_TRAIN,Pulse Train 5 Output Pattern" else group.long (0x30+0x04)++0x03 line.long 0x00 "PT5_TRAIN,Pulse Train 5 Output Pattern" endif group.long 0x38++0x03 line.long 0x00 "PT6_RATE_LENGTH,Pulse Train 6 Configuration" bitfld.long 0x00 27.--31. " MODE ,Pulse train output mode/train length" "32 bits,Square wave,2 bits,3 bits,4 bits,5 bits,6 bits,7 bits,8 bits,9 bits,10 bits,11 bits,12 bits,13 bits,14 bits,15 bits,16 bits,17 bits,18 bits,19 bits,20 bits,21 bits,22 bits,23 bits,24 bits,25 bits,26 bits,27 bits,28 bits,29 bits,30 bits,31 bits" hexmask.long 0x00 0.--26. 1. " RATE_CONTROL ,Pulse train enable/rate control" if (((per.l(ad:0x40001000+0x38))&0xF8000000)==0x08000000) hgroup.long (0x38+0x04)++0x03 hide.long 0x00 "PT6_TRAIN,Pulse Train 6 Output Pattern" else group.long (0x38+0x04)++0x03 line.long 0x00 "PT6_TRAIN,Pulse Train 6 Output Pattern" endif group.long 0x40++0x03 line.long 0x00 "PT7_RATE_LENGTH,Pulse Train 7 Configuration" bitfld.long 0x00 27.--31. " MODE ,Pulse train output mode/train length" "32 bits,Square wave,2 bits,3 bits,4 bits,5 bits,6 bits,7 bits,8 bits,9 bits,10 bits,11 bits,12 bits,13 bits,14 bits,15 bits,16 bits,17 bits,18 bits,19 bits,20 bits,21 bits,22 bits,23 bits,24 bits,25 bits,26 bits,27 bits,28 bits,29 bits,30 bits,31 bits" hexmask.long 0x00 0.--26. 1. " RATE_CONTROL ,Pulse train enable/rate control" if (((per.l(ad:0x40001000+0x40))&0xF8000000)==0x08000000) hgroup.long (0x40+0x04)++0x03 hide.long 0x00 "PT7_TRAIN,Pulse Train 7 Output Pattern" else group.long (0x40+0x04)++0x03 line.long 0x00 "PT7_TRAIN,Pulse Train 7 Output Pattern" endif group.long 0x48++0x03 line.long 0x00 "PT8_RATE_LENGTH,Pulse Train 8 Configuration" bitfld.long 0x00 27.--31. " MODE ,Pulse train output mode/train length" "32 bits,Square wave,2 bits,3 bits,4 bits,5 bits,6 bits,7 bits,8 bits,9 bits,10 bits,11 bits,12 bits,13 bits,14 bits,15 bits,16 bits,17 bits,18 bits,19 bits,20 bits,21 bits,22 bits,23 bits,24 bits,25 bits,26 bits,27 bits,28 bits,29 bits,30 bits,31 bits" hexmask.long 0x00 0.--26. 1. " RATE_CONTROL ,Pulse train enable/rate control" if (((per.l(ad:0x40001000+0x48))&0xF8000000)==0x08000000) hgroup.long (0x48+0x04)++0x03 hide.long 0x00 "PT8_TRAIN,Pulse Train 8 Output Pattern" else group.long (0x48+0x04)++0x03 line.long 0x00 "PT8_TRAIN,Pulse Train 8 Output Pattern" endif group.long 0x50++0x03 line.long 0x00 "PT9_RATE_LENGTH,Pulse Train 9 Configuration" bitfld.long 0x00 27.--31. " MODE ,Pulse train output mode/train length" "32 bits,Square wave,2 bits,3 bits,4 bits,5 bits,6 bits,7 bits,8 bits,9 bits,10 bits,11 bits,12 bits,13 bits,14 bits,15 bits,16 bits,17 bits,18 bits,19 bits,20 bits,21 bits,22 bits,23 bits,24 bits,25 bits,26 bits,27 bits,28 bits,29 bits,30 bits,31 bits" hexmask.long 0x00 0.--26. 1. " RATE_CONTROL ,Pulse train enable/rate control" if (((per.l(ad:0x40001000+0x50))&0xF8000000)==0x08000000) hgroup.long (0x50+0x04)++0x03 hide.long 0x00 "PT9_TRAIN,Pulse Train 9 Output Pattern" else group.long (0x50+0x04)++0x03 line.long 0x00 "PT9_TRAIN,Pulse Train 9 Output Pattern" endif group.long 0x58++0x03 line.long 0x00 "PT10_RATE_LENGTH,Pulse Train 10 Configuration" bitfld.long 0x00 27.--31. " MODE ,Pulse train output mode/train length" "32 bits,Square wave,2 bits,3 bits,4 bits,5 bits,6 bits,7 bits,8 bits,9 bits,10 bits,11 bits,12 bits,13 bits,14 bits,15 bits,16 bits,17 bits,18 bits,19 bits,20 bits,21 bits,22 bits,23 bits,24 bits,25 bits,26 bits,27 bits,28 bits,29 bits,30 bits,31 bits" hexmask.long 0x00 0.--26. 1. " RATE_CONTROL ,Pulse train enable/rate control" if (((per.l(ad:0x40001000+0x58))&0xF8000000)==0x08000000) hgroup.long (0x58+0x04)++0x03 hide.long 0x00 "PT10_TRAIN,Pulse Train 10 Output Pattern" else group.long (0x58+0x04)++0x03 line.long 0x00 "PT10_TRAIN,Pulse Train 10 Output Pattern" endif group.long 0x60++0x03 line.long 0x00 "PT11_RATE_LENGTH,Pulse Train 11 Configuration" bitfld.long 0x00 27.--31. " MODE ,Pulse train output mode/train length" "32 bits,Square wave,2 bits,3 bits,4 bits,5 bits,6 bits,7 bits,8 bits,9 bits,10 bits,11 bits,12 bits,13 bits,14 bits,15 bits,16 bits,17 bits,18 bits,19 bits,20 bits,21 bits,22 bits,23 bits,24 bits,25 bits,26 bits,27 bits,28 bits,29 bits,30 bits,31 bits" hexmask.long 0x00 0.--26. 1. " RATE_CONTROL ,Pulse train enable/rate control" if (((per.l(ad:0x40001000+0x60))&0xF8000000)==0x08000000) hgroup.long (0x60+0x04)++0x03 hide.long 0x00 "PT11_TRAIN,Pulse Train 11 Output Pattern" else group.long (0x60+0x04)++0x03 line.long 0x00 "PT11_TRAIN,Pulse Train 11 Output Pattern" endif group.long 0x68++0x03 line.long 0x00 "PT12_RATE_LENGTH,Pulse Train 12 Configuration" bitfld.long 0x00 27.--31. " MODE ,Pulse train output mode/train length" "32 bits,Square wave,2 bits,3 bits,4 bits,5 bits,6 bits,7 bits,8 bits,9 bits,10 bits,11 bits,12 bits,13 bits,14 bits,15 bits,16 bits,17 bits,18 bits,19 bits,20 bits,21 bits,22 bits,23 bits,24 bits,25 bits,26 bits,27 bits,28 bits,29 bits,30 bits,31 bits" hexmask.long 0x00 0.--26. 1. " RATE_CONTROL ,Pulse train enable/rate control" if (((per.l(ad:0x40001000+0x68))&0xF8000000)==0x08000000) hgroup.long (0x68+0x04)++0x03 hide.long 0x00 "PT12_TRAIN,Pulse Train 12 Output Pattern" else group.long (0x68+0x04)++0x03 line.long 0x00 "PT12_TRAIN,Pulse Train 12 Output Pattern" endif group.long 0x70++0x03 line.long 0x00 "PT13_RATE_LENGTH,Pulse Train 13 Configuration" bitfld.long 0x00 27.--31. " MODE ,Pulse train output mode/train length" "32 bits,Square wave,2 bits,3 bits,4 bits,5 bits,6 bits,7 bits,8 bits,9 bits,10 bits,11 bits,12 bits,13 bits,14 bits,15 bits,16 bits,17 bits,18 bits,19 bits,20 bits,21 bits,22 bits,23 bits,24 bits,25 bits,26 bits,27 bits,28 bits,29 bits,30 bits,31 bits" hexmask.long 0x00 0.--26. 1. " RATE_CONTROL ,Pulse train enable/rate control" if (((per.l(ad:0x40001000+0x70))&0xF8000000)==0x08000000) hgroup.long (0x70+0x04)++0x03 hide.long 0x00 "PT13_TRAIN,Pulse Train 13 Output Pattern" else group.long (0x70+0x04)++0x03 line.long 0x00 "PT13_TRAIN,Pulse Train 13 Output Pattern" endif group.long 0x78++0x03 line.long 0x00 "PT14_RATE_LENGTH,Pulse Train 14 Configuration" bitfld.long 0x00 27.--31. " MODE ,Pulse train output mode/train length" "32 bits,Square wave,2 bits,3 bits,4 bits,5 bits,6 bits,7 bits,8 bits,9 bits,10 bits,11 bits,12 bits,13 bits,14 bits,15 bits,16 bits,17 bits,18 bits,19 bits,20 bits,21 bits,22 bits,23 bits,24 bits,25 bits,26 bits,27 bits,28 bits,29 bits,30 bits,31 bits" hexmask.long 0x00 0.--26. 1. " RATE_CONTROL ,Pulse train enable/rate control" if (((per.l(ad:0x40001000+0x78))&0xF8000000)==0x08000000) hgroup.long (0x78+0x04)++0x03 hide.long 0x00 "PT14_TRAIN,Pulse Train 14 Output Pattern" else group.long (0x78+0x04)++0x03 line.long 0x00 "PT14_TRAIN,Pulse Train 14 Output Pattern" endif group.long 0x80++0x03 line.long 0x00 "PT15_RATE_LENGTH,Pulse Train 15 Configuration" bitfld.long 0x00 27.--31. " MODE ,Pulse train output mode/train length" "32 bits,Square wave,2 bits,3 bits,4 bits,5 bits,6 bits,7 bits,8 bits,9 bits,10 bits,11 bits,12 bits,13 bits,14 bits,15 bits,16 bits,17 bits,18 bits,19 bits,20 bits,21 bits,22 bits,23 bits,24 bits,25 bits,26 bits,27 bits,28 bits,29 bits,30 bits,31 bits" hexmask.long 0x00 0.--26. 1. " RATE_CONTROL ,Pulse train enable/rate control" if (((per.l(ad:0x40001000+0x80))&0xF8000000)==0x08000000) hgroup.long (0x80+0x04)++0x03 hide.long 0x00 "PT15_TRAIN,Pulse Train 15 Output Pattern" else group.long (0x80+0x04)++0x03 line.long 0x00 "PT15_TRAIN,Pulse Train 15 Output Pattern" endif width 0x0B tree.end tree "CLKMAN (Clock Manager)" base ad:0x40090400 width 33. group.long 0x00++0x13 line.long 0x00 "CLKMAN_CLK_CONFIG,System Clock Configuration" bitfld.long 0x00 28.--31. " CRYPTO_STABILITY_COUNT ,Crypto oscillator stability select" "256,512,1024,2048,4096,8192,16384,32768,65536,131072,262144,524288,1048576,2097152,4194304,8388608" bitfld.long 0x00 25. " CRYPTO_RESET_N ,Crypto oscillator resetn" "Reset,No reset" textline " " bitfld.long 0x00 24. " CRYPTO_ENABLE ,Crypto oscillator enable" "Disabled,Enabled" bitfld.long 0x00 20.--23. " PLL_STABILITY_COUNT ,PLL stability count select" "256,512,1024,2048,4096,8192,16384,32768,65536,131072,262144,524288,1048576,2097152,4194304,8388608" textline " " bitfld.long 0x00 18. " PLL_8MHZ_ENABLE ,PLL 8mhz enable" "Disabled,Enabled" bitfld.long 0x00 16.--17. " PLL_DIVISOR_SELECT ,PLL divisor select" "/2,/4,/6,/6" textline " " bitfld.long 0x00 14. " PLL_INPUT_SELECT ,PLL input select" "HFX output,24mhz RO output" bitfld.long 0x00 13. " PLL_RESET_N ,PLL resetn" "Reset,No reset" textline " " bitfld.long 0x00 12. " PLL_ENABLE ,PLL enable" "Disabled,Enabled" bitfld.long 0x00 9.--11. " HFX_DC_CONTROL ,HFX DC control" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x00 4.--8. " HFX_GM_ADJUST ,HFX GM adjust" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31" bitfld.long 0x00 1. " HFX_BYPASS ,HFX bypass" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " HFX_ENABLE ,HFX enable" "Disabled,Enabled" line.long 0x04 "CLKMAN_CLK_CTRL,System Clock Controls" bitfld.long 0x04 24. " RTOS_MODE ,RTOS mode" "Shut off,Run" bitfld.long 0x04 21.--22. " WATCHDOG1_SOURCE_SELECT ,Watchdog 1 clock source select" "Scaled sys clock source,RTC oscillator,24mhz ring oscillator,Nano-ring oscillator" textline " " bitfld.long 0x04 20. " WATCHDOG1_GATE_N ,Watchdog 1 clock gaten" "Enabled,Disabled" bitfld.long 0x04 17.--18. " WATCHDOG0_SOURCE_SELECT ,Watchdog 0 clock source select" "Scaled sys clock source,RTC oscillator,24mhz ring oscillator,Nano-ring oscillator" textline " " bitfld.long 0x04 16. " WATCHDOG0_GATE_N ,Watchdog 0 clock gaten" "Enabled,Disabled" bitfld.long 0x04 12. " CRYPTO_GATE_N ,Crypto clock gaten" "Enabled,Disabled" textline " " bitfld.long 0x04 9.--10. " ADC_SOURCE_SELECT ,ADC clock source select" "24mhz system clock,PLL 8mhz output,HFX clock source,24mhz ring oscillator" bitfld.long 0x04 8. " ADC_GATE_N ,ADC clock gaten" "Enabled,Disabled" textline " " bitfld.long 0x04 4. " USB_GATE_N ,USB clock gaten" "Enabled,Disabled" bitfld.long 0x04 3. " AUTO_CLK_DISABLE ,Auto clock disable" "No,Yes" textline " " bitfld.long 0x04 1.--2. " SYSTEM_SOURCE_SELECT ,System clock source select" "24mhz relaxation osc/8,24mhz relaxation osc,HFX input,PLL 48mhz output/2" line.long 0x08 "CLKMAN_INTFL,Interrupt Flags" eventfld.long 0x08 2. " CRYPTO_STABLE ,Crypto oscillator stable int flag" "Not stable,Stable" eventfld.long 0x08 1. " PLL_STABLE ,PLL output stable int flag" "Not stable,Stable" textline " " eventfld.long 0x08 0. " RING_STABLE ,24mhz relaxation osc stable int flag" "Not stable,Stable" line.long 0x0C "CLKMAN_INTEN,Interrupt Enable/disable Controls" bitfld.long 0x0C 2. " CRYPTO_STABLE ,Crypto oscillator stable int enable" "Disabled,Enabled" bitfld.long 0x0C 1. " PLL_STABLE ,PLL output stable int enable" "Disabled,Enabled" textline " " bitfld.long 0x0C 0. " RING_STABLE ,24mhz relaxation oscillator stable int enable" "Disabled,Enabled" line.long 0x10 "CLKMAN_TRIM_CALC,Trim Calculation Controls" hexmask.long.word 0x10 16.--25. 1. " TRIM_CALC_RESULTS ,Trim calculation results" bitfld.long 0x10 3. " TRIM_ENABLE ,Trim logic enable" "Disabled,Enabled" textline " " rbitfld.long 0x10 2. " TRIM_CALC_COMPLETED ,Trim calculation completed" "In progress,Completed" bitfld.long 0x10 1. " TRIM_CALC_START ,Start trim calculation" "Not started,Started" textline " " bitfld.long 0x10 0. " TRIM_CLK_SEL ,Trim clock select" "24mhz ring oscillator,Crypto ring oscillator/2" group.long 0x24++0x03 line.long 0x00 "CLKMAN_I2C_TIMER_CTRL,I2C Timer Control" bitfld.long 0x00 0. " I2C_1MS_TIMER_EN ,I2C 1ms timer enable" "Disabled,Enabled" group.long 0x40++0x1F line.long 0x00 "CLKMAN_CLK_CTRL_0_SYSTEM,Control Settings For CLK0 - System Clock" bitfld.long 0x00 0.--3. " SYS_CLK_SCALE ,Control settings for CLK0 - system clock" "Disabled,/1,/2,/4,/8,/16,/32,/64,/128,/256,/1,/1,/1,/1,/1,/1" line.long 0x04 "CLKMAN_CLK_CTRL_1_GPIO,Control Settings For CLK" bitfld.long 0x04 0.--3. " GPIO_CLK_SCALE ,Control settings for CLK1 - GPIO module clock" "Disabled,/1,/2,/4,/8,/16,/32,/64,/128,/256,/1,/1,/1,/1,/1,/1" line.long 0x08 "CLKMAN_CLK_CTRL_2_PT,Control Settings For CLK2 - Pulse Train Module" bitfld.long 0x08 0.--3. " PULSE_TRAIN_CLK_SCALE ,Control settings for CLK2 - pulse train module clock" "Disabled,/1,/2,/4,/8,/16,/32,/64,/128,/256,/1,/1,/1,/1,/1,/1" line.long 0x0C "CLKMAN_CLK_CTRL_3_SPI0,Control Settings For CLK3 - SPI0 Master Clock" bitfld.long 0x0C 0.--3. " SPI0_CLK_SCALE ,Control settings for CLK3 - SPI0 master clock" "Disabled,/1,/2,/4,/8,/16,/32,/64,/128,/256,/1,/1,/1,/1,/1,/1" line.long 0x10 "CLKMAN_CLK_CTRL_4_SPI1,Control Settings For CLK4 - SPI1 Master Clock" bitfld.long 0x10 0.--3. " SPI1_CLK_SCALE ,Control settings for CLK4 - SPI1 master clock" "Disabled,/1,/2,/4,/8,/16,/32,/64,/128,/256,/1,/1,/1,/1,/1,/1" line.long 0x14 "CLKMAN_CLK_CTRL_5_SPI2,Control Settings For CLK5 - SPI2 Master Clock" bitfld.long 0x14 0.--3. " SPI2_CLK_SCALE ,Control settings for CLK5 - SPI2 master clock" "Disabled,/1,/2,/4,/8,/16,/32,/64,/128,/256,/1,/1,/1,/1,/1,/1" line.long 0x18 "CLKMAN_CLK_CTRL_6_I2CM,Control Settings For CLK6 - Clock For All I2C Masters" bitfld.long 0x18 0.--3. " I2CM_CLK_SCALE ,Control settings for CLK6 - clock for all I2C masters" "Disabled,/1,/2,/4,/8,/16,/32,/64,/128,/256,/1,/1,/1,/1,/1,/1" line.long 0x1C "CLKMAN_CLK_CTRL_7_I2CS,Control Settings For CLK7 - I2C Slave Clock" bitfld.long 0x1C 0.--3. " I2CS_CLK_SCALE ,Control settings for CLK7 - I2C slave clock" "Disabled,/1,/2,/4,/8,/16,/32,/64,/128,/256,/1,/1,/1,/1,/1,/1" sif (cpuis("MAX32600P*")||cpuis("MAX32600M*")) group.long 0x60++0x47 line.long 0x00 "CLKMAN_CLK_CTRL_8_LCD_CHPUMP,Control Settings For CLK8 - LCD Charge Pump" bitfld.long 0x00 0.--3. " LCD_CLK_SCALE ,Control settings for CLK8 - LCD charge pump clock" "Disabled,/1,/2,/4,/8,/16,/32,/64,/128,/256,/1,/1,/1,/1,/1,/1" endif group.long 0x64++0x03 line.long 0x00 "CLKMAN_CLK_CTRL_9_PUF,Control Settings For CLK9 - PUF Clock" bitfld.long 0x00 0.--3. " PUF_CLK_SCALE ,Control settings for CLK9 - PUF clock" "Disabled,/1,/2,/4,/8,/16,/32,/64,/128,/256,/1,/1,/1,/1,/1,/1" sif (cpuis("MAX3260*B")) group.long 0x68++0x27 line.long 0x00 "CLKMAN_CLK_CTRL_10_PRNG,Control Settings For CLK10 - PRNG Clock" bitfld.long 0x00 0.--3. " PRNG_CLK_SCALE ,Control settings for CLK10 - PRNG clock" "Disabled,/1,/2,/4,/8,/16,/32,/64,/128,/256,/1,/1,/1,/1,/1,/1" endif group.long 0x6C++0x1B line.long 0x00 "CLKMAN_CLK_CTRL_11_WDT0,Control Settings For CLK11 - Watchdog Timer 0 Scaledsysclk" bitfld.long 0x00 0.--3. " WATCHDOG0_CLK_SCALE ,Control settings for CLK11 - watchdog timer 0 scaledsysclk" "Disabled,/1,/2,/4,/8,/16,/32,/64,/128,/256,/1,/1,/1,/1,/1,/1" line.long 0x04 "CLKMAN_CLK_CTRL_12_WDT,Watchdog Timer 1 Scaledsysclk" bitfld.long 0x04 0.--3. " WATCHDOG1_CLK_SCALE ,Control settings for CLK12 - watchdog timer 1 scaledsysclk" "Disabled,/1,/2,/4,/8,/16,/32,/64,/128,/256,/1,/1,/1,/1,/1,/1" line.long 0x08 "CLKMAN_CLK_CTRL_13_RTC_INT_SYNC,Control Settings For CLK13 - RTC Interrupt Sync Clock" bitfld.long 0x08 0.--3. " RTC_CLK_SCALE ,Control settings for CLK13 - RTC interrupt sync clock" "Disabled,/1,/2,/4,/8,/16,/32,/64,/128,/256,/1,/1,/1,/1,/1,/1" line.long 0x0C "CLKMAN_CLK_CTRL_14_DAC0,Control Settings For CLK14 - 12-bit DAC 0 Clock" bitfld.long 0x0C 0.--3. " DAC0_CLK_SCALE ,Control settings for CLK14 - 12-bit DAC 0 clock" "Disabled,/1,/2,/4,/8,/16,/32,/64,/128,/256,/1,/1,/1,/1,/1,/1" line.long 0x10 "CLKMAN_CLK_CTRL_15_DAC," bitfld.long 0x10 0.--3. " DAC1_CLK_SCALE ,Control settings for CLK15 - 12-bit DAC 1 clock" "Disabled,/1,/2,/4,/8,/16,/32,/64,/128,/256,/1,/1,/1,/1,/1,/1" line.long 0x14 "CLKMAN_CLK_CTRL_16_DAC2,Control Settings For CLK16 - 8-bit DAC 0 Clock" bitfld.long 0x14 0.--3. " DAC2_CLK_SCALE ,Control settings for CLK16 - 8-bit DAC 0 clock" "Disabled,/1,/2,/4,/8,/16,/32,/64,/128,/256,/1,/1,/1,/1,/1,/1" line.long 0x18 "CLKMAN_CLK_CTRL_17_DAC3,Control Settings For CLK17 - 8-bit DAC" bitfld.long 0x18 0.--3. " DAC3_CLK_SCALE ,Control settings for CLK17 - 8-bit DAC 1 clock" "Disabled,/1,/2,/4,/8,/16,/32,/64,/128,/256,/1,/1,/1,/1,/1,/1" sif (cpuis("MAX3260*B")) group.long 0x100++0x0B line.long 0x00 "CLKMAN_CRYPT_CLK_CTRL_0_AES,Control Settings For Crypto Clock 0 - AES" bitfld.long 0x00 0.--3. " AES_CLK_SCALE ,Control settings for crypto clock 0 - AES" "Disabled,/1,/2,/4,/8,/16,/32,/64,/128,/256,/1,/1,/1,/1,/1,/1" line.long 0x04 "CLKMAN_CRYPT_CLK_CTRL_1_MAA,Control Settings For Crypto Clock 1 - MAA" bitfld.long 0x04 0.--3. " UMAA_CLK_SCALE ,Control settings for crypto clock 1 - MAA" "Disabled,/1,/2,/4,/8,/16,/32,/64,/128,/256,/1,/1,/1,/1,/1,/1" line.long 0x08 "CLKMAN_CRYPT_CLK_CTRL_2_PRNG,Control Settings For Crypto Clock 2 - PRNG" bitfld.long 0x08 0.--3. " PRNG_CLK_SCALE ,Control settings for crypto clock 2 - PRNG" "Disabled,/1,/2,/4,/8,/16,/32,/64,/128,/256,/1,/1,/1,/1,/1,/1" endif group.long 0x140++0x0B line.long 0x00 "CLKMAN_CLK_GATE_CTRL0,Dynamic Clock Gating Control Register 0" bitfld.long 0x00 30.--31. " USB_CLK_GATER ,Clock gating control for USB" "Clock off,Gating enabled,Clock on,Clock on" bitfld.long 0x00 28.--29. " WATCHDOG1_CLK_GATER ,Clock gating control for WDT 1" "Clock off,Gating enabled,Clock on,Clock on" textline " " bitfld.long 0x00 26.--27. " WATCHDOG0_CLK_GATER ,Clock gating control for WDT 0" "Clock off,Gating enabled,Clock on,Clock on" bitfld.long 0x00 24.--25. " TIMER3_CLK_GATER ,Clock gating control for timer module 3" "Clock off,Gating enabled,Clock on,Clock on" textline " " bitfld.long 0x00 22.--23. " TIMER2_CLK_GATER ,Clock gating control for timer module 2" "Clock off,Gating enabled,Clock on,Clock on" bitfld.long 0x00 20.--21. " TIMER1_CLK_GATER ,Clock gating control for timer module 1" "Clock off,Gating enabled,Clock on,Clock on" textline " " bitfld.long 0x00 18.--19. " TIMER0_CLK_GATER ,Clock gating control for timer module 0" "Clock off,Gating enabled,Clock on,Clock on" bitfld.long 0x00 16.--17. " UART1_CLK_GATER ,Clock gating control for UART 1" "Clock off,Gating enabled,Clock on,Clock on" textline " " bitfld.long 0x00 14.--15. " UART0_CLK_GATER ,Clock gating control for UART 0" "Clock off,Gating enabled,Clock on,Clock on" bitfld.long 0x00 12.--13. " SYSMAN_CLK_GATER ,Clock gating control for clkman/pwrman/ioman" "Clock off,Gating enabled,Clock on,Clock on" textline " " bitfld.long 0x00 10.--11. " APB_BRIDGE_CLK_GATER ,Clock gating control for AHB-to-APB bridge" "Clock off,Gating enabled,Clock on,Clock on" bitfld.long 0x00 8.--9. " SRAM_CLK_GATER ,Clock gating control for SRAM" "Clock off,Gating enabled,Clock on,Clock on" textline " " bitfld.long 0x00 6.--7. " FLASH_CLK_GATER ,Clock gating control for flash memory" "Clock off,Gating enabled,Clock on,Clock on" bitfld.long 0x00 4.--5. " ICACHE_CLK_GATER ,Clock gating control for instruction cache" "Clock off,Gating enabled,Clock on,Clock on" textline " " bitfld.long 0x00 2.--3. " SYSBUS_CLK_GATER ,Clock gating control for sysbus" "Clock off,Gating enabled,Clock on,Clock on" bitfld.long 0x00 0.--1. " CM3_CLK_GATER ,Clock gating control for CM3 CPU" "Clock off,Gating enabled,Clock on,Clock on" line.long 0x04 "CLKMAN_CLK_GATE_CTRL1,Dynamic Clock Gating Control Register 1" bitfld.long 0x04 30.--31. " I2CS_CLK_GATER ,Clock gating control for I2C slave" "Clock off,Gating enabled,Clock on,Clock on" bitfld.long 0x04 28.--29. " I2CM1_CLK_GATER ,Clock gating control for I2C master 1" "Clock off,Gating enabled,Clock on,Clock on" textline " " bitfld.long 0x04 26.--27. " I2CM0_CLK_GATER ,Clock gating control for I2C master 0" "Clock off,Gating enabled,Clock on,Clock on" bitfld.long 0x04 24.--25. " SPI2_CLK_GATER ,Clock gating control for SPI 2" "Clock off,Gating enabled,Clock on,Clock on" textline " " bitfld.long 0x04 22.--23. " SPI1_CLK_GATER ,Clock gating control for SPI 1" "Clock off,Gating enabled,Clock on,Clock on" bitfld.long 0x04 20.--21. " SPI0_CLK_GATER ,Clock gating control for SPI 0" "Clock off,Gating enabled,Clock on,Clock on" textline " " bitfld.long 0x04 18.--19. " PULSETRAIN_CLK_GATER ,Clock gating control for pulse train" "Clock off,Gating enabled,Clock on,Clock on" bitfld.long 0x04 16.--17. " GPIO_CLK_GATER ,Clock gating control for GPIO" "Clock off,Gating enabled,Clock on,Clock on" textline " " sif (cpuis("MAX32600P*")||cpuis("MAX32600M*")) bitfld.long 0x04 14.--15. " LCD_CLK_GATER ,Clock gating control for LCD" "Clock off,Gating enabled,Clock on,Clock on" textline " " endif bitfld.long 0x04 12.--13. " PMU_CLK_GATER ,Clock gating control for DMA (Pmu)" "Clock off,Gating enabled,Clock on,Clock on" bitfld.long 0x04 10.--11. " DAC8_1_CLK_GATER ,Clock gating control for DAC3" "Clock off,Gating enabled,Clock on,Clock on" textline " " bitfld.long 0x04 8.--9. " DAC8_0_CLK_GATER ,Clock gating control for DAC2" "Clock off,Gating enabled,Clock on,Clock on" bitfld.long 0x04 6.--7. " DAC12_1_CLK_GATER ,Clock gating control for DAC1" "Clock off,Gating enabled,Clock on,Clock on" textline " " bitfld.long 0x04 4.--5. " DAC12_0_CLK_GATER ,Clock gating control for DAC0" "Clock off,Gating enabled,Clock on,Clock on" bitfld.long 0x04 2.--3. " ADC_CLK_GATER ,Clock gating control for ADC" "Clock off,Gating enabled,Clock on,Clock on" textline " " bitfld.long 0x04 0.--1. " TESTACC_CLK_GATER ,Clock gating control for testacc" "Clock off,Gating enabled,Clock on,Clock on" line.long 0x08 "CLKMAN_CLK_GATE_CTRL2,Dynamic Clock Gating Control Register 2" bitfld.long 0x08 6.--7. " PAD_CLK_GATER ,Clock gating control for pad interface" "Clock off,Gating enabled,Clock on,Clock on" bitfld.long 0x08 4.--5. " SSBMUX_CLK_GATER ,Clock gating control for SSB mux" "Clock off,Gating enabled,Clock on,Clock on" textline " " sif (cpuis("MAX3260*B")) bitfld.long 0x08 2.--3. " TPU_CLK_GATER ,Clock gating control for TPU" "Clock off,Gating enabled,Clock on,Clock on" textline " " endif bitfld.long 0x08 0.--1. " CRC_CLK_GATER ,Clock gating control for CRC16/32 engine" "Clock off,Gating enabled,Clock on,Clock on" width 0x0B tree.end tree "WDT (Watchdog Timers)" base ad:0x40008000 width 16. tree "WDT0" if (((per.l(ad:0x40008000+0x0+0x10))&0xFFFFFFFF)==0x00000000) group.long 0x0++0x03 line.long 0x00 "WDT0_CTRL,Watchdog Timer Control Register" bitfld.long 0x00 12.--15. " WAIT_PERIOD ,Period from WDT clear to clear window begin" "2^31,2^30,2^29,2^28,2^27,2^26,2^25,2^24,2^23,2^22,2^21,2^20,2^19,2^18,2^17,2^16" bitfld.long 0x00 9. " EN_CLOCK ,Watchdog clock gate " "Disabled,Enabled" bitfld.long 0x00 8. " EN_TIMER ,Watchdog timer enable" "Disabled,Enabled" bitfld.long 0x00 4.--7. " RST_PERIOD ,Period from WDT clear to reset flag set" "2^31,2^30,2^29,2^28,2^27,2^26,2^25,2^24,2^23,2^22,2^21,2^20,2^19,2^18,2^17,2^16" textline " " bitfld.long 0x00 0.--3. " INT_PERIOD ,Period from WDT clear to interrupt flag set" "2^31,2^30,2^29,2^28,2^27,2^26,2^25,2^24,2^23,2^22,2^21,2^20,2^19,2^18,2^17,2^16" else rgroup.long 0x0++0x03 line.long 0x00 "WDT0_CTRL,Watchdog Timer Control Register" bitfld.long 0x00 12.--15. " WAIT_PERIOD ,Period from WDT clear to clear window begin" "2^31,2^30,2^29,2^28,2^27,2^26,2^25,2^24,2^23,2^22,2^21,2^20,2^19,2^18,2^17,2^16" bitfld.long 0x00 9. " EN_CLOCK ,Watchdog clock gate " "Disabled,Enabled" bitfld.long 0x00 8. " EN_TIMER ,Watchdog timer enable" "Disabled,Enabled" bitfld.long 0x00 4.--7. " RST_PERIOD ,Period from WDT clear to reset flag set" "2^31,2^30,2^29,2^28,2^27,2^26,2^25,2^24,2^23,2^22,2^21,2^20,2^19,2^18,2^17,2^16" textline " " bitfld.long 0x00 0.--3. " INT_PERIOD ,Period from WDT clear to interrupt flag set" "2^31,2^30,2^29,2^28,2^27,2^26,2^25,2^24,2^23,2^22,2^21,2^20,2^19,2^18,2^17,2^16" endif group.long 0x04++0x0F line.long 0x00 "WDT0_CLEAR,Watchdog Timer Clear Register (Feed Dog)" line.long 0x04 "WDT0_FLAGS,Watchdog Interrupt and Reset Flags" eventfld.long 0x04 2. " RESET_OUT ,Watchdog reset flag" "No reset,Reset" eventfld.long 0x04 1. " PRE_WIN ,Watchdog pre-window clear interrupt flag" "Not cleared,Cleared" eventfld.long 0x04 0. " TIMEOUT ,Watchdog timeout interrupt flag" "No timeout,Timeout" line.long 0x08 "WDT0_ENABLE,Interrupt/Reset Enable/Disable Controls" bitfld.long 0x08 2. " RESET_OUT ,Enable watchdog reset output" "Disabled,Enabled" bitfld.long 0x08 1. " PRE_WIN ,Enable watchdog pre-window reset interrupt" "Disabled,Enabled" bitfld.long 0x08 0. " TIMEOUT ,Enable watchdog interrupt" "Disabled,Enabled" line.long 0x0C "WDT0_LOCK_CTRL,Lock Register Setting for WDT CTRL" hexmask.long.byte 0x0C 0.--7. 1. " WDLOCK ,Lock for control register" tree.end tree "WDT1" if (((per.l(ad:0x40008000+0x1000+0x10))&0xFFFFFFFF)==0x00000000) group.long 0x1000++0x03 line.long 0x00 "WDT1_CTRL,Watchdog Timer Control Register" bitfld.long 0x00 12.--15. " WAIT_PERIOD ,Period from WDT clear to clear window begin" "2^31,2^30,2^29,2^28,2^27,2^26,2^25,2^24,2^23,2^22,2^21,2^20,2^19,2^18,2^17,2^16" bitfld.long 0x00 9. " EN_CLOCK ,Watchdog clock gate " "Disabled,Enabled" bitfld.long 0x00 8. " EN_TIMER ,Watchdog timer enable" "Disabled,Enabled" bitfld.long 0x00 4.--7. " RST_PERIOD ,Period from WDT clear to reset flag set" "2^31,2^30,2^29,2^28,2^27,2^26,2^25,2^24,2^23,2^22,2^21,2^20,2^19,2^18,2^17,2^16" textline " " bitfld.long 0x00 0.--3. " INT_PERIOD ,Period from WDT clear to interrupt flag set" "2^31,2^30,2^29,2^28,2^27,2^26,2^25,2^24,2^23,2^22,2^21,2^20,2^19,2^18,2^17,2^16" else rgroup.long 0x1000++0x03 line.long 0x00 "WDT1_CTRL,Watchdog Timer Control Register" bitfld.long 0x00 12.--15. " WAIT_PERIOD ,Period from WDT clear to clear window begin" "2^31,2^30,2^29,2^28,2^27,2^26,2^25,2^24,2^23,2^22,2^21,2^20,2^19,2^18,2^17,2^16" bitfld.long 0x00 9. " EN_CLOCK ,Watchdog clock gate " "Disabled,Enabled" bitfld.long 0x00 8. " EN_TIMER ,Watchdog timer enable" "Disabled,Enabled" bitfld.long 0x00 4.--7. " RST_PERIOD ,Period from WDT clear to reset flag set" "2^31,2^30,2^29,2^28,2^27,2^26,2^25,2^24,2^23,2^22,2^21,2^20,2^19,2^18,2^17,2^16" textline " " bitfld.long 0x00 0.--3. " INT_PERIOD ,Period from WDT clear to interrupt flag set" "2^31,2^30,2^29,2^28,2^27,2^26,2^25,2^24,2^23,2^22,2^21,2^20,2^19,2^18,2^17,2^16" endif group.long 0x04++0x0F line.long 0x00 "WDT1_CLEAR,Watchdog Timer Clear Register (Feed Dog)" line.long 0x04 "WDT1_FLAGS,Watchdog Interrupt and Reset Flags" eventfld.long 0x04 2. " RESET_OUT ,Watchdog reset flag" "No reset,Reset" eventfld.long 0x04 1. " PRE_WIN ,Watchdog pre-window clear interrupt flag" "Not cleared,Cleared" eventfld.long 0x04 0. " TIMEOUT ,Watchdog timeout interrupt flag" "No timeout,Timeout" line.long 0x08 "WDT1_ENABLE,Interrupt/Reset Enable/Disable Controls" bitfld.long 0x08 2. " RESET_OUT ,Enable watchdog reset output" "Disabled,Enabled" bitfld.long 0x08 1. " PRE_WIN ,Enable watchdog pre-window reset interrupt" "Disabled,Enabled" bitfld.long 0x08 0. " TIMEOUT ,Enable watchdog interrupt" "Disabled,Enabled" line.long 0x0C "WDT1_LOCK_CTRL,Lock Register Setting for WDT CTRL" hexmask.long.byte 0x0C 0.--7. 1. " WDLOCK ,Lock for control register" tree.end width 0x0B tree.end tree "RTCTMR (Real Time Clock Timer)" base ad:0x40090A00 width 22. group.long 0x00++0x17 line.long 0x00 "RTCTMR_CTRL,RTC Timer Control" sif (!cpuis("MAX3260*")) rbitfld.long 0x00 30. " ACTIVE_TRANS_0 ,Active trans 0" "Not pending,Pending" rbitfld.long 0x00 29. " TRIM_CLR_ACTIVE ,Trim clr active" "Not pending,Pending" rbitfld.long 0x00 28. " TRIM_SLOWER_ACTIVE ,Trim slower active" "Not pending,Pending" textline " " rbitfld.long 0x00 27. " TRIM_ENABLE_ACTIVE ,Trim enable active" "Not pending,Pending" textline " " endif rbitfld.long 0x00 26. " CMPR0_CLR_ACTIVE ,Cmpr0 clr active" "Not pending,Pending" rbitfld.long 0x00 25. " CMPR1_CLR_ACTIVE ,Cmpr1 clr active" "Not pending,Pending" textline " " rbitfld.long 0x00 24. " PRESCALE_UPDATE_ACTIVE ,Prescale update active" "Not pending,Pending" rbitfld.long 0x00 23. " PRESCALE_CMPR0_ACTIVE ,Prescale cmpr0 active" "Not pending,Pending" rbitfld.long 0x00 22. " ROLLOVER_CLR_ACTIVE ,Rollover clr active" "Not pending,Pending" textline " " rbitfld.long 0x00 21. " RTC_CLR_ACTIVE ,Timer clr active" "Not pending,Pending" rbitfld.long 0x00 20. " RTC_SET_ACTIVE ,Timer set active" "Not pending,Pending" rbitfld.long 0x00 19. " OSC_FRCE_ST_ACTIVE ,Osc frce st active" "Not pending,Pending" textline " " rbitfld.long 0x00 18. " OSC_FRCE_SM_EN_ACTIVE ,Osc frce sm en active" "Not pending,Pending" rbitfld.long 0x00 17. " OSC_GOTO_LOW_ACTIVE ,Osc goto low active" "Not pending,Pending" rbitfld.long 0x00 16. " RTC_ENABLE_ACTIVE ,Timer enable active" "Not pending,Pending" textline " " sif (!cpuis("MAX3260*")) bitfld.long 0x00 6.--7. " SNOOZE_ENABLE ,Snooze enable" "Disabled,Mode A,Mode B," bitfld.long 0x00 5. " AUTO_UPDATE_DISABLE ,Auto update disable" "No,Yes" textline " " endif bitfld.long 0x00 4. " AGGRESSIVE_RST ,Use aggressive reset mode" "Not used,Used" bitfld.long 0x00 3. " USE_ASYNC_FLAGS ,Use async RTC flags" "Not used,Used" rbitfld.long 0x00 2. " PENDING ,RTC transaction pending" "Not pending,Pending" textline " " bitfld.long 0x00 1. " CLEAR ,RTC timer clear bit" "No effect,Clear" bitfld.long 0x00 0. " ENABLE ,RTC timer enable" "Disabled,Enabled" line.long 0x04 "RTCTMR_TIMER,RTC Timer Count Value" line.long 0x08 "RTCTMR_COMP0,RTC Time of Day Alarm 0 Compare Register" line.long 0x10 "RTCTMR_COMP1,RTC Time of Day Alarm 1 Compare Register" line.long 0x14 "RTCTMR_FLAGS,CPU Interrupt and RTC Domain Flags" bitfld.long 0x14 31. " ASYNC_CLR_FLAGS ,Asynchronus RTC flag clear" "No effect,CLear" sif (!cpuis("MAX3260*")) bitfld.long 0x14 29. " SNOOZE_B ,Activate RTC snooze alarm mode B" "No effect,Activate" bitfld.long 0x14 28. " SNOOZE_A ,Activate RTC snooze alarm mode A" "No effect,Activate" endif textline " " rbitfld.long 0x14 12. " TRIM_FLAG_A ,RTC trim event 4kHz flag" "Not detected,Detected" rbitfld.long 0x14 11. " OVERFLOW_FLAG_A ,RTC overflow 4kHz flag" "Not detected,Detected" rbitfld.long 0x14 10. " PRESCL_FLAG_A ,RTC prescale compare 4kHz flag" "Not detected,Detected" textline " " rbitfld.long 0x14 9. " COMP1_FLAG_A ,RTC compare 1 4kHz flag" "Not matched,Matched" rbitfld.long 0x14 8. " COMP0_FLAG_A ,RTC compare 0 4kHz flag" "Not matched,Matched" bitfld.long 0x14 5. " SNOOZE ,Activate RTC snooze alarm" "No effect,Activate" textline " " eventfld.long 0x14 4. " TRIM ,RTC trim interrupt flag" "No adjustment,Adjustment" eventfld.long 0x14 3. " OVERFLOW ,RTC overflow interrupt flag" "No overflow,Overflow" eventfld.long 0x14 2. " PRESCALE_COMP ,RTC prescale compare int flag" "No match,Match" textline " " eventfld.long 0x14 1. " COMP1 ,RTC compare 1 interrupt flag" "No interrupt,Interrupt" eventfld.long 0x14 0. " COMP0 ,RTC compare 0 interrupt flag" "No interrupt,Interrupt" sif (!cpuis("MAX3260*")) group.long 0x18++0x03 line.long 0x00 "RTCTMR_SNZ_VAL,RTC Timer Alarm Snooze Value" hexmask.long.word 0x00 0.--9. 1. " VALUE ,Snooze value" endif group.long 0x1C++0x0F line.long 0x00 "RTCTMR_INTEN,Interrupt Enable Controls" bitfld.long 0x00 4. " TRIM ,RTC trim adjust event interrupt enable" "Disabled,Enabled" bitfld.long 0x00 3. " OVERFLOW ,RTC overflow interrupt enable" "Disabled,Enabled" bitfld.long 0x00 2. " PRESCALE_COMP ,RTC prescale compare int enable" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " COMP1 ,RTC time of day alarm (compare 1) interrupt enable" "Disabled,Enabled" bitfld.long 0x00 0. " COMP0 ,RTC time of day alarm (compare 0) interrupt enable" "Disabled,Enabled" line.long 0x04 "RTCTMR_PRESCALE,RTC Timer Prescale Setting" bitfld.long 0x04 0.--3. " PRESCALE ,RTC timer prescale setting" "4kHz,2kHz,1kHz,512Hz,256Hz,128Hz,64Hz,32Hz,16Hz,8Hz,4Hz,2Hz,1Hz,?..." line.long 0x08 "RTCTMR_PRESCALE_MASK,RTC Timer Prescale Compare Mask" bitfld.long 0x08 0.--3. " PRESCALE_MASK ,RTC timer prescale compare mask" "0000h,0001h,0003h,0007h,000Fh,001Fh,003Fh,007Fh,00FFh,01FFh,03FFh,07FFh,0FFFh,?..." line.long 0x0C "RTCTMR_TRIM_CTRL,RTC Timer Trim Controls" rbitfld.long 0x0C 2. " TRIM_SLOWER_R ,RTC trim direction status" "Faster,Slower" bitfld.long 0x0C 1. " TRIM_FASTER_OVR_R ,Force RTC trim to faster" "Not forced,Forced" bitfld.long 0x0C 0. " TRIM_ENABLE_R ,Enable RTL trim of RTC timer" "Disabled,Enabled" if (((per.l(ad:0x40090A00+0x28))&0x02)==0x00) group.long 0x2C++0x03 line.long 0x00 "RTCTMR_TRIM_VALUE,RTC Timer Trim Adjustment Interval" bitfld.long 0x00 18. " TRIM_SLOWER_CONTROL ,Trim direction" "Faster,Slower" hexmask.long.tbyte 0x00 0.--17. 1. " TRIM_VALUE ,Trim PPM Value" else group.long 0x2C++0x03 line.long 0x00 "RTCTMR_TRIM_VALUE,RTC Timer Trim Adjustment Interval" hexmask.long.tbyte 0x00 0.--17. 1. " TRIM_VALUE ,Trim PPM Value" endif width 0x0B tree.end tree "RTCCFG (Real Time Clock Configuration)" base ad:0x40090A70 width 18. rgroup.long 0x00++0x03 line.long 0x00 "RTCCFG_NANO_CNTR,Nano Oscillator Counter Read Register" hexmask.long.word 0x00 0.--15. 1. " NANORING_COUNTER ,Nano oscillator counter" group.long 0x04++0x03 line.long 0x00 "RTCCFG_CLK_CTRL,RTC Clock Control Settings" bitfld.long 0x00 2. " NANO_EN ,Nano oscillator enable" "Disabled,Enabled" bitfld.long 0x00 1. " OSC2_EN ,Oscillator 2 enable" "Disabled,Enabled" bitfld.long 0x00 0. " OSC1_EN ,Oscillator 1 enable" "Disabled,Enabled" sif (cpuis("MAX3260*")) group.long 0x08++0x03 line.long 0x00 "RTCCFG_DSEN_CTRL,Dynamic Tamper Sensor Control" bitfld.long 0x00 0. " DSEN_DISABLE ,Dynamic Tamper Sensor disable" "No,Yes" endif if (((per.l(ad:0x40090A70+0x0C))&0x04)==0x04) group.long 0x0C++0x03 line.long 0x00 "RTCCFG_OSC_CTRL,RTC Oscillator Control" rbitfld.long 0x00 3. " OSC_DISABLE_O ,Oscillator disable status" "Not in reset,In reset" bitfld.long 0x00 2. " OSC_DISABLE_SEL ,Oscillator disable select" "Power sequencer,Osc_disable_r bit" bitfld.long 0x00 1. " OSC_DISABLE_R ,Oscillator disable" "No,Yes" bitfld.long 0x00 0. " OSC_BYPASS ,Oscillator bypass" "No effect,Held" else group.long 0x0C++0x03 line.long 0x00 "RTCCFG_OSC_CTRL,RTC Oscillator Control" rbitfld.long 0x00 3. " OSC_DISABLE_O ,Oscillator disable status" "Not in reset,In reset" bitfld.long 0x00 2. " OSC_DISABLE_SEL ,Oscillator disable select" "Power sequencer,Osc_disable_r bit" bitfld.long 0x00 0. " OSC_BYPASS ,Oscillator bypass" "No effect,Held" endif width 0x0B tree.end tree.open "TMR (Timer/Counters)" tree "Timer 0" base ad:0x40012000 width 19. if (((per.l(ad:0x40012000))&0x08)==0x00) if (((per.l(ad:0x40012000))&0x07)>=0x02) group.long 0x00++0x03 line.long 0x00 "TMR0_CTRL,Timer Control Register" bitfld.long 0x00 12. " ENABLE0 ,Enable 32-bit timer 0" "Disabled,Enabled" bitfld.long 0x00 8. " POLARITY ,Timer I/O polarity" "Normal,Inverted" bitfld.long 0x00 4.--7. " PRESCALE ,Timer clock prescale setting" "/1,/2,/4,/8,/16,/32,/64,/128,/256,/512,/1024,/2048,/4096,?..." bitfld.long 0x00 3. " TMR2X16 ,Dual 16-bit timer mode" "Single 32-bit,Dual 16-bit" textline " " bitfld.long 0x00 0.--2. " MODE ,Operating modes for 32-bit timer" "One Shot Mode,Continuous Mode,Counter Mode,PWM Mode,Capture Mode,Compare Mode,Gated Mode,Measurement Mode" else group.long 0x00++0x03 line.long 0x00 "TMR0_CTRL,Timer Control Register" bitfld.long 0x00 12. " ENABLE0 ,Enable 32-bit timer 0" "Disabled,Enabled" bitfld.long 0x00 4.--7. " PRESCALE ,Timer clock prescale setting" "/1,/2,/4,/8,/16,/32,/64,/128,/256,/512,/1024,/2048,/4096,?..." bitfld.long 0x00 3. " TMR2X16 ,Dual 16-bit timer mode" "Single 32-bit,Dual 16-bit" textline " " bitfld.long 0x00 0.--2. " MODE ,Operating modes for 32-bit timer" "One Shot Mode,Continuous Mode,Counter Mode,PWM Mode,Capture Mode,Compare Mode,Gated Mode,Measurement Mode" endif group.long 0x04++0x0B line.long 0x00 "TMR0_COUNT32,Timer [32 bit] Current Count Value" line.long 0x04 "TMR0_TERM_CNT32,Timer [32 bit] Terminal Count Setting" line.long 0x08 "TMR0_PWM_CAP32,Timer [32 bit] PWM Compare Setting or Capture/Measure Value" group.long 0x20++0x07 line.long 0x00 "TMR0_INTFL,Timer Module Interrupt Flags" eventfld.long 0x00 0. " TIMER0 ,Interrupt flag for 32-bit timer 0" "No interrupt,Interrupt" line.long 0x04 "TMR0_INTEN,Timer Module Interrupt Enable/Disable Settings" bitfld.long 0x04 0. " TIMER0 ,Interrupt enable for 32-bit timer 0" "Disabled,Enabled" else group.long 0x00++0x03 line.long 0x00 "TMR0_CTRL,Timer Control Register" bitfld.long 0x00 13. " ENABLE1 ,Enable 16-bit timer 1" "Disabled,Enabled" bitfld.long 0x00 12. " ENABLE0 ,Enable 16-bit timer 0" "Disabled,Enabled" bitfld.long 0x00 4.--7. " PRESCALE ,Timer clock prescale setting" "/1,/2,/4,/8,/16,/32,/64,/128,/256,/512,/1024,/2048,/4096,?..." bitfld.long 0x00 3. " TMR2X16 ,Dual 16-bit timer mode" "Single 32-bit,Dual 16-bit" textline " " sif (cpuis("MAX3260*")) bitfld.long 0x00 1. " MODE1 ,Operating modes for 16-bit timer 1" "One Shot Mode,Continuous Mode" bitfld.long 0x00 0. " MODE0 ,Operating modes for 16-bit timer 0" "One Shot Mode,Continuous Mode" else bitfld.long 0x00 0.--1. " MODE ,Operating modes for 16-bit timer" "One Shot Mode,Continuous Mode,One Shot Mode,Continuous Mode" endif group.long 0x10++0x17 line.long 0x00 "TMR0_COUNT16_0,[16 bit] Current Count Value, 16-bit Timer 0" hexmask.long.word 0x00 0.--15. 1. " VALUE ,Count value" line.long 0x04 "TMR0_TERM_CNT16_0,[16 bit] Terminal Count Setting, 16-bit Timer 0" hexmask.long.word 0x04 0.--15. 1. " TERM_COUNT ,Terminal count setting" line.long 0x08 "TMR0_COUNT16_1,[16 bit] Current Count Value, 16-bit Timer 1" hexmask.long.word 0x08 0.--15. 1. " VALUE ,Count value" line.long 0x0C "TMR0_TERM_CNT16_1,[16 bit] Terminal Count Setting, 16-bit Timer 1" hexmask.long.word 0x0C 0.--15. 1. " TERM_COUNT ,Terminal count setting" line.long 0x10 "TMR0_INTFL,Timer Module Interrupt Flags" eventfld.long 0x10 1. " TIMER1 ,Interrupt flag for 16-bit timer 1" "No interrupt,Interrupt" eventfld.long 0x10 0. " TIMER0 ,Interrupt flag for 16-bit timer 0" "No interrupt,Interrupt" line.long 0x14 "TMR0_INTEN,Timer Module Interrupt Enable/Disable Settings" bitfld.long 0x14 1. " TIMER1 ,Interrupt enable for 16-bit timer 1" "Disabled,Enabled" bitfld.long 0x14 0. " TIMER0 ,Interrupt enable for 32-bit timer 0" "Disabled,Enabled" endif width 0x0B tree.end tree "Timer 1" base ad:0x40013000 width 19. if (((per.l(ad:0x40013000))&0x08)==0x00) if (((per.l(ad:0x40013000))&0x07)>=0x02) group.long 0x00++0x03 line.long 0x00 "TMR1_CTRL,Timer Control Register" bitfld.long 0x00 12. " ENABLE0 ,Enable 32-bit timer 0" "Disabled,Enabled" bitfld.long 0x00 8. " POLARITY ,Timer I/O polarity" "Normal,Inverted" bitfld.long 0x00 4.--7. " PRESCALE ,Timer clock prescale setting" "/1,/2,/4,/8,/16,/32,/64,/128,/256,/512,/1024,/2048,/4096,?..." bitfld.long 0x00 3. " TMR2X16 ,Dual 16-bit timer mode" "Single 32-bit,Dual 16-bit" textline " " bitfld.long 0x00 0.--2. " MODE ,Operating modes for 32-bit timer" "One Shot Mode,Continuous Mode,Counter Mode,PWM Mode,Capture Mode,Compare Mode,Gated Mode,Measurement Mode" else group.long 0x00++0x03 line.long 0x00 "TMR1_CTRL,Timer Control Register" bitfld.long 0x00 12. " ENABLE0 ,Enable 32-bit timer 0" "Disabled,Enabled" bitfld.long 0x00 4.--7. " PRESCALE ,Timer clock prescale setting" "/1,/2,/4,/8,/16,/32,/64,/128,/256,/512,/1024,/2048,/4096,?..." bitfld.long 0x00 3. " TMR2X16 ,Dual 16-bit timer mode" "Single 32-bit,Dual 16-bit" textline " " bitfld.long 0x00 0.--2. " MODE ,Operating modes for 32-bit timer" "One Shot Mode,Continuous Mode,Counter Mode,PWM Mode,Capture Mode,Compare Mode,Gated Mode,Measurement Mode" endif group.long 0x04++0x0B line.long 0x00 "TMR1_COUNT32,Timer [32 bit] Current Count Value" line.long 0x04 "TMR1_TERM_CNT32,Timer [32 bit] Terminal Count Setting" line.long 0x08 "TMR1_PWM_CAP32,Timer [32 bit] PWM Compare Setting or Capture/Measure Value" group.long 0x20++0x07 line.long 0x00 "TMR1_INTFL,Timer Module Interrupt Flags" eventfld.long 0x00 0. " TIMER0 ,Interrupt flag for 32-bit timer 0" "No interrupt,Interrupt" line.long 0x04 "TMR1_INTEN,Timer Module Interrupt Enable/Disable Settings" bitfld.long 0x04 0. " TIMER0 ,Interrupt enable for 32-bit timer 0" "Disabled,Enabled" else group.long 0x00++0x03 line.long 0x00 "TMR1_CTRL,Timer Control Register" bitfld.long 0x00 13. " ENABLE1 ,Enable 16-bit timer 1" "Disabled,Enabled" bitfld.long 0x00 12. " ENABLE0 ,Enable 16-bit timer 0" "Disabled,Enabled" bitfld.long 0x00 4.--7. " PRESCALE ,Timer clock prescale setting" "/1,/2,/4,/8,/16,/32,/64,/128,/256,/512,/1024,/2048,/4096,?..." bitfld.long 0x00 3. " TMR2X16 ,Dual 16-bit timer mode" "Single 32-bit,Dual 16-bit" textline " " sif (cpuis("MAX3260*")) bitfld.long 0x00 1. " MODE1 ,Operating modes for 16-bit timer 1" "One Shot Mode,Continuous Mode" bitfld.long 0x00 0. " MODE0 ,Operating modes for 16-bit timer 0" "One Shot Mode,Continuous Mode" else bitfld.long 0x00 0.--1. " MODE ,Operating modes for 16-bit timer" "One Shot Mode,Continuous Mode,One Shot Mode,Continuous Mode" endif group.long 0x10++0x17 line.long 0x00 "TMR1_COUNT16_0,[16 bit] Current Count Value, 16-bit Timer 0" hexmask.long.word 0x00 0.--15. 1. " VALUE ,Count value" line.long 0x04 "TMR1_TERM_CNT16_0,[16 bit] Terminal Count Setting, 16-bit Timer 0" hexmask.long.word 0x04 0.--15. 1. " TERM_COUNT ,Terminal count setting" line.long 0x08 "TMR1_COUNT16_1,[16 bit] Current Count Value, 16-bit Timer 1" hexmask.long.word 0x08 0.--15. 1. " VALUE ,Count value" line.long 0x0C "TMR1_TERM_CNT16_1,[16 bit] Terminal Count Setting, 16-bit Timer 1" hexmask.long.word 0x0C 0.--15. 1. " TERM_COUNT ,Terminal count setting" line.long 0x10 "TMR1_INTFL,Timer Module Interrupt Flags" eventfld.long 0x10 1. " TIMER1 ,Interrupt flag for 16-bit timer 1" "No interrupt,Interrupt" eventfld.long 0x10 0. " TIMER0 ,Interrupt flag for 16-bit timer 0" "No interrupt,Interrupt" line.long 0x14 "TMR1_INTEN,Timer Module Interrupt Enable/Disable Settings" bitfld.long 0x14 1. " TIMER1 ,Interrupt enable for 16-bit timer 1" "Disabled,Enabled" bitfld.long 0x14 0. " TIMER0 ,Interrupt enable for 32-bit timer 0" "Disabled,Enabled" endif width 0x0B tree.end tree "Timer 2" base ad:0x40014000 width 19. if (((per.l(ad:0x40014000))&0x08)==0x00) if (((per.l(ad:0x40014000))&0x07)>=0x02) group.long 0x00++0x03 line.long 0x00 "TMR2_CTRL,Timer Control Register" bitfld.long 0x00 12. " ENABLE0 ,Enable 32-bit timer 0" "Disabled,Enabled" bitfld.long 0x00 8. " POLARITY ,Timer I/O polarity" "Normal,Inverted" bitfld.long 0x00 4.--7. " PRESCALE ,Timer clock prescale setting" "/1,/2,/4,/8,/16,/32,/64,/128,/256,/512,/1024,/2048,/4096,?..." bitfld.long 0x00 3. " TMR2X16 ,Dual 16-bit timer mode" "Single 32-bit,Dual 16-bit" textline " " bitfld.long 0x00 0.--2. " MODE ,Operating modes for 32-bit timer" "One Shot Mode,Continuous Mode,Counter Mode,PWM Mode,Capture Mode,Compare Mode,Gated Mode,Measurement Mode" else group.long 0x00++0x03 line.long 0x00 "TMR2_CTRL,Timer Control Register" bitfld.long 0x00 12. " ENABLE0 ,Enable 32-bit timer 0" "Disabled,Enabled" bitfld.long 0x00 4.--7. " PRESCALE ,Timer clock prescale setting" "/1,/2,/4,/8,/16,/32,/64,/128,/256,/512,/1024,/2048,/4096,?..." bitfld.long 0x00 3. " TMR2X16 ,Dual 16-bit timer mode" "Single 32-bit,Dual 16-bit" textline " " bitfld.long 0x00 0.--2. " MODE ,Operating modes for 32-bit timer" "One Shot Mode,Continuous Mode,Counter Mode,PWM Mode,Capture Mode,Compare Mode,Gated Mode,Measurement Mode" endif group.long 0x04++0x0B line.long 0x00 "TMR2_COUNT32,Timer [32 bit] Current Count Value" line.long 0x04 "TMR2_TERM_CNT32,Timer [32 bit] Terminal Count Setting" line.long 0x08 "TMR2_PWM_CAP32,Timer [32 bit] PWM Compare Setting or Capture/Measure Value" group.long 0x20++0x07 line.long 0x00 "TMR2_INTFL,Timer Module Interrupt Flags" eventfld.long 0x00 0. " TIMER0 ,Interrupt flag for 32-bit timer 0" "No interrupt,Interrupt" line.long 0x04 "TMR2_INTEN,Timer Module Interrupt Enable/Disable Settings" bitfld.long 0x04 0. " TIMER0 ,Interrupt enable for 32-bit timer 0" "Disabled,Enabled" else group.long 0x00++0x03 line.long 0x00 "TMR2_CTRL,Timer Control Register" bitfld.long 0x00 13. " ENABLE1 ,Enable 16-bit timer 1" "Disabled,Enabled" bitfld.long 0x00 12. " ENABLE0 ,Enable 16-bit timer 0" "Disabled,Enabled" bitfld.long 0x00 4.--7. " PRESCALE ,Timer clock prescale setting" "/1,/2,/4,/8,/16,/32,/64,/128,/256,/512,/1024,/2048,/4096,?..." bitfld.long 0x00 3. " TMR2X16 ,Dual 16-bit timer mode" "Single 32-bit,Dual 16-bit" textline " " sif (cpuis("MAX3260*")) bitfld.long 0x00 1. " MODE1 ,Operating modes for 16-bit timer 1" "One Shot Mode,Continuous Mode" bitfld.long 0x00 0. " MODE0 ,Operating modes for 16-bit timer 0" "One Shot Mode,Continuous Mode" else bitfld.long 0x00 0.--1. " MODE ,Operating modes for 16-bit timer" "One Shot Mode,Continuous Mode,One Shot Mode,Continuous Mode" endif group.long 0x10++0x17 line.long 0x00 "TMR2_COUNT16_0,[16 bit] Current Count Value, 16-bit Timer 0" hexmask.long.word 0x00 0.--15. 1. " VALUE ,Count value" line.long 0x04 "TMR2_TERM_CNT16_0,[16 bit] Terminal Count Setting, 16-bit Timer 0" hexmask.long.word 0x04 0.--15. 1. " TERM_COUNT ,Terminal count setting" line.long 0x08 "TMR2_COUNT16_1,[16 bit] Current Count Value, 16-bit Timer 1" hexmask.long.word 0x08 0.--15. 1. " VALUE ,Count value" line.long 0x0C "TMR2_TERM_CNT16_1,[16 bit] Terminal Count Setting, 16-bit Timer 1" hexmask.long.word 0x0C 0.--15. 1. " TERM_COUNT ,Terminal count setting" line.long 0x10 "TMR2_INTFL,Timer Module Interrupt Flags" eventfld.long 0x10 1. " TIMER1 ,Interrupt flag for 16-bit timer 1" "No interrupt,Interrupt" eventfld.long 0x10 0. " TIMER0 ,Interrupt flag for 16-bit timer 0" "No interrupt,Interrupt" line.long 0x14 "TMR2_INTEN,Timer Module Interrupt Enable/Disable Settings" bitfld.long 0x14 1. " TIMER1 ,Interrupt enable for 16-bit timer 1" "Disabled,Enabled" bitfld.long 0x14 0. " TIMER0 ,Interrupt enable for 32-bit timer 0" "Disabled,Enabled" endif width 0x0B tree.end tree "Timer 3" base ad:0x40015000 width 19. if (((per.l(ad:0x40015000))&0x08)==0x00) if (((per.l(ad:0x40015000))&0x07)>=0x02) group.long 0x00++0x03 line.long 0x00 "TMR3_CTRL,Timer Control Register" bitfld.long 0x00 12. " ENABLE0 ,Enable 32-bit timer 0" "Disabled,Enabled" bitfld.long 0x00 8. " POLARITY ,Timer I/O polarity" "Normal,Inverted" bitfld.long 0x00 4.--7. " PRESCALE ,Timer clock prescale setting" "/1,/2,/4,/8,/16,/32,/64,/128,/256,/512,/1024,/2048,/4096,?..." bitfld.long 0x00 3. " TMR2X16 ,Dual 16-bit timer mode" "Single 32-bit,Dual 16-bit" textline " " bitfld.long 0x00 0.--2. " MODE ,Operating modes for 32-bit timer" "One Shot Mode,Continuous Mode,Counter Mode,PWM Mode,Capture Mode,Compare Mode,Gated Mode,Measurement Mode" else group.long 0x00++0x03 line.long 0x00 "TMR3_CTRL,Timer Control Register" bitfld.long 0x00 12. " ENABLE0 ,Enable 32-bit timer 0" "Disabled,Enabled" bitfld.long 0x00 4.--7. " PRESCALE ,Timer clock prescale setting" "/1,/2,/4,/8,/16,/32,/64,/128,/256,/512,/1024,/2048,/4096,?..." bitfld.long 0x00 3. " TMR2X16 ,Dual 16-bit timer mode" "Single 32-bit,Dual 16-bit" textline " " bitfld.long 0x00 0.--2. " MODE ,Operating modes for 32-bit timer" "One Shot Mode,Continuous Mode,Counter Mode,PWM Mode,Capture Mode,Compare Mode,Gated Mode,Measurement Mode" endif group.long 0x04++0x0B line.long 0x00 "TMR3_COUNT32,Timer [32 bit] Current Count Value" line.long 0x04 "TMR3_TERM_CNT32,Timer [32 bit] Terminal Count Setting" line.long 0x08 "TMR3_PWM_CAP32,Timer [32 bit] PWM Compare Setting or Capture/Measure Value" group.long 0x20++0x07 line.long 0x00 "TMR3_INTFL,Timer Module Interrupt Flags" eventfld.long 0x00 0. " TIMER0 ,Interrupt flag for 32-bit timer 0" "No interrupt,Interrupt" line.long 0x04 "TMR3_INTEN,Timer Module Interrupt Enable/Disable Settings" bitfld.long 0x04 0. " TIMER0 ,Interrupt enable for 32-bit timer 0" "Disabled,Enabled" else group.long 0x00++0x03 line.long 0x00 "TMR3_CTRL,Timer Control Register" bitfld.long 0x00 13. " ENABLE1 ,Enable 16-bit timer 1" "Disabled,Enabled" bitfld.long 0x00 12. " ENABLE0 ,Enable 16-bit timer 0" "Disabled,Enabled" bitfld.long 0x00 4.--7. " PRESCALE ,Timer clock prescale setting" "/1,/2,/4,/8,/16,/32,/64,/128,/256,/512,/1024,/2048,/4096,?..." bitfld.long 0x00 3. " TMR2X16 ,Dual 16-bit timer mode" "Single 32-bit,Dual 16-bit" textline " " sif (cpuis("MAX3260*")) bitfld.long 0x00 1. " MODE1 ,Operating modes for 16-bit timer 1" "One Shot Mode,Continuous Mode" bitfld.long 0x00 0. " MODE0 ,Operating modes for 16-bit timer 0" "One Shot Mode,Continuous Mode" else bitfld.long 0x00 0.--1. " MODE ,Operating modes for 16-bit timer" "One Shot Mode,Continuous Mode,One Shot Mode,Continuous Mode" endif group.long 0x10++0x17 line.long 0x00 "TMR3_COUNT16_0,[16 bit] Current Count Value, 16-bit Timer 0" hexmask.long.word 0x00 0.--15. 1. " VALUE ,Count value" line.long 0x04 "TMR3_TERM_CNT16_0,[16 bit] Terminal Count Setting, 16-bit Timer 0" hexmask.long.word 0x04 0.--15. 1. " TERM_COUNT ,Terminal count setting" line.long 0x08 "TMR3_COUNT16_1,[16 bit] Current Count Value, 16-bit Timer 1" hexmask.long.word 0x08 0.--15. 1. " VALUE ,Count value" line.long 0x0C "TMR3_TERM_CNT16_1,[16 bit] Terminal Count Setting, 16-bit Timer 1" hexmask.long.word 0x0C 0.--15. 1. " TERM_COUNT ,Terminal count setting" line.long 0x10 "TMR3_INTFL,Timer Module Interrupt Flags" eventfld.long 0x10 1. " TIMER1 ,Interrupt flag for 16-bit timer 1" "No interrupt,Interrupt" eventfld.long 0x10 0. " TIMER0 ,Interrupt flag for 16-bit timer 0" "No interrupt,Interrupt" line.long 0x14 "TMR3_INTEN,Timer Module Interrupt Enable/Disable Settings" bitfld.long 0x14 1. " TIMER1 ,Interrupt enable for 16-bit timer 1" "Disabled,Enabled" bitfld.long 0x14 0. " TIMER0 ,Interrupt enable for 32-bit timer 0" "Disabled,Enabled" endif width 0x0B tree.end tree.end tree "AES (Advanced Encryption Standard)" base ad:0x40011400 width 17. group.long 0x00++0x03 line.long 0x00 "AES_CTRL,AES Control And Status" sif (!cpuis("MAX3260*")) bitfld.long 0x00 7. " LOAD_HW_KEY ,AES load hardware key" "Not loaded,Loaded" textline " " endif eventfld.long 0x00 6. " INTFL ,AES interrupt flag" "No interrupt,Interrupt" bitfld.long 0x00 5. " INTEN ,AES interrupt enable" "Disabled,Enabled" bitfld.long 0x00 3.--4. " KEY_SIZE ,AES key size select" "128-bit,192-bit,256-bit,?..." textline " " bitfld.long 0x00 2. " EXP_KEY_MODE ,AES expanded key mode" "New key,Existing key" bitfld.long 0x00 1. " CRYPT_MODE ,AES encrypt/decrypt mode" "Encryption,Decryption" bitfld.long 0x00 0. " START ,AES start/busy" "Not started,Started" wgroup.long 0x08++0x03 line.long 0x00 "AES_ERASE_ALL,Write To Trigger AES Memory Erase" group.long ad:0x4010A000++0x0F line.long 0x00 "AES_MEM_INP0,AES Input 0 (Least Significant 32 Bits)" line.long 0x04 "AES_MEM_INP1,AES Input 1" line.long 0x08 "AES_MEM_INP2,AES Input 2" line.long 0x0C "AES_MEM_INP3,AES Input 3 (Most Significant 32 Bits)" wgroup.long (ad:0x4010A000+0x10)++0x1F line.long 0x00 "AES_MEM_KEY0,AES Key 0 (Least Significant 32 Bits)" line.long 0x04 "AES_MEM_KEY1,AES Key 1" line.long 0x08 "AES_MEM_KEY2,AES Key 2" line.long 0x0C "AES_MEM_KEY3,AES Key 3" line.long 0x10 "AES_MEM_KEY4,AES Key 4" line.long 0x14 "AES_MEM_KEY5,AES Key 5" line.long 0x18 "AES_MEM_KEY6,AES Key 6" line.long 0x1C "AES_MEM_KEY7,AES Key 7 (Most Significant 32 Bits)" group.long (ad:0x4010A000+0x30)++0x0F line.long 0x00 "AES_MEM_OUT0,AES Output 0 (Least Significant 32 Bits)" line.long 0x04 "AES_MEM_OUT1,AES Output 1" line.long 0x08 "AES_MEM_OUT2,AES Output 2" line.long 0x0C "AES_MEM_OUT3,AES Output 3 (Most Significant 32 Bits)" wgroup.long (ad:0x4010A000+0x40)++0x1F line.long 0x00 "AES_MEM_EXPKEY0,AES Expanded Key Data 0" line.long 0x04 "AES_MEM_EXPKEY1,AES Expanded Key Data 1" line.long 0x08 "AES_MEM_EXPKEY2,AES Expanded Key Data 2" line.long 0x0C "AES_MEM_EXPKEY3,AES Expanded Key Data 3" line.long 0x10 "AES_MEM_EXPKEY4,AES Expanded Key Data 4" line.long 0x14 "AES_MEM_EXPKEY5,AES Expanded Key Data 5" line.long 0x18 "AES_MEM_EXPKEY6,AES Expanded Key Data 6" line.long 0x1C "AES_MEM_EXPKEY7,AES Expanded Key Data 7" width 0x0B tree.end sif (cpuis("MAX3260*B")) tree "MAA (Modular Arithmetic Accelerator)" base ad:0x40011800 width 13. if (((per.l(ad:0x40011800+0x04))&0x3FF)>=257.) group.long 0x00++0x03 line.long 0x00 "MAA_CTRL,MAA Control, Configuration And Status" bitfld.long 0x00 28.--31. " SEG_TMP ,Temporary memory segment select" "A800-A83F,A800-A83F,A840-A87F,A840-A87F,A880-A8BF,A880-A8BF,A8C0-A8FF,A8C0-A8FF,A900-A93F,A900-A93F,?..." bitfld.long 0x00 24.--27. " SEG_RES ,Result memory segment select" "A800-A83F,A800-A83F,A840-A87F,A840-A87F,A880-A8BF,A880-A8BF,A8C0-A8FF,A8C0-A8FF,A900-A93F,A900-A93F,?..." bitfld.long 0x00 20.--23. " SEG_B ,Operand B memory segment select" "A800-A83F,A800-A83F,A840-A87F,A840-A87F,A880-A8BF,A880-A8BF,A8C0-A8FF,A8C0-A8FF,A900-A93F,A900-A93F,?..." textline " " bitfld.long 0x00 16.--19. " SEG_A ,Operand A memory segment select" "A800-A83F,A800-A83F,A840-A87F,A840-A87F,A880-A8BF,A880-A8BF,A8C0-A8FF,A8C0-A8FF,A900-A93F,A900-A93F,?..." bitfld.long 0x00 14.--15. " OFS_MOD ,Modulus memory select" "No offset,+16,+32,+64" bitfld.long 0x00 12.--13. " OFS_EXP ,Exponent memory offset select" "No offset,+16,+32,+64" textline " " bitfld.long 0x00 10.--11. " OFS_B ,Operand B memory offset select" "No offset,+16,+32,+64" bitfld.long 0x00 8.--9. " OFS_A ,Operand A memory offset select" "No offset,+16,+32,+64" bitfld.long 0x00 7. " IF_ERROR ,Interrupt flag - error" "No error,Error" textline " " bitfld.long 0x00 6. " INTEN ,MAA interrupt enable" "Disabled,Enabled" bitfld.long 0x00 5. " IF_DONE ,Interrupt flag - calculation done" "No,Yes" bitfld.long 0x00 4. " OCALC ,Optimized calculation control" "Disabled,Enabled" textline " " bitfld.long 0x00 1.--3. " OPSEL ,Select operation type" "Exponentiation,Square,Multiply,Square/multiply,Addition,Subtraction,?..." bitfld.long 0x00 0. " START ,Start MAA calculation" "Not started,Started" else group.long 0x00++0x03 line.long 0x00 "MAA_CTRL,MAA Control, Configuration And Status" bitfld.long 0x00 28.--31. " SEG_TMP ,Temporary memory segment select" "A800-A83F,A820-A83F/A800-A81F,A840-A87F,A860-A87F/A840-A85F,A880-A8BF,A8A0-A8BF/A880-A89F,A8C0-A8F,A8E0-A8FF/A8C0-A8DF,A900-A93F,A920-A93F/A900-A91F,?..." bitfld.long 0x00 24.--27. " SEG_RES ,Result memory segment select" "A800-A83F,A820-A83F/A800-A81F,A840-A87F,A860-A87F/A840-A85F,A880-A8BF,A8A0-A8BF/A880-A89F,A8C0-A8F,A8E0-A8FF/A8C0-A8DF,A900-A93F,A920-A93F/A900-A91F,?..." bitfld.long 0x00 20.--23. " SEG_B ,Operand B memory segment select" "A800-A83F,A820-A83F/A800-A81F,A840-A87F,A860-A87F/A840-A85F,A880-A8BF,A8A0-A8BF/A880-A89F,A8C0-A8F,A8E0-A8FF/A8C0-A8DF,A900-A93F,A920-A93F/A900-A91F,?..." textline " " bitfld.long 0x00 16.--19. " SEG_A ,Operand A memory segment select" "A800-A83F,A820-A83F/A800-A81F,A840-A87F,A860-A87F/A840-A85F,A880-A8BF,A8A0-A8BF/A880-A89F,A8C0-A8F,A8E0-A8FF/A8C0-A8DF,A900-A93F,A920-A93F/A900-A91F,?..." bitfld.long 0x00 14.--15. " OFS_MOD ,Modulus memory select" "No offset,+16,+16,+16" bitfld.long 0x00 12.--13. " OFS_EXP ,Exponent memory offset select" "No offset,+16,+16,+16" textline " " bitfld.long 0x00 10.--11. " OFS_B ,Operand B memory offset select" "No offset,+16,+16,+16" bitfld.long 0x00 8.--9. " OFS_A ,Operand A memory offset select" "No offset,+16,+16,+16" bitfld.long 0x00 7. " IF_ERROR ,Interrupt flag - error" "No error,Error" textline " " bitfld.long 0x00 6. " INTEN ,MAA interrupt enable" "Disabled,Enabled" bitfld.long 0x00 5. " IF_DONE ,Interrupt flag - calculation done" "No,Yes" bitfld.long 0x00 4. " OCALC ,Optimized calculation control" "Disabled,Enabled" textline " " bitfld.long 0x00 1.--3. " OPSEL ,Select operation type" "Exponentiation,Square,Multiply,Square/multiply,Addition,Subtraction,?..." bitfld.long 0x00 0. " START ,Start MAA calculation" "Not started,Started" endif group.long 0x04++0x03 line.long 0x00 "MAA_MAWS,MAA Word (Operand) Size, Big/little Endian Mode Select" bitfld.long 0x00 15. " BYTESWAP ,Big endian byte mode" "Not swapped,Swapped" hexmask.long.word 0x00 0.--9. 1. " MODLEN ,MAA word size" group.long ad:0x4010A840++0x03 line.long 0x00 "MAA_MEM_SEG,MAA Memory Segments" button "Data" "d (ad:0x4010A840)--(ad:0x4010A840+0x13F) /long" width 0x0B tree.end tree "TPU (Trust Protection Unit)" base ad:0x40011200 width 19. group.long 0x00++0x07 line.long 0x00 "PRNG_USER_ENTROPY,PRNG User Entropy Value" hexmask.long.byte 0x00 0.--7. 1. " DATA ,Data to combine with clock entropy to generate PRNG" line.long 0x04 "PRNG_RND_NUM,PRNG Random Number Output" tree "TPU TSR" width 16. base ad:0x40011C00 group.long 0x00++0x0B line.long 0x00 "TPU_TSR_STATUS,Dynamic Tamper Sensor Status" bitfld.long 0x00 8. " DRSTRIG ,DRS triggered by the dynamic tamper sensor" "Not triggered,Triggered" bitfld.long 0x00 0. " DTSTRIG ,dynamic tamper sensor triggered" "Not triggered,Triggered" line.long 0x04 "TPU_TSR_CTRL0,Dynamic Tamper Sensor Control 0" bitfld.long 0x04 15. " LOCK ,Lock Bit" "Not locked,Locked" rbitfld.long 0x04 14. " RTC_TX_BUSY ,RTC Domain Tx Busy" "Idle,Busy" bitfld.long 0x04 8.--10. " CLOCK_DIV ,Dynamic Sensor Clock Div" "/1,/2,/4,/8,/16,/32,/64," textline " " bitfld.long 0x04 5.--7. " OUT_FREQ ,Dynamic Sensor Output Frequency" "/4,/8,/16,/32,/64,/128,/256," bitfld.long 0x04 0.--4. " ERR_THR ,Dynamic Sensor Error Threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31" line.long 0x08 "TPU_TSR_CTRL1,Dynamic Tamper Sensor Control 1" bitfld.long 0x08 0. " ENABLE ,Dynamic tamper sensor DRS enable" "Disabled,Enabled" group.long 0x10++0x0F line.long 0x00 "TPU_TSR_SKS0,TPU Secure Key Storage Register 0 (Cleared on Tamper Detect)" line.long 0x04 "TPU_TSR_SKS1,TPU Secure Key Storage Register 1 (Cleared on Tamper Detect)" line.long 0x08 "TPU_TSR_SKS2,TPU Secure Key Storage Register 2 (Cleared on Tamper Detect)" line.long 0x0C "TPU_TSR_SKS3,TPU Secure Key Storage Register 3 (Cleared on Tamper Detect)" tree.end width 0xB tree.end tree "CRC (Cyclic Redundancy Check)" base ad:0x40010000 width 18. group.long 0x00++0x0B line.long 0x00 "CRC_RESEED,CRC-16/CRC-32 Reseed Controls" bitfld.long 0x00 1. " CRC32 ,Reseed CRC32 Generator" "No,Yes" bitfld.long 0x00 0. " CRC16 ,Reseed CRC16 Generator" "No,Yes" line.long 0x04 "CRC_SEED16,Reseed Value for CRC-16 Calculations" line.long 0x08 "CRC_SEED32,Reseed Value for CRC-32 Calculations" group.long 0xFB000++0x03 line.long 0x00 "CRC_DATA_VALUE16,Write Next CRC-16 Data Value / Read CRC-16 Result Value" button "Data" "d (ad:0x40010000+0xFB000)--(ad:0x40010000+0xFB7FF) /long" group.long 0xFB800++0x03 line.long 0x00 "CRC_DATA_VALUE32,Write Next CRC-32 Data Value / Read CRC-32 Result Value" button "Data" "d (ad:0x40010000+0xFB800)--(ad:0x40010000+0xFBFFF) /long" width 0xB tree.end endif sif (cpuis("MAX3260?P*")||cpuis("MAX3260?M*")) tree "LCD (LCD Controller)" base ad:0x40060000 width 14. group.long 0x00++0x17 line.long 0x00 "LCD_LCFG,LCD Configuration / Control Register" bitfld.long 0x00 6. " DATAHOLD ,Display memory data hold" "No,Yes" bitfld.long 0x00 2. " STOP_MODE_EN ,Stop mode operation enable" "Disabled,Enabled" bitfld.long 0x00 1. " OPERATING_MODE ,LCD operating mode (Opm)" "SEG/COM,Pattern" bitfld.long 0x00 0. " LCD_EN ,LCD display enable (Dpe)" "Disabled,Enabled" line.long 0x04 "LCD_LCRA,LCD Internal Resistor Adjust / Duty Cycle / Bias Mode" bitfld.long 0x04 14.--15. " DUTY_CYCLE ,LCD output duty cycle and bias selection" "Static,1/2,1/3,1/4" bitfld.long 0x04 8.--12. " FRAME_RATE ,Pattern generation frame rate" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31" bitfld.long 0x04 4. " GND_EN ,LCD internal resistor ground connect" "Disabled,VADJ" bitfld.long 0x04 0.--3. " REG_ADJ ,LCD internal resistor adjust value" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x08 "LCD_LPCF,LCD Port Configuration Register" bitfld.long 0x08 19. " E19 ,Enable SEG38 and SEG39" "Disabled,Enabled" bitfld.long 0x08 18. " E18 ,Enable SEG36 and SEG37" "Disabled,Enabled" bitfld.long 0x08 17. " E17 ,Enable SEG34 and SEG35" "Disabled,Enabled" bitfld.long 0x08 16. " E16 ,Enable SEG32 and SEG33" "Disabled,Enabled" textline " " bitfld.long 0x08 15. " E15 ,Enable SEG30 and SEG31" "Disabled,Enabled" bitfld.long 0x08 14. " E14 ,Enable SEG28 and SEG29" "Disabled,Enabled" bitfld.long 0x08 13. " E13 ,Enable SEG26 and SEG27" "Disabled,Enabled" bitfld.long 0x08 12. " E12 ,Enable SEG24 and SEG25" "Disabled,Enabled" textline " " bitfld.long 0x08 11. " E11 ,Enable SEG22 and SEG23" "Disabled,Enabled" bitfld.long 0x08 10. " E10 ,Enable SEG20 and SEG21" "Disabled,Enabled" bitfld.long 0x08 9. " E9 ,Enable SEG18 and SEG19" "Disabled,Enabled" bitfld.long 0x08 8. " E8 ,Enable SEG16 and SEG17" "Disabled,Enabled" textline " " bitfld.long 0x08 7. " E7 ,Enable SEG14 and SEG15" "Disabled,Enabled" bitfld.long 0x08 6. " E6 ,Enable SEG12 and SEG13" "Disabled,Enabled" bitfld.long 0x08 5. " E5 ,Enable SEG10 and SEG11" "Disabled,Enabled" bitfld.long 0x08 4. " E4 ,Enable SEG8 and SEG9" "Disabled,Enabled" textline " " bitfld.long 0x08 3. " E3 ,Enable SEG6 and SEG7" "Disabled,Enabled" bitfld.long 0x08 2. " E2 ,Enable SEG4 and SEG5" "Disabled,Enabled" bitfld.long 0x08 1. " E1 ,Enable SEG2 and SEG3" "Disabled,Enabled" bitfld.long 0x08 0. " E0 ,Enable SEG0 and SEG1" "Disabled,Enabled" line.long 0x0C "LCD_LCADDR,LCD Display Memory Address Select Register" bitfld.long 0x0C 6.--7. " PAGE_SEL ,Display memory page select" "0,?..." bitfld.long 0x0C 0.--4. " ADDR_SEL ,Display memory address select" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,?..." line.long 0x10 "LCD_LCDATA,LCD Display Memory Data Register" hexmask.long.byte 0x10 0.--7. 1. " DATA ,LCD display memory data" line.long 0x14 "LCD_LPWRCTRL,LCD Power Control Register" rbitfld.long 0x14 30. " PUMP_VREADY ,LCD voltage pump ready" "0,1" rbitfld.long 0x14 24. " PUMPUP ,LCD voltage pump up" "0,1" bitfld.long 0x14 5.--6. " LCD_VSEL ,LCD vsel" "0,1,2,3" bitfld.long 0x14 4. " ENBG_4_LCD ,Enable bg_4_lcd" "0,1" textline " " bitfld.long 0x14 3. " BIAS_POWERUP ,Bias powerup" "0,1" bitfld.long 0x14 2. " HIGHBAT_STARTUP ,Highbat startup mode" "0,1" bitfld.long 0x14 1. " FREERUN ,Free run mode" "0,1" bitfld.long 0x14 0. " POWERUP ,LCD powerup" "0,1" width 0x0B tree.end endif tree "FLC (Flash Controller)" base ad:0x400F0000 width 18. group.long 0x00++0x0B line.long 0x00 "FLC_FADDR,Flash Operation Address" hexmask.long.tbyte 0x00 0.--17. 1. " FADDR ,Flash operation address" line.long 0x04 "FLC_FCKDIV,Flash Clock Rate Divisor" bitfld.long 0x04 0.--4. " FCKDIV ,Flash clock rate divisor" "Disabled,/1,/2,/3,/4,/5,/6,/7,/8,/9,/10,/11,/12,/13,/14,/15,/16,/17,/18,/19,/20,/21,/22,/23,/24,/25,/26,/27,/28,/29,/30,/31" line.long 0x08 "FLC_CTRL,Flash Control Register" bitfld.long 0x08 28.--31. " FLSH_UNLOCK ,Flash write/erase enable" "Disabled,Disabled,Enabled,Disabled,Disabled,Disabled,Disabled,Disabled,Disabled,Disabled,Disabled,Disabled,Disabled,Disabled,Disabled,Disabled" bitfld.long 0x08 27. " AUTO_INCRE_MODE ,Address Auto-Increment mode" "Disabled,Enabled" rbitfld.long 0x08 25. " INFO_BLOCK_VALID ,Info block valid status" "Not valid,Valid" textline " " rbitfld.long 0x08 24. " PENDING ,Flash controller init state" "Inactive,Active" rbitfld.long 0x08 17. " WRITE_ENABLE ,Flash writes enabled" "Disabled,Enabled" rbitfld.long 0x08 16. " INFO_BLOCK_UNLOCK ,Flash info block locked" "Not locked,Locked" textline " " hexmask.long.byte 0x08 8.--15. 1. " ERASE_CODE ,Flash erase code" bitfld.long 0x08 2. " PAGE_ERASE ,Start flash page erase operation" "Not erased,Erased" bitfld.long 0x08 1. " MASS_ERASE ,Start flash mass erase operation" "Not erased,Erased" textline " " bitfld.long 0x08 0. " WRITE ,Start flash write operation" "Not started,Started" group.long 0x24++0x03 line.long 0x00 "FLC_INTR,Flash Controller Interrupt Flags And Enable/disable 0" bitfld.long 0x00 9. " FAILED_IE ,Flash operation failed interrupt enable" "Disabled,Enabled" bitfld.long 0x00 8. " STARTED_IE ,Flash operation started interrupt enable" "Disabled,Enabled" bitfld.long 0x00 1. " FAILED_IF ,Flash operation failed" "Not failed,Failed" textline " " bitfld.long 0x00 0. " STARTED_IF ,Flash operation started" "Not started,Started" group.long 0x30++0x03 line.long 0x00 "FLC_FDATA,Flash Operation Data Register" group.long 0x50++0x03 line.long 0x00 "FLC_PERFORM,Flash Performance Settings" bitfld.long 0x00 8. " FAST_READ_MODE_EN ,Fast read mode enable" "Disabled,Enabled" bitfld.long 0x00 0. " DELAY_SE_EN ,Delay SE enable" "Disabled,Enabled" rgroup.long 0x80++0x03 line.long 0x00 "FLC_STATUS,Security Status Flags" bitfld.long 0x00 3. " AUTO_LOCK ,Debug locked - auto lock" "Not locked,Locked" bitfld.long 0x00 1. " JTAG_LOCK_STATIC ,Debug locked - firmware lockout" "Not locked,Locked" bitfld.long 0x00 0. " JTAG_LOCK_WINDOW ,Debug locked - hardware window" "Not locked,Locked" if (((per.l(ad:0x400F0000+0x88))&0xF0000000)==0x80000000) rgroup.long 0x88++0x03 line.long 0x00 "FLC_SECURITY,Flash Controller Security Settings" bitfld.long 0x00 28.--31. " SECURITY_LOCK ,Security lock" "Not locked,Not locked,Not locked,Not locked,Not locked,Lock,Not locked,Not locked,Locked,Not locked,Not locked,Not locked,Not locked,Not locked,Not locked,Not locked" bitfld.long 0x00 8.--11. " MASS_ERASE_LOCK ,Mass erase lockout" "Not locked,Locked,,,,,,,,,,,Lock,?..." hexmask.long.byte 0x00 0.--7. 1. " DEBUG_DISABLE ,Debug lockout" else group.long 0x88++0x03 line.long 0x00 "FLC_SECURITY,Flash Controller Security Settings" bitfld.long 0x00 28.--31. " SECURITY_LOCK ,Security lock" "Not locked,Not locked,Not locked,Not locked,Not locked,Locked,Not locked,Not locked,Not locked,Not locked,Not locked,Not locked,Not locked,Not locked,Not locked,Not locked" bitfld.long 0x00 8.--11. " MASS_ERASE_LOCK ,Mass erase lockout" "Not locked,Locked,?..." hexmask.long.byte 0x00 0.--7. 1. " DEBUG_DISABLE ,Debug lockout" endif rgroup.long 0x9C++0x03 line.long 0x00 "FLC_BYPASS,Status Flags For DSB Operations" bitfld.long 0x00 3. " SUPERWIPE_COMPLETE ,Superwipe erase complete" "Not completed,Completed" bitfld.long 0x00 2. " DESTRUCT_BYPASS_COMPLETE ,Destructive security bypass erase complete" "Not completed,Completed" bitfld.long 0x00 1. " SUPERWIPE_ERASE ,Superwipe erase in progress" "Not in progress,In progress" textline " " bitfld.long 0x00 0. " DESTRUCT_BYPASS_ERASE ,Destructive security bypass in progress" "Not in progress,In progress" wgroup.long 0x100++0x03 line.long 0x00 "FLC_USER_OPTION,Used To Set DSB Access Code And Auto-Lock In Info Block" group.long 0x140++0x0B line.long 0x00 "FLC_CTRL2,Flash Control Register 2" hexmask.long.byte 0x00 8.--15. 1. " BYPASS_AHB_FAIL ,AHB fail bypass" hexmask.long.byte 0x00 0.--7. 1. " FLASH_LVE ,Flash LVE enable" line.long 0x04 "FLC_INTFL1,Interrupt Flags Register 1" bitfld.long 0x04 3. " TRIM_UPDATE_DONE ,Trim update complete interrupt flag" "No interrupt,Interrupt" bitfld.long 0x04 2. " FLASH_READ_LOCKED ,Flash read from locked area interrupt flag" "No interrupt,Interrupt" bitfld.long 0x04 1. " INVALID_FLASH_ADDR ,Invalid flash address interrupt flag" "No interrupt,Interrupt" textline " " bitfld.long 0x04 0. " SRAM_ADDR_WRAPPED ,SRAM address wrapped interrupt flag" "No interrupt,Interrupt" line.long 0x08 "FLC_INTEN1,Interrupt Enable/disable Register 1" bitfld.long 0x08 3. " TRIM_UPDATE_DONE ,Trim update complete interrupt enable/disable" "0,1" bitfld.long 0x08 2. " FLASH_READ_LOCKED ,Flash read from locked area interrupt enable/disable" "0,1" bitfld.long 0x08 1. " INVALID_FLASH_ADDR ,Invalid flash address interrupt enable/disable" "0,1" textline " " bitfld.long 0x08 0. " SRAM_ADDR_WRAPPED ,SRAM address wrapped interrupt enable/disable" "0,1" textline " " group.long 0x200++0x0F line.long 0x00 "FLC_DISABLE_XR0,Disable Flash Page Exec/read Register 0" bitfld.long 0x00 31. " P31 ,Disable flash page 31 exec/read permission" "No,Yes" bitfld.long 0x00 30. " P30 ,Disable flash page 30 exec/read permission" "No,Yes" bitfld.long 0x00 29. " P29 ,Disable flash page 29 exec/read permission" "No,Yes" bitfld.long 0x00 28. " P28 ,Disable flash page 28 exec/read permission" "No,Yes" textline " " bitfld.long 0x00 27. " P27 ,Disable flash page 27 exec/read permission" "No,Yes" bitfld.long 0x00 26. " P26 ,Disable flash page 26 exec/read permission" "No,Yes" bitfld.long 0x00 25. " P25 ,Disable flash page 25 exec/read permission" "No,Yes" bitfld.long 0x00 24. " P24 ,Disable flash page 24 exec/read permission" "No,Yes" textline " " bitfld.long 0x00 23. " P23 ,Disable flash page 23 exec/read permission" "No,Yes" bitfld.long 0x00 22. " P22 ,Disable flash page 22 exec/read permission" "No,Yes" bitfld.long 0x00 21. " P21 ,Disable flash page 21 exec/read permission" "No,Yes" bitfld.long 0x00 20. " P20 ,Disable flash page 20 exec/read permission" "No,Yes" textline " " bitfld.long 0x00 19. " P19 ,Disable flash page 19 exec/read permission" "No,Yes" bitfld.long 0x00 18. " P18 ,Disable flash page 18 exec/read permission" "No,Yes" bitfld.long 0x00 17. " P17 ,Disable flash page 17 exec/read permission" "No,Yes" bitfld.long 0x00 16. " P16 ,Disable flash page 16 exec/read permission" "No,Yes" textline " " bitfld.long 0x00 15. " P15 ,Disable flash page 15 exec/read permission" "No,Yes" bitfld.long 0x00 14. " P14 ,Disable flash page 14 exec/read permission" "No,Yes" bitfld.long 0x00 13. " P13 ,Disable flash page 13 exec/read permission" "No,Yes" bitfld.long 0x00 12. " P12 ,Disable flash page 12 exec/read permission" "No,Yes" textline " " bitfld.long 0x00 11. " P11 ,Disable flash page 11 exec/read permission" "No,Yes" bitfld.long 0x00 10. " P10 ,Disable flash page 10 exec/read permission" "No,Yes" bitfld.long 0x00 9. " P9 ,Disable flash page 9 exec/read permission" "No,Yes" bitfld.long 0x00 8. " P8 ,Disable flash page 8 exec/read permission" "No,Yes" textline " " bitfld.long 0x00 7. " P7 ,Disable flash page 7 exec/read permission" "No,Yes" bitfld.long 0x00 6. " P6 ,Disable flash page 6 exec/read permission" "No,Yes" bitfld.long 0x00 5. " P5 ,Disable flash page 5 exec/read permission" "No,Yes" bitfld.long 0x00 4. " P4 ,Disable flash page 4 exec/read permission" "No,Yes" textline " " bitfld.long 0x00 3. " P3 ,Disable flash page 3 exec/read permission" "No,Yes" bitfld.long 0x00 2. " P2 ,Disable flash page 2 exec/read permission" "No,Yes" bitfld.long 0x00 1. " P1 ,Disable flash page 1 exec/read permission" "No,Yes" bitfld.long 0x00 0. " P0 ,Disable flash page 0 exec/read permission" "No,?..." line.long 0x04 "FLC_DISABLE_XR1,Disable Flash Page Exec/read Register 1" bitfld.long 0x04 31. " P63 ,Disable flash page 63 exec/read permission" "No,Yes" bitfld.long 0x04 30. " P62 ,Disable flash page 62 exec/read permission" "No,Yes" bitfld.long 0x04 29. " P61 ,Disable flash page 61 exec/read permission" "No,Yes" bitfld.long 0x04 28. " P60 ,Disable flash page 60 exec/read permission" "No,Yes" textline " " bitfld.long 0x04 27. " P59 ,Disable flash page 59 exec/read permission" "No,Yes" bitfld.long 0x04 26. " P58 ,Disable flash page 58 exec/read permission" "No,Yes" bitfld.long 0x04 25. " P57 ,Disable flash page 57 exec/read permission" "No,Yes" bitfld.long 0x04 24. " P56 ,Disable flash page 56 exec/read permission" "No,Yes" textline " " bitfld.long 0x04 23. " P55 ,Disable flash page 55 exec/read permission" "No,Yes" bitfld.long 0x04 22. " P54 ,Disable flash page 54 exec/read permission" "No,Yes" bitfld.long 0x04 21. " P53 ,Disable flash page 53 exec/read permission" "No,Yes" bitfld.long 0x04 20. " P52 ,Disable flash page 52 exec/read permission" "No,Yes" textline " " bitfld.long 0x04 19. " P51 ,Disable flash page 51 exec/read permission" "No,Yes" bitfld.long 0x04 18. " P50 ,Disable flash page 50 exec/read permission" "No,Yes" bitfld.long 0x04 17. " P49 ,Disable flash page 49 exec/read permission" "No,Yes" bitfld.long 0x04 16. " P48 ,Disable flash page 48 exec/read permission" "No,Yes" textline " " bitfld.long 0x04 15. " P47 ,Disable flash page 47 exec/read permission" "No,Yes" bitfld.long 0x04 14. " P46 ,Disable flash page 46 exec/read permission" "No,Yes" bitfld.long 0x04 13. " P45 ,Disable flash page 45 exec/read permission" "No,Yes" bitfld.long 0x04 12. " P44 ,Disable flash page 44 exec/read permission" "No,Yes" textline " " bitfld.long 0x04 11. " P43 ,Disable flash page 43 exec/read permission" "No,Yes" bitfld.long 0x04 10. " P42 ,Disable flash page 42 exec/read permission" "No,Yes" bitfld.long 0x04 9. " P41 ,Disable flash page 41 exec/read permission" "No,Yes" bitfld.long 0x04 8. " P40 ,Disable flash page 40 exec/read permission" "No,Yes" textline " " bitfld.long 0x04 7. " P39 ,Disable flash page 39 exec/read permission" "No,Yes" bitfld.long 0x04 6. " P38 ,Disable flash page 38 exec/read permission" "No,Yes" bitfld.long 0x04 5. " P37 ,Disable flash page 37 exec/read permission" "No,Yes" bitfld.long 0x04 4. " P36 ,Disable flash page 36 exec/read permission" "No,Yes" textline " " bitfld.long 0x04 3. " P35 ,Disable flash page 35 exec/read permission" "No,Yes" bitfld.long 0x04 2. " P34 ,Disable flash page 34 exec/read permission" "No,Yes" bitfld.long 0x04 1. " P33 ,Disable flash page 33 exec/read permission" "No,Yes" bitfld.long 0x04 0. " P32 ,Disable flash page 32 exec/read permission" "No,Yes" line.long 0x08 "FLC_DISABLE_XR2,Disable Flash Page Exec/read Register 2" bitfld.long 0x08 31. " P95 ,Disable flash page 95 exec/read permission" "No,Yes" bitfld.long 0x08 30. " P94 ,Disable flash page 94 exec/read permission" "No,Yes" bitfld.long 0x08 29. " P93 ,Disable flash page 93 exec/read permission" "No,Yes" bitfld.long 0x08 28. " P92 ,Disable flash page 92 exec/read permission" "No,Yes" textline " " bitfld.long 0x08 27. " P91 ,Disable flash page 91 exec/read permission" "No,Yes" bitfld.long 0x08 26. " P90 ,Disable flash page 90 exec/read permission" "No,Yes" bitfld.long 0x08 25. " P89 ,Disable flash page 89 exec/read permission" "No,Yes" bitfld.long 0x08 24. " P88 ,Disable flash page 88 exec/read permission" "No,Yes" textline " " bitfld.long 0x08 23. " P87 ,Disable flash page 87 exec/read permission" "No,Yes" bitfld.long 0x08 22. " P86 ,Disable flash page 86 exec/read permission" "No,Yes" bitfld.long 0x08 21. " P85 ,Disable flash page 85 exec/read permission" "No,Yes" bitfld.long 0x08 20. " P84 ,Disable flash page 84 exec/read permission" "No,Yes" textline " " bitfld.long 0x08 19. " P83 ,Disable flash page 83 exec/read permission" "No,Yes" bitfld.long 0x08 18. " P82 ,Disable flash page 82 exec/read permission" "No,Yes" bitfld.long 0x08 17. " P81 ,Disable flash page 81 exec/read permission" "No,Yes" bitfld.long 0x08 16. " P80 ,Disable flash page 80 exec/read permission" "No,Yes" textline " " bitfld.long 0x08 15. " P79 ,Disable flash page 79 exec/read permission" "No,Yes" bitfld.long 0x08 14. " P78 ,Disable flash page 78 exec/read permission" "No,Yes" bitfld.long 0x08 13. " P77 ,Disable flash page 77 exec/read permission" "No,Yes" bitfld.long 0x08 12. " P76 ,Disable flash page 76 exec/read permission" "No,Yes" textline " " bitfld.long 0x08 11. " P75 ,Disable flash page 75 exec/read permission" "No,Yes" bitfld.long 0x08 10. " P74 ,Disable flash page 74 exec/read permission" "No,Yes" bitfld.long 0x08 9. " P73 ,Disable flash page 73 exec/read permission" "No,Yes" bitfld.long 0x08 8. " P72 ,Disable flash page 72 exec/read permission" "No,Yes" textline " " bitfld.long 0x08 7. " P71 ,Disable flash page 71 exec/read permission" "No,Yes" bitfld.long 0x08 6. " P70 ,Disable flash page 70 exec/read permission" "No,Yes" bitfld.long 0x08 5. " P69 ,Disable flash page 69 exec/read permission" "No,Yes" bitfld.long 0x08 4. " P68 ,Disable flash page 68 exec/read permission" "No,Yes" textline " " bitfld.long 0x08 3. " P67 ,Disable flash page 67 exec/read permission" "No,Yes" bitfld.long 0x08 2. " P66 ,Disable flash page 66 exec/read permission" "No,Yes" bitfld.long 0x08 1. " P65 ,Disable flash page 65 exec/read permission" "No,Yes" bitfld.long 0x08 0. " P64 ,Disable flash page 64 exec/read permission" "No,Yes" line.long 0x0C "FLC_DISABLE_XR3,Disable Flash Page Exec/read Register 3" bitfld.long 0x0C 31. " P127 ,Disable flash page 127 exec/read permission" "No,Yes" bitfld.long 0x0C 30. " P126 ,Disable flash page 126 exec/read permission" "No,Yes" bitfld.long 0x0C 29. " P125 ,Disable flash page 125 exec/read permission" "No,Yes" bitfld.long 0x0C 28. " P124 ,Disable flash page 124 exec/read permission" "No,Yes" textline " " bitfld.long 0x0C 27. " P123 ,Disable flash page 123 exec/read permission" "No,Yes" bitfld.long 0x0C 26. " P122 ,Disable flash page 122 exec/read permission" "No,Yes" bitfld.long 0x0C 25. " P121 ,Disable flash page 121 exec/read permission" "No,Yes" bitfld.long 0x0C 24. " P120 ,Disable flash page 120 exec/read permission" "No,Yes" textline " " bitfld.long 0x0C 23. " P119 ,Disable flash page 119 exec/read permission" "No,Yes" bitfld.long 0x0C 22. " P118 ,Disable flash page 118 exec/read permission" "No,Yes" bitfld.long 0x0C 21. " P117 ,Disable flash page 117 exec/read permission" "No,Yes" bitfld.long 0x0C 20. " P116 ,Disable flash page 116 exec/read permission" "No,Yes" textline " " bitfld.long 0x0C 19. " P115 ,Disable flash page 115 exec/read permission" "No,Yes" bitfld.long 0x0C 18. " P114 ,Disable flash page 114 exec/read permission" "No,Yes" bitfld.long 0x0C 17. " P113 ,Disable flash page 113 exec/read permission" "No,Yes" bitfld.long 0x0C 16. " P112 ,Disable flash page 112 exec/read permission" "No,Yes" textline " " bitfld.long 0x0C 15. " P111 ,Disable flash page 111 exec/read permission" "No,Yes" bitfld.long 0x0C 14. " P110 ,Disable flash page 110 exec/read permission" "No,Yes" bitfld.long 0x0C 13. " P109 ,Disable flash page 109 exec/read permission" "No,Yes" bitfld.long 0x0C 12. " P108 ,Disable flash page 108 exec/read permission" "No,Yes" textline " " bitfld.long 0x0C 11. " P107 ,Disable flash page 107 exec/read permission" "No,Yes" bitfld.long 0x0C 10. " P106 ,Disable flash page 106 exec/read permission" "No,Yes" bitfld.long 0x0C 9. " P105 ,Disable flash page 105 exec/read permission" "No,Yes" bitfld.long 0x0C 8. " P104 ,Disable flash page 104 exec/read permission" "No,Yes" textline " " bitfld.long 0x0C 7. " P103 ,Disable flash page 103 exec/read permission" "No,Yes" bitfld.long 0x0C 6. " P102 ,Disable flash page 102 exec/read permission" "No,Yes" bitfld.long 0x0C 5. " P101 ,Disable flash page 101 exec/read permission" "No,Yes" bitfld.long 0x0C 4. " P100 ,Disable flash page 100 exec/read permission" "No,Yes" textline " " bitfld.long 0x0C 3. " P99 ,Disable flash page 99 exec/read permission" "No,Yes" bitfld.long 0x0C 2. " P98 ,Disable flash page 98 exec/read permission" "No,Yes" bitfld.long 0x0C 1. " P97 ,Disable flash page 97 exec/read permission" "No,Yes" bitfld.long 0x0C 0. " P96 ,Disable flash page 96 exec/read permission" "No,Yes" group.long 0x300++0x0F line.long 0x00 "FLC_DISABLE_WE0,Disable Flash Page Write/erase Register 0" bitfld.long 0x00 31. " P31 ,Disable flash page 31 write/erase permission" "No,Yes" bitfld.long 0x00 30. " P30 ,Disable flash page 30 write/erase permission" "No,Yes" bitfld.long 0x00 29. " P29 ,Disable flash page 29 write/erase permission" "No,Yes" bitfld.long 0x00 28. " P28 ,Disable flash page 28 write/erase permission" "No,Yes" textline " " bitfld.long 0x00 27. " P27 ,Disable flash page 27 write/erase permission" "No,Yes" bitfld.long 0x00 26. " P26 ,Disable flash page 26 write/erase permission" "No,Yes" bitfld.long 0x00 25. " P25 ,Disable flash page 25 write/erase permission" "No,Yes" bitfld.long 0x00 24. " P24 ,Disable flash page 24 write/erase permission" "No,Yes" textline " " bitfld.long 0x00 23. " P23 ,Disable flash page 23 write/erase permission" "No,Yes" bitfld.long 0x00 22. " P22 ,Disable flash page 22 write/erase permission" "No,Yes" bitfld.long 0x00 21. " P21 ,Disable flash page 21 write/erase permission" "No,Yes" bitfld.long 0x00 20. " P20 ,Disable flash page 20 write/erase permission" "No,Yes" textline " " bitfld.long 0x00 19. " P19 ,Disable flash page 19 write/erase permission" "No,Yes" bitfld.long 0x00 18. " P18 ,Disable flash page 18 write/erase permission" "No,Yes" bitfld.long 0x00 17. " P17 ,Disable flash page 17 write/erase permission" "No,Yes" bitfld.long 0x00 16. " P16 ,Disable flash page 16 write/erase permission" "No,Yes" textline " " bitfld.long 0x00 15. " P15 ,Disable flash page 15 write/erase permission" "No,Yes" bitfld.long 0x00 14. " P14 ,Disable flash page 14 write/erase permission" "No,Yes" bitfld.long 0x00 13. " P13 ,Disable flash page 13 write/erase permission" "No,Yes" bitfld.long 0x00 12. " P12 ,Disable flash page 12 write/erase permission" "No,Yes" textline " " bitfld.long 0x00 11. " P11 ,Disable flash page 11 write/erase permission" "No,Yes" bitfld.long 0x00 10. " P10 ,Disable flash page 10 write/erase permission" "No,Yes" bitfld.long 0x00 9. " P9 ,Disable flash page 9 write/erase permission" "No,Yes" bitfld.long 0x00 8. " P8 ,Disable flash page 8 write/erase permission" "No,Yes" textline " " bitfld.long 0x00 7. " P7 ,Disable flash page 7 write/erase permission" "No,Yes" bitfld.long 0x00 6. " P6 ,Disable flash page 6 write/erase permission" "No,Yes" bitfld.long 0x00 5. " P5 ,Disable flash page 5 write/erase permission" "No,Yes" bitfld.long 0x00 4. " P4 ,Disable flash page 4 write/erase permission" "No,Yes" textline " " bitfld.long 0x00 3. " P3 ,Disable flash page 3 write/erase permission" "No,Yes" bitfld.long 0x00 2. " P2 ,Disable flash page 2 write/erase permission" "No,Yes" bitfld.long 0x00 1. " P1 ,Disable flash page 1 write/erase permission" "No,Yes" bitfld.long 0x00 0. " P0 ,Disable flash page 0 write/erase permission" "No,?..." line.long 0x04 "FLC_DISABLE_WE1,Disable Flash Page Write/erase Register 1" bitfld.long 0x04 31. " P63 ,Disable flash page 63 write/erase permission" "No,Yes" bitfld.long 0x04 30. " P62 ,Disable flash page 62 write/erase permission" "No,Yes" bitfld.long 0x04 29. " P61 ,Disable flash page 61 write/erase permission" "No,Yes" bitfld.long 0x04 28. " P60 ,Disable flash page 60 write/erase permission" "No,Yes" textline " " bitfld.long 0x04 27. " P59 ,Disable flash page 59 write/erase permission" "No,Yes" bitfld.long 0x04 26. " P58 ,Disable flash page 58 write/erase permission" "No,Yes" bitfld.long 0x04 25. " P57 ,Disable flash page 57 write/erase permission" "No,Yes" bitfld.long 0x04 24. " P56 ,Disable flash page 56 write/erase permission" "No,Yes" textline " " bitfld.long 0x04 23. " P55 ,Disable flash page 55 write/erase permission" "No,Yes" bitfld.long 0x04 22. " P54 ,Disable flash page 54 write/erase permission" "No,Yes" bitfld.long 0x04 21. " P53 ,Disable flash page 53 write/erase permission" "No,Yes" bitfld.long 0x04 20. " P52 ,Disable flash page 52 write/erase permission" "No,Yes" textline " " bitfld.long 0x04 19. " P51 ,Disable flash page 51 write/erase permission" "No,Yes" bitfld.long 0x04 18. " P50 ,Disable flash page 50 write/erase permission" "No,Yes" bitfld.long 0x04 17. " P49 ,Disable flash page 49 write/erase permission" "No,Yes" bitfld.long 0x04 16. " P48 ,Disable flash page 48 write/erase permission" "No,Yes" textline " " bitfld.long 0x04 15. " P47 ,Disable flash page 47 write/erase permission" "No,Yes" bitfld.long 0x04 14. " P46 ,Disable flash page 46 write/erase permission" "No,Yes" bitfld.long 0x04 13. " P45 ,Disable flash page 45 write/erase permission" "No,Yes" bitfld.long 0x04 12. " P44 ,Disable flash page 44 write/erase permission" "No,Yes" textline " " bitfld.long 0x04 11. " P43 ,Disable flash page 43 write/erase permission" "No,Yes" bitfld.long 0x04 10. " P42 ,Disable flash page 42 write/erase permission" "No,Yes" bitfld.long 0x04 9. " P41 ,Disable flash page 41 write/erase permission" "No,Yes" bitfld.long 0x04 8. " P40 ,Disable flash page 40 write/erase permission" "No,Yes" textline " " bitfld.long 0x04 7. " P39 ,Disable flash page 39 write/erase permission" "No,Yes" bitfld.long 0x04 6. " P38 ,Disable flash page 38 write/erase permission" "No,Yes" bitfld.long 0x04 5. " P37 ,Disable flash page 37 write/erase permission" "No,Yes" bitfld.long 0x04 4. " P36 ,Disable flash page 36 write/erase permission" "No,Yes" textline " " bitfld.long 0x04 3. " P35 ,Disable flash page 35 write/erase permission" "No,Yes" bitfld.long 0x04 2. " P34 ,Disable flash page 34 write/erase permission" "No,Yes" bitfld.long 0x04 1. " P33 ,Disable flash page 33 write/erase permission" "No,Yes" bitfld.long 0x04 0. " P32 ,Disable flash page 32 write/erase permission" "No,Yes" line.long 0x08 "FLC_DISABLE_WE2,Disable Flash Page Write/erase Register 2" bitfld.long 0x08 31. " P95 ,Disable flash page 95 write/erase permission" "No,Yes" bitfld.long 0x08 30. " P94 ,Disable flash page 94 write/erase permission" "No,Yes" bitfld.long 0x08 29. " P93 ,Disable flash page 93 write/erase permission" "No,Yes" bitfld.long 0x08 28. " P92 ,Disable flash page 92 write/erase permission" "No,Yes" textline " " bitfld.long 0x08 27. " P91 ,Disable flash page 91 write/erase permission" "No,Yes" bitfld.long 0x08 26. " P90 ,Disable flash page 90 write/erase permission" "No,Yes" bitfld.long 0x08 25. " P89 ,Disable flash page 89 write/erase permission" "No,Yes" bitfld.long 0x08 24. " P88 ,Disable flash page 88 write/erase permission" "No,Yes" textline " " bitfld.long 0x08 23. " P87 ,Disable flash page 87 write/erase permission" "No,Yes" bitfld.long 0x08 22. " P86 ,Disable flash page 86 write/erase permission" "No,Yes" bitfld.long 0x08 21. " P85 ,Disable flash page 85 write/erase permission" "No,Yes" bitfld.long 0x08 20. " P84 ,Disable flash page 84 write/erase permission" "No,Yes" textline " " bitfld.long 0x08 19. " P83 ,Disable flash page 83 write/erase permission" "No,Yes" bitfld.long 0x08 18. " P82 ,Disable flash page 82 write/erase permission" "No,Yes" bitfld.long 0x08 17. " P81 ,Disable flash page 81 write/erase permission" "No,Yes" bitfld.long 0x08 16. " P80 ,Disable flash page 80 write/erase permission" "No,Yes" textline " " bitfld.long 0x08 15. " P79 ,Disable flash page 79 write/erase permission" "No,Yes" bitfld.long 0x08 14. " P78 ,Disable flash page 78 write/erase permission" "No,Yes" bitfld.long 0x08 13. " P77 ,Disable flash page 77 write/erase permission" "No,Yes" bitfld.long 0x08 12. " P76 ,Disable flash page 76 write/erase permission" "No,Yes" textline " " bitfld.long 0x08 11. " P75 ,Disable flash page 75 write/erase permission" "No,Yes" bitfld.long 0x08 10. " P74 ,Disable flash page 74 write/erase permission" "No,Yes" bitfld.long 0x08 9. " P73 ,Disable flash page 73 write/erase permission" "No,Yes" bitfld.long 0x08 8. " P72 ,Disable flash page 72 write/erase permission" "No,Yes" textline " " bitfld.long 0x08 7. " P71 ,Disable flash page 71 write/erase permission" "No,Yes" bitfld.long 0x08 6. " P70 ,Disable flash page 70 write/erase permission" "No,Yes" bitfld.long 0x08 5. " P69 ,Disable flash page 69 write/erase permission" "No,Yes" bitfld.long 0x08 4. " P68 ,Disable flash page 68 write/erase permission" "No,Yes" textline " " bitfld.long 0x08 3. " P67 ,Disable flash page 67 write/erase permission" "No,Yes" bitfld.long 0x08 2. " P66 ,Disable flash page 66 write/erase permission" "No,Yes" bitfld.long 0x08 1. " P65 ,Disable flash page 65 write/erase permission" "No,Yes" bitfld.long 0x08 0. " P64 ,Disable flash page 64 write/erase permission" "No,Yes" line.long 0x0C "FLC_DISABLE_WE3,Disable Flash Page Write/erase Register 3" bitfld.long 0x0C 31. " P127 ,Disable flash page 127 write/erase permission" "No,Yes" bitfld.long 0x0C 30. " P126 ,Disable flash page 126 write/erase permission" "No,Yes" bitfld.long 0x0C 29. " P125 ,Disable flash page 125 write/erase permission" "No,Yes" bitfld.long 0x0C 28. " P124 ,Disable flash page 124 write/erase permission" "No,Yes" textline " " bitfld.long 0x0C 27. " P123 ,Disable flash page 123 write/erase permission" "No,Yes" bitfld.long 0x0C 26. " P122 ,Disable flash page 122 write/erase permission" "No,Yes" bitfld.long 0x0C 25. " P121 ,Disable flash page 121 write/erase permission" "No,Yes" bitfld.long 0x0C 24. " P120 ,Disable flash page 120 write/erase permission" "No,Yes" textline " " bitfld.long 0x0C 23. " P119 ,Disable flash page 119 write/erase permission" "No,Yes" bitfld.long 0x0C 22. " P118 ,Disable flash page 118 write/erase permission" "No,Yes" bitfld.long 0x0C 21. " P117 ,Disable flash page 117 write/erase permission" "No,Yes" bitfld.long 0x0C 20. " P116 ,Disable flash page 116 write/erase permission" "No,Yes" textline " " bitfld.long 0x0C 19. " P115 ,Disable flash page 115 write/erase permission" "No,Yes" bitfld.long 0x0C 18. " P114 ,Disable flash page 114 write/erase permission" "No,Yes" bitfld.long 0x0C 17. " P113 ,Disable flash page 113 write/erase permission" "No,Yes" bitfld.long 0x0C 16. " P112 ,Disable flash page 112 write/erase permission" "No,Yes" textline " " bitfld.long 0x0C 15. " P111 ,Disable flash page 111 write/erase permission" "No,Yes" bitfld.long 0x0C 14. " P110 ,Disable flash page 110 write/erase permission" "No,Yes" bitfld.long 0x0C 13. " P109 ,Disable flash page 109 write/erase permission" "No,Yes" bitfld.long 0x0C 12. " P108 ,Disable flash page 108 write/erase permission" "No,Yes" textline " " bitfld.long 0x0C 11. " P107 ,Disable flash page 107 write/erase permission" "No,Yes" bitfld.long 0x0C 10. " P106 ,Disable flash page 106 write/erase permission" "No,Yes" bitfld.long 0x0C 9. " P105 ,Disable flash page 105 write/erase permission" "No,Yes" bitfld.long 0x0C 8. " P104 ,Disable flash page 104 write/erase permission" "No,Yes" textline " " bitfld.long 0x0C 7. " P103 ,Disable flash page 103 write/erase permission" "No,Yes" bitfld.long 0x0C 6. " P102 ,Disable flash page 102 write/erase permission" "No,Yes" bitfld.long 0x0C 5. " P101 ,Disable flash page 101 write/erase permission" "No,Yes" bitfld.long 0x0C 4. " P100 ,Disable flash page 100 write/erase permission" "No,Yes" textline " " bitfld.long 0x0C 3. " P99 ,Disable flash page 99 write/erase permission" "No,Yes" bitfld.long 0x0C 2. " P98 ,Disable flash page 98 write/erase permission" "No,Yes" bitfld.long 0x0C 1. " P97 ,Disable flash page 97 write/erase permission" "No,Yes" bitfld.long 0x0C 0. " P96 ,Disable flash page 96 write/erase permission" "No,Yes" width 0x0B tree.end tree "ICC (Instruction Cache)" base ad:0x40080000 width 15. rgroup.long 0x00++0x07 line.long 0x00 "ICC_ID,Device ID Register" bitfld.long 0x00 10.--15. " CACHE_ID ,Cache ID (Test only)" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63" bitfld.long 0x00 6.--9. " PART_NUM ,Number ID (Test only)" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 0.--5. " RTL_VERSION ,Version (Test only)" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63" line.long 0x04 "ICC_MEM_CFG,Memory Configuration" hexmask.long.word 0x04 16.--31. 1. " MAIN_MEMORY_SIZE ,Internal flash memory size" hexmask.long.word 0x04 0.--15. 1. " CACHE_SIZE ,Instruction cache size" group.long 0x100++0x03 line.long 0x00 "ICC_CTRL_STAT,Control and Status" rbitfld.long 0x00 16. " READY ,Cache ready status" "Not ready,Ready" bitfld.long 0x00 0. " ENABLE ,Cache enable" "Disabled,Enabled" wgroup.long 0x700++0x03 line.long 0x00 "ICC_INVDT_ALL,Invalidate (Clear) Cache Control" width 0x0B tree.end textline ""