; -------------------------------------------------------------------------------- ; @Title: Faraday-CM4 On-Chip Peripherals ; @Props: Released ; @Author: LEM, MKR, PSS, SOL, ZAK ; @Changelog: ; 2012-02-10 ; 2013-01-08 ; 2015-03-23 MKK ; @Manufacturer: NXP - NXP Semiconductors ; @Keywords: Vybrid ; @Chip: VF1*, VF3*, VF4*, VF5*, VF6*, VF7* ; @Doc: Faraday_debug_architecture.pdf (2011-10-31) ; Faraday_RM_Rev.1_DraftB_review.pdf (Faraday RM Rev. 1, Draft B 2012-02) ; Vybrid_RM_Superset_NDA_Customers.pdf (Vybrid Reference Manual, Rev. 3 ; 2012-10) ; @Core: Faraday-CM4 ; @Copyright: (C) 1989-2016 Lauterbach GmbH, licensed for use with TRACE32(R) only ; -------------------------------------------------------------------------------- ; $Id: perfaradaycm4.per 17736 2024-04-08 09:26:07Z kwisniewski $ tree.close "Core Registers (Cortex-M4F)" AUTOINDENT.PUSH AUTOINDENT.OFF tree "System Control" sif COMPonent.AVAILABLE("COREDEBUG") base CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1)) width 12. group.long 0x08++0x03 line.long 0x00 "ACTLR,Auxiliary Control Register" bitfld.long 0x00 9. " DISFPCA ,Disables lazy stacking of floating point context" "No,Yes" bitfld.long 0x00 8. " DISOOFP ,Disables floating point instructions completing" "No,Yes" bitfld.long 0x00 2. " DISFOLD ,Disables folding of IT instructions" "No,Yes" textline " " bitfld.long 0x00 1. " DISDEFWBUF ,Disables write buffer use during default memory map accesses" "No,Yes" bitfld.long 0x00 0. " DISMCYCINT ,Disables interruption of multi-cycle instructions" "No,Yes" group.long 0x10++0x0B line.long 0x00 "SYST_CSR,SysTick Control and Status Register" rbitfld.long 0x00 16. " COUNTFLAG ,Counter Flag" "Not counted,Counted" bitfld.long 0x00 2. " CLKSOURCE ,SysTick clock source" "External,Core" bitfld.long 0x00 1. " TICKINT ,SysTick Handler" "No SysTick,SysTick" textline " " bitfld.long 0x00 0. " ENABLE ,Counter Enable" "Disabled,Enabled" 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" line.long 0x08 "SYST_CVR,SysTick Current Value Register" rgroup.long 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" rgroup.long 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 ,Indicates processor revision" "Revision 0,?..." bitfld.long 0x00 16.--19. " ARCHITECTURE ,Architecture" "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 ,Indicates part number" bitfld.long 0x00 0.--3. " REVISION ,Indicates patch release" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" group.long 0xD04++0x23 line.long 0x00 "ICSR,Interrupt Control State Register" bitfld.long 0x00 31. " NMIPENDSET ,Set Pending NMI Bit" "Inactive,Active" bitfld.long 0x00 28. " PENDSVSET ,Set Pending pendSV Bit" "Not pending,Pending" bitfld.long 0x00 27. " PENDSVCLR ,Removes the pending status of the PendSV exception" "No effect,Removed" textline " " bitfld.long 0x00 26. " PENDSTSET ,Set Pending SysTick Bit" "Not pending,Pending" bitfld.long 0x00 25. " PENDSTCLR ,Clear Pending SysTick Bit" "No effect,Removed" bitfld.long 0x00 23. " ISRPREEMPT ,Use Only at Debug Time" "Not active,Active" textline " " bitfld.long 0x00 22. " ISRPENDING ,Indicates whether an external interrupt" "Not pending,Pending" hexmask.long.word 0x00 12.--20. 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 ,The exception number of the current executing exception" line.long 0x04 "VTOR,Vector Table Offset Register" hexmask.long 0x04 7.--31. 0x80 " TBLOFF ,Vector table address" 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" "No effect,Clear" bitfld.long 0x08 0. " VECTRESET ,System Reset" "No effect,Reset" 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" 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" line.long 0x10 "CCR,Configuration Control Register" bitfld.long 0x10 18. " BP ,Branch prediction enable bit" "Disabled,Enabled" bitfld.long 0x10 17. " IC ,Instruction cache enable bit" "Disabled,Enabled" bitfld.long 0x10 16. " DC ,Cache enable bit" "Disabled,Enabled" textline " " bitfld.long 0x10 9. " STKALIGN ,8-byte Stack Frame Alignment" "4-byte/no adjustment,8-byte/adjustment" bitfld.long 0x10 8. " BFHFNMIGN ,Enable NMI and Hard Fault and FAULTMASK to Ignore Bus Fault" "Disabled,Enabled" bitfld.long 0x10 4. " DIV_0_TRP ,Trap Divide by Zero" "Disabled,Enabled" textline " " bitfld.long 0x10 3. " UNALIGN_TRP ,Trap for Unaligned Access" "Disabled,Enabled" bitfld.long 0x10 1. " USERSETMPEND ,Controls whether unprivileged software can access the STIR" "Denied,Allowed" bitfld.long 0x10 0. " NONEBASETHRDENA ,Control Entry to Thread Mode" "Only from last exception,Any level" line.long 0x14 "SHPR1,SSystem Handler Priority Register 1" hexmask.long.byte 0x14 24.--31. 1. " PRI_7 ,Priority of System Handler 7" hexmask.long.byte 0x14 16.--23. 1. " PRI_6 ,Priority of system handler 6(UsageFault)" hexmask.long.byte 0x14 8.--15. 1. " PRI_5 ,Priority of system handler 5(BusFault)" textline " " hexmask.long.byte 0x14 0.--7. 1. " PRI_4 ,Priority of system handler 4(MemManage)" line.long 0x18 "SHPR2,System Handler Priority Register 2" hexmask.long.byte 0x18 24.--31. 1. " PRI_11 ,Priority of system handler 11(SVCall)" hexmask.long.byte 0x18 16.--23. 1. " PRI_10 ,Priority of System Handler 10" hexmask.long.byte 0x18 8.--15. 1. " PRI_9 ,Priority of System Handler 9" textline " " hexmask.long.byte 0x18 0.--7. 1. " PRI_8 ,Priority of System Handler 8" line.long 0x1C "SHPR3,System Handler Priority Register 3" hexmask.long.byte 0x1C 24.--31. 1. " PRI_15 ,Priority of System Handler 15(SysTick)" hexmask.long.byte 0x1C 16.--23. 1. " PRI_14 ,Priority of System Handler 14(PendSV)" hexmask.long.byte 0x1C 8.--15. 1. " PRI_13 ,Priority of System Handler 13" textline " " hexmask.long.byte 0x1C 0.--7. 1. " PRI_12 ,Priority of System Handler 12(DebugMonitor)" line.long 0x20 "SHCSR,System Handler Control and State Register" bitfld.long 0x20 18. " USGFAULTENA ,Enable UsageFault" "Disabled,Enabled" bitfld.long 0x20 17. " BUSFAULTENA ,Enable BusFault" "Disabled,Enabled" bitfld.long 0x20 16. " MEMFAULTENA ,Enable MemManage fault" "Disabled,Enabled" textline " " bitfld.long 0x20 15. " SVCALLPENDED ,SVCall is pending" "Not pending,Pending" bitfld.long 0x20 14. " BUSFAULTPENDED ,BusFault is pending" "Not pending,Pending" bitfld.long 0x20 13. " MEMFAULTPENDED ,MemManage is pending" "Not pending,Pending" textline " " bitfld.long 0x20 12. " USGFAULTPENDED ,UsageFault is pending" "Not pending,Pending" bitfld.long 0x20 11. " SYSTICKACT ,SysTick is Active" "Not active,Active" bitfld.long 0x20 10. " PENDSVACT ,PendSV is Active" "Not active,Active" textline " " bitfld.long 0x20 8. " MONITORACT ,Monitor is Active" "Not active,Active" bitfld.long 0x20 7. " SVCALLACT ,SVCall is Active" "Not active,Active" bitfld.long 0x20 3. " USGFAULTACT ,UsageFault is Active" "Not active,Active" textline " " bitfld.long 0x20 1. " BUSFAULTACT ,BusFault is Active" "Not active,Active" bitfld.long 0x20 0. " MEMFAULTACT ,MemManage is Active" "Not active,Active" group.byte 0xD28++0x1 line.byte 0x00 "MMFSR,MemManage Status Register" bitfld.byte 0x00 7. " MMARVALID ,Address Valid Flag" "Not valid,Valid" bitfld.byte 0x00 5. " MLSPERR ,A MemManage fault occurred during FP lazy state preservation" "Not occurred,Occurred" bitfld.byte 0x00 4. " MSTKERR ,tacking Access Violations" "Not occurred,Occurred" textline " " bitfld.byte 0x00 3. " MUNSTKERR ,Unstack Access Violations" "Not occurred,Occurred" bitfld.byte 0x00 1. " DACCVIOL ,Data Access Violation" "Not occurred,Occurred" bitfld.byte 0x00 0. " IACCVIOL ,Instruction Access Violation" "Not occurred,Occurred" line.byte 0x01 "BFSR,Bus Fault Status Register" bitfld.byte 0x01 7. " BFARVALID ,Address Valid Flag" "Not valid,Valid" bitfld.byte 0x01 5. " LSPERR ,A bus fault occurred during FP lazy state preservation" "Not occurred,Occurred" bitfld.byte 0x01 4. " STKERR ,Derived bus fault(exception entry)" "Not occurred,Occurred" textline " " bitfld.byte 0x01 3. " UNSTKERR ,Derived bus fault(exception return)" "Not occurred,Occurred" bitfld.byte 0x01 2. " IMPRECISERR ,Imprecise data access error" "Not occurred,Occurred" bitfld.byte 0x01 1. " PRECISERR ,Precise data access error" "Not occurred,Occurred" textline " " bitfld.byte 0x01 0. " IBUSERR ,Bus fault on an instruction prefetch" "Not occurred,Occurred" group.word 0xD2A++0x1 line.word 0x00 "USAFAULT,Usage Fault Status Register" bitfld.word 0x00 9. " DIVBYZERO ,Divide by zero error" "No error,Error" bitfld.word 0x00 8. " UNALIGNED ,Unaligned access error" "No error,Error" bitfld.word 0x00 3. " NOCP ,A coprocessor access error" "No error,Error" textline " " bitfld.word 0x00 2. " INVPC ,An integrity check error" "No error,Error" bitfld.word 0x00 1. " INVSTATE ,Invalid Combination of EPSR and Instruction" "No error,Error" bitfld.word 0x00 0. " UNDEFINSTR ,Undefined instruction error" "No error,Error" group.long 0xD2C++0x07 line.long 0x00 "HFSR,Hard Fault Status Register" bitfld.long 0x00 31. " DEBUGEVT ,Indicates when a Debug event has occurred" "Not occurred,Occurred" bitfld.long 0x00 30. " FORCED ,Indicates that a fault with configurable priority" "Not occurred,Occurred" bitfld.long 0x00 1. " VECTTBL ,Indicates when a fault has occurred because of a vector table read error on exception processing" "Not occurred,Occurred" line.long 0x04 "DFSR,Debug Fault Status Register" bitfld.long 0x04 4. " EXTERNAL ,Indicates a debug event generated because of the assertion of EDBGRQ" "Not asserted,Asserted" bitfld.long 0x04 3. " VCATCH ,Vector Catch Flag" "Not occurred,Occurred" bitfld.long 0x04 2. " DWTTRAP ,Indicates a debug event generated by the DWT" "Not occurred,Occurred" textline " " bitfld.long 0x04 1. " BKPT ,BKPT Flag" "Not executed,Executed" bitfld.long 0x04 0. " HALTED ,Indicates a debug event generated by either" "Not requested,Requested" group.long 0xD34++0x0B line.long 0x00 "MMFAR,MemManage Fault Address Register" line.long 0x04 "BFAR,BusFault Address Register" line.long 0x08 "AFSR,Auxiliary Fault Status Register" group.long 0xD88++0x03 line.long 0x00 "CPACR,Coprocessor Access Control Register" bitfld.long 0x00 22.--23. " CP11 ,Access privileges for coprocessor 11" "Access denied,Privileged only,Reserved,Full access" bitfld.long 0x00 20.--21. " CP10 ,Access privileges for coprocessor 10" "Access denied,Privileged only,Reserved,Full access" bitfld.long 0x00 14.--15. " CP7 ,Access privileges for coprocessor 7" "Access denied,Privileged only,Reserved,Full access" textline " " bitfld.long 0x00 12.--13. " CP6 ,Access privileges for coprocessor 6" "Access denied,Privileged only,Reserved,Full access" bitfld.long 0x00 10.--11. " CP5 ,Access privileges for coprocessor 5" "Access denied,Privileged only,Reserved,Full access" bitfld.long 0x00 8.--9. " CP4 ,Access privileges for coprocessor 4" "Access denied,Privileged only,Reserved,Full access" textline " " bitfld.long 0x00 6.--7. " CP3 ,Access privileges for coprocessor 3" "Access denied,Privileged only,Reserved,Full access" bitfld.long 0x00 4.--5. " CP2 ,Access privileges for coprocessor 2" "Access denied,Privileged only,Reserved,Full access" bitfld.long 0x00 2.--3. " CP1 ,Access privileges for coprocessor 1" "Access denied,Privileged only,Reserved,Full access" textline " " bitfld.long 0x00 0.--1. " CP0 ,Access privileges for coprocessor 0" "Access denied,Privileged only,Reserved,Full access" wgroup.long 0xF00++0x03 line.long 0x00 "STIR,Software Trigger Interrupt Register" hexmask.long.word 0x00 0.--8. 1. " INTID ,Indicates the interrupt to be triggered" width 10. tree "Feature Registers" 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 width 6. tree "CoreSight Identification Registers" 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 width 0x0B 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 sif CORENAME()=="CORTEXM4F" tree "Floating-point Unit (FPU)" sif COMPonent.AVAILABLE("COREDEBUG") base CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1)) width 8. group.long 0xF34++0x0B line.long 0x00 "FPCCR,Floating-Point Context Control Register" bitfld.long 0x00 31. " ASPEN ,Execution of a floating-point instruction sets the CONTROL.FPCA bit to 1" "Disabled,Enabled" bitfld.long 0x00 30. " LSPEN ,Enables lazy context save of FP state" "Disabled,Enabled" bitfld.long 0x00 8. " MONRDY ,Indicates whether the software executing when the processor allocated the FP stack frame was able to set the DebugMonitor exception to pending" "Not able,Able" textline " " bitfld.long 0x00 6. " BFRDY ,Indicates whether the software executing when the processor allocated the FP stack frame was able to set the BusFault exception to pending" "Not able,Able" bitfld.long 0x00 5. " MMRDY ,Indicates whether the software executing when the processor allocated the FP stack frame was able to set the MemManage exception to pending" "Not able,Able" bitfld.long 0x00 4. " HFRDY ,Indicates whether the software executing when the processor allocated the FP stack frame was able to set the HardFault exception to pending" "Not able,Able" textline " " bitfld.long 0x00 3. " THREAD ,Indicates the processor mode when it allocated the FP stack frame" "Handler,Thread" bitfld.long 0x00 1. " USER ,Indicates the privilege level of the software executing" "Privileged,Unprivileged" bitfld.long 0x00 0. " LSPACT ,Indicates whether Lazy preservation of the FP state is active" "Not active,Active" line.long 0x04 "FPCAR,Floating-Point Context Address Register" hexmask.long 0x04 3.--31. 0x8 " ADDRESS ,The location of the unpopulated floating-point register space allocated on an exception stack frame" line.long 0x08 "FPDSCR,Floating-Point Default Status Control Register" bitfld.long 0x08 26. " AHP ,Default value for FPSCR.AHP" "IEEE 754-2008,Alternative" bitfld.long 0x08 25. " DN ,Default value for FPSCR.DN" "NaN operands,Any operation" bitfld.long 0x08 24. " FZ ,Default value for FPSCR.FZ" "No Flush mode,Flush mode" textline " " bitfld.long 0x08 22.--23. " RMODE ,Default value for FPSCR.RMode" "Round to Nearest,Round towards Plus Infinity,Round towards Minus Infinity,Round towards Zero" rgroup.long 0xF40++0x07 line.long 0x00 "MVFR0,Media and FP Feature Register 0" bitfld.long 0x00 28.--31. " FPRNDMOD ,Indicates the rounding modes supported by the FP floating-point hardware" ",All supported,?..." bitfld.long 0x00 24.--27. " SRTERR ,Indicates the hardware support for FP short vectors" "Not supported,?..." bitfld.long 0x00 20.--23. " SQRROOT ,Indicates the hardware support for FP square root operations" ",Supported,?..." textline " " bitfld.long 0x00 16.--19. " DIV ,Indicates the hardware support for FP divide operations" ",Supported,?..." bitfld.long 0x00 12.--15. " FPEXTRP ,Indicates whether the FP hardware implementation supports exception trapping" "Not supported,?..." bitfld.long 0x00 8.--11. " DBLPREC ,Indicates the hardware support for FP double_precision operations" "Not supported,,Supported,?..." textline " " bitfld.long 0x00 4.--7. " SNGLPREC ,Indicates the hardware support for FP single-precision operations" ",,Supported,?..." bitfld.long 0x00 0.--3. " A_SIMD ,Indicates the size of the FP register bank" ",Supported-16x64-bit,?..." line.long 0x04 "MVFR1,Media and FP Feature Register 1" bitfld.long 0x04 28.--31. " FP_FUSED_MAC ,Indicates whether the FP supports fused multiply accumulate operations" ",Supported,?..." bitfld.long 0x04 24.--27. " FP_HPFP ,Indicates whether the FP supports half-precision and double-precision floating-point conversion instructions" ",Half-single,Half-single and half-double,?..." textline " " bitfld.long 0x04 4.--7. " D_NAN ,Indicates whether the FP hardware implementation supports only the Default NaN mode" ",NaN propagation,?..." bitfld.long 0x04 0.--3. " FTZ_MODE ,Indicates whether the FP hardware implementation supports only the Flush-to-Zero mode of operation" ",Full denorm. num. arit.,?..." width 0xB else newline textline "COREDEBUG component base address not specified" newline endif tree.end endif tree "Debug" tree "Core Debug" sif COMPonent.AVAILABLE("COREDEBUG") base CONvert.ADDRESSTODUALPORT(COMPonent.BASE("COREDEBUG",-1)) width 7. group.long 0xD30++0x03 line.long 0x00 "DFSR,Debug Fault Status Register" eventfld.long 0x00 4. " EXTERNAL ,Indicates a debug event generated because of the assertion of an external debug request" "Not generated,Generated" eventfld.long 0x00 3. " VCATCH ,Indicates triggering of a Vector catch" "Not triggered,Triggered" eventfld.long 0x00 2. " DWTTRAP ,Indicates a debug event generated by the DWT" "Not generated,Generated" newline eventfld.long 0x00 1. " BKPT ,Indicates a debug event generated by BKPT instruction execution or a breakpoint match in FPB" "Not generated,Generated" eventfld.long 0x00 0. " HALTED ,Indicates a debug event generated by either a C_HALT or C_STEP request, triggered by a write to the DHCSR or a step request triggered by setting DEMCR.MON_STEP to 1" "Not generated,Generated" newline hgroup.long 0xDF0++0x03 hide.long 0x00 "DHCSR,Debug Halting Control and Status Register" in newline wgroup.long 0xDF4++0x03 line.long 0x00 "DCRSR,Debug Core Register Selector Register" bitfld.long 0x00 16. " REGWNR ,Register Read/Write" "Read,Write" hexmask.long.byte 0x00 0.--6. 1. " REGSEL ,Specifies the ARM core register or special-purpose register or Floating-point extension register" group.long 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" newline 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" newline 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" newline 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" newline 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" newline 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" newline 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" newline 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" newline bitfld.long 0x00 0. " VC_CORERESET ,Enable Reset Vector Catch" "Disabled,Enabled" endif width 0x0B 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.long 0x00++0x07 line.long 0x00 "FP_CTRL,Flash Patch Control Register" bitfld.long 0x00 28.--31. " REV ,Flash Patch Breakpoint architecture revision" "Version 1,Version 2,?..." rbitfld.long 0x00 4.--7. 12.--14. " NUM_CODE ,The number of instruction address comparators" "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,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127" bitfld.long 0x00 1. " KEY ,Key Field" "Low,High" bitfld.long 0x00 0. " ENABLE ,Flash Patch Unit Enable" "Disabled,Enabled" textline "" line.long 0x04 "FP_REMAP,Flash Patch Remap Register" bitfld.long 0x04 29. " RMPSPT ,Indicates whether the FPB unit supports flash patch remap" "Not supported,SRAM region" hexmask.long.tbyte 0x04 5.--28. 0x20 " REMAP ,Remap Base Address Field" if (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("FPB",-1))))&0x10000000)==0x00) group.long 0x8++0x03 line.long 0x00 "FP_COMP0,Flash Patch Comparator Register 0" bitfld.long 0x00 30.--31. " REPLACE ,Defines the behaviour when the COMP address is matched" ",Set BKPT on lower halfword,Set BKPT on upper halfword,Set BKPT on both" hexmask.long 0x00 2.--28. 0x04 " COMP ,Comparison Address" bitfld.long 0x00 0. " ENABLE ,Compare and Remap Enable" "Disabled,Enabled" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("FPB",-1))))&0x10000000)==0x10000000) if (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("FPB",-1))+0x8))&0x01)==0x00) group.long 0x8++0x03 line.long 0x00 "FP_COMP0,Flash Patch Comparator Register 0" bitfld.long 0x00 0. " BE ,Enable bit for Breakpoint" "Disabled,Enabled" else group.long 0x8++0x03 line.long 0x00 "FP_COMP0,Flash Patch Comparator Register 0" hexmask.long 0x00 1.--31. 0x02 " BPADDR ,Breakpoint address" bitfld.long 0x00 0. " BE ,Enable bit for Breakpoint" "Disabled,Enabled" endif endif if (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("FPB",-1))))&0x10000000)==0x00) group.long 0xC++0x03 line.long 0x00 "FP_COMP1,Flash Patch Comparator Register 1" bitfld.long 0x00 30.--31. " REPLACE ,Defines the behaviour when the COMP address is matched" ",Set BKPT on lower halfword,Set BKPT on upper halfword,Set BKPT on both" hexmask.long 0x00 2.--28. 0x04 " COMP ,Comparison Address" bitfld.long 0x00 0. " ENABLE ,Compare and Remap Enable" "Disabled,Enabled" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("FPB",-1))))&0x10000000)==0x10000000) if (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("FPB",-1))+0xC))&0x01)==0x00) group.long 0xC++0x03 line.long 0x00 "FP_COMP1,Flash Patch Comparator Register 1" bitfld.long 0x00 0. " BE ,Enable bit for Breakpoint" "Disabled,Enabled" else group.long 0xC++0x03 line.long 0x00 "FP_COMP1,Flash Patch Comparator Register 1" hexmask.long 0x00 1.--31. 0x02 " BPADDR ,Breakpoint address" bitfld.long 0x00 0. " BE ,Enable bit for Breakpoint" "Disabled,Enabled" endif endif if (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("FPB",-1))))&0x10000000)==0x00) group.long 0x10++0x03 line.long 0x00 "FP_COMP2,Flash Patch Comparator Register 2" bitfld.long 0x00 30.--31. " REPLACE ,Defines the behaviour when the COMP address is matched" ",Set BKPT on lower halfword,Set BKPT on upper halfword,Set BKPT on both" hexmask.long 0x00 2.--28. 0x04 " COMP ,Comparison Address" bitfld.long 0x00 0. " ENABLE ,Compare and Remap Enable" "Disabled,Enabled" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("FPB",-1))))&0x10000000)==0x10000000) if (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("FPB",-1))+0x10))&0x01)==0x00) group.long 0x10++0x03 line.long 0x00 "FP_COMP2,Flash Patch Comparator Register 2" bitfld.long 0x00 0. " BE ,Enable bit for Breakpoint" "Disabled,Enabled" else group.long 0x10++0x03 line.long 0x00 "FP_COMP2,Flash Patch Comparator Register 2" hexmask.long 0x00 1.--31. 0x02 " BPADDR ,Breakpoint address" bitfld.long 0x00 0. " BE ,Enable bit for Breakpoint" "Disabled,Enabled" endif endif if (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("FPB",-1))))&0x10000000)==0x00) group.long 0x14++0x03 line.long 0x00 "FP_COMP3,Flash Patch Comparator Register 3" bitfld.long 0x00 30.--31. " REPLACE ,Defines the behaviour when the COMP address is matched" ",Set BKPT on lower halfword,Set BKPT on upper halfword,Set BKPT on both" hexmask.long 0x00 2.--28. 0x04 " COMP ,Comparison Address" bitfld.long 0x00 0. " ENABLE ,Compare and Remap Enable" "Disabled,Enabled" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("FPB",-1))))&0x10000000)==0x10000000) if (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("FPB",-1))+0x14))&0x01)==0x00) group.long 0x14++0x03 line.long 0x00 "FP_COMP3,Flash Patch Comparator Register 3" bitfld.long 0x00 0. " BE ,Enable bit for Breakpoint" "Disabled,Enabled" else group.long 0x14++0x03 line.long 0x00 "FP_COMP3,Flash Patch Comparator Register 3" hexmask.long 0x00 1.--31. 0x02 " BPADDR ,Breakpoint address" bitfld.long 0x00 0. " BE ,Enable bit for Breakpoint" "Disabled,Enabled" endif endif if (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("FPB",-1))))&0x10000000)==0x00) group.long 0x18++0x03 line.long 0x00 "FP_COMP4,Flash Patch Comparator Register 4" bitfld.long 0x00 30.--31. " REPLACE ,Defines the behaviour when the COMP address is matched" ",Set BKPT on lower halfword,Set BKPT on upper halfword,Set BKPT on both" hexmask.long 0x00 2.--28. 0x04 " COMP ,Comparison Address" bitfld.long 0x00 0. " ENABLE ,Compare and Remap Enable" "Disabled,Enabled" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("FPB",-1))))&0x10000000)==0x10000000) if (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("FPB",-1))+0x18))&0x01)==0x00) group.long 0x18++0x03 line.long 0x00 "FP_COMP4,Flash Patch Comparator Register 4" bitfld.long 0x00 0. " BE ,Enable bit for Breakpoint" "Disabled,Enabled" else group.long 0x18++0x03 line.long 0x00 "FP_COMP4,Flash Patch Comparator Register 4" hexmask.long 0x00 1.--31. 0x02 " BPADDR ,Breakpoint address" bitfld.long 0x00 0. " BE ,Enable bit for Breakpoint" "Disabled,Enabled" endif endif if (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("FPB",-1))))&0x10000000)==0x00) group.long 0x1C++0x03 line.long 0x00 "FP_COMP5,Flash Patch Comparator Register 5" bitfld.long 0x00 30.--31. " REPLACE ,Defines the behaviour when the COMP address is matched" ",Set BKPT on lower halfword,Set BKPT on upper halfword,Set BKPT on both" hexmask.long 0x00 2.--28. 0x04 " COMP ,Comparison Address" bitfld.long 0x00 0. " ENABLE ,Compare and Remap Enable" "Disabled,Enabled" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("FPB",-1))))&0x10000000)==0x10000000) if (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("FPB",-1))+0x1C))&0x01)==0x00) group.long 0x1C++0x03 line.long 0x00 "FP_COMP5,Flash Patch Comparator Register 5" bitfld.long 0x00 0. " BE ,Enable bit for Breakpoint" "Disabled,Enabled" else group.long 0x1C++0x03 line.long 0x00 "FP_COMP5,Flash Patch Comparator Register 5" hexmask.long 0x00 1.--31. 0x02 " BPADDR ,Breakpoint address" bitfld.long 0x00 0. " BE ,Enable bit for Breakpoint" "Disabled,Enabled" endif endif if (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("FPB",-1))))&0x10000000)==0x00) group.long 0x20++0x03 line.long 0x00 "FP_COMP6,Flash Patch Comparator Register 6" bitfld.long 0x00 30.--31. " REPLACE ,Defines the behaviour when the COMP address is matched" ",Set BKPT on lower halfword,Set BKPT on upper halfword,Set BKPT on both" hexmask.long 0x00 2.--28. 0x04 " COMP ,Comparison Address" bitfld.long 0x00 0. " ENABLE ,Compare and Remap Enable" "Disabled,Enabled" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("FPB",-1))))&0x10000000)==0x10000000) if (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("FPB",-1))+0x20))&0x01)==0x00) group.long 0x20++0x03 line.long 0x00 "FP_COMP6,Flash Patch Comparator Register 6" bitfld.long 0x00 0. " BE ,Enable bit for Breakpoint" "Disabled,Enabled" else group.long 0x20++0x03 line.long 0x00 "FP_COMP6,Flash Patch Comparator Register 6" hexmask.long 0x00 1.--31. 0x02 " BPADDR ,Breakpoint address" bitfld.long 0x00 0. " BE ,Enable bit for Breakpoint" "Disabled,Enabled" endif endif if (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("FPB",-1))))&0x10000000)==0x00) group.long 0x24++0x03 line.long 0x00 "FP_COMP7,Flash Patch Comparator Register 7" bitfld.long 0x00 30.--31. " REPLACE ,Defines the behaviour when the COMP address is matched" ",Set BKPT on lower halfword,Set BKPT on upper halfword,Set BKPT on both" hexmask.long 0x00 2.--28. 0x04 " COMP ,Comparison Address" bitfld.long 0x00 0. " ENABLE ,Compare and Remap Enable" "Disabled,Enabled" elif (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("FPB",-1))))&0x10000000)==0x10000000) if (((per.l(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("FPB",-1))+0x24))&0x01)==0x00) group.long 0x24++0x03 line.long 0x00 "FP_COMP7,Flash Patch Comparator Register 7" bitfld.long 0x00 0. " BE ,Enable bit for Breakpoint" "Disabled,Enabled" else group.long 0x24++0x03 line.long 0x00 "FP_COMP7,Flash Patch Comparator Register 7" hexmask.long 0x00 1.--31. 0x02 " BPADDR ,Breakpoint address" bitfld.long 0x00 0. " BE ,Enable bit for Breakpoint" "Disabled,Enabled" endif endif width 6. tree "CoreSight Identification Registers" 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 width 0xB 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.long 0x00++0x1B line.long 0x00 "DWT_CTRL,Control Register" rbitfld.long 0x00 28.--31. " NUMCOMP ,Number of comparators implemented" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" rbitfld.long 0x00 27. " NOTRCPKT ,Shows whether the implementation supports trace sampling and exception tracing" "Supported,Not supported" rbitfld.long 0x00 26. " NOEXTTRIG ,Shows whether the implementation includes external match signals" "Supported,Not supported" textline " " rbitfld.long 0x00 25. " NOCYCCNT ,Shows whether the implementation supports a cycle counter" "Supported,Not supported" rbitfld.long 0x00 24. " NOPRFCNT ,Shows whether the implementation supports the profiling counters" "Supported,Not supported" bitfld.long 0x00 22. " CYCEVTENA ,Enables POSTCNT underflow Event counter packets generation" "Disabled,Enabled" textline " " bitfld.long 0x00 21. " FOLDEVTENA ,Enables generation of the Folded-instruction counter overflow event" "Disabled,Enabled" bitfld.long 0x00 20. " LSUEVTENA ,Enables generation of the LSU counter overflow event" "Disabled,Enabled" bitfld.long 0x00 19. " SLEEPEVTENA ,Enables generation of the Sleep counter overflow event" "Disabled,Enabled" textline " " bitfld.long 0x00 18. " EXCEVTENA ,Enables generation of the Exception overhead counter overflow event" "Disabled,Enabled" bitfld.long 0x00 17. " CPIEVTENA ,Enables generation of the CPI counter overflow event" "Disabled,Enabled" bitfld.long 0x00 16. " EXCTRCENA ,Enables generation of exception trace" "Disabled,Enabled" textline " " bitfld.long 0x00 12. " PCSAMPLEENA ,Enables use of POSTCNT counter as a timer for Periodic PC sample packet generation" "Disabled,Enabled" bitfld.long 0x00 10.--11. " SYNCTAP ,Selects the position of the synchronization packet counter tap on the CYCCNT counter" "Disabled,CYCCNT[24],CYCCNT[26],CYCCNT[28]" bitfld.long 0x00 9. " CYCTAP ,Selects the position of the POSTCNT tap on the CYCCNT counter" "CYCCNT[6],CYCCNT[10]" textline " " bitfld.long 0x00 5.--8. " POSTINIT ,Initial value for the POSTCNT counter" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 1.--4. " POSTPRESET ,Reload value for the POSTCNT counter" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 0. " CYCCNTENA ,Enables CYCCNT" "Disabled,Enabled" line.long 0x04 "DWT_CYCCNT,Cycle Count Register" line.long 0x08 "DWT_CPICNT,CPI Count Register" hexmask.long.byte 0x08 0.--7. 1. " CPICNT ,The base CPI counter" line.long 0x0c "DWT_EXCCNT,Exception Overhead Count Register" hexmask.long.byte 0x0c 0.--7. 1. " EXCCNT ,The exception overhead counter" line.long 0x10 "DWT_SLEEPCNT,Sleep Count Register" hexmask.long.byte 0x10 0.--7. 1. " SLEEPCNT ,Sleep Counter" line.long 0x14 "DWT_LSUCNT,LSU Count Register" hexmask.long.byte 0x14 0.--7. 1. " LSUCNT ,Load-store counter" line.long 0x18 "DWT_FOLDCNT,Folded-instruction Count Register" hexmask.long.byte 0x18 0.--7. 1. " FOLDCNT ,Folded-instruction counter" rgroup.long 0x1C++0x03 line.long 0x00 "DWT_PCSR,Program Counter Sample register" textline " " group.long 0x20++0x07 line.long 0x00 "DWT_COMP0,DWT Comparator Register 0" line.long 0x04 "DWT_MASK0,DWT Mask Registers 0" bitfld.long 0x04 0.--4. " MASK ,The size of the ignore mask" "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" if (((per.long(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("DWT",-1))+0x28))&0x1A0)==0x20) group.long 0x28++0x03 line.long 0x00 "DWT_FUNCTION0,DWT Function Registers 0" bitfld.long 0x00 24. " MATCHED ,Comparator match" "No matched,Matched" 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" textline " " bitfld.long 0x00 10.--11. " DATAVSIZE ,Data Value Size" "8-bit,16-bit,32-bit,Reserved" bitfld.long 0x00 9. " LNK1ENA ,Supports use of a second linked comparator" "Not Supported,Supported" bitfld.long 0x00 8. " DATAVMATCH ,Data value compare" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " CYCMATCH ,Enable cycle count comparison for comparator 0" "Disabled,Enabled" bitfld.long 0x00 5. " EMITRANGE ,enables generation of Data trace address offset packets" "Disabled,Enabled" bitfld.long 0x00 0.--3. " FUNCTION ,Selects action taken on comparator match" "Disabled,Send address trace packet on READ/WRITE,Send data value + address packet on READ/WRITE,Send data value + address packet on READ/WRITE,Watchpoint debug event on PC match,Watchpoint debug event on READ,Watchpoint debug event on WRITE,Watchpoint debug event on READ/WRITE,CMPMATCH[N] event on PC match,CMPMATCH[N] event on READ,CMPMATCH[N] event on WRITE,CMPMATCH[N] event on READ/WRITE,Send data address trace packet on READ,Send data address trace packet on WRITE,Send data address + PC value on READ,Send data address + PC value on WRITE" elif (((per.long(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("DWT",-1))+0x28))&0x1A0)==0x00) group.long 0x28++0x03 line.long 0x00 "DWT_FUNCTION0,DWT Function Registers 0" bitfld.long 0x00 24. " MATCHED ,Comparator match" "No matched,Matched" 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" textline " " bitfld.long 0x00 10.--11. " DATAVSIZE ,Data Value Size" "8-bit,16-bit,32-bit,Reserved" bitfld.long 0x00 9. " LNK1ENA ,Supports use of a second linked comparator" "Not Supported,Supported" bitfld.long 0x00 8. " DATAVMATCH ,Data value compare" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " CYCMATCH ,Enable cycle count comparison for comparator 0" "Disabled,Enabled" bitfld.long 0x00 5. " EMITRANGE ,enables generation of Data trace address offset packets" "Disabled,Enabled" bitfld.long 0x00 0.--3. " FUNCTION ,Selects action taken on comparator match" "Disabled,Send PC value trace packet on READ/WRITE,Send data value trace packet on READ/WRITE,Send data value + PC value on READ/WRITE,Watchpoint debug event on PC match,Watchpoint debug event on READ,Watchpoint debug event on WRITE,Watchpoint debug event on READ/WRITE,CMPMATCH[N] event on PC match,CMPMATCH[N] event on READ,CMPMATCH[N] event on WRITE,CMPMATCH[N] event on READ/WRITE,Send data value trace packet on READ,Send data value trace packet on WRITE,Send data value + PC value on READ,Send data value + PC value on WRITE" elif (((per.long(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("DWT",-1))+0x28))&0x180)==0x80) group.long 0x28++0x03 line.long 0x00 "DWT_FUNCTION0,DWT Function Registers 0" bitfld.long 0x00 24. " MATCHED ,Comparator match" "No matched,Matched" 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" textline " " bitfld.long 0x00 10.--11. " DATAVSIZE ,Data Value Size" "8-bit,16-bit,32-bit,Reserved" bitfld.long 0x00 9. " LNK1ENA ,Supports use of a second linked comparator" "Not Supported,Supported" bitfld.long 0x00 8. " DATAVMATCH ,Data value compare" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " CYCMATCH ,Enable cycle count comparison for comparator 0" "Disabled,Enabled" bitfld.long 0x00 5. " EMITRANGE ,enables generation of Data trace address offset packets" "Disabled,Enabled" bitfld.long 0x00 0.--3. " FUNCTION ,Selects action taken on comparator match" "Disabled,Send PC value trace packet,UNPREDICTABLE,UNPREDICTABLE,Generate watchpoint debug event,UNPREDICTABLE,UNPREDICTABLE,UNPREDICTABLE,CMPMATCH[N] event,UNPREDICTABLE,UNPREDICTABLE,UNPREDICTABLE,UNPREDICTABLE,UNPREDICTABLE,UNPREDICTABLE,UNPREDICTABLE" else group.long 0x28++0x03 line.long 0x00 "DWT_FUNCTION0,DWT Function Registers 0" bitfld.long 0x00 24. " MATCHED ,Comparator match" "No matched,Matched" 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" textline " " bitfld.long 0x00 10.--11. " DATAVSIZE ,Data Value Size" "8-bit,16-bit,32-bit,Reserved" bitfld.long 0x00 9. " LNK1ENA ,Supports use of a second linked comparator" "Not Supported,Supported" bitfld.long 0x00 8. " DATAVMATCH ,Data value compare" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " CYCMATCH ,Enable cycle count comparison for comparator 0" "Disabled,Enabled" bitfld.long 0x00 5. " EMITRANGE ,enables generation of Data trace address offset packets" "Disabled,Enabled" bitfld.long 0x00 0.--3. " FUNCTION ,Selects action taken on comparator match" "Disabled,UNPREDICTABLE,UNPREDICTABLE,UNPREDICTABLE,UNPREDICTABLE,Watchpoint debug event on READ,Watchpoint debug event on WRITE,Watchpoint debug event on READ/WRITE,UNPREDICTABLE,CMPMATCH[N] event on READ,CMPMATCH[N] event on WRITE,CMPMATCH[N] event on READ,UNPREDICTABLE,UNPREDICTABLE,UNPREDICTABLE,UNPREDICTABLE" endif group.long (0x30)++0x07 line.long 0x00 "DWT_COMP1,DWT Comparator Register 1" line.long 0x04 "DWT_MASK1,DWT Mask Registers 1" bitfld.long 0x04 0.--4. " MASK ,The size of the ignore mask" "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" if (((per.long(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("DWT",-1))+0x30+0x08))&0x120)==0x20) group.long (0x30+0x08)++0x03 line.long 0x00 "DWT_FUNCTION1,DWT Function Registers 1" bitfld.long 0x00 24. " MATCHED ,Comparator match" "No matched,Matched" 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" textline " " bitfld.long 0x00 10.--11. " DATAVSIZE ,Data Value Size" "8-bit,16-bit,32-bit,Reserved" bitfld.long 0x00 9. " LNK1ENA ,Supports use of a second linked comparator" "Not Supported,Supported" bitfld.long 0x00 8. " DATAVMATCH ,Data value compare" "Disabled,Enabled" textline " " bitfld.long 0x00 5. " EMITRANGE ,enables generation of Data trace address offset packets" "Disabled,Enabled" bitfld.long 0x00 0.--3. " FUNCTION ,Selects action taken on comparator match" "Disabled,Send address trace packet on READ/WRITE,Send data value + address packet on READ/WRITE,Send data value + address packet on READ/WRITE,Watchpoint debug event on PC match,Watchpoint debug event on READ,Watchpoint debug event on WRITE,Watchpoint debug event on READ/WRITE,CMPMATCH[N] event on PC match,CMPMATCH[N] event on READ,CMPMATCH[N] event on WRITE,CMPMATCH[N] event on READ/WRITE,Send data address trace packet on READ,Send data address trace packet on WRITE,Send data address + PC value on READ,Send data address + PC value on WRITE" elif (((per.long(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("DWT",-1))+0x30+0x08))&0x120)==0x00) group.long (0x30+0x08)++0x03 line.long 0x00 "DWT_FUNCTION1,DWT Function Registers 1" bitfld.long 0x00 24. " MATCHED ,Comparator match" "No matched,Matched" 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" textline " " bitfld.long 0x00 10.--11. " DATAVSIZE ,Data Value Size" "8-bit,16-bit,32-bit,Reserved" bitfld.long 0x00 9. " LNK1ENA ,Supports use of a second linked comparator" "Not Supported,Supported" bitfld.long 0x00 8. " DATAVMATCH ,Data value compare" "Disabled,Enabled" textline " " bitfld.long 0x00 5. " EMITRANGE ,enables generation of Data trace address offset packets" "Disabled,Enabled" bitfld.long 0x00 0.--3. " FUNCTION ,Selects action taken on comparator match" "Disabled,Send PC value trace packet on READ/WRITE,Send data value trace packet on READ/WRITE,Send data value + PC value on READ/WRITE,Watchpoint debug event on PC match,Watchpoint debug event on READ,Watchpoint debug event on WRITE,Watchpoint debug event on READ/WRITE,CMPMATCH[N] event on PC match,CMPMATCH[N] event on READ,CMPMATCH[N] event on WRITE,CMPMATCH[N] event on READ/WRITE,Send data value trace packet on READ,Send data value trace packet on WRITE,Send data value + PC value on READ,Send data value + PC value on WRITE" else group.long (0x30+0x08)++0x03 line.long 0x00 "DWT_FUNCTION1,DWT Function Registers 1" bitfld.long 0x00 24. " MATCHED ,Comparator match" "No matched,Matched" 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" textline " " bitfld.long 0x00 10.--11. " DATAVSIZE ,Data Value Size" "8-bit,16-bit,32-bit,Reserved" bitfld.long 0x00 9. " LNK1ENA ,Supports use of a second linked comparator" "Not Supported,Supported" bitfld.long 0x00 8. " DATAVMATCH ,Data value compare" "Disabled,Enabled" textline " " bitfld.long 0x00 5. " EMITRANGE ,Enables generation of Data trace address offset packets" "Disabled,Enabled" bitfld.long 0x00 0.--3. " FUNCTION ,Selects action taken on comparator match" "Disabled,UNPREDICTABLE,UNPREDICTABLE,UNPREDICTABLE,UNPREDICTABLE,Watchpoint debug event on READ,Watchpoint debug event on WRITE,Watchpoint debug event on READ/WRITE,UNPREDICTABLE,CMPMATCH[N] event on READ,CMPMATCH[N] event on WRITE,CMPMATCH[N] event on READ,UNPREDICTABLE,UNPREDICTABLE,UNPREDICTABLE,UNPREDICTABLE" endif group.long (0x40)++0x07 line.long 0x00 "DWT_COMP2,DWT Comparator Register 2" line.long 0x04 "DWT_MASK2,DWT Mask Registers 2" bitfld.long 0x04 0.--4. " MASK ,The size of the ignore mask" "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" if (((per.long(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("DWT",-1))+0x40+0x08))&0x120)==0x20) group.long (0x40+0x08)++0x03 line.long 0x00 "DWT_FUNCTION2,DWT Function Registers 2" bitfld.long 0x00 24. " MATCHED ,Comparator match" "No matched,Matched" 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" textline " " bitfld.long 0x00 10.--11. " DATAVSIZE ,Data Value Size" "8-bit,16-bit,32-bit,Reserved" bitfld.long 0x00 9. " LNK1ENA ,Supports use of a second linked comparator" "Not Supported,Supported" bitfld.long 0x00 8. " DATAVMATCH ,Data value compare" "Disabled,Enabled" textline " " bitfld.long 0x00 5. " EMITRANGE ,enables generation of Data trace address offset packets" "Disabled,Enabled" bitfld.long 0x00 0.--3. " FUNCTION ,Selects action taken on comparator match" "Disabled,Send address trace packet on READ/WRITE,Send data value + address packet on READ/WRITE,Send data value + address packet on READ/WRITE,Watchpoint debug event on PC match,Watchpoint debug event on READ,Watchpoint debug event on WRITE,Watchpoint debug event on READ/WRITE,CMPMATCH[N] event on PC match,CMPMATCH[N] event on READ,CMPMATCH[N] event on WRITE,CMPMATCH[N] event on READ/WRITE,Send data address trace packet on READ,Send data address trace packet on WRITE,Send data address + PC value on READ,Send data address + PC value on WRITE" elif (((per.long(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("DWT",-1))+0x40+0x08))&0x120)==0x00) group.long (0x40+0x08)++0x03 line.long 0x00 "DWT_FUNCTION2,DWT Function Registers 2" bitfld.long 0x00 24. " MATCHED ,Comparator match" "No matched,Matched" 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" textline " " bitfld.long 0x00 10.--11. " DATAVSIZE ,Data Value Size" "8-bit,16-bit,32-bit,Reserved" bitfld.long 0x00 9. " LNK1ENA ,Supports use of a second linked comparator" "Not Supported,Supported" bitfld.long 0x00 8. " DATAVMATCH ,Data value compare" "Disabled,Enabled" textline " " bitfld.long 0x00 5. " EMITRANGE ,enables generation of Data trace address offset packets" "Disabled,Enabled" bitfld.long 0x00 0.--3. " FUNCTION ,Selects action taken on comparator match" "Disabled,Send PC value trace packet on READ/WRITE,Send data value trace packet on READ/WRITE,Send data value + PC value on READ/WRITE,Watchpoint debug event on PC match,Watchpoint debug event on READ,Watchpoint debug event on WRITE,Watchpoint debug event on READ/WRITE,CMPMATCH[N] event on PC match,CMPMATCH[N] event on READ,CMPMATCH[N] event on WRITE,CMPMATCH[N] event on READ/WRITE,Send data value trace packet on READ,Send data value trace packet on WRITE,Send data value + PC value on READ,Send data value + PC value on WRITE" else group.long (0x40+0x08)++0x03 line.long 0x00 "DWT_FUNCTION2,DWT Function Registers 2" bitfld.long 0x00 24. " MATCHED ,Comparator match" "No matched,Matched" 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" textline " " bitfld.long 0x00 10.--11. " DATAVSIZE ,Data Value Size" "8-bit,16-bit,32-bit,Reserved" bitfld.long 0x00 9. " LNK1ENA ,Supports use of a second linked comparator" "Not Supported,Supported" bitfld.long 0x00 8. " DATAVMATCH ,Data value compare" "Disabled,Enabled" textline " " bitfld.long 0x00 5. " EMITRANGE ,Enables generation of Data trace address offset packets" "Disabled,Enabled" bitfld.long 0x00 0.--3. " FUNCTION ,Selects action taken on comparator match" "Disabled,UNPREDICTABLE,UNPREDICTABLE,UNPREDICTABLE,UNPREDICTABLE,Watchpoint debug event on READ,Watchpoint debug event on WRITE,Watchpoint debug event on READ/WRITE,UNPREDICTABLE,CMPMATCH[N] event on READ,CMPMATCH[N] event on WRITE,CMPMATCH[N] event on READ,UNPREDICTABLE,UNPREDICTABLE,UNPREDICTABLE,UNPREDICTABLE" endif group.long (0x50)++0x07 line.long 0x00 "DWT_COMP3,DWT Comparator Register 3" line.long 0x04 "DWT_MASK3,DWT Mask Registers 3" bitfld.long 0x04 0.--4. " MASK ,The size of the ignore mask" "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" if (((per.long(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("DWT",-1))+0x50+0x08))&0x120)==0x20) group.long (0x50+0x08)++0x03 line.long 0x00 "DWT_FUNCTION3,DWT Function Registers 3" bitfld.long 0x00 24. " MATCHED ,Comparator match" "No matched,Matched" 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" textline " " bitfld.long 0x00 10.--11. " DATAVSIZE ,Data Value Size" "8-bit,16-bit,32-bit,Reserved" bitfld.long 0x00 9. " LNK1ENA ,Supports use of a second linked comparator" "Not Supported,Supported" bitfld.long 0x00 8. " DATAVMATCH ,Data value compare" "Disabled,Enabled" textline " " bitfld.long 0x00 5. " EMITRANGE ,enables generation of Data trace address offset packets" "Disabled,Enabled" bitfld.long 0x00 0.--3. " FUNCTION ,Selects action taken on comparator match" "Disabled,Send address trace packet on READ/WRITE,Send data value + address packet on READ/WRITE,Send data value + address packet on READ/WRITE,Watchpoint debug event on PC match,Watchpoint debug event on READ,Watchpoint debug event on WRITE,Watchpoint debug event on READ/WRITE,CMPMATCH[N] event on PC match,CMPMATCH[N] event on READ,CMPMATCH[N] event on WRITE,CMPMATCH[N] event on READ/WRITE,Send data address trace packet on READ,Send data address trace packet on WRITE,Send data address + PC value on READ,Send data address + PC value on WRITE" elif (((per.long(CONvert.ADDRESSTODUALPORT(COMPonent.BASE("DWT",-1))+0x50+0x08))&0x120)==0x00) group.long (0x50+0x08)++0x03 line.long 0x00 "DWT_FUNCTION3,DWT Function Registers 3" bitfld.long 0x00 24. " MATCHED ,Comparator match" "No matched,Matched" 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" textline " " bitfld.long 0x00 10.--11. " DATAVSIZE ,Data Value Size" "8-bit,16-bit,32-bit,Reserved" bitfld.long 0x00 9. " LNK1ENA ,Supports use of a second linked comparator" "Not Supported,Supported" bitfld.long 0x00 8. " DATAVMATCH ,Data value compare" "Disabled,Enabled" textline " " bitfld.long 0x00 5. " EMITRANGE ,enables generation of Data trace address offset packets" "Disabled,Enabled" bitfld.long 0x00 0.--3. " FUNCTION ,Selects action taken on comparator match" "Disabled,Send PC value trace packet on READ/WRITE,Send data value trace packet on READ/WRITE,Send data value + PC value on READ/WRITE,Watchpoint debug event on PC match,Watchpoint debug event on READ,Watchpoint debug event on WRITE,Watchpoint debug event on READ/WRITE,CMPMATCH[N] event on PC match,CMPMATCH[N] event on READ,CMPMATCH[N] event on WRITE,CMPMATCH[N] event on READ/WRITE,Send data value trace packet on READ,Send data value trace packet on WRITE,Send data value + PC value on READ,Send data value + PC value on WRITE" else group.long (0x50+0x08)++0x03 line.long 0x00 "DWT_FUNCTION3,DWT Function Registers 3" bitfld.long 0x00 24. " MATCHED ,Comparator match" "No matched,Matched" 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" textline " " bitfld.long 0x00 10.--11. " DATAVSIZE ,Data Value Size" "8-bit,16-bit,32-bit,Reserved" bitfld.long 0x00 9. " LNK1ENA ,Supports use of a second linked comparator" "Not Supported,Supported" bitfld.long 0x00 8. " DATAVMATCH ,Data value compare" "Disabled,Enabled" textline " " bitfld.long 0x00 5. " EMITRANGE ,Enables generation of Data trace address offset packets" "Disabled,Enabled" bitfld.long 0x00 0.--3. " FUNCTION ,Selects action taken on comparator match" "Disabled,UNPREDICTABLE,UNPREDICTABLE,UNPREDICTABLE,UNPREDICTABLE,Watchpoint debug event on READ,Watchpoint debug event on WRITE,Watchpoint debug event on READ/WRITE,UNPREDICTABLE,CMPMATCH[N] event on READ,CMPMATCH[N] event on WRITE,CMPMATCH[N] event on READ,UNPREDICTABLE,UNPREDICTABLE,UNPREDICTABLE,UNPREDICTABLE" endif width 6. tree "CoreSight Identification Registers" 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 width 0x0B else newline textline "DWT component base address not specified" newline endif tree.end tree.end AUTOINDENT.POP tree.end config 16. 8. width 9. tree "Miscellaneous Debug Module" group.long dbg:0x40000400++3 line.long 0x00 "STATUS,MDM AP Status Register" bitfld.long 0x00 31. " CA5DBGRST ,CA5 debug restarted" "Not restarted,Restarted" bitfld.long 0x00 30. " CM4DBGRST ,CM4 debug restarted" "Not restarted,Restarted" textline " " bitfld.long 0x00 22. " CTITRGOUT ,CTI trigger out" "Not triggered,Triggered" bitfld.long 0x00 21. " CA5STANDBYWFE ,CA5 Standby WFE" "Disabled,Enabled" textline " " bitfld.long 0x00 20. " CA5STANDBYWFI ,CA5 Standby WFI" "Disabled,Enabled" bitfld.long 0x00 19. " CA5HLT ,CA5 halted" "Not halted,Halted" textline " " bitfld.long 0x00 18. " CM4SLEEPING ,CM4 asserted SLEEPING" "Not asserted,Asserted" bitfld.long 0x00 17. " CM4SLEEPDEEP ,CM4 asserted SLEEPDEEP" "Not asserted,Asserted" textline " " bitfld.long 0x00 16. " CM4HLT ,CM4 Halted" "Not halted,Halted" bitfld.long 0x00 10. " STBMODEEXIT ,Standby mode exit" "Not exited,Exited" textline " " bitfld.long 0x00 4. " DBGSECACCEN ,Debug secured access enable" "Disabled,Enabled" bitfld.long 0x00 3. " DBGEN ,Debug access enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " SYSRST ,System reset" "No reset,Reset" group.long dbg:0x40000404++3 line.long 0x00 "CONTROL,MDM AP Control Register" bitfld.long 0x00 31. " CA5DBGRES ,CA5 debug restart" "No restart,Restart" bitfld.long 0x00 30. " CM4DBGRES ,CM4 debug restart" "No restart,Restart" textline " " bitfld.long 0x00 24. " CTITRGIN ,CTI trigger input" "Not connected,Connected" bitfld.long 0x00 18. " CA5DBGREQ ,CA5 Debug Request" "Not requested,Requested" textline " " bitfld.long 0x00 9. " INHSLP ,Inhibit Sleep" "Not inhibited,Inhibited" bitfld.long 0x00 8. " TSDIS ,Timestamp disable" "No,Yes" textline " " bitfld.long 0x00 6. " STANDBYDBGACK ,Standby mode debug acknowledge" "Not acknowledged,Acknowledged" bitfld.long 0x00 5. " STANDBYDBGREQ ,Standby mode debug request" "Not requested,Requested" textline " " bitfld.long 0x00 3. " SYSRESETREQ ,System reset request" "Not requested,Requested" bitfld.long 0x00 2. " CM4DBGREQ ,CM4 Debug Request" "Not requested,Requested" group.long dbg:0x400004fc++3 line.long 0x00 "ID,MDM AP Identification Register" tree.end width 0xb tree "IOMUXC (Input/Output Multiplexer Controller)" base ad:0x40048000 width 7. tree "Software MUX Pad Control Registers" group.long 0x00++0x03 line.long 0x00 "PTA6,Software MUX Pad Control Register 0" bitfld.long 0x0 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[0]/rgpioc,RMII_CLKOUT/ccm,RMII_CLKIN/ccm,Reserved,TCON[11]/tcon1,Reserved,Reserved,DATA_OUT[20]/tcon1" bitfld.long 0x0 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x0 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x0 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x0 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x0 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x0 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x0 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x0 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x0 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x0 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x04++0x03 line.long 0x00 "PTA8,Software MUX Pad Control Register 1" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[1]/rgpioc,TCLK/debug,Reserved,Reserved,DATA_OUT[18]/tcon0,Reserved,Reserved,MLBCLK/mlb_top" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x08++0x03 line.long 0x00 "PTA9,Software MUX Pad Control Register 2" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[2]/rgpioc,TDI/debug,RMII_CLKOUT/ccm,RMII_CLKIN/ccm,DATA_OUT[19]/tcon0,Reserved,IPP_WDOG_CA5_CM4_B/wdog_glue,?..." bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x0C++0x03 line.long 0x00 "PTA10,Software MUX Pad Control Register 3" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[3]/rgpioc,TDO/debug,EXT_AUDIO_MCLK/ccm,Reserved,DATA_OUT[10]/tcon0,Reserved,ENET_TS_CLKIN/ccm,MLBSIGNAL/mlb_top" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x10++0x03 line.long 0x00 "PTA11,Software MUX Pad Control Register 4" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[4]/rgpioc,TMS/debug,Reserved,Reserved,DATA_OUT[11]/tcon0,Reserved,Reserved,MLBDATA/mlb_top" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x14++0x03 line.long 0x00 "PTA12,Software MUX Pad Control Register 5" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[5]/rgpioc,TRACECK/platform,EXT_AUDIO_MCLK/ccm,Reserved,Reserved,Reserved,DATA[13]/video_in0,SCL/i2c0" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x18++0x03 line.long 0x00 "PTA16,Software MUX Pad Control Register 6" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[6]/rgpioc,TRACED[0]/platform,VBUS_EN_OTG/usb,ADC1SE0/adc1_da,LCD29/lcd_64f6b,TX_BCLK/sai2,DATA[14]/video_in0,SDA/i2c0" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x1C++0x03 line.long 0x00 "PTA17,Software MUX Pad Control Register 7" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[7]/rgpioc,TRACED[1]/platform,VBUS_OC_OTGTG/usb,ADC1SE1/adc1_da,LCD30/lcd_64f6b,USB0_SOF_PULSE/usb,DATA[15]/video_in0,SCL/i2c1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x20++0x03 line.long 0x00 "PTA18,Software MUX Pad Control Register 8" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[8]/rgpioc,TRACED[2]/platform,ADC0SE0/adc0_da,QD_PHA/flextimer1,LCD31/cd_64f6b,TX_DATA/sai2,DATA[16]/video_in0,SDA/i2c1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x24++0x03 line.long 0x00 "PTA19,Software MUX Pad Control Register 9" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[9]/rgpioc,TRACED[3]/platform,ADC0SE1/adc0_da,QD_PHB/flextimer1,LCD32/lcd_64f6b,TX_SYNC/sai2,DATA[17]/video_in0,QSCK_A/quadspi1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x28++0x03 line.long 0x00 "PTA20,Software MUX Pad Control Register 10" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select" "GPIO[10]/rgpioc,TRACED[4]/platform,Reserved,Reserved,LCD33/lcd_64f6b,Reserved,TX/sci_flx3,TCON[1]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x2C++0x03 line.long 0x00 "PTA21,Software MUX Pad Control Register 11" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[11]/rgpioc,TRACED[5]/platform,Reserved,Reserved,Reserved,RX_BCLK/sai2,RX/sci_flx3,TCON[2]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x30++0x03 line.long 0x00 "PTA22,Software MUX Pad Control Register 12" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[12]/rgpioc,TRACED[6]/platform,Reserved,Reserved,Reserved,RX_DATA/sai2,SCL/i2c2,TCON[0]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x34++0x03 line.long 0x00 "PTA23,Software MUX Pad Control Register 13" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[13]/rgpioc,TRACED[7]/platform,Reserved,Reserved,Reserved,RX_SYNC/sai2,SDA/i2c2,TCON[3]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x38++0x03 line.long 0x00 "PTA24,Software MUX Pad Control Register 14" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[14]/rgpioc,TRACED[8]/platform,VBUS_EN/usb,Reserved,Reserved,CLK/esdhc1,TCON[4]/tcon1,PAD_CTRL/ddr_test_logic" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x3C++0x03 line.long 0x00 "PTA25,Software MUX Pad Control Register 15" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[15]/rgpioc,TRACED[9]/platform,VBUS_OC/usb,Reserved,Reserved,CMD/esdhc1,TCON[5]/tcon1,?..." bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x40++0x03 line.long 0x00 "PTA26,Software MUX Pad Control Register 16" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[16]/rgpioc,TRACED[10]/platform,TX_BCLK/sai3,Reserved,Reserved,DAT0/esdhc1,TCON[6]/tcon1,?..." bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x44++0x03 line.long 0x00 "PTA27,Software MUX Pad Control Register 17" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[17]/rgpioc,TRACED[11]/platform,RX_BCLK/sai3,Reserved,Reserved,DAT1/esdhc1,TCON[7]/tcon1,?..." bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x48++0x03 line.long 0x00 "PTA28,Software MUX Pad Control Register 18" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[18]/rgpioc,TRACED[12]/platform,RX_DATA/sai3,MAC1_TMR0/enet_swiahb,TX/sci_flx4,DAT2/esdhc1,TCON[8]/tcon1,?..." bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x4C++0x03 line.long 0x00 "PTA29,Software MUX Pad Control Register 19" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[19]/rgpioc,TRACED[13]/platform,TX_DATA/sai3,MAC1_TMR1/enet_swiahb,RX/sci_flx4,DAT3/esdhc1,TCON[9]/tcon1,?..." bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x50++0x03 line.long 0x00 "PTA30,Software MUX Pad Control Register 20" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[20]/rgpioc,TRACED[14]/platform,RX_SYNC/sai3,MAC1_TMR2/enet_swiahb,RTS/sci_flx4,SCL/i2c3,Reserved,TX/sci_flx3" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x54++0x03 line.long 0x00 "PTA31,Software MUX Pad Control Register 21" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[21]/rgpioc,TRACED[15]/platform,TX_SYNC/sai3,Reserved,CTS/sci_flx4,SDA/i2c3,Reserved,RX/sci_flx3" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x58++0x03 line.long 0x00 "PTB0,Software MUX Pad Control Register 22" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[22]/rgpioc,CH[0]/flextimer0,ADC0SE2/adc0_da,TRACECTL/platform,LCD34/lcd_64f6b,RX_BCLK/sai2,DATA[18]/video_in0,QPCS0_A/quadspi1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x5C++0x03 line.long 0x00 "PTB1,Software MUX Pad Control Register 23" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[23]/rgpioc,CH[1]/flextimer0,ADC0SE3/adc0_da,RCON30/src,LCD35/lcd_64f6b,RX_DATA/sai2,DATA[19]/video_in0,QSPI_IO3_A/quadspi1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x60++0x03 line.long 0x00 "PTB2,Software MUX Pad Control Register 24" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[24]/rgpioc,CH[2]/flextimer0,ADC1SE2/adc1_da,RCON31/src,LCD36/lcd_64f6b,RX_SYNC/sai2,DATA[20]/video_in0,QSPI_IO2_A/quadspi1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x64++0x03 line.long 0x00 "PTB3,Software MUX Pad Control Register 25" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[25]/rgpioc,CH[3]/flextimer0,ADC1SE3/adc1_da,EXTRIG/pdb,LCD37/lcd_64f6b,Reserved,DATA[21]/video_in0,QSPI_IO1_A/quadspi1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x68++0x03 line.long 0x00 "PTB4,Software MUX Pad Control Register 26" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[26]/rgpioc,CH[4]/flextimer0,TX/sci_flx1,ADC0SE4/adc0_da,LCD38/lcd_64f6b,VIU_FID/video_in0,DATA[22]/video_in0,QSPI_IO0_A/quadspi1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x6C++0x03 line.long 0x00 "PTB5,Software MUX Pad Control Register 27" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[27]/rgpioc,CH[5]/flextimer0,RX/sci_flx1,ADC1SE4/adc1_da,LCD39/lcd_64f6b,VIU_DE/video_in0,Reserved,DQS_A/quadspi1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x70++0x03 line.long 0x00 "PTB6,Software MUX Pad Control Register 28" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[28]/rgpioc,CH[6]/flextimer0,RTS/sci_flx1,QPCS1_A/quadspi0,LCD40/lcd_64f6b,FB_CLKOUT/lpcg0,HSYNC/video_in0,TX/sci_flx2" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x74++0x03 line.long 0x00 "PTB7,Software MUX Pad Control Register 29" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[29]/rgpioc,CH[7]/flextimer0,CTS/sci_flx1,QPCS1_B/quadspi0,LCD41/lcd_64f6b,FB_CLKOUT/lpcg0,VSYNC/video_in0,RX/sci_flx2" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x78++0x03 line.long 0x00 "PTB8,Software MUX Pad Control Register 30" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[30]/rgpioc,CH[0]/flextimer1,Reserved,QD_PHA/flextimer1,Reserved,VIU_DE,Reserved,DATA_OUT[24]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x7C++0x03 line.long 0x00 "PTB9,Software MUX Pad Control Register 31" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[31]/rgpioc,CH[1]/flextimer1,Reserved,QD_PHB/flextimer1,Reserved,Reserved,Reserved,DATA_OUT[25]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x80++0x03 line.long 0x00 "PTB10,Software MUX Pad Control Register 32" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[32]/rgpioc,TX/sci_flx0,Reserved,TCON[4]/tcon0,VIU_DE/video_in0,CKO1,Reserved,ENET_TS_CLKIN/ccm" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x84++0x03 line.long 0x00 "PTB11,Software MUX Pad Control Register 33" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[33]/rgpioc,RX/sci_flx0,Reserved,Reserved,TCON[5]/tcon0,SNVS_ALARM_OUT_B/snvs_lp_wrapper,CKO2,MAC0_TMR0/enet_swiahb" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x88++0x03 line.long 0x00 "PTB12,Software MUX Pad Control Register 34" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[34]/rgpioc,RTS/sci_flx0,Reserved,CS5/dspi0,TCON[6]/tcon0,FB_AD[1]/platform,Reserved,MAC0_TMR1/enet_swiahb" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x8C++0x03 line.long 0x00 "PTB13,Software MUX Pad Control Register 35" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[35]/rgpioc,CTS/sci_flx0,Reserved,CS4/dspi0,TCON[7]/tcon0,FB_AD[0]/platform,TRACECTL/platform,?..." bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x90++0x03 line.long 0x00 "PTB14,Software MUX Pad Control Register 36" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[36]/rgpioc,RXD/can0,SCL/i2c0,CS4/dspi0,TCON[8]/tcon0,Reserved,Reserved,DATA_OUT[1]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x94++0x03 line.long 0x00 "PTB15,Software MUX Pad Control Register 37" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[37]/rgpioc,TXD/can0,SDA/i2c0,Reserved,TCON[9]/tcon0,Reserved,Reserved,PIX_CLK/video_in0" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x98++0x03 line.long 0x00 "PTB16,Software MUX Pad Control Register 38" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[38]/rgpioc,RXD/can1,SCL/i2c1,Reserved,TCON[10]/tcon0,?..." bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x9C++0x03 line.long 0x00 "PTB17,Software MUX Pad Control Register 39" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[39]/rgpioc,TXD/can1,SDA/i2c1,Reserved,TCON[11]/tcon0,?..." bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0xA0++0x03 line.long 0x00 "PTB18,Software MUX Pad Control Register 40" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[40]/rgpioc,CS1/dspi0,EXT_AUDIO_MCLK/ccm,Reserved,Reserved,Reserved,DATA[9]/video_in0,?..." bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0xA4++0x03 line.long 0x00 "PTB19,Software MUX Pad Control Register 41" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[41]/rgpioc,CS0/dspi0,EXT_AUDIO_MCLK/ccm,Reserved,Reserved,Reserved,DATA[10]/video_in0,?..." bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0xA8++0x03 line.long 0x00 "PTB20,Software MUX Pad Control Register 42" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[42]/rgpioc,SIN/dspi0,Reserved,Reserved,LCD42/lcd_64f6b,Reserved,DATA[11]/video_in0,?..." bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0xAC++0x03 line.long 0x00 "PTB21,Software MUX Pad Control Register 43" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[43]/rgpioc,SOUT/dspi0,Reserved,Reserved,LCD43/lcd_64f6b,Reserved,DATA[12]/video_in0,DATA_OUT[1]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0xB0++0x03 line.long 0x00 "PTB22,Software MUX Pad Control Register 44" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[44]/rgpioc,SCK/dspi0,Reserved,Reserved,Reserved,VIU_FID/video_in0,?..." bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0xB4++0x03 line.long 0x00 "PTC0,Software MUX Pad Control Register 45" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[45]/rgpioc,RMII0_MDC/enet_swiahb,CH[0]/flextimer1,CS3/dspi0,SCKT/esai,CLK/esdhc0,DATA[0]/video_in0,RCON18/src" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0xB8++0x03 line.long 0x00 "PTC1,Software MUX Pad Control Register 46" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[46]/rgpioc,RMII0_MDC/enet_swiahb,CH[1]/flextimer1,CS2/dspi0,FST/esai,CMD/esdhc0,DATA[1]/video_in0,RCON19/src" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0xBC++0x03 line.long 0x00 "PTC2,Software MUX Pad Control Register 47" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[47]/rgpioc,RMII0_CRS_DV/enet_swiahb,TX/sci_flx1,Reserved,SDO0/esai,DAT0/esdhc0,DATA[2]/video_in0,RCON20/src" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0xC0++0x03 line.long 0x00 "PTC3,Software MUX Pad Control Register 48" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[48]/rgpioc,RMII0_RXD[1]/enet_swiahb,RX/sci_flx1,Reserved,SDO1/esai,DAT1/esdhc0,DATA[3]/video_in0,RCON18/src" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0xC4++0x03 line.long 0x00 "PTC4,Software MUX Pad Control Register 49" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[49]/rgpioc,RMII0_RXD[0]/enet_swiahb,RTS/sci_flx1,CS1/dspi1,SDO2/esai,DAT2/esdhc0,DATA[4]/video_in0,DATA_OUT[19]/tcon0" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0xC8++0x03 line.long 0x00 "PTC5,Software MUX Pad Control Register 50" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[50]/rgpioc,RMII0_RXER[0]/enet_swiahb,CTS/sci_flx1,CS0/dspi1,SDO3/esai,DAT3/esdhc0,DATA[5]/video_in0,DATA_OUT[10]/tcon0" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0xCC++0x03 line.long 0x00 "PTC6,Software MUX Pad Control Register 51" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[51]/rgpioc,RMII0_RXER[0]/enet_swiahb,SIN/dspi1,SDI0/dspi1,WP/esai,DAT3/esdhc0,DATA[6]/video_in0,DATA_OUT[11]/tcon0" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0xD0++0x03 line.long 0x00 "PTC7,Software MUX Pad Control Register 52" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[52]/rgpioc,RMII0_TXD[0]/enet_swiahb,Reserved,SOUT/dspi1,WP/esai,SDI1/esai,DATA[7]/video_in0,DATA_OUT[2]/tcon0" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0xD4++0x03 line.long 0x00 "PTC8,Software MUX Pad Control Register 53" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[53]/rgpioc,RMII0_TXEN/enet_swiahb,Reserved,SCK/dspi1,Reserved,Reserved,DATA[6]/video_in0,DATA_OUT[3]/tcon0" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0xD8++0x03 line.long 0x00 "PTC9,Software MUX Pad Control Register 54" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[54]/rgpioc,RMII1_MDC/enet_swiahb,Reserved,SCKT/esai,Reserved,Reserved,MLBCLK/mlb_top,DEBUG_OUT[0]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0xDC++0x03 line.long 0x00 "PTC10,Software MUX Pad Control Register 55" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[55]/rgpioc,RMII1_MDIO/enet_swiahb,Reserved,FST/esai,Reserved,Reserved,MLBSIGNAL/mlb_top,DEBUG_OUT[1]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0xE0++0x03 line.long 0x00 "PTC11,Software MUX Pad Control Register 56" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[56]/rgpioc,RMII1_CRS_DV/enet_swiahb,Reserved,SDO0/esai,Reserved,Reserved,MLBDATA/mlb_top,DEBUG_OUT[2]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0xE4++0x03 line.long 0x00 "PTC12,Software MUX Pad Control Register 57" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[57]/rgpioc,RMII1_RXD[1]/enet_swiahb,Reserved,SDO1/esai,Reserved,TX_BCLK/sai2,Reserved,DEBUG_OUT[3]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0xE8++0x03 line.long 0x00 "PTC13,Software MUX Pad Control Register 58" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[58]/rgpioc,RMII1_RXD[0]/enet_swiahb,Reserved,SDO2/esai,Reserved,RX_BCLK/sai2,Reserved,DEBUG_OUT[4]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0xEC++0x03 line.long 0x00 "PTC14,Software MUX Pad Control Register 59" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[59]/rgpioc,RMII1_RXER/enet_swiahb,Reserved,SDO3/esai,TX/sci_flx5,RX_DATA/sai2,ADC0SE6/adc0_da,DEBUG_OUT[5]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0xF0++0x03 line.long 0x00 "PTC15,Software MUX Pad Control Register 60" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[60]/rgpioc,RMII1_TXD[1]/enet_swiahb,Reserved,SDI0/esai,RX/sci_flx5,TX_DATA/sai2,ADC0SE7/adc0_da,DEBUG_OUT[6]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0xF4++0x03 line.long 0x00 "PTC16,Software MUX Pad Control Register 61" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[61]/rgpioc,RMII1_TXD[0]/enet_swiahb,Reserved,SDI1/esai,RTS/sci_flx5,RX_SYNC/sai2,ADC1SE6/adc1_da,DEBUG_OUT[7]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0xF8++0x03 line.long 0x00 "PTC17,Software MUX Pad Control Register 62" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[62]/rgpioc,RMII1_TXEN/enet_swiahb,Reserved,ADC1SE7/adc1_da,CTS/sci_flx5,TX_SYNC/sai2,USB1_SOF_PULSE/usb,DEBUG_OUT[8]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0xFC++0x03 line.long 0x00 "PTD31,Software MUX Pad Control Register 63" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[63]/rgpioc,FB_AD[31]/platform,NF_IO[15]/nfc_mlc,Reserved,CH[0]/flextimer3,CS1/dspis,Reserved,DEBUG_OUT[9]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x100++0x03 line.long 0x00 "PTD30,Software MUX Pad Control Register 64" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[64]/rgpioc,FB_AD[30]/platform,NF_IO[14]/nfc_mlc,Reserved,CH[1]/flextimer3,CS0/dspi2,Reserved,DEBUG_OUT[10]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x104++0x03 line.long 0x00 "PTD29,Software MUX Pad Control Register 65" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[65]/rgpioc,FB_AD[29]/platform,NF_IO[13]/nfc_mlc,Reserved,CH[2]/flextimer3,SIN/dspi2,Reserved,DEBUG_OUT[11]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x108++0x03 line.long 0x00 "PTD28,Software MUX Pad Control Register 66" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[66]/rgpioc,FB_AD[28]/platform,NF_IO[12]/nfc_mlc,SCL/i2c2,CH[3]/flextimer3,SOUT/dspi2,Reserved,DEBUG_OUT[12]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x10C++0x03 line.long 0x00 "PTD27,Software MUX Pad Control Register 67" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[67]/rgpioc,FB_AD[27]/platform,NF_IO[11]/nfc_mlc,SDA/i2c2,CH[4]/flextimer3,SCK/dspi2,Reserved,DEBUG_OUT[13]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x110++0x03 line.long 0x00 "PTD26,Software MUX Pad Control Register 68" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[68]/rgpioc,FB_AD[26]/platform,NF_IO[10]/nfc_mlc,Reserved,CH[5]/flextimer3,WP/esdhc1,Reserved,DEBUG_OUT[14]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x114++0x03 line.long 0x00 "PTD25,Software MUX Pad Control Register 69" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[69]/rgpioc,FB_AD[25]/platform,NF_IO[9]/nfc_mlc,Reserved,CH[6]/flextimer3,Reserved,Reserved,DEBUG_OUT[15]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x118++0x03 line.long 0x00 "PTD24,Software MUX Pad Control Register 70" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[70]/rgpioc,FB_AD[24]/platform,NF_IO[8]/nfc_mlc,Reserved,CH[7]/flextimer3,Reserved,Reserved,DEBUG_OUT[16]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x11C++0x03 line.long 0x00 "PTD23,Software MUX Pad Control Register 71" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[71]/rgpioc,FB_AD[23]/platform,NF_IO[7]/nfc_mlc,CH[7]/flextimer3,MAC0_TMR0/enet_swiahb,DAT4/esdhc0,TX/sci_flx2,DATA_OUT[23]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x120++0x03 line.long 0x00 "PTD22,Software MUX Pad Control Register 72" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[72]/rgpioc,FB_AD[22]/platform,NF_IO[6]/nfc_mlc,CH[1]/flextimer2,MAC0_TMR1/enet_swiahb,DAT5/esdhc0,RX/sci_flx2,DATA_OUT[22]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x124++0x03 line.long 0x00 "PTD21,Software MUX Pad Control Register 73" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[73]/rgpioc,FB_AD[21]/platform,NF_IO[5]/nfc_mlc,Reserved,MAC0_TMR2/enet_swiahb,DAT6/esdhc0,RTS/sci_flx2,DATA_OUT[23]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x128++0x03 line.long 0x00 "PTD20,Software MUX Pad Control Register 74" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[74]/rgpioc,FB_AD[20]/platform,NF_IO[4]/nfc_mlc,Reserved,MAC0_TMR3/enet_swiahb,DAT7/esdhc0,CTS/sci_flx2,DATA_OUT[18]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x12C++0x03 line.long 0x00 "PTD19,Software MUX Pad Control Register 75" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[75]/rgpioc,FB_AD[19]/platform,NF_IO[3]/nfc_mlc,SCKR/esai,SCL/i2c0,QD_PHA/flextimer2,Reserved,DATA_OUT[19]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x130++0x03 line.long 0x00 "PTD18,Software MUX Pad Control Register 76" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[76]/rgpioc,FB_AD[18]/platform,NF_IO[2]/nfc_mlc,FSR/esai,SDA/i2c0,QD_PH/flextimer2,Reserved,DATA_OUT[10]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x134++0x03 line.long 0x00 "PTD17,Software MUX Pad Control Register 77" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[77]/rgpioc,FB_AD[17]/platform,NF_IO[1]/nfc_mlc,HCKR/esai,SCL/i2c0,Reserved,Reserved,DATA_OUT[11]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x138++0x03 line.long 0x00 "PTD16,Software MUX Pad Control Register 78" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[78]/rgpioc,FB_AD[16]/platform,NF_IO[0]/nfc_mlc,HCKT/esai,SDA/i2c0,Reserved,Reserved,DATA_OUT[12]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x13C++0x03 line.long 0x00 "PTD0,Software MUX Pad Control Register 79" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[79]/rgpioc,QSCK_A/quadspi0,TX[0]/sci_flx2,Reserved,FB_AD[15]/platform,EXTCLK/spdif,Reserved,DEBUG_OUT[17]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x140++0x03 line.long 0x00 "PTD1,Software MUX Pad Control Register 80" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[80]/rgpioc,QPCS0_A/quadspi0,RX[0]/sci_flx2,Reserved,FB_AD[14]/platform,IN1/spdif,Reserved,DEBUG_OUT[18]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x144++0x03 line.long 0x00 "PTD2,Software MUX Pad Control Register 81" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[81]/rgpioc,QSPI_IO3_A/quadspi0,RTS/sci_flx2,CS3/dspi1,FB_AD[13]/platform,OUT1/spdif,Reserved,DEBUG_OUT[19]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x148++0x03 line.long 0x00 "PTD3,Software MUX Pad Control Register 82" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[82]/rgpioc,QSPI_IO2_A/quadspi0,CTS/sci_flx2,CS2/dspi1,FB_AD[12]/platform,PLOCK/spdif,Reserved,DEBUG_OUT[20]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x14C++0x03 line.long 0x00 "PTD4,Software MUX Pad Control Register 83" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[83]/rgpioc,QSPI_IO1_A/quadspi0,Reserved,CS1/dspi1,FB_AD[11]/platform,SRCLK/spdif,Reserved,DEBUG_OUT[21]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x150++0x03 line.long 0x00 "PTD5,Software MUX Pad Control Register 84" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[84]/rgpioc,QSPI_IO0_A/quadspi0,Reserved,CS0/dspi1,FB_AD[10]/platform,Reserved,Reserved,DEBUG_OUT[22]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x154++0x03 line.long 0x00 "PTD6,Software MUX Pad Control Register 85" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[85]/rgpioc,DQS_A/quadspi0,Reserved,SIN/dspi1,FB_AD[9]/platform,Reserved,Reserved,DEBUG_OUT[23]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x158++0x03 line.long 0x00 "PTD7,Software MUX Pad Control Register 86" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[86]/rgpioc,QSCK_B/quadspi0,Reserved,SOUT/dspi1,FB_AD[8]/platform,Reserved,Reserved,DEBUG_OUT[24]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x15C++0x03 line.long 0x00 "PTD8,Software MUX Pad Control Register 87" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[87]/rgpioc,QPCS0_B/quadspi0,FB_CLKOUT/lpcg0,SCK/dspi1,FB_AD[7]/platform,Reserved,Reserved,DEBUG_OUT[25]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x160++0x03 line.long 0x00 "PTD9,Software MUX Pad Control Register 88" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[88]/rgpioc,QSPI_IO3_B/quadspi0,FB_CLKOUT/lpcg0,CS1/dspi3,FB_AD[6]/platform,Reserved,TX_SYNC/sai1,DATA_OUT[2]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x164++0x03 line.long 0x00 "PTD10,Software MUX Pad Control Register 89" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[89]/rgpioc,QSPI_IO2_B/quadspi0,FB_CLKOUT/lpcg0,CS0/dspi3,FB_AD[5]/platform,Reserved,Reserved,DATA_OUT[3]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x168++0x03 line.long 0x00 "PTD11,Software MUX Pad Control Register 90" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[90]/rgpioc,QSPI_IO1_B/quadspi0,SIN/dspi3,CS0/dspi3,FB_AD[4]/platform,Reserved,Reserved,DEBUG_OUT[26]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x16C++0x03 line.long 0x00 "PTD12,Software MUX Pad Control Register 91" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[91]/rgpioc,QSPI_IO0_B/quadspi0,SOUT/dspi3,Reserved,FB_AD[3]/platform,Reserved,Reserved,DEBUG_OUT[27]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x170++0x03 line.long 0x00 "PTD13,Software MUX Pad Control Register 92" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[92]/rgpioc,DQS_B/quadspi0,SCK/dspi3,Reserved,FB_AD[2]/platform,Reserved,Reserved,DEBUG_OUT[28]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x174++0x03 line.long 0x00 "PTB23,Software MUX Pad Control Register 93" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[93]/rgpioc,TX_BCLK/sai0,TX/sci_flx1,RCON18/src,FB_MUXED_ALE/platform,FB_TS/platform,RTS/sci_flx3,DATA_OUT[13]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x178++0x03 line.long 0x00 "PTB24,Software MUX Pad Control Register 94" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[94]/rgpioc,RX_BCLK/sai0,RX/sci_flx1,RCON19/src,FB_MUXED_TSIZ0/platform,NF_WE/nfc_mlc,CTS/sci_flx3,DATA_OUT[14]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x17C++0x03 line.long 0x00 "PTB25,Software MUX Pad Control Register 95" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[95]/rgpioc,RX_DATA/sai0,RTS/sci_flx1,RCON20/src,FB_CS1_b/platform,NF_CE0_b/nfc_mlc,Reserved,DATA_OUT[15]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x180++0x03 line.long 0x00 "PTB26,Software MUX Pad Control Register 96" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[96]/rgpioc,TX_DATA/sai0,CTS/sci_flx1,RCON21/src,FB_CS0_b/platform,NF_CE1_b/nfc_mlc,Reserved,DATA_OUT[16]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x184++0x03 line.long 0x00 "PTB27,Software MUX Pad Control Register 97" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[97]/rgpioc,RX_DATA/sai0,Reserved,RCON22/src,FB_OE_b/platform,FB_MUXED_TBST_b/nfc_mlc,NF_RE_b/nfc_mlc,DATA_OUT[17]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x188++0x03 line.long 0x00 "PTB28,Software MUX Pad Control Register 98" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[98]/rgpioc,TX_SYNC/sai0,Reserved,RCON23/src,FB_RW_b/platform,Reserved,Reserved,DATA_OUT[8]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x18C++0x03 line.long 0x00 "PTC26,Software MUX Pad Control Register 99" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[99]/rgpioc,TX_BCLK/sai1,CS5/dspi0,RCON24/src,FB_TA_b/platform,NF_RB_b/nfc_mlc,Reserved,DATA_OUT[9]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x190++0x03 line.long 0x00 "PTC27,Software MUX Pad Control Register 100" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[100]/rgpioc,RX_BCLK/sai1,CS4/dspi0,RCON25/src,FB_BE3_b/platform,FB_CS3_b/platform,NF_ALE/nfc_mlc,DATA_OUT[4]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x194++0x03 line.long 0x00 "PTC28,Software MUX Pad Control Register 101" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[101]/rgpioc,RX_DATA/sai1,CS3/dspi0,RCON26/src,FB_BE2_b/platform,FB_CS2_b/platform,NF_CLE/nfc_mlc,DATA_OUT[5]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x198++0x03 line.long 0x00 "PTC29,Software MUX Pad Control Register 102" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[102]/rgpioc,TX_DATA/sai1,CS2/dspi0,RCON27/src,FB_BE1_b/platform,FB_MUXED_TSIZ1/platform,Reserved,DATA_OUT[6]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x19C++0x03 line.long 0x00 "PTC30,Software MUX Pad Control Register 103" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[103]/rgpioc,RX_SYNC/sai1,CS2/dspi0,RCON28/src,FB_MUXED_BE0_b/platform,FB_TSIZ0/platform,ADC0SE5/adc0_da,DATA_OUT[7]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x1A0++0x03 line.long 0x00 "PTC31,Software MUX Pad Control Register 104" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[104]/rgpioc,TX_SYNC/sai1,Reserved,RCON29/src,Reserved,Reserved,ADC1SE5/adc1_da,DATA_OUT[8]/tcon1" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x1A4++0x03 line.long 0x00 "PTE0,Software MUX Pad Control Register 105" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[105]/rgpioc,TCON[1]/tcon0,BMODE[1]/src,Reserved,LCD0/lcd_64f6b,Reserved,Reserved,DEBUG_OUT[29]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x1A8++0x03 line.long 0x00 "PTE1,Software MUX Pad Control Register 106" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[106]/rgpioc,TCON[2]/tcon0,BMODE[0]/src,Reserved,LCD1/lcd_64f6b,Reserved,Reserved,DEBUG_OUT[30]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x1AC++0x03 line.long 0x00 "PTE2,Software MUX Pad Control Register 107" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[107]/rgpioc,DATA_OUT/tcon0,Reserved,Reserved,LCD2/lcd_64f6b,Reserved,Reserved,DEBUG_OUT[31]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x1B0++0x03 line.long 0x00 "PTE3,Software MUX Pad Control Register 108" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[108]/rgpioc,TCON[0]/tcon0,Reserved,Reserved,LCD3/lcd_64f6b,Reserved,Reserved,DEBUG_OUT[32]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x1B4++0x03 line.long 0x00 "PTE4,Software MUX Pad Control Register 109" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[109]/rgpioc,TCON[4]/tcon0,Reserved,Reserved,LCD4/lcd_64f6b,Reserved,Reserved,DEBUG_OUT[33]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x1B8++0x03 line.long 0x00 "PTE5,Software MUX Pad Control Register 110" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[110]/rgpioc,DATA_OUT[18]/tcon0,Reserved,Reserved,LCD5/lcd_64f6b,Reserved,Reserved,DEBUG_OUT[34]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x1BC++0x03 line.long 0x00 "PTE6,Software MUX Pad Control Register 111" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[111]/rgpioc,DATA_OUT[19]/tcon0,Reserved,Reserved,LCD6/lcd_64f6b,Reserved,Reserved,DEBUG_OUT[35]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x1C0++0x03 line.long 0x00 "PTE7,Software MUX Pad Control Register 112" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[112]/rgpioc,DATA_OUT[20]/tcon0,Reserved,RCON0/src,LCD7/lcd_64f6b,Reserved,Reserved,DEBUG_OUT[36]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x1C4++0x03 line.long 0x00 "PTE8,Software MUX Pad Control Register 113" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[113]/rgpioc,DATA_OUT[21]/tcon0,Reserved,RCON1,LCD8/lcd_64f6b,Reserved,Reserved,DEBUG_OUT[37]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x1C8++0x03 line.long 0x00 "PTE9,Software MUX Pad Control Register 114" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[114]/rgpioc,DATA_OUT[22]/tcon0,Reserved,RCON2,LCD9/lcd_64f6b,Reserved,Reserved,DEBUG_OUT[38]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x1CC++0x03 line.long 0x00 "PTE10,Software MUX Pad Control Register 115" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[115]/rgpioc,DATA_OUT[23]/tcon0,Reserved,RCON3,LCD10/lcd_64f6b,Reserved,Reserved,DEBUG_OUT[39]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x1D0++0x03 line.long 0x00 "PTE11,Software MUX Pad Control Register 116" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[116]/rgpioc,DATA_OUT[24]/tcon0,Reserved,RCON4,LCD11/lcd_64f6b,Reserved,Reserved,DEBUG_OUT[40]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x1D4++0x03 line.long 0x00 "PTE12,Software MUX Pad Control Register 117" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[117]/rgpioc,DATA_OUT[25]/tcon0,CS3/dspi1,RCON5,LCD12/lcd_64f6b,Reserved,Reserved,LP_IN/lptimer" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x1D8++0x03 line.long 0x00 "PTE13,Software MUX Pad Control Register 118" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[118]/rgpioc,DATA_OUT[10]/tcon0,Reserved,Reserved,LCD13/lcd_64f6b,Reserved,Reserved,DEBUG_OUT[41]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x1DC++0x03 line.long 0x00 "PTE14,Software MUX Pad Control Register 119" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[119]/rgpioc,DATA_OUT[11]/tcon0,Reserved,Reserved,LCD14/lcd_64f6b,Reserved,Reserved,DEBUG_OUT[42]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x1E0++0x03 line.long 0x00 "PTE15,Software MUX Pad Control Register 120" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[120]/rgpioc,DATA_OUT[12]/tcon0,Reserved,RCON6/src,LCD15/lcd_64f6b,Reserved,Reserved,DEBUG_OUT[43]/viu_mux" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x1E4++0x03 line.long 0x00 "PTE16,Software MUX Pad Control Register 121" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[121]/rgpioc,DATA_OUT[13]/tcon0,Reserved,RCON7/src,LCD16/lcd_64f6b,?..." bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x1E8++0x03 line.long 0x00 "PTE17,Software MUX Pad Control Register 122" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[122]/rgpioc,DATA_OUT[14]/tcon0,Reserved,RCON8/src,LCD17/lcd_64f6b,?..." bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x1EC++0x03 line.long 0x00 "PTE18,Software MUX Pad Control Register 123" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[123]/rgpioc,DATA_OUT[15]/tcon0,Reserved,RCON9/src,LCD18/lcd_64f6b,?..." bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x1F0++0x03 line.long 0x00 "PTE19,Software MUX Pad Control Register 124" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[124]/rgpioc,DATA_OUT[16]/tcon0,Reserved,RCON10/src,LCD19/lcd_64f6b,SCL/i2c0,?..." bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x1F4++0x03 line.long 0x00 "PTE20,Software MUX Pad Control Register 125" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[125]/rgpioc,DATA_OUT[17]/tcon0,Reserved,RCON11/src,LCD20/lcd_64f6b,SDA/i2c0,Reserved,/ewm" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x1F8++0x03 line.long 0x00 "PTE21,Software MUX Pad Control Register 126" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[126]/rgpioc,DATA_OUT[2]/tcon0,Reserved,Reserved,LCD21/lcd_64f6b,?..." bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x1FC++0x03 line.long 0x00 "PTE22,Software MUX Pad Control Register 127" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[127]/rgpioc,DATA_OUT[3]/tcon0,Reserved,Reserved,LCD22/lcd_64f6b,?..." bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x200++0x03 line.long 0x00 "PTE23,Software MUX Pad Control Register 128" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[128]/rgpioc,DATA_OUT[4]/tcon0,Reserved,RCON12/src,LCD23/lcd_64f6b,?..." bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x204++0x03 line.long 0x00 "PTE24,Software MUX Pad Control Register 129" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[129]/rgpioc,DATA_OUT[5]/tcon0,Reserved,RCON13/src,LCD24/lcd_64f6b,?..." bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x208++0x03 line.long 0x00 "PTE25,Software MUX Pad Control Register 130" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[130]/rgpioc,DATA_OUT[6]/tcon0,Reserved,RCON14/src,LCD25/lcd_64f6b,?..." bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x20C++0x03 line.long 0x00 "PTE26,Software MUX Pad Control Register 131" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[131]/rgpioc,DATA_OUT[7]/tcon0,Reserved,RCON15/src,LCD26/lcd_64f6b,?..." bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x210++0x03 line.long 0x00 "PTE27,Software MUX Pad Control Register 132" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[132]/rgpioc,DATA_OUT[8]/tcon0,Reserved,RCON16/src,LCD27/lcd_64f6b,SCL/i2c1,?..." bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x214++0x03 line.long 0x00 "PTE28,Software MUX Pad Control Register 133" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[133]/rgpioc,DATA_OUT[9]/tcon0,Reserved,RCON17/src,LCD28/lcd_64f6b,SDA/i2c1,Reserved,/ewm" bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x218++0x03 line.long 0x00 "PTA7,Software MUX Pad Control Register 134" bitfld.long 0x00 20.--22. " MUX_MODE ,MUX Mode Select - Mode/instance" "GPIO[134]/rgpioc,PIX_CLK/video_in0,?..." bitfld.long 0x00 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" textline " " bitfld.long 0x00 11. " SRE ,Slew Rate" "Slow,Fast" bitfld.long 0x00 10. " ODE ,Open Drain Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Keeper,Pull" bitfld.long 0x00 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" tree.end tree "Software MUX Control Registers" width 12. group.long 0x21C++0x03 line.long 0x00 "DDR_RESETB,Software MUX DDR RESET Pad Configuration Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x220++0x03 line.long 0x00 "DDR_A_15,Software MUX DDR A15 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x224++0x03 line.long 0x00 "DDR_A_14,Software MUX DDR A14 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x228++0x03 line.long 0x00 "DDR_A_13,Software MUX DDR A13 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x22C++0x03 line.long 0x00 "DDR_A_12,Software MUX DDR A12 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x230++0x03 line.long 0x00 "DDR_A_11,Software MUX DDR A11 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x234++0x03 line.long 0x00 "DDR_A_10,Software MUX DDR A10 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x238++0x03 line.long 0x00 "DDR_A_9,Software MUX DDR A9 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x23C++0x03 line.long 0x00 "DDR_A_8,Software MUX DDR A8 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x240++0x03 line.long 0x00 "DDR_A_7,Software MUX DDR A7 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x244++0x03 line.long 0x00 "DDR_A_6,Software MUX DDR A6 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x248++0x03 line.long 0x00 "DDR_A_5,Software MUX DDR A5 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x24C++0x03 line.long 0x00 "DDR_A_4,Software MUX DDR A4 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x250++0x03 line.long 0x00 "DDR_A_3,Software MUX DDR A3 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x254++0x03 line.long 0x00 "DDR_A_2,Software MUX DDR A2 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x258++0x03 line.long 0x00 "DDR_A_1,Software MUX DDR A1 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x25C++0x03 line.long 0x00 "DDR_A_0,Software MUX DDR A0 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x260++0x03 line.long 0x00 "DDR_BA_2,Software MUX DDR BA2 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x264++0x03 line.long 0x00 "DDR_BA_1,Software MUX DDR BA1 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x268++0x03 line.long 0x00 "DDR_BA_0,Software MUX DDR BA0 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x26C++0x03 line.long 0x00 "DDR_CAS_B,Software MUX DDR CAS Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x270++0x03 line.long 0x00 "DDR_CKE_0,Software MUX DDR CKE0 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x274++0x03 line.long 0x00 "DDR_CLK_0,Software MUX DDR CLK0 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x278++0x03 line.long 0x00 "DDR_CS_B_0,Software MUX DDR CS B0 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x27C++0x03 line.long 0x00 "DDR_CS_D_15,Software MUX DDR CS D15 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x280++0x03 line.long 0x00 "DDR_CS_D_14,Software MUX DDR CS D14 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x284++0x03 line.long 0x00 "DDR_CS_D_13,Software MUX DDR CS D13 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x288++0x03 line.long 0x00 "DDR_CS_D_12,Software MUX DDR CS D12 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x28C++0x03 line.long 0x00 "DDR_CS_D_11,Software MUX DDR CS D11 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x290++0x03 line.long 0x00 "DDR_CS_D_10,Software MUX DDR CS D10 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x294++0x03 line.long 0x00 "DDR_CS_D_9,Software MUX DDR CS D9 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x298++0x03 line.long 0x00 "DDR_CS_D_8,Software MUX DDR CS D8 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x29C++0x03 line.long 0x00 "DDR_CS_D_7,Software MUX DDR CS D7 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x2A0++0x03 line.long 0x00 "DDR_CS_D_6,Software MUX DDR CS D6 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x2A4++0x03 line.long 0x00 "DDR_CS_D_5,Software MUX DDR CS D5 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x2A8++0x03 line.long 0x00 "DDR_CS_D_4,Software MUX DDR CS D4 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x2AC++0x03 line.long 0x00 "DDR_CS_D_3,Software MUX DDR CS D3 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x2B0++0x03 line.long 0x00 "DDR_CS_D_2,Software MUX DDR CS D2 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x2B4++0x03 line.long 0x00 "DDR_CS_D_1,Software MUX DDR CS D1 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x2B8++0x03 line.long 0x00 "DDR_CS_D_0,Software MUX DDR CS D0 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x2BC++0x03 line.long 0x00 "DDR_DQM_1,Software MUX DDR DQM1 Pad Control Register 1" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x2C0++0x03 line.long 0x00 "DDR_DQM_0,Software MUX DDR DQM0 Pad Control Register 0" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x2C4++0x03 line.long 0x00 "DDR_DQS_1,Software MUX DDR DQS1 Pad Control Register 1" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x2C8++0x03 line.long 0x00 "DDR_DQS_0,Software MUX DDR DQS0 Pad Control Register 0" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x2CC++0x03 line.long 0x00 "DDR_RAS_B,Software MUX DDR RAS Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x2D0++0x03 line.long 0x00 "DDR_WE_B,Software MUX DDR WE Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x2D4++0x03 line.long 0x00 "DDR_ODT_0,Software MUX DDR ODT0 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x2D8++0x03 line.long 0x00 "DDR_ODT_1,Software MUX DDR ODT1 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" tree.end tree "Software MUX Dummy Pad Control Registes" width 16. group.long 0x2DC++0x03 line.long 0x00 "DUMMY_DDRBYTE1,Software MUX Dummy DDRBYTE1 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x2E0++0x03 line.long 0x00 "DUMMY_DDRBYTE2,Software MUX Dummy DDRBYTE2 Pad Control Register" bitfld.long 0x00 16. " DDR_INPUT ,DDR / CMOS Input Mode" "CMOS,Differential" bitfld.long 0x00 14.--15. " DDR_TRIM ,DDR TRIM x do->pad delay" "Minimum,50 ps,100 ps,150 ps" textline " " bitfld.long 0x00 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" bitfld.long 0x00 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" textline " " bitfld.long 0x00 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" bitfld.long 0x00 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " PUE ,Pull / Keep Select" "Pull,Keeper" group.long 0x2E4++0x03 line.long 0x00 "DUMMY_QUADSPI0,Software MUX Dummy QUADSPI0 Pad Control Register" bitfld.long 0x0 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" bitfld.long 0x0 11. " SRE ,Slew Rate" "Slow,Fast" textline " " bitfld.long 0x0 10. " ODE ,Open Drain Enable" "Disabled,Enabled" bitfld.long 0x0 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" textline " " bitfld.long 0x0 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" bitfld.long 0x0 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" textline " " bitfld.long 0x0 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" bitfld.long 0x0 2. " PUE ,Pull / Keep Select" "Keeper,Pull" textline " " bitfld.long 0x0 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" bitfld.long 0x0 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" group.long 0x2E8++0x03 line.long 0x00 "DUMMY_QUADSPI1,Software MUX Dummy QUADSPI1 Pad Control Register" bitfld.long 0x0 12.--13. " SPEED ,Speed" "Low - 50MHz,Medium - 100MHz,Medium - 100MHz,High - 200MHz" bitfld.long 0x0 11. " SRE ,Slew Rate" "Slow,Fast" textline " " bitfld.long 0x0 10. " ODE ,Open Drain Enable" "Disabled,Enabled" bitfld.long 0x0 9. " HYS ,Hysteresis Enable" "Disabled,Enabled" textline " " bitfld.long 0x0 6.--8. " DSE ,Drive Strength - Normal / Pad is DDR" "Disabled,150 Ohm / 240 Ohm,75 Ohm / 120 Ohm,50 Ohm / 80 Ohm,37 Ohm / 60 Ohm,30 Ohm / 48 Ohm,25 Ohm,20 Ohm / 34 Ohm" bitfld.long 0x0 4.--5. " PUS ,Pull Up / Down Config" "100 kOhm Pull Down,47 kOhm Pull Up,100 kOhm Pull Up,22 kOhm Pull Up" textline " " bitfld.long 0x0 3. " PKE ,Pull / Keep Enable" "Disabled,Enabled" bitfld.long 0x0 2. " PUE ,Pull / Keep Select" "Keeper,Pull" textline " " bitfld.long 0x0 1. " OBE ,Output Buffer Enable" "Disabled,Enabled" bitfld.long 0x0 0. " IBE ,Input Buffer Enable" "Disabled,Enabled" tree.end tree "Select Input Registers" width 34. group.long 0x2EC++0xC3 line.long 0x00 "CCM_AUD_EXT_CLK,CCM Audio External Clock Input Select Register" bitfld.long 0x00 0.--1. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: ccm In Pin: aud_ext_clk" "PTA10|ALT2,PTA12|ALT2,PTB18|ALT2,?..." line.long 0x04 "CCM_ENET_EXT_CLK,CCM Ethernet External Clock Input Select Register" bitfld.long 0x04 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: ccm In Pin: enet_ext_clk" "PTA6|ALT2,PTA9|ALT3" line.long 0x08 "CCM_ENET_TS_CLK,CCM Ethernet TS Clock Input Select Register" bitfld.long 0x08 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: ccm In Pin: enet_ext_clk" "PTA10|ALT6,PTB10|ALT7" line.long 0x0C "DSPI1_IPP_IND_SCK,DSPI1 SCK Input Select Register" bitfld.long 0x0C 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: dspi1 In Pin: ipp_ind_sck" "PTC8|ALT3,PTD8|ALT3" line.long 0x10 "DSPI1_IPP_IND_SIN,DSPI1 SIN Input Select Register" bitfld.long 0x10 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: dspi1 In Pin: ipp_ind_sin" "PTC6|ALT3,PTD6|ALT3" line.long 0x14 "DSPI1_IPP_IND_SS_B,DSPI1 SS Input Select Register" bitfld.long 0x14 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: dspi1 In Pin: ipp_ind_ss_b" "PTC5|ALT3,PTD5|ALT3" line.long 0x18 "ENET_SWIAHB_IPP_IND_MAC0_TIMER_0,Ethernet MAC0 TIMER0 Input Select Register" bitfld.long 0x18 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: enet_swiahb In Pin: ipp_ind_mac0_timer[0]" "PTB11|ALT7,PTD23|ALT4" line.long 0x1C "ENET_SWIAHB_IPP_IND_MAC0_TIMER_1,Ethernet MAC0 TIMER1 Input Select Register" bitfld.long 0x1C 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: enet_swiahb In Pin: ipp_ind_mac0_timer[1]" "PTB12|ALT7,PTD22|ALT4" line.long 0x20 "ESAI_IPP_IND_FST,ESAI FST Input Select Register" bitfld.long 0x20 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: esai In Pin: ipp_ind_fst" "PTC1|ALT4,PT10|ALT3" line.long 0x24 "ESAI_IPP_IND_FST,ESAI FST Input Select Register" bitfld.long 0x24 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: esai In Pin: ipp_ind_sckt" "PTC0|ALT4,PTC9|ALT3" line.long 0x28 "ESAI_IPP_IND_SDO0,ESAI SDO0 Input Select Register" bitfld.long 0x28 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: esai In Pin: ipp_ind_sdo0" "PTC2|ALT4,PTC11|ALT3" line.long 0x2C "ESAI_IPP_IND_SDO1,ESAI SDO0 Input Select Register" bitfld.long 0x2C 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: esai In Pin: ipp_ind_sdo1" "PTC3|ALT4,PTC12|ALT3" line.long 0x30 "ESAI_IPP_IND_SDO2_SDI3,ESAI SDO2 Input Select Register" bitfld.long 0x30 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: esai In Pin: ipp_ind_sdo2_sdi3" "PTC4|ALT4,PTC13|ALT3" line.long 0x34 "ESAI_IPP_IND_SDO3_SDI2,ESAI SDO3 Input Select Register" bitfld.long 0x34 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: esai In Pin: ipp_ind_sdo3_sdi2" "PTC5|ALT4,PTC14|ALT3" line.long 0x38 "ESAI_IPP_IND_SDO4_SDI1,ESAI SDO4 Input Select Register" bitfld.long 0x38 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: esai In Pin: ipp_ind_sdo4_sdi1" "PTC7|ALT4,PTC16|ALT3" line.long 0x3C "ESAI_IPP_IND_SDO5_SDI0,ESAI SDO5 Input Select Register" bitfld.long 0x3C 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: esai In Pin: ipp_ind_sdo5_sdi0" "PTC6|ALT4,PTC15|ALT3" line.long 0x40 "FLEXTIMER1_IPP_IND_FTM_CH_0,FlexTimer1 CH0 Input Select Register" bitfld.long 0x40 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: flextimer1 In Pin: ipp_ind_ftm_ch[0]" "PTB8|ALT1,PTC0|ALT2" line.long 0x44 "FLEXTIMER1_IPP_IND_FTM_CH_1,FlexTimer1 CH1 Input Select Register" bitfld.long 0x44 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: flextimer1 In Pin: ipp_ind_ftm_ch[1]" "PTB9|ALT1,PTC1|ALT2" line.long 0x48 "FLEXTIMER1_IPP_IND_FTM_PHA,FlexTimer1 PHA Input Select Register" bitfld.long 0x48 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: flextimer1 In Pin: ipp_ind_ftm_pha" "PTB18|ALT3,PTC8|ALT3" line.long 0x4C "FLEXTIMER1_IPP_IND_FTM_PHB,FlexTimer1 PHB Input Select Register" bitfld.long 0x4C 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: flextimer1 In Pin: ipp_ind_ftm_phb" "PTA19|ALT3,PTB9|ALT3" line.long 0x50 "I2C0_IPP_SCL_IND,I2C0 SCL Input Select Register" bitfld.long 0x50 0.--1. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: i2c0 In Pin: ipp_scl_ind" "PTA12|ALT7,PTB14|ALT2,PTD19|ALT4,PTE19|ALT5" line.long 0x54 "I2C0_IPP_SDA_IND,I2C0 SDA Input Select Register" bitfld.long 0x54 0.--1. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: i2c0 In Pin: ipp_sda_ind" "PTA16|ALT7,PTB15|ALT2,PTD18|ALT4,PTE20|ALT5" line.long 0x58 "I2C1_IPP_SDA_IND,I2C1 SDA Input Select Register" bitfld.long 0x58 0.--1. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: i2c1 In Pin: ipp_sda_ind" "PTA17|ALT7,PTB16|ALT2,PTD17|ALT4,PTE27|ALT5" line.long 0x5C "I2C1_IPP_SDA_IND,I2C1 SDA Input Select Register" bitfld.long 0x5C 0.--1. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: i2c1 In Pin: ipp_sda_ind" "PTA18|ALT7,PTB17|ALT2,PTD16|ALT4,PTE28|ALT5" line.long 0x60 "I2C2_IPP_SCL_IND,I2C2 SCL Input Select Register" bitfld.long 0x60 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: i2c2 In Pin: ipp_scl_ind" "PTA22|ALT6,PTB28|ALT3" line.long 0x64 "I2C2_IPP_SDA_IND,I2C2 SDA Input Select Register" bitfld.long 0x64 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: i2c2 In Pin: ipp_sda_ind" "PTA23|ALT6,PTB27|ALT3" line.long 0x68 "MLB_TOP_MLBCLK_IN,MediaLB Clock Input Select Register" bitfld.long 0x68 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: mlb_top In Pin: mlbclk_in" "PTA8|ALT7,PTC9|ALT6" line.long 0x6C "MLB_TOP_MLBDAT_IN,MediaLB Data Input Select Register" bitfld.long 0x6C 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: mlb_top In Pin: mlbdat_in" "PTA11|ALT7,PTC11|ALT6" line.long 0x70 "MLB_TOP_MLBSIG_IN,MediaLB Signal Input Select Register" bitfld.long 0x70 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: mlb_top In Pin: mlbsig_in" "PTA10|ALT7,PTC10|ALT6" line.long 0x74 "SAI1_IPP_IND_SAI_TXSYNC,SAI1 TXSYNC Input Select Register" bitfld.long 0x74 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: sai1 In Pin: ipp_ind_sai_txsync" "PTD9|ALT6,PTC31|ALT1" line.long 0x78 "SAI2_IPP_IND_SAI_RXBCLK,SAI2 RXBCLK Input Select Register" bitfld.long 0x78 0.--1. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: sai2 In Pin: ipp_ind_sai_rxbclk" "PTA21|ALT5,PTB0|ALT5,PTC13|ALT5,?..." line.long 0x7C "SAI2_IPP_IND_SAI_RXBCLK,SAI2 RXBCLK Input Select Register" bitfld.long 0x7C 0.--1. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: sai2 In Pin: ipp_ind_sai_rxdata[0]" "PTA22|ALT5,PTB1|ALT5,PTC14|ALT5,?..." line.long 0x80 "SAI2_IPP_IND_SAI_RXSYNC,SAI2 RXSYNC Input Select Register" bitfld.long 0x80 0.--1. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: sai2 In Pin: ipp_ind_sai_rxsync" "PTA23|ALT5,PTB2|ALT5,PTC16|ALT5,?..." line.long 0x84 "SAI2_IPP_IND_SAI_TXBCLK,SAI2 TXBLCK Input Select Register" bitfld.long 0x84 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: sai2 In Pin: ipp_ind_sai_txbclk" "PTA16|ALT5,PTC12|ALT5" line.long 0x88 "SAI2_IPP_IND_SAI_TXSYNC,SAI2 TXSYNC Input Select Register" bitfld.long 0x88 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: sai2 In Pin: ipp_ind_sai_txsync" "PTA19|ALT5,PTC17|ALT5" line.long 0x8C "SCI_FLX1_IPP_IND_CTS_B,UART FLX1 CTS Input Select Register" bitfld.long 0x8C 0.--1. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: sci_flx1 In Pin: ipp_ind_cts_b" "PTB7|ALT2,PTC5|ALT2,PTB26|ALT2,?..." line.long 0x90 "SCI_FLX1_IPP_IND_SCI_RX,UART FLX1 RX Input Select Register" bitfld.long 0x90 0.--1. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: sci_flx1 In Pin: ipp_ind_sci_rx" "PTB5|ALT2,PTC3|ALT2,PTB24|ALT2,?..." line.long 0x94 "SCI_FLX1_IPP_IND_SCI_TX,UART FLX1 TX Input Select Register" bitfld.long 0x94 0.--1. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: sci_flx1 In Pin: ipp_ind_sci_tx" "PTB4|ALT2,PTC2|ALT2,PTB23|ALT2,?..." line.long 0x98 "SCI_FLX2_IPP_IND_CTS_B,UART FLX2 CTS Input Select Register" bitfld.long 0x98 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: sci_flx2 In Pin: ipp_ind_cts_b" "PTD20|ALT6,PTD3|ALT2" line.long 0x9C "SCI_FLX2_IPP_IND_SCI_RX,UART FLX2 RX Input Select Register" bitfld.long 0x9C 0.--1. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: sci_flx2 In Pin: ipp_ind_sci_rx" "PTB7|ALT7,PTD22|ALT6,PTD1|ALT2,?..." line.long 0xA0 "SCI_FLX2_IPP_IND_SCI_TX,UART FLX2 TX Input Select Register" bitfld.long 0xA0 0.--1. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: sci_flx2 In Pin: ipp_ind_sci_tx" "PTB6|ALT7,PTD23|ALT6,PTD0|ALT2,?..." line.long 0xA4 "SCI_FLX3_IPP_IND_SCI_RX,UART FLX3 RX Input Select Register" bitfld.long 0xA4 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: sci_flx3 In Pin: ipp_ind_sci_rx" "PTA21|ALT6,PTA31|ALT7" line.long 0xA8 "SCI_FLX3_IPP_IND_SCI_TX,UART FLX3 TX Input Select Register" bitfld.long 0xA8 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: sci_flx3 In Pin: ipp_ind_sci_tx" "PTA20|ALT6,PTA30|ALT7" line.long 0xAC "SRC_IPP_BOOT_CFG_18,BOOTCFG18 Input Select Register" bitfld.long 0xAC 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: src In Pin: ipp_boot_cfg[18]" "PTC0|ALT7,PTB27|ALT3" line.long 0xB0 "SRC_IPP_BOOT_CFG_19,BOOTCFG19 Input Select Register" bitfld.long 0xB0 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: src In Pin: ipp_boot_cfg[19]" "PTC1|ALT7,PTB24|ALT3" line.long 0xB4 "SRC_IPP_BOOT_CFG_20,BOOTCFG20 Input Select Register" bitfld.long 0xB4 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: src In Pin: ipp_boot_cfg[20]" "PTC2|ALT7,PTB25|ALT3" line.long 0xB8 "VIDEO_IN0_IPP_IND_DE,Video Decoder Input Select Register" bitfld.long 0xB8 0.--1. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: video_in0 In Pin: ipp_ind_de" "PTB5|ALT5,PTB8|ALT5,PTB10|ALT5,?..." line.long 0xBC "VIDEO_IN0_IPP_IND_FID,Video IN0 Input Select Register" bitfld.long 0xBC 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: video_in0 In Pin: ipp_ind_fid" "PTB4|ALT5,PTB22|ALT5" line.long 0xC0 "VIDEO_IN0_IPP_IND_PIX_CLK,Video PIXCLK Input Select Register" bitfld.long 0xC0 0. " DAISY ,Selecting Pads Involved in Daisy Chain - Instance: video_in0 In Pin: ipp_ind_pix_clk" "PTB15|ALT7,PTA7|ALT1" tree.end width 0x0b tree.end tree.open "PORT (Port control and interrupts)" tree "PORT 0" base ad:0x40049000 width 13. group.long 0x0++0x03 line.long 0x00 "PORT0_PCR0,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x4++0x03 line.long 0x00 "PORT0_PCR1,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x8++0x03 line.long 0x00 "PORT0_PCR2,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0xC++0x03 line.long 0x00 "PORT0_PCR3,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x10++0x03 line.long 0x00 "PORT0_PCR4,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x14++0x03 line.long 0x00 "PORT0_PCR5,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x18++0x03 line.long 0x00 "PORT0_PCR6,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x1C++0x03 line.long 0x00 "PORT0_PCR7,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x20++0x03 line.long 0x00 "PORT0_PCR8,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x24++0x03 line.long 0x00 "PORT0_PCR9,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x28++0x03 line.long 0x00 "PORT0_PCR10,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x2C++0x03 line.long 0x00 "PORT0_PCR11,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x30++0x03 line.long 0x00 "PORT0_PCR12,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x34++0x03 line.long 0x00 "PORT0_PCR13,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x38++0x03 line.long 0x00 "PORT0_PCR14,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x3C++0x03 line.long 0x00 "PORT0_PCR15,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x40++0x03 line.long 0x00 "PORT0_PCR16,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x44++0x03 line.long 0x00 "PORT0_PCR17,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x48++0x03 line.long 0x00 "PORT0_PCR18,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x4C++0x03 line.long 0x00 "PORT0_PCR19,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x50++0x03 line.long 0x00 "PORT0_PCR20,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x54++0x03 line.long 0x00 "PORT0_PCR21,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x58++0x03 line.long 0x00 "PORT0_PCR22,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x5C++0x03 line.long 0x00 "PORT0_PCR23,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x60++0x03 line.long 0x00 "PORT0_PCR24,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x64++0x03 line.long 0x00 "PORT0_PCR25,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x68++0x03 line.long 0x00 "PORT0_PCR26,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x6C++0x03 line.long 0x00 "PORT0_PCR27,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x70++0x03 line.long 0x00 "PORT0_PCR28,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x74++0x03 line.long 0x00 "PORT0_PCR29,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x78++0x03 line.long 0x00 "PORT0_PCR30,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x7C++0x03 line.long 0x00 "PORT0_PCR31,Pin Control Register 0" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0xA0++0x03 line.long 0x00 "PORT0_ISFR,Interrupt Status Flag Register" eventfld.long 0x00 31. " ISF[31] ,Interrupt Status Flag 31" "Not detected,Detected" eventfld.long 0x00 30. " [30] ,Interrupt Status Flag 30" "Not detected,Detected" eventfld.long 0x00 29. " [29] ,Interrupt Status Flag 29" "Not detected,Detected" textline " " eventfld.long 0x00 28. " [28] ,Interrupt Status Flag 28" "Not detected,Detected" eventfld.long 0x00 27. " [27] ,Interrupt Status Flag 27" "Not detected,Detected" eventfld.long 0x00 26. " [26] ,Interrupt Status Flag 26" "Not detected,Detected" textline " " eventfld.long 0x00 25. " [25] ,Interrupt Status Flag 25" "Not detected,Detected" eventfld.long 0x00 24. " [24] ,Interrupt Status Flag 24" "Not detected,Detected" eventfld.long 0x00 23. " [23] ,Interrupt Status Flag 23" "Not detected,Detected" textline " " eventfld.long 0x00 22. " [22] ,Interrupt Status Flag 22" "Not detected,Detected" eventfld.long 0x00 21. " [21] ,Interrupt Status Flag 21" "Not detected,Detected" eventfld.long 0x00 20. " [20] ,Interrupt Status Flag 20" "Not detected,Detected" textline " " eventfld.long 0x00 19. " [19] ,Interrupt Status Flag 19" "Not detected,Detected" eventfld.long 0x00 18. " [18] ,Interrupt Status Flag 18" "Not detected,Detected" eventfld.long 0x00 17. " [17] ,Interrupt Status Flag 17" "Not detected,Detected" textline " " eventfld.long 0x00 16. " [16] ,Interrupt Status Flag 16" "Not detected,Detected" eventfld.long 0x00 15. " [15] ,Interrupt Status Flag 15" "Not detected,Detected" eventfld.long 0x00 14. " [14] ,Interrupt Status Flag 14" "Not detected,Detected" textline " " eventfld.long 0x00 13. " [13] ,Interrupt Status Flag 13" "Not detected,Detected" eventfld.long 0x00 12. " [12] ,Interrupt Status Flag 12" "Not detected,Detected" eventfld.long 0x00 11. " [11] ,Interrupt Status Flag 11" "Not detected,Detected" textline " " eventfld.long 0x00 10. " [10] ,Interrupt Status Flag 10" "Not detected,Detected" eventfld.long 0x00 9. " [9] ,Interrupt Status Flag 9" "Not detected,Detected" eventfld.long 0x00 8. " [8] ,Interrupt Status Flag 8" "Not detected,Detected" textline " " eventfld.long 0x00 7. " [7] ,Interrupt Status Flag 7" "Not detected,Detected" eventfld.long 0x00 6. " [6] ,Interrupt Status Flag 6" "Not detected,Detected" eventfld.long 0x00 5. " [5] ,Interrupt Status Flag 5" "Not detected,Detected" textline " " eventfld.long 0x00 4. " [4] ,Interrupt Status Flag 4" "Not detected,Detected" eventfld.long 0x00 3. " [3] ,Interrupt Status Flag 3" "Not detected,Detected" eventfld.long 0x00 2. " [2] ,Interrupt Status Flag 2" "Not detected,Detected" textline " " eventfld.long 0x00 1. " [1] ,Interrupt Status Flag 1" "Not detected,Detected" eventfld.long 0x00 0. " [0] ,Interrupt Status Flag 0" "Not detected,Detected" group.long 0xC0++0x0B line.long 0x00 "DFER,Digital Filter Enable Register" bitfld.long 0x00 31. " DFE[31] ,Digital Filter Enable 31" "Disabled,Enabled" bitfld.long 0x00 30. " [30] ,Digital Filter Enable 30" "Disabled,Enabled" bitfld.long 0x00 29. " [29] ,Digital Filter Enable 29" "Disabled,Enabled" textline " " bitfld.long 0x00 28. " [28] ,Digital Filter Enable 28" "Disabled,Enabled" bitfld.long 0x00 27. " [27] ,Digital Filter Enable 27" "Disabled,Enabled" bitfld.long 0x00 26. " [26] ,Digital Filter Enable 26" "Disabled,Enabled" textline " " bitfld.long 0x00 25. " [25] ,Digital Filter Enable 25" "Disabled,Enabled" bitfld.long 0x00 24. " [24] ,Digital Filter Enable 24" "Disabled,Enabled" bitfld.long 0x00 23. " [23] ,Digital Filter Enable 23" "Disabled,Enabled" textline " " bitfld.long 0x00 22. " [22] ,Digital Filter Enable 22" "Disabled,Enabled" bitfld.long 0x00 21. " [21] ,Digital Filter Enable 21" "Disabled,Enabled" bitfld.long 0x00 20. " [20] ,Digital Filter Enable 20" "Disabled,Enabled" textline " " bitfld.long 0x00 19. " [19] ,Digital Filter Enable 19" "Disabled,Enabled" bitfld.long 0x00 18. " [18] ,Digital Filter Enable 18" "Disabled,Enabled" bitfld.long 0x00 17. " [17] ,Digital Filter Enable 17" "Disabled,Enabled" textline " " bitfld.long 0x00 16. " [16] ,Digital Filter Enable 16" "Disabled,Enabled" bitfld.long 0x00 15. " [15] ,Digital Filter Enable 15" "Disabled,Enabled" bitfld.long 0x00 14. " [14] ,Digital Filter Enable 14" "Disabled,Enabled" textline " " bitfld.long 0x00 13. " [13] ,Digital Filter Enable 13" "Disabled,Enabled" bitfld.long 0x00 12. " [12] ,Digital Filter Enable 12" "Disabled,Enabled" bitfld.long 0x00 11. " [11] ,Digital Filter Enable 11" "Disabled,Enabled" textline " " bitfld.long 0x00 10. " [10] ,Digital Filter Enable 10" "Disabled,Enabled" bitfld.long 0x00 9. " [9] ,Digital Filter Enable 9" "Disabled,Enabled" bitfld.long 0x00 8. " [8] ,Digital Filter Enable 8" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " [7] ,Digital Filter Enable 7" "Disabled,Enabled" bitfld.long 0x00 6. " [6] ,Digital Filter Enable 6" "Disabled,Enabled" bitfld.long 0x00 5. " [5] ,Digital Filter Enable 5" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " [4] ,Digital Filter Enable 4" "Disabled,Enabled" bitfld.long 0x00 3. " [3] ,Digital Filter Enable 3" "Disabled,Enabled" bitfld.long 0x00 2. " [2] ,Digital Filter Enable 2" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " [1] ,Digital Filter Enable 1" "Disabled,Enabled" bitfld.long 0x00 0. " [0] ,Digital Filter Enable 0" "Disabled,Enabled" line.long 0x04 "DFCR,Digital Filter Clock Register" sif (cpu()=="RAYLEIGH-CA7") bitfld.long 0x04 0. " CS ,Clock Source" "BUS,32kHz SOC" else bitfld.long 0x04 0. " CS ,Clock Source" "BUS,1kHz-LPO" endif line.long 0x08 "DFWR,Digital Filter Width Register" bitfld.long 0x08 0.--4. " FILT ,Filter Length" "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" width 0xB tree.end tree "PORT 1" base ad:0x4004A000 width 13. group.long 0x0++0x03 line.long 0x00 "PORT1_PCR0,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x4++0x03 line.long 0x00 "PORT1_PCR1,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x8++0x03 line.long 0x00 "PORT1_PCR2,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0xC++0x03 line.long 0x00 "PORT1_PCR3,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x10++0x03 line.long 0x00 "PORT1_PCR4,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x14++0x03 line.long 0x00 "PORT1_PCR5,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x18++0x03 line.long 0x00 "PORT1_PCR6,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x1C++0x03 line.long 0x00 "PORT1_PCR7,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x20++0x03 line.long 0x00 "PORT1_PCR8,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x24++0x03 line.long 0x00 "PORT1_PCR9,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x28++0x03 line.long 0x00 "PORT1_PCR10,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x2C++0x03 line.long 0x00 "PORT1_PCR11,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x30++0x03 line.long 0x00 "PORT1_PCR12,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x34++0x03 line.long 0x00 "PORT1_PCR13,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x38++0x03 line.long 0x00 "PORT1_PCR14,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x3C++0x03 line.long 0x00 "PORT1_PCR15,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x40++0x03 line.long 0x00 "PORT1_PCR16,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x44++0x03 line.long 0x00 "PORT1_PCR17,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x48++0x03 line.long 0x00 "PORT1_PCR18,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x4C++0x03 line.long 0x00 "PORT1_PCR19,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x50++0x03 line.long 0x00 "PORT1_PCR20,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x54++0x03 line.long 0x00 "PORT1_PCR21,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x58++0x03 line.long 0x00 "PORT1_PCR22,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x5C++0x03 line.long 0x00 "PORT1_PCR23,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x60++0x03 line.long 0x00 "PORT1_PCR24,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x64++0x03 line.long 0x00 "PORT1_PCR25,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x68++0x03 line.long 0x00 "PORT1_PCR26,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x6C++0x03 line.long 0x00 "PORT1_PCR27,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x70++0x03 line.long 0x00 "PORT1_PCR28,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x74++0x03 line.long 0x00 "PORT1_PCR29,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x78++0x03 line.long 0x00 "PORT1_PCR30,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x7C++0x03 line.long 0x00 "PORT1_PCR31,Pin Control Register 1" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0xA0++0x03 line.long 0x00 "PORT1_ISFR,Interrupt Status Flag Register" eventfld.long 0x00 31. " ISF[31] ,Interrupt Status Flag 31" "Not detected,Detected" eventfld.long 0x00 30. " [30] ,Interrupt Status Flag 30" "Not detected,Detected" eventfld.long 0x00 29. " [29] ,Interrupt Status Flag 29" "Not detected,Detected" textline " " eventfld.long 0x00 28. " [28] ,Interrupt Status Flag 28" "Not detected,Detected" eventfld.long 0x00 27. " [27] ,Interrupt Status Flag 27" "Not detected,Detected" eventfld.long 0x00 26. " [26] ,Interrupt Status Flag 26" "Not detected,Detected" textline " " eventfld.long 0x00 25. " [25] ,Interrupt Status Flag 25" "Not detected,Detected" eventfld.long 0x00 24. " [24] ,Interrupt Status Flag 24" "Not detected,Detected" eventfld.long 0x00 23. " [23] ,Interrupt Status Flag 23" "Not detected,Detected" textline " " eventfld.long 0x00 22. " [22] ,Interrupt Status Flag 22" "Not detected,Detected" eventfld.long 0x00 21. " [21] ,Interrupt Status Flag 21" "Not detected,Detected" eventfld.long 0x00 20. " [20] ,Interrupt Status Flag 20" "Not detected,Detected" textline " " eventfld.long 0x00 19. " [19] ,Interrupt Status Flag 19" "Not detected,Detected" eventfld.long 0x00 18. " [18] ,Interrupt Status Flag 18" "Not detected,Detected" eventfld.long 0x00 17. " [17] ,Interrupt Status Flag 17" "Not detected,Detected" textline " " eventfld.long 0x00 16. " [16] ,Interrupt Status Flag 16" "Not detected,Detected" eventfld.long 0x00 15. " [15] ,Interrupt Status Flag 15" "Not detected,Detected" eventfld.long 0x00 14. " [14] ,Interrupt Status Flag 14" "Not detected,Detected" textline " " eventfld.long 0x00 13. " [13] ,Interrupt Status Flag 13" "Not detected,Detected" eventfld.long 0x00 12. " [12] ,Interrupt Status Flag 12" "Not detected,Detected" eventfld.long 0x00 11. " [11] ,Interrupt Status Flag 11" "Not detected,Detected" textline " " eventfld.long 0x00 10. " [10] ,Interrupt Status Flag 10" "Not detected,Detected" eventfld.long 0x00 9. " [9] ,Interrupt Status Flag 9" "Not detected,Detected" eventfld.long 0x00 8. " [8] ,Interrupt Status Flag 8" "Not detected,Detected" textline " " eventfld.long 0x00 7. " [7] ,Interrupt Status Flag 7" "Not detected,Detected" eventfld.long 0x00 6. " [6] ,Interrupt Status Flag 6" "Not detected,Detected" eventfld.long 0x00 5. " [5] ,Interrupt Status Flag 5" "Not detected,Detected" textline " " eventfld.long 0x00 4. " [4] ,Interrupt Status Flag 4" "Not detected,Detected" eventfld.long 0x00 3. " [3] ,Interrupt Status Flag 3" "Not detected,Detected" eventfld.long 0x00 2. " [2] ,Interrupt Status Flag 2" "Not detected,Detected" textline " " eventfld.long 0x00 1. " [1] ,Interrupt Status Flag 1" "Not detected,Detected" eventfld.long 0x00 0. " [0] ,Interrupt Status Flag 0" "Not detected,Detected" group.long 0xC0++0x0B line.long 0x00 "DFER,Digital Filter Enable Register" bitfld.long 0x00 31. " DFE[31] ,Digital Filter Enable 31" "Disabled,Enabled" bitfld.long 0x00 30. " [30] ,Digital Filter Enable 30" "Disabled,Enabled" bitfld.long 0x00 29. " [29] ,Digital Filter Enable 29" "Disabled,Enabled" textline " " bitfld.long 0x00 28. " [28] ,Digital Filter Enable 28" "Disabled,Enabled" bitfld.long 0x00 27. " [27] ,Digital Filter Enable 27" "Disabled,Enabled" bitfld.long 0x00 26. " [26] ,Digital Filter Enable 26" "Disabled,Enabled" textline " " bitfld.long 0x00 25. " [25] ,Digital Filter Enable 25" "Disabled,Enabled" bitfld.long 0x00 24. " [24] ,Digital Filter Enable 24" "Disabled,Enabled" bitfld.long 0x00 23. " [23] ,Digital Filter Enable 23" "Disabled,Enabled" textline " " bitfld.long 0x00 22. " [22] ,Digital Filter Enable 22" "Disabled,Enabled" bitfld.long 0x00 21. " [21] ,Digital Filter Enable 21" "Disabled,Enabled" bitfld.long 0x00 20. " [20] ,Digital Filter Enable 20" "Disabled,Enabled" textline " " bitfld.long 0x00 19. " [19] ,Digital Filter Enable 19" "Disabled,Enabled" bitfld.long 0x00 18. " [18] ,Digital Filter Enable 18" "Disabled,Enabled" bitfld.long 0x00 17. " [17] ,Digital Filter Enable 17" "Disabled,Enabled" textline " " bitfld.long 0x00 16. " [16] ,Digital Filter Enable 16" "Disabled,Enabled" bitfld.long 0x00 15. " [15] ,Digital Filter Enable 15" "Disabled,Enabled" bitfld.long 0x00 14. " [14] ,Digital Filter Enable 14" "Disabled,Enabled" textline " " bitfld.long 0x00 13. " [13] ,Digital Filter Enable 13" "Disabled,Enabled" bitfld.long 0x00 12. " [12] ,Digital Filter Enable 12" "Disabled,Enabled" bitfld.long 0x00 11. " [11] ,Digital Filter Enable 11" "Disabled,Enabled" textline " " bitfld.long 0x00 10. " [10] ,Digital Filter Enable 10" "Disabled,Enabled" bitfld.long 0x00 9. " [9] ,Digital Filter Enable 9" "Disabled,Enabled" bitfld.long 0x00 8. " [8] ,Digital Filter Enable 8" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " [7] ,Digital Filter Enable 7" "Disabled,Enabled" bitfld.long 0x00 6. " [6] ,Digital Filter Enable 6" "Disabled,Enabled" bitfld.long 0x00 5. " [5] ,Digital Filter Enable 5" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " [4] ,Digital Filter Enable 4" "Disabled,Enabled" bitfld.long 0x00 3. " [3] ,Digital Filter Enable 3" "Disabled,Enabled" bitfld.long 0x00 2. " [2] ,Digital Filter Enable 2" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " [1] ,Digital Filter Enable 1" "Disabled,Enabled" bitfld.long 0x00 0. " [0] ,Digital Filter Enable 0" "Disabled,Enabled" line.long 0x04 "DFCR,Digital Filter Clock Register" sif (cpu()=="RAYLEIGH-CA7") bitfld.long 0x04 0. " CS ,Clock Source" "BUS,32kHz SOC" else bitfld.long 0x04 0. " CS ,Clock Source" "BUS,1kHz-LPO" endif line.long 0x08 "DFWR,Digital Filter Width Register" bitfld.long 0x08 0.--4. " FILT ,Filter Length" "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" width 0xB tree.end tree "PORT 2" base ad:0x4004B000 width 13. group.long 0x0++0x03 line.long 0x00 "PORT2_PCR0,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x4++0x03 line.long 0x00 "PORT2_PCR1,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x8++0x03 line.long 0x00 "PORT2_PCR2,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0xC++0x03 line.long 0x00 "PORT2_PCR3,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x10++0x03 line.long 0x00 "PORT2_PCR4,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x14++0x03 line.long 0x00 "PORT2_PCR5,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x18++0x03 line.long 0x00 "PORT2_PCR6,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x1C++0x03 line.long 0x00 "PORT2_PCR7,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x20++0x03 line.long 0x00 "PORT2_PCR8,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x24++0x03 line.long 0x00 "PORT2_PCR9,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x28++0x03 line.long 0x00 "PORT2_PCR10,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x2C++0x03 line.long 0x00 "PORT2_PCR11,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x30++0x03 line.long 0x00 "PORT2_PCR12,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x34++0x03 line.long 0x00 "PORT2_PCR13,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x38++0x03 line.long 0x00 "PORT2_PCR14,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x3C++0x03 line.long 0x00 "PORT2_PCR15,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x40++0x03 line.long 0x00 "PORT2_PCR16,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x44++0x03 line.long 0x00 "PORT2_PCR17,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x48++0x03 line.long 0x00 "PORT2_PCR18,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x4C++0x03 line.long 0x00 "PORT2_PCR19,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x50++0x03 line.long 0x00 "PORT2_PCR20,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x54++0x03 line.long 0x00 "PORT2_PCR21,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x58++0x03 line.long 0x00 "PORT2_PCR22,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x5C++0x03 line.long 0x00 "PORT2_PCR23,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x60++0x03 line.long 0x00 "PORT2_PCR24,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x64++0x03 line.long 0x00 "PORT2_PCR25,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x68++0x03 line.long 0x00 "PORT2_PCR26,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x6C++0x03 line.long 0x00 "PORT2_PCR27,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x70++0x03 line.long 0x00 "PORT2_PCR28,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x74++0x03 line.long 0x00 "PORT2_PCR29,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x78++0x03 line.long 0x00 "PORT2_PCR30,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x7C++0x03 line.long 0x00 "PORT2_PCR31,Pin Control Register 2" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0xA0++0x03 line.long 0x00 "PORT2_ISFR,Interrupt Status Flag Register" eventfld.long 0x00 31. " ISF[31] ,Interrupt Status Flag 31" "Not detected,Detected" eventfld.long 0x00 30. " [30] ,Interrupt Status Flag 30" "Not detected,Detected" eventfld.long 0x00 29. " [29] ,Interrupt Status Flag 29" "Not detected,Detected" textline " " eventfld.long 0x00 28. " [28] ,Interrupt Status Flag 28" "Not detected,Detected" eventfld.long 0x00 27. " [27] ,Interrupt Status Flag 27" "Not detected,Detected" eventfld.long 0x00 26. " [26] ,Interrupt Status Flag 26" "Not detected,Detected" textline " " eventfld.long 0x00 25. " [25] ,Interrupt Status Flag 25" "Not detected,Detected" eventfld.long 0x00 24. " [24] ,Interrupt Status Flag 24" "Not detected,Detected" eventfld.long 0x00 23. " [23] ,Interrupt Status Flag 23" "Not detected,Detected" textline " " eventfld.long 0x00 22. " [22] ,Interrupt Status Flag 22" "Not detected,Detected" eventfld.long 0x00 21. " [21] ,Interrupt Status Flag 21" "Not detected,Detected" eventfld.long 0x00 20. " [20] ,Interrupt Status Flag 20" "Not detected,Detected" textline " " eventfld.long 0x00 19. " [19] ,Interrupt Status Flag 19" "Not detected,Detected" eventfld.long 0x00 18. " [18] ,Interrupt Status Flag 18" "Not detected,Detected" eventfld.long 0x00 17. " [17] ,Interrupt Status Flag 17" "Not detected,Detected" textline " " eventfld.long 0x00 16. " [16] ,Interrupt Status Flag 16" "Not detected,Detected" eventfld.long 0x00 15. " [15] ,Interrupt Status Flag 15" "Not detected,Detected" eventfld.long 0x00 14. " [14] ,Interrupt Status Flag 14" "Not detected,Detected" textline " " eventfld.long 0x00 13. " [13] ,Interrupt Status Flag 13" "Not detected,Detected" eventfld.long 0x00 12. " [12] ,Interrupt Status Flag 12" "Not detected,Detected" eventfld.long 0x00 11. " [11] ,Interrupt Status Flag 11" "Not detected,Detected" textline " " eventfld.long 0x00 10. " [10] ,Interrupt Status Flag 10" "Not detected,Detected" eventfld.long 0x00 9. " [9] ,Interrupt Status Flag 9" "Not detected,Detected" eventfld.long 0x00 8. " [8] ,Interrupt Status Flag 8" "Not detected,Detected" textline " " eventfld.long 0x00 7. " [7] ,Interrupt Status Flag 7" "Not detected,Detected" eventfld.long 0x00 6. " [6] ,Interrupt Status Flag 6" "Not detected,Detected" eventfld.long 0x00 5. " [5] ,Interrupt Status Flag 5" "Not detected,Detected" textline " " eventfld.long 0x00 4. " [4] ,Interrupt Status Flag 4" "Not detected,Detected" eventfld.long 0x00 3. " [3] ,Interrupt Status Flag 3" "Not detected,Detected" eventfld.long 0x00 2. " [2] ,Interrupt Status Flag 2" "Not detected,Detected" textline " " eventfld.long 0x00 1. " [1] ,Interrupt Status Flag 1" "Not detected,Detected" eventfld.long 0x00 0. " [0] ,Interrupt Status Flag 0" "Not detected,Detected" group.long 0xC0++0x0B line.long 0x00 "DFER,Digital Filter Enable Register" bitfld.long 0x00 31. " DFE[31] ,Digital Filter Enable 31" "Disabled,Enabled" bitfld.long 0x00 30. " [30] ,Digital Filter Enable 30" "Disabled,Enabled" bitfld.long 0x00 29. " [29] ,Digital Filter Enable 29" "Disabled,Enabled" textline " " bitfld.long 0x00 28. " [28] ,Digital Filter Enable 28" "Disabled,Enabled" bitfld.long 0x00 27. " [27] ,Digital Filter Enable 27" "Disabled,Enabled" bitfld.long 0x00 26. " [26] ,Digital Filter Enable 26" "Disabled,Enabled" textline " " bitfld.long 0x00 25. " [25] ,Digital Filter Enable 25" "Disabled,Enabled" bitfld.long 0x00 24. " [24] ,Digital Filter Enable 24" "Disabled,Enabled" bitfld.long 0x00 23. " [23] ,Digital Filter Enable 23" "Disabled,Enabled" textline " " bitfld.long 0x00 22. " [22] ,Digital Filter Enable 22" "Disabled,Enabled" bitfld.long 0x00 21. " [21] ,Digital Filter Enable 21" "Disabled,Enabled" bitfld.long 0x00 20. " [20] ,Digital Filter Enable 20" "Disabled,Enabled" textline " " bitfld.long 0x00 19. " [19] ,Digital Filter Enable 19" "Disabled,Enabled" bitfld.long 0x00 18. " [18] ,Digital Filter Enable 18" "Disabled,Enabled" bitfld.long 0x00 17. " [17] ,Digital Filter Enable 17" "Disabled,Enabled" textline " " bitfld.long 0x00 16. " [16] ,Digital Filter Enable 16" "Disabled,Enabled" bitfld.long 0x00 15. " [15] ,Digital Filter Enable 15" "Disabled,Enabled" bitfld.long 0x00 14. " [14] ,Digital Filter Enable 14" "Disabled,Enabled" textline " " bitfld.long 0x00 13. " [13] ,Digital Filter Enable 13" "Disabled,Enabled" bitfld.long 0x00 12. " [12] ,Digital Filter Enable 12" "Disabled,Enabled" bitfld.long 0x00 11. " [11] ,Digital Filter Enable 11" "Disabled,Enabled" textline " " bitfld.long 0x00 10. " [10] ,Digital Filter Enable 10" "Disabled,Enabled" bitfld.long 0x00 9. " [9] ,Digital Filter Enable 9" "Disabled,Enabled" bitfld.long 0x00 8. " [8] ,Digital Filter Enable 8" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " [7] ,Digital Filter Enable 7" "Disabled,Enabled" bitfld.long 0x00 6. " [6] ,Digital Filter Enable 6" "Disabled,Enabled" bitfld.long 0x00 5. " [5] ,Digital Filter Enable 5" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " [4] ,Digital Filter Enable 4" "Disabled,Enabled" bitfld.long 0x00 3. " [3] ,Digital Filter Enable 3" "Disabled,Enabled" bitfld.long 0x00 2. " [2] ,Digital Filter Enable 2" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " [1] ,Digital Filter Enable 1" "Disabled,Enabled" bitfld.long 0x00 0. " [0] ,Digital Filter Enable 0" "Disabled,Enabled" line.long 0x04 "DFCR,Digital Filter Clock Register" sif (cpu()=="RAYLEIGH-CA7") bitfld.long 0x04 0. " CS ,Clock Source" "BUS,32kHz SOC" else bitfld.long 0x04 0. " CS ,Clock Source" "BUS,1kHz-LPO" endif line.long 0x08 "DFWR,Digital Filter Width Register" bitfld.long 0x08 0.--4. " FILT ,Filter Length" "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" width 0xB tree.end tree "PORT 3" base ad:0x4004C000 width 13. group.long 0x0++0x03 line.long 0x00 "PORT3_PCR0,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x4++0x03 line.long 0x00 "PORT3_PCR1,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x8++0x03 line.long 0x00 "PORT3_PCR2,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0xC++0x03 line.long 0x00 "PORT3_PCR3,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x10++0x03 line.long 0x00 "PORT3_PCR4,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x14++0x03 line.long 0x00 "PORT3_PCR5,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x18++0x03 line.long 0x00 "PORT3_PCR6,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x1C++0x03 line.long 0x00 "PORT3_PCR7,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x20++0x03 line.long 0x00 "PORT3_PCR8,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x24++0x03 line.long 0x00 "PORT3_PCR9,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x28++0x03 line.long 0x00 "PORT3_PCR10,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x2C++0x03 line.long 0x00 "PORT3_PCR11,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x30++0x03 line.long 0x00 "PORT3_PCR12,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x34++0x03 line.long 0x00 "PORT3_PCR13,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x38++0x03 line.long 0x00 "PORT3_PCR14,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x3C++0x03 line.long 0x00 "PORT3_PCR15,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x40++0x03 line.long 0x00 "PORT3_PCR16,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x44++0x03 line.long 0x00 "PORT3_PCR17,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x48++0x03 line.long 0x00 "PORT3_PCR18,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x4C++0x03 line.long 0x00 "PORT3_PCR19,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x50++0x03 line.long 0x00 "PORT3_PCR20,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x54++0x03 line.long 0x00 "PORT3_PCR21,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x58++0x03 line.long 0x00 "PORT3_PCR22,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x5C++0x03 line.long 0x00 "PORT3_PCR23,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x60++0x03 line.long 0x00 "PORT3_PCR24,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x64++0x03 line.long 0x00 "PORT3_PCR25,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x68++0x03 line.long 0x00 "PORT3_PCR26,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x6C++0x03 line.long 0x00 "PORT3_PCR27,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x70++0x03 line.long 0x00 "PORT3_PCR28,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x74++0x03 line.long 0x00 "PORT3_PCR29,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x78++0x03 line.long 0x00 "PORT3_PCR30,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x7C++0x03 line.long 0x00 "PORT3_PCR31,Pin Control Register 3" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0xA0++0x03 line.long 0x00 "PORT3_ISFR,Interrupt Status Flag Register" eventfld.long 0x00 31. " ISF[31] ,Interrupt Status Flag 31" "Not detected,Detected" eventfld.long 0x00 30. " [30] ,Interrupt Status Flag 30" "Not detected,Detected" eventfld.long 0x00 29. " [29] ,Interrupt Status Flag 29" "Not detected,Detected" textline " " eventfld.long 0x00 28. " [28] ,Interrupt Status Flag 28" "Not detected,Detected" eventfld.long 0x00 27. " [27] ,Interrupt Status Flag 27" "Not detected,Detected" eventfld.long 0x00 26. " [26] ,Interrupt Status Flag 26" "Not detected,Detected" textline " " eventfld.long 0x00 25. " [25] ,Interrupt Status Flag 25" "Not detected,Detected" eventfld.long 0x00 24. " [24] ,Interrupt Status Flag 24" "Not detected,Detected" eventfld.long 0x00 23. " [23] ,Interrupt Status Flag 23" "Not detected,Detected" textline " " eventfld.long 0x00 22. " [22] ,Interrupt Status Flag 22" "Not detected,Detected" eventfld.long 0x00 21. " [21] ,Interrupt Status Flag 21" "Not detected,Detected" eventfld.long 0x00 20. " [20] ,Interrupt Status Flag 20" "Not detected,Detected" textline " " eventfld.long 0x00 19. " [19] ,Interrupt Status Flag 19" "Not detected,Detected" eventfld.long 0x00 18. " [18] ,Interrupt Status Flag 18" "Not detected,Detected" eventfld.long 0x00 17. " [17] ,Interrupt Status Flag 17" "Not detected,Detected" textline " " eventfld.long 0x00 16. " [16] ,Interrupt Status Flag 16" "Not detected,Detected" eventfld.long 0x00 15. " [15] ,Interrupt Status Flag 15" "Not detected,Detected" eventfld.long 0x00 14. " [14] ,Interrupt Status Flag 14" "Not detected,Detected" textline " " eventfld.long 0x00 13. " [13] ,Interrupt Status Flag 13" "Not detected,Detected" eventfld.long 0x00 12. " [12] ,Interrupt Status Flag 12" "Not detected,Detected" eventfld.long 0x00 11. " [11] ,Interrupt Status Flag 11" "Not detected,Detected" textline " " eventfld.long 0x00 10. " [10] ,Interrupt Status Flag 10" "Not detected,Detected" eventfld.long 0x00 9. " [9] ,Interrupt Status Flag 9" "Not detected,Detected" eventfld.long 0x00 8. " [8] ,Interrupt Status Flag 8" "Not detected,Detected" textline " " eventfld.long 0x00 7. " [7] ,Interrupt Status Flag 7" "Not detected,Detected" eventfld.long 0x00 6. " [6] ,Interrupt Status Flag 6" "Not detected,Detected" eventfld.long 0x00 5. " [5] ,Interrupt Status Flag 5" "Not detected,Detected" textline " " eventfld.long 0x00 4. " [4] ,Interrupt Status Flag 4" "Not detected,Detected" eventfld.long 0x00 3. " [3] ,Interrupt Status Flag 3" "Not detected,Detected" eventfld.long 0x00 2. " [2] ,Interrupt Status Flag 2" "Not detected,Detected" textline " " eventfld.long 0x00 1. " [1] ,Interrupt Status Flag 1" "Not detected,Detected" eventfld.long 0x00 0. " [0] ,Interrupt Status Flag 0" "Not detected,Detected" group.long 0xC0++0x0B line.long 0x00 "DFER,Digital Filter Enable Register" bitfld.long 0x00 31. " DFE[31] ,Digital Filter Enable 31" "Disabled,Enabled" bitfld.long 0x00 30. " [30] ,Digital Filter Enable 30" "Disabled,Enabled" bitfld.long 0x00 29. " [29] ,Digital Filter Enable 29" "Disabled,Enabled" textline " " bitfld.long 0x00 28. " [28] ,Digital Filter Enable 28" "Disabled,Enabled" bitfld.long 0x00 27. " [27] ,Digital Filter Enable 27" "Disabled,Enabled" bitfld.long 0x00 26. " [26] ,Digital Filter Enable 26" "Disabled,Enabled" textline " " bitfld.long 0x00 25. " [25] ,Digital Filter Enable 25" "Disabled,Enabled" bitfld.long 0x00 24. " [24] ,Digital Filter Enable 24" "Disabled,Enabled" bitfld.long 0x00 23. " [23] ,Digital Filter Enable 23" "Disabled,Enabled" textline " " bitfld.long 0x00 22. " [22] ,Digital Filter Enable 22" "Disabled,Enabled" bitfld.long 0x00 21. " [21] ,Digital Filter Enable 21" "Disabled,Enabled" bitfld.long 0x00 20. " [20] ,Digital Filter Enable 20" "Disabled,Enabled" textline " " bitfld.long 0x00 19. " [19] ,Digital Filter Enable 19" "Disabled,Enabled" bitfld.long 0x00 18. " [18] ,Digital Filter Enable 18" "Disabled,Enabled" bitfld.long 0x00 17. " [17] ,Digital Filter Enable 17" "Disabled,Enabled" textline " " bitfld.long 0x00 16. " [16] ,Digital Filter Enable 16" "Disabled,Enabled" bitfld.long 0x00 15. " [15] ,Digital Filter Enable 15" "Disabled,Enabled" bitfld.long 0x00 14. " [14] ,Digital Filter Enable 14" "Disabled,Enabled" textline " " bitfld.long 0x00 13. " [13] ,Digital Filter Enable 13" "Disabled,Enabled" bitfld.long 0x00 12. " [12] ,Digital Filter Enable 12" "Disabled,Enabled" bitfld.long 0x00 11. " [11] ,Digital Filter Enable 11" "Disabled,Enabled" textline " " bitfld.long 0x00 10. " [10] ,Digital Filter Enable 10" "Disabled,Enabled" bitfld.long 0x00 9. " [9] ,Digital Filter Enable 9" "Disabled,Enabled" bitfld.long 0x00 8. " [8] ,Digital Filter Enable 8" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " [7] ,Digital Filter Enable 7" "Disabled,Enabled" bitfld.long 0x00 6. " [6] ,Digital Filter Enable 6" "Disabled,Enabled" bitfld.long 0x00 5. " [5] ,Digital Filter Enable 5" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " [4] ,Digital Filter Enable 4" "Disabled,Enabled" bitfld.long 0x00 3. " [3] ,Digital Filter Enable 3" "Disabled,Enabled" bitfld.long 0x00 2. " [2] ,Digital Filter Enable 2" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " [1] ,Digital Filter Enable 1" "Disabled,Enabled" bitfld.long 0x00 0. " [0] ,Digital Filter Enable 0" "Disabled,Enabled" line.long 0x04 "DFCR,Digital Filter Clock Register" sif (cpu()=="RAYLEIGH-CA7") bitfld.long 0x04 0. " CS ,Clock Source" "BUS,32kHz SOC" else bitfld.long 0x04 0. " CS ,Clock Source" "BUS,1kHz-LPO" endif line.long 0x08 "DFWR,Digital Filter Width Register" bitfld.long 0x08 0.--4. " FILT ,Filter Length" "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" width 0xB tree.end tree "PORT 4" base ad:0x4004D000 width 13. group.long 0x0++0x03 line.long 0x00 "PORT4_PCR0,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x4++0x03 line.long 0x00 "PORT4_PCR1,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x8++0x03 line.long 0x00 "PORT4_PCR2,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0xC++0x03 line.long 0x00 "PORT4_PCR3,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x10++0x03 line.long 0x00 "PORT4_PCR4,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x14++0x03 line.long 0x00 "PORT4_PCR5,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x18++0x03 line.long 0x00 "PORT4_PCR6,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x1C++0x03 line.long 0x00 "PORT4_PCR7,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x20++0x03 line.long 0x00 "PORT4_PCR8,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x24++0x03 line.long 0x00 "PORT4_PCR9,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x28++0x03 line.long 0x00 "PORT4_PCR10,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x2C++0x03 line.long 0x00 "PORT4_PCR11,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x30++0x03 line.long 0x00 "PORT4_PCR12,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x34++0x03 line.long 0x00 "PORT4_PCR13,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x38++0x03 line.long 0x00 "PORT4_PCR14,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x3C++0x03 line.long 0x00 "PORT4_PCR15,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x40++0x03 line.long 0x00 "PORT4_PCR16,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x44++0x03 line.long 0x00 "PORT4_PCR17,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x48++0x03 line.long 0x00 "PORT4_PCR18,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x4C++0x03 line.long 0x00 "PORT4_PCR19,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x50++0x03 line.long 0x00 "PORT4_PCR20,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x54++0x03 line.long 0x00 "PORT4_PCR21,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x58++0x03 line.long 0x00 "PORT4_PCR22,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x5C++0x03 line.long 0x00 "PORT4_PCR23,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x60++0x03 line.long 0x00 "PORT4_PCR24,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x64++0x03 line.long 0x00 "PORT4_PCR25,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x68++0x03 line.long 0x00 "PORT4_PCR26,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x6C++0x03 line.long 0x00 "PORT4_PCR27,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x70++0x03 line.long 0x00 "PORT4_PCR28,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x74++0x03 line.long 0x00 "PORT4_PCR29,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x78++0x03 line.long 0x00 "PORT4_PCR30,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0x7C++0x03 line.long 0x00 "PORT4_PCR31,Pin Control Register 4" eventfld.long 0x00 24. " ISF ,Interrupt Status Flag" "Not detected,Detected" bitfld.long 0x00 16.--19. " IRQC ,Interrupt Configuration" "Interrupt/DMA Disabled,DMA Rising Edge,DMA Falling Edge,DMA Either edge,,,,,Interrupt Logic Zero,Interrupt Rising Edge,Interrupt Falling Edge,Interrupt Either Edge,Interrupt Logic One,?..." group.long 0xA0++0x03 line.long 0x00 "PORT4_ISFR,Interrupt Status Flag Register" eventfld.long 0x00 31. " ISF[31] ,Interrupt Status Flag 31" "Not detected,Detected" eventfld.long 0x00 30. " [30] ,Interrupt Status Flag 30" "Not detected,Detected" eventfld.long 0x00 29. " [29] ,Interrupt Status Flag 29" "Not detected,Detected" textline " " eventfld.long 0x00 28. " [28] ,Interrupt Status Flag 28" "Not detected,Detected" eventfld.long 0x00 27. " [27] ,Interrupt Status Flag 27" "Not detected,Detected" eventfld.long 0x00 26. " [26] ,Interrupt Status Flag 26" "Not detected,Detected" textline " " eventfld.long 0x00 25. " [25] ,Interrupt Status Flag 25" "Not detected,Detected" eventfld.long 0x00 24. " [24] ,Interrupt Status Flag 24" "Not detected,Detected" eventfld.long 0x00 23. " [23] ,Interrupt Status Flag 23" "Not detected,Detected" textline " " eventfld.long 0x00 22. " [22] ,Interrupt Status Flag 22" "Not detected,Detected" eventfld.long 0x00 21. " [21] ,Interrupt Status Flag 21" "Not detected,Detected" eventfld.long 0x00 20. " [20] ,Interrupt Status Flag 20" "Not detected,Detected" textline " " eventfld.long 0x00 19. " [19] ,Interrupt Status Flag 19" "Not detected,Detected" eventfld.long 0x00 18. " [18] ,Interrupt Status Flag 18" "Not detected,Detected" eventfld.long 0x00 17. " [17] ,Interrupt Status Flag 17" "Not detected,Detected" textline " " eventfld.long 0x00 16. " [16] ,Interrupt Status Flag 16" "Not detected,Detected" eventfld.long 0x00 15. " [15] ,Interrupt Status Flag 15" "Not detected,Detected" eventfld.long 0x00 14. " [14] ,Interrupt Status Flag 14" "Not detected,Detected" textline " " eventfld.long 0x00 13. " [13] ,Interrupt Status Flag 13" "Not detected,Detected" eventfld.long 0x00 12. " [12] ,Interrupt Status Flag 12" "Not detected,Detected" eventfld.long 0x00 11. " [11] ,Interrupt Status Flag 11" "Not detected,Detected" textline " " eventfld.long 0x00 10. " [10] ,Interrupt Status Flag 10" "Not detected,Detected" eventfld.long 0x00 9. " [9] ,Interrupt Status Flag 9" "Not detected,Detected" eventfld.long 0x00 8. " [8] ,Interrupt Status Flag 8" "Not detected,Detected" textline " " eventfld.long 0x00 7. " [7] ,Interrupt Status Flag 7" "Not detected,Detected" eventfld.long 0x00 6. " [6] ,Interrupt Status Flag 6" "Not detected,Detected" eventfld.long 0x00 5. " [5] ,Interrupt Status Flag 5" "Not detected,Detected" textline " " eventfld.long 0x00 4. " [4] ,Interrupt Status Flag 4" "Not detected,Detected" eventfld.long 0x00 3. " [3] ,Interrupt Status Flag 3" "Not detected,Detected" eventfld.long 0x00 2. " [2] ,Interrupt Status Flag 2" "Not detected,Detected" textline " " eventfld.long 0x00 1. " [1] ,Interrupt Status Flag 1" "Not detected,Detected" eventfld.long 0x00 0. " [0] ,Interrupt Status Flag 0" "Not detected,Detected" group.long 0xC0++0x0B line.long 0x00 "DFER,Digital Filter Enable Register" bitfld.long 0x00 31. " DFE[31] ,Digital Filter Enable 31" "Disabled,Enabled" bitfld.long 0x00 30. " [30] ,Digital Filter Enable 30" "Disabled,Enabled" bitfld.long 0x00 29. " [29] ,Digital Filter Enable 29" "Disabled,Enabled" textline " " bitfld.long 0x00 28. " [28] ,Digital Filter Enable 28" "Disabled,Enabled" bitfld.long 0x00 27. " [27] ,Digital Filter Enable 27" "Disabled,Enabled" bitfld.long 0x00 26. " [26] ,Digital Filter Enable 26" "Disabled,Enabled" textline " " bitfld.long 0x00 25. " [25] ,Digital Filter Enable 25" "Disabled,Enabled" bitfld.long 0x00 24. " [24] ,Digital Filter Enable 24" "Disabled,Enabled" bitfld.long 0x00 23. " [23] ,Digital Filter Enable 23" "Disabled,Enabled" textline " " bitfld.long 0x00 22. " [22] ,Digital Filter Enable 22" "Disabled,Enabled" bitfld.long 0x00 21. " [21] ,Digital Filter Enable 21" "Disabled,Enabled" bitfld.long 0x00 20. " [20] ,Digital Filter Enable 20" "Disabled,Enabled" textline " " bitfld.long 0x00 19. " [19] ,Digital Filter Enable 19" "Disabled,Enabled" bitfld.long 0x00 18. " [18] ,Digital Filter Enable 18" "Disabled,Enabled" bitfld.long 0x00 17. " [17] ,Digital Filter Enable 17" "Disabled,Enabled" textline " " bitfld.long 0x00 16. " [16] ,Digital Filter Enable 16" "Disabled,Enabled" bitfld.long 0x00 15. " [15] ,Digital Filter Enable 15" "Disabled,Enabled" bitfld.long 0x00 14. " [14] ,Digital Filter Enable 14" "Disabled,Enabled" textline " " bitfld.long 0x00 13. " [13] ,Digital Filter Enable 13" "Disabled,Enabled" bitfld.long 0x00 12. " [12] ,Digital Filter Enable 12" "Disabled,Enabled" bitfld.long 0x00 11. " [11] ,Digital Filter Enable 11" "Disabled,Enabled" textline " " bitfld.long 0x00 10. " [10] ,Digital Filter Enable 10" "Disabled,Enabled" bitfld.long 0x00 9. " [9] ,Digital Filter Enable 9" "Disabled,Enabled" bitfld.long 0x00 8. " [8] ,Digital Filter Enable 8" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " [7] ,Digital Filter Enable 7" "Disabled,Enabled" bitfld.long 0x00 6. " [6] ,Digital Filter Enable 6" "Disabled,Enabled" bitfld.long 0x00 5. " [5] ,Digital Filter Enable 5" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " [4] ,Digital Filter Enable 4" "Disabled,Enabled" bitfld.long 0x00 3. " [3] ,Digital Filter Enable 3" "Disabled,Enabled" bitfld.long 0x00 2. " [2] ,Digital Filter Enable 2" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " [1] ,Digital Filter Enable 1" "Disabled,Enabled" bitfld.long 0x00 0. " [0] ,Digital Filter Enable 0" "Disabled,Enabled" line.long 0x04 "DFCR,Digital Filter Clock Register" sif (cpu()=="RAYLEIGH-CA7") bitfld.long 0x04 0. " CS ,Clock Source" "BUS,32kHz SOC" else bitfld.long 0x04 0. " CS ,Clock Source" "BUS,1kHz-LPO" endif line.long 0x08 "DFWR,Digital Filter Width Register" bitfld.long 0x08 0.--4. " FILT ,Filter Length" "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" width 0xB tree.end tree.end tree.open "GPIO (General-Purpose Input/Output)" tree "GPIO 0" base ad:0x400FF000 width 6. group.long 0x0++0x3 line.long 0x00 "PDOR,Port Data Output Register" setclrfld.long 0x00 31. 0x04 31. 0x08 31. " PDO[31]_set/clr ,Port Data Output - Logic level driven on pin 31 / PTB9" "Low,High" setclrfld.long 0x00 30. 0x04 30. 0x08 30. " PD0[30]_set/clr ,Port Data Output - Logic level driven on pin 30 / PTB8" "Low,High" setclrfld.long 0x00 29. 0x04 29. 0x08 29. " PDO[29]_set/clr ,Port Data Output - Logic level driven on pin 29 / PTB7" "Low,High" textline " " setclrfld.long 0x00 28. 0x04 28. 0x08 28. " PDO[28]_set/clr ,Port Data Output - Logic level driven on pin 28 / PTB6" "Low,High" setclrfld.long 0x00 27. 0x04 27. 0x08 27. " PDO[27]_set/clr ,Port Data Output - Logic level driven on pin 27 / PTB5" "Low,High" setclrfld.long 0x00 26. 0x04 26. 0x08 26. " PDO[26]_set/clr ,Port Data Output - Logic level driven on pin 26 / PTB4" "Low,High" textline " " setclrfld.long 0x00 25. 0x04 25. 0x08 25. " PDO[25]_set/clr ,Port Data Output - Logic level driven on pin 25 / PTB3" "Low,High" setclrfld.long 0x00 24. 0x04 24. 0x08 24. " PDO[24]_set/clr ,Port Data Output - Logic level driven on pin 24 / PTB2" "Low,High" setclrfld.long 0x00 23. 0x04 23. 0x08 23. " PDO[23]_set/clr ,Port Data Output - Logic level driven on pin 23 / PTB1" "Low,High" textline " " setclrfld.long 0x00 22. 0x04 22. 0x08 22. " PDO[22]_set/clr ,Port Data Output - Logic level driven on pin 22 / PTB0" "Low,High" setclrfld.long 0x00 21. 0x04 21. 0x08 21. " PDO[21]_set/clr ,Port Data Output - Logic level driven on pin 21 / PTA31" "Low,High" setclrfld.long 0x00 20. 0x04 20. 0x08 20. " PDO[20]_set/clr ,Port Data Output - Logic level driven on pin 20 / PTA30" "Low,High" textline " " setclrfld.long 0x00 19. 0x04 19. 0x08 19. " PDO[19]_set/clr ,Port Data Output - Logic level driven on pin 19 / PTA29" "Low,High" setclrfld.long 0x00 18. 0x04 18. 0x08 18. " PDO[18]_set/clr ,Port Data Output - Logic level driven on pin 18 / PTA28" "Low,High" setclrfld.long 0x00 17. 0x04 17. 0x08 17. " PDO[17]_set/clr ,Port Data Output - Logic level driven on pin 17 / PTA27" "Low,High" textline " " setclrfld.long 0x00 16. 0x04 16. 0x08 16. " PDO[16]_set/clr ,Port Data Output - Logic level driven on pin 16 / PTA26" "Low,High" setclrfld.long 0x00 15. 0x04 15. 0x08 15. " PDO[15]_set/clr ,Port Data Output - Logic level driven on pin 15 / PTA25" "Low,High" setclrfld.long 0x00 14. 0x04 14. 0x08 14. " PDO[14]_set/clr ,Port Data Output - Logic level driven on pin 14 / PTA24" "Low,High" textline " " setclrfld.long 0x00 13. 0x04 13. 0x08 13. " PDO[13]_set/clr ,Port Data Output - Logic level driven on pin 13 / PTA23" "Low,High" setclrfld.long 0x00 12. 0x04 12. 0x08 12. " PDO[12]_set/clr ,Port Data Output - Logic level driven on pin 12 / PTA22" "Low,High" setclrfld.long 0x00 11. 0x04 11. 0x08 11. " PDO[11]_set/clr ,Port Data Output - Logic level driven on pin 11 / PTA21" "Low,High" textline " " setclrfld.long 0x00 10. 0x04 10. 0x08 10. " PDO[10]_set/clr ,Port Data Output - Logic level driven on pin 10 / PTA20" "Low,High" setclrfld.long 0x00 9. 0x04 9. 0x08 9. " PDO[9]_set/clr ,Port Data Output - Logic level driven on pin 9 / PTA19" "Low,High" setclrfld.long 0x00 8. 0x04 8. 0x08 8. " PDO[8]_set/clr ,Port Data Output - Logic level driven on pin 8 / PTA18" "Low,High" textline " " setclrfld.long 0x00 7. 0x04 7. 0x08 7. " PDO[7]_set/clr ,Port Data Output - Logic level driven on pin 7 / PTA17" "Low,High" setclrfld.long 0x00 6. 0x04 6. 0x08 6. " PDO[6]_set/clr ,Port Data Output - Logic level driven on pin 6 / PTA16" "Low,High" setclrfld.long 0x00 5. 0x04 5. 0x08 5. " PDO[5]_set/clr ,Port Data Output - Logic level driven on pin 5 / PTA12" "Low,High" textline " " setclrfld.long 0x00 4. 0x04 4. 0x08 4. " PDO[4]_set/clr ,Port Data Output - Logic level driven on pin 4 / PTA11" "Low,High" setclrfld.long 0x00 3. 0x04 3. 0x08 3. " PDO[3]_set/clr ,Port Data Output - Logic level driven on pin 3 / PTA10" "Low,High" setclrfld.long 0x00 2. 0x04 2. 0x08 2. " PDO[2]_set/clr ,Port Data Output - Logic level driven on pin 2 / PTA9" "Low,High" textline " " setclrfld.long 0x00 1. 0x04 1. 0x08 1. " PDO[1]_set/clr ,Port Data Output - Logic level driven on pin 1 / PTA8" "Low,High" setclrfld.long 0x00 0. 0x04 0. 0x08 0. " PDO[0]_set/clr ,Port Data Output - Logic level driven on pin 0 / PTA6" "Low,High" wgroup.long 0x0C++0x03 line.long 0x00 "PTOR,Port Toggle Output Register" bitfld.long 0x00 31. " PTOR[31] ,Port Toggle Output 31 - PTB9" "No effect,Toggle" bitfld.long 0x00 30. " PTOR[30] ,Port Toggle Output 30 - PTB8" "No effect,Toggle" bitfld.long 0x00 29. " PTOR[29] ,Port Toggle Output 29 - PTB7" "No effect,Toggle" textline " " bitfld.long 0x00 28. " PTOR[28] ,Port Toggle Output 28 - PTB6" "No effect,Toggle" bitfld.long 0x00 27. " PTOR[27] ,Port Toggle Output 27 - PTB5" "No effect,Toggle" bitfld.long 0x00 26. " PTOR[26] ,Port Toggle Output 26 - PTB4" "No effect,Toggle" textline " " bitfld.long 0x00 25. " PTOR[25] ,Port Toggle Output 25 - PTB3" "No effect,Toggle" bitfld.long 0x00 24. " PTOR[24] ,Port Toggle Output 24 - PTB2" "No effect,Toggle" bitfld.long 0x00 23. " PTOR[23] ,Port Toggle Output 23 - PTB1" "No effect,Toggle" textline " " bitfld.long 0x00 22. " PTOR[22] ,Port Toggle Output 22 - PTB0" "No effect,Toggle" bitfld.long 0x00 21. " PTOR[21] ,Port Toggle Output 21 - PTA31" "No effect,Toggle" bitfld.long 0x00 20. " PTOR[20] ,Port Toggle Output 20 - PTA30" "No effect,Toggle" textline " " bitfld.long 0x00 19. " PTOR[19] ,Port Toggle Output 19 - PTA29" "No effect,Toggle" bitfld.long 0x00 18. " PTOR[18] ,Port Toggle Output 18 - PTA28" "No effect,Toggle" bitfld.long 0x00 17. " PTOR[17] ,Port Toggle Output 17 - PTA27" "No effect,Toggle" textline " " bitfld.long 0x00 16. " PTOR[16] ,Port Toggle Output 16 - PTA26" "No effect,Toggle" bitfld.long 0x00 15. " PTOR[15] ,Port Toggle Output 15 - PTA25" "No effect,Toggle" bitfld.long 0x00 14. " PTOR[14] ,Port Toggle Output 14 - PTA24" "No effect,Toggle" textline " " bitfld.long 0x00 13. " PTOR[13] ,Port Toggle Output 13 - PTA23" "No effect,Toggle" bitfld.long 0x00 12. " PTOR[12] ,Port Toggle Output 12 - PTA22" "No effect,Toggle" bitfld.long 0x00 11. " PTOR[11] ,Port Toggle Output 11 - PTA21" "No effect,Toggle" textline " " bitfld.long 0x00 10. " PTOR[10] ,Port Toggle Output 10 - PTA20" "No effect,Toggle" bitfld.long 0x00 9. " PTOR[9] ,Port Toggle Output 9 - PTA19" "No effect,Toggle" bitfld.long 0x00 8. " PTOR[8] ,Port Toggle Output 8 - PTA18" "No effect,Toggle" textline " " bitfld.long 0x00 7. " PTOR[7] ,Port Toggle Output 7 - PTA17" "No effect,Toggle" bitfld.long 0x00 6. " PTOR[6] ,Port Toggle Output 6 - PTA16" "No effect,Toggle" bitfld.long 0x00 5. " PTOR[5] ,Port Toggle Output 5 - PTA12" "No effect,Toggle" textline " " bitfld.long 0x00 4. " PTOR[4] ,Port Toggle Output 4 - PTA11" "No effect,Toggle" bitfld.long 0x00 3. " PTOR[3] ,Port Toggle Output 3 - PTA10" "No effect,Toggle" bitfld.long 0x00 2. " PTOR[2] ,Port Toggle Output 2 - PTA9" "No effect,Toggle" textline " " bitfld.long 0x00 1. " PTOR[1] ,Port Toggle Output 1 - PTA8" "No effect,Toggle" bitfld.long 0x00 0. " PTOR[0] ,Port Toggle Output 0 - PTA6" "No effect,Toggle" rgroup.long 0x10++0x03 line.long 0x00 "PDIR,Pin logic level" bitfld.long 0x00 31. " PDIR[31] ,Pin logic level 31 - PTB9" "Low,High" bitfld.long 0x00 30. " PDIR[30] ,Pin logic level 30 - PTB8" "Low,High" bitfld.long 0x00 29. " PDIR[29] ,Pin logic level 29 - PTB7" "Low,High" textline " " bitfld.long 0x00 28. " PDIR[28] ,Pin logic level 28 - PTB6" "Low,High" bitfld.long 0x00 27. " PDIR[27] ,Pin logic level 27 - PTB5" "Low,High" bitfld.long 0x00 26. " PDIR[26] ,Pin logic level 26 - PTB4" "Low,High" textline " " bitfld.long 0x00 25. " PDIR[25] ,Pin logic level 25 - PTB3" "Low,High" bitfld.long 0x00 24. " PDIR[24] ,Pin logic level 24 - PTB2" "Low,High" bitfld.long 0x00 23. " PDIR[23] ,Pin logic level 23 - PTB1" "Low,High" textline " " bitfld.long 0x00 22. " PDIR[22] ,Pin logic level 22 - PTB0" "Low,High" bitfld.long 0x00 21. " PDIR[21] ,Pin logic level 21 - PTA31" "Low,High" bitfld.long 0x00 20. " PDIR[20] ,Pin logic level 20 - PTA30" "Low,High" textline " " bitfld.long 0x00 19. " PDIR[19] ,Pin logic level 19 - PTA29" "Low,High" bitfld.long 0x00 18. " PDIR[18] ,Pin logic level 18 - PTA28" "Low,High" bitfld.long 0x00 17. " PDIR[17] ,Pin logic level 17 - PTA27" "Low,High" textline " " bitfld.long 0x00 16. " PDIR[16] ,Pin logic level 16 - PTA26" "Low,High" bitfld.long 0x00 15. " PDIR[15] ,Pin logic level 15 - PTA25" "Low,High" bitfld.long 0x00 14. " PDIR[14] ,Pin logic level 14 - PTA24" "Low,High" textline " " bitfld.long 0x00 13. " PDIR[13] ,Pin logic level 13 - PTA23" "Low,High" bitfld.long 0x00 12. " PDIR[12] ,Pin logic level 12 - PTA22" "Low,High" bitfld.long 0x00 11. " PDIR[11] ,Pin logic level 11 - PTA21" "Low,High" textline " " bitfld.long 0x00 10. " PDIR[10] ,Pin logic level 10 - PTA20" "Low,High" bitfld.long 0x00 9. " PDIR[9] ,Pin logic level 9 - PTA19" "Low,High" bitfld.long 0x00 8. " PDIR[8] ,Pin logic level 8 - PTA18" "Low,High" textline " " bitfld.long 0x00 7. " PDIR[7] ,Pin logic level 7 - PTA17" "Low,High" bitfld.long 0x00 6. " PDIR[6] ,Pin logic level 6 - PTA16" "Low,High" bitfld.long 0x00 5. " PDIR[5] ,Pin logic level 5 - PTA12" "Low,High" textline " " bitfld.long 0x00 4. " PDIR[4] ,Pin logic level 4 - PTA11" "Low,High" bitfld.long 0x00 3. " PDIR[3] ,Pin logic level 3 - PTA10" "Low,High" bitfld.long 0x00 2. " PDIR[2] ,Pin logic level 2 - PTA9" "Low,High" textline " " bitfld.long 0x00 1. " PDIR[1] ,Pin logic level 1 - PTA8" "Low,High" bitfld.long 0x00 0. " PDIR[0] ,Pin logic level 0 - PTA6" "Low,High" width 11. tree.end tree "GPIO 1" base ad:0x400FF040 width 6. group.long 0x0++0x3 line.long 0x00 "PDOR,Port Data Output Register" setclrfld.long 0x00 31. 0x04 31. 0x08 31. " PDO[31]_set/clr ,Port Data Output - Logic level driven on pin 31 / PTD31" "Low,High" setclrfld.long 0x00 30. 0x04 30. 0x08 30. " PD0[30]_set/clr ,Port Data Output - Logic level driven on pin 30 / PTC17" "Low,High" setclrfld.long 0x00 29. 0x04 29. 0x08 29. " PDO[29]_set/clr ,Port Data Output - Logic level driven on pin 29 / PTC16" "Low,High" textline " " setclrfld.long 0x00 28. 0x04 28. 0x08 28. " PDO[28]_set/clr ,Port Data Output - Logic level driven on pin 28 / PTC15" "Low,High" setclrfld.long 0x00 27. 0x04 27. 0x08 27. " PDO[27]_set/clr ,Port Data Output - Logic level driven on pin 27 / PTC14" "Low,High" setclrfld.long 0x00 26. 0x04 26. 0x08 26. " PDO[26]_set/clr ,Port Data Output - Logic level driven on pin 26 / PTC13" "Low,High" textline " " setclrfld.long 0x00 25. 0x04 25. 0x08 25. " PDO[25]_set/clr ,Port Data Output - Logic level driven on pin 25 / PTC12" "Low,High" setclrfld.long 0x00 24. 0x04 24. 0x08 24. " PDO[24]_set/clr ,Port Data Output - Logic level driven on pin 24 / PTC11" "Low,High" setclrfld.long 0x00 23. 0x04 23. 0x08 23. " PDO[23]_set/clr ,Port Data Output - Logic level driven on pin 23 / PTC10" "Low,High" textline " " setclrfld.long 0x00 22. 0x04 22. 0x08 22. " PDO[22]_set/clr ,Port Data Output - Logic level driven on pin 22 / PTC9" "Low,High" setclrfld.long 0x00 21. 0x04 21. 0x08 21. " PDO[21]_set/clr ,Port Data Output - Logic level driven on pin 21 / PTC8" "Low,High" setclrfld.long 0x00 20. 0x04 20. 0x08 20. " PDO[20]_set/clr ,Port Data Output - Logic level driven on pin 20 / PTC7" "Low,High" textline " " setclrfld.long 0x00 19. 0x04 19. 0x08 19. " PDO[19]_set/clr ,Port Data Output - Logic level driven on pin 19 / PTC6" "Low,High" setclrfld.long 0x00 18. 0x04 18. 0x08 18. " PDO[18]_set/clr ,Port Data Output - Logic level driven on pin 18 / PTC5" "Low,High" setclrfld.long 0x00 17. 0x04 17. 0x08 17. " PDO[17]_set/clr ,Port Data Output - Logic level driven on pin 17 / PTC4" "Low,High" textline " " setclrfld.long 0x00 16. 0x04 16. 0x08 16. " PDO[16]_set/clr ,Port Data Output - Logic level driven on pin 16 / PTC3" "Low,High" setclrfld.long 0x00 15. 0x04 15. 0x08 15. " PDO[15]_set/clr ,Port Data Output - Logic level driven on pin 15 / PTC2" "Low,High" setclrfld.long 0x00 14. 0x04 14. 0x08 14. " PDO[14]_set/clr ,Port Data Output - Logic level driven on pin 14 / PTC1" "Low,High" textline " " setclrfld.long 0x00 13. 0x04 13. 0x08 13. " PDO[13]_set/clr ,Port Data Output - Logic level driven on pin 13 / PTC0" "Low,High" setclrfld.long 0x00 12. 0x04 12. 0x08 12. " PDO[12]_set/clr ,Port Data Output - Logic level driven on pin 12 / PTB22" "Low,High" setclrfld.long 0x00 11. 0x04 11. 0x08 11. " PDO[11]_set/clr ,Port Data Output - Logic level driven on pin 11 / PTB21" "Low,High" textline " " setclrfld.long 0x00 10. 0x04 10. 0x08 10. " PDO[10]_set/clr ,Port Data Output - Logic level driven on pin 10 / PTB20" "Low,High" setclrfld.long 0x00 9. 0x04 9. 0x08 9. " PDO[9]_set/clr ,Port Data Output - Logic level driven on pin 9 / PTB19" "Low,High" setclrfld.long 0x00 8. 0x04 8. 0x08 8. " PDO[8]_set/clr ,Port Data Output - Logic level driven on pin 8 / PTB18" "Low,High" textline " " setclrfld.long 0x00 7. 0x04 7. 0x08 7. " PDO[7]_set/clr ,Port Data Output - Logic level driven on pin 7 / PTB17" "Low,High" setclrfld.long 0x00 6. 0x04 6. 0x08 6. " PDO[6]_set/clr ,Port Data Output - Logic level driven on pin 6 / PTB16" "Low,High" setclrfld.long 0x00 5. 0x04 5. 0x08 5. " PDO[5]_set/clr ,Port Data Output - Logic level driven on pin 5 / PTB15" "Low,High" textline " " setclrfld.long 0x00 4. 0x04 4. 0x08 4. " PDO[4]_set/clr ,Port Data Output - Logic level driven on pin 4 / PTB14" "Low,High" setclrfld.long 0x00 3. 0x04 3. 0x08 3. " PDO[3]_set/clr ,Port Data Output - Logic level driven on pin 3 / PTB13" "Low,High" setclrfld.long 0x00 2. 0x04 2. 0x08 2. " PDO[2]_set/clr ,Port Data Output - Logic level driven on pin 2 / PTB12" "Low,High" textline " " setclrfld.long 0x00 1. 0x04 1. 0x08 1. " PDO[1]_set/clr ,Port Data Output - Logic level driven on pin 1 / PTB11" "Low,High" setclrfld.long 0x00 0. 0x04 0. 0x08 0. " PDO[0]_set/clr ,Port Data Output - Logic level driven on pin 0 / PTB10" "Low,High" wgroup.long 0x0C++0x03 line.long 0x00 "PTOR,Port Toggle Output Register" bitfld.long 0x00 31. " PTOR[31] ,Port Toggle Output 31 - PTD31" "No effect,Toggle" bitfld.long 0x00 30. " PTOR[30] ,Port Toggle Output 30 - PTC17" "No effect,Toggle" bitfld.long 0x00 29. " PTOR[29] ,Port Toggle Output 29 - PTC16" "No effect,Toggle" textline " " bitfld.long 0x00 28. " PTOR[28] ,Port Toggle Output 28 - PTC15" "No effect,Toggle" bitfld.long 0x00 27. " PTOR[27] ,Port Toggle Output 27 - PTC14" "No effect,Toggle" bitfld.long 0x00 26. " PTOR[26] ,Port Toggle Output 26 - PTC13" "No effect,Toggle" textline " " bitfld.long 0x00 25. " PTOR[25] ,Port Toggle Output 25 - PTC12" "No effect,Toggle" bitfld.long 0x00 24. " PTOR[24] ,Port Toggle Output 24 - PTC11" "No effect,Toggle" bitfld.long 0x00 23. " PTOR[23] ,Port Toggle Output 23 - PTC10" "No effect,Toggle" textline " " bitfld.long 0x00 22. " PTOR[22] ,Port Toggle Output 22 - PTC9" "No effect,Toggle" bitfld.long 0x00 21. " PTOR[21] ,Port Toggle Output 21 - PTC8" "No effect,Toggle" bitfld.long 0x00 20. " PTOR[20] ,Port Toggle Output 20 - PTC7" "No effect,Toggle" textline " " bitfld.long 0x00 19. " PTOR[19] ,Port Toggle Output 19 - PTC6" "No effect,Toggle" bitfld.long 0x00 18. " PTOR[18] ,Port Toggle Output 18 - PTC5" "No effect,Toggle" bitfld.long 0x00 17. " PTOR[17] ,Port Toggle Output 17 - PTC4" "No effect,Toggle" textline " " bitfld.long 0x00 16. " PTOR[16] ,Port Toggle Output 16 - PTC3" "No effect,Toggle" bitfld.long 0x00 15. " PTOR[15] ,Port Toggle Output 15 - PTC2" "No effect,Toggle" bitfld.long 0x00 14. " PTOR[14] ,Port Toggle Output 14 - PTC1" "No effect,Toggle" textline " " bitfld.long 0x00 13. " PTOR[13] ,Port Toggle Output 13 - PTC0" "No effect,Toggle" bitfld.long 0x00 12. " PTOR[12] ,Port Toggle Output 12 - PTB22" "No effect,Toggle" bitfld.long 0x00 11. " PTOR[11] ,Port Toggle Output 11 - PTB21" "No effect,Toggle" textline " " bitfld.long 0x00 10. " PTOR[10] ,Port Toggle Output 10 - PTB20" "No effect,Toggle" bitfld.long 0x00 9. " PTOR[9] ,Port Toggle Output 9 - PTB19" "No effect,Toggle" bitfld.long 0x00 8. " PTOR[8] ,Port Toggle Output 8 - PTB18" "No effect,Toggle" textline " " bitfld.long 0x00 7. " PTOR[7] ,Port Toggle Output 7 - PTB17" "No effect,Toggle" bitfld.long 0x00 6. " PTOR[6] ,Port Toggle Output 6 - PTB16" "No effect,Toggle" bitfld.long 0x00 5. " PTOR[5] ,Port Toggle Output 5 - PTB15" "No effect,Toggle" textline " " bitfld.long 0x00 4. " PTOR[4] ,Port Toggle Output 4 - PTB14" "No effect,Toggle" bitfld.long 0x00 3. " PTOR[3] ,Port Toggle Output 3 - PTB13" "No effect,Toggle" bitfld.long 0x00 2. " PTOR[2] ,Port Toggle Output 2 - PTB12" "No effect,Toggle" textline " " bitfld.long 0x00 1. " PTOR[1] ,Port Toggle Output 1 - PTB11" "No effect,Toggle" bitfld.long 0x00 0. " PTOR[0] ,Port Toggle Output 0 - PTB10" "No effect,Toggle" rgroup.long 0x10++0x03 line.long 0x00 "PDIR,Pin logic level" bitfld.long 0x00 31. " PDIR[31] ,Pin logic level 31 - PTD31" "Low,High" bitfld.long 0x00 30. " PDIR[30] ,Pin logic level 30 - PTC17" "Low,High" bitfld.long 0x00 29. " PDIR[29] ,Pin logic level 29 - PTC16" "Low,High" textline " " bitfld.long 0x00 28. " PDIR[28] ,Pin logic level 28 - PTC15" "Low,High" bitfld.long 0x00 27. " PDIR[27] ,Pin logic level 27 - PTC14" "Low,High" bitfld.long 0x00 26. " PDIR[26] ,Pin logic level 26 - PTC13" "Low,High" textline " " bitfld.long 0x00 25. " PDIR[25] ,Pin logic level 25 - PTC12" "Low,High" bitfld.long 0x00 24. " PDIR[24] ,Pin logic level 24 - PTC11" "Low,High" bitfld.long 0x00 23. " PDIR[23] ,Pin logic level 23 - PTC10" "Low,High" textline " " bitfld.long 0x00 22. " PDIR[22] ,Pin logic level 22 - PTC9" "Low,High" bitfld.long 0x00 21. " PDIR[21] ,Pin logic level 21 - PTC8" "Low,High" bitfld.long 0x00 20. " PDIR[20] ,Pin logic level 20 - PTC7" "Low,High" textline " " bitfld.long 0x00 19. " PDIR[19] ,Pin logic level 19 - PTC6" "Low,High" bitfld.long 0x00 18. " PDIR[18] ,Pin logic level 18 - PTC5" "Low,High" bitfld.long 0x00 17. " PDIR[17] ,Pin logic level 17 - PTC4" "Low,High" textline " " bitfld.long 0x00 16. " PDIR[16] ,Pin logic level 16 - PTC3" "Low,High" bitfld.long 0x00 15. " PDIR[15] ,Pin logic level 15 - PTC2" "Low,High" bitfld.long 0x00 14. " PDIR[14] ,Pin logic level 14 - PTC1" "Low,High" textline " " bitfld.long 0x00 13. " PDIR[13] ,Pin logic level 13 - PTC0" "Low,High" bitfld.long 0x00 12. " PDIR[12] ,Pin logic level 12 - PTB22" "Low,High" bitfld.long 0x00 11. " PDIR[11] ,Pin logic level 11 - PTB21" "Low,High" textline " " bitfld.long 0x00 10. " PDIR[10] ,Pin logic level 10 - PTB20" "Low,High" bitfld.long 0x00 9. " PDIR[9] ,Pin logic level 9 - PTB19" "Low,High" bitfld.long 0x00 8. " PDIR[8] ,Pin logic level 8 - PTB18" "Low,High" textline " " bitfld.long 0x00 7. " PDIR[7] ,Pin logic level 7 - PTB17" "Low,High" bitfld.long 0x00 6. " PDIR[6] ,Pin logic level 6 - PTB16" "Low,High" bitfld.long 0x00 5. " PDIR[5] ,Pin logic level 5 - PTB15" "Low,High" textline " " bitfld.long 0x00 4. " PDIR[4] ,Pin logic level 4 - PTA14" "Low,High" bitfld.long 0x00 3. " PDIR[3] ,Pin logic level 3 - PTB13" "Low,High" bitfld.long 0x00 2. " PDIR[2] ,Pin logic level 2 - PTB12" "Low,High" textline " " bitfld.long 0x00 1. " PDIR[1] ,Pin logic level 1 - PTB11" "Low,High" bitfld.long 0x00 0. " PDIR[0] ,Pin logic level 0 - PTB10" "Low,High" width 11. tree.end tree "GPIO 2" base ad:0x400FF080 width 6. group.long 0x0++0x3 line.long 0x00 "PDOR,Port Data Output Register" setclrfld.long 0x00 31. 0x04 31. 0x08 31. " PDO[31]_set/clr ,Port Data Output - Logic level driven on pin 31 / PTB25" "Low,High" setclrfld.long 0x00 30. 0x04 30. 0x08 30. " PD0[30]_set/clr ,Port Data Output - Logic level driven on pin 30 / PTB24" "Low,High" setclrfld.long 0x00 29. 0x04 29. 0x08 29. " PDO[29]_set/clr ,Port Data Output - Logic level driven on pin 29 / PTB23" "Low,High" textline " " setclrfld.long 0x00 28. 0x04 28. 0x08 28. " PDO[28]_set/clr ,Port Data Output - Logic level driven on pin 28 / PTD12" "Low,High" setclrfld.long 0x00 27. 0x04 27. 0x08 27. " PDO[27]_set/clr ,Port Data Output - Logic level driven on pin 27 / PTD11" "Low,High" setclrfld.long 0x00 26. 0x04 26. 0x08 26. " PDO[26]_set/clr ,Port Data Output - Logic level driven on pin 26 / PTD10" "Low,High" textline " " setclrfld.long 0x00 25. 0x04 25. 0x08 25. " PDO[25]_set/clr ,Port Data Output - Logic level driven on pin 25 / PTD9" "Low,High" setclrfld.long 0x00 24. 0x04 24. 0x08 24. " PDO[24]_set/clr ,Port Data Output - Logic level driven on pin 24 / PTD8" "Low,High" setclrfld.long 0x00 23. 0x04 23. 0x08 23. " PDO[23]_set/clr ,Port Data Output - Logic level driven on pin 23 / PTD7" "Low,High" textline " " setclrfld.long 0x00 22. 0x04 22. 0x08 22. " PDO[22]_set/clr ,Port Data Output - Logic level driven on pin 22 / PTD6" "Low,High" setclrfld.long 0x00 21. 0x04 21. 0x08 21. " PDO[21]_set/clr ,Port Data Output - Logic level driven on pin 21 / PTD5" "Low,High" setclrfld.long 0x00 20. 0x04 20. 0x08 20. " PDO[20]_set/clr ,Port Data Output - Logic level driven on pin 20 / PTD4" "Low,High" textline " " setclrfld.long 0x00 19. 0x04 19. 0x08 19. " PDO[19]_set/clr ,Port Data Output - Logic level driven on pin 19 / PTD3" "Low,High" setclrfld.long 0x00 18. 0x04 18. 0x08 18. " PDO[18]_set/clr ,Port Data Output - Logic level driven on pin 18 / PTD2" "Low,High" setclrfld.long 0x00 17. 0x04 17. 0x08 17. " PDO[17]_set/clr ,Port Data Output - Logic level driven on pin 17 / PTD1" "Low,High" textline " " setclrfld.long 0x00 16. 0x04 16. 0x08 16. " PDO[16]_set/clr ,Port Data Output - Logic level driven on pin 16 / PTD0" "Low,High" setclrfld.long 0x00 15. 0x04 15. 0x08 15. " PDO[15]_set/clr ,Port Data Output - Logic level driven on pin 15 / PTD0" "Low,High" setclrfld.long 0x00 14. 0x04 14. 0x08 14. " PDO[14]_set/clr ,Port Data Output - Logic level driven on pin 14 / PTD16" "Low,High" textline " " setclrfld.long 0x00 13. 0x04 13. 0x08 13. " PDO[13]_set/clr ,Port Data Output - Logic level driven on pin 13 / PTD17" "Low,High" setclrfld.long 0x00 12. 0x04 12. 0x08 12. " PDO[12]_set/clr ,Port Data Output - Logic level driven on pin 12 / PTD18" "Low,High" setclrfld.long 0x00 11. 0x04 11. 0x08 11. " PDO[11]_set/clr ,Port Data Output - Logic level driven on pin 11 / PTD19" "Low,High" textline " " setclrfld.long 0x00 10. 0x04 10. 0x08 10. " PDO[10]_set/clr ,Port Data Output - Logic level driven on pin 10 / PTD20" "Low,High" setclrfld.long 0x00 9. 0x04 9. 0x08 9. " PDO[9]_set/clr ,Port Data Output - Logic level driven on pin 9 / PTD21" "Low,High" setclrfld.long 0x00 8. 0x04 8. 0x08 8. " PDO[8]_set/clr ,Port Data Output - Logic level driven on pin 8 / PTD22" "Low,High" textline " " setclrfld.long 0x00 7. 0x04 7. 0x08 7. " PDO[7]_set/clr ,Port Data Output - Logic level driven on pin 7 / PTD23" "Low,High" setclrfld.long 0x00 6. 0x04 6. 0x08 6. " PDO[6]_set/clr ,Port Data Output - Logic level driven on pin 6 / PTD24" "Low,High" setclrfld.long 0x00 5. 0x04 5. 0x08 5. " PDO[5]_set/clr ,Port Data Output - Logic level driven on pin 5 / PTD25" "Low,High" textline " " setclrfld.long 0x00 4. 0x04 4. 0x08 4. " PDO[4]_set/clr ,Port Data Output - Logic level driven on pin 4 / PTD26" "Low,High" setclrfld.long 0x00 3. 0x04 3. 0x08 3. " PDO[3]_set/clr ,Port Data Output - Logic level driven on pin 3 / PTD27" "Low,High" setclrfld.long 0x00 2. 0x04 2. 0x08 2. " PDO[2]_set/clr ,Port Data Output - Logic level driven on pin 2 / PTD28" "Low,High" textline " " setclrfld.long 0x00 1. 0x04 1. 0x08 1. " PDO[1]_set/clr ,Port Data Output - Logic level driven on pin 1 / PTD29" "Low,High" setclrfld.long 0x00 0. 0x04 0. 0x08 0. " PDO[0]_set/clr ,Port Data Output - Logic level driven on pin 0 / PTD30" "Low,High" wgroup.long 0x0C++0x03 line.long 0x00 "PTOR,Port Toggle Output Register" bitfld.long 0x00 31. " PTOR[31] ,Port Toggle Output 31 - PTB25" "No effect,Toggle" bitfld.long 0x00 30. " PTOR[30] ,Port Toggle Output 30 - PTB24" "No effect,Toggle" bitfld.long 0x00 29. " PTOR[29] ,Port Toggle Output 29 - PTB23" "No effect,Toggle" textline " " bitfld.long 0x00 28. " PTOR[28] ,Port Toggle Output 28 - PTD13" "No effect,Toggle" bitfld.long 0x00 27. " PTOR[27] ,Port Toggle Output 27 - PTD12" "No effect,Toggle" bitfld.long 0x00 26. " PTOR[26] ,Port Toggle Output 26 - PTD11" "No effect,Toggle" textline " " bitfld.long 0x00 25. " PTOR[25] ,Port Toggle Output 25 - PTD10" "No effect,Toggle" bitfld.long 0x00 24. " PTOR[24] ,Port Toggle Output 24 - PTD9" "No effect,Toggle" bitfld.long 0x00 23. " PTOR[23] ,Port Toggle Output 23 - PTD8" "No effect,Toggle" textline " " bitfld.long 0x00 22. " PTOR[22] ,Port Toggle Output 22 - PTD7" "No effect,Toggle" bitfld.long 0x00 21. " PTOR[21] ,Port Toggle Output 21 - PTD6" "No effect,Toggle" bitfld.long 0x00 20. " PTOR[20] ,Port Toggle Output 20 - PTD5" "No effect,Toggle" textline " " bitfld.long 0x00 19. " PTOR[19] ,Port Toggle Output 19 - PTD4" "No effect,Toggle" bitfld.long 0x00 18. " PTOR[18] ,Port Toggle Output 18 - PTD3" "No effect,Toggle" bitfld.long 0x00 17. " PTOR[17] ,Port Toggle Output 17 - PTD2" "No effect,Toggle" textline " " bitfld.long 0x00 16. " PTOR[16] ,Port Toggle Output 16 - PTD1" "No effect,Toggle" bitfld.long 0x00 15. " PTOR[15] ,Port Toggle Output 15 - PTD0" "No effect,Toggle" bitfld.long 0x00 14. " PTOR[14] ,Port Toggle Output 14 - PTD16" "No effect,Toggle" textline " " bitfld.long 0x00 13. " PTOR[13] ,Port Toggle Output 13 - PTD17" "No effect,Toggle" bitfld.long 0x00 12. " PTOR[12] ,Port Toggle Output 12 - PTD18" "No effect,Toggle" bitfld.long 0x00 11. " PTOR[11] ,Port Toggle Output 11 - PTD19" "No effect,Toggle" textline " " bitfld.long 0x00 10. " PTOR[10] ,Port Toggle Output 10 - PTD20" "No effect,Toggle" bitfld.long 0x00 9. " PTOR[9] ,Port Toggle Output 9 - PTD21" "No effect,Toggle" bitfld.long 0x00 8. " PTOR[8] ,Port Toggle Output 8 - PTD22" "No effect,Toggle" textline " " bitfld.long 0x00 7. " PTOR[7] ,Port Toggle Output 7 - PTD23" "No effect,Toggle" bitfld.long 0x00 6. " PTOR[6] ,Port Toggle Output 6 - PTD24" "No effect,Toggle" bitfld.long 0x00 5. " PTOR[5] ,Port Toggle Output 5 - PTD25" "No effect,Toggle" textline " " bitfld.long 0x00 4. " PTOR[4] ,Port Toggle Output 4 - PTD26" "No effect,Toggle" bitfld.long 0x00 3. " PTOR[3] ,Port Toggle Output 3 - PTD27" "No effect,Toggle" bitfld.long 0x00 2. " PTOR[2] ,Port Toggle Output 2 - PTD28" "No effect,Toggle" textline " " bitfld.long 0x00 1. " PTOR[1] ,Port Toggle Output 1 - PTD29" "No effect,Toggle" bitfld.long 0x00 0. " PTOR[0] ,Port Toggle Output 0 - PTD30" "No effect,Toggle" rgroup.long 0x10++0x03 line.long 0x00 "PDIR,Pin logic level" bitfld.long 0x00 31. " PDIR[31] ,Pin logic level 31 - PTB25" "Low,High" bitfld.long 0x00 30. " PDIR[30] ,Pin logic level 30 - PTB24" "Low,High" bitfld.long 0x00 29. " PDIR[29] ,Pin logic level 29 - PTB23" "Low,High" textline " " bitfld.long 0x00 28. " PDIR[28] ,Pin logic level 28 - PTD13" "Low,High" bitfld.long 0x00 27. " PDIR[27] ,Pin logic level 27 - PTD12" "Low,High" bitfld.long 0x00 26. " PDIR[26] ,Pin logic level 26 - PTD11" "Low,High" textline " " bitfld.long 0x00 25. " PDIR[25] ,Pin logic level 25 - PTD10" "Low,High" bitfld.long 0x00 24. " PDIR[24] ,Pin logic level 24 - PTD9" "Low,High" bitfld.long 0x00 23. " PDIR[23] ,Pin logic level 23 - PTD8" "Low,High" textline " " bitfld.long 0x00 22. " PDIR[22] ,Pin logic level 22 - PTD7" "Low,High" bitfld.long 0x00 21. " PDIR[21] ,Pin logic level 21 - PTD6" "Low,High" bitfld.long 0x00 20. " PDIR[20] ,Pin logic level 20 - PTD5" "Low,High" textline " " bitfld.long 0x00 19. " PDIR[19] ,Pin logic level 19 - PTD4" "Low,High" bitfld.long 0x00 18. " PDIR[18] ,Pin logic level 18 - PTD3" "Low,High" bitfld.long 0x00 17. " PDIR[17] ,Pin logic level 17 - PTD2" "Low,High" textline " " bitfld.long 0x00 16. " PDIR[16] ,Pin logic level 16 - PTD1" "Low,High" bitfld.long 0x00 15. " PDIR[15] ,Pin logic level 15 - PTD0" "Low,High" bitfld.long 0x00 14. " PDIR[14] ,Pin logic level 14 - PTD16" "Low,High" textline " " bitfld.long 0x00 13. " PDIR[13] ,Pin logic level 13 - PTD17" "Low,High" bitfld.long 0x00 12. " PDIR[12] ,Pin logic level 12 - PTD18" "Low,High" bitfld.long 0x00 11. " PDIR[11] ,Pin logic level 11 - PTD19" "Low,High" textline " " bitfld.long 0x00 10. " PDIR[10] ,Pin logic level 10 - PTD20" "Low,High" bitfld.long 0x00 9. " PDIR[9] ,Pin logic level 9 - PTD21" "Low,High" bitfld.long 0x00 8. " PDIR[8] ,Pin logic level 8 - PTD22" "Low,High" textline " " bitfld.long 0x00 7. " PDIR[7] ,Pin logic level 7 - PTD23" "Low,High" bitfld.long 0x00 6. " PDIR[6] ,Pin logic level 6 - PTD24" "Low,High" bitfld.long 0x00 5. " PDIR[5] ,Pin logic level 5 - PTD25" "Low,High" textline " " bitfld.long 0x00 4. " PDIR[4] ,Pin logic level 4 - PTD26" "Low,High" bitfld.long 0x00 3. " PDIR[3] ,Pin logic level 3 - PTD27" "Low,High" bitfld.long 0x00 2. " PDIR[2] ,Pin logic level 2 - PTD28" "Low,High" textline " " bitfld.long 0x00 1. " PDIR[1] ,Pin logic level 1 - PTD29" "Low,High" bitfld.long 0x00 0. " PDIR[0] ,Pin logic level 0 - PTD30" "Low,High" width 11. tree.end tree "GPIO 3" base ad:0x400FF0C0 width 6. group.long 0x0++0x3 line.long 0x00 "PDOR,Port Data Output Register" setclrfld.long 0x00 31. 0x04 31. 0x08 31. " PDO[31]_set/clr ,Port Data Output - Logic level driven on pin 31 / PTE22" "Low,High" setclrfld.long 0x00 30. 0x04 30. 0x08 30. " PD0[30]_set/clr ,Port Data Output - Logic level driven on pin 30 / PTE21" "Low,High" setclrfld.long 0x00 29. 0x04 29. 0x08 29. " PDO[29]_set/clr ,Port Data Output - Logic level driven on pin 29 / PTE20" "Low,High" textline " " setclrfld.long 0x00 28. 0x04 28. 0x08 28. " PDO[28]_set/clr ,Port Data Output - Logic level driven on pin 28 / PTE19" "Low,High" setclrfld.long 0x00 27. 0x04 27. 0x08 27. " PDO[27]_set/clr ,Port Data Output - Logic level driven on pin 27 / PTE18" "Low,High" setclrfld.long 0x00 26. 0x04 26. 0x08 26. " PDO[26]_set/clr ,Port Data Output - Logic level driven on pin 26 / PTE17" "Low,High" textline " " setclrfld.long 0x00 25. 0x04 25. 0x08 25. " PDO[25]_set/clr ,Port Data Output - Logic level driven on pin 25 / PTE16" "Low,High" setclrfld.long 0x00 24. 0x04 24. 0x08 24. " PDO[24]_set/clr ,Port Data Output - Logic level driven on pin 24 / PTE15" "Low,High" setclrfld.long 0x00 23. 0x04 23. 0x08 23. " PDO[23]_set/clr ,Port Data Output - Logic level driven on pin 23 / PTE14" "Low,High" textline " " setclrfld.long 0x00 22. 0x04 22. 0x08 22. " PDO[22]_set/clr ,Port Data Output - Logic level driven on pin 22 / PTE13" "Low,High" setclrfld.long 0x00 21. 0x04 21. 0x08 21. " PDO[21]_set/clr ,Port Data Output - Logic level driven on pin 21 / PTE12" "Low,High" setclrfld.long 0x00 20. 0x04 20. 0x08 20. " PDO[20]_set/clr ,Port Data Output - Logic level driven on pin 20 / PTE11" "Low,High" textline " " setclrfld.long 0x00 19. 0x04 19. 0x08 19. " PDO[19]_set/clr ,Port Data Output - Logic level driven on pin 19 / PTE10" "Low,High" setclrfld.long 0x00 18. 0x04 18. 0x08 18. " PDO[18]_set/clr ,Port Data Output - Logic level driven on pin 18 / PTE9" "Low,High" setclrfld.long 0x00 17. 0x04 17. 0x08 17. " PDO[17]_set/clr ,Port Data Output - Logic level driven on pin 17 / PTE8" "Low,High" textline " " setclrfld.long 0x00 16. 0x04 16. 0x08 16. " PDO[16]_set/clr ,Port Data Output - Logic level driven on pin 16 / PTE7" "Low,High" setclrfld.long 0x00 15. 0x04 15. 0x08 15. " PDO[15]_set/clr ,Port Data Output - Logic level driven on pin 15 / PTE6" "Low,High" setclrfld.long 0x00 14. 0x04 14. 0x08 14. " PDO[14]_set/clr ,Port Data Output - Logic level driven on pin 14 / PTE5" "Low,High" textline " " setclrfld.long 0x00 13. 0x04 13. 0x08 13. " PDO[13]_set/clr ,Port Data Output - Logic level driven on pin 13 / PTE4" "Low,High" setclrfld.long 0x00 12. 0x04 12. 0x08 12. " PDO[12]_set/clr ,Port Data Output - Logic level driven on pin 12 / PTE3" "Low,High" setclrfld.long 0x00 11. 0x04 11. 0x08 11. " PDO[11]_set/clr ,Port Data Output - Logic level driven on pin 11 / PTE2" "Low,High" textline " " setclrfld.long 0x00 10. 0x04 10. 0x08 10. " PDO[10]_set/clr ,Port Data Output - Logic level driven on pin 10 / PTE1" "Low,High" setclrfld.long 0x00 9. 0x04 9. 0x08 9. " PDO[9]_set/clr ,Port Data Output - Logic level driven on pin 9 / PTE0" "Low,High" setclrfld.long 0x00 8. 0x04 8. 0x08 8. " PDO[8]_set/clr ,Port Data Output - Logic level driven on pin 8 / PTC31" "Low,High" textline " " setclrfld.long 0x00 7. 0x04 7. 0x08 7. " PDO[7]_set/clr ,Port Data Output - Logic level driven on pin 7 / PTC30" "Low,High" setclrfld.long 0x00 6. 0x04 6. 0x08 6. " PDO[6]_set/clr ,Port Data Output - Logic level driven on pin 6 / PTC29" "Low,High" setclrfld.long 0x00 5. 0x04 5. 0x08 5. " PDO[5]_set/clr ,Port Data Output - Logic level driven on pin 5 / PTC28" "Low,High" textline " " setclrfld.long 0x00 4. 0x04 4. 0x08 4. " PDO[4]_set/clr ,Port Data Output - Logic level driven on pin 4 / PTC27" "Low,High" setclrfld.long 0x00 3. 0x04 3. 0x08 3. " PDO[3]_set/clr ,Port Data Output - Logic level driven on pin 3 / PTC26" "Low,High" setclrfld.long 0x00 2. 0x04 2. 0x08 2. " PDO[2]_set/clr ,Port Data Output - Logic level driven on pin 2 / PTB28" "Low,High" textline " " setclrfld.long 0x00 1. 0x04 1. 0x08 1. " PDO[1]_set/clr ,Port Data Output - Logic level driven on pin 1 / PTB27" "Low,High" setclrfld.long 0x00 0. 0x04 0. 0x08 0. " PDO[0]_set/clr ,Port Data Output - Logic level driven on pin 0 / PTB26" "Low,High" wgroup.long 0x0C++0x03 line.long 0x00 "PTOR,Port Toggle Output Register" bitfld.long 0x00 31. " PTOR[31] ,Port Toggle Output 31 - PTE22" "No effect,Toggle" bitfld.long 0x00 30. " PTOR[30] ,Port Toggle Output 30 - PTE21" "No effect,Toggle" bitfld.long 0x00 29. " PTOR[29] ,Port Toggle Output 29 - PTE20" "No effect,Toggle" textline " " bitfld.long 0x00 28. " PTOR[28] ,Port Toggle Output 28 - PTE19" "No effect,Toggle" bitfld.long 0x00 27. " PTOR[27] ,Port Toggle Output 27 - PTE18" "No effect,Toggle" bitfld.long 0x00 26. " PTOR[26] ,Port Toggle Output 26 - PTE17" "No effect,Toggle" textline " " bitfld.long 0x00 25. " PTOR[25] ,Port Toggle Output 25 - PTE16" "No effect,Toggle" bitfld.long 0x00 24. " PTOR[24] ,Port Toggle Output 24 - PTE15" "No effect,Toggle" bitfld.long 0x00 23. " PTOR[23] ,Port Toggle Output 23 - PTE14" "No effect,Toggle" textline " " bitfld.long 0x00 22. " PTOR[22] ,Port Toggle Output 22 - PTE13" "No effect,Toggle" bitfld.long 0x00 21. " PTOR[21] ,Port Toggle Output 21 - PTE12" "No effect,Toggle" bitfld.long 0x00 20. " PTOR[20] ,Port Toggle Output 20 - PTE12" "No effect,Toggle" textline " " bitfld.long 0x00 19. " PTOR[19] ,Port Toggle Output 19 - PTE10" "No effect,Toggle" bitfld.long 0x00 18. " PTOR[18] ,Port Toggle Output 18 - PTE9" "No effect,Toggle" bitfld.long 0x00 17. " PTOR[17] ,Port Toggle Output 17 - PTE8" "No effect,Toggle" textline " " bitfld.long 0x00 16. " PTOR[16] ,Port Toggle Output 16 - PTE7" "No effect,Toggle" bitfld.long 0x00 15. " PTOR[15] ,Port Toggle Output 15 - PTE6" "No effect,Toggle" bitfld.long 0x00 14. " PTOR[14] ,Port Toggle Output 14 - PTE5" "No effect,Toggle" textline " " bitfld.long 0x00 13. " PTOR[13] ,Port Toggle Output 13 - PTE4" "No effect,Toggle" bitfld.long 0x00 12. " PTOR[12] ,Port Toggle Output 12 - PTE3" "No effect,Toggle" bitfld.long 0x00 11. " PTOR[11] ,Port Toggle Output 11 - PTE2" "No effect,Toggle" textline " " bitfld.long 0x00 10. " PTOR[10] ,Port Toggle Output 10 - PTE1" "No effect,Toggle" bitfld.long 0x00 9. " PTOR[9] ,Port Toggle Output 9 - PTE0" "No effect,Toggle" bitfld.long 0x00 8. " PTOR[8] ,Port Toggle Output 8 - PTC31" "No effect,Toggle" textline " " bitfld.long 0x00 7. " PTOR[7] ,Port Toggle Output 7 - PTC30" "No effect,Toggle" bitfld.long 0x00 6. " PTOR[6] ,Port Toggle Output 6 - PTC29" "No effect,Toggle" bitfld.long 0x00 5. " PTOR[5] ,Port Toggle Output 5 - PTC28" "No effect,Toggle" textline " " bitfld.long 0x00 4. " PTOR[4] ,Port Toggle Output 4 - PTC27" "No effect,Toggle" bitfld.long 0x00 3. " PTOR[3] ,Port Toggle Output 3 - PTC26" "No effect,Toggle" bitfld.long 0x00 2. " PTOR[2] ,Port Toggle Output 2 - PTB28" "No effect,Toggle" textline " " bitfld.long 0x00 1. " PTOR[1] ,Port Toggle Output 1 - PTB27" "No effect,Toggle" bitfld.long 0x00 0. " PTOR[0] ,Port Toggle Output 0 - PTB26" "No effect,Toggle" rgroup.long 0x10++0x03 line.long 0x00 "PDIR,Pin logic level" bitfld.long 0x00 31. " PDIR[31] ,Pin logic level 31 - PTE22" "Low,High" bitfld.long 0x00 30. " PDIR[30] ,Pin logic level 30 - PTE21" "Low,High" bitfld.long 0x00 29. " PDIR[29] ,Pin logic level 29 - PTE20" "Low,High" textline " " bitfld.long 0x00 28. " PDIR[28] ,Pin logic level 28 - PTE19" "Low,High" bitfld.long 0x00 27. " PDIR[27] ,Pin logic level 27 - PTE18" "Low,High" bitfld.long 0x00 26. " PDIR[26] ,Pin logic level 26 - PTE17" "Low,High" textline " " bitfld.long 0x00 25. " PDIR[25] ,Pin logic level 25 - PTE16" "Low,High" bitfld.long 0x00 24. " PDIR[24] ,Pin logic level 24 - PTE15" "Low,High" bitfld.long 0x00 23. " PDIR[23] ,Pin logic level 23 - PTE14" "Low,High" textline " " bitfld.long 0x00 22. " PDIR[22] ,Pin logic level 22 - PTE13" "Low,High" bitfld.long 0x00 21. " PDIR[21] ,Pin logic level 21 - PTE12" "Low,High" bitfld.long 0x00 20. " PDIR[20] ,Pin logic level 20 - PTE11" "Low,High" textline " " bitfld.long 0x00 19. " PDIR[19] ,Pin logic level 19 - PTE10" "Low,High" bitfld.long 0x00 18. " PDIR[18] ,Pin logic level 18 - PTE9" "Low,High" bitfld.long 0x00 17. " PDIR[17] ,Pin logic level 17 - PTE8" "Low,High" textline " " bitfld.long 0x00 16. " PDIR[16] ,Pin logic level 16 - PTE7" "Low,High" bitfld.long 0x00 15. " PDIR[15] ,Pin logic level 15 - PTE6" "Low,High" bitfld.long 0x00 14. " PDIR[14] ,Pin logic level 14 - PTE5" "Low,High" textline " " bitfld.long 0x00 13. " PDIR[13] ,Pin logic level 13 - PTE4" "Low,High" bitfld.long 0x00 12. " PDIR[12] ,Pin logic level 12 - PTE3" "Low,High" bitfld.long 0x00 11. " PDIR[11] ,Pin logic level 11 - PTE2" "Low,High" textline " " bitfld.long 0x00 10. " PDIR[10] ,Pin logic level 10 - PTE1" "Low,High" bitfld.long 0x00 9. " PDIR[9] ,Pin logic level 9 - PTE0" "Low,High" bitfld.long 0x00 8. " PDIR[8] ,Pin logic level 8 - PTC31" "Low,High" textline " " bitfld.long 0x00 7. " PDIR[7] ,Pin logic level 7 - PTC30" "Low,High" bitfld.long 0x00 6. " PDIR[6] ,Pin logic level 6 - PTC29" "Low,High" bitfld.long 0x00 5. " PDIR[5] ,Pin logic level 5 - PTC28" "Low,High" textline " " bitfld.long 0x00 4. " PDIR[4] ,Pin logic level 4 - PTC27" "Low,High" bitfld.long 0x00 3. " PDIR[3] ,Pin logic level 3 - PTC26" "Low,High" bitfld.long 0x00 2. " PDIR[2] ,Pin logic level 2 - PTB28" "Low,High" textline " " bitfld.long 0x00 1. " PDIR[1] ,Pin logic level 1 - PTB27" "Low,High" bitfld.long 0x00 0. " PDIR[0] ,Pin logic level 0 - PTB26" "Low,High" width 11. tree.end tree "GPIO 4" base ad:0x400FF100 width 6. group.long 0x0++0x3 line.long 0x00 "PDOR,Port Data Output Register" setclrfld.long 0x00 6. 0x04 6. 0x08 6. " PDO[6]_set/clr ,Port Data Output - Logic level driven on pin 6 / PTA7" "Low,High" setclrfld.long 0x00 5. 0x04 5. 0x08 5. " PDO[5]_set/clr ,Port Data Output - Logic level driven on pin 5 / PTE28" "Low,High" setclrfld.long 0x00 4. 0x04 4. 0x08 4. " PDO[4]_set/clr ,Port Data Output - Logic level driven on pin 4 / PTE27" "Low,High" textline " " setclrfld.long 0x00 3. 0x04 3. 0x08 3. " PDO[3]_set/clr ,Port Data Output - Logic level driven on pin 3 / PTE26" "Low,High" setclrfld.long 0x00 2. 0x04 2. 0x08 2. " PDO[2]_set/clr ,Port Data Output - Logic level driven on pin 2 / PTE25" "Low,High" setclrfld.long 0x00 1. 0x04 1. 0x08 1. " PDO[1]_set/clr ,Port Data Output - Logic level driven on pin 1 / PTE24" "Low,High" textline " " setclrfld.long 0x00 0. 0x04 0. 0x08 0. " PDO[0]_set/clr ,Port Data Output - Logic level driven on pin 0 / PTE23" "Low,High" wgroup.long 0x0C++0x03 line.long 0x00 "PTOR,Port Toggle Output Register" bitfld.long 0x00 6. " PTOR[6] ,Port Toggle Output 6 - PTA7" "No effect,Toggle" bitfld.long 0x00 5. " PTOR[5] ,Port Toggle Output 5 - PTE28" "No effect,Toggle" bitfld.long 0x00 4. " PTOR[4] ,Port Toggle Output 4 - PTE27" "No effect,Toggle" textline " " bitfld.long 0x00 3. " PTOR[3] ,Port Toggle Output 3 - PTE26" "No effect,Toggle" bitfld.long 0x00 2. " PTOR[2] ,Port Toggle Output 2 - PTE25" "No effect,Toggle" bitfld.long 0x00 1. " PTOR[1] ,Port Toggle Output 1 - PTE24" "No effect,Toggle" textline " " bitfld.long 0x00 0. " PTOR[0] ,Port Toggle Output 0 - PTE23" "No effect,Toggle" rgroup.long 0x10++0x03 line.long 0x00 "PDIR,Pin logic level" bitfld.long 0x00 6. " PDIR[6] ,Pin logic level 6 - PTA7" "Low,High" bitfld.long 0x00 5. " PDIR[5] ,Pin logic level 5 - PTE28" "Low,High" bitfld.long 0x00 4. " PDIR[4] ,Pin logic level 4 - PTE27" "Low,High" textline " " bitfld.long 0x00 3. " PDIR[3] ,Pin logic level 3 - PTE26" "Low,High" bitfld.long 0x00 2. " PDIR[2] ,Pin logic level 2 - PTE25" "Low,High" bitfld.long 0x00 1. " PDIR[1] ,Pin logic level 1 - PTE24" "Low,High" textline " " bitfld.long 0x00 0. " PDIR[0] ,Pin logic level 0 - PTE23" "Low,High" width 11. tree.end tree.end tree "CCM (Clock Controller Module)" base ad:0x4006B000 tree "Clock Control Registers" width 13. group.long 0x0++0x3 line.long 0x00 "CCR,CCM Control Register" bitfld.long 0x00 16. " FIRC_EN ,Fast RC Oscillator enable bit" "Disabled,Enabled" textline " " bitfld.long 0x00 12. " COSC_EN ,Fast crystal oscillator (FOSC-24 Mhz) enable bit" "Disabled,Enabled" textline " " hexmask.long.byte 0x00 0.--7. 1. " OSCNT ,Oscillator ready counter value" rgroup.long 0x4++0x3 line.long 0x00 "CSR,CCM Status Register" bitfld.long 0x00 5. " FXOSC_RDY ,On board oscillator ready" "Not ready,Ready" group.long 0x8++0x3 line.long 0x00 "CCSR,CCM Clock Switcher Register" bitfld.long 0x00 31. " PLL3_PFD4_EN ,Enable PLL3 PFD4" "Disabled,Enabled" textline " " bitfld.long 0x00 30. " PLL3_PFD3_EN ,Enable PLL3 PFD3" "Disabled,Enabled" textline " " bitfld.long 0x00 29. " PLL3_PFD2_EN ,Enable PLL3 PFD2" "Disabled,Enabled" textline " " bitfld.long 0x00 28. " PLL3_PFD1_EN ,Enable PLL3 PFD1" "Disabled,Enabled" textline " " bitfld.long 0x00 24. " DAP_EN ,Enable DAP clk" "Disabled,Enabled" textline " " bitfld.long 0x00 19.--21. " PLL2_PFD_CLK_SEL ,PLL2 PFD CLK SEL" "Main,PFD1,PFD2,PFD3,PFD4,?..." textline " " bitfld.long 0x00 16.--18. " PLL1_PFD_CLK_SEL ,PLL1 PFD CLK SEL" "Main,PFD1,PFD2,PFD3,PFD4,?..." textline " " bitfld.long 0x00 15. " PLL2_PFD4_EN ,Enable PLL2 PFD4" "Disabled,Enabled" textline " " bitfld.long 0x00 14. " PLL2_PFD3_EN ,Enable PLL2 PFD3" "Disabled,Enabled" textline " " bitfld.long 0x00 13. " PLL2_PFD2_EN ,Enable PLL2 PFD2" "Disabled,Enabled" textline " " bitfld.long 0x00 12. " PLL2_PFD1_EN ,Enable PLL2 PFD1" "Disabled,Enabled" textline " " bitfld.long 0x00 11. " PLL1_PFD4_EN ,Enable PLL1 PFD4" "Disabled,Enabled" textline " " bitfld.long 0x00 10. " PLL1_PFD3_EN ,Enable PLL1 PFD3" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " PLL1_PFD2_EN ,Enable PLL1 PFD2" "Disabled,Enabled" textline " " bitfld.long 0x00 8. " PLL1_PFD1_EN ,Enable PLL1 PFD1" "Disabled,Enabled" textline " " bitfld.long 0x00 6. " DDRC_CLK_SEL ,DDRC clock select" "PLL2 PFD2 clk,SYS_DIV_OUT_CLK" textline " " bitfld.long 0x00 5. " FAST_CLK_SEL ,Fast clock select" "24MHz IRC clock,24MHz XOSC clock" textline " " bitfld.long 0x00 4. " SLOW_CLK_SEL ,Slow clock select" "32KHz divided 128KHz IRC clock,32KHz XOSC clock" textline " " bitfld.long 0x00 3. " CA5_CLK_SEL , Clock select defined by CCM_CCSR[PLL1_PFD_CLK_SEL] and CCM_CACRR[PLL1_PFD_CLK_DIV]" "SYS_DIV_OUT_CLK,PLL1 PFD Out Div Clk" textline " " bitfld.long 0x00 0.--2. " SYS_CLK_SEL ,System clock select" "Fast,Slow,PLL2 PFD,PLL2 main,PLL1 PFD,PLL3 main,?..." group.long 0xC++0x17 line.long 0x00 "CACRR,CCM ARM Clock Root Register" bitfld.long 0x00 22.--24. " FLEX_CLK_DIV ,FLEX Clock Divider value" "/1,/2,/3,/4,/5,/6,/7,/8" bitfld.long 0x00 21. " PLL6_CLK_DIV ,PLL6 Divider select " "/1,/2" textline " " bitfld.long 0x00 20. " PLL3_CLK_DIV ,PLL3 Clock divider" "/1,/2" bitfld.long 0x00 16.--17. " PLL1_PFD_CLK_DIV ,PLL1 PDF clock divider" "/1,/2,/3,/4" textline " " bitfld.long 0x00 11.--12. " IPG_CLK_DIV ,IP clock divider" "/1,/2,/3,/4" bitfld.long 0x00 6.--8. " PLL4_CLK_DIV ,PLL4 clock divider" "/1,/4,/6,/8,/10,/12,/14,/16" textline " " bitfld.long 0x00 3.--5. " BUS_CLK_DIV ,BUS clock divider" "/1,/2,/3,/4,/5,/6,/7,/8" bitfld.long 0x00 0.--2. " ARM_CLK_DIV ,Divider for ARM clock root" "/1,/2,/3,/4,/5,/6,/7,/8" textline " " line.long 0x04 "CSCMR1,CCM Serial Clock Multiplexer Register 1" bitfld.long 0x04 29. " DCU1_CLK_SEL ,DCU1 PIX DIV Clock Select" "PLL1 PFD2 Clk,PLL3 MAIN Clk" bitfld.long 0x04 28. " DCU0_CLK_SEL ,DCU0 PIX DIV Clock Select" "PLL1 PFD2 Clk,PLL3 MAIN Clk" textline " " bitfld.long 0x04 24.--25. " QSPI1_CLK_SEL ,Selector for QSPI2 clock multiplexer" "PLL3 main clk,PLL3 PFD4,PLL2 PFD4,PLL1 PFD4" bitfld.long 0x04 22.--23. " QSPI0_CLK_SEL ,Selector for QSPI1 clock multiplexer" "PLL3 main clk,PLL3 PFD4,PLL2 PFD4,PLL1 PFD4" textline " " bitfld.long 0x04 20.--21. " ESAI_CLK_SEL ,Selector for ESAI clock multiplexer" "Audio External Clk,MLB CLK,SPDIF RX Clk,Divided PLL4" bitfld.long 0x04 18.--19. " ESDHC1_CLK_SEL ,Selector for ESDHC1" "PLL3 main clk,PLL3 PFD3,PLL1 PFD3,Platform bus clk" textline " " bitfld.long 0x04 16.--17. " ESDHC0_CLK_SEL ,Selector for ESDHC0" "PLL3 main clk,PLL3 PFD3,PLL1 PFD3,Platform bus clk" bitfld.long 0x04 14. " GPU_CLK_SEL ,GPU Clock Select" "PLL2 PFD2 Clk,PLL3 PFD2 Clk" textline " " bitfld.long 0x04 12.--13. " NFC_CLK_SEL ,Selector for NAND Flash Controller clock multiplexer" "Platform Bus Clk,PLL1 PFD1 clock,PLL3 PFD1 clock,PLL3 PFD3 clock" textline " " bitfld.long 0x04 8.--9. " VADC_CLK_SEL ,Selector for VADC" "Divided PLL6,Divided PLL3,PLL3 Main clock,?..." bitfld.long 0x04 6.--7. " SAI3_CLK_SEL ,Selector for SAI2 clock multiplexer" "Audio External Clk,MLB CLK,SPDIF RX Clk,Divided PLL4" textline " " bitfld.long 0x04 4.--5. " SAI2_CLK_SEL ,Selector for SAI2 clock multiplexer" "Audio External Clk,MLB CLK,SPDIF RX Clk,Divided PLL4" bitfld.long 0x04 2.--3. " SAI1_CLK_SEL ,Selector for SAI1 clock multiplexer" "Audio External Clk,Reserved,SPDIF RX Clk,Divided PLL4" textline " " bitfld.long 0x04 0.--1. " SAI0_CLK_SEL ,Selector for SAI0 clock multiplexer" "Audio External,MLB CLK,SPDIF RX Clk,Divided PLL4" line.long 0x08 "CSCDR1,CCM Serial Clock Divider Register 1" bitfld.long 0x08 28. " FTM3_CLK_EN ,FTM3 clock enable" "Disabled,Enabled" bitfld.long 0x08 27. " FTM2_CLK_EN ,FTM2 clock enable" "Disabled,Enabled" textline " " bitfld.long 0x08 26. " FTM1_CLK_EN ,FTM1 clock enable" "Disabled,Enabled" bitfld.long 0x08 25. " FTM0_CLK_EN ,FTM 0 clock enable" "Disabled,Enabled" textline " " bitfld.long 0x08 24. " RMII_CLK_EN ,Enable ENET RMII clock" "Disabled,Enabled" bitfld.long 0x08 23. " ENET_TS_EN ,Enable ENET Time sampling clock" "Disable ENET TS clock,Enable ENET TS clock" textline " " bitfld.long 0x08 22. " VADC_EN ,Enable Video ADC clock" "Disabled,Enabled" bitfld.long 0x08 20.--21. " VADC_DIV ,Divider to generate Video ADC clock" "/1,/2,/3,/4" textline " " bitfld.long 0x08 19. " SAI3_EN ,Enable SAI3 clock" "Disabled,Enabled" bitfld.long 0x08 18. " SAI2_EN ,Enable SAI2 clock" "Disabled,Enabled" textline " " bitfld.long 0x08 17. " SAI1_EN ,Enable SAI1 clock" "Disabled,Enabled" bitfld.long 0x08 16. " SAI0_EN ,Enable SAI0 clock" "Disabled,Enabled" textline " " bitfld.long 0x08 12.--15. " SAI3_DIV ,Divider to generate SAI3 clock" "/1,/2,/3,/4,/5,/6,/7,/8,/9,/10,/11,/12,/13,/14,/15,/16" bitfld.long 0x08 8.--11. " SAI2_DIV ,Divider to generate SAI2 clock" "/1,/2,/3,/4,/5,/6,/7,/8,/9,/10,/11,/12,/13,/14,/15,/16" textline " " bitfld.long 0x08 4.--7. " SAI1_DIV ,Divider to generate SAI1 clock" "/1,/2,/3,/4,/5,/6,/7,/8,/9,/10,/11,/12,/13,/14,/15,/16" bitfld.long 0x08 0.--3. " SAI0_DIV ,Divider to generate SAI0 clock" "/1,/2,/3,/4,/5,/6,/7,/8,/9,/10,/11,/12,/13,/14,/15,/16" line.long 0x0C "CSCDR2,CCM Serial Clock Divider Register 2" bitfld.long 0x0C 30. " ESAI_EN ,Enable ESAI clock" "Disabled,Enabled" bitfld.long 0x0C 29. " ESDHC1_EN ,Enable ESDHC2 clock" "Disabled,Enabled" textline " " bitfld.long 0x0C 28. " ESDHC0_EN ,Enable ESDHC1 clock" "Disabled,Enabled" bitfld.long 0x0C 24.--27. " ESAI_DIV[3:0] ,Divider to generate ESAI clock" "/1,/2,/3,/4,/5,/6,/7,/8,/9,/10,/11,/12,/13,/14,/15,/16" textline " " bitfld.long 0x0C 20.--23. " ESDHC1_DIV[3:0] ,Divider to generate ESDHC2 clock" "/1,/2,/3,/4,/5,/6,/7,/8,/9,/10,/11,/12,/13,/14,/15,/16" bitfld.long 0x0C 16.--19. " ESDHC0_DIV[3:0] ,Divider to generate ESDHC1 clock" "/1,/2,/3,/4,/5,/6,/7,/8,/9,/10,/11,/12,/13,/14,/15,/16" textline " " bitfld.long 0x0C 14. " NFC_CLK_INV ,NFC clock phase select" "Low Phase of NFC clock > 50%,High Phase of NFC clock > 50%" bitfld.long 0x0C 13. " NFC_FRAC_DIV_EN ,Enables the division in Fraction" "Disabled,Enabled" textline " " bitfld.long 0x0C 12. " CAN1_EN ,Enable CAN1 Clock" "Disabled,Enabled" bitfld.long 0x0C 11. " CAN0_EN ,Enable CAN0 Clock" "Disabled,Enabled" textline " " bitfld.long 0x0C 10. " GPU_EN ,Enable GPU clock" "Disabled,Enabled" bitfld.long 0x0C 9. " NFC_EN ,Enable NFC clock" "Disabled,Enabled" textline " " bitfld.long 0x0C 4.--7. " NFC_FRAC_DIV ,Divider to generate Nand Flash Controller clock" "/1,/2,/3,/4,/5,/6,/7,/8,/9,/10,/11,/12,/13,/14,/15,/16" line.long 0x10 "CSCDR3,CCM Serial Clock Divider Register 3" bitfld.long 0x10 28. " SWO_EN ,Enable SWO clock" "Disabled,Enabled" bitfld.long 0x10 27. " SWO_DIV ,Divider to generate SWO clock" "/1,/2" textline " " bitfld.long 0x10 26. " TRACE_EN ,Enable Trace clock" "Disabled,Enabled" bitfld.long 0x10 24.--25. " TRACE_DIV ,Divider to generate Trace clock" "/1,/2,/3,/4" textline " " bitfld.long 0x10 23. " DCU1_EN ,Enable DCU1 clock" "Disabled,Enabled" bitfld.long 0x10 20.--22. " DCU1_DIV ,Divider to generate Trace clock" "/1,/2,/3,/4,/5,/6,/7,/8" textline " " bitfld.long 0x10 19. " DCU0_EN ,Enable DCU0 clock" "Disabled,Enabled" bitfld.long 0x10 16.--18. " DCU0_DIV ,Divider to generate DCU0 clock" "/1,/2,/3,/4,/5,/6,/7,/8" textline " " bitfld.long 0x10 13.--15. " NFC_PRE_DIV ,NFC Pre divider" "/1,/2,/3,/4,/5,/6,/7,/8" bitfld.long 0x10 12. " QSPI1_EN ,Enable QSPI1 clock" "Disabled,Enabled" textline " " bitfld.long 0x10 11. " QSPI1_DIV ,QSPI1 clock divider" "/1,/2" bitfld.long 0x10 10. " QSPI1_X2_DIV ,QSPI1x2 Clock divider" "/1,/2" textline " " bitfld.long 0x10 8.--9. " QSPI1_X4_DIV[1:0] ,QSPI1x2 Clock divider" "/1,/2,/3,/4" bitfld.long 0x10 4. " QSPI0_EN ,Enable QSPI0 clock" "Disabled,Enabled" textline " " bitfld.long 0x10 3. " QSPI0_DIV ,QSPI0 clock divider" "/1,/2" bitfld.long 0x10 2. " QSPI0_X2_DIV ,QSPI0x2 Clock divider" "/1,/2" textline " " bitfld.long 0x10 0.--1. " QSPI0_X4_DIV ,QSPI0x4 clock divider" "/1,/2,/3,/4" line.long 0x14 "CSCMR2,CCM Serial Clock Multiplexer Register 2" bitfld.long 0x14 19. " SWO_CLK_SEL ,SWO Clock select" "24 MHz IRC clock,IPS Bus clock" bitfld.long 0x14 18. " TRACE_CLK_SEL ,Trace Clock select" "Platform Bus clock,PLL3 Main clock" textline " " bitfld.long 0x14 17. " FTM3_FIX_CLK_SEL ,FTM3 fixed clock select" "32KHz XOSC clk,128KHz IRC clk" bitfld.long 0x14 16. " FTM2_FIX_CLK_SEL ,FTM2 fixed clock select" "32KHz XOSC clk,128KHz IRC clk" textline " " bitfld.long 0x14 15. " FTM1_FIX_CLK_SEL ,FTM1 fixed clock select" "32 KHz XOSC clk,128 KHz IRC clk" bitfld.long 0x14 14. " FTM0_FIX_CLK_SEL ,FTM0 fixed clock select" "32 KHz XOSC clk,128 KHz IRC clk" textline " " bitfld.long 0x14 12.--13. " FTM3_EXT_CLK_SEL ,FTM3 external clock select" "128 KHz IRC,32 KHz XOSC,12MHz Div by 2 of 24MHz XOSC,Audio External" bitfld.long 0x14 10.--11. " FTM2_EXT_CLK_SEL ,FTM2 external clock select" "128 KHz IRC,32 KHz XOSC,12MHz Div by 2 of 24MHz XOSC,Audio External" textline " " bitfld.long 0x14 8.--9. " FTM1_EXT_CLK_SEL ,FTM1 external clock select" "128 KHz IRC,32 KHz XOSC,12MHz Div by 2 of 24MHz XOSC,Audio External" bitfld.long 0x14 6.--7. " FTM0_EXT_CLK_SEL ,FTM0 External clock select" "128 KHz IRC,32 KHz XOSC,12MHz Div by 2 of 24MHz XOSC,Audio External" textline " " bitfld.long 0x14 4.--5. " RMII_CLK_SEL ," "ENET RMII Clk,Audio External Clk,PLL5 Main Clk,Divided by 2 of PLL5 Main Clk" bitfld.long 0x14 0.--2. " ENET_TS_CLK_SEL ,Selector for ENET Time sampling clock multiplexer" "ENET RMII,24MHz XOSCk,Audio External,USB(60 Mhz),ENET Time Stamping,Div by 2 of PLL5 Main,PLL5 Main,?..." group.long 0x28++0x03 line.long 0x00 "CTOR,CCM Testing Observability Register" bitfld.long 0x00 15. " OBS_EN ,Observability enable" "Disabled,Enabled" textline " " bitfld.long 0x00 10.--14. " OBS_OUTPUT_2_SEL ,Selection of the signal to be generated on obs_output_2" "Core clock configuration in low power mode,Reset clock enable,PLL3 PFD3 disable,PLL2 PFD3 disable,PLL3 PFD4 disable,PLL1 PFD3 disable,PLL6 lock ready flag,PLL3 lock ready flag,Tied to Zero,Well Bias control,Tied to Zero,Low power mode FSM state [0],Sampled Low power mode input [0],Low power handshake FSM state[0],Low power mode request,Platform powerup request,FXOSC power down,Core Fuse,PLL enable,IPS wait request,Anatop Reg bypass,Core DSM request [0],Tied to Zero,CAMP1 disable,Core DSM request[1],Core clock stop,GPC clock synchronizer,Tied to Zero,Tied to Zero,Tied to Zero,Tied to Zero,Tied to Zero" textline " " bitfld.long 0x00 5.--9. " OBS_OUTPUT_1_SEL ,Selection of the signal to be generated on obs_output_1" "Powerdown intiation indicator,Reset input,PLL3 PFD2 disable,PLL2 PFD2 disable,PLL2 PFD4 disable,PLL1 PFD2 disable,PLL5 Lock ready flag,PLL2 Lock ready flag,Tied to Zero,IPS debug enable,Tied to Zero,Low power mode FSM state [1],Sampled Low power mode input [1],low power handshake FSM state[1],GPC Low power mode input,DAP power-up Ack,FIRX enable,Core Fuse [0],PLL Ref enable,Stop mode indicator,System reset,Core CM4 clock gating enable,CAN 1 clock select,CAMP2 lock ready flag,Core DSM request [2],clock gating mode,IPS clock synchronizer,Tied to Zero,Tied to Zero,Tied to Zero,Tied to Zero,Tied to Zero" textline " " bitfld.long 0x00 0.--4. " OBS_OUTPUT_0_SEL ,Selection of the signal to be generated on obs_output_0" "Low power mode exit,Clock ignition indicator,PLL3 PFD1 disable,PLL2 PFD1 disable,PLL1 PFD4 disable,PLL1 PFD1 disable,PLL4 Lock ready flag,PLL1 Lock ready flag,Isolation enable,IPS debug enable,Memory repair mode,Low power mode FSM state [2],Fuse latch/read indicator,low power handshake FSM state[2],Deep sleep mode wakeup signal,Debug power-up request,FXOSC enable,FUSE bits for core,Wait mode indicator,Stop mode indicator,Camp disable,Core CA5 clock gating enable,CAN0 Clock Sel,CAMP1 Lock ready Flag,CORE DSM request [3],CORE Clock enable,AHB clock Syncronizer,Tied to Zero,Tied to Zero,Tied to Zero,Tied to Zero,Tied to Zero" group.long 0x2C++0x0B line.long 0x00 "CLPCR,CCM Low Power Control Register" bitfld.long 0x00 25. " M_L2CC_IDLE ,Mask L2CC IDLE for entering low power mode" "Not masked,Masked" bitfld.long 0x00 24. " M_SCU_IDLE ,Mask SCU IDLE for entering low power mode" "Not masked,Masked" textline " " bitfld.long 0x00 23. " M_CORE1_WFI ,Mask WFI of core1 for entering low power mode" "Not masked,Masked" bitfld.long 0x00 22. " M_CORE0_WFI ,Mask WFI of core0 for entering low power mode" "Not masked,Masked" textline " " bitfld.long 0x00 11. " COSC_PWRDWN ,Chip oscillator" "Not powered down,Powered down" bitfld.long 0x00 8. " ANADIG_STOP_MODE ,Masks the ANADIG Stop mode indicator" "Masked,Sent" textline " " bitfld.long 0x00 7. " DIS_REF_OSC ,External high frequency oscillator disable" "No,Yes" bitfld.long 0x00 6. " SBYOS ,Chip oscillator after next entrance to stop mode" "Not powered down,Powered down" textline " " bitfld.long 0x00 5. " ARM_CLK_LPM ,ARM clock disable on wait mode" "No,Yes" line.long 0x04 "CISR,CCM Interrupt Status Register" eventfld.long 0x04 6. " COSC_READY ,COSC ready interrupt" "No interrupt,Interrupt" textline " " eventfld.long 0x04 5. " LRF_PLL6 ,Lock ready of enabled and not bypassed PLL6 interrupt" "No interrupt,Interrupt" eventfld.long 0x04 4. " LRF_PLL5 ,Lock ready of enabled and not bypassed PLL5 interrupt" "No interrupt,Interrupt" textline " " eventfld.long 0x04 3. " LRF_PLL4 ,Lock ready of enabled and not bypassed PLL4 interrupt" "No interrupt,Interrupt" eventfld.long 0x04 2. " LRF_PLL3 ,Lock ready of enabled and not bypassed PLL3 interrupt" "No interrupt,Interrupt" textline " " eventfld.long 0x04 1. " LRF_PLL2 ,Lock ready of enabled and not bypassed PLL2 interrupt" "No interrupt,Interrupt" eventfld.long 0x04 0. " LRF_PLL1 ,Lock ready of enabled and not bypassed PLL1 interrupt" "No interrupt,Interrupt" line.long 0x08 "CIMR,CCM Interrupt Mask Register" bitfld.long 0x08 6. " M_COSC_READY ,Mask interrupt generation due to on board oscillator ready" "Not masked,Masked" textline " " eventfld.long 0x08 5. " M_LRF_PLL6 ,Mask interrupt generation due to lrf of d PLL6 interrupt" "Not masked,Masked" eventfld.long 0x08 4. " M_LRF_PLL5 ,Mask interrupt generation due to lrf of PLL5 interrupt" "Not masked,Masked" textline " " bitfld.long 0x08 3. " M_LRF_PLL4 ,Mask interrupt generation due to lrf of PLL4" "Not masked,Masked" textline " " bitfld.long 0x08 2. " M_LRF_PLL3 ,Mask interrupt generation due to lrf of PLL3" "Not masked,Masked" bitfld.long 0x08 1. " M_LRF_PLL2 ,Mask interrupt generation due to lrf of PLL2" "Not masked,Masked" textline " " bitfld.long 0x08 0. " M_LRF_PLL1 ,Mask interrupt generation due to lrf of pll's" "Not masked,Masked" group.long 0x38++0x03 line.long 0x00 "CCOSR,CCM Clock Output Source Register" bitfld.long 0x00 26. " CKO2_EN ,Enable of CKO2 clock" "Disabled,Enabled" textline " " bitfld.long 0x00 22.--25. " CKO2_DIV ,Setting the divider of CKO2" "/1,/2,/3,/4,/5,/6,/7,/8,/9,/10,/11,/12,/13,/14,/15,/16" textline " " bitfld.long 0x00 16.--21. " CKO2_SEL ,Selection of the clock to be generated on CKO2" "Memory repair clock,Video ADC divided by 2 clock,Video ADC clock,USB clock,Trace clock,SWO clock,SPDIF recieve clock,SPDIF clock,SXOSC clock (synchronised at IPS Bus clock),SXOSC clock,sirc_ipg_sync_clk,SIRC clock (synchronised at IPS Bus clock),SAI3 clock,SAI2 clock,SAI1 clock,SAI0 clock,QSPI1 Serial x4 clock,QSPI1 Serial x2 clock,QSPI1 Serial clock,Inverted QSPI1Serial clock,QSPI0 Serial x4 clock,QSPI0 Serial x2 clock,PLL6 Main clock,PLL6 Divided by 2 clock,PLL5 Main clock,PLL5 Divided clock,PLL4 Main clock,PLL4 Divided clock,PLL3 PFD4 clock,PLL3 PFD3 clock,PLL3 PFD2 clock,PLL3 PFD1 clock,PLL3 Main clock,PLL3 divided clock,PLL2 PFD4 clock,PLL2 PFD3 clock,PLL2 PFD2 clock,PLL2 PFD1 clock,PLL2 Main clock,PLL1 PFD4 clock,PLL1 PFD3 clock,PLL1 PFD2 clock,PLL1 PFD1 clock,PLL1 Main clock,Tied to Zero,Tied to Zero,Tied to Zero,Tied to Zero,Tied to Zero,Tied to Zero,Tied to Zero,Tied to Zero,Tied to Zero,Tied to Zero,Tied to Zero,Tied to Zero,Tied to Zero,Tied to Zero,Tied to Zero,Tied to Zero,Tied to Zero,Tied to Zero,Tied to Zero,Tied to Zero" textline " " bitfld.long 0x00 10. " CKO1_EN ,Enable of CKO1 clock" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--9. " CKO1_DIV ,Setting the divider of CKO1" "/1,/2,/3,/4,/5,/6,/7,/8,/9,/10,/11,/12,/13,/14,/15,/16" textline " " bitfld.long 0x00 0.--5. " CKO1_SEL ,Selection of the clock to be generated on CKO1" "QSPI 0 Serial clk,QSPI 0 Serial clk -inverted,PLL6 Main clock,PLL6 Main Clock divided by 2,PLL5 Main Clock,PLL5 divided Clock,PLL4 Main clock,PLL4 Divided Clock,PLL3 PFD 4 clock,PLL3 PFD 3 clock,PLL3 PFD 2 clock,PLL3 PFD 1 clock,PLL3 Main clock,PLL3 Div clock,PLL2 PFD 4 clock,PLL2 PFD 3 clock,PLL2 PFD 2 clock,PLL2 PFD 1 clock,PLL2 Main clock,PLL1 PFD 4 clock,PLL1 PFD 3 clock,PLL1 PFD 2 clock,PLL1 PFD 1 clock,PLL1 Main clock,nfc_clk_root,MLB Clock,Test Clock 0,IPS Bus clock,ENET Time Sampling clock,GPUx2 clock,GPC clock,FTM3 Fix clock,FTM3 External clock,FTM2 Fix clock,FTM2 External clock,FTM1 Fix clock,FTM1 External clock,FTM0 Fix clock,FTM0 External clock,FXOSC Divided by 2 clock,FXOSC clock,FIRC clock,ESDHC1 clock,ESDHC0 clock,ESAI clock,ENET External clock (scan muxed),ENET TS input clock,ENET RMII clock,ENET External clock,Scan clock,TCLK,DRAMC clock,DCU1 pixel clock,DCU0 pixel clock,DAP clock,CM4 core clock,32 KHz Clock,24Mhz clock,Clock Igniton clock,CAN1 clock,CAN0 clock,CA5 core clock,Platform Bus clock,Audio external clock" group.long 0x3C++0x03 line.long 0x00 "CCM_CGPR,CCM General Purpose Register" bitfld.long 0x00 0. " FS_ENABLE ,MLB 1024xFs enable" "Disabled,Enabled" tree.end tree "Gating Registers" width 9. group.long 0x40++0x13 line.long 0x0 "CCGR0,CCM Clock Gating Register" bitfld.long 0x0 30.--31. " CG15 ,Clock gating enable for module (AIPS0-Slot47) SAI0" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x0 28.--29. " CG14 ,Clock gating enable for module (AIPS0-Slot46)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x0 26.--27. " CG13 ,Clock gating enable for module (AIPS0-Slot45)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x0 24.--25. " CG12 ,Clock gating enable for module (AIPS0-Slot44) DSPI 0" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x0 22.--23. " CG11 ,Clock gating enable for module (AIPS0-Slot43)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x0 20.--21. " CG10 ,Clock gating enable for module (AIPS0-Slot42) UART3" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x0 18.--19. " CG9 ,Clock gating enable for module (AIPS0-Slot41) UART2" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x0 16.--17. " CG8 ,Clock gating enable for module (AIPS0-Slot40) UART1" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x0 14.--15. " CG7 ,Clock gating enable for module (AIPS0-Slot39) UART0" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x0 12.--13. " CG6 ,Clock gating enable for module (AIPS0-Slot38)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x0 10.--11. " CG5 ,Clock gating enable for module (AIPS0-Slot37)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x0 8.--9. " CG4 ,Clock gating enable for module (AIPS0-Slot36)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x0 6.--7. " CG3 ,Clock gating enable for module (AIPS0-Slot35)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x0 4.--5. " CG2 ,Clock gating enable for module (AIPS0-Slot34)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x0 2.--3. " CG1 ,Clock gating enable for module (AIPS0-Slot33)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x0 0.--1. " CG0 ,Clock gating enable for module (AIPS0-Slot32)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" line.long 0x4 "CCGR1,CCM Clock Gating Register" bitfld.long 0x4 30.--31. " CG31 ,Clock gating enable for module (AIPS0-Slot63) WDOG-M4" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x4 28.--29. " CG30 ,Clock gating enable for module (AIPS0-Slot62) WDOG-A5" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x4 26.--27. " CG29 ,Clock gating enable for module (AIPS0-Slot61) TCON0" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x4 24.--25. " CG28 ,Clock gating enable for module (AIPS0-Slot60)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x4 22.--23. " CG27 ,Clock gating enable for module (AIPS0-Slot59) Analog-to-digital converter (ADC)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x4 20.--21. " CG26 ,Clock gating enable for module (AIPS0-Slot58)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x4 18.--19. " CG25 ,Clock gating enable for module (AIPS0-Slot57) FlexTimer (FTM) 1" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x4 16.--17. " CG24 ,Clock gating enable for module (AIPS0-Slot56) FlexTimer (FTM) 0" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x4 14.--15. " CG23 ,Clock gating enable for module (AIPS0-Slot55) Periodic interrupt timers (PIT)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x4 12.--13. " CG22 ,Clock gating enable for module (AIPS0-Slot54) Programmable delay block (PDB)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x4 10.--11. " CG21 ,Clock gating enable for module (AIPS0-Slot53)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x4 8.--9. " CG20 ,Clock gating enable for module (AIPS0-Slot52)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x4 6.--7. " CG19 ,Clock gating enable for module (AIPS0-Slot51) CRC" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x4 4.--5. " CG18 ,Clock gating enable for module (AIPS0-Slot50) SAI3" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x4 2.--3. " CG17 ,Clock gating enable for module (AIPS0-Slot49) SAI2" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x4 0.--1. " CG16 ,Clock gating enable for module (AIPS0-Slot48) SAI1" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" line.long 0x8 "CCGR2,CCM Clock Gating Register" bitfld.long 0x8 30.--31. " CG47 ,Clock gating enable for module (AIPS0-Slot79)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x8 28.--29. " CG46 ,Clock gating enable for module (AIPS0-Slot78)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x8 26.--27. " CG45 ,Clock gating enable for module (AIPS0-Slot77) Port E multiplexing control" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x8 24.--25. " CG44 ,Clock gating enable for module (AIPS0-Slot76) Port D multiplexing control" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x8 22.--23. " CG43 ,Clock gating enable for module (AIPS0-Slot75) Port C multiplexing control" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x8 20.--21. " CG42 ,Clock gating enable for module (AIPS0-Slot74) Port B multiplexing control" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x8 18.--19. " CG41 ,Clock gating enable for module (AIPS0-Slot73) Port A multiplexing control" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x8 16.--17. " CG40 ,Clock gating enable for module (AIPS0-Slot72) IO MUX Controller" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x8 14.--15. " CG39 ,Clock gating enable for module (AIPS0-Slot71)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x8 12.--13. " CG38 ,Clock gating enable for module (AIPS0-Slot70)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x8 10.--11. " CG37 ,Clock gating enable for module (AIPS0-Slot69)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x8 8.--9. " CG36 ,Clock gating enable for module (AIPS0-Slot68) QuadSPI0" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x8 6.--7. " CG35 ,Clock gating enable for module (AIPS0-Slot67) MLB" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x8 4.--5. " CG34 ,Clock gating enable for module (AIPS0-Slot66) RLE" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x8 2.--3. " CG33 ,Clock gating enable for module (AIPS0-Slot65)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x8 0.--1. " CG32 ,Clock gating enable for module (AIPS0-Slot64) Low-power timer (LPTMR)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" line.long 0xC "CCGR3,CCM Clock Gating Register" bitfld.long 0xC 30.--31. " CG63 ,Clock gating enable for module (AIPS0-Slot95) DCU0" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0xC 28.--29. " CG62 ,Clock gating enable for module (AIPS0-Slot94) DCU0" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0xC 26.--27. " CG61 ,Clock gating enable for module (AIPS0-Slot93) DCU0" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0xC 24.--25. " CG60 ,Clock gating enable for module (AIPS0-Slot92) DCU0" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0xC 22.--23. " CG59 ,Clock gating enable for module (AIPS0-Slot91) DCU0" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0xC 20.--21. " CG58 ,Clock gating enable for module (AIPS0-Slot90) DCU0" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0xC 18.--19. " CG57 ,Clock gating enable for module (AIPS0-Slot89) DCU0" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0xC 16.--17. " CG56 ,Clock gating enable for module (AIPS0-Slot88) DCU0" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0xC 14.--15. " CG55 ,Clock gating enable for module (AIPS0-Slot87)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0xC 12.--13. " CG54 ,Clock gating enable for module (AIPS0-Slot86)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0xC 10.--11. " CG53 ,Clock gating enable for module (AIPS0-Slot85)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0xC 8.--9. " CG52 ,Clock gating enable for module (AIPS0-Slot84)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0xC 6.--7. " CG51 ,Clock gating enable for module (AIPS0-Slot83)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0xC 4.--5. " CG50 ,Clock gating enable for module (AIPS0-Slot82) Slow Clock Source Controller Module (SCSCM)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0xC 2.--3. " CG49 ,Clock gating enable for module (AIPS0-Slot81)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0xC 0.--1. " CG48 ,Clock gating enable for module (AIPS0-Slot80) ANATOP" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" line.long 0x10 "CCGR4,CCM Clock Gating Register" bitfld.long 0x10 30.--31. " CG79 ,Clock gating enable for module (AIPS0-Slot111) Clock Monitor Unit (CMU)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x10 28.--29. " CG78 ,Clock gating enable for module (AIPS0-Slot110) System Reset Controller (SRC)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x10 26.--27. " CG77 ,Clock gating enable for module (AIPS0-Slot109) Voltage Regulator-Digital (VREG_DIG)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x10 24.--25. " CG76 ,Clock gating enable for module (AIPS0-Slot108) Global Power Controller (GPC)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x10 22.--23. " CG75 ,Clock gating enable for module (AIPS0-Slot107) Clock Control Module(CCM)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x10 20.--21. " CG74 ,Clock gating enable for module (AIPS0-Slot106) Wake up Unit (WKUP)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x10 18.--19. " CG73 ,Clock gating enable for module (AIPS0-Slot105)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x10 16.--17. " CG72 ,Clock gating enable for module (AIPS0-Slot104)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x10 14.--15. " CG71 ,Clock gating enable for module (AIPS0-Slot103)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x10 12.--13. " CG70 ,Clock gating enable for module (AIPS0-Slot102) I2C 0" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x10 10.--11. " CG69 ,Clock gating enable for module (AIPS0-Slot101) External watchdog (EWM)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x10 8.--9. " CG68 ,Clock gating enable for module (AIPS0-Slot100)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x10 6.--7. " CG67 ,Clock gating enable for module (AIPS0-Slot99) ESAI_BIFIFO" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x10 4.--5. " CG66 ,Clock gating enable for module (AIPS0-Slot98) ESAI" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x10 2.--3. " CG65 ,Clock gating enable for module (AIPS0-Slot97) SPDIF" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x10 0.--1. " CG64 ,Clock gating enable for module (AIPS0-Slot96) ASRC" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" hgroup.long 0x54++0x03 hide.long 0x00 "CCGR5,CCM Clock Gating Register" group.long 0x58++0x17 line.long 0x00 "CCGR6,CCM Clock Gating Register" bitfld.long 0x00 30.--31. " CG111 ,Clock gating enable for module (AIPS1-Slot47)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x00 28.--29. " CG110 ,Clock gating enable for module (AIPS1-Slot46)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x00 26.--27. " CG109 ,Clock gating enable for module (AIPS1-Slot45)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x00 24.--25. " CG108 ,Clock gating enable for module (AIPS1-Slot44)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x00 22.--23. " CG107 ,Clock gating enable for module (AIPS1-Slot43)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x00 20.--21. " CG106 ,Clock gating enable for module (AIPS1-Slot42) UART5" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x00 18.--19. " CG105 ,Clock gating enable for module (AIPS1-Slot41) UART4" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x00 16.--17. " CG104 ,Clock gating enable for module (AIPS1-Slot40) WDOG_SNVS" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x00 14.--15. " CG103 ,Clock gating enable for module (AIPS1-Slot39) SNVS" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x00 12.--13. " CG102 ,Clock gating enable for module (AIPS1-Slot38)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x00 10.--11. " CG101 ,Clock gating enable for module (AIPS1-Slot37) OTP CTRL" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x00 8.--9. " CG100 ,Clock gating enable for module (AIPS1-Slot36)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x00 6.--7. " CG99 ,Clock gating enable for module (AIPS1-Slot35)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x00 4.--5. " CG98 ,Clock gating enable for module (AIPS1-Slot34) DMA Channel Mux3" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x00 2.--3. " CG97 ,Clock gating enable for module (AIPS1-Slot33) DMA Channel Mux2" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x00 0.--1. " CG96 ,Clock gating enable for module (AIPS1-Slot32)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" line.long 0x04 "CCGR7,CCM Clock Gating Register" bitfld.long 0x04 30.--31. " CG127 ,Clock gating enable for module (AIPS1-Slot63)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x04 28.--29. " CG126 ,Clock gating enable for module (AIPS1-Slot62)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x04 26.--27. " CG125 ,Clock gating enable for module (AIPS1-Slot61) TCON1" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x04 24.--25. " CG124 ,Clock gating enable for module (AIPS1-Slot60)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x04 22.--23. " CG123 ,Clock gating enable for module (AIPS1-Slot59)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x04 20.--21. " CG122 ,Clock gating enable for module (AIPS1-Slot58)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x04 18.--19. " CG121 ,Clock gating enable for module (AIPS1-Slot57)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x04 16.--17. " CG120 ,Clock gating enable for module (AIPS1-Slot56)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x04 14.--15. " CG119 ,Clock gating enable for module (AIPS1-Slot55)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x04 12.--13. " CG118 ,Clock gating enable for module (AIPS1-Slot54)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x04 10.--11. " CG117 ,Clock gating enable for module (AIPS1-Slot53)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x04 8.--9. " CG116 ,Clock gating enable for module (AIPS1-Slot52) USB OTG1" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x04 6.--7. " CG115 ,Clock gating enable for module (AIPS1-Slot51)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x04 4.--5. " CG114 ,Clock gating enable for module (AIPS1-Slot50)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x04 2.--3. " CG113 ,Clock gating enable for module (AIPS1-Slot49) 0" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x04 0.--1. " CG112 ,Clock gating enable for module (AIPS1-Slot48)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" line.long 0x08 "CCGR8,CCM Clock Gating Register" bitfld.long 0x08 30.--31. " CG143 ,Clock gating enable for module (AIPS1-Slot79) Open VG GPU" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x08 28.--29. " CG142 ,Clock gating enable for module (AIPS1-Slot78)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x08 26.--27. " CG141 ,Clock gating enable for module (AIPS1-Slot77)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x08 24.--25. " CG140 ,Clock gating enable for module (AIPS1-Slot76)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x08 22.--23. " CG139 ,Clock gating enable for module (AIPS1-Slot75)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x08 20.--21. " CG138 ,Clock gating enable for module (AIPS1-Slot74)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x08 18.--19. " CG137 ,Clock gating enable for module (AIPS1-Slot73) VIU3" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x08 16.--17. " CG136 ,Clock gating enable for module (AIPS1-Slot72) Video Decoder" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x08 14.--15. " CG135 ,Clock gating enable for module (AIPS1-Slot71) Video ADC" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x08 12.--13. " CG134 ,Clock gating enable for module (AIPS1-Slot70)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x08 10.--11. " CG133 ,Clock gating enable for module (AIPS1-Slot69)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x08 8.--9. " CG132 ,Clock gating enable for module (AIPS1-Slot68) QuadSPI1" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x08 6.--7. " CG131 ,Clock gating enable for module (AIPS1-Slot67)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x08 4.--5. " CG130 ,Clock gating enable for module (AIPS1-Slot66)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x08 2.--3. " CG129 ,Clock gating enable for module (AIPS1-Slot65) " "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x08 0.--1. " CG128 ,Clock gating enable for module (AIPS1-Slot64)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" line.long 0x0C "CCGR9,CCM Clock Gating Register" bitfld.long 0x0C 30.--31. " CG159 ,Clock gating enable for module (AIPS1-Slot95) DCU1" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x0C 28.--29. " CG158 ,Clock gating enable for module (AIPS1-Slot94) DCU1" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x0C 26.--27. " CG157 ,Clock gating enable for module (AIPS1-Slot93) DCU1" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x0C 24.--25. " CG156 ,Clock gating enable for module (AIPS1-Slot92) DCU1" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x0C 22.--23. " CG155 ,Clock gating enable for module (AIPS1-Slot91) DCU1" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x0C 20.--21. " CG154 ,Clock gating enable for module (AIPS1-Slot90) DCU1" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x0C 18.--19. " CG153 ,Clock gating enable for module (AIPS1-Slot89) DCU1" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x0C 16.--17. " CG152 ,Clock gating enable for module (AIPS1-Slot88) DCU1" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x0C 14.--15. " CG151 ,Clock gating enable for module (AIPS1-Slot87) FlexCAN1" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x0C 12.--13. " CG150 ,Clock gating enable for module (AIPS1-Slot86) FlexCAN1" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x0C 10.--11. " CG149 ,Clock gating enable for module(AIPS1-Slot85) FlexCAN1 " "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x0C 8.--9. " CG148 ,Clock gating enable for module (AIPS1-Slot84) FlexCAN1" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x0C 6.--7. " CG147 ,Clock gating enable for module (AIPS1-Slot83)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x0C 4.--5. " CG146 ,Clock gating enable for module (AIPS1-Slot82)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x0C 2.--3. " CG145 ,Clock gating enable for module (AIPS1-Slot81)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x0C 0.--1. " CG144 ,Clock gating enable for module (AIPS1-Slot80) " "Disabled,Run mode,All modes with stop mode,All modes without stop mode" line.long 0x10 "CCGR10,CCM Clock Gating Register" bitfld.long 0x10 30.--31. " CG175 ,Clock gating enable for module (AIPS1-Slot111) Ethernet L2 Switch" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x10 28.--29. " CG174 ,Clock gating enable for module (AIPS1-Slot110) Ethernet L2 Switch" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x10 26.--27. " CG173 ,Clock gating enable for module (AIPS1-Slot109) Ethernet L2 Switch" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x10 24.--25. " CG172 ,Clock gating enable for module (AIPS1-Slot108) Ethernet L2 Switch" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x10 22.--23. " CG171 ,Clock gating enable for module (AIPS1-Slot107) Ethernet L2 Switch" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x10 20.--21. " CG170 ,Clock gating enable for module (AIPS1-Slot106) Ethernet L2 Switch" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x10 18.--19. " CG169 ,Clock gating enable for module (AIPS1-Slot105) Ethernet L2 Switch" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x10 16.--17. " CG168 ,Clock gating enable for module (AIPS1-Slot104) Ethernet L2 Switch" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x10 14.--15. " CG167 ,Clock gating enable for module (AIPS1-Slot103)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x10 12.--13. " CG166 ,Clock gating enable for module (AIPS1-Slot102)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x10 10.--11. " CG165 ,Clock gating enable for module (AIPS1-Slot101)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x10 8.--9. " CG164 ,Clock gating enable for module (AIPS1-Slot100)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x10 6.--7. " CG163 ,Clock gating enable for module(AIPS1-Slot99) Nand Flash Controller (NFC)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x10 4.--5. " CG162 ,Clock gating enable for module (AIPS1-Slot98) Nand Flash Controller (NFC)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x10 2.--3. " CG161 ,Clock gating enable for module(AIPS1-Slot97) Nand Flash Controller (NFC)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x10 0.--1. " CG160 ,Clock gating enable for module (AIPS1-Slot96) Nand Flash Controller (NFC)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" line.long 0x14 "CCGR11,CCM Clock Gating Register" bitfld.long 0x14 30.--31. " CG191 ,Clock gating enable for module (AIPS1-Slot127)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x14 28.--29. " CG190 ,Clock gating enable for module (AIPS1-Slot126)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x14 26.--27. " CG189 ,Clock gating enable for module (AIPS1-Slot125)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x14 24.--25. " CG188 ,Clock gating enable for module (AIPS1-Slot124)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x14 22.--23. " CG187 ,Clock gating enable for module (AIPS1-Slot123)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x14 20.--21. " CG186 ,Clock gating enable for module (AIPS1-Slot122)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x14 18.--19. " CG185 ,Clock gating enable for module (AIPS1-Slot121)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x14 16.--17. " CG184 ,Clock gating enable for module (AIPS1-Slot)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x14 14.--15. " CG183 ,Clock gating enable for module (AIPS1-Slot119) CAAM" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x14 12.--13. " CG182 ,Clock gating enable for module (AIPS1-Slot118) CAAM" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x14 10.--11. " CG181 ,Clock gating enable for module (AIPS1-Slot)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x14 8.--9. " CG180 ,Clock gating enable for module (AIPS1-Slot116) CAAM" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x14 6.--7. " CG179 ,Clock gating enable for module (AIPS1-Slot115) CAAM" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x14 4.--5. " CG178 ,Clock gating enable for module (AIPS1-Slot114) CAAM" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x14 2.--3. " CG177 ,Clock gating enable for module (AIPS1-Slot113) CAAM" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x14 0.--1. " CG176 ,Clock gating enable for module (AIPS1-Slot112) CAAM" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" tree.end tree "Enable Override Registers" width 9. group.long 0x70++0x17 line.long 0x0 "CMEOR0,CCM Module Enable Override Register" bitfld.long 0x0 31. " MO31 ,Override (AIPS0-Slot63) WDOG-M4 module" "Disabled,Enabled" bitfld.long 0x0 30. " MO30 ,Override (AIPS0-Slot62) WDOG-A5 module" "Disabled,Enabled" textline " " bitfld.long 0x0 29. " MO29 ,Override (AIPS0-Slot61) TCON0 module" "Disabled,Enabled" bitfld.long 0x0 28. " MO28 ,Override (AIPS0-Slot60) module" "Disabled,Enabled" textline " " bitfld.long 0x0 27. " MO27 ,Override (AIPS0-Slot59) Analog-to-digital converter (ADC) module" "Disabled,Enabled" bitfld.long 0x0 26. " MO26 ,Override (AIPS0-Slot58) module" "Disabled,Enabled" textline " " bitfld.long 0x0 25. " MO25 ,Override (AIPS0-Slot57) FlexTimer (FTM) 1 module" "Disabled,Enabled" bitfld.long 0x0 24. " MO24 ,Override (AIPS0-Slot56) FlexTimer (FTM) 0 module" "Disabled,Enabled" textline " " bitfld.long 0x0 23. " MO23 ,Override (AIPS0-Slot55) Periodic interrupt timers (PIT) module" "Disabled,Enabled" bitfld.long 0x0 22. " MO22 ,Override (AIPS0-Slot54) Programmable delay block (PDB) module" "Disabled,Enabled" textline " " bitfld.long 0x0 21. " MO21 ,Override (AIPS0-Slot53) module" "Disabled,Enabled" bitfld.long 0x0 20. " MO20 ,Override (AIPS0-Slot52) module" "Disabled,Enabled" textline " " bitfld.long 0x0 19. " MO19 ,Override (AIPS0-Slot51) CRC module" "Disabled,Enabled" bitfld.long 0x0 18. " MO18 ,Override (AIPS0-Slot50) SAI3 module" "Disabled,Enabled" textline " " bitfld.long 0x0 17. " MO17 ,Override (AIPS0-Slot49) SAI2 module" "Disabled,Enabled" bitfld.long 0x0 16. " MO16 ,Override (AIPS0-Slot48) SAI1 module" "Disabled,Enabled" textline " " bitfld.long 0x0 15. " MO15 ,Override (AIPS0-Slot47) SAI0 module" "Disabled,Enabled" bitfld.long 0x0 14. " MO14 ,Override (AIPS0-Slot46) module" "Disabled,Enabled" textline " " bitfld.long 0x0 13. " MO13 ,Override (AIPS0-Slot45) module" "Disabled,Enabled" bitfld.long 0x0 12. " MO12 ,Override (AIPS0-Slot44) DSPI 0 module" "Disabled,Enabled" textline " " bitfld.long 0x0 11. " MO11 ,Override (AIPS0-Slot43) module" "Disabled,Enabled" bitfld.long 0x0 10. " MO10 ,Override (AIPS0-Slot42) UART3 module" "Disabled,Enabled" textline " " bitfld.long 0x0 9. " MO9 ,Override (AIPS0-Slot41) UART2 module" "Disabled,Enabled" bitfld.long 0x0 8. " MO8 ,Override (AIPS0-Slot40) UART1 module" "Disabled,Enabled" textline " " bitfld.long 0x0 7. " MO7 ,Override (AIPS0-Slot39) UART0 module" "Disabled,Enabled" bitfld.long 0x0 6. " MO6 ,Override (AIPS0-Slot38) module" "Disabled,Enabled" textline " " bitfld.long 0x0 5. " MO5 ,Override (AIPS0-Slot37) module" "Disabled,Enabled" bitfld.long 0x0 4. " MO4 ,Override (AIPS0-Slot36) DMA channel Mux0 module" "Disabled,Enabled" textline " " bitfld.long 0x0 3. " MO3 ,Override (AIPS0-Slot35) module" "Disabled,Enabled" bitfld.long 0x0 2. " MO2 ,Override (AIPS0-Slot34) module" "Disabled,Enabled" textline " " bitfld.long 0x0 1. " MO1 ,Override (AIPS0-Slot33) module" "Disabled,Enabled" bitfld.long 0x0 0. " MO0 ,Override (AIPS0-Slot32) module" "Disabled,Enabled" line.long 0x4 "CMEOR1,CCM Module Enable Override Register" bitfld.long 0x4 31. " MO63 ,Override (AIPS0-Slot95) DCU0 module" "Disabled,Enabled" bitfld.long 0x4 30. " MO62 ,Override (AIPS0-Slot94) DCU0 module" "Disabled,Enabled" textline " " bitfld.long 0x4 29. " MO61 ,Override (AIPS0-Slot93) DCU0 module" "Disabled,Enabled" bitfld.long 0x4 28. " MO60 ,Override (AIPS0-Slot92) DCU0 module" "Disabled,Enabled" textline " " bitfld.long 0x4 27. " MO59 ,Override (AIPS0-Slot91) DCU0 module" "Disabled,Enabled" bitfld.long 0x4 26. " MO58 ,Override (AIPS0-Slot90) DCU0 module" "Disabled,Enabled" textline " " bitfld.long 0x4 25. " MO57 ,Override (AIPS0-Slot89) DCU0 module" "Disabled,Enabled" bitfld.long 0x4 24. " MO56 ,Override (AIPS0-Slot88) DCU0 module" "Disabled,Enabled" textline " " bitfld.long 0x4 23. " MO55 ,Override (AIPS0-Slot87) module" "Disabled,Enabled" bitfld.long 0x4 22. " MO54 ,Override (AIPS0-Slot86) module" "Disabled,Enabled" textline " " bitfld.long 0x4 21. " MO53 ,Override (AIPS0-Slot85) module" "Disabled,Enabled" bitfld.long 0x4 20. " MO52 ,Override (AIPS0-Slot84) module" "Disabled,Enabled" textline " " bitfld.long 0x4 19. " MO51 ,Override (AIPS0-Slot83) module" "Disabled,Enabled" bitfld.long 0x4 18. " MO50 ,Override (AIPS0-Slot82) Slow Clock Source Controller Module (SCSCM) module" "Disabled,Enabled" textline " " bitfld.long 0x4 17. " MO49 ,Override (AIPS0-Slot81) module" "Disabled,Enabled" bitfld.long 0x4 16. " MO48 ,Override (AIPS0-Slot80) ANATOP module" "Disabled,Enabled" textline " " bitfld.long 0x4 15. " MO47 ,Override (AIPS0-Slot79) module" "Disabled,Enabled" bitfld.long 0x4 14. " MO46 ,Override (AIPS0-Slot78) module" "Disabled,Enabled" textline " " bitfld.long 0x4 13. " MO45 ,Override (AIPS0-Slot77) Port E multiplexing control module" "Disabled,Enabled" bitfld.long 0x4 12. " MO44 ,Override (AIPS0-Slot76) Port D multiplexing control module" "Disabled,Enabled" textline " " bitfld.long 0x4 11. " MO43 ,Override (AIPS0-Slot75) Port C multiplexing control module" "Disabled,Enabled" bitfld.long 0x4 10. " MO42 ,Override (AIPS0-Slot74) Port B multiplexing control module" "Disabled,Enabled" textline " " bitfld.long 0x4 9. " MO41 ,Override (AIPS0-Slot73) Port A multiplexing control module" "Disabled,Enabled" bitfld.long 0x4 8. " MO40 ,Override (AIPS0-Slot72) IO MUX Controller module" "Disabled,Enabled" textline " " bitfld.long 0x4 7. " MO39 ,Override (AIPS0-Slot71) module" "Disabled,Enabled" bitfld.long 0x4 6. " MO38 ,Override (AIPS0-Slot70) module" "Disabled,Enabled" textline " " bitfld.long 0x4 5. " MO37 ,Override (AIPS0-Slot69) module" "Disabled,Enabled" bitfld.long 0x4 4. " MO36 ,Override (AIPS0-Slot68) QuadSPI0 module" "Disabled,Enabled" textline " " bitfld.long 0x4 3. " MO35 ,Override (AIPS0-Slot67) MLB module" "Disabled,Enabled" bitfld.long 0x4 2. " MO34 ,Override (AIPS0-Slot66) RLE module" "Disabled,Enabled" textline " " bitfld.long 0x4 1. " MO33 ,Override (AIPS0-Slot65) module" "Disabled,Enabled" bitfld.long 0x4 0. " MO32 ,Override (AIPS0-Slot64) Low-power timer (LPTMR) module" "Disabled,Enabled" line.long 0x8 "CMEOR2,CCM Module Enable Override Register" bitfld.long 0x8 15. " MO79 ,Override (AIPS0-Slot111) Clock Monitor Unit (CMU) module" "Disabled,Enabled" bitfld.long 0x8 14. " MO78 ,Override (AIPS0-Slot110) System Reset Controller (SRC) module" "Disabled,Enabled" textline " " bitfld.long 0x8 13. " MO77 ,Override (AIPS0-Slot109) Voltage Regulator-Digital (VREG_DIG) module" "Disabled,Enabled" bitfld.long 0x8 12. " MO76 ,Override (AIPS0-Slot108) Global Power Controller (GPC) module" "Disabled,Enabled" textline " " bitfld.long 0x8 11. " MO75 ,Override (AIPS0-Slot107) Clock Control Module(CCM) module" "Disabled,Enabled" bitfld.long 0x8 10. " MO74 ,Override (AIPS0-Slot106) Wake up Unit (WKUP) module" "Disabled,Enabled" textline " " bitfld.long 0x8 9. " MO73 ,Override (AIPS0-Slot105) module" "Disabled,Enabled" bitfld.long 0x8 8. " MO72 ,Override (AIPS0-Slot104) module" "Disabled,Enabled" textline " " bitfld.long 0x8 7. " MO71 ,Override (AIPS0-Slot103) module" "Disabled,Enabled" bitfld.long 0x8 6. " MO70 ,Override (AIPS0-Slot102) I2C 0 module" "Disabled,Enabled" textline " " bitfld.long 0x8 5. " MO69 ,Override (AIPS0-Slot101) External watchdog (EWM) module" "Disabled,Enabled" bitfld.long 0x8 4. " MO68 ,Override (AIPS0-Slot100) module" "Disabled,Enabled" textline " " bitfld.long 0x8 3. " MO67 ,Override (AIPS0-Slot99) ESAI_BIFIFO module" "Disabled,Enabled" bitfld.long 0x8 2. " MO66 ,Override (AIPS0-Slot98) ESAI module" "Disabled,Enabled" textline " " bitfld.long 0x8 1. " MO65 ,Override (AIPS0-Slot97) SPDIF module" "Disabled,Enabled" bitfld.long 0x8 0. " MO64 ,Override (AIPS0-Slot96) ASRC module" "Disabled,Enabled" line.long 0xC "CMEOR3,CCM Module Enable Override Register" bitfld.long 0xC 31. " MO127 ,Override (AIPS1-Slot63) module" "Disabled,Enabled" bitfld.long 0xC 30. " MO126 ,Override (AIPS1-Slot62) module" "Disabled,Enabled" textline " " bitfld.long 0xC 29. " MO125 ,Override (AIPS1-Slot61) TCON1 module" "Disabled,Enabled" bitfld.long 0xC 28. " MO124 ,Override (AIPS1-Slot60) module" "Disabled,Enabled" textline " " bitfld.long 0xC 27. " MO123 ,Override (AIPS1-Slot59) module" "Disabled,Enabled" bitfld.long 0xC 26. " MO122 ,Override (AIPS1-Slot58) module" "Disabled,Enabled" textline " " bitfld.long 0xC 25. " MO121 ,Override (AIPS1-Slot57) module" "Disabled,Enabled" bitfld.long 0xC 24. " MO120 ,Override (AIPS1-Slot56) module" "Disabled,Enabled" textline " " bitfld.long 0xC 23. " MO119 ,Override (AIPS1-Slot55) module" "Disabled,Enabled" bitfld.long 0xC 22. " MO118 ,Override (AIPS1-Slot54) module" "Disabled,Enabled" textline " " bitfld.long 0xC 21. " MO117 ,Override (AIPS1-Slot53) module" "Disabled,Enabled" bitfld.long 0xC 20. " MO116 ,Override (AIPS1-Slot52) USB OTG1 module" "Disabled,Enabled" textline " " bitfld.long 0xC 19. " MO115 ,Override (AIPS1-Slot51) module" "Disabled,Enabled" bitfld.long 0xC 18. " MO114 ,Override (AIPS1-Slot50) module" "Disabled,Enabled" textline " " bitfld.long 0xC 17. " MO113 ,Override (AIPS1-Slot49) 0 module" "Disabled,Enabled" bitfld.long 0xC 16. " MO112 ,Override (AIPS1-Slot48) module" "Disabled,Enabled" textline " " bitfld.long 0xC 15. " MO111 ,Override (AIPS1-Slot47) module" "Disabled,Enabled" bitfld.long 0xC 14. " MO110 ,Override (AIPS1-Slot46) module" "Disabled,Enabled" textline " " bitfld.long 0xC 13. " MO109 ,Override (AIPS1-Slot45) module" "Disabled,Enabled" bitfld.long 0xC 12. " MO108 ,Override (AIPS1-Slot44) module" "Disabled,Enabled" textline " " bitfld.long 0xC 11. " MO107 ,Override (AIPS1-Slot43) module" "Disabled,Enabled" bitfld.long 0xC 10. " MO106 ,Override (AIPS1-Slot42) UART5 module" "Disabled,Enabled" textline " " bitfld.long 0xC 9. " MO105 ,Override (AIPS1-Slot41) UART4 module" "Disabled,Enabled" bitfld.long 0xC 8. " MO104 ,Override (AIPS1-Slot40) WDOG_SNVS module" "Disabled,Enabled" textline " " bitfld.long 0xC 7. " MO103 ,Override (AIPS1-Slot39) SNVS module" "Disabled,Enabled" bitfld.long 0xC 6. " MO102 ,Override (AIPS1-Slot38) module" "Disabled,Enabled" textline " " bitfld.long 0xC 5. " MO101 ,Override (AIPS1-Slot37) OTP CTRL module" "Disabled,Enabled" bitfld.long 0xC 4. " MO100 ,Override (AIPS1-Slot36) module" "Disabled,Enabled" textline " " bitfld.long 0xC 3. " MO99 ,Override (AIPS1-Slot35) module" "Disabled,Enabled" bitfld.long 0xC 2. " MO98 ,Override (AIPS1-Slot34) DMA Channel Mux3 module" "Disabled,Enabled" textline " " bitfld.long 0xC 1. " MO97 ,Override (AIPS1-Slot33) DMA Channel Mux2 module" "Disabled,Enabled" bitfld.long 0xC 0. " MO96 ,Override (AIPS1-Slot32) module" "Disabled,Enabled" line.long 0x10 "CMEOR4,CCM Module Enable Override Register" bitfld.long 0x10 31. " MO159 ,Override (AIPS1-Slot95) DCU1 module" "Disabled,Enabled" bitfld.long 0x10 30. " MO158 ,Override (AIPS1-Slot94) DCU1 module" "Disabled,Enabled" textline " " bitfld.long 0x10 29. " MO157 ,Override (AIPS1-Slot93) DCU1 module" "Disabled,Enabled" bitfld.long 0x10 28. " MO156 ,Override (AIPS1-Slot92) DCU1 module" "Disabled,Enabled" textline " " bitfld.long 0x10 27. " MO155 ,Override (AIPS1-Slot91) DCU1 module" "Disabled,Enabled" bitfld.long 0x10 26. " MO154 ,Override (AIPS1-Slot90) DCU1 module" "Disabled,Enabled" textline " " bitfld.long 0x10 25. " MO153 ,Override (AIPS1-Slot89) DCU1 module" "Disabled,Enabled" bitfld.long 0x10 24. " MO152 ,Override (AIPS1-Slot88) DCU1 module" "Disabled,Enabled" textline " " bitfld.long 0x10 23. " MO151 ,Override (AIPS1-Slot87) FlexCAN1 module" "Disabled,Enabled" bitfld.long 0x10 22. " MO150 ,Override (AIPS1-Slot86) FlexCAN1 module" "Disabled,Enabled" textline " " bitfld.long 0x10 21. " MO149 ,Override (AIPS1-Slot85) FlexCAN1 module" "Disabled,Enabled" bitfld.long 0x10 20. " MO148 ,Override (AIPS1-Slot84) FlexCAN1 module" "Disabled,Enabled" textline " " bitfld.long 0x10 19. " MO147 ,Override (AIPS1-Slot83) module" "Disabled,Enabled" bitfld.long 0x10 18. " MO146 ,Override (AIPS1-Slot82) module" "Disabled,Enabled" textline " " bitfld.long 0x10 17. " MO145 ,Override (AIPS1-Slot81) module" "Disabled,Enabled" bitfld.long 0x10 16. " MO144 ,Override (AIPS1-Slot80) module" "Disabled,Enabled" textline " " bitfld.long 0x10 15. " MO143 ,Override (AIPS1-Slot79) Open VG GPU module" "Disabled,Enabled" bitfld.long 0x10 14. " MO142 ,Override (AIPS1-Slot78) module" "Disabled,Enabled" textline " " bitfld.long 0x10 13. " MO141 ,Override (AIPS1-Slot77) module" "Disabled,Enabled" bitfld.long 0x10 12. " MO140 ,Override (AIPS1-Slot76) module" "Disabled,Enabled" textline " " bitfld.long 0x10 11. " MO139 ,Override (AIPS1-Slot75) module" "Disabled,Enabled" bitfld.long 0x10 10. " MO138 ,Override (AIPS1-Slot74) module" "Disabled,Enabled" textline " " bitfld.long 0x10 9. " MO137 ,Override (AIPS1-Slot73) VIU3 module" "Disabled,Enabled" bitfld.long 0x10 8. " MO136 ,Override (AIPS1-Slot72) Video Decoder module" "Disabled,Enabled" textline " " bitfld.long 0x10 7. " MO135 ,Override (AIPS1-Slot71) Video ADC module" "Disabled,Enabled" bitfld.long 0x10 6. " MO134 ,Override (AIPS1-Slot70) module" "Disabled,Enabled" textline " " bitfld.long 0x10 5. " MO133 ,Override (AIPS1-Slot69) module" "Disabled,Enabled" bitfld.long 0x10 4. " MO132 ,Override (AIPS1-Slot68) QuadSPI1 module" "Disabled,Enabled" textline " " bitfld.long 0x10 3. " MO131 ,Override (AIPS1-Slot67) module" "Disabled,Enabled" bitfld.long 0x10 2. " MO130 ,Override (AIPS1-Slot66) module" "Disabled,Enabled" textline " " bitfld.long 0x10 1. " MO129 ,Override (AIPS1-Slot65) module" "Disabled,Enabled" bitfld.long 0x10 0. " MO128 ,Override (AIPS1-Slot64) module" "Disabled,Enabled" line.long 0x14 "CMEOR5,CCM Module Enable Override Register" bitfld.long 0x14 31. " MO191 ,Override (AIPS1-Slot127) module" "Disabled,Enabled" bitfld.long 0x14 30. " MO190 ,Override (AIPS1-Slot126) module" "Disabled,Enabled" textline " " bitfld.long 0x14 29. " MO189 ,Override (AIPS1-Slot125) module" "Disabled,Enabled" bitfld.long 0x14 28. " MO2188 ,Override (AIPS1-Slot124) module" "Disabled,Enabled" textline " " bitfld.long 0x14 27. " MO187 ,Override (AIPS1-Slot123) module" "Disabled,Enabled" bitfld.long 0x14 26. " MO186 ,Override (AIPS1-Slot122) module" "Disabled,Enabled" textline " " bitfld.long 0x14 25. " MO185 ,Override (AIPS1-Slot121) module" "Disabled,Enabled" bitfld.long 0x14 24. " MO184 ,Override (AIPS1-Slot) module" "Disabled,Enabled" textline " " bitfld.long 0x14 23. " MO183 ,Override (AIPS1-Slot119) CAAM module" "Disabled,Enabled" bitfld.long 0x14 22. " MO182 ,Override (AIPS1-Slot118) CAAM module" "Disabled,Enabled" textline " " bitfld.long 0x14 21. " MO181 ,Override (AIPS1-Slot) module" "Disabled,Enabled" bitfld.long 0x14 20. " MO180 ,Override (AIPS1-Slot116) CAAM module" "Disabled,Enabled" textline " " bitfld.long 0x14 19. " MO179 ,Override (AIPS1-Slot115) CAAM module" "Disabled,Enabled" bitfld.long 0x14 18. " MO178 ,Override (AIPS1-Slot114) CAAM module" "Disabled,Enabled" textline " " bitfld.long 0x14 17. " MO177 ,Override (AIPS1-Slot113) CAAM module" "Disabled,Enabled" bitfld.long 0x14 16. " MO176 ,Override (AIPS1-Slot112) CAAM module" "Disabled,Enabled" textline " " bitfld.long 0x14 15. " MO175 ,Override (AIPS1-Slot111) Ethernet L2 Switch module" "Disabled,Enabled" bitfld.long 0x14 14. " MO174 ,Override (AIPS1-Slot110) Ethernet L2 Switch module" "Disabled,Enabled" textline " " bitfld.long 0x14 13. " MO173 ,Override (AIPS1-Slot109) Ethernet L2 Switch module" "Disabled,Enabled" bitfld.long 0x14 12. " MO172 ,Override (AIPS1-Slot108) Ethernet L2 Switch module" "Disabled,Enabled" textline " " bitfld.long 0x14 11. " MO171 ,Override (AIPS1-Slot107) Ethernet L2 Switch module" "Disabled,Enabled" bitfld.long 0x14 10. " MO170 ,Override (AIPS1-Slot106) Ethernet L2 Switch module" "Disabled,Enabled" textline " " bitfld.long 0x14 9. " MO169 ,Override (AIPS1-Slot105) Ethernet L2 Switch module" "Disabled,Enabled" bitfld.long 0x14 8. " MO168 ,Override (AIPS1-Slot104) Ethernet L2 Switch module" "Disabled,Enabled" textline " " bitfld.long 0x14 7. " MO167 ,Override (AIPS1-Slot103) module" "Disabled,Enabled" bitfld.long 0x14 6. " MO166 ,Override (AIPS1-Slot102) module" "Disabled,Enabled" textline " " bitfld.long 0x14 5. " MO165 ,Override (AIPS1-Slot101) module" "Disabled,Enabled" bitfld.long 0x14 4. " MO164 ,Override (AIPS1-Slot100) module" "Disabled,Enabled" textline " " bitfld.long 0x14 3. " MO163 ,Override (AIPS1-Slot99) Nand Flash Controller (NFC) module" "Disabled,Enabled" bitfld.long 0x14 2. " MO162 ,Override (AIPS1-Slot98) Nand Flash Controller (NFC) module" "Disabled,Enabled" textline " " bitfld.long 0x14 1. " MO161 ,Override (AIPS1-Slot97) Nand Flash Controller (NFC) module" "Disabled,Enabled" bitfld.long 0x14 0. " MO160 ,Override (AIPS1-Slot96) Nand Flash Controller (NFC) module" "Disabled,Enabled" tree.end rgroup.long 0x88++0x03 line.long 0x00 "CPPDSR,CCM PLL PFD Disable Status Register" bitfld.long 0x00 11. " PLL3_PFD4 ,Status of PLL3 PFD4 disable signal" "Disabled,Enabled" bitfld.long 0x00 10. " PLL3_PFD3 ,Status of PLL3 PFD3 disable signal" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " PLL3_PFD2 ,Status of PLL3 PFD2 disable signal" "Disabled,Enabled" bitfld.long 0x00 8. " PLL3_PFD1 ,Status of PLL2 PFD1 disable signal" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " PLL2_PFD4 ,Status of PLL2 PFD4 disable signal" "Disabled,Enabled" bitfld.long 0x00 6. " PLL2_PFD3 ,Status of PLL2 PFD3 disable signal" "Disabled,Enabled" textline " " bitfld.long 0x00 5. " PLL2_PFD2 ,Status of PLL2 PFD2 disable signal" "Disabled,Enabled" bitfld.long 0x00 4. " PLL2_PFD1 ,Status of PLL2 PFD1 disable signal" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " PLL1_PFD4 ,Status of PLL1 PFD4 disable signal" "Disabled,Enabled" bitfld.long 0x00 2. " PLL1_PFD3 ,Status of PLL1 PFD3 disable signal" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " PLL1_PFD2 ,Status of PLL1 PFD2 disable signal" "Disabled,Enabled" bitfld.long 0x00 0. " PLL1_PFD1 ,Status of PLL1 PFD1 disable signal" "Disabled,Enabled" group.long 0x8C++0x3 line.long 0x00 "CCOWR,CCM CORE Wakeup Register" bitfld.long 0x00 16. " AUX_CORE_WKUP ,Wakes up the auxically core clock" "Gated,Enabled" hexmask.long.word 0x00 0.--15. 1. " WAKEUP_KEY ,Wakeup Key" tree "Platform Clock Gating Register" width 9. group.long 0x90++0x0F line.long 0x00 "CCPGR0,CCM Platform Clock Gating Register" bitfld.long 0x00 30.--31. " PPCG15 ,Clock Activity Description (AIPS0-Slot15) NIC7" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x00 28.--29. " PPCG14 ,Clock Activity Description (AIPS0-Slot14) NIC6" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x00 26.--27. " PPCG13 ,Clock Activity Description (AIPS0-Slot13) NIC5" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x00 24.--25. " PPCG12 ,Clock Activity Description (AIPS0-Slot12) NIC4" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x00 22.--23. " PPCG11 ,Clock Activity Description (AIPS0-Slot11) NIC3" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x00 20.--21. " PPCG10 ,Clock Activity Description (AIPS0-Slot10) NIC2" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x00 18.--19. " PPCG9 ,Clock Activity Description (AIPS0-Slot9) NIC1" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x00 16.--17. " PPCG8 ,Clock Activity Description (AIPS0-Slot8) NIC0 (Network Interconnect)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x00 14.--15. " PPCG7 ,Clock Activity Description (AIPS0-Slot7)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x00 12.--13. " PPCG6 ,Clock Activity Description (AIPS0-Slot6) CA5-L2C (CA5 L2 Cache Controller" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x00 10.--11. " PPCG5 ,Clock Activity Description (AIPS0-Slot5)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x00 8.--9. " PPCG4 ,Clock Activity Description (AIPS0-Slot4)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x00 6.--7. " PPCG3 ,Clock Activity Description (AIPS0-Slot3) CA5-INTD" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x00 4.--5. " PPCG2 ,Clock Activity Description (AIPS0-Slot2) CA5-SCU+GIC" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x00 2.--3. " PPCG1 ,Clock Activity Description (AIPS0-Slot1) MSCM (CPU Configuration, INTR, OCRAM)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x00 0.--1. " PPCG0 ,Clock Activity Description (AIPS0-Slot0) Peripheral bridge 0 (AIPS-Lite 0)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" line.long 0x04 "CCPGR1,CCM Platform Clock Gating Register" bitfld.long 0x04 30.--31. " PPCG31 ,Clock Activity Description (AIPS0-Slot31)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x04 28.--29. " PPCG30 ,Clock Activity Description (AIPS0-Slot30) FlexBus" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x04 26.--27. " PPCG29 ,Clock Activity Description (AIPS0-Slot29) SEMA4" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x04 24.--25. " PPCG28 ,Clock Activity Description (AIPS0-Slot28)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x04 22.--23. " PPCG27 ,Clock Activity Description (AIPS0-Slot27)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x04 20.--21. " PPCG26 ,Clock Activity Description (AIPS0-Slot26)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x04 18.--19. " PPCG25 ,Clock Activity Description (AIPS0-Slot25) DMA0_TCD" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x04 16.--17. " PPCG24 ,Clock Activity Description (AIPS0-Slot24) DMA0" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x04 14.--15. " PPCG23 ,Clock Activity Description (AIPS0-Slot23) CSU" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x04 12.--13. " PPCG22 ,Clock Activity Description (AIPS0-Slot22)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x04 10.--11. " PPCG21 ,Clock Activity Description (AIPS0-Slot21) TZASC-DDR1" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x04 8.--9. " PPCG20 ,Clock Activity Description (AIPS0-Slot20) TZASC-DDR0" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x04 6.--7. " PPCG19 ,Clock Activity Description (AIPS0-Slot19) TZASC-OCRAM_gfx" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x04 4.--5. " PPCG18 ,Clock Activity Description (AIPS0-Slot18) TZASC-OCRAM_sys1" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x04 2.--3. " PPCG17 ,Clock Activity Description (AIPS0-Slot17) TZASC-OCRAM_sys0" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x04 0.--1. " PPCG16 ,Clock Activity Description (AIPS0-Slot16) AHBTZASC (AHB TZ Address Space Controller) " "Disabled,Run mode,All modes with stop mode,All modes without stop mode" line.long 0x08 "CCPGR2,CCM Platform Clock Gating Register" bitfld.long 0x08 30.--31. " PPCG47 ,Clock Activity Description (AIPS0-Slot15) NIC7" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x08 28.--29. " PPCG46 ,Clock Activity Description (AIPS0-Slot14) NIC6" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x08 26.--27. " PPCG45 ,Clock Activity Description (AIPS0-Slot13) NIC5" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x08 24.--25. " PPCG44 ,Clock Activity Description (AIPS0-Slot12) NIC4" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x08 22.--23. " PPCG43 ,Clock Activity Description (AIPS0-Slot11) NIC3" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x08 20.--21. " PPCG42 ,Clock Activity Description (AIPS0-Slot10) NIC2" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x08 18.--19. " PPCG41 ,Clock Activity Description (AIPS0-Slot9) NIC1" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x08 16.--17. " PPCG40 ,Clock Activity Description (AIPS0-Slot8) NIC0 (Network Interconnect)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x08 14.--15. " PPCG39 ,Clock Activity Description (AIPS1-Slot7) DAP-RomTable" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x08 12.--13. " PPCG38 ,Clock Activity Description (AIPS1-Slot6)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x08 10.--11. " PPCG37 ,Clock Activity Description (AIPS0-Slot5)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x08 8.--9. " PPCG36 ,Clock Activity Description (AIPS1-Slot4)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x08 6.--7. " PPCG35 ,Clock Activity Description (AIPS1-Slot3)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x08 4.--5. " PPCG34 ,Clock Activity Description (AIPS1-Slot2)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x08 2.--3. " PPCG33 ,Clock Activity Description (AIPS1-Slot1)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x08 0.--1. " PPCG32 ,Clock Activity Description (AIPS1-Slot0) Peripheral bridge 1 (AIPS-Lite)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" line.long 0x0C "CCPGR3,CCM Platform Clock Gating Register" bitfld.long 0x0C 30.--31. " PPCG63 ,Clock Activity Description (AIPS1-Slot31)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x0C 28.--29. " PPCG62 ,Clock Activity Description (AIPS1-Slot30)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x0C 26.--27. " PPCG61 ,Clock Activity Description (AIPS1-Slot29)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x0C 24.--25. " PPCG60 ,Clock Activity Description (AIPS1-Slot28)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x0C 22.--23. " PPCG59 ,Clock Activity Description (AIPS1-Slot27)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x0C 20.--21. " PPCG58 ,Clock Activity Description (AIPS1-Slot26)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x0C 18.--19. " PPCG57 ,Clock Activity Description (AIPS1-Slot25) DMA1_TCD" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x0C 16.--17. " PPCG56 ,Clock Activity Description (AIPS1-Slot24) DMA1" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x0C 14.--15. " PPCG55 ,Clock Activity Description (AIPS1-Slot23)" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x0C 12.--13. " PPCG54 ,Clock Activity Description (AIPS1-Slot22) Pltf-SWO" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x0C 10.--11. " PPCG53 ,Clock Activity Description (AIPS1-Slot21) Pltf-Funnel" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x0C 8.--9. " PPCG52 ,Clock Activity Description (AIPS1-Slot20) Pltf-TPIU" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x0C 6.--7. " PPCG51 ,Clock Activity Description (AIPS1-Slot19) Pltf-TCTL" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x0C 4.--5. " PPCG50 ,Clock Activity Description (AIPS1-Slot18) CA5-Funnel" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" textline " " bitfld.long 0x0C 2.--3. " PPCG49 ,Clock Activity Description (AIPS1-Slot17) CA5-ETB" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" bitfld.long 0x0C 0.--1. " PPCG48 ,Clock Activity Description (AIPS1-Slot16) CA5-ITM" "Disabled,Run mode,All modes with stop mode,All modes without stop mode" tree.end width 11. tree.end tree "ANADIG (Anadig Registers)" base ad:0x40050000 width 13. group.long 0x10++0x3 line.long 0x00 "PLL3_CTRL,PLL3 Control register" bitfld.long 0x00 31. " LOCK ,PLL Lock Bit" "Not locked,Locked" bitfld.long 0x00 16. " BYPASS ,Bypass the PLL" "Not bypassed,Bypassed" textline " " bitfld.long 0x00 14. " BYPASS_CLK_SRC ,Determines the bypass source" "24 MHz oscillator,Anaclk1/1b" bitfld.long 0x00 13. " ENABLE ,Enable the clock output" "Disabled,Enabled" textline " " bitfld.long 0x00 12. " POWER ,Powers up the PLL" "Disabled,Enabled" textline " " bitfld.long 0x00 6. " EN_USB_CLKS ,8-phase PLL outputs for USB1 PHY" "Powered Down,Powered Up" bitfld.long 0x00 1. " DIV_SELECT ,Divider Selector" "Fout = Fref*20,Fout = Fref*22" group.long 0x20++0x3 line.long 0x00 "PLL7_CTRL,PLL7 Control register" bitfld.long 0x00 31. " LOCK ,PLL Lock Bit" "Not locked,Locked" bitfld.long 0x00 16. " BYPASS ,Bypass the PLL" "Not bypassed,Bypassed" textline " " bitfld.long 0x00 14. " BYPASS_CLK_SRC ,Determines the bypass source" "24 MHz oscillator,Anaclk1/1b" bitfld.long 0x00 13. " ENABLE ,Enable the clock output" "Disabled,Enabled" textline " " bitfld.long 0x00 6. " EN_USB_CLKS ,8-phase PLL outputs for USB1 PHY" "Powered Down,Powered Up" bitfld.long 0x00 1. " DIV_SELECT ,Divider Selector" "Fout = Fref*20,Fout = Fref*22" group.long 0x30++0x3 line.long 0x00 "PLL2_CTRL,PLL2 Control register" bitfld.long 0x00 31. " LOCK ,PLL Lock Bit" "Not locked,Locked" bitfld.long 0x00 18. " PFD_OFFSET_EN ,Offset in the phase frequency detector enable" "Disabled,Enabled" textline " " bitfld.long 0x00 17. " DITHER_ENABLE ,Dither in the fractional modulator calculation enable" "Disabled,Enabled" bitfld.long 0x00 16. " BYPASS ,Bypass the PLL" "Not bypassed,Bypassed" textline " " bitfld.long 0x00 14. " BYPASS_CLK_SRC ,Determines the bypass source" "24 MHz oscillator,Anaclk1/1b" bitfld.long 0x00 13. " ENABLE ,Enable the clock output" "Disabled,Enabled" textline " " bitfld.long 0x00 12. " POWER_DOWN ,Powers down the PLL" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " DIV_SELECT ,Divider Selector" "Fout = Fref*20,Fout = Fref*22" group.long 0x40++0x3 line.long 0x00 "PLL2_SS,PLL2 Spread Spectrum definition register" hexmask.long.word 0x00 16.--31. 1. " STOP ,The maximum frequency change is stop/B*24 MHz" bitfld.long 0x00 15. " ENABLE ,Enables the spread spectrum modulation" "Disabled,Enabled" textline " " hexmask.long.word 0x00 0.--14. 1. " STEP ,The maximum frequency change is step/B*24 MHz" group.long 0x50++0x3 line.long 0x00 "PLL2_NUM,PLL2 Numerator definition register" hexmask.long 0x00 0.--29. 1. " A ,Numerator of the fractional loop divider (unsigned integer)" group.long 0x60++0x3 line.long 0x00 "PLL2_DENOM,PLL2 Denominator definition register" hexmask.long 0x00 0.--29. 1. " B ,Denominator of the fractional loop divider (unsigned integer)." group.long 0x70++0x3 line.long 0x00 "PLL4_CTRL,PLL4 Control register" bitfld.long 0x00 31. " LOCK ,PLL Lock Bit" "Not locked,Locked" bitfld.long 0x00 21. " SSC_EN ,SSC enable" "Disabled,Enabled" textline " " bitfld.long 0x00 18. " PFD_OFFSET_EN ,Enables an offset in the phase frequency detector" "Disabled,Enabled" bitfld.long 0x00 17. " DITHER_ENABLE ,Enables dither in the fractional modulator calculation" "Disabled,Enabled" textline " " bitfld.long 0x00 16. " BYPASS ,Bypasses the PLL" "Not bypassed,Bypasseded" textline " " bitfld.long 0x00 14. " BYPASS_CLK_SRC ,Determines the bypass source" "24 MHz oscillator,Anaclk1/1b" bitfld.long 0x00 13. " ENABLE ,Enables the clock output" "Disabled,Enabled" textline " " bitfld.long 0x00 12. " POWERDOWN ,Powers down the PLL" "Power Up,Power Down" hexmask.long.byte 0x00 0.--6. 1. " DIV_SELECT ,Frequency multipler" group.long (0x70+0x10)++0x3 line.long 0x00 "PLL4_NUM,PLL4 Numerator register" hexmask.long 0x00 0.--29. 1. " A ,Numerator of the fractional loop divider" group.long (0x70+0x20)++0x3 line.long 0x00 "PLL4_DENOM,PLL4 Denominator register" hexmask.long 0x00 0.--29. 1. " B ,Numerator of the fractional loop divider" group.long 0xA0++0x3 line.long 0x00 "PLL6_CTRL,PLL6 Control register" bitfld.long 0x00 31. " LOCK ,PLL Lock Bit" "Not locked,Locked" bitfld.long 0x00 21. " SSC_EN ,SSC enable" "Disabled,Enabled" textline " " bitfld.long 0x00 18. " PFD_OFFSET_EN ,Enables an offset in the phase frequency detector" "Disabled,Enabled" bitfld.long 0x00 17. " DITHER_ENABLE ,Enables dither in the fractional modulator calculation" "Disabled,Enabled" textline " " bitfld.long 0x00 16. " BYPASS ,Bypasses the PLL" "Not bypassed,Bypasseded" textline " " bitfld.long 0x00 14. " BYPASS_CLK_SRC ,Determines the bypass source" "24 MHz oscillator,Anaclk1/1b" bitfld.long 0x00 13. " ENABLE ,Enables the clock output" "Disabled,Enabled" textline " " bitfld.long 0x00 12. " POWERDOWN ,Powers down the PLL" "Power Up,Power Down" hexmask.long.byte 0x00 0.--6. 1. " DIV_SELECT ,Frequency multipler" group.long (0xA0+0x10)++0x3 line.long 0x00 "PLL6_NUM,PLL6 Numerator register" hexmask.long 0x00 0.--29. 1. " A ,Numerator of the fractional loop divider" group.long (0xA0+0x20)++0x3 line.long 0x00 "PLL6_DENOM,PLL6 Denominator register" hexmask.long 0x00 0.--29. 1. " B ,Numerator of the fractional loop divider" group.long 0xE0++0x3 line.long 0x00 "PLL5_CTRL,PLL5 Control register" bitfld.long 0x00 31. " LOCK ,PLL Lock Bit" "Not locked,Locked" bitfld.long 0x00 18. " PFD_OFFSET_EN ,Enables an offset in the phase frequency detector" "Disabled,Enabled" textline " " bitfld.long 0x00 17. " DITHER_ENABLE ,Enables dither in the fractional modulator calculation" "Disabled,Enabled" bitfld.long 0x00 16. " BYPASS ,Bypasses the PLL" "Not bypassed,Bypasseded" textline " " bitfld.long 0x00 14. " BYPASS_CLK_SRC ,Determines the bypass source" "24 MHz oscillator,Anaclk1/1b" bitfld.long 0x00 13. " ENABLE ,Enables the clock output" "Disabled,Enabled" textline " " bitfld.long 0x00 12. " POWERDOWN ,Powers down the PLL" "Power Up,Power Down" textline " " bitfld.long 0x00 0.--1. " DIV_SELECT ,Frequency of the ethernet reference clock" "Reserved,50 MHz,?..." group.long 0xF0++0x3 line.long 0x00 "PLL3_PFD,ANADIG PLL3_PFD definition register" bitfld.long 0x00 31. " PFD4_CLKGATE ,Fractional divider clock disable" "No,Yes" rbitfld.long 0x00 30. " PFD4_STABLE ,Fractional divider stable" "Not stable,Stable" textline " " bitfld.long 0x00 24.--29. " PFD4_FRAC ,Control the fractional divide value" "Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,/12,/13,/14,/15,/16,/17,/18,/19,/20,/21,/22,/23,/24,/25,/26,/27,/28,/29,/30,/31,/32,/33,/34,/35,?..." bitfld.long 0x00 23. " PFD3_CLKGATE ,Fractional divider clock disable" "No,Yes" textline " " rbitfld.long 0x00 22. " PFD3_STABLE ,Fractional divider clock stable" "Not stable,Stable" bitfld.long 0x00 16.--21. " PFD3_FRAC ,Control the fractional divide value" "Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,/12,/13,/14,/15,/16,/17,/18,/19,/20,/21,/22,/23,/24,/25,/26,/27,/28,/29,/30,/31,/32,/33,/34,/35,?..." textline " " bitfld.long 0x00 15. " PFD2_CLKGATE ,Fractional divider clock disable" "No,Yes" rbitfld.long 0x00 14. " PFD2_STABLE ,Fractional divider clock stable" "Not stable,Stable" textline " " bitfld.long 0x00 8.--13. " PFD2_FRAC ,Control the fractional divide value" "Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,/12,/13,/14,/15,/16,/17,/18,/19,/20,/21,/22,/23,/24,/25,/26,/27,/28,/29,/30,/31,/32,/33,/34,/35,?..." bitfld.long 0x00 7. " PFD1_CLKGATE ,Fractional divider clock disable" "No,Yes" textline " " rbitfld.long 0x00 6. " PFD1_STABLE ,Fractional divider stable" "Not stable,Stable" bitfld.long 0x00 0.--5. " PFD1_FRAC ,Control the fractional divide value" "Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,/12,/13,/14,/15,/16,/17,/18,/19,/20,/21,/22,/23,/24,/25,/26,/27,/28,/29,/30,/31,/32,/33,/34,/35,?..." group.long 0x100++0x3 line.long 0x00 "PLL2_PFD,ANADIG PLL2_PFD definition register" bitfld.long 0x00 31. " PFD4_CLKGATE ,Fractional divider clock disable" "No,Yes" rbitfld.long 0x00 30. " PFD4_STABLE ,Fractional divider stable" "Not stable,Stable" textline " " bitfld.long 0x00 24.--29. " PFD4_FRAC ,Control the fractional divide value" "Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,/12,/13,/14,/15,/16,/17,/18,/19,/20,/21,/22,/23,/24,/25,/26,/27,/28,/29,/30,/31,/32,/33,/34,/35,?..." bitfld.long 0x00 23. " PFD3_CLKGATE ,Fractional divider clock disable" "No,Yes" textline " " rbitfld.long 0x00 22. " PFD3_STABLE ,Fractional divider clock stable" "Not stable,Stable" bitfld.long 0x00 16.--21. " PFD3_FRAC ,Control the fractional divide value" "Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,/12,/13,/14,/15,/16,/17,/18,/19,/20,/21,/22,/23,/24,/25,/26,/27,/28,/29,/30,/31,/32,/33,/34,/35,?..." textline " " bitfld.long 0x00 15. " PFD2_CLKGATE ,Fractional divider clock disable" "No,Yes" rbitfld.long 0x00 14. " PFD2_STABLE ,Fractional divider clock stable" "Not stable,Stable" textline " " bitfld.long 0x00 8.--13. " PFD2_FRAC ,Control the fractional divide value" "Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,/12,/13,/14,/15,/16,/17,/18,/19,/20,/21,/22,/23,/24,/25,/26,/27,/28,/29,/30,/31,/32,/33,/34,/35,?..." bitfld.long 0x00 7. " PFD1_CLKGATE ,Fractional divider clock disable" "No,Yes" textline " " rbitfld.long 0x00 6. " PFD1_STABLE ,Fractional divider stable" "Not stable,Stable" bitfld.long 0x00 0.--5. " PFD1_FRAC ,Control the fractional divide value" "Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,/12,/13,/14,/15,/16,/17,/18,/19,/20,/21,/22,/23,/24,/25,/26,/27,/28,/29,/30,/31,/32,/33,/34,/35,?..." group.long 0x110++0x3 line.long 0x00 "REG_1P1,ANADIG Regulator 1P1 definition register" rbitfld.long 0x00 17. " OK_VDD1P1 ,Status bit signals that the regulator output is ok" "Low,High" rbitfld.long 0x00 16. " BO_VDD1P1 ,Status bit signals that a brown-out is detected on the regulator output" "Low,High" textline " " bitfld.long 0x00 3. " ENABLE_PULLDOWN ,Enable the pull-down circuitry in the regulator" "Disabled,Enabled" bitfld.long 0x00 2. " ENABLE_ILIMIT ,Enable the current-limit circuitry in the regulator" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " ENABLE_BO ,Enable the brown-out circuitry in the regulator" "Disabled,Enabled" bitfld.long 0x00 0. " ENABLE_LINREG ,Enable the regulator output" "Disabled,Enabled" group.long 0x120++0x3 line.long 0x00 "REG_3P0,ANADIG Regulator 3P0 definition register" rbitfld.long 0x00 17. " OK_VDD1P1 ,Status bit signals that the regulator output is ok" "Low,High" rbitfld.long 0x00 16. " BO_VDD1P1 ,Status bit signals that a brown-out is detected on the regulator output" "Low,High" textline " " bitfld.long 0x00 7. " REG_3P0_VBUS_SEL ,Determines which source is utilized for generating reg_3p0" "Utilize host power,Utilize OTG power" bitfld.long 0x00 2. " ENABLE_LIMIT ,Enable the current-limit circuitry in the regulator" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " ENABLE_BO ,Enable the brown-out circuitry in the regulator" "Disabled,Enabled" bitfld.long 0x00 0. " ENABLE_LINREG ,Enable the regulator output" "Disabled,Enabled" group.long 0x130++0x3 line.long 0x00 "REG_2P5,Anadig Regulator 2P5 definition register" bitfld.long 0x00 18. " ENABLE_WEAK_LINREG ,Enable the weak 2p5 regulator" "Disabled,Enabled" rbitfld.long 0x00 17. " OK_VDD2P5 ,Status bit signals that the regulator output is ok" "0,1" textline " " rbitfld.long 0x00 16. " BO_VDD2P5 ,Brown-out is detected on the regulator output" "Not detected,Detected" bitfld.long 0x00 3. " ENABLE_PULLDOWN ,Enable the pull-down circuitry in the regulator" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " ENABLE_LIMIT ,Enable the current-limit circuitry in the regulator" "Disabled,Enabled" bitfld.long 0x00 1. " ENABLE_BO ,Enable the brown-out circuitry in the regulator" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " ENABLE_LINREG ,Enable the regulator output" "Disabled,Enabled" group.long 0x150++0x3 line.long 0x00 "ANA_MISC0,ANADIG Analog Miscellaneous definition register" bitfld.long 0x00 17. " OSC_XTALOK_EN ,Output of the 24 MHz crystal oscillator enable" "Disabled,Enabled" textline " " rbitfld.long 0x00 16. " OSC_XTALOK ,Output of the 24 MHz crystal oscillator is stable" "Not stable,Stable" bitfld.long 0x00 14.--15. " OSC_I ,Determines the bias current in the 24 MHz oscillator" "Nominal,Decrease 12.5%,Decrease 25%,Decrease 37%" textline " " bitfld.long 0x00 13. " CLK_24M_IRC_XTAL_SEL ,Select Clock 24M IRC / 24M XTAL" "Low,High" bitfld.long 0x00 12. " STOP_MODE_CONFIG ,Analog behavior in stop mode" "Low,High" textline " " rbitfld.long 0x00 7. " REFTOP_VBGUP ,Signals that the analog bandgap voltage is up and stable" "Not stable,Stable" bitfld.long 0x00 3. " REFTOP_SELBIASOFF ,Disable the self-bias circuit in the analog bandgap" "No,Yes" textline " " bitfld.long 0x00 2. " REFTOP_LOWPOWER ,Enable the low-power mode in the analog bandgap" "Disabled,Enabled" bitfld.long 0x00 1. " REFTOP_PWDVBGUP ,Power-down the VBG-up detection circuitry in the analog bandgap" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " REFTOP_PWD ,Power-down the analog bandgap reference circuitry" "Disabled,Enabled" group.long 0x160++0x3 line.long 0x00 "ANA_MISC1,ANADIG Analog Miscellaneous definition register" eventfld.long 0x00 30. " IRQ_ANA_BO ,Analog regulator brownout interrupts assert" "Low,High" eventfld.long 0x00 29. " IRQ_TEMPSENSE ,Temperature sensor interrupt asserts" "Low,High" textline " " bitfld.long 0x00 12. " LVDSCLK1_IBEN ,Enable the lvds input buffer for anaclk1/1b" "Disabled,Enabled" bitfld.long 0x00 10. " LVDSCLK1_OBEN ,Lvds output buffer for anaclk2/2b enable" "Disabled,Enabled" group.long 0x260++0x3 line.long 0x00 "DIGPROG,Anadig Digital Program register" hexmask.long.word 0x00 8.--23. 1. " MAJOR ,Digital program major version" hexmask.long.byte 0x00 0.--7. 1. " MINOR ,Digital program minor version" group.long 0x270++0x3 line.long 0x00 "PLL1_CTRL,PLL1 Control register" bitfld.long 0x00 31. " LOCK ,PLL Lock bit" "Not locked,Locked" bitfld.long 0x00 18. " PFD_OFFSET_EN ,Enable an offset in the phase frequency detector" "Disabled,Enabled" textline " " bitfld.long 0x00 17. " DITHER_ENABLE ,Enables dither in the fractional modulator calculation" "Disabled,Enabled" bitfld.long 0x00 16. " BYPASS ,Bypass the PLL" "Not bypassed,Bypassed" textline " " bitfld.long 0x00 14. " BYPASS_CLK_SRC ,Determines the bypass source" "24 MHz oscillator,Anaclk1/1b" bitfld.long 0x00 13. " ENABLE ,Enable the clock output," "Disabled,Enabled" textline " " bitfld.long 0x00 12. " POWERDOWN ,Power down the PLL" "Power Up,Power Down" bitfld.long 0x00 0. " DIV_SELECT ,Divider Selector" "Fout = Fref*20,Fout = Fref*22" group.long 0x280++0x3 line.long 0x00 "PLL1_SS,PLL1 Spread Spectrum register" hexmask.long.word 0x00 16.--31. 1. " STOP ,The maximum frequency change is stop/B*24 MHz" bitfld.long 0x00 15. " ENABLE ,Enable the spread spectrum modulation" "Disabled,Enabled" textline " " hexmask.long.word 0x00 0.--14. 1. " STEP ,The maximum frequency change is step/B*24 MHz" group.long 0x290++0x3 line.long 0x00 "PLL1_NUM,PLL1 Numerator register" hexmask.long 0x00 0.--29. 1. " A ,Numerator of the fractional loop divider" group.long 0x2A0++0x3 line.long 0x00 "PLL1_DENOM,PLL1 Denominator register" hexmask.long 0x00 0.--29. 1. " B ,Denominator of the fractional loop divider" group.long 0x2B0++0x3 line.long 0x00 "PLL1_PFD,PLL1_PFD definition register" bitfld.long 0x00 31. " PFD4_CLKGATE ,Fractional divider clock" "Enabled,Disabled" rbitfld.long 0x00 30. " PFD4_STABLE ,Fractional divider clock ouput" "Not stable,Stable" textline " " bitfld.long 0x00 24.--29. " PFD4_FRAC ,Control the fractional divide value" "Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,?..." bitfld.long 0x00 23. " PFD3_CLKGATE ,Fractional divider clock" "Enabled,Disabled" textline " " rbitfld.long 0x00 22. " PFD3_STABLE ,Fractional divider clock ouput" "Not stable,Stable" bitfld.long 0x00 16.--21. " PFD3_FRAC ,Control the fractional divide value" "Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,?..." textline " " bitfld.long 0x00 15. " PFD2_CLKGATE ,Fractional divider clock" "Enabled,Disabled" rbitfld.long 0x00 14. " PFD2_STABLE ,Fractional divider clock ouput" "Not stable,Stable" textline " " bitfld.long 0x00 8.--13. " PFD2_FRAC ,Control the fractional divide value" "Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,?..." bitfld.long 0x00 7. " PFD1_CLKGATE ,Fractional divider clock" "Enabled,Disabled" textline " " rbitfld.long 0x00 6. " D1_STABLE ,Fractional divider clock ouput" "Not stable,Stable" bitfld.long 0x00 0.--5. " PFD1_FRAC ,Control the fractional divide value" "Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,?..." rgroup.long 0x2C0++0x3 line.long 0x00 "PLLLOCK,Anadig PLL Lock register" bitfld.long 0x00 6. " PLL6 ,PLL1 (528 SYS)" "Not locked,Locked" bitfld.long 0x00 5. " PLL2 ,PLL2 (528)" "Not locked,Locked" textline " " bitfld.long 0x00 4. " PLL4 ,PLL4 (Audio)" "Not locked,Locked" bitfld.long 0x00 3. " PLL6 ,PLL6 (Video)" "Not locked,Locked" textline " " bitfld.long 0x00 2. " PLL5 ,PLL5 (ENET)" "Not locked,Locked" bitfld.long 0x00 1. " PLL3 ,PLL3 (USB0)" "Not locked,Locked" textline " " bitfld.long 0x00 0. " PLL7 ,PLL7 (USB1)" "Not locked,Locked" width 0x0b tree.end tree "SCSC (Slow Clock Source Controller Module)" base ad:0x40052000 width 10. group.long 0x0++0xB line.long 0x00 "SIRC_CTR,SIRC Control Register" hexmask.long.byte 0x00 8.--14. 1. " SIRC_DIV ,SIRC Divider" textline " " bitfld.long 0x00 4. " SIRC_EN_ON_FAIL ,SIRC enable on fail" "Enabled,Disabled" bitfld.long 0x00 0. " SIRC_EN ,SIRC enable" "Disabled,Enabled" line.long 0x04 "SOSC_CTR,SOSC Control" bitfld.long 0x04 4. " SOSC_BYPASS ,Bypass mode" "Disabled,Enabled" bitfld.long 0x04 0. " SOSC_EN ,Oscillator 32 enable" "Disabled,Enabled" line.long 0x08 "LFSR_CTR,LFSR Control Register" hexmask.long.word 0x08 16.--31. 1. " POLY_LFSR ,Polynomial for LFSR0 and LFSR1 random generator" bitfld.long 0x08 14. " EN_TZASC_VIO ,Enable for TZASC interrupt as security violation" "Low,High" textline " " bitfld.long 0x08 13. " LFSR1_SEED ,Toggle to latch a Random Seed for LFSR1" "Low,High" bitfld.long 0x08 12. " LFSR0_SEED ,Toggle to latch a Random Seed for LFSR0" "Low,High" textline " " bitfld.long 0x08 11. " ACTIVE_SEL_4_5 ,Selects between Active and Passive tampering for Tamper 4 and Tamper 5 pins" "Passive,Active" bitfld.long 0x08 10. " ACTIVE_SEL_2_3 ,Selects between active and passive tampering for Tamper2 or Tamper3 pins" "Passive,Active" textline " " bitfld.long 0x08 9. " TAMPER5_INV ,Inverts polarity of Tamper 5 Pin" "Low,High" bitfld.long 0x08 8. " TAMPER4_INV ,Inverts polarity of Tamper 4 Pin" "Low,High" textline " " bitfld.long 0x08 7. " TAMPER3_INV ,Inverts polarity of Tamper 3 Pin" "Low,High" bitfld.long 0x08 6. " TAMPER2_INV ,Inverts polarity of Tamper 2 Pin" "Low,High" textline " " bitfld.long 0x08 5. " TAMPER2_INV ,Inverts polarity of Tamper 1 Pin" "Low,High" bitfld.long 0x08 4. " TAMPER1_INV ,Inverts polarity of Tamper 0 Pin" "Low,High" width 0xB tree.end tree "CMU (Clock Monitor Unit)" endian.be base ad:0x4006F000 width 8. group.long 0x0++0x3 line.long 0x00 "CSR,CMU Control Status Register" bitfld.long 0x00 23. " SFM ,Start frequency measure" "Not started,Started" bitfld.long 0x00 8.--9. " CKSEL1 ,Frequency measure clock selection bit" "CLKMT0_RMN,CLKMT1,Reserved,CLKMT0_RMN" textline " " bitfld.long 0x00 1.--2. " RCDIV ,CLKMT0_RMN division factor" "No division,2,4,8" bitfld.long 0x00 0. " CME ,CLKMN1 monitor enable" "Disabled,Enabled" rgroup.long 0x4++0x3 line.long 0x00 "FDR,CMU Frequency Display Register" hexmask.long.tbyte 0x00 0.--19. 1. " FD ,Measured frequency bits" group.long 0x8++0x0B line.long 0x00 "HFREFR,CMU High Frequency Reference Register CLKMN1" hexmask.long.word 0x00 0.--11. 1. " HFREF ,High Frequency reference value" line.long 0x04 "LFREFR,CMU Low Frequency Reference Register CLKMN1" hexmask.long.word 0x04 0.--11. 1. " LFREF ,Low Frequency reference value" line.long 0x08 "ISR,CMU Interrupt Status Register" eventfld.long 0x08 2. " FHHI ,CLKMN1 frequency higher than high reference event status" "Not occurred,Occurred" eventfld.long 0x08 1. " FLLI ,CLKMN1 frequency less than low reference event status" "Not occurred,Occurred" textline " " eventfld.long 0x08 0. " OLRI ,Oscillator frequency less than FCLKMT0_RMN /2^RCDIV event status" "Not occurred,Occurred" group.long 0x18++0x03 line.long 0x00 "MDR,CMU Measurement Duration Register" hexmask.long.tbyte 0x00 0.--19. 1. " MD ,Measurement duration bits" width 11. endian.le tree.end tree "GPC (Global Power Controller)" base ad:0x4006C000 width 8. group.long 0x0++0x3 line.long 0x00 "PGCR,Power Gating Control Register" bitfld.long 0x00 7. " DS_STOP ,Deep Sleep signal to memories is assert in STOP mode" "Not asserted,Asserted" bitfld.long 0x00 6. " DS_LPSTOP ,Deep Sleep signal to memories is assert in LPSTOP mode" "Not asserted,Asserted" bitfld.long 0x00 4. " WB_STOP ,Well Bias enable in STOP mode" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " HP_OFF ,Turn OFF HPREG in STOP mode" "ON,OFF" bitfld.long 0x00 2. " PG_48K ,Power gate 48KRAM" "Not switched off,Switched off" bitfld.long 0x00 1. " PG_16K ,Power gate 16KRAM" "Not switched off,Switched off" textline " " bitfld.long 0x00 0. " PG_PD1 ,Power gate Power Domain 1" "Not switched off,Switched off" group.long 0xC++0x3 line.long 0x00 "PGSR,Power Gating Status Register" rbitfld.long 0x00 3.--4. " PREV_LPM ,Previous Low Power Mode" "RUN mode,WAIT mode,STOP mode,LPSTOPn mode" rbitfld.long 0x00 1.--2. " CUR_LPM ,Current Low Power Mode" "RUN mode,WAIT mode,STOP mode,LPSTOPn mode" eventfld.long 0x00 0. " PSR ,Power status" "Low,High" group.long 0x40++0x3 line.long 0x00 "LPMR,Low Power Mode Register" bitfld.long 0x00 0.--1. " CLPCR ,Mode Control" "RUN,WAIT,STOP,RSVD" group.long 0x44++0x13 line.long 0x00 "IMR1,Interrupt Mask Register 1" bitfld.long 0x00 31. " DCU1 ,Enable DCU1 interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x00 30. " DCU0 ,Enable DCU0 interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x00 28. " SDHC1 ,Enable SDHC1 interrupt as source of wake-up from STOP mode" "Not masked,Masked" textline " " bitfld.long 0x00 27. " SDHC0 ,Enable SDHC0 interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x00 26. " DRAMC ,Enable DRAM Controller interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x00 25. " QSPI1 ,Enable QuadSPI1 interrupt as source of wake-up from STOP mode" "Not masked,Masked" textline " " bitfld.long 0x00 24. " QSPI0 ,Enable QuadSPI0 interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x00 22. " WDOGSNVS ,Enable WDOG-SNVS interrupt as source of wake-up from STOP mode" "Not masked,Masked" textline " " bitfld.long 0x00 21. " WDOGM4 ,Enable WDOG-M4 interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x00 20. " WDOGA5 ,Enable WDOG-A5 interrupt as source of wake-up from STOP mode" "Not masked,Masked" line.long 0x04 "IMR2,Interrupt Mask Register 2" bitfld.long 0x04 31. " UART2 ,Enable UART2 interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x04 30. " UART1 ,Enable UART1 interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x04 29. " UART0 ,Enable UART0 interrupt as source of wake-up from STOP mode" "Not masked,Masked" textline " " bitfld.long 0x04 28. " MLB ,Enable MLB interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x04 27. " FLEXCAN1 ,Enable FlexCAN1 interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x04 26. " FLEXCAN0 ,Enable FlexCAN0 interrupt as source of wake-up from STOP mode" "Not masked,Masked" textline " " bitfld.long 0x04 24. " DAC1 ,Enable DAC1 interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x04 23. " DAC0 ,Enable DAC0 interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x04 22. " ADC1 ,Enable ADC1 interrupt as source of wake-up from STOP mode" "Not masked,Masked" textline " " bitfld.long 0x04 21. " ADC0 ,Enable ADC0 interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x04 19. " ANADIGA ,Enable ANADIGA interrupt as source of wake-up from STOP mode" "Not masked,Masked" textline " " bitfld.long 0x04 18. " ANADIGB ,Enable ANADIGB interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x04 13. " FTM3 ,Enable FlexTimer3 interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x04 12. " FTM2 ,Enable FlexTimer2 interrupt as source of wake-up from STOP mode" "Not masked,Masked" textline " " bitfld.long 0x04 11. " FTM1 ,Enable FlexTimer1 interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x04 10. " FTM0 ,Enable FlexTimer0 interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x04 8. " LPTMR ,Enable LPTMR interrupt as source of wake-up from STOP mode" "Not masked,Masked" textline " " bitfld.long 0x04 7. " PIT ,Enable PIT interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x04 4. " LCD ,Enable LCD interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x04 3. " RLE ,Enable RLE interrupt as source of wake-up from STOP mode" "Not masked,Masked" textline " " bitfld.long 0x04 2. " GPU ,Enable GPU interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x04 0. " VIU ,Enable VIU interrupt as source of wake-up from STOP mode" "Not masked,Masked" line.long 0x08 "IMR3,Interrupt Mask Register 3" bitfld.long 0x08 31. " CCM_A ,Enable CCM_A interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x08 30. " CCM_B ,Enable CCM_B interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x08 28. " WKPU0 ,Enable WKPU0 interrupt as source of wake-up from STOP mode" "Not masked,Masked" textline " " bitfld.long 0x08 27. " CMU ,Enable CMU interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x08 26. " ASRC ,Enable ASRC interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x08 25. " SPDIF ,Enable SPDIF interrupt as source of wake-up from STOP mode" "Not masked,Masked" textline " " bitfld.long 0x08 24. " ESAI ,Enable ESAI interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x08 19. " NFC ,Enable NFC interrupt as source of wake-up from STOP mode" "Not masked,Masked" textline " " bitfld.long 0x08 18. " ESW ,Enable ESW interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x08 17. " 1588T1 ,Enable 1588 Timer 1 interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x08 16. " 1588T0 ,Enable 1588 Timer 0 interrupt as source of wake-up from STOP mode" "Not masked,Masked" textline " " bitfld.long 0x08 15. " ENET1 ,Enable ENET 1 interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x08 14. " ENET0 ,Enable ENET 0 interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x08 12. " USBC1 ,Enable USBC1 interrupt as source of wake-up from STOP mode" "Not masked,Masked" textline " " bitfld.long 0x08 11. " USBC0 ,Enable USBC0 interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x08 10. " I2C3 ,Enable I2C3 interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x08 9. " I2C2 ,Enable I2C2 interrupt as source of wake-up from STOP mode" "Not masked,Masked" textline " " bitfld.long 0x08 8. " I2C1 ,Enable I2C1interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x08 7. " I2C0 ,Enable I2C0 interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x08 6. " DSPI3 ,Enable DSPI3 interrupt as source of wake-up from STOP mode" "Not masked,Masked" textline " " bitfld.long 0x08 5. " DSPI2 ,Enable DSPI2 interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x08 4. " DSPI1 ,Enable DSPI1 interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x08 3. " DSPI0 ,Enable DSPI0 interrupt as source of wake-up from STOP mode" "Not masked,Masked" textline " " bitfld.long 0x08 2. " UART5 ,Enable UART5 interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x08 1. " UART4 ,Enable UART4 interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x08 0. " UART3 ,Enable UART3 interrupt as source of wake-up from STOP mode" "Not masked,Masked" line.long 0x0C "IMR4,Interrupt Mask Register" bitfld.long 0x0C 15. " GPIO4 ,Enable GPIO4 interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x0C 14. " GPIO3 ,Enable GPIO3 interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x0C 13. " GPIO2 ,Enable GPIO2 interrupt as source of wake-up from STOP mode" "Not masked,Masked" textline " " bitfld.long 0x0C 12. " GPIO1 ,Enable GPIO1 interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x0C 11. " GPIO0 ,Enable GPIO0 interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x0C 6. " CAAM ,Enable CAAM interrupt as source of wake-up from STOP mode" "Not masked,Masked" textline " " bitfld.long 0x0C 4. " SNVS ,Enable SNVS interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x0C 2. " EWM ,Enable EWM interrupt as source of wake-up from STOP mode" "Not masked,Masked" bitfld.long 0x0C 1. " PDB ,Enable PDB interrupt as source of wake-up from STOP mode" "Not masked,Masked" line.long 0x10 "ISR1,Interrupt Status Register 1" bitfld.long 0x10 31. " DCU1 ,DCU1 Interrupt" "No interrupt,Interrupt" bitfld.long 0x10 30. " DCU0 ,DCU0 Interrupt" "No interrupt,Interrupt" textline " " bitfld.long 0x10 28. " SDHC1 ,SDHC1 Interrupt" "No interrupt,Interrupt" bitfld.long 0x10 27. " SDHC0 ,SDHC0 Interrupt" "No interrupt,Interrupt" bitfld.long 0x10 26. " DRAMC ,DRAM Interrupt" "No interrupt,Interrupt" textline " " bitfld.long 0x10 25. " QSPI1 ,QuadSPI1 Interrupt" "No interrupt,Interrupt" bitfld.long 0x10 24. " QSPI0 ,QuadSPI0 Interrupt" "No interrupt,Interrupt" textline " " bitfld.long 0x10 22. " WDOG_SNVS ,WDOG-SNVS Interrupt" "No interrupt,Interrupt" bitfld.long 0x10 21. " WDOG_M4 ,WDOG-M4 Interrupt" "No interrupt,Interrupt" bitfld.long 0x10 20. " WDOG_A5 ,WDOG_A5 Interrupt" "No interrupt,Interrupt" rgroup.long 0x58++0x07 line.long 0x00 "ISR2,Interrupt Status Register 2" bitfld.long 0x00 31. " UART2 ,UART2 Interrupt" "No interrupt,Interrupt" bitfld.long 0x00 30. " UART1 ,UART1 Interrupt" "No interrupt,Interrupt" bitfld.long 0x00 29. " UART0 ,UART0 Interrupt" "No interrupt,Interrupt" textline " " bitfld.long 0x00 28. " MLB ,MLB Interrupt" "No interrupt,Interrupt" bitfld.long 0x00 27. " FlexCAN1 ,FlexCAN1 Interrupt" "No interrupt,Interrupt" bitfld.long 0x00 26. " FlexCAN0 ,FlexCAN0 Interrupt" "No interrupt,Interrupt" textline " " bitfld.long 0x00 24. " DAC1 ,DAC1 Interrupt" "No interrupt,Interrupt" bitfld.long 0x00 23. " DAC0 ,DAC0 Interrupt" "No interrupt,Interrupt" bitfld.long 0x00 22. " ADC1 ,ADC1 Interrupt" "No interrupt,Interrupt" textline " " bitfld.long 0x00 21. " ADC0 ,ADC0 Interrupt" "No interrupt,Interrupt" bitfld.long 0x00 19. " ANADIGA ,ANADIGA Interrupt" "No interrupt,Interrupt" bitfld.long 0x00 18. " ANADIGB ,ANADIGB Interrupt" "No interrupt,Interrupt" textline " " bitfld.long 0x00 13. " FlexTIMER3 ,FlexTimer3 Interrupt" "No interrupt,Interrupt" bitfld.long 0x00 12. " FLEXTIMER2 ,FlexTimer2 Interrupt" "No interrupt,Interrupt" bitfld.long 0x00 11. " FLEXTIMER1 ,FlexTimer1 Interrupt" "No interrupt,Interrupt" textline " " bitfld.long 0x00 10. " FlexTIMER0 ,FlexTimer0 Interrupt" "No interrupt,Interrupt" bitfld.long 0x00 8. " LPTMR ,LPTMR Interrupt" "No interrupt,Interrupt" bitfld.long 0x00 7. " PIT ,PIT Interrupt" "No interrupt,Interrupt" textline " " bitfld.long 0x00 4. " LCD ,LCD Interrupt" "No interrupt,Interrupt" textline " " bitfld.long 0x00 3. " RLE ,RLE Interrupt" "No interrupt,Interrupt" bitfld.long 0x00 2. " GPU ,GPU Interrupt" "No interrupt,Interrupt" bitfld.long 0x00 0. " VIU ,VIU Interrupt" "No interrupt,Interrupt" line.long 0x04 "ISR3,Interrupt Status Register 3" bitfld.long 0x04 31. " CCM_B ,CCM_B Interrupt" "No interrupt,Interrupt" bitfld.long 0x04 30. " CCM_A ,CCM_A Interrupt" "No interrupt,Interrupt" bitfld.long 0x04 28. " WKPU0 ,WKPU0 Interrupt" "No interrupt,Interrupt" textline " " bitfld.long 0x04 27. " CMU ,CMU Interrupt" "No interrupt,Interrupt" bitfld.long 0x04 26. " ASRC ,ASR Interrupt" "No interrupt,Interrupt" bitfld.long 0x04 25. " SPDIF ,SPDIF Interrupt" "No interrupt,Interrupt" textline " " bitfld.long 0x04 24. " ESAI ,ESAI Interrupt" "No interrupt,Interrupt" bitfld.long 0x04 19. " NFC ,NFC Interrupt" "No interrupt,Interrupt" textline " " bitfld.long 0x04 18. " ESW ,ESW Interrupt" "No interrupt,Interrupt" bitfld.long 0x04 17. " 1588T1 ,1588 Timer 1 Interrupt" "No interrupt,Interrupt" bitfld.long 0x04 16. " 1588T0 ,1588 Timer 0 Interrupt" "No interrupt,Interrupt" textline " " bitfld.long 0x04 15. " ENET1 ,ENET 1 Interrupt" "No interrupt,Interrupt" bitfld.long 0x04 14. " ENET0 ,ENET 0 Interrupt" "No interrupt,Interrupt" bitfld.long 0x04 12. " USBC1 ,USBC1 Interrupt" "No interrupt,Interrupt" textline " " bitfld.long 0x04 11. " USBC0 ,USBC0 Interrupt" "No interrupt,Interrupt" bitfld.long 0x04 10. " I2C3 ,I2C3 Interrupt" "No interrupt,Interrupt" bitfld.long 0x04 9. " I2C2 ,I2C2 Interrupt" "No interrupt,Interrupt" textline " " bitfld.long 0x04 8. " I2C1 ,I2C1 Interrupt" "No interrupt,Interrupt" bitfld.long 0x04 7. " I2C0 ,I2C0 Interrupt" "No interrupt,Interrupt" bitfld.long 0x04 6. " DSPI3 ,DSPI3 Interrupt" "No interrupt,Interrupt" textline " " bitfld.long 0x04 5. " DSPI2 ,DSPI2 Interrupt" "No interrupt,Interrupt" bitfld.long 0x04 4. " DSPI1 ,DSPI1 Interrupt" "No interrupt,Interrupt" bitfld.long 0x04 3. " DSPI0 ,DSPI0 Interrupt" "No interrupt,Interrupt" textline " " bitfld.long 0x04 2. " UART5 ,UART5 Interrupt" "No interrupt,Interrupt" bitfld.long 0x04 1. " UART4 ,UART4 Interrupt" "No interrupt,Interrupt" bitfld.long 0x04 0. " UART3 ,UART3 Interrupt" "No interrupt,Interrupt" group.long 0x60++0x3 line.long 0x00 "ISR4,Interrupt Status Register 4" bitfld.long 0x00 15. " GPIO4 ,GPIO4 Interrupt" "No interrupt,Interrupt" bitfld.long 0x00 14. " GPIO3 ,GPIO3 Interrupt" "No interrupt,Interrupt" bitfld.long 0x00 13. " GPIO2 ,GPIO2 Interrupt" "No interrupt,Interrupt" textline " " bitfld.long 0x00 12. " GPIO1 ,GPIO1 Interrupt" "No interrupt,Interrupt" bitfld.long 0x00 11. " GPIO0 ,GPIO0 Interrupt" "No interrupt,Interrupt" bitfld.long 0x00 6. " CAAM ,CAAM Interrupt" "No interrupt,Interrupt" textline " " bitfld.long 0x00 5. " SNVS_B ,SNVS_B Interrupt" "No interrupt,Interrupt" bitfld.long 0x00 4. " SNVS_A ,SNVS_A Interrupt" "No interrupt,Interrupt" bitfld.long 0x00 2. " EWM ,EWM Interrupt" "No interrupt,Interrupt" textline " " bitfld.long 0x00 1. " PDB ,PDB Interrupt" "No interrupt,Interrupt" bitfld.long 0x00 0. " SRC ,SRC Interrupt" "No interrupt,Interrupt" width 0xB tree.end tree "VREG (Voltage Regulator)" base ad:0x4006D000 width 6. group.long 0x0++0x3 line.long 0x00 "CTRL,Control Register" bitfld.long 0x00 16. " PORPU ,Use to control the i/p signal PORPU of voltage regulator during STOP/STANDBY mode" "Disabled,Enabled" bitfld.long 0x00 3. " HVD_PD ,HVD Power Down" "Disabled,Enabled" bitfld.long 0x00 2. " POR1P2_PD ,P0R1P2 Power Down" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " HVDMASK ,Mask HVD interrupt" "Disabled,Enabled" group.long 0x4++0x3 line.long 0x00 "STAT,Status register" eventfld.long 0x00 0. " HVDSTAT ,HVD interrupt" "Set,Cleared" width 0xB tree.end tree "SRC (System Reset Controller)" base ad:0x4006E000 width 7. group.long 0x0++0x03 line.long 0x00 "SCR,SRC Control Register" bitfld.long 0x00 12. " SW_RST ,S/W Reset request" "No request,Request" textline " " sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4") bitfld.long 0x00 7.--10. " CM4_WDGRST_MASK ,Mask wdog_rst_b of CM4 core" "Not masked,Not masked,Not masked,Not masked,Not masked,Masked,Not masked,Not masked,Not masked,Not masked,Not masked,Not masked,Not masked,Not masked,Not masked,Not masked" textline " " endif bitfld.long 0x00 0.--3. " CA5_WDGRST_MASK ,Mask wdog_rst_b of CA5 source" "Not masked,Not masked,Not masked,Not masked,Not masked,Masked,Not masked,Not masked,Not masked,Not masked,Not masked,Not masked,Not masked,Not masked,Not masked,Not masked" rgroup.long 0x4++0x03 line.long 0x00 "SBMR1,SRC Boot Mode Register 1" hexmask.long.byte 0x00 24.--31. 1. " BOOT_CFG4 ,BOOT configuration 4" hexmask.long.byte 0x00 16.--23. 1. " BOOT_CFG3 ,BOOT configuration 3" hexmask.long.byte 0x00 8.--15. 1. " BOOT_CFG2 ,BOOT configuration 2" textline " " hexmask.long.byte 0x00 0.--7. 1. " BOOT_CFG1 ,BOOT configuration 1" group.long 0x8++0x07 line.long 0x00 "SRSR,SRC Status Register" eventfld.long 0x00 31. " CM4_LCK ,CM4 in lockup" "Not indicated,Indicated" eventfld.long 0x00 30. " SOSC_OK ,No clock is detected on FOSC" "Not indicated,Indicated" textline " " eventfld.long 0x00 28. " CMU_FLL_FHH ,CMU event when BUS frequency clock is out of range" "Not indicated,Indicated" eventfld.long 0x00 27. " CMU_OLR ,CMU event when BUS frequency clock is out of range" "Not indicated,Indicated" eventfld.long 0x00 26. " REG_3P0_OK ,Anadig regulator 3.0V unstable event" "Not indicated,Indicated" textline " " eventfld.long 0x00 25. " REG_2P5_OK ,Anadig regulator 2.5V unstable event" "Not indicated,Indicated" eventfld.long 0x00 24. " REG_1P1_OK ,Anadig regulator 1.1V unstable event" "Not indicated,Indicated" textline " " eventfld.long 0x00 19. " CSU_ALARM_RST ,Paltform's CSU alarm event" "Not indicated,Indicated" eventfld.long 0x00 18. " SRC_SW_RST ,SRC_SCR[SW_RST] is set" "Not indicated,Indicated" eventfld.long 0x00 17. " SNVS_HARD_RST ,Hard Fail state of System Security Monitor" "Not indicated,Indicated" textline " " eventfld.long 0x00 16. " MDM_SYS_RST ,MDM-AP[SYSRESETREQ] is set" "Not indicated,Indicated" eventfld.long 0x00 12. " LP_LVD ,LP regulator's LVD event" "Not indicated,Indicated" eventfld.long 0x00 11. " LVD_P3P ,3.3V main supply is unstable" "Not indicated,Indicated" textline " " eventfld.long 0x00 10. " ULP_LVD ,ULP regulator's LVD event" "Not indicated,Indicated" eventfld.long 0x00 9. " HP_LVD ,HP regulator's LVD event" "Not indicated,Indicated" textline " " eventfld.long 0x00 8. " POR1P2 ,1.2V supply goes below 0.7V event" "Not indicated,Indicated" eventfld.long 0x00 7. " RESETB ,External reset event" "Not indicated,Indicated" eventfld.long 0x00 5. " JTAG_RST ,HIGH-Z JTAG event" "Not indicated,Indicated" textline " " sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4") eventfld.long 0x00 4. " WDOG_RST ,Watchdog Time-out event CM4 core" "Not indicated,Indicated" textline " " endif eventfld.long 0x00 3. " WDOG_RST ,Watchdog Time-out event CA5 core" "Not indicated,Indicated" eventfld.long 0x00 1. " CA5_WDG_RST ,Event from internal CA5 watchdog timer" "Not indicated,Indicated" textline " " eventfld.long 0x00 0. " POR_RST ,Event POR1- power on reset" "Not indicated,Indicated" line.long 0x04 "SECR,SRC_SERC" bitfld.long 0x04 4. " WRLOCK ,Once writeable" "0,1" textline " " bitfld.long 0x04 1. " SPIDEN ,Secure invasive debug enable" "Disabled,Enabled" bitfld.long 0x04 0. " SPNIDEN ,Secure non-invasive debug enable" "Disabled,Enabled" group.long 0x14++0x03 line.long 0x00 "SICR,SRC Reset Event Configuration Register" bitfld.long 0x00 31. " CM4_LCK ,Configures when CM4 is in lockup" "Disabled,Enabled" bitfld.long 0x00 29. " FOSC_OK_CFG ,Configures no clock is detected on FOSC" "Disabled,Enabled" textline " " bitfld.long 0x00 28. " CMU_FLL_FHH ,Configures CMU event when BUS frequency clock is out of range" "Disabled,Enabled" bitfld.long 0x00 27. " CMU_OLR ,Configures CMU event of FOSC frequency less than 40 Mhz" "Disabled,Enabled" bitfld.long 0x00 26. " REG_3P0 ,Configures Anadig regulator 3.0V unstable event" "Disabled,Enabled" textline " " bitfld.long 0x00 25. " REG_2P5 ,Configures Anadig regulator 2.5V unstable event" "Disabled,Enabled" bitfld.long 0x00 24. " REG_1P1_OK_CFG ,Configures Anadig regulator 1.1V unstable event" "Disabled,Enabled" bitfld.long 0x00 19. " CSU_ALARM_RST_CFG ,Configures paltform's CSU alarm event" "Disabled,Enabled" textline " " bitfld.long 0x00 17. " SNVS_HARD_RST ,Configures Hard Fail state of System Security Monitor" "Disabled,Enabled" bitfld.long 0x00 16. " MDM_SYS_RST ,Configures the MDM-AP[SYSRESETREQ] is set" "Disabled,Enabled" textline " " bitfld.long 0x00 5. " JTAG_RST_CFG ,Configures HIGH-Z JTAG event" "Disabled,Enabled" textline " " sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4") bitfld.long 0x00 4. " WDOG_RST_CFG , Configures watchdog Time-out event CM4 Core" "Disabled,Enabled" textline " " endif bitfld.long 0x00 3. " WDOG_RST_CFG , Configures watchdog Time-out event CA5 Core" "Disabled,Enabled" bitfld.long 0x00 1. " CA5_WDG_RST_CFG ,Configures event from internal CA5 watchdog timer" "Disabled,Enabled" group.long 0x18++0x3 line.long 0x00 "SIMR,SRC Interrupt Masking Register" bitfld.long 0x00 31. " CM4_LCK ,Masks interrupt when CM4 is in lockup" "Not masked,Masked" bitfld.long 0x00 30. " SOSC_OK ,Masks interrupt no clock is detected on SOSC" "Not masked,Masked" textline " " bitfld.long 0x00 28. " CMU_FLL_FHH ,Masks interrupt CMU event when BUS frequency clock is out of range" "Not masked,Masked" bitfld.long 0x00 27. " CMU_OLR ,Masks interrupt CMU event of FOSC frequency less than 40 Mhz" "Not masked,Masked" bitfld.long 0x00 26. " REG_3P0_OK ,Masks interrupt Anadig regulator 3.0V unstable event" "Not masked,Masked" textline " " bitfld.long 0x00 25. " REG_2P5_OK ,Masks interrupt Anadig regulator 2.5V unstable event" "Not masked,Masked" bitfld.long 0x00 24. " REG_1P1_OK ,Masks interrupt Anadig regulator 1.1V unstable event" "Not masked,Masked" bitfld.long 0x00 19. " CSU_ALARM_RST ,Masks interrupt paltform's CSU alarm event" "Not masked,Masked" textline " " bitfld.long 0x00 17. " SNVS_HARD_RST ,Masks interrupt Hard Fail state of System Security Monitor" "Not masked,Masked" bitfld.long 0x00 16. " MDM_SYS_RST ,Masks interrupt the MDM-AP[SYSRESETREQ] is set" "Not masked,Masked" bitfld.long 0x00 5. " JTAG_RST ,Masks interrupt HIGH-Z JTAG event" "Not masked,Masked" textline " " sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4") bitfld.long 0x00 4. " WDOG_RST ,Masks interrupts watchdog Time-out event -CM4 Core" "Not masked,Masked" textline " " endif bitfld.long 0x00 3. " WDOG_RST ,Masks interrupts watchdog Time-out event -CA5 Core" "Not masked,Masked" bitfld.long 0x00 1. " CA5_WDG_RST ,Masks interrupt event from internal CA5 watchdog timer" "Not masked,Masked" rgroup.long 0x1C++0x3 line.long 0x00 "SBMR2,SRC Boot Mode Register 2" bitfld.long 0x00 24.--25. " BMOD[1:0] ,BMOD" "0,1,2,3" bitfld.long 0x00 3. " DIR_BT_DIS ,DIR_BT_DIS" "0,1" bitfld.long 0x00 0.--1. " SEC_CONFIG[1:0] ,SEC_CONFIG" "0,1,2,3" group.long 0x20++0x2B line.long 0x0 "GPR0,General Purpose Register" line.long 0x4 "GPR1,General Purpose Register" line.long 0x8 "GPR2,General Purpose Register" line.long 0xC "GPR3,General Purpose Register" line.long 0x10 "GPR4,General Purpose Register" line.long 0x14 "HAB0,HAB" line.long 0x18 "HAB1,HAB" line.long 0x1C "HAB2,HAB" line.long 0x20 "HAB3,HAB" line.long 0x24 "HAB4,HAB" line.long 0x28 "HAB5,HAB" group.long 0x4C++0x3 line.long 0x00 "MISC0,MISC0" bitfld.long 0x00 31. " MISC0_31 ,FlexTimer Trigger5" "USB0 sof,External trigger" bitfld.long 0x00 30. " MISC0_30 ,FlexTimer Trigger4" "adc1_coco,USB1 sof" bitfld.long 0x00 29. " MISC0_29 ,FlexTimer Trigger3" "USB0 sof,External trigger" textline " " bitfld.long 0x00 28. " MISC0_28 ,FlexTimer Trigger2" "adc1_coco,USB1 sof" bitfld.long 0x00 27. " MISC0_27 ,FlexTimer Trigger1" "USB0 sof,External trigger" bitfld.long 0x00 26. " MISC0_26 ,FlexTimer Trigger0" "USB0 sof,External trigger" group.long 0x50++0x3 line.long 0x00 "MISC1,MISC1" bitfld.long 0x00 31. " MISC1_31 ,Selects pre_trigger ->ext_hwts[1] for ADC1 in standby mode" "Not selected,Selected" bitfld.long 0x00 30. " MISC1_30 ,Selects pre_trigger ->ext_hwts[0] for ADC1 in standby mode" "Not selected,Selected" bitfld.long 0x00 29. " MISC1_29 ,Selects pre_trigger ->ext_hwts[1] for ADC0 in standby mode" "Not selected,Selected" textline " " bitfld.long 0x00 28. " MISC1_28 ,Selects pre_trigger ->ext_hwts[0] for ADC0 in standby mode" "Not selected,Selected" bitfld.long 0x00 27. " MISC1_27 ,Selects between lptimer trigger and PDB trigger for ADC1" "PDB,LPTIMER" bitfld.long 0x00 26. " MISC1_26 ,Selects between lptimer trigger and PDB trigger for ADC0" "PDB,LPTIMER" textline " " bitfld.long 0x00 15. " MISC1_15 ,FTM3 Fault Input3" "Disabled,Enabled" bitfld.long 0x00 14. " MISC1_14 ,FTM3 Fault Input2" "Disabled,Enabled" bitfld.long 0x00 13. " MISC1_13 ,FTM3 Fault Input1 Debug" "Disabled,Enable" textline " " bitfld.long 0x00 12. " MISC1_12 ,FTM3 Fault Input0" "Disabled,Enabled" bitfld.long 0x00 11. " MISC1_11 ,FTM2 Fault Input3 Use" "External tamper,LFSR mesh" bitfld.long 0x00 10. " MISC1_10 ,FTM2 Fault Input2 Use" "External tamper,LFSR mesh" textline " " bitfld.long 0x00 9. " MISC1_9 ,FTM2 Fault Input1" "Disabled,Enabled" bitfld.long 0x00 8. " MISC1_8 ,FTM2 Fault Input0" "Disabled,Enabled" bitfld.long 0x00 7. " MISC1_7 ,FTM1 Fault Input3" "Disabled,Enabled" textline " " bitfld.long 0x00 6. " MISC1_6 ,FTM1 Fault Input2" "Disabled,Enabled" bitfld.long 0x00 5. " MISC1_5 ,FTM1 Fault Input1" "Disabled,Enabled" bitfld.long 0x00 4. " MISC1_4 ,FTM1 Fault Input0" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " MISC1_3 ,FTM0 Fault Input3" "Disabled,Enabled" bitfld.long 0x00 2. " MISC1_2 ,FTM0 Fault Input2" "Disabled,Enabled" bitfld.long 0x00 1. " MISC1_1 ,FTM0 Fault Input1" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " MISC1_0 ,FTM0 Fault Input0" "Disabled,Enabled" group.long 0x54++0x3 line.long 0x00 "MISC2,MISC2" bitfld.long 0x00 9. " MISC2_9 ,VIU mux select" "VIU,VADC" bitfld.long 0x00 8. " MISC2_8 ,Anacatum" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " MISC2_0 ,DDR RESET control on Standby" "0,1" group.long 0x58++0x3 line.long 0x00 "MISC3,MISC3" bitfld.long 0x00 13.--15. " MISC3_15_13 ,Select the time-out period for the timeout monitor on flexbus" "65536,32768,16384,8192,4096,2048,1024,512" bitfld.long 0x00 12. " MISC3_12 ,Enable timeout monitor for Flexbus to prevent device hand on bus error" "Disabled,Enabled" textline " " bitfld.long 0x00 11. " MISC3_11 ,Select source of USB1 Overcurrent" "IOMUX,SRC_MISC3[10]" bitfld.long 0x00 10. " MISC3_10 ,Drives USB1 OverCurrent when SRC_MISC3[11]" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " MISC3_9 ,Select source of USB0 Overcurrent" "IOMUX,SRC_MISC3[8]" bitfld.long 0x00 8. " MISC3_8 ,Drives USB0 overcurrent when SRC_MISC3[9] is asserted" "Disabled,Enabled" textline " " bitfld.long 0x00 5. " MISC3_5 ,QSPI1 - Flash Port A- MACRONIX SEL" "Disabled,Enabled" bitfld.long 0x00 4. " MISC3_4 ,QSPI0 - Flash PortB - MACRONIX SEL" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " MISC3_3 ,QSPI0 - Flash Port A- MACRONIX SEL" "Disabled,Enabled" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4") textline " " bitfld.long 0x00 2. " MISC3_2 ,Mask debug_ack of CM4" "Not masked,Masked" endif textline " " bitfld.long 0x00 1. " MISC3_1 ,Mask debug_ack of CA5" "Not masked,Masked" textline " " bitfld.long 0x00 0. " MISC3_0 ,MLB or ENETM1 select as Master 9 port" "ENET MAC1,MLB" width 0xB tree.end tree "eDMA (Direct Memory Access Controller)" tree "eDMA 0" base ad:0x40018000 width 10. tree "Control and Status Registers" group.long 0x0++0x3 line.long 0x00 "CR,Control Register" bitfld.long 0x00 17. " CX ,Cancel Transfer" "Normal operation,Cancelled" bitfld.long 0x00 16. " ECX ,Error Cancel Transfer" "Normal operation,Cancelled" bitfld.long 0x00 10. " GRP1PRI ,Channel Group 1 Priority" "0,1" textline " " bitfld.long 0x00 8. " GRP0PRI ,Channel Group 0 Priority" "0,1" bitfld.long 0x00 7. " EMLM ,Enable Minor Loop Mapping" "Disabled,Enabled" bitfld.long 0x00 6. " CLM ,Continuous Link Mode" "Disabled,Enabled" textline " " bitfld.long 0x00 5. " HALT ,Halt DMA Operations" "Normal operation,Halted" bitfld.long 0x00 4. " HOE ,Halt On Error" "Normal operation,Halted" bitfld.long 0x00 3. " ERGA ,Enable Round Robin Group Arbitration" "Fixed priority,Round robin" textline " " bitfld.long 0x00 2. " ERCA ,Enable Round Robin Channel Arbitration" "Fixed priority,Round robin" bitfld.long 0x00 1. " EDBG ,Enable Debug" "Disabled,Enabled" rgroup.long 0x4++0x3 line.long 0x00 "ES,Error Status Register" bitfld.long 0x00 31. " VLD ,Logical OR of all ERR status bits" "Invalid,Valid" bitfld.long 0x00 16. " ECX ,Transfer Cancelled" "Not cancelled,Cancelled" textline " " bitfld.long 0x00 15. " GPE ,Group Priority Error" "No error,Error" bitfld.long 0x00 14. " CPE ,Channel Priority Error" "No error,Error" bitfld.long 0x00 8.--12. " ERRCHN , Error Channel Number or Cancelled Channel Number" "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 7. " SAE ,Source Address Error" "No error,Error" bitfld.long 0x00 6. " SOE ,Source Offset Error" "No Error,Error" bitfld.long 0x00 5. " DAE ,Destination Address Error" "No Error,Error" textline " " bitfld.long 0x00 4. " DOE ,Destination Offset Error" "No error,Error" bitfld.long 0x00 3. " NCE ,NBYTES/CITER Configuration Error" "No error,Error" bitfld.long 0x00 2. " SGE ,Scatter/Gather Configuration Error" "No error,Error" textline " " bitfld.long 0x00 1. " SBE ,Source Bus Error" "No error,Error" bitfld.long 0x00 0. " DBE ,Destination Bus Error" "No error,Error" tree.end tree "Interrupt Registers" group.long 0x0C++0x03 line.long 0x00 "ERQ,Enable Request Register" bitfld.long 0x00 31. " ERQ31 ,Enable DMA Request 31" "Disabled,Enabled" bitfld.long 0x00 30. " ERQ30 ,Enable DMA Request 30" "Disabled,Enabled" bitfld.long 0x00 29. " ERQ29 ,Enable DMA Request 29" "Disabled,Enabled" textline " " bitfld.long 0x00 28. " ERQ28 ,Enable DMA Request 28" "Disabled,Enabled" bitfld.long 0x00 27. " ERQ27 ,Enable DMA Request 27" "Disabled,Enabled" bitfld.long 0x00 26. " ERQ26 ,Enable DMA Request 26" "Disabled,Enabled" textline " " bitfld.long 0x00 25. " ERQ25 ,Enable DMA Request 25" "Disabled,Enabled" bitfld.long 0x00 24. " ERQ24 ,Enable DMA Request 24" "Disabled,Enabled" bitfld.long 0x00 23. " ERQ23 ,Enable DMA Request 23" "Disabled,Enabled" textline " " bitfld.long 0x00 22. " ERQ22 ,Enable DMA Request 22" "Disabled,Enabled" bitfld.long 0x00 21. " ERQ21 ,Enable DMA Request 21" "Disabled,Enabled" bitfld.long 0x00 20. " ERQ20 ,Enable DMA Request 20" "Disabled,Enabled" textline " " bitfld.long 0x00 19. " ERQ19 ,Enable DMA Request 19" "Disabled,Enabled" bitfld.long 0x00 18. " ERQ18 ,Enable DMA Request 18" "Disabled,Enabled" bitfld.long 0x00 17. " ERQ17 ,Enable DMA Request 17" "Disabled,Enabled" textline " " bitfld.long 0x00 16. " ERQ16 ,Enable DMA Request 16" "Disabled,Enabled" bitfld.long 0x00 15. " ERQ15 ,Enable DMA Request 15" "Disabled,Enabled" bitfld.long 0x00 14. " ERQ14 ,Enable DMA Request 14" "Disabled,Enabled" textline " " bitfld.long 0x00 13. " ERQ13 ,Enable DMA Request 13" "Disabled,Enabled" bitfld.long 0x00 12. " ERQ12 ,Enable DMA Request 12" "Disabled,Enabled" bitfld.long 0x00 11. " ERQ11 ,Enable DMA Request 11" "Disabled,Enabled" textline " " bitfld.long 0x00 10. " ERQ10 ,Enable DMA Request 10" "Disabled,Enabled" bitfld.long 0x00 9. " ERQ9 ,Enable DMA Request 9" "Disabled,Enabled" bitfld.long 0x00 8. " ERQ8 ,Enable DMA Request 8" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " ERQ7 ,Enable DMA Request 7" "Disabled,Enabled" bitfld.long 0x00 6. " ERQ6 ,Enable DMA Request 6" "Disabled,Enabled" bitfld.long 0x00 5. " ERQ5 ,Enable DMA Request 5" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " ERQ4 ,Enable DMA Request 4" "Disabled,Enabled" bitfld.long 0x00 3. " ERQ3 ,Enable DMA Request 3" "Disabled,Enabled" bitfld.long 0x00 2. " ERQ2 ,Enable DMA Request 2" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " ERQ1 ,Enable DMA Request 1" "Disabled,Enabled" bitfld.long 0x00 0. " ERQ0 ,Enable DMA Request 0" "Disabled,Enabled" group.long 0x14++0x03 line.long 0x00 "EEI,Enable Error Interrupt Register" bitfld.long 0x00 31. " EEI31 ,Enable Error Interrupt 31" "Disabled,Enabled" bitfld.long 0x00 30. " EEI30 ,Enable Error Interrupt 30" "Disabled,Enabled" bitfld.long 0x00 29. " EEI29 ,Enable Error Interrupt 29" "Disabled,Enabled" textline " " bitfld.long 0x00 28. " EEI28 ,Enable Error Interrupt 28" "Disabled,Enabled" bitfld.long 0x00 27. " EEI27 ,Enable Error Interrupt 27" "Disabled,Enabled" bitfld.long 0x00 26. " EEI26 ,Enable Error Interrupt 26" "Disabled,Enabled" textline " " bitfld.long 0x00 25. " EEI25 ,Enable Error Interrupt 25" "Disabled,Enabled" bitfld.long 0x00 24. " EEI24 ,Enable Error Interrupt 24" "Disabled,Enabled" bitfld.long 0x00 23. " EEI23 ,Enable Error Interrupt 23" "Disabled,Enabled" textline " " bitfld.long 0x00 22. " EEI22 ,Enable Error Interrupt 22" "Disabled,Enabled" bitfld.long 0x00 21. " EEI21 ,Enable Error Interrupt 21" "Disabled,Enabled" bitfld.long 0x00 20. " EEI20 ,Enable Error Interrupt 20" "Disabled,Enabled" textline " " bitfld.long 0x00 19. " EEI19 ,Enable Error Interrupt 19" "Disabled,Enabled" bitfld.long 0x00 18. " EEI18 ,Enable Error Interrupt 18" "Disabled,Enabled" bitfld.long 0x00 17. " EEI17 ,Enable Error Interrupt 17" "Disabled,Enabled" textline " " bitfld.long 0x00 16. " EEI16 ,Enable Error Interrupt 16" "Disabled,Enabled" bitfld.long 0x00 15. " EEI15 ,Enable Error Interrupt 15" "Disabled,Enabled" bitfld.long 0x00 14. " EEI14 ,Enable Error Interrupt 14" "Disabled,Enabled" textline " " bitfld.long 0x00 13. " EEI13 ,Enable Error Interrupt 13" "Disabled,Enabled" bitfld.long 0x00 12. " EEI12 ,Enable Error Interrupt 12" "Disabled,Enabled" bitfld.long 0x00 11. " EEI11 ,Enable Error Interrupt 11" "Disabled,Enabled" textline " " bitfld.long 0x00 10. " EEI10 ,Enable Error Interrupt 10" "Disabled,Enabled" bitfld.long 0x00 9. " EEI9 ,Enable Error Interrupt 9" "Disabled,Enabled" bitfld.long 0x00 8. " EEI8 ,Enable Error Interrupt 8" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " EEI7 ,Enable Error Interrupt 7" "Disabled,Enabled" bitfld.long 0x00 6. " EEI6 ,Enable Error Interrupt 6" "Disabled,Enabled" bitfld.long 0x00 5. " EEI5 ,Enable Error Interrupt 5" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " EEI4 ,Enable Error Interrupt 4" "Disabled,Enabled" bitfld.long 0x00 3. " EEI3 ,Enable Error Interrupt 3" "Disabled,Enabled" bitfld.long 0x00 2. " EEI2 ,Enable Error Interrupt 2" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " EEI1 ,Enable Error Interrupt 1" "Disabled,Enabled" bitfld.long 0x00 0. " EEI0 ,Enable Error Interrupt 0" "Disabled,Enabled" wgroup.byte 0x18++0x07 line.byte 0x00 "CEEI,Clear Enable Error Interrupt Register" bitfld.byte 0x00 7. " NOP ,No operation" "Normal,Enable" bitfld.byte 0x00 6. " CAEE ,Clear All Enable Error Interrupts" "Clear EEI,Clear all" bitfld.byte 0x00 0.--4. " CEEI ,Clear Enable Error Interrupt" "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.byte 0x01 "SEEI,Set Enable Error Interrupt Register" bitfld.byte 0x01 7. " NOP ,No operation" "Normal,Enable" bitfld.byte 0x01 6. " SAEE ,Sets All Enable Error Interrupts" "Set EEI,Set all" bitfld.byte 0x01 0.--4. " SEEI ,Set Enable Error Interrupt" "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.byte 0x02 "CERQ,Clear Enable Request Register" bitfld.byte 0x02 7. " NOP ,No operation" "Normal,Enable" bitfld.byte 0x02 6. " CAER ,Clear All Enable Requests" "Clear ERQ,Clear all" bitfld.byte 0x02 0.--4. " CERQ ,Clear Enable Request" "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.byte 0x03 "SERQ,Set Enable Request Register" bitfld.byte 0x03 7. " NOP ,No operation" "Normal,Enable" bitfld.byte 0x03 6. " SAER ,Set All Enable Requests" "Set ERQ,Set all" bitfld.byte 0x03 0.--4. " SERQ ,Set Enable Request" "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.byte 0x04 "CDNE,Clear DONE Status Bit Register" bitfld.byte 0x04 7. " NOP ,No operation" "Normal,Enable" bitfld.byte 0x04 6. " CADN ,Clears All DONE Bits in TCDn_CSR" "Clear DONE,Clear all" bitfld.byte 0x04 0.--4. " CDNE ,Clear DONE Bit" "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.byte 0x05 "SSRT,Set START Bit Register" bitfld.byte 0x05 7. " NOP ,No operation" "Normal,Enable" bitfld.byte 0x05 6. " SAST ,Set All START Bits (activates all channels) in TCDn_CSR" "Set START,Set all" bitfld.byte 0x05 0.--4. " SSRT ,Set START Bit" "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.byte 0x06 "CERR,Clear Error Register" bitfld.byte 0x06 7. " NOP ,No operation" "Normal,Enable" bitfld.byte 0x06 6. " CAEI ,Clear All Error Indicators" "Clear ERR,Clear all" bitfld.byte 0x06 0.--4. " CERR ,Clear Error Indicator" "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.byte 0x07 "CINT,Clear Interrupt Request Register" bitfld.byte 0x07 7. " NOP ,No operation" "Normal,Enable" bitfld.byte 0x07 6. " CAIR ,Clear All Interrupt Requests" "Clear INT,Clear all" bitfld.byte 0x07 0.--4. " CINT ,Clear interrupt request" "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" group.long 0x24++0x03 line.long 0x00 "INT,Interrupt Request Register" eventfld.long 0x00 31. " INT31 ,Interrupt Request 31" "Cleared,Active" eventfld.long 0x00 30. " INT30 ,Interrupt Request 30" "Cleared,Active" eventfld.long 0x00 29. " INT29 ,Interrupt Request 29" "Cleared,Active" textline " " eventfld.long 0x00 28. " INT28 ,Interrupt Request 28" "Cleared,Active" eventfld.long 0x00 27. " INT27 ,Interrupt Request 27" "Cleared,Active" eventfld.long 0x00 26. " INT26 ,Interrupt Request 26" "Cleared,Active" textline " " eventfld.long 0x00 25. " INT25 ,Interrupt Request 25" "Cleared,Active" eventfld.long 0x00 24. " INT24 ,Interrupt Request 24" "Cleared,Active" eventfld.long 0x00 23. " INT23 ,Interrupt Request 23" "Cleared,Active" textline " " eventfld.long 0x00 22. " INT22 ,Interrupt Request 22" "Cleared,Active" eventfld.long 0x00 21. " INT21 ,Interrupt Request 21" "Cleared,Active" eventfld.long 0x00 20. " INT20 ,Interrupt Request 20" "Cleared,Active" textline " " eventfld.long 0x00 19. " INT19 ,Interrupt Request 19" "Cleared,Active" eventfld.long 0x00 18. " INT18 ,Interrupt Request 18" "Cleared,Active" eventfld.long 0x00 17. " INT17 ,Interrupt Request 17" "Cleared,Active" textline " " eventfld.long 0x00 16. " INT16 ,Interrupt Request 16" "Cleared,Active" eventfld.long 0x00 15. " INT15 ,Interrupt Request 15" "Cleared,Active" eventfld.long 0x00 14. " INT14 ,Interrupt Request 14" "Cleared,Active" textline " " eventfld.long 0x00 13. " INT13 ,Interrupt Request 13" "Cleared,Active" eventfld.long 0x00 12. " INT12 ,Interrupt Request 12" "Cleared,Active" eventfld.long 0x00 11. " INT11 ,Interrupt Request 11" "Cleared,Active" textline " " eventfld.long 0x00 10. " INT10 ,Interrupt Request 10" "Cleared,Active" eventfld.long 0x00 9. " INT9 ,Interrupt Request 9" "Cleared,Active" eventfld.long 0x00 8. " INT8 ,Interrupt Request 8" "Cleared,Active" textline " " eventfld.long 0x00 7. " INT7 ,Interrupt Request 7" "Cleared,Active" eventfld.long 0x00 6. " INT6 ,Interrupt Request 6" "Cleared,Active" eventfld.long 0x00 5. " INT5 ,Interrupt Request 5" "Cleared,Active" textline " " eventfld.long 0x00 4. " INT4 ,Interrupt Request 4" "Cleared,Active" eventfld.long 0x00 3. " INT3 ,Interrupt Request 3" "Cleared,Active" eventfld.long 0x00 2. " INT2 ,Interrupt Request 2" "Cleared,Active" textline " " eventfld.long 0x00 1. " INT1 ,Interrupt Request 1" "Cleared,Active" eventfld.long 0x00 0. " INT0 ,Interrupt Request 0" "Cleared,Active" group.long 0x2C++0x03 line.long 0x00 "ERR,Error Register" eventfld.long 0x00 31. " ERR31 ,Error In Channel 31" "No error,Error" eventfld.long 0x00 30. " ERR30 ,Error In Channel 30" "No error,Error" eventfld.long 0x00 29. " ERR29 ,Error In Channel 29" "No error,Error" textline " " eventfld.long 0x00 28. " ERR28 ,Error In Channel 28" "No error,Error" eventfld.long 0x00 27. " ERR27 ,Error In Channel 27" "No error,Error" eventfld.long 0x00 26. " ERR26 ,Error In Channel 26" "No error,Error" textline " " eventfld.long 0x00 25. " ERR25 ,Error In Channel 25" "No error,Error" eventfld.long 0x00 24. " ERR24 ,Error In Channel 24" "No error,Error" eventfld.long 0x00 23. " ERR23 ,Error In Channel 23" "No error,Error" textline " " eventfld.long 0x00 22. " ERR22 ,Error In Channel 22" "No error,Error" eventfld.long 0x00 21. " ERR21 ,Error In Channel 21" "No error,Error" eventfld.long 0x00 20. " ERR20 ,Error In Channel 20" "No error,Error" textline " " eventfld.long 0x00 19. " ERR19 ,Error In Channel 19" "No error,Error" eventfld.long 0x00 18. " ERR18 ,Error In Channel 18" "No error,Error" eventfld.long 0x00 17. " ERR17 ,Error In Channel 17" "No error,Error" textline " " eventfld.long 0x00 16. " ERR16 ,Error In Channel 16" "No error,Error" eventfld.long 0x00 15. " ERR15 ,Error In Channel 15" "No error,Error" eventfld.long 0x00 14. " ERR14 ,Error In Channel 14" "No error,Error" textline " " eventfld.long 0x00 13. " ERR13 ,Error In Channel 13" "No error,Error" eventfld.long 0x00 12. " ERR12 ,Error In Channel 12" "No error,Error" eventfld.long 0x00 11. " ERR11 ,Error In Channel 11" "No error,Error" textline " " eventfld.long 0x00 10. " ERR10 ,Error In Channel 10" "No error,Error" eventfld.long 0x00 9. " ERR9 ,Error In Channel 9" "No error,Error" eventfld.long 0x00 8. " ERR8 ,Error In Channel 8" "No error,Error" textline " " eventfld.long 0x00 7. " ERR7 ,Error In Channel 7" "No error,Error" eventfld.long 0x00 6. " ERR6 ,Error In Channel 6" "No error,Error" eventfld.long 0x00 5. " ERR5 ,Error In Channel 5" "No error,Error" textline " " eventfld.long 0x00 4. " ERR4 ,Error In Channel 4" "No error,Error" eventfld.long 0x00 3. " ERR3 ,Error In Channel 3" "No error,Error" eventfld.long 0x00 2. " ERR2 ,Error In Channel 2" "No error,Error" textline " " eventfld.long 0x00 1. " ERR1 ,Error In Channel 1" "No error,Error" eventfld.long 0x00 0. " ERR0 ,Error In Channel 0" "No error,Error" group.long 0x34++0x3 line.long 0x00 "HRS,Hardware Request Status Register" bitfld.long 0x00 31. " HRS31 ,Hardware Request Status Channel 31" "Not requested,Requested" bitfld.long 0x00 30. " HRS30 ,Hardware Request Status Channel 30" "Not requested,Requested" bitfld.long 0x00 29. " HRS29 ,Hardware Request Status Channel 29" "Not requested,Requested" textline " " bitfld.long 0x00 28. " HRS28 ,Hardware Request Status Channel 28" "Not requested,Requested" bitfld.long 0x00 27. " HRS27 ,Hardware Request Status Channel 27" "Not requested,Requested" bitfld.long 0x00 26. " HRS26 ,Hardware Request Status Channel 26" "Not requested,Requested" textline " " bitfld.long 0x00 25. " HRS25 ,Hardware Request Status Channel 25" "Not requested,Requested" bitfld.long 0x00 24. " HRS24 ,Hardware Request Status Channel 24" "Not requested,Requested" bitfld.long 0x00 23. " HRS23 ,Hardware Request Status Channel 23" "Not requested,Requested" textline " " bitfld.long 0x00 22. " HRS22 ,Hardware Request Status Channel 22" "Not requested,Requested" bitfld.long 0x00 21. " HRS21 ,Hardware Request Status Channel 21" "Not requested,Requested" bitfld.long 0x00 20. " HRS20 ,Hardware Request Status Channel 20" "Not requested,Requested" textline " " bitfld.long 0x00 19. " HRS19 ,Hardware Request Status Channel 19" "Not requested,Requested" bitfld.long 0x00 18. " HRS18 ,Hardware Request Status Channel 18" "Not requested,Requested" bitfld.long 0x00 17. " HRS17 ,Hardware Request Status Channel 17" "Not requested,Requested" textline " " bitfld.long 0x00 16. " HRS16 ,Hardware Request Status Channel 16" "Not requested,Requested" bitfld.long 0x00 15. " HRS15 ,Hardware Request Status Channel 15" "Not requested,Requested" bitfld.long 0x00 14. " HRS14 ,Hardware Request Status Channel 14" "Not requested,Requested" textline " " bitfld.long 0x00 13. " HRS13 ,Hardware Request Status Channel 13" "Not requested,Requested" bitfld.long 0x00 12. " HRS12 ,Hardware Request Status Channel 12" "Not requested,Requested" bitfld.long 0x00 11. " HRS11 ,Hardware Request Status Channel 11" "Not requested,Requested" textline " " bitfld.long 0x00 10. " HRS10 ,Hardware Request Status Channel 10" "Not requested,Requested" bitfld.long 0x00 9. " HRS9 ,Hardware Request Status Channel 9" "Not requested,Requested" bitfld.long 0x00 8. " HRS8 ,Hardware Request Status Channel 8" "Not requested,Requested" textline " " bitfld.long 0x00 7. " HRS7 ,Hardware Request Status Channel 7" "Not requested,Requested" bitfld.long 0x00 6. " HRS6 ,Hardware Request Status Channel 6" "Not requested,Requested" bitfld.long 0x00 5. " HRS5 ,Hardware Request Status Channel 5" "Not requested,Requested" textline " " bitfld.long 0x00 4. " HRS4 ,Hardware Request Status Channel 4" "Not requested,Requested" bitfld.long 0x00 3. " HRS3 ,Hardware Request Status Channel 3" "Not requested,Requested" bitfld.long 0x00 2. " HRS2 ,Hardware Request Status Channel 2" "Not requested,Requested" textline " " bitfld.long 0x00 1. " HRS1 ,Hardware Request Status Channel 1" "Not requested,Requested" bitfld.long 0x00 0. " HRS0 ,Hardware Request Status Channel 0" "Not requested,Requested" tree.end tree "Channel Priority Registers" width 16. group.long 0x100++0x1F line.byte 0x0 "DMA0_DCHPRI3,Channel 0 Priority Register" bitfld.byte 0x0 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x0 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x0 4.--5. " GRPPRI ,Channel 0 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x0 0.--3. " CHPRI ,Channel 0 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x1 "DMA0_DCHPRI2,Channel 1 Priority Register" bitfld.byte 0x1 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x1 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x1 4.--5. " GRPPRI ,Channel 1 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x1 0.--3. " CHPRI ,Channel 1 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x2 "DMA0_DCHPRI1,Channel 2 Priority Register" bitfld.byte 0x2 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x2 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x2 4.--5. " GRPPRI ,Channel 2 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x2 0.--3. " CHPRI ,Channel 2 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x3 "DMA0_DCHPRI0,Channel 3 Priority Register" bitfld.byte 0x3 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x3 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x3 4.--5. " GRPPRI ,Channel 3 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x3 0.--3. " CHPRI ,Channel 3 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x4 "DMA0_DCHPRI7,Channel 4 Priority Register" bitfld.byte 0x4 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x4 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x4 4.--5. " GRPPRI ,Channel 4 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x4 0.--3. " CHPRI ,Channel 4 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x5 "DMA0_DCHPRI6,Channel 5 Priority Register" bitfld.byte 0x5 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x5 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x5 4.--5. " GRPPRI ,Channel 5 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x5 0.--3. " CHPRI ,Channel 5 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x6 "DMA0_DCHPRI5,Channel 6 Priority Register" bitfld.byte 0x6 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x6 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x6 4.--5. " GRPPRI ,Channel 6 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x6 0.--3. " CHPRI ,Channel 6 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x7 "DMA0_DCHPRI4,Channel 7 Priority Register" bitfld.byte 0x7 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x7 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x7 4.--5. " GRPPRI ,Channel 7 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x7 0.--3. " CHPRI ,Channel 7 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x8 "DMA0_DCHPRI11,Channel 8 Priority Register" bitfld.byte 0x8 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x8 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x8 4.--5. " GRPPRI ,Channel 8 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x8 0.--3. " CHPRI ,Channel 8 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x9 "DMA0_DCHPRI10,Channel 9 Priority Register" bitfld.byte 0x9 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x9 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x9 4.--5. " GRPPRI ,Channel 9 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x9 0.--3. " CHPRI ,Channel 9 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0xA "DMA0_DCHPRI9,Channel 10 Priority Register" bitfld.byte 0xA 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0xA 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0xA 4.--5. " GRPPRI ,Channel 10 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0xA 0.--3. " CHPRI ,Channel 10 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0xB "DMA0_DCHPRI8,Channel 11 Priority Register" bitfld.byte 0xB 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0xB 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0xB 4.--5. " GRPPRI ,Channel 11 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0xB 0.--3. " CHPRI ,Channel 11 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0xC "DMA0_DCHPRI15,Channel 12 Priority Register" bitfld.byte 0xC 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0xC 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0xC 4.--5. " GRPPRI ,Channel 12 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0xC 0.--3. " CHPRI ,Channel 12 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0xD "DMA0_DCHPRI14,Channel 13 Priority Register" bitfld.byte 0xD 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0xD 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0xD 4.--5. " GRPPRI ,Channel 13 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0xD 0.--3. " CHPRI ,Channel 13 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0xE "DMA0_DCHPRI13,Channel 14 Priority Register" bitfld.byte 0xE 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0xE 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0xE 4.--5. " GRPPRI ,Channel 14 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0xE 0.--3. " CHPRI ,Channel 14 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0xF "DMA0_DCHPRI12,Channel 15 Priority Register" bitfld.byte 0xF 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0xF 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0xF 4.--5. " GRPPRI ,Channel 15 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0xF 0.--3. " CHPRI ,Channel 15 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x10 "DMA0_DCHPRI19,Channel 16 Priority Register" bitfld.byte 0x10 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x10 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x10 4.--5. " GRPPRI ,Channel 16 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x10 0.--3. " CHPRI ,Channel 16 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x11 "DMA0_DCHPRI18,Channel 17 Priority Register" bitfld.byte 0x11 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x11 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x11 4.--5. " GRPPRI ,Channel 17 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x11 0.--3. " CHPRI ,Channel 17 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x12 "DMA0_DCHPRI17,Channel 18 Priority Register" bitfld.byte 0x12 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x12 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x12 4.--5. " GRPPRI ,Channel 18 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x12 0.--3. " CHPRI ,Channel 18 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x13 "DMA0_DCHPRI16,Channel 19 Priority Register" bitfld.byte 0x13 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x13 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x13 4.--5. " GRPPRI ,Channel 19 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x13 0.--3. " CHPRI ,Channel 19 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x14 "DMA0_DCHPRI23,Channel 20 Priority Register" bitfld.byte 0x14 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x14 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x14 4.--5. " GRPPRI ,Channel 20 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x14 0.--3. " CHPRI ,Channel 20 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x15 "DMA0_DCHPRI22,Channel 21 Priority Register" bitfld.byte 0x15 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x15 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x15 4.--5. " GRPPRI ,Channel 21 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x15 0.--3. " CHPRI ,Channel 21 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x16 "DMA0_DCHPRI21,Channel 22 Priority Register" bitfld.byte 0x16 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x16 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x16 4.--5. " GRPPRI ,Channel 22 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x16 0.--3. " CHPRI ,Channel 22 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x17 "DMA0_DCHPRI20,Channel 23 Priority Register" bitfld.byte 0x17 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x17 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x17 4.--5. " GRPPRI ,Channel 23 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x17 0.--3. " CHPRI ,Channel 23 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x18 "DMA0_DCHPRI27,Channel 24 Priority Register" bitfld.byte 0x18 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x18 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x18 4.--5. " GRPPRI ,Channel 24 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x18 0.--3. " CHPRI ,Channel 24 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x19 "DMA0_DCHPRI26,Channel 25 Priority Register" bitfld.byte 0x19 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x19 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x19 4.--5. " GRPPRI ,Channel 25 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x19 0.--3. " CHPRI ,Channel 25 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x1A "DMA0_DCHPRI25,Channel 26 Priority Register" bitfld.byte 0x1A 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x1A 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x1A 4.--5. " GRPPRI ,Channel 26 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x1A 0.--3. " CHPRI ,Channel 26 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x1B "DMA0_DCHPRI24,Channel 27 Priority Register" bitfld.byte 0x1B 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x1B 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x1B 4.--5. " GRPPRI ,Channel 27 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x1B 0.--3. " CHPRI ,Channel 27 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x1C "DMA0_DCHPRI31,Channel 28 Priority Register" bitfld.byte 0x1C 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x1C 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x1C 4.--5. " GRPPRI ,Channel 28 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x1C 0.--3. " CHPRI ,Channel 28 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x1D "DMA0_DCHPRI30,Channel 29 Priority Register" bitfld.byte 0x1D 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x1D 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x1D 4.--5. " GRPPRI ,Channel 29 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x1D 0.--3. " CHPRI ,Channel 29 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x1E "DMA0_DCHPRI29,Channel 30 Priority Register" bitfld.byte 0x1E 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x1E 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x1E 4.--5. " GRPPRI ,Channel 30 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x1E 0.--3. " CHPRI ,Channel 30 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x1F "DMA0_DCHPRI28,Channel 31 Priority Register" bitfld.byte 0x1F 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x1F 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x1F 4.--5. " GRPPRI ,Channel 31 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x1F 0.--3. " CHPRI ,Channel 31 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" tree.end tree "TCD Registers" width 30. tree "Channel 0" group.long 0x1000++0x03 line.long 0x00 "DMA0_TCD0_SADDR,TCD Source Address" group.word (0x1000+0x04)++0x1 line.word 0x00 "DMA0_TCD0_SOFF,TCD Signed Source Address Offset" group.word (0x1000+0x06)++0x1 line.word 0x00 "DMA0_TCD0_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x1000+0x08)++0x3 line.long 0x00 "DMA0_TCD0_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x1000+0x08))&0xC0000000)==0x0)) group.long (0x1000+0x08)++0x3 line.long 0x00 "DMA0_TCD0_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1000+0x08)++0x3 line.long 0x00 "DMA0_TCD0_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1000+0x0C)++0x3 line.long 0x00 "DMA0_TCD0_SLAST,TCD Last Source Address Adjustment" group.long (0x1000+0x10)++0x3 line.long 0x00 "DMA0_TCD0_DADDR,TCD Destination Address" group.word (0x1000+0x14)++0x1 line.word 0x00 "DMA0_TCD0_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x1000+0x16))&0x8000)==0x00) group.word (0x1000+0x16)++0x1 line.word 0x00 "DMA0_TCD0_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1000+0x16)++0x1 line.word 0x00 "DMA0_TCD0_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1000+0x18)++0x03 line.long 0x00 "DMA0_TCD0_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1000+0x1C)++0x01 line.word 0x00 "DMA0_TCD0_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x1000+0x1E)&0x8000)==0x8000) group.word (0x1000+0x1E)++0x1 line.word 0x00 "DMA0_TCD0_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1000+0x1E)++0x1 line.word 0x00 "DMA0_TCD0_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 1" group.long 0x1020++0x03 line.long 0x00 "DMA0_TCD1_SADDR,TCD Source Address" group.word (0x1020+0x04)++0x1 line.word 0x00 "DMA0_TCD1_SOFF,TCD Signed Source Address Offset" group.word (0x1020+0x06)++0x1 line.word 0x00 "DMA0_TCD1_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x1020+0x08)++0x3 line.long 0x00 "DMA0_TCD1_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x1020+0x08))&0xC0000000)==0x0)) group.long (0x1020+0x08)++0x3 line.long 0x00 "DMA0_TCD1_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1020+0x08)++0x3 line.long 0x00 "DMA0_TCD1_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1020+0x0C)++0x3 line.long 0x00 "DMA0_TCD1_SLAST,TCD Last Source Address Adjustment" group.long (0x1020+0x10)++0x3 line.long 0x00 "DMA0_TCD1_DADDR,TCD Destination Address" group.word (0x1020+0x14)++0x1 line.word 0x00 "DMA0_TCD1_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x1020+0x16))&0x8000)==0x00) group.word (0x1020+0x16)++0x1 line.word 0x00 "DMA0_TCD1_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1020+0x16)++0x1 line.word 0x00 "DMA0_TCD1_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1020+0x18)++0x03 line.long 0x00 "DMA0_TCD1_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1020+0x1C)++0x01 line.word 0x00 "DMA0_TCD1_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x1020+0x1E)&0x8000)==0x8000) group.word (0x1020+0x1E)++0x1 line.word 0x00 "DMA0_TCD1_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1020+0x1E)++0x1 line.word 0x00 "DMA0_TCD1_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 2" group.long 0x1040++0x03 line.long 0x00 "DMA0_TCD2_SADDR,TCD Source Address" group.word (0x1040+0x04)++0x1 line.word 0x00 "DMA0_TCD2_SOFF,TCD Signed Source Address Offset" group.word (0x1040+0x06)++0x1 line.word 0x00 "DMA0_TCD2_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x1040+0x08)++0x3 line.long 0x00 "DMA0_TCD2_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x1040+0x08))&0xC0000000)==0x0)) group.long (0x1040+0x08)++0x3 line.long 0x00 "DMA0_TCD2_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1040+0x08)++0x3 line.long 0x00 "DMA0_TCD2_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1040+0x0C)++0x3 line.long 0x00 "DMA0_TCD2_SLAST,TCD Last Source Address Adjustment" group.long (0x1040+0x10)++0x3 line.long 0x00 "DMA0_TCD2_DADDR,TCD Destination Address" group.word (0x1040+0x14)++0x1 line.word 0x00 "DMA0_TCD2_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x1040+0x16))&0x8000)==0x00) group.word (0x1040+0x16)++0x1 line.word 0x00 "DMA0_TCD2_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1040+0x16)++0x1 line.word 0x00 "DMA0_TCD2_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1040+0x18)++0x03 line.long 0x00 "DMA0_TCD2_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1040+0x1C)++0x01 line.word 0x00 "DMA0_TCD2_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x1040+0x1E)&0x8000)==0x8000) group.word (0x1040+0x1E)++0x1 line.word 0x00 "DMA0_TCD2_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1040+0x1E)++0x1 line.word 0x00 "DMA0_TCD2_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 3" group.long 0x1060++0x03 line.long 0x00 "DMA0_TCD3_SADDR,TCD Source Address" group.word (0x1060+0x04)++0x1 line.word 0x00 "DMA0_TCD3_SOFF,TCD Signed Source Address Offset" group.word (0x1060+0x06)++0x1 line.word 0x00 "DMA0_TCD3_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x1060+0x08)++0x3 line.long 0x00 "DMA0_TCD3_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x1060+0x08))&0xC0000000)==0x0)) group.long (0x1060+0x08)++0x3 line.long 0x00 "DMA0_TCD3_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1060+0x08)++0x3 line.long 0x00 "DMA0_TCD3_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1060+0x0C)++0x3 line.long 0x00 "DMA0_TCD3_SLAST,TCD Last Source Address Adjustment" group.long (0x1060+0x10)++0x3 line.long 0x00 "DMA0_TCD3_DADDR,TCD Destination Address" group.word (0x1060+0x14)++0x1 line.word 0x00 "DMA0_TCD3_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x1060+0x16))&0x8000)==0x00) group.word (0x1060+0x16)++0x1 line.word 0x00 "DMA0_TCD3_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1060+0x16)++0x1 line.word 0x00 "DMA0_TCD3_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1060+0x18)++0x03 line.long 0x00 "DMA0_TCD3_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1060+0x1C)++0x01 line.word 0x00 "DMA0_TCD3_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x1060+0x1E)&0x8000)==0x8000) group.word (0x1060+0x1E)++0x1 line.word 0x00 "DMA0_TCD3_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1060+0x1E)++0x1 line.word 0x00 "DMA0_TCD3_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 4" group.long 0x1080++0x03 line.long 0x00 "DMA0_TCD4_SADDR,TCD Source Address" group.word (0x1080+0x04)++0x1 line.word 0x00 "DMA0_TCD4_SOFF,TCD Signed Source Address Offset" group.word (0x1080+0x06)++0x1 line.word 0x00 "DMA0_TCD4_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x1080+0x08)++0x3 line.long 0x00 "DMA0_TCD4_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x1080+0x08))&0xC0000000)==0x0)) group.long (0x1080+0x08)++0x3 line.long 0x00 "DMA0_TCD4_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1080+0x08)++0x3 line.long 0x00 "DMA0_TCD4_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1080+0x0C)++0x3 line.long 0x00 "DMA0_TCD4_SLAST,TCD Last Source Address Adjustment" group.long (0x1080+0x10)++0x3 line.long 0x00 "DMA0_TCD4_DADDR,TCD Destination Address" group.word (0x1080+0x14)++0x1 line.word 0x00 "DMA0_TCD4_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x1080+0x16))&0x8000)==0x00) group.word (0x1080+0x16)++0x1 line.word 0x00 "DMA0_TCD4_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1080+0x16)++0x1 line.word 0x00 "DMA0_TCD4_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1080+0x18)++0x03 line.long 0x00 "DMA0_TCD4_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1080+0x1C)++0x01 line.word 0x00 "DMA0_TCD4_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x1080+0x1E)&0x8000)==0x8000) group.word (0x1080+0x1E)++0x1 line.word 0x00 "DMA0_TCD4_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1080+0x1E)++0x1 line.word 0x00 "DMA0_TCD4_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 5" group.long 0x10A0++0x03 line.long 0x00 "DMA0_TCD5_SADDR,TCD Source Address" group.word (0x10A0+0x04)++0x1 line.word 0x00 "DMA0_TCD5_SOFF,TCD Signed Source Address Offset" group.word (0x10A0+0x06)++0x1 line.word 0x00 "DMA0_TCD5_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x10A0+0x08)++0x3 line.long 0x00 "DMA0_TCD5_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x10A0+0x08))&0xC0000000)==0x0)) group.long (0x10A0+0x08)++0x3 line.long 0x00 "DMA0_TCD5_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x10A0+0x08)++0x3 line.long 0x00 "DMA0_TCD5_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x10A0+0x0C)++0x3 line.long 0x00 "DMA0_TCD5_SLAST,TCD Last Source Address Adjustment" group.long (0x10A0+0x10)++0x3 line.long 0x00 "DMA0_TCD5_DADDR,TCD Destination Address" group.word (0x10A0+0x14)++0x1 line.word 0x00 "DMA0_TCD5_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x10A0+0x16))&0x8000)==0x00) group.word (0x10A0+0x16)++0x1 line.word 0x00 "DMA0_TCD5_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x10A0+0x16)++0x1 line.word 0x00 "DMA0_TCD5_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x10A0+0x18)++0x03 line.long 0x00 "DMA0_TCD5_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x10A0+0x1C)++0x01 line.word 0x00 "DMA0_TCD5_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x10A0+0x1E)&0x8000)==0x8000) group.word (0x10A0+0x1E)++0x1 line.word 0x00 "DMA0_TCD5_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x10A0+0x1E)++0x1 line.word 0x00 "DMA0_TCD5_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 6" group.long 0x10C0++0x03 line.long 0x00 "DMA0_TCD6_SADDR,TCD Source Address" group.word (0x10C0+0x04)++0x1 line.word 0x00 "DMA0_TCD6_SOFF,TCD Signed Source Address Offset" group.word (0x10C0+0x06)++0x1 line.word 0x00 "DMA0_TCD6_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x10C0+0x08)++0x3 line.long 0x00 "DMA0_TCD6_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x10C0+0x08))&0xC0000000)==0x0)) group.long (0x10C0+0x08)++0x3 line.long 0x00 "DMA0_TCD6_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x10C0+0x08)++0x3 line.long 0x00 "DMA0_TCD6_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x10C0+0x0C)++0x3 line.long 0x00 "DMA0_TCD6_SLAST,TCD Last Source Address Adjustment" group.long (0x10C0+0x10)++0x3 line.long 0x00 "DMA0_TCD6_DADDR,TCD Destination Address" group.word (0x10C0+0x14)++0x1 line.word 0x00 "DMA0_TCD6_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x10C0+0x16))&0x8000)==0x00) group.word (0x10C0+0x16)++0x1 line.word 0x00 "DMA0_TCD6_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x10C0+0x16)++0x1 line.word 0x00 "DMA0_TCD6_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x10C0+0x18)++0x03 line.long 0x00 "DMA0_TCD6_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x10C0+0x1C)++0x01 line.word 0x00 "DMA0_TCD6_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x10C0+0x1E)&0x8000)==0x8000) group.word (0x10C0+0x1E)++0x1 line.word 0x00 "DMA0_TCD6_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x10C0+0x1E)++0x1 line.word 0x00 "DMA0_TCD6_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 7" group.long 0x10E0++0x03 line.long 0x00 "DMA0_TCD7_SADDR,TCD Source Address" group.word (0x10E0+0x04)++0x1 line.word 0x00 "DMA0_TCD7_SOFF,TCD Signed Source Address Offset" group.word (0x10E0+0x06)++0x1 line.word 0x00 "DMA0_TCD7_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x10E0+0x08)++0x3 line.long 0x00 "DMA0_TCD7_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x10E0+0x08))&0xC0000000)==0x0)) group.long (0x10E0+0x08)++0x3 line.long 0x00 "DMA0_TCD7_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x10E0+0x08)++0x3 line.long 0x00 "DMA0_TCD7_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x10E0+0x0C)++0x3 line.long 0x00 "DMA0_TCD7_SLAST,TCD Last Source Address Adjustment" group.long (0x10E0+0x10)++0x3 line.long 0x00 "DMA0_TCD7_DADDR,TCD Destination Address" group.word (0x10E0+0x14)++0x1 line.word 0x00 "DMA0_TCD7_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x10E0+0x16))&0x8000)==0x00) group.word (0x10E0+0x16)++0x1 line.word 0x00 "DMA0_TCD7_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x10E0+0x16)++0x1 line.word 0x00 "DMA0_TCD7_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x10E0+0x18)++0x03 line.long 0x00 "DMA0_TCD7_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x10E0+0x1C)++0x01 line.word 0x00 "DMA0_TCD7_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x10E0+0x1E)&0x8000)==0x8000) group.word (0x10E0+0x1E)++0x1 line.word 0x00 "DMA0_TCD7_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x10E0+0x1E)++0x1 line.word 0x00 "DMA0_TCD7_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 8" group.long 0x1100++0x03 line.long 0x00 "DMA0_TCD8_SADDR,TCD Source Address" group.word (0x1100+0x04)++0x1 line.word 0x00 "DMA0_TCD8_SOFF,TCD Signed Source Address Offset" group.word (0x1100+0x06)++0x1 line.word 0x00 "DMA0_TCD8_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x1100+0x08)++0x3 line.long 0x00 "DMA0_TCD8_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x1100+0x08))&0xC0000000)==0x0)) group.long (0x1100+0x08)++0x3 line.long 0x00 "DMA0_TCD8_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1100+0x08)++0x3 line.long 0x00 "DMA0_TCD8_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1100+0x0C)++0x3 line.long 0x00 "DMA0_TCD8_SLAST,TCD Last Source Address Adjustment" group.long (0x1100+0x10)++0x3 line.long 0x00 "DMA0_TCD8_DADDR,TCD Destination Address" group.word (0x1100+0x14)++0x1 line.word 0x00 "DMA0_TCD8_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x1100+0x16))&0x8000)==0x00) group.word (0x1100+0x16)++0x1 line.word 0x00 "DMA0_TCD8_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1100+0x16)++0x1 line.word 0x00 "DMA0_TCD8_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1100+0x18)++0x03 line.long 0x00 "DMA0_TCD8_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1100+0x1C)++0x01 line.word 0x00 "DMA0_TCD8_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x1100+0x1E)&0x8000)==0x8000) group.word (0x1100+0x1E)++0x1 line.word 0x00 "DMA0_TCD8_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1100+0x1E)++0x1 line.word 0x00 "DMA0_TCD8_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 9" group.long 0x1120++0x03 line.long 0x00 "DMA0_TCD9_SADDR,TCD Source Address" group.word (0x1120+0x04)++0x1 line.word 0x00 "DMA0_TCD9_SOFF,TCD Signed Source Address Offset" group.word (0x1120+0x06)++0x1 line.word 0x00 "DMA0_TCD9_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x1120+0x08)++0x3 line.long 0x00 "DMA0_TCD9_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x1120+0x08))&0xC0000000)==0x0)) group.long (0x1120+0x08)++0x3 line.long 0x00 "DMA0_TCD9_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1120+0x08)++0x3 line.long 0x00 "DMA0_TCD9_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1120+0x0C)++0x3 line.long 0x00 "DMA0_TCD9_SLAST,TCD Last Source Address Adjustment" group.long (0x1120+0x10)++0x3 line.long 0x00 "DMA0_TCD9_DADDR,TCD Destination Address" group.word (0x1120+0x14)++0x1 line.word 0x00 "DMA0_TCD9_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x1120+0x16))&0x8000)==0x00) group.word (0x1120+0x16)++0x1 line.word 0x00 "DMA0_TCD9_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1120+0x16)++0x1 line.word 0x00 "DMA0_TCD9_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1120+0x18)++0x03 line.long 0x00 "DMA0_TCD9_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1120+0x1C)++0x01 line.word 0x00 "DMA0_TCD9_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x1120+0x1E)&0x8000)==0x8000) group.word (0x1120+0x1E)++0x1 line.word 0x00 "DMA0_TCD9_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1120+0x1E)++0x1 line.word 0x00 "DMA0_TCD9_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 10" group.long 0x1140++0x03 line.long 0x00 "DMA0_TCD10_SADDR,TCD Source Address" group.word (0x1140+0x04)++0x1 line.word 0x00 "DMA0_TCD10_SOFF,TCD Signed Source Address Offset" group.word (0x1140+0x06)++0x1 line.word 0x00 "DMA0_TCD10_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x1140+0x08)++0x3 line.long 0x00 "DMA0_TCD10_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x1140+0x08))&0xC0000000)==0x0)) group.long (0x1140+0x08)++0x3 line.long 0x00 "DMA0_TCD10_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1140+0x08)++0x3 line.long 0x00 "DMA0_TCD10_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1140+0x0C)++0x3 line.long 0x00 "DMA0_TCD10_SLAST,TCD Last Source Address Adjustment" group.long (0x1140+0x10)++0x3 line.long 0x00 "DMA0_TCD10_DADDR,TCD Destination Address" group.word (0x1140+0x14)++0x1 line.word 0x00 "DMA0_TCD10_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x1140+0x16))&0x8000)==0x00) group.word (0x1140+0x16)++0x1 line.word 0x00 "DMA0_TCD10_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1140+0x16)++0x1 line.word 0x00 "DMA0_TCD10_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1140+0x18)++0x03 line.long 0x00 "DMA0_TCD10_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1140+0x1C)++0x01 line.word 0x00 "DMA0_TCD10_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x1140+0x1E)&0x8000)==0x8000) group.word (0x1140+0x1E)++0x1 line.word 0x00 "DMA0_TCD10_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1140+0x1E)++0x1 line.word 0x00 "DMA0_TCD10_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 11" group.long 0x1160++0x03 line.long 0x00 "DMA0_TCD11_SADDR,TCD Source Address" group.word (0x1160+0x04)++0x1 line.word 0x00 "DMA0_TCD11_SOFF,TCD Signed Source Address Offset" group.word (0x1160+0x06)++0x1 line.word 0x00 "DMA0_TCD11_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x1160+0x08)++0x3 line.long 0x00 "DMA0_TCD11_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x1160+0x08))&0xC0000000)==0x0)) group.long (0x1160+0x08)++0x3 line.long 0x00 "DMA0_TCD11_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1160+0x08)++0x3 line.long 0x00 "DMA0_TCD11_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1160+0x0C)++0x3 line.long 0x00 "DMA0_TCD11_SLAST,TCD Last Source Address Adjustment" group.long (0x1160+0x10)++0x3 line.long 0x00 "DMA0_TCD11_DADDR,TCD Destination Address" group.word (0x1160+0x14)++0x1 line.word 0x00 "DMA0_TCD11_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x1160+0x16))&0x8000)==0x00) group.word (0x1160+0x16)++0x1 line.word 0x00 "DMA0_TCD11_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1160+0x16)++0x1 line.word 0x00 "DMA0_TCD11_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1160+0x18)++0x03 line.long 0x00 "DMA0_TCD11_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1160+0x1C)++0x01 line.word 0x00 "DMA0_TCD11_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x1160+0x1E)&0x8000)==0x8000) group.word (0x1160+0x1E)++0x1 line.word 0x00 "DMA0_TCD11_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1160+0x1E)++0x1 line.word 0x00 "DMA0_TCD11_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 12" group.long 0x1180++0x03 line.long 0x00 "DMA0_TCD12_SADDR,TCD Source Address" group.word (0x1180+0x04)++0x1 line.word 0x00 "DMA0_TCD12_SOFF,TCD Signed Source Address Offset" group.word (0x1180+0x06)++0x1 line.word 0x00 "DMA0_TCD12_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x1180+0x08)++0x3 line.long 0x00 "DMA0_TCD12_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x1180+0x08))&0xC0000000)==0x0)) group.long (0x1180+0x08)++0x3 line.long 0x00 "DMA0_TCD12_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1180+0x08)++0x3 line.long 0x00 "DMA0_TCD12_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1180+0x0C)++0x3 line.long 0x00 "DMA0_TCD12_SLAST,TCD Last Source Address Adjustment" group.long (0x1180+0x10)++0x3 line.long 0x00 "DMA0_TCD12_DADDR,TCD Destination Address" group.word (0x1180+0x14)++0x1 line.word 0x00 "DMA0_TCD12_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x1180+0x16))&0x8000)==0x00) group.word (0x1180+0x16)++0x1 line.word 0x00 "DMA0_TCD12_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1180+0x16)++0x1 line.word 0x00 "DMA0_TCD12_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1180+0x18)++0x03 line.long 0x00 "DMA0_TCD12_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1180+0x1C)++0x01 line.word 0x00 "DMA0_TCD12_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x1180+0x1E)&0x8000)==0x8000) group.word (0x1180+0x1E)++0x1 line.word 0x00 "DMA0_TCD12_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1180+0x1E)++0x1 line.word 0x00 "DMA0_TCD12_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 13" group.long 0x11A0++0x03 line.long 0x00 "DMA0_TCD13_SADDR,TCD Source Address" group.word (0x11A0+0x04)++0x1 line.word 0x00 "DMA0_TCD13_SOFF,TCD Signed Source Address Offset" group.word (0x11A0+0x06)++0x1 line.word 0x00 "DMA0_TCD13_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x11A0+0x08)++0x3 line.long 0x00 "DMA0_TCD13_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x11A0+0x08))&0xC0000000)==0x0)) group.long (0x11A0+0x08)++0x3 line.long 0x00 "DMA0_TCD13_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x11A0+0x08)++0x3 line.long 0x00 "DMA0_TCD13_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x11A0+0x0C)++0x3 line.long 0x00 "DMA0_TCD13_SLAST,TCD Last Source Address Adjustment" group.long (0x11A0+0x10)++0x3 line.long 0x00 "DMA0_TCD13_DADDR,TCD Destination Address" group.word (0x11A0+0x14)++0x1 line.word 0x00 "DMA0_TCD13_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x11A0+0x16))&0x8000)==0x00) group.word (0x11A0+0x16)++0x1 line.word 0x00 "DMA0_TCD13_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x11A0+0x16)++0x1 line.word 0x00 "DMA0_TCD13_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x11A0+0x18)++0x03 line.long 0x00 "DMA0_TCD13_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x11A0+0x1C)++0x01 line.word 0x00 "DMA0_TCD13_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x11A0+0x1E)&0x8000)==0x8000) group.word (0x11A0+0x1E)++0x1 line.word 0x00 "DMA0_TCD13_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x11A0+0x1E)++0x1 line.word 0x00 "DMA0_TCD13_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 14" group.long 0x11C0++0x03 line.long 0x00 "DMA0_TCD14_SADDR,TCD Source Address" group.word (0x11C0+0x04)++0x1 line.word 0x00 "DMA0_TCD14_SOFF,TCD Signed Source Address Offset" group.word (0x11C0+0x06)++0x1 line.word 0x00 "DMA0_TCD14_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x11C0+0x08)++0x3 line.long 0x00 "DMA0_TCD14_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x11C0+0x08))&0xC0000000)==0x0)) group.long (0x11C0+0x08)++0x3 line.long 0x00 "DMA0_TCD14_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x11C0+0x08)++0x3 line.long 0x00 "DMA0_TCD14_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x11C0+0x0C)++0x3 line.long 0x00 "DMA0_TCD14_SLAST,TCD Last Source Address Adjustment" group.long (0x11C0+0x10)++0x3 line.long 0x00 "DMA0_TCD14_DADDR,TCD Destination Address" group.word (0x11C0+0x14)++0x1 line.word 0x00 "DMA0_TCD14_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x11C0+0x16))&0x8000)==0x00) group.word (0x11C0+0x16)++0x1 line.word 0x00 "DMA0_TCD14_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x11C0+0x16)++0x1 line.word 0x00 "DMA0_TCD14_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x11C0+0x18)++0x03 line.long 0x00 "DMA0_TCD14_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x11C0+0x1C)++0x01 line.word 0x00 "DMA0_TCD14_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x11C0+0x1E)&0x8000)==0x8000) group.word (0x11C0+0x1E)++0x1 line.word 0x00 "DMA0_TCD14_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x11C0+0x1E)++0x1 line.word 0x00 "DMA0_TCD14_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 15" group.long 0x11E0++0x03 line.long 0x00 "DMA0_TCD15_SADDR,TCD Source Address" group.word (0x11E0+0x04)++0x1 line.word 0x00 "DMA0_TCD15_SOFF,TCD Signed Source Address Offset" group.word (0x11E0+0x06)++0x1 line.word 0x00 "DMA0_TCD15_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x11E0+0x08)++0x3 line.long 0x00 "DMA0_TCD15_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x11E0+0x08))&0xC0000000)==0x0)) group.long (0x11E0+0x08)++0x3 line.long 0x00 "DMA0_TCD15_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x11E0+0x08)++0x3 line.long 0x00 "DMA0_TCD15_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x11E0+0x0C)++0x3 line.long 0x00 "DMA0_TCD15_SLAST,TCD Last Source Address Adjustment" group.long (0x11E0+0x10)++0x3 line.long 0x00 "DMA0_TCD15_DADDR,TCD Destination Address" group.word (0x11E0+0x14)++0x1 line.word 0x00 "DMA0_TCD15_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x11E0+0x16))&0x8000)==0x00) group.word (0x11E0+0x16)++0x1 line.word 0x00 "DMA0_TCD15_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x11E0+0x16)++0x1 line.word 0x00 "DMA0_TCD15_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x11E0+0x18)++0x03 line.long 0x00 "DMA0_TCD15_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x11E0+0x1C)++0x01 line.word 0x00 "DMA0_TCD15_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x11E0+0x1E)&0x8000)==0x8000) group.word (0x11E0+0x1E)++0x1 line.word 0x00 "DMA0_TCD15_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x11E0+0x1E)++0x1 line.word 0x00 "DMA0_TCD15_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 16" group.long 0x1200++0x03 line.long 0x00 "DMA0_TCD16_SADDR,TCD Source Address" group.word (0x1200+0x04)++0x1 line.word 0x00 "DMA0_TCD16_SOFF,TCD Signed Source Address Offset" group.word (0x1200+0x06)++0x1 line.word 0x00 "DMA0_TCD16_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x1200+0x08)++0x3 line.long 0x00 "DMA0_TCD16_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x1200+0x08))&0xC0000000)==0x0)) group.long (0x1200+0x08)++0x3 line.long 0x00 "DMA0_TCD16_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1200+0x08)++0x3 line.long 0x00 "DMA0_TCD16_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1200+0x0C)++0x3 line.long 0x00 "DMA0_TCD16_SLAST,TCD Last Source Address Adjustment" group.long (0x1200+0x10)++0x3 line.long 0x00 "DMA0_TCD16_DADDR,TCD Destination Address" group.word (0x1200+0x14)++0x1 line.word 0x00 "DMA0_TCD16_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x1200+0x16))&0x8000)==0x00) group.word (0x1200+0x16)++0x1 line.word 0x00 "DMA0_TCD16_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1200+0x16)++0x1 line.word 0x00 "DMA0_TCD16_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1200+0x18)++0x03 line.long 0x00 "DMA0_TCD16_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1200+0x1C)++0x01 line.word 0x00 "DMA0_TCD16_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x1200+0x1E)&0x8000)==0x8000) group.word (0x1200+0x1E)++0x1 line.word 0x00 "DMA0_TCD16_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1200+0x1E)++0x1 line.word 0x00 "DMA0_TCD16_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 17" group.long 0x1220++0x03 line.long 0x00 "DMA0_TCD17_SADDR,TCD Source Address" group.word (0x1220+0x04)++0x1 line.word 0x00 "DMA0_TCD17_SOFF,TCD Signed Source Address Offset" group.word (0x1220+0x06)++0x1 line.word 0x00 "DMA0_TCD17_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x1220+0x08)++0x3 line.long 0x00 "DMA0_TCD17_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x1220+0x08))&0xC0000000)==0x0)) group.long (0x1220+0x08)++0x3 line.long 0x00 "DMA0_TCD17_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1220+0x08)++0x3 line.long 0x00 "DMA0_TCD17_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1220+0x0C)++0x3 line.long 0x00 "DMA0_TCD17_SLAST,TCD Last Source Address Adjustment" group.long (0x1220+0x10)++0x3 line.long 0x00 "DMA0_TCD17_DADDR,TCD Destination Address" group.word (0x1220+0x14)++0x1 line.word 0x00 "DMA0_TCD17_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x1220+0x16))&0x8000)==0x00) group.word (0x1220+0x16)++0x1 line.word 0x00 "DMA0_TCD17_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1220+0x16)++0x1 line.word 0x00 "DMA0_TCD17_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1220+0x18)++0x03 line.long 0x00 "DMA0_TCD17_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1220+0x1C)++0x01 line.word 0x00 "DMA0_TCD17_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x1220+0x1E)&0x8000)==0x8000) group.word (0x1220+0x1E)++0x1 line.word 0x00 "DMA0_TCD17_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1220+0x1E)++0x1 line.word 0x00 "DMA0_TCD17_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 18" group.long 0x1240++0x03 line.long 0x00 "DMA0_TCD18_SADDR,TCD Source Address" group.word (0x1240+0x04)++0x1 line.word 0x00 "DMA0_TCD18_SOFF,TCD Signed Source Address Offset" group.word (0x1240+0x06)++0x1 line.word 0x00 "DMA0_TCD18_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x1240+0x08)++0x3 line.long 0x00 "DMA0_TCD18_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x1240+0x08))&0xC0000000)==0x0)) group.long (0x1240+0x08)++0x3 line.long 0x00 "DMA0_TCD18_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1240+0x08)++0x3 line.long 0x00 "DMA0_TCD18_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1240+0x0C)++0x3 line.long 0x00 "DMA0_TCD18_SLAST,TCD Last Source Address Adjustment" group.long (0x1240+0x10)++0x3 line.long 0x00 "DMA0_TCD18_DADDR,TCD Destination Address" group.word (0x1240+0x14)++0x1 line.word 0x00 "DMA0_TCD18_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x1240+0x16))&0x8000)==0x00) group.word (0x1240+0x16)++0x1 line.word 0x00 "DMA0_TCD18_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1240+0x16)++0x1 line.word 0x00 "DMA0_TCD18_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1240+0x18)++0x03 line.long 0x00 "DMA0_TCD18_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1240+0x1C)++0x01 line.word 0x00 "DMA0_TCD18_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x1240+0x1E)&0x8000)==0x8000) group.word (0x1240+0x1E)++0x1 line.word 0x00 "DMA0_TCD18_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1240+0x1E)++0x1 line.word 0x00 "DMA0_TCD18_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 19" group.long 0x1260++0x03 line.long 0x00 "DMA0_TCD19_SADDR,TCD Source Address" group.word (0x1260+0x04)++0x1 line.word 0x00 "DMA0_TCD19_SOFF,TCD Signed Source Address Offset" group.word (0x1260+0x06)++0x1 line.word 0x00 "DMA0_TCD19_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x1260+0x08)++0x3 line.long 0x00 "DMA0_TCD19_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x1260+0x08))&0xC0000000)==0x0)) group.long (0x1260+0x08)++0x3 line.long 0x00 "DMA0_TCD19_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1260+0x08)++0x3 line.long 0x00 "DMA0_TCD19_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1260+0x0C)++0x3 line.long 0x00 "DMA0_TCD19_SLAST,TCD Last Source Address Adjustment" group.long (0x1260+0x10)++0x3 line.long 0x00 "DMA0_TCD19_DADDR,TCD Destination Address" group.word (0x1260+0x14)++0x1 line.word 0x00 "DMA0_TCD19_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x1260+0x16))&0x8000)==0x00) group.word (0x1260+0x16)++0x1 line.word 0x00 "DMA0_TCD19_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1260+0x16)++0x1 line.word 0x00 "DMA0_TCD19_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1260+0x18)++0x03 line.long 0x00 "DMA0_TCD19_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1260+0x1C)++0x01 line.word 0x00 "DMA0_TCD19_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x1260+0x1E)&0x8000)==0x8000) group.word (0x1260+0x1E)++0x1 line.word 0x00 "DMA0_TCD19_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1260+0x1E)++0x1 line.word 0x00 "DMA0_TCD19_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 20" group.long 0x1280++0x03 line.long 0x00 "DMA0_TCD20_SADDR,TCD Source Address" group.word (0x1280+0x04)++0x1 line.word 0x00 "DMA0_TCD20_SOFF,TCD Signed Source Address Offset" group.word (0x1280+0x06)++0x1 line.word 0x00 "DMA0_TCD20_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x1280+0x08)++0x3 line.long 0x00 "DMA0_TCD20_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x1280+0x08))&0xC0000000)==0x0)) group.long (0x1280+0x08)++0x3 line.long 0x00 "DMA0_TCD20_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1280+0x08)++0x3 line.long 0x00 "DMA0_TCD20_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1280+0x0C)++0x3 line.long 0x00 "DMA0_TCD20_SLAST,TCD Last Source Address Adjustment" group.long (0x1280+0x10)++0x3 line.long 0x00 "DMA0_TCD20_DADDR,TCD Destination Address" group.word (0x1280+0x14)++0x1 line.word 0x00 "DMA0_TCD20_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x1280+0x16))&0x8000)==0x00) group.word (0x1280+0x16)++0x1 line.word 0x00 "DMA0_TCD20_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1280+0x16)++0x1 line.word 0x00 "DMA0_TCD20_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1280+0x18)++0x03 line.long 0x00 "DMA0_TCD20_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1280+0x1C)++0x01 line.word 0x00 "DMA0_TCD20_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x1280+0x1E)&0x8000)==0x8000) group.word (0x1280+0x1E)++0x1 line.word 0x00 "DMA0_TCD20_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1280+0x1E)++0x1 line.word 0x00 "DMA0_TCD20_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 21" group.long 0x12A0++0x03 line.long 0x00 "DMA0_TCD21_SADDR,TCD Source Address" group.word (0x12A0+0x04)++0x1 line.word 0x00 "DMA0_TCD21_SOFF,TCD Signed Source Address Offset" group.word (0x12A0+0x06)++0x1 line.word 0x00 "DMA0_TCD21_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x12A0+0x08)++0x3 line.long 0x00 "DMA0_TCD21_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x12A0+0x08))&0xC0000000)==0x0)) group.long (0x12A0+0x08)++0x3 line.long 0x00 "DMA0_TCD21_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x12A0+0x08)++0x3 line.long 0x00 "DMA0_TCD21_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x12A0+0x0C)++0x3 line.long 0x00 "DMA0_TCD21_SLAST,TCD Last Source Address Adjustment" group.long (0x12A0+0x10)++0x3 line.long 0x00 "DMA0_TCD21_DADDR,TCD Destination Address" group.word (0x12A0+0x14)++0x1 line.word 0x00 "DMA0_TCD21_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x12A0+0x16))&0x8000)==0x00) group.word (0x12A0+0x16)++0x1 line.word 0x00 "DMA0_TCD21_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x12A0+0x16)++0x1 line.word 0x00 "DMA0_TCD21_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x12A0+0x18)++0x03 line.long 0x00 "DMA0_TCD21_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x12A0+0x1C)++0x01 line.word 0x00 "DMA0_TCD21_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x12A0+0x1E)&0x8000)==0x8000) group.word (0x12A0+0x1E)++0x1 line.word 0x00 "DMA0_TCD21_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x12A0+0x1E)++0x1 line.word 0x00 "DMA0_TCD21_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 22" group.long 0x12C0++0x03 line.long 0x00 "DMA0_TCD22_SADDR,TCD Source Address" group.word (0x12C0+0x04)++0x1 line.word 0x00 "DMA0_TCD22_SOFF,TCD Signed Source Address Offset" group.word (0x12C0+0x06)++0x1 line.word 0x00 "DMA0_TCD22_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x12C0+0x08)++0x3 line.long 0x00 "DMA0_TCD22_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x12C0+0x08))&0xC0000000)==0x0)) group.long (0x12C0+0x08)++0x3 line.long 0x00 "DMA0_TCD22_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x12C0+0x08)++0x3 line.long 0x00 "DMA0_TCD22_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x12C0+0x0C)++0x3 line.long 0x00 "DMA0_TCD22_SLAST,TCD Last Source Address Adjustment" group.long (0x12C0+0x10)++0x3 line.long 0x00 "DMA0_TCD22_DADDR,TCD Destination Address" group.word (0x12C0+0x14)++0x1 line.word 0x00 "DMA0_TCD22_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x12C0+0x16))&0x8000)==0x00) group.word (0x12C0+0x16)++0x1 line.word 0x00 "DMA0_TCD22_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x12C0+0x16)++0x1 line.word 0x00 "DMA0_TCD22_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x12C0+0x18)++0x03 line.long 0x00 "DMA0_TCD22_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x12C0+0x1C)++0x01 line.word 0x00 "DMA0_TCD22_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x12C0+0x1E)&0x8000)==0x8000) group.word (0x12C0+0x1E)++0x1 line.word 0x00 "DMA0_TCD22_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x12C0+0x1E)++0x1 line.word 0x00 "DMA0_TCD22_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 23" group.long 0x12E0++0x03 line.long 0x00 "DMA0_TCD23_SADDR,TCD Source Address" group.word (0x12E0+0x04)++0x1 line.word 0x00 "DMA0_TCD23_SOFF,TCD Signed Source Address Offset" group.word (0x12E0+0x06)++0x1 line.word 0x00 "DMA0_TCD23_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x12E0+0x08)++0x3 line.long 0x00 "DMA0_TCD23_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x12E0+0x08))&0xC0000000)==0x0)) group.long (0x12E0+0x08)++0x3 line.long 0x00 "DMA0_TCD23_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x12E0+0x08)++0x3 line.long 0x00 "DMA0_TCD23_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x12E0+0x0C)++0x3 line.long 0x00 "DMA0_TCD23_SLAST,TCD Last Source Address Adjustment" group.long (0x12E0+0x10)++0x3 line.long 0x00 "DMA0_TCD23_DADDR,TCD Destination Address" group.word (0x12E0+0x14)++0x1 line.word 0x00 "DMA0_TCD23_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x12E0+0x16))&0x8000)==0x00) group.word (0x12E0+0x16)++0x1 line.word 0x00 "DMA0_TCD23_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x12E0+0x16)++0x1 line.word 0x00 "DMA0_TCD23_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x12E0+0x18)++0x03 line.long 0x00 "DMA0_TCD23_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x12E0+0x1C)++0x01 line.word 0x00 "DMA0_TCD23_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x12E0+0x1E)&0x8000)==0x8000) group.word (0x12E0+0x1E)++0x1 line.word 0x00 "DMA0_TCD23_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x12E0+0x1E)++0x1 line.word 0x00 "DMA0_TCD23_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 24" group.long 0x1300++0x03 line.long 0x00 "DMA0_TCD24_SADDR,TCD Source Address" group.word (0x1300+0x04)++0x1 line.word 0x00 "DMA0_TCD24_SOFF,TCD Signed Source Address Offset" group.word (0x1300+0x06)++0x1 line.word 0x00 "DMA0_TCD24_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x1300+0x08)++0x3 line.long 0x00 "DMA0_TCD24_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x1300+0x08))&0xC0000000)==0x0)) group.long (0x1300+0x08)++0x3 line.long 0x00 "DMA0_TCD24_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1300+0x08)++0x3 line.long 0x00 "DMA0_TCD24_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1300+0x0C)++0x3 line.long 0x00 "DMA0_TCD24_SLAST,TCD Last Source Address Adjustment" group.long (0x1300+0x10)++0x3 line.long 0x00 "DMA0_TCD24_DADDR,TCD Destination Address" group.word (0x1300+0x14)++0x1 line.word 0x00 "DMA0_TCD24_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x1300+0x16))&0x8000)==0x00) group.word (0x1300+0x16)++0x1 line.word 0x00 "DMA0_TCD24_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1300+0x16)++0x1 line.word 0x00 "DMA0_TCD24_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1300+0x18)++0x03 line.long 0x00 "DMA0_TCD24_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1300+0x1C)++0x01 line.word 0x00 "DMA0_TCD24_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x1300+0x1E)&0x8000)==0x8000) group.word (0x1300+0x1E)++0x1 line.word 0x00 "DMA0_TCD24_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1300+0x1E)++0x1 line.word 0x00 "DMA0_TCD24_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 25" group.long 0x1320++0x03 line.long 0x00 "DMA0_TCD25_SADDR,TCD Source Address" group.word (0x1320+0x04)++0x1 line.word 0x00 "DMA0_TCD25_SOFF,TCD Signed Source Address Offset" group.word (0x1320+0x06)++0x1 line.word 0x00 "DMA0_TCD25_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x1320+0x08)++0x3 line.long 0x00 "DMA0_TCD25_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x1320+0x08))&0xC0000000)==0x0)) group.long (0x1320+0x08)++0x3 line.long 0x00 "DMA0_TCD25_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1320+0x08)++0x3 line.long 0x00 "DMA0_TCD25_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1320+0x0C)++0x3 line.long 0x00 "DMA0_TCD25_SLAST,TCD Last Source Address Adjustment" group.long (0x1320+0x10)++0x3 line.long 0x00 "DMA0_TCD25_DADDR,TCD Destination Address" group.word (0x1320+0x14)++0x1 line.word 0x00 "DMA0_TCD25_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x1320+0x16))&0x8000)==0x00) group.word (0x1320+0x16)++0x1 line.word 0x00 "DMA0_TCD25_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1320+0x16)++0x1 line.word 0x00 "DMA0_TCD25_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1320+0x18)++0x03 line.long 0x00 "DMA0_TCD25_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1320+0x1C)++0x01 line.word 0x00 "DMA0_TCD25_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x1320+0x1E)&0x8000)==0x8000) group.word (0x1320+0x1E)++0x1 line.word 0x00 "DMA0_TCD25_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1320+0x1E)++0x1 line.word 0x00 "DMA0_TCD25_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 26" group.long 0x1340++0x03 line.long 0x00 "DMA0_TCD26_SADDR,TCD Source Address" group.word (0x1340+0x04)++0x1 line.word 0x00 "DMA0_TCD26_SOFF,TCD Signed Source Address Offset" group.word (0x1340+0x06)++0x1 line.word 0x00 "DMA0_TCD26_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x1340+0x08)++0x3 line.long 0x00 "DMA0_TCD26_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x1340+0x08))&0xC0000000)==0x0)) group.long (0x1340+0x08)++0x3 line.long 0x00 "DMA0_TCD26_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1340+0x08)++0x3 line.long 0x00 "DMA0_TCD26_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1340+0x0C)++0x3 line.long 0x00 "DMA0_TCD26_SLAST,TCD Last Source Address Adjustment" group.long (0x1340+0x10)++0x3 line.long 0x00 "DMA0_TCD26_DADDR,TCD Destination Address" group.word (0x1340+0x14)++0x1 line.word 0x00 "DMA0_TCD26_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x1340+0x16))&0x8000)==0x00) group.word (0x1340+0x16)++0x1 line.word 0x00 "DMA0_TCD26_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1340+0x16)++0x1 line.word 0x00 "DMA0_TCD26_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1340+0x18)++0x03 line.long 0x00 "DMA0_TCD26_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1340+0x1C)++0x01 line.word 0x00 "DMA0_TCD26_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x1340+0x1E)&0x8000)==0x8000) group.word (0x1340+0x1E)++0x1 line.word 0x00 "DMA0_TCD26_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1340+0x1E)++0x1 line.word 0x00 "DMA0_TCD26_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 27" group.long 0x1360++0x03 line.long 0x00 "DMA0_TCD27_SADDR,TCD Source Address" group.word (0x1360+0x04)++0x1 line.word 0x00 "DMA0_TCD27_SOFF,TCD Signed Source Address Offset" group.word (0x1360+0x06)++0x1 line.word 0x00 "DMA0_TCD27_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x1360+0x08)++0x3 line.long 0x00 "DMA0_TCD27_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x1360+0x08))&0xC0000000)==0x0)) group.long (0x1360+0x08)++0x3 line.long 0x00 "DMA0_TCD27_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1360+0x08)++0x3 line.long 0x00 "DMA0_TCD27_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1360+0x0C)++0x3 line.long 0x00 "DMA0_TCD27_SLAST,TCD Last Source Address Adjustment" group.long (0x1360+0x10)++0x3 line.long 0x00 "DMA0_TCD27_DADDR,TCD Destination Address" group.word (0x1360+0x14)++0x1 line.word 0x00 "DMA0_TCD27_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x1360+0x16))&0x8000)==0x00) group.word (0x1360+0x16)++0x1 line.word 0x00 "DMA0_TCD27_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1360+0x16)++0x1 line.word 0x00 "DMA0_TCD27_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1360+0x18)++0x03 line.long 0x00 "DMA0_TCD27_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1360+0x1C)++0x01 line.word 0x00 "DMA0_TCD27_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x1360+0x1E)&0x8000)==0x8000) group.word (0x1360+0x1E)++0x1 line.word 0x00 "DMA0_TCD27_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1360+0x1E)++0x1 line.word 0x00 "DMA0_TCD27_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 28" group.long 0x1380++0x03 line.long 0x00 "DMA0_TCD28_SADDR,TCD Source Address" group.word (0x1380+0x04)++0x1 line.word 0x00 "DMA0_TCD28_SOFF,TCD Signed Source Address Offset" group.word (0x1380+0x06)++0x1 line.word 0x00 "DMA0_TCD28_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x1380+0x08)++0x3 line.long 0x00 "DMA0_TCD28_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x1380+0x08))&0xC0000000)==0x0)) group.long (0x1380+0x08)++0x3 line.long 0x00 "DMA0_TCD28_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1380+0x08)++0x3 line.long 0x00 "DMA0_TCD28_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1380+0x0C)++0x3 line.long 0x00 "DMA0_TCD28_SLAST,TCD Last Source Address Adjustment" group.long (0x1380+0x10)++0x3 line.long 0x00 "DMA0_TCD28_DADDR,TCD Destination Address" group.word (0x1380+0x14)++0x1 line.word 0x00 "DMA0_TCD28_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x1380+0x16))&0x8000)==0x00) group.word (0x1380+0x16)++0x1 line.word 0x00 "DMA0_TCD28_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1380+0x16)++0x1 line.word 0x00 "DMA0_TCD28_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1380+0x18)++0x03 line.long 0x00 "DMA0_TCD28_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1380+0x1C)++0x01 line.word 0x00 "DMA0_TCD28_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x1380+0x1E)&0x8000)==0x8000) group.word (0x1380+0x1E)++0x1 line.word 0x00 "DMA0_TCD28_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1380+0x1E)++0x1 line.word 0x00 "DMA0_TCD28_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 29" group.long 0x13A0++0x03 line.long 0x00 "DMA0_TCD29_SADDR,TCD Source Address" group.word (0x13A0+0x04)++0x1 line.word 0x00 "DMA0_TCD29_SOFF,TCD Signed Source Address Offset" group.word (0x13A0+0x06)++0x1 line.word 0x00 "DMA0_TCD29_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x13A0+0x08)++0x3 line.long 0x00 "DMA0_TCD29_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x13A0+0x08))&0xC0000000)==0x0)) group.long (0x13A0+0x08)++0x3 line.long 0x00 "DMA0_TCD29_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x13A0+0x08)++0x3 line.long 0x00 "DMA0_TCD29_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x13A0+0x0C)++0x3 line.long 0x00 "DMA0_TCD29_SLAST,TCD Last Source Address Adjustment" group.long (0x13A0+0x10)++0x3 line.long 0x00 "DMA0_TCD29_DADDR,TCD Destination Address" group.word (0x13A0+0x14)++0x1 line.word 0x00 "DMA0_TCD29_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x13A0+0x16))&0x8000)==0x00) group.word (0x13A0+0x16)++0x1 line.word 0x00 "DMA0_TCD29_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x13A0+0x16)++0x1 line.word 0x00 "DMA0_TCD29_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x13A0+0x18)++0x03 line.long 0x00 "DMA0_TCD29_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x13A0+0x1C)++0x01 line.word 0x00 "DMA0_TCD29_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x13A0+0x1E)&0x8000)==0x8000) group.word (0x13A0+0x1E)++0x1 line.word 0x00 "DMA0_TCD29_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x13A0+0x1E)++0x1 line.word 0x00 "DMA0_TCD29_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 30" group.long 0x13C0++0x03 line.long 0x00 "DMA0_TCD30_SADDR,TCD Source Address" group.word (0x13C0+0x04)++0x1 line.word 0x00 "DMA0_TCD30_SOFF,TCD Signed Source Address Offset" group.word (0x13C0+0x06)++0x1 line.word 0x00 "DMA0_TCD30_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x13C0+0x08)++0x3 line.long 0x00 "DMA0_TCD30_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x13C0+0x08))&0xC0000000)==0x0)) group.long (0x13C0+0x08)++0x3 line.long 0x00 "DMA0_TCD30_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x13C0+0x08)++0x3 line.long 0x00 "DMA0_TCD30_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x13C0+0x0C)++0x3 line.long 0x00 "DMA0_TCD30_SLAST,TCD Last Source Address Adjustment" group.long (0x13C0+0x10)++0x3 line.long 0x00 "DMA0_TCD30_DADDR,TCD Destination Address" group.word (0x13C0+0x14)++0x1 line.word 0x00 "DMA0_TCD30_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x13C0+0x16))&0x8000)==0x00) group.word (0x13C0+0x16)++0x1 line.word 0x00 "DMA0_TCD30_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x13C0+0x16)++0x1 line.word 0x00 "DMA0_TCD30_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x13C0+0x18)++0x03 line.long 0x00 "DMA0_TCD30_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x13C0+0x1C)++0x01 line.word 0x00 "DMA0_TCD30_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x13C0+0x1E)&0x8000)==0x8000) group.word (0x13C0+0x1E)++0x1 line.word 0x00 "DMA0_TCD30_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x13C0+0x1E)++0x1 line.word 0x00 "DMA0_TCD30_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 31" group.long 0x13E0++0x03 line.long 0x00 "DMA0_TCD31_SADDR,TCD Source Address" group.word (0x13E0+0x04)++0x1 line.word 0x00 "DMA0_TCD31_SOFF,TCD Signed Source Address Offset" group.word (0x13E0+0x06)++0x1 line.word 0x00 "DMA0_TCD31_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40018000))&0x80)==0x00) group.long (0x13E0+0x08)++0x3 line.long 0x00 "DMA0_TCD31_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40018000))&0x80)==0x80)&&(((per.l(ad:0x40018000+0x13E0+0x08))&0xC0000000)==0x0)) group.long (0x13E0+0x08)++0x3 line.long 0x00 "DMA0_TCD31_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x13E0+0x08)++0x3 line.long 0x00 "DMA0_TCD31_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x13E0+0x0C)++0x3 line.long 0x00 "DMA0_TCD31_SLAST,TCD Last Source Address Adjustment" group.long (0x13E0+0x10)++0x3 line.long 0x00 "DMA0_TCD31_DADDR,TCD Destination Address" group.word (0x13E0+0x14)++0x1 line.word 0x00 "DMA0_TCD31_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40018000+0x13E0+0x16))&0x8000)==0x00) group.word (0x13E0+0x16)++0x1 line.word 0x00 "DMA0_TCD31_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x13E0+0x16)++0x1 line.word 0x00 "DMA0_TCD31_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x13E0+0x18)++0x03 line.long 0x00 "DMA0_TCD31_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x13E0+0x1C)++0x01 line.word 0x00 "DMA0_TCD31_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40018000+0x13E0+0x1E)&0x8000)==0x8000) group.word (0x13E0+0x1E)++0x1 line.word 0x00 "DMA0_TCD31_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x13E0+0x1E)++0x1 line.word 0x00 "DMA0_TCD31_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree.end width 0xB tree.end tree "eDMA 1" base ad:0x40098000 width 10. tree "Control and Status Registers" group.long 0x0++0x3 line.long 0x00 "CR,Control Register" bitfld.long 0x00 17. " CX ,Cancel Transfer" "Normal operation,Cancelled" bitfld.long 0x00 16. " ECX ,Error Cancel Transfer" "Normal operation,Cancelled" bitfld.long 0x00 10. " GRP1PRI ,Channel Group 1 Priority" "0,1" textline " " bitfld.long 0x00 8. " GRP0PRI ,Channel Group 0 Priority" "0,1" bitfld.long 0x00 7. " EMLM ,Enable Minor Loop Mapping" "Disabled,Enabled" bitfld.long 0x00 6. " CLM ,Continuous Link Mode" "Disabled,Enabled" textline " " bitfld.long 0x00 5. " HALT ,Halt DMA Operations" "Normal operation,Halted" bitfld.long 0x00 4. " HOE ,Halt On Error" "Normal operation,Halted" bitfld.long 0x00 3. " ERGA ,Enable Round Robin Group Arbitration" "Fixed priority,Round robin" textline " " bitfld.long 0x00 2. " ERCA ,Enable Round Robin Channel Arbitration" "Fixed priority,Round robin" bitfld.long 0x00 1. " EDBG ,Enable Debug" "Disabled,Enabled" rgroup.long 0x4++0x3 line.long 0x00 "ES,Error Status Register" bitfld.long 0x00 31. " VLD ,Logical OR of all ERR status bits" "Invalid,Valid" bitfld.long 0x00 16. " ECX ,Transfer Cancelled" "Not cancelled,Cancelled" textline " " bitfld.long 0x00 15. " GPE ,Group Priority Error" "No error,Error" bitfld.long 0x00 14. " CPE ,Channel Priority Error" "No error,Error" bitfld.long 0x00 8.--12. " ERRCHN , Error Channel Number or Cancelled Channel Number" "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 7. " SAE ,Source Address Error" "No error,Error" bitfld.long 0x00 6. " SOE ,Source Offset Error" "No Error,Error" bitfld.long 0x00 5. " DAE ,Destination Address Error" "No Error,Error" textline " " bitfld.long 0x00 4. " DOE ,Destination Offset Error" "No error,Error" bitfld.long 0x00 3. " NCE ,NBYTES/CITER Configuration Error" "No error,Error" bitfld.long 0x00 2. " SGE ,Scatter/Gather Configuration Error" "No error,Error" textline " " bitfld.long 0x00 1. " SBE ,Source Bus Error" "No error,Error" bitfld.long 0x00 0. " DBE ,Destination Bus Error" "No error,Error" tree.end tree "Interrupt Registers" group.long 0x0C++0x03 line.long 0x00 "ERQ,Enable Request Register" bitfld.long 0x00 31. " ERQ31 ,Enable DMA Request 31" "Disabled,Enabled" bitfld.long 0x00 30. " ERQ30 ,Enable DMA Request 30" "Disabled,Enabled" bitfld.long 0x00 29. " ERQ29 ,Enable DMA Request 29" "Disabled,Enabled" textline " " bitfld.long 0x00 28. " ERQ28 ,Enable DMA Request 28" "Disabled,Enabled" bitfld.long 0x00 27. " ERQ27 ,Enable DMA Request 27" "Disabled,Enabled" bitfld.long 0x00 26. " ERQ26 ,Enable DMA Request 26" "Disabled,Enabled" textline " " bitfld.long 0x00 25. " ERQ25 ,Enable DMA Request 25" "Disabled,Enabled" bitfld.long 0x00 24. " ERQ24 ,Enable DMA Request 24" "Disabled,Enabled" bitfld.long 0x00 23. " ERQ23 ,Enable DMA Request 23" "Disabled,Enabled" textline " " bitfld.long 0x00 22. " ERQ22 ,Enable DMA Request 22" "Disabled,Enabled" bitfld.long 0x00 21. " ERQ21 ,Enable DMA Request 21" "Disabled,Enabled" bitfld.long 0x00 20. " ERQ20 ,Enable DMA Request 20" "Disabled,Enabled" textline " " bitfld.long 0x00 19. " ERQ19 ,Enable DMA Request 19" "Disabled,Enabled" bitfld.long 0x00 18. " ERQ18 ,Enable DMA Request 18" "Disabled,Enabled" bitfld.long 0x00 17. " ERQ17 ,Enable DMA Request 17" "Disabled,Enabled" textline " " bitfld.long 0x00 16. " ERQ16 ,Enable DMA Request 16" "Disabled,Enabled" bitfld.long 0x00 15. " ERQ15 ,Enable DMA Request 15" "Disabled,Enabled" bitfld.long 0x00 14. " ERQ14 ,Enable DMA Request 14" "Disabled,Enabled" textline " " bitfld.long 0x00 13. " ERQ13 ,Enable DMA Request 13" "Disabled,Enabled" bitfld.long 0x00 12. " ERQ12 ,Enable DMA Request 12" "Disabled,Enabled" bitfld.long 0x00 11. " ERQ11 ,Enable DMA Request 11" "Disabled,Enabled" textline " " bitfld.long 0x00 10. " ERQ10 ,Enable DMA Request 10" "Disabled,Enabled" bitfld.long 0x00 9. " ERQ9 ,Enable DMA Request 9" "Disabled,Enabled" bitfld.long 0x00 8. " ERQ8 ,Enable DMA Request 8" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " ERQ7 ,Enable DMA Request 7" "Disabled,Enabled" bitfld.long 0x00 6. " ERQ6 ,Enable DMA Request 6" "Disabled,Enabled" bitfld.long 0x00 5. " ERQ5 ,Enable DMA Request 5" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " ERQ4 ,Enable DMA Request 4" "Disabled,Enabled" bitfld.long 0x00 3. " ERQ3 ,Enable DMA Request 3" "Disabled,Enabled" bitfld.long 0x00 2. " ERQ2 ,Enable DMA Request 2" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " ERQ1 ,Enable DMA Request 1" "Disabled,Enabled" bitfld.long 0x00 0. " ERQ0 ,Enable DMA Request 0" "Disabled,Enabled" group.long 0x14++0x03 line.long 0x00 "EEI,Enable Error Interrupt Register" bitfld.long 0x00 31. " EEI31 ,Enable Error Interrupt 31" "Disabled,Enabled" bitfld.long 0x00 30. " EEI30 ,Enable Error Interrupt 30" "Disabled,Enabled" bitfld.long 0x00 29. " EEI29 ,Enable Error Interrupt 29" "Disabled,Enabled" textline " " bitfld.long 0x00 28. " EEI28 ,Enable Error Interrupt 28" "Disabled,Enabled" bitfld.long 0x00 27. " EEI27 ,Enable Error Interrupt 27" "Disabled,Enabled" bitfld.long 0x00 26. " EEI26 ,Enable Error Interrupt 26" "Disabled,Enabled" textline " " bitfld.long 0x00 25. " EEI25 ,Enable Error Interrupt 25" "Disabled,Enabled" bitfld.long 0x00 24. " EEI24 ,Enable Error Interrupt 24" "Disabled,Enabled" bitfld.long 0x00 23. " EEI23 ,Enable Error Interrupt 23" "Disabled,Enabled" textline " " bitfld.long 0x00 22. " EEI22 ,Enable Error Interrupt 22" "Disabled,Enabled" bitfld.long 0x00 21. " EEI21 ,Enable Error Interrupt 21" "Disabled,Enabled" bitfld.long 0x00 20. " EEI20 ,Enable Error Interrupt 20" "Disabled,Enabled" textline " " bitfld.long 0x00 19. " EEI19 ,Enable Error Interrupt 19" "Disabled,Enabled" bitfld.long 0x00 18. " EEI18 ,Enable Error Interrupt 18" "Disabled,Enabled" bitfld.long 0x00 17. " EEI17 ,Enable Error Interrupt 17" "Disabled,Enabled" textline " " bitfld.long 0x00 16. " EEI16 ,Enable Error Interrupt 16" "Disabled,Enabled" bitfld.long 0x00 15. " EEI15 ,Enable Error Interrupt 15" "Disabled,Enabled" bitfld.long 0x00 14. " EEI14 ,Enable Error Interrupt 14" "Disabled,Enabled" textline " " bitfld.long 0x00 13. " EEI13 ,Enable Error Interrupt 13" "Disabled,Enabled" bitfld.long 0x00 12. " EEI12 ,Enable Error Interrupt 12" "Disabled,Enabled" bitfld.long 0x00 11. " EEI11 ,Enable Error Interrupt 11" "Disabled,Enabled" textline " " bitfld.long 0x00 10. " EEI10 ,Enable Error Interrupt 10" "Disabled,Enabled" bitfld.long 0x00 9. " EEI9 ,Enable Error Interrupt 9" "Disabled,Enabled" bitfld.long 0x00 8. " EEI8 ,Enable Error Interrupt 8" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " EEI7 ,Enable Error Interrupt 7" "Disabled,Enabled" bitfld.long 0x00 6. " EEI6 ,Enable Error Interrupt 6" "Disabled,Enabled" bitfld.long 0x00 5. " EEI5 ,Enable Error Interrupt 5" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " EEI4 ,Enable Error Interrupt 4" "Disabled,Enabled" bitfld.long 0x00 3. " EEI3 ,Enable Error Interrupt 3" "Disabled,Enabled" bitfld.long 0x00 2. " EEI2 ,Enable Error Interrupt 2" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " EEI1 ,Enable Error Interrupt 1" "Disabled,Enabled" bitfld.long 0x00 0. " EEI0 ,Enable Error Interrupt 0" "Disabled,Enabled" wgroup.byte 0x18++0x07 line.byte 0x00 "CEEI,Clear Enable Error Interrupt Register" bitfld.byte 0x00 7. " NOP ,No operation" "Normal,Enable" bitfld.byte 0x00 6. " CAEE ,Clear All Enable Error Interrupts" "Clear EEI,Clear all" bitfld.byte 0x00 0.--4. " CEEI ,Clear Enable Error Interrupt" "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.byte 0x01 "SEEI,Set Enable Error Interrupt Register" bitfld.byte 0x01 7. " NOP ,No operation" "Normal,Enable" bitfld.byte 0x01 6. " SAEE ,Sets All Enable Error Interrupts" "Set EEI,Set all" bitfld.byte 0x01 0.--4. " SEEI ,Set Enable Error Interrupt" "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.byte 0x02 "CERQ,Clear Enable Request Register" bitfld.byte 0x02 7. " NOP ,No operation" "Normal,Enable" bitfld.byte 0x02 6. " CAER ,Clear All Enable Requests" "Clear ERQ,Clear all" bitfld.byte 0x02 0.--4. " CERQ ,Clear Enable Request" "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.byte 0x03 "SERQ,Set Enable Request Register" bitfld.byte 0x03 7. " NOP ,No operation" "Normal,Enable" bitfld.byte 0x03 6. " SAER ,Set All Enable Requests" "Set ERQ,Set all" bitfld.byte 0x03 0.--4. " SERQ ,Set Enable Request" "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.byte 0x04 "CDNE,Clear DONE Status Bit Register" bitfld.byte 0x04 7. " NOP ,No operation" "Normal,Enable" bitfld.byte 0x04 6. " CADN ,Clears All DONE Bits in TCDn_CSR" "Clear DONE,Clear all" bitfld.byte 0x04 0.--4. " CDNE ,Clear DONE Bit" "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.byte 0x05 "SSRT,Set START Bit Register" bitfld.byte 0x05 7. " NOP ,No operation" "Normal,Enable" bitfld.byte 0x05 6. " SAST ,Set All START Bits (activates all channels) in TCDn_CSR" "Set START,Set all" bitfld.byte 0x05 0.--4. " SSRT ,Set START Bit" "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.byte 0x06 "CERR,Clear Error Register" bitfld.byte 0x06 7. " NOP ,No operation" "Normal,Enable" bitfld.byte 0x06 6. " CAEI ,Clear All Error Indicators" "Clear ERR,Clear all" bitfld.byte 0x06 0.--4. " CERR ,Clear Error Indicator" "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.byte 0x07 "CINT,Clear Interrupt Request Register" bitfld.byte 0x07 7. " NOP ,No operation" "Normal,Enable" bitfld.byte 0x07 6. " CAIR ,Clear All Interrupt Requests" "Clear INT,Clear all" bitfld.byte 0x07 0.--4. " CINT ,Clear interrupt request" "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" group.long 0x24++0x03 line.long 0x00 "INT,Interrupt Request Register" eventfld.long 0x00 31. " INT31 ,Interrupt Request 31" "Cleared,Active" eventfld.long 0x00 30. " INT30 ,Interrupt Request 30" "Cleared,Active" eventfld.long 0x00 29. " INT29 ,Interrupt Request 29" "Cleared,Active" textline " " eventfld.long 0x00 28. " INT28 ,Interrupt Request 28" "Cleared,Active" eventfld.long 0x00 27. " INT27 ,Interrupt Request 27" "Cleared,Active" eventfld.long 0x00 26. " INT26 ,Interrupt Request 26" "Cleared,Active" textline " " eventfld.long 0x00 25. " INT25 ,Interrupt Request 25" "Cleared,Active" eventfld.long 0x00 24. " INT24 ,Interrupt Request 24" "Cleared,Active" eventfld.long 0x00 23. " INT23 ,Interrupt Request 23" "Cleared,Active" textline " " eventfld.long 0x00 22. " INT22 ,Interrupt Request 22" "Cleared,Active" eventfld.long 0x00 21. " INT21 ,Interrupt Request 21" "Cleared,Active" eventfld.long 0x00 20. " INT20 ,Interrupt Request 20" "Cleared,Active" textline " " eventfld.long 0x00 19. " INT19 ,Interrupt Request 19" "Cleared,Active" eventfld.long 0x00 18. " INT18 ,Interrupt Request 18" "Cleared,Active" eventfld.long 0x00 17. " INT17 ,Interrupt Request 17" "Cleared,Active" textline " " eventfld.long 0x00 16. " INT16 ,Interrupt Request 16" "Cleared,Active" eventfld.long 0x00 15. " INT15 ,Interrupt Request 15" "Cleared,Active" eventfld.long 0x00 14. " INT14 ,Interrupt Request 14" "Cleared,Active" textline " " eventfld.long 0x00 13. " INT13 ,Interrupt Request 13" "Cleared,Active" eventfld.long 0x00 12. " INT12 ,Interrupt Request 12" "Cleared,Active" eventfld.long 0x00 11. " INT11 ,Interrupt Request 11" "Cleared,Active" textline " " eventfld.long 0x00 10. " INT10 ,Interrupt Request 10" "Cleared,Active" eventfld.long 0x00 9. " INT9 ,Interrupt Request 9" "Cleared,Active" eventfld.long 0x00 8. " INT8 ,Interrupt Request 8" "Cleared,Active" textline " " eventfld.long 0x00 7. " INT7 ,Interrupt Request 7" "Cleared,Active" eventfld.long 0x00 6. " INT6 ,Interrupt Request 6" "Cleared,Active" eventfld.long 0x00 5. " INT5 ,Interrupt Request 5" "Cleared,Active" textline " " eventfld.long 0x00 4. " INT4 ,Interrupt Request 4" "Cleared,Active" eventfld.long 0x00 3. " INT3 ,Interrupt Request 3" "Cleared,Active" eventfld.long 0x00 2. " INT2 ,Interrupt Request 2" "Cleared,Active" textline " " eventfld.long 0x00 1. " INT1 ,Interrupt Request 1" "Cleared,Active" eventfld.long 0x00 0. " INT0 ,Interrupt Request 0" "Cleared,Active" group.long 0x2C++0x03 line.long 0x00 "ERR,Error Register" eventfld.long 0x00 31. " ERR31 ,Error In Channel 31" "No error,Error" eventfld.long 0x00 30. " ERR30 ,Error In Channel 30" "No error,Error" eventfld.long 0x00 29. " ERR29 ,Error In Channel 29" "No error,Error" textline " " eventfld.long 0x00 28. " ERR28 ,Error In Channel 28" "No error,Error" eventfld.long 0x00 27. " ERR27 ,Error In Channel 27" "No error,Error" eventfld.long 0x00 26. " ERR26 ,Error In Channel 26" "No error,Error" textline " " eventfld.long 0x00 25. " ERR25 ,Error In Channel 25" "No error,Error" eventfld.long 0x00 24. " ERR24 ,Error In Channel 24" "No error,Error" eventfld.long 0x00 23. " ERR23 ,Error In Channel 23" "No error,Error" textline " " eventfld.long 0x00 22. " ERR22 ,Error In Channel 22" "No error,Error" eventfld.long 0x00 21. " ERR21 ,Error In Channel 21" "No error,Error" eventfld.long 0x00 20. " ERR20 ,Error In Channel 20" "No error,Error" textline " " eventfld.long 0x00 19. " ERR19 ,Error In Channel 19" "No error,Error" eventfld.long 0x00 18. " ERR18 ,Error In Channel 18" "No error,Error" eventfld.long 0x00 17. " ERR17 ,Error In Channel 17" "No error,Error" textline " " eventfld.long 0x00 16. " ERR16 ,Error In Channel 16" "No error,Error" eventfld.long 0x00 15. " ERR15 ,Error In Channel 15" "No error,Error" eventfld.long 0x00 14. " ERR14 ,Error In Channel 14" "No error,Error" textline " " eventfld.long 0x00 13. " ERR13 ,Error In Channel 13" "No error,Error" eventfld.long 0x00 12. " ERR12 ,Error In Channel 12" "No error,Error" eventfld.long 0x00 11. " ERR11 ,Error In Channel 11" "No error,Error" textline " " eventfld.long 0x00 10. " ERR10 ,Error In Channel 10" "No error,Error" eventfld.long 0x00 9. " ERR9 ,Error In Channel 9" "No error,Error" eventfld.long 0x00 8. " ERR8 ,Error In Channel 8" "No error,Error" textline " " eventfld.long 0x00 7. " ERR7 ,Error In Channel 7" "No error,Error" eventfld.long 0x00 6. " ERR6 ,Error In Channel 6" "No error,Error" eventfld.long 0x00 5. " ERR5 ,Error In Channel 5" "No error,Error" textline " " eventfld.long 0x00 4. " ERR4 ,Error In Channel 4" "No error,Error" eventfld.long 0x00 3. " ERR3 ,Error In Channel 3" "No error,Error" eventfld.long 0x00 2. " ERR2 ,Error In Channel 2" "No error,Error" textline " " eventfld.long 0x00 1. " ERR1 ,Error In Channel 1" "No error,Error" eventfld.long 0x00 0. " ERR0 ,Error In Channel 0" "No error,Error" group.long 0x34++0x3 line.long 0x00 "HRS,Hardware Request Status Register" bitfld.long 0x00 31. " HRS31 ,Hardware Request Status Channel 31" "Not requested,Requested" bitfld.long 0x00 30. " HRS30 ,Hardware Request Status Channel 30" "Not requested,Requested" bitfld.long 0x00 29. " HRS29 ,Hardware Request Status Channel 29" "Not requested,Requested" textline " " bitfld.long 0x00 28. " HRS28 ,Hardware Request Status Channel 28" "Not requested,Requested" bitfld.long 0x00 27. " HRS27 ,Hardware Request Status Channel 27" "Not requested,Requested" bitfld.long 0x00 26. " HRS26 ,Hardware Request Status Channel 26" "Not requested,Requested" textline " " bitfld.long 0x00 25. " HRS25 ,Hardware Request Status Channel 25" "Not requested,Requested" bitfld.long 0x00 24. " HRS24 ,Hardware Request Status Channel 24" "Not requested,Requested" bitfld.long 0x00 23. " HRS23 ,Hardware Request Status Channel 23" "Not requested,Requested" textline " " bitfld.long 0x00 22. " HRS22 ,Hardware Request Status Channel 22" "Not requested,Requested" bitfld.long 0x00 21. " HRS21 ,Hardware Request Status Channel 21" "Not requested,Requested" bitfld.long 0x00 20. " HRS20 ,Hardware Request Status Channel 20" "Not requested,Requested" textline " " bitfld.long 0x00 19. " HRS19 ,Hardware Request Status Channel 19" "Not requested,Requested" bitfld.long 0x00 18. " HRS18 ,Hardware Request Status Channel 18" "Not requested,Requested" bitfld.long 0x00 17. " HRS17 ,Hardware Request Status Channel 17" "Not requested,Requested" textline " " bitfld.long 0x00 16. " HRS16 ,Hardware Request Status Channel 16" "Not requested,Requested" bitfld.long 0x00 15. " HRS15 ,Hardware Request Status Channel 15" "Not requested,Requested" bitfld.long 0x00 14. " HRS14 ,Hardware Request Status Channel 14" "Not requested,Requested" textline " " bitfld.long 0x00 13. " HRS13 ,Hardware Request Status Channel 13" "Not requested,Requested" bitfld.long 0x00 12. " HRS12 ,Hardware Request Status Channel 12" "Not requested,Requested" bitfld.long 0x00 11. " HRS11 ,Hardware Request Status Channel 11" "Not requested,Requested" textline " " bitfld.long 0x00 10. " HRS10 ,Hardware Request Status Channel 10" "Not requested,Requested" bitfld.long 0x00 9. " HRS9 ,Hardware Request Status Channel 9" "Not requested,Requested" bitfld.long 0x00 8. " HRS8 ,Hardware Request Status Channel 8" "Not requested,Requested" textline " " bitfld.long 0x00 7. " HRS7 ,Hardware Request Status Channel 7" "Not requested,Requested" bitfld.long 0x00 6. " HRS6 ,Hardware Request Status Channel 6" "Not requested,Requested" bitfld.long 0x00 5. " HRS5 ,Hardware Request Status Channel 5" "Not requested,Requested" textline " " bitfld.long 0x00 4. " HRS4 ,Hardware Request Status Channel 4" "Not requested,Requested" bitfld.long 0x00 3. " HRS3 ,Hardware Request Status Channel 3" "Not requested,Requested" bitfld.long 0x00 2. " HRS2 ,Hardware Request Status Channel 2" "Not requested,Requested" textline " " bitfld.long 0x00 1. " HRS1 ,Hardware Request Status Channel 1" "Not requested,Requested" bitfld.long 0x00 0. " HRS0 ,Hardware Request Status Channel 0" "Not requested,Requested" tree.end tree "Channel Priority Registers" width 16. group.long 0x100++0x1F line.byte 0x0 "DMA1_DCHPRI3,Channel 0 Priority Register" bitfld.byte 0x0 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x0 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x0 4.--5. " GRPPRI ,Channel 0 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x0 0.--3. " CHPRI ,Channel 0 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x1 "DMA1_DCHPRI2,Channel 1 Priority Register" bitfld.byte 0x1 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x1 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x1 4.--5. " GRPPRI ,Channel 1 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x1 0.--3. " CHPRI ,Channel 1 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x2 "DMA1_DCHPRI1,Channel 2 Priority Register" bitfld.byte 0x2 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x2 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x2 4.--5. " GRPPRI ,Channel 2 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x2 0.--3. " CHPRI ,Channel 2 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x3 "DMA1_DCHPRI0,Channel 3 Priority Register" bitfld.byte 0x3 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x3 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x3 4.--5. " GRPPRI ,Channel 3 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x3 0.--3. " CHPRI ,Channel 3 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x4 "DMA1_DCHPRI7,Channel 4 Priority Register" bitfld.byte 0x4 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x4 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x4 4.--5. " GRPPRI ,Channel 4 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x4 0.--3. " CHPRI ,Channel 4 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x5 "DMA1_DCHPRI6,Channel 5 Priority Register" bitfld.byte 0x5 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x5 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x5 4.--5. " GRPPRI ,Channel 5 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x5 0.--3. " CHPRI ,Channel 5 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x6 "DMA1_DCHPRI5,Channel 6 Priority Register" bitfld.byte 0x6 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x6 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x6 4.--5. " GRPPRI ,Channel 6 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x6 0.--3. " CHPRI ,Channel 6 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x7 "DMA1_DCHPRI4,Channel 7 Priority Register" bitfld.byte 0x7 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x7 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x7 4.--5. " GRPPRI ,Channel 7 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x7 0.--3. " CHPRI ,Channel 7 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x8 "DMA1_DCHPRI11,Channel 8 Priority Register" bitfld.byte 0x8 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x8 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x8 4.--5. " GRPPRI ,Channel 8 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x8 0.--3. " CHPRI ,Channel 8 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x9 "DMA1_DCHPRI10,Channel 9 Priority Register" bitfld.byte 0x9 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x9 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x9 4.--5. " GRPPRI ,Channel 9 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x9 0.--3. " CHPRI ,Channel 9 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0xA "DMA1_DCHPRI9,Channel 10 Priority Register" bitfld.byte 0xA 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0xA 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0xA 4.--5. " GRPPRI ,Channel 10 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0xA 0.--3. " CHPRI ,Channel 10 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0xB "DMA1_DCHPRI8,Channel 11 Priority Register" bitfld.byte 0xB 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0xB 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0xB 4.--5. " GRPPRI ,Channel 11 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0xB 0.--3. " CHPRI ,Channel 11 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0xC "DMA1_DCHPRI15,Channel 12 Priority Register" bitfld.byte 0xC 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0xC 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0xC 4.--5. " GRPPRI ,Channel 12 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0xC 0.--3. " CHPRI ,Channel 12 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0xD "DMA1_DCHPRI14,Channel 13 Priority Register" bitfld.byte 0xD 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0xD 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0xD 4.--5. " GRPPRI ,Channel 13 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0xD 0.--3. " CHPRI ,Channel 13 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0xE "DMA1_DCHPRI13,Channel 14 Priority Register" bitfld.byte 0xE 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0xE 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0xE 4.--5. " GRPPRI ,Channel 14 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0xE 0.--3. " CHPRI ,Channel 14 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0xF "DMA1_DCHPRI12,Channel 15 Priority Register" bitfld.byte 0xF 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0xF 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0xF 4.--5. " GRPPRI ,Channel 15 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0xF 0.--3. " CHPRI ,Channel 15 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x10 "DMA1_DCHPRI19,Channel 16 Priority Register" bitfld.byte 0x10 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x10 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x10 4.--5. " GRPPRI ,Channel 16 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x10 0.--3. " CHPRI ,Channel 16 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x11 "DMA1_DCHPRI18,Channel 17 Priority Register" bitfld.byte 0x11 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x11 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x11 4.--5. " GRPPRI ,Channel 17 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x11 0.--3. " CHPRI ,Channel 17 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x12 "DMA1_DCHPRI17,Channel 18 Priority Register" bitfld.byte 0x12 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x12 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x12 4.--5. " GRPPRI ,Channel 18 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x12 0.--3. " CHPRI ,Channel 18 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x13 "DMA1_DCHPRI16,Channel 19 Priority Register" bitfld.byte 0x13 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x13 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x13 4.--5. " GRPPRI ,Channel 19 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x13 0.--3. " CHPRI ,Channel 19 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x14 "DMA1_DCHPRI23,Channel 20 Priority Register" bitfld.byte 0x14 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x14 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x14 4.--5. " GRPPRI ,Channel 20 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x14 0.--3. " CHPRI ,Channel 20 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x15 "DMA1_DCHPRI22,Channel 21 Priority Register" bitfld.byte 0x15 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x15 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x15 4.--5. " GRPPRI ,Channel 21 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x15 0.--3. " CHPRI ,Channel 21 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x16 "DMA1_DCHPRI21,Channel 22 Priority Register" bitfld.byte 0x16 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x16 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x16 4.--5. " GRPPRI ,Channel 22 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x16 0.--3. " CHPRI ,Channel 22 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x17 "DMA1_DCHPRI20,Channel 23 Priority Register" bitfld.byte 0x17 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x17 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x17 4.--5. " GRPPRI ,Channel 23 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x17 0.--3. " CHPRI ,Channel 23 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x18 "DMA1_DCHPRI27,Channel 24 Priority Register" bitfld.byte 0x18 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x18 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x18 4.--5. " GRPPRI ,Channel 24 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x18 0.--3. " CHPRI ,Channel 24 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x19 "DMA1_DCHPRI26,Channel 25 Priority Register" bitfld.byte 0x19 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x19 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x19 4.--5. " GRPPRI ,Channel 25 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x19 0.--3. " CHPRI ,Channel 25 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x1A "DMA1_DCHPRI25,Channel 26 Priority Register" bitfld.byte 0x1A 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x1A 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x1A 4.--5. " GRPPRI ,Channel 26 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x1A 0.--3. " CHPRI ,Channel 26 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x1B "DMA1_DCHPRI24,Channel 27 Priority Register" bitfld.byte 0x1B 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x1B 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x1B 4.--5. " GRPPRI ,Channel 27 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x1B 0.--3. " CHPRI ,Channel 27 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x1C "DMA1_DCHPRI31,Channel 28 Priority Register" bitfld.byte 0x1C 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x1C 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x1C 4.--5. " GRPPRI ,Channel 28 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x1C 0.--3. " CHPRI ,Channel 28 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x1D "DMA1_DCHPRI30,Channel 29 Priority Register" bitfld.byte 0x1D 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x1D 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x1D 4.--5. " GRPPRI ,Channel 29 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x1D 0.--3. " CHPRI ,Channel 29 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x1E "DMA1_DCHPRI29,Channel 30 Priority Register" bitfld.byte 0x1E 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x1E 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x1E 4.--5. " GRPPRI ,Channel 30 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x1E 0.--3. " CHPRI ,Channel 30 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.byte 0x1F "DMA1_DCHPRI28,Channel 31 Priority Register" bitfld.byte 0x1F 7. " ECP ,Enable Channel Preemption" "Disabled,Enabled" bitfld.byte 0x1F 6. " DPA ,Disable preempt ability" "No,Yes" bitfld.byte 0x1F 4.--5. " GRPPRI ,Channel 31 Current Group Priority" "0,1,2,3" textline " " bitfld.byte 0x1F 0.--3. " CHPRI ,Channel 31 Arbitration Priority" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" tree.end tree "TCD Registers" width 30. tree "Channel 0" group.long 0x1000++0x03 line.long 0x00 "DMA1_TCD0_SADDR,TCD Source Address" group.word (0x1000+0x04)++0x1 line.word 0x00 "DMA1_TCD0_SOFF,TCD Signed Source Address Offset" group.word (0x1000+0x06)++0x1 line.word 0x00 "DMA1_TCD0_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x1000+0x08)++0x3 line.long 0x00 "DMA1_TCD0_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x1000+0x08))&0xC0000000)==0x0)) group.long (0x1000+0x08)++0x3 line.long 0x00 "DMA1_TCD0_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1000+0x08)++0x3 line.long 0x00 "DMA1_TCD0_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1000+0x0C)++0x3 line.long 0x00 "DMA1_TCD0_SLAST,TCD Last Source Address Adjustment" group.long (0x1000+0x10)++0x3 line.long 0x00 "DMA1_TCD0_DADDR,TCD Destination Address" group.word (0x1000+0x14)++0x1 line.word 0x00 "DMA1_TCD0_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x1000+0x16))&0x8000)==0x00) group.word (0x1000+0x16)++0x1 line.word 0x00 "DMA1_TCD0_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1000+0x16)++0x1 line.word 0x00 "DMA1_TCD0_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1000+0x18)++0x03 line.long 0x00 "DMA1_TCD0_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1000+0x1C)++0x01 line.word 0x00 "DMA1_TCD0_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x1000+0x1E)&0x8000)==0x8000) group.word (0x1000+0x1E)++0x1 line.word 0x00 "DMA1_TCD0_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1000+0x1E)++0x1 line.word 0x00 "DMA1_TCD0_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 1" group.long 0x1020++0x03 line.long 0x00 "DMA1_TCD1_SADDR,TCD Source Address" group.word (0x1020+0x04)++0x1 line.word 0x00 "DMA1_TCD1_SOFF,TCD Signed Source Address Offset" group.word (0x1020+0x06)++0x1 line.word 0x00 "DMA1_TCD1_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x1020+0x08)++0x3 line.long 0x00 "DMA1_TCD1_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x1020+0x08))&0xC0000000)==0x0)) group.long (0x1020+0x08)++0x3 line.long 0x00 "DMA1_TCD1_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1020+0x08)++0x3 line.long 0x00 "DMA1_TCD1_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1020+0x0C)++0x3 line.long 0x00 "DMA1_TCD1_SLAST,TCD Last Source Address Adjustment" group.long (0x1020+0x10)++0x3 line.long 0x00 "DMA1_TCD1_DADDR,TCD Destination Address" group.word (0x1020+0x14)++0x1 line.word 0x00 "DMA1_TCD1_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x1020+0x16))&0x8000)==0x00) group.word (0x1020+0x16)++0x1 line.word 0x00 "DMA1_TCD1_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1020+0x16)++0x1 line.word 0x00 "DMA1_TCD1_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1020+0x18)++0x03 line.long 0x00 "DMA1_TCD1_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1020+0x1C)++0x01 line.word 0x00 "DMA1_TCD1_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x1020+0x1E)&0x8000)==0x8000) group.word (0x1020+0x1E)++0x1 line.word 0x00 "DMA1_TCD1_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1020+0x1E)++0x1 line.word 0x00 "DMA1_TCD1_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 2" group.long 0x1040++0x03 line.long 0x00 "DMA1_TCD2_SADDR,TCD Source Address" group.word (0x1040+0x04)++0x1 line.word 0x00 "DMA1_TCD2_SOFF,TCD Signed Source Address Offset" group.word (0x1040+0x06)++0x1 line.word 0x00 "DMA1_TCD2_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x1040+0x08)++0x3 line.long 0x00 "DMA1_TCD2_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x1040+0x08))&0xC0000000)==0x0)) group.long (0x1040+0x08)++0x3 line.long 0x00 "DMA1_TCD2_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1040+0x08)++0x3 line.long 0x00 "DMA1_TCD2_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1040+0x0C)++0x3 line.long 0x00 "DMA1_TCD2_SLAST,TCD Last Source Address Adjustment" group.long (0x1040+0x10)++0x3 line.long 0x00 "DMA1_TCD2_DADDR,TCD Destination Address" group.word (0x1040+0x14)++0x1 line.word 0x00 "DMA1_TCD2_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x1040+0x16))&0x8000)==0x00) group.word (0x1040+0x16)++0x1 line.word 0x00 "DMA1_TCD2_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1040+0x16)++0x1 line.word 0x00 "DMA1_TCD2_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1040+0x18)++0x03 line.long 0x00 "DMA1_TCD2_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1040+0x1C)++0x01 line.word 0x00 "DMA1_TCD2_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x1040+0x1E)&0x8000)==0x8000) group.word (0x1040+0x1E)++0x1 line.word 0x00 "DMA1_TCD2_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1040+0x1E)++0x1 line.word 0x00 "DMA1_TCD2_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 3" group.long 0x1060++0x03 line.long 0x00 "DMA1_TCD3_SADDR,TCD Source Address" group.word (0x1060+0x04)++0x1 line.word 0x00 "DMA1_TCD3_SOFF,TCD Signed Source Address Offset" group.word (0x1060+0x06)++0x1 line.word 0x00 "DMA1_TCD3_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x1060+0x08)++0x3 line.long 0x00 "DMA1_TCD3_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x1060+0x08))&0xC0000000)==0x0)) group.long (0x1060+0x08)++0x3 line.long 0x00 "DMA1_TCD3_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1060+0x08)++0x3 line.long 0x00 "DMA1_TCD3_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1060+0x0C)++0x3 line.long 0x00 "DMA1_TCD3_SLAST,TCD Last Source Address Adjustment" group.long (0x1060+0x10)++0x3 line.long 0x00 "DMA1_TCD3_DADDR,TCD Destination Address" group.word (0x1060+0x14)++0x1 line.word 0x00 "DMA1_TCD3_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x1060+0x16))&0x8000)==0x00) group.word (0x1060+0x16)++0x1 line.word 0x00 "DMA1_TCD3_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1060+0x16)++0x1 line.word 0x00 "DMA1_TCD3_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1060+0x18)++0x03 line.long 0x00 "DMA1_TCD3_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1060+0x1C)++0x01 line.word 0x00 "DMA1_TCD3_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x1060+0x1E)&0x8000)==0x8000) group.word (0x1060+0x1E)++0x1 line.word 0x00 "DMA1_TCD3_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1060+0x1E)++0x1 line.word 0x00 "DMA1_TCD3_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 4" group.long 0x1080++0x03 line.long 0x00 "DMA1_TCD4_SADDR,TCD Source Address" group.word (0x1080+0x04)++0x1 line.word 0x00 "DMA1_TCD4_SOFF,TCD Signed Source Address Offset" group.word (0x1080+0x06)++0x1 line.word 0x00 "DMA1_TCD4_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x1080+0x08)++0x3 line.long 0x00 "DMA1_TCD4_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x1080+0x08))&0xC0000000)==0x0)) group.long (0x1080+0x08)++0x3 line.long 0x00 "DMA1_TCD4_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1080+0x08)++0x3 line.long 0x00 "DMA1_TCD4_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1080+0x0C)++0x3 line.long 0x00 "DMA1_TCD4_SLAST,TCD Last Source Address Adjustment" group.long (0x1080+0x10)++0x3 line.long 0x00 "DMA1_TCD4_DADDR,TCD Destination Address" group.word (0x1080+0x14)++0x1 line.word 0x00 "DMA1_TCD4_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x1080+0x16))&0x8000)==0x00) group.word (0x1080+0x16)++0x1 line.word 0x00 "DMA1_TCD4_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1080+0x16)++0x1 line.word 0x00 "DMA1_TCD4_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1080+0x18)++0x03 line.long 0x00 "DMA1_TCD4_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1080+0x1C)++0x01 line.word 0x00 "DMA1_TCD4_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x1080+0x1E)&0x8000)==0x8000) group.word (0x1080+0x1E)++0x1 line.word 0x00 "DMA1_TCD4_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1080+0x1E)++0x1 line.word 0x00 "DMA1_TCD4_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 5" group.long 0x10A0++0x03 line.long 0x00 "DMA1_TCD5_SADDR,TCD Source Address" group.word (0x10A0+0x04)++0x1 line.word 0x00 "DMA1_TCD5_SOFF,TCD Signed Source Address Offset" group.word (0x10A0+0x06)++0x1 line.word 0x00 "DMA1_TCD5_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x10A0+0x08)++0x3 line.long 0x00 "DMA1_TCD5_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x10A0+0x08))&0xC0000000)==0x0)) group.long (0x10A0+0x08)++0x3 line.long 0x00 "DMA1_TCD5_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x10A0+0x08)++0x3 line.long 0x00 "DMA1_TCD5_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x10A0+0x0C)++0x3 line.long 0x00 "DMA1_TCD5_SLAST,TCD Last Source Address Adjustment" group.long (0x10A0+0x10)++0x3 line.long 0x00 "DMA1_TCD5_DADDR,TCD Destination Address" group.word (0x10A0+0x14)++0x1 line.word 0x00 "DMA1_TCD5_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x10A0+0x16))&0x8000)==0x00) group.word (0x10A0+0x16)++0x1 line.word 0x00 "DMA1_TCD5_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x10A0+0x16)++0x1 line.word 0x00 "DMA1_TCD5_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x10A0+0x18)++0x03 line.long 0x00 "DMA1_TCD5_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x10A0+0x1C)++0x01 line.word 0x00 "DMA1_TCD5_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x10A0+0x1E)&0x8000)==0x8000) group.word (0x10A0+0x1E)++0x1 line.word 0x00 "DMA1_TCD5_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x10A0+0x1E)++0x1 line.word 0x00 "DMA1_TCD5_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 6" group.long 0x10C0++0x03 line.long 0x00 "DMA1_TCD6_SADDR,TCD Source Address" group.word (0x10C0+0x04)++0x1 line.word 0x00 "DMA1_TCD6_SOFF,TCD Signed Source Address Offset" group.word (0x10C0+0x06)++0x1 line.word 0x00 "DMA1_TCD6_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x10C0+0x08)++0x3 line.long 0x00 "DMA1_TCD6_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x10C0+0x08))&0xC0000000)==0x0)) group.long (0x10C0+0x08)++0x3 line.long 0x00 "DMA1_TCD6_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x10C0+0x08)++0x3 line.long 0x00 "DMA1_TCD6_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x10C0+0x0C)++0x3 line.long 0x00 "DMA1_TCD6_SLAST,TCD Last Source Address Adjustment" group.long (0x10C0+0x10)++0x3 line.long 0x00 "DMA1_TCD6_DADDR,TCD Destination Address" group.word (0x10C0+0x14)++0x1 line.word 0x00 "DMA1_TCD6_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x10C0+0x16))&0x8000)==0x00) group.word (0x10C0+0x16)++0x1 line.word 0x00 "DMA1_TCD6_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x10C0+0x16)++0x1 line.word 0x00 "DMA1_TCD6_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x10C0+0x18)++0x03 line.long 0x00 "DMA1_TCD6_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x10C0+0x1C)++0x01 line.word 0x00 "DMA1_TCD6_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x10C0+0x1E)&0x8000)==0x8000) group.word (0x10C0+0x1E)++0x1 line.word 0x00 "DMA1_TCD6_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x10C0+0x1E)++0x1 line.word 0x00 "DMA1_TCD6_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 7" group.long 0x10E0++0x03 line.long 0x00 "DMA1_TCD7_SADDR,TCD Source Address" group.word (0x10E0+0x04)++0x1 line.word 0x00 "DMA1_TCD7_SOFF,TCD Signed Source Address Offset" group.word (0x10E0+0x06)++0x1 line.word 0x00 "DMA1_TCD7_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x10E0+0x08)++0x3 line.long 0x00 "DMA1_TCD7_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x10E0+0x08))&0xC0000000)==0x0)) group.long (0x10E0+0x08)++0x3 line.long 0x00 "DMA1_TCD7_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x10E0+0x08)++0x3 line.long 0x00 "DMA1_TCD7_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x10E0+0x0C)++0x3 line.long 0x00 "DMA1_TCD7_SLAST,TCD Last Source Address Adjustment" group.long (0x10E0+0x10)++0x3 line.long 0x00 "DMA1_TCD7_DADDR,TCD Destination Address" group.word (0x10E0+0x14)++0x1 line.word 0x00 "DMA1_TCD7_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x10E0+0x16))&0x8000)==0x00) group.word (0x10E0+0x16)++0x1 line.word 0x00 "DMA1_TCD7_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x10E0+0x16)++0x1 line.word 0x00 "DMA1_TCD7_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x10E0+0x18)++0x03 line.long 0x00 "DMA1_TCD7_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x10E0+0x1C)++0x01 line.word 0x00 "DMA1_TCD7_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x10E0+0x1E)&0x8000)==0x8000) group.word (0x10E0+0x1E)++0x1 line.word 0x00 "DMA1_TCD7_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x10E0+0x1E)++0x1 line.word 0x00 "DMA1_TCD7_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 8" group.long 0x1100++0x03 line.long 0x00 "DMA1_TCD8_SADDR,TCD Source Address" group.word (0x1100+0x04)++0x1 line.word 0x00 "DMA1_TCD8_SOFF,TCD Signed Source Address Offset" group.word (0x1100+0x06)++0x1 line.word 0x00 "DMA1_TCD8_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x1100+0x08)++0x3 line.long 0x00 "DMA1_TCD8_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x1100+0x08))&0xC0000000)==0x0)) group.long (0x1100+0x08)++0x3 line.long 0x00 "DMA1_TCD8_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1100+0x08)++0x3 line.long 0x00 "DMA1_TCD8_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1100+0x0C)++0x3 line.long 0x00 "DMA1_TCD8_SLAST,TCD Last Source Address Adjustment" group.long (0x1100+0x10)++0x3 line.long 0x00 "DMA1_TCD8_DADDR,TCD Destination Address" group.word (0x1100+0x14)++0x1 line.word 0x00 "DMA1_TCD8_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x1100+0x16))&0x8000)==0x00) group.word (0x1100+0x16)++0x1 line.word 0x00 "DMA1_TCD8_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1100+0x16)++0x1 line.word 0x00 "DMA1_TCD8_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1100+0x18)++0x03 line.long 0x00 "DMA1_TCD8_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1100+0x1C)++0x01 line.word 0x00 "DMA1_TCD8_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x1100+0x1E)&0x8000)==0x8000) group.word (0x1100+0x1E)++0x1 line.word 0x00 "DMA1_TCD8_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1100+0x1E)++0x1 line.word 0x00 "DMA1_TCD8_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 9" group.long 0x1120++0x03 line.long 0x00 "DMA1_TCD9_SADDR,TCD Source Address" group.word (0x1120+0x04)++0x1 line.word 0x00 "DMA1_TCD9_SOFF,TCD Signed Source Address Offset" group.word (0x1120+0x06)++0x1 line.word 0x00 "DMA1_TCD9_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x1120+0x08)++0x3 line.long 0x00 "DMA1_TCD9_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x1120+0x08))&0xC0000000)==0x0)) group.long (0x1120+0x08)++0x3 line.long 0x00 "DMA1_TCD9_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1120+0x08)++0x3 line.long 0x00 "DMA1_TCD9_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1120+0x0C)++0x3 line.long 0x00 "DMA1_TCD9_SLAST,TCD Last Source Address Adjustment" group.long (0x1120+0x10)++0x3 line.long 0x00 "DMA1_TCD9_DADDR,TCD Destination Address" group.word (0x1120+0x14)++0x1 line.word 0x00 "DMA1_TCD9_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x1120+0x16))&0x8000)==0x00) group.word (0x1120+0x16)++0x1 line.word 0x00 "DMA1_TCD9_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1120+0x16)++0x1 line.word 0x00 "DMA1_TCD9_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1120+0x18)++0x03 line.long 0x00 "DMA1_TCD9_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1120+0x1C)++0x01 line.word 0x00 "DMA1_TCD9_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x1120+0x1E)&0x8000)==0x8000) group.word (0x1120+0x1E)++0x1 line.word 0x00 "DMA1_TCD9_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1120+0x1E)++0x1 line.word 0x00 "DMA1_TCD9_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 10" group.long 0x1140++0x03 line.long 0x00 "DMA1_TCD10_SADDR,TCD Source Address" group.word (0x1140+0x04)++0x1 line.word 0x00 "DMA1_TCD10_SOFF,TCD Signed Source Address Offset" group.word (0x1140+0x06)++0x1 line.word 0x00 "DMA1_TCD10_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x1140+0x08)++0x3 line.long 0x00 "DMA1_TCD10_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x1140+0x08))&0xC0000000)==0x0)) group.long (0x1140+0x08)++0x3 line.long 0x00 "DMA1_TCD10_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1140+0x08)++0x3 line.long 0x00 "DMA1_TCD10_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1140+0x0C)++0x3 line.long 0x00 "DMA1_TCD10_SLAST,TCD Last Source Address Adjustment" group.long (0x1140+0x10)++0x3 line.long 0x00 "DMA1_TCD10_DADDR,TCD Destination Address" group.word (0x1140+0x14)++0x1 line.word 0x00 "DMA1_TCD10_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x1140+0x16))&0x8000)==0x00) group.word (0x1140+0x16)++0x1 line.word 0x00 "DMA1_TCD10_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1140+0x16)++0x1 line.word 0x00 "DMA1_TCD10_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1140+0x18)++0x03 line.long 0x00 "DMA1_TCD10_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1140+0x1C)++0x01 line.word 0x00 "DMA1_TCD10_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x1140+0x1E)&0x8000)==0x8000) group.word (0x1140+0x1E)++0x1 line.word 0x00 "DMA1_TCD10_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1140+0x1E)++0x1 line.word 0x00 "DMA1_TCD10_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 11" group.long 0x1160++0x03 line.long 0x00 "DMA1_TCD11_SADDR,TCD Source Address" group.word (0x1160+0x04)++0x1 line.word 0x00 "DMA1_TCD11_SOFF,TCD Signed Source Address Offset" group.word (0x1160+0x06)++0x1 line.word 0x00 "DMA1_TCD11_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x1160+0x08)++0x3 line.long 0x00 "DMA1_TCD11_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x1160+0x08))&0xC0000000)==0x0)) group.long (0x1160+0x08)++0x3 line.long 0x00 "DMA1_TCD11_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1160+0x08)++0x3 line.long 0x00 "DMA1_TCD11_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1160+0x0C)++0x3 line.long 0x00 "DMA1_TCD11_SLAST,TCD Last Source Address Adjustment" group.long (0x1160+0x10)++0x3 line.long 0x00 "DMA1_TCD11_DADDR,TCD Destination Address" group.word (0x1160+0x14)++0x1 line.word 0x00 "DMA1_TCD11_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x1160+0x16))&0x8000)==0x00) group.word (0x1160+0x16)++0x1 line.word 0x00 "DMA1_TCD11_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1160+0x16)++0x1 line.word 0x00 "DMA1_TCD11_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1160+0x18)++0x03 line.long 0x00 "DMA1_TCD11_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1160+0x1C)++0x01 line.word 0x00 "DMA1_TCD11_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x1160+0x1E)&0x8000)==0x8000) group.word (0x1160+0x1E)++0x1 line.word 0x00 "DMA1_TCD11_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1160+0x1E)++0x1 line.word 0x00 "DMA1_TCD11_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 12" group.long 0x1180++0x03 line.long 0x00 "DMA1_TCD12_SADDR,TCD Source Address" group.word (0x1180+0x04)++0x1 line.word 0x00 "DMA1_TCD12_SOFF,TCD Signed Source Address Offset" group.word (0x1180+0x06)++0x1 line.word 0x00 "DMA1_TCD12_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x1180+0x08)++0x3 line.long 0x00 "DMA1_TCD12_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x1180+0x08))&0xC0000000)==0x0)) group.long (0x1180+0x08)++0x3 line.long 0x00 "DMA1_TCD12_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1180+0x08)++0x3 line.long 0x00 "DMA1_TCD12_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1180+0x0C)++0x3 line.long 0x00 "DMA1_TCD12_SLAST,TCD Last Source Address Adjustment" group.long (0x1180+0x10)++0x3 line.long 0x00 "DMA1_TCD12_DADDR,TCD Destination Address" group.word (0x1180+0x14)++0x1 line.word 0x00 "DMA1_TCD12_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x1180+0x16))&0x8000)==0x00) group.word (0x1180+0x16)++0x1 line.word 0x00 "DMA1_TCD12_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1180+0x16)++0x1 line.word 0x00 "DMA1_TCD12_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1180+0x18)++0x03 line.long 0x00 "DMA1_TCD12_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1180+0x1C)++0x01 line.word 0x00 "DMA1_TCD12_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x1180+0x1E)&0x8000)==0x8000) group.word (0x1180+0x1E)++0x1 line.word 0x00 "DMA1_TCD12_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1180+0x1E)++0x1 line.word 0x00 "DMA1_TCD12_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 13" group.long 0x11A0++0x03 line.long 0x00 "DMA1_TCD13_SADDR,TCD Source Address" group.word (0x11A0+0x04)++0x1 line.word 0x00 "DMA1_TCD13_SOFF,TCD Signed Source Address Offset" group.word (0x11A0+0x06)++0x1 line.word 0x00 "DMA1_TCD13_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x11A0+0x08)++0x3 line.long 0x00 "DMA1_TCD13_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x11A0+0x08))&0xC0000000)==0x0)) group.long (0x11A0+0x08)++0x3 line.long 0x00 "DMA1_TCD13_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x11A0+0x08)++0x3 line.long 0x00 "DMA1_TCD13_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x11A0+0x0C)++0x3 line.long 0x00 "DMA1_TCD13_SLAST,TCD Last Source Address Adjustment" group.long (0x11A0+0x10)++0x3 line.long 0x00 "DMA1_TCD13_DADDR,TCD Destination Address" group.word (0x11A0+0x14)++0x1 line.word 0x00 "DMA1_TCD13_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x11A0+0x16))&0x8000)==0x00) group.word (0x11A0+0x16)++0x1 line.word 0x00 "DMA1_TCD13_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x11A0+0x16)++0x1 line.word 0x00 "DMA1_TCD13_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x11A0+0x18)++0x03 line.long 0x00 "DMA1_TCD13_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x11A0+0x1C)++0x01 line.word 0x00 "DMA1_TCD13_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x11A0+0x1E)&0x8000)==0x8000) group.word (0x11A0+0x1E)++0x1 line.word 0x00 "DMA1_TCD13_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x11A0+0x1E)++0x1 line.word 0x00 "DMA1_TCD13_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 14" group.long 0x11C0++0x03 line.long 0x00 "DMA1_TCD14_SADDR,TCD Source Address" group.word (0x11C0+0x04)++0x1 line.word 0x00 "DMA1_TCD14_SOFF,TCD Signed Source Address Offset" group.word (0x11C0+0x06)++0x1 line.word 0x00 "DMA1_TCD14_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x11C0+0x08)++0x3 line.long 0x00 "DMA1_TCD14_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x11C0+0x08))&0xC0000000)==0x0)) group.long (0x11C0+0x08)++0x3 line.long 0x00 "DMA1_TCD14_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x11C0+0x08)++0x3 line.long 0x00 "DMA1_TCD14_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x11C0+0x0C)++0x3 line.long 0x00 "DMA1_TCD14_SLAST,TCD Last Source Address Adjustment" group.long (0x11C0+0x10)++0x3 line.long 0x00 "DMA1_TCD14_DADDR,TCD Destination Address" group.word (0x11C0+0x14)++0x1 line.word 0x00 "DMA1_TCD14_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x11C0+0x16))&0x8000)==0x00) group.word (0x11C0+0x16)++0x1 line.word 0x00 "DMA1_TCD14_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x11C0+0x16)++0x1 line.word 0x00 "DMA1_TCD14_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x11C0+0x18)++0x03 line.long 0x00 "DMA1_TCD14_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x11C0+0x1C)++0x01 line.word 0x00 "DMA1_TCD14_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x11C0+0x1E)&0x8000)==0x8000) group.word (0x11C0+0x1E)++0x1 line.word 0x00 "DMA1_TCD14_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x11C0+0x1E)++0x1 line.word 0x00 "DMA1_TCD14_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 15" group.long 0x11E0++0x03 line.long 0x00 "DMA1_TCD15_SADDR,TCD Source Address" group.word (0x11E0+0x04)++0x1 line.word 0x00 "DMA1_TCD15_SOFF,TCD Signed Source Address Offset" group.word (0x11E0+0x06)++0x1 line.word 0x00 "DMA1_TCD15_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x11E0+0x08)++0x3 line.long 0x00 "DMA1_TCD15_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x11E0+0x08))&0xC0000000)==0x0)) group.long (0x11E0+0x08)++0x3 line.long 0x00 "DMA1_TCD15_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x11E0+0x08)++0x3 line.long 0x00 "DMA1_TCD15_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x11E0+0x0C)++0x3 line.long 0x00 "DMA1_TCD15_SLAST,TCD Last Source Address Adjustment" group.long (0x11E0+0x10)++0x3 line.long 0x00 "DMA1_TCD15_DADDR,TCD Destination Address" group.word (0x11E0+0x14)++0x1 line.word 0x00 "DMA1_TCD15_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x11E0+0x16))&0x8000)==0x00) group.word (0x11E0+0x16)++0x1 line.word 0x00 "DMA1_TCD15_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x11E0+0x16)++0x1 line.word 0x00 "DMA1_TCD15_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x11E0+0x18)++0x03 line.long 0x00 "DMA1_TCD15_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x11E0+0x1C)++0x01 line.word 0x00 "DMA1_TCD15_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x11E0+0x1E)&0x8000)==0x8000) group.word (0x11E0+0x1E)++0x1 line.word 0x00 "DMA1_TCD15_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x11E0+0x1E)++0x1 line.word 0x00 "DMA1_TCD15_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 16" group.long 0x1200++0x03 line.long 0x00 "DMA1_TCD16_SADDR,TCD Source Address" group.word (0x1200+0x04)++0x1 line.word 0x00 "DMA1_TCD16_SOFF,TCD Signed Source Address Offset" group.word (0x1200+0x06)++0x1 line.word 0x00 "DMA1_TCD16_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x1200+0x08)++0x3 line.long 0x00 "DMA1_TCD16_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x1200+0x08))&0xC0000000)==0x0)) group.long (0x1200+0x08)++0x3 line.long 0x00 "DMA1_TCD16_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1200+0x08)++0x3 line.long 0x00 "DMA1_TCD16_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1200+0x0C)++0x3 line.long 0x00 "DMA1_TCD16_SLAST,TCD Last Source Address Adjustment" group.long (0x1200+0x10)++0x3 line.long 0x00 "DMA1_TCD16_DADDR,TCD Destination Address" group.word (0x1200+0x14)++0x1 line.word 0x00 "DMA1_TCD16_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x1200+0x16))&0x8000)==0x00) group.word (0x1200+0x16)++0x1 line.word 0x00 "DMA1_TCD16_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1200+0x16)++0x1 line.word 0x00 "DMA1_TCD16_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1200+0x18)++0x03 line.long 0x00 "DMA1_TCD16_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1200+0x1C)++0x01 line.word 0x00 "DMA1_TCD16_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x1200+0x1E)&0x8000)==0x8000) group.word (0x1200+0x1E)++0x1 line.word 0x00 "DMA1_TCD16_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1200+0x1E)++0x1 line.word 0x00 "DMA1_TCD16_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 17" group.long 0x1220++0x03 line.long 0x00 "DMA1_TCD17_SADDR,TCD Source Address" group.word (0x1220+0x04)++0x1 line.word 0x00 "DMA1_TCD17_SOFF,TCD Signed Source Address Offset" group.word (0x1220+0x06)++0x1 line.word 0x00 "DMA1_TCD17_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x1220+0x08)++0x3 line.long 0x00 "DMA1_TCD17_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x1220+0x08))&0xC0000000)==0x0)) group.long (0x1220+0x08)++0x3 line.long 0x00 "DMA1_TCD17_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1220+0x08)++0x3 line.long 0x00 "DMA1_TCD17_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1220+0x0C)++0x3 line.long 0x00 "DMA1_TCD17_SLAST,TCD Last Source Address Adjustment" group.long (0x1220+0x10)++0x3 line.long 0x00 "DMA1_TCD17_DADDR,TCD Destination Address" group.word (0x1220+0x14)++0x1 line.word 0x00 "DMA1_TCD17_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x1220+0x16))&0x8000)==0x00) group.word (0x1220+0x16)++0x1 line.word 0x00 "DMA1_TCD17_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1220+0x16)++0x1 line.word 0x00 "DMA1_TCD17_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1220+0x18)++0x03 line.long 0x00 "DMA1_TCD17_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1220+0x1C)++0x01 line.word 0x00 "DMA1_TCD17_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x1220+0x1E)&0x8000)==0x8000) group.word (0x1220+0x1E)++0x1 line.word 0x00 "DMA1_TCD17_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1220+0x1E)++0x1 line.word 0x00 "DMA1_TCD17_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 18" group.long 0x1240++0x03 line.long 0x00 "DMA1_TCD18_SADDR,TCD Source Address" group.word (0x1240+0x04)++0x1 line.word 0x00 "DMA1_TCD18_SOFF,TCD Signed Source Address Offset" group.word (0x1240+0x06)++0x1 line.word 0x00 "DMA1_TCD18_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x1240+0x08)++0x3 line.long 0x00 "DMA1_TCD18_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x1240+0x08))&0xC0000000)==0x0)) group.long (0x1240+0x08)++0x3 line.long 0x00 "DMA1_TCD18_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1240+0x08)++0x3 line.long 0x00 "DMA1_TCD18_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1240+0x0C)++0x3 line.long 0x00 "DMA1_TCD18_SLAST,TCD Last Source Address Adjustment" group.long (0x1240+0x10)++0x3 line.long 0x00 "DMA1_TCD18_DADDR,TCD Destination Address" group.word (0x1240+0x14)++0x1 line.word 0x00 "DMA1_TCD18_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x1240+0x16))&0x8000)==0x00) group.word (0x1240+0x16)++0x1 line.word 0x00 "DMA1_TCD18_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1240+0x16)++0x1 line.word 0x00 "DMA1_TCD18_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1240+0x18)++0x03 line.long 0x00 "DMA1_TCD18_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1240+0x1C)++0x01 line.word 0x00 "DMA1_TCD18_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x1240+0x1E)&0x8000)==0x8000) group.word (0x1240+0x1E)++0x1 line.word 0x00 "DMA1_TCD18_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1240+0x1E)++0x1 line.word 0x00 "DMA1_TCD18_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 19" group.long 0x1260++0x03 line.long 0x00 "DMA1_TCD19_SADDR,TCD Source Address" group.word (0x1260+0x04)++0x1 line.word 0x00 "DMA1_TCD19_SOFF,TCD Signed Source Address Offset" group.word (0x1260+0x06)++0x1 line.word 0x00 "DMA1_TCD19_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x1260+0x08)++0x3 line.long 0x00 "DMA1_TCD19_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x1260+0x08))&0xC0000000)==0x0)) group.long (0x1260+0x08)++0x3 line.long 0x00 "DMA1_TCD19_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1260+0x08)++0x3 line.long 0x00 "DMA1_TCD19_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1260+0x0C)++0x3 line.long 0x00 "DMA1_TCD19_SLAST,TCD Last Source Address Adjustment" group.long (0x1260+0x10)++0x3 line.long 0x00 "DMA1_TCD19_DADDR,TCD Destination Address" group.word (0x1260+0x14)++0x1 line.word 0x00 "DMA1_TCD19_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x1260+0x16))&0x8000)==0x00) group.word (0x1260+0x16)++0x1 line.word 0x00 "DMA1_TCD19_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1260+0x16)++0x1 line.word 0x00 "DMA1_TCD19_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1260+0x18)++0x03 line.long 0x00 "DMA1_TCD19_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1260+0x1C)++0x01 line.word 0x00 "DMA1_TCD19_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x1260+0x1E)&0x8000)==0x8000) group.word (0x1260+0x1E)++0x1 line.word 0x00 "DMA1_TCD19_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1260+0x1E)++0x1 line.word 0x00 "DMA1_TCD19_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 20" group.long 0x1280++0x03 line.long 0x00 "DMA1_TCD20_SADDR,TCD Source Address" group.word (0x1280+0x04)++0x1 line.word 0x00 "DMA1_TCD20_SOFF,TCD Signed Source Address Offset" group.word (0x1280+0x06)++0x1 line.word 0x00 "DMA1_TCD20_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x1280+0x08)++0x3 line.long 0x00 "DMA1_TCD20_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x1280+0x08))&0xC0000000)==0x0)) group.long (0x1280+0x08)++0x3 line.long 0x00 "DMA1_TCD20_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1280+0x08)++0x3 line.long 0x00 "DMA1_TCD20_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1280+0x0C)++0x3 line.long 0x00 "DMA1_TCD20_SLAST,TCD Last Source Address Adjustment" group.long (0x1280+0x10)++0x3 line.long 0x00 "DMA1_TCD20_DADDR,TCD Destination Address" group.word (0x1280+0x14)++0x1 line.word 0x00 "DMA1_TCD20_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x1280+0x16))&0x8000)==0x00) group.word (0x1280+0x16)++0x1 line.word 0x00 "DMA1_TCD20_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1280+0x16)++0x1 line.word 0x00 "DMA1_TCD20_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1280+0x18)++0x03 line.long 0x00 "DMA1_TCD20_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1280+0x1C)++0x01 line.word 0x00 "DMA1_TCD20_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x1280+0x1E)&0x8000)==0x8000) group.word (0x1280+0x1E)++0x1 line.word 0x00 "DMA1_TCD20_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1280+0x1E)++0x1 line.word 0x00 "DMA1_TCD20_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 21" group.long 0x12A0++0x03 line.long 0x00 "DMA1_TCD21_SADDR,TCD Source Address" group.word (0x12A0+0x04)++0x1 line.word 0x00 "DMA1_TCD21_SOFF,TCD Signed Source Address Offset" group.word (0x12A0+0x06)++0x1 line.word 0x00 "DMA1_TCD21_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x12A0+0x08)++0x3 line.long 0x00 "DMA1_TCD21_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x12A0+0x08))&0xC0000000)==0x0)) group.long (0x12A0+0x08)++0x3 line.long 0x00 "DMA1_TCD21_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x12A0+0x08)++0x3 line.long 0x00 "DMA1_TCD21_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x12A0+0x0C)++0x3 line.long 0x00 "DMA1_TCD21_SLAST,TCD Last Source Address Adjustment" group.long (0x12A0+0x10)++0x3 line.long 0x00 "DMA1_TCD21_DADDR,TCD Destination Address" group.word (0x12A0+0x14)++0x1 line.word 0x00 "DMA1_TCD21_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x12A0+0x16))&0x8000)==0x00) group.word (0x12A0+0x16)++0x1 line.word 0x00 "DMA1_TCD21_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x12A0+0x16)++0x1 line.word 0x00 "DMA1_TCD21_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x12A0+0x18)++0x03 line.long 0x00 "DMA1_TCD21_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x12A0+0x1C)++0x01 line.word 0x00 "DMA1_TCD21_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x12A0+0x1E)&0x8000)==0x8000) group.word (0x12A0+0x1E)++0x1 line.word 0x00 "DMA1_TCD21_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x12A0+0x1E)++0x1 line.word 0x00 "DMA1_TCD21_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 22" group.long 0x12C0++0x03 line.long 0x00 "DMA1_TCD22_SADDR,TCD Source Address" group.word (0x12C0+0x04)++0x1 line.word 0x00 "DMA1_TCD22_SOFF,TCD Signed Source Address Offset" group.word (0x12C0+0x06)++0x1 line.word 0x00 "DMA1_TCD22_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x12C0+0x08)++0x3 line.long 0x00 "DMA1_TCD22_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x12C0+0x08))&0xC0000000)==0x0)) group.long (0x12C0+0x08)++0x3 line.long 0x00 "DMA1_TCD22_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x12C0+0x08)++0x3 line.long 0x00 "DMA1_TCD22_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x12C0+0x0C)++0x3 line.long 0x00 "DMA1_TCD22_SLAST,TCD Last Source Address Adjustment" group.long (0x12C0+0x10)++0x3 line.long 0x00 "DMA1_TCD22_DADDR,TCD Destination Address" group.word (0x12C0+0x14)++0x1 line.word 0x00 "DMA1_TCD22_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x12C0+0x16))&0x8000)==0x00) group.word (0x12C0+0x16)++0x1 line.word 0x00 "DMA1_TCD22_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x12C0+0x16)++0x1 line.word 0x00 "DMA1_TCD22_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x12C0+0x18)++0x03 line.long 0x00 "DMA1_TCD22_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x12C0+0x1C)++0x01 line.word 0x00 "DMA1_TCD22_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x12C0+0x1E)&0x8000)==0x8000) group.word (0x12C0+0x1E)++0x1 line.word 0x00 "DMA1_TCD22_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x12C0+0x1E)++0x1 line.word 0x00 "DMA1_TCD22_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 23" group.long 0x12E0++0x03 line.long 0x00 "DMA1_TCD23_SADDR,TCD Source Address" group.word (0x12E0+0x04)++0x1 line.word 0x00 "DMA1_TCD23_SOFF,TCD Signed Source Address Offset" group.word (0x12E0+0x06)++0x1 line.word 0x00 "DMA1_TCD23_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x12E0+0x08)++0x3 line.long 0x00 "DMA1_TCD23_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x12E0+0x08))&0xC0000000)==0x0)) group.long (0x12E0+0x08)++0x3 line.long 0x00 "DMA1_TCD23_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x12E0+0x08)++0x3 line.long 0x00 "DMA1_TCD23_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x12E0+0x0C)++0x3 line.long 0x00 "DMA1_TCD23_SLAST,TCD Last Source Address Adjustment" group.long (0x12E0+0x10)++0x3 line.long 0x00 "DMA1_TCD23_DADDR,TCD Destination Address" group.word (0x12E0+0x14)++0x1 line.word 0x00 "DMA1_TCD23_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x12E0+0x16))&0x8000)==0x00) group.word (0x12E0+0x16)++0x1 line.word 0x00 "DMA1_TCD23_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x12E0+0x16)++0x1 line.word 0x00 "DMA1_TCD23_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x12E0+0x18)++0x03 line.long 0x00 "DMA1_TCD23_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x12E0+0x1C)++0x01 line.word 0x00 "DMA1_TCD23_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x12E0+0x1E)&0x8000)==0x8000) group.word (0x12E0+0x1E)++0x1 line.word 0x00 "DMA1_TCD23_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x12E0+0x1E)++0x1 line.word 0x00 "DMA1_TCD23_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 24" group.long 0x1300++0x03 line.long 0x00 "DMA1_TCD24_SADDR,TCD Source Address" group.word (0x1300+0x04)++0x1 line.word 0x00 "DMA1_TCD24_SOFF,TCD Signed Source Address Offset" group.word (0x1300+0x06)++0x1 line.word 0x00 "DMA1_TCD24_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x1300+0x08)++0x3 line.long 0x00 "DMA1_TCD24_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x1300+0x08))&0xC0000000)==0x0)) group.long (0x1300+0x08)++0x3 line.long 0x00 "DMA1_TCD24_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1300+0x08)++0x3 line.long 0x00 "DMA1_TCD24_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1300+0x0C)++0x3 line.long 0x00 "DMA1_TCD24_SLAST,TCD Last Source Address Adjustment" group.long (0x1300+0x10)++0x3 line.long 0x00 "DMA1_TCD24_DADDR,TCD Destination Address" group.word (0x1300+0x14)++0x1 line.word 0x00 "DMA1_TCD24_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x1300+0x16))&0x8000)==0x00) group.word (0x1300+0x16)++0x1 line.word 0x00 "DMA1_TCD24_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1300+0x16)++0x1 line.word 0x00 "DMA1_TCD24_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1300+0x18)++0x03 line.long 0x00 "DMA1_TCD24_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1300+0x1C)++0x01 line.word 0x00 "DMA1_TCD24_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x1300+0x1E)&0x8000)==0x8000) group.word (0x1300+0x1E)++0x1 line.word 0x00 "DMA1_TCD24_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1300+0x1E)++0x1 line.word 0x00 "DMA1_TCD24_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 25" group.long 0x1320++0x03 line.long 0x00 "DMA1_TCD25_SADDR,TCD Source Address" group.word (0x1320+0x04)++0x1 line.word 0x00 "DMA1_TCD25_SOFF,TCD Signed Source Address Offset" group.word (0x1320+0x06)++0x1 line.word 0x00 "DMA1_TCD25_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x1320+0x08)++0x3 line.long 0x00 "DMA1_TCD25_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x1320+0x08))&0xC0000000)==0x0)) group.long (0x1320+0x08)++0x3 line.long 0x00 "DMA1_TCD25_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1320+0x08)++0x3 line.long 0x00 "DMA1_TCD25_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1320+0x0C)++0x3 line.long 0x00 "DMA1_TCD25_SLAST,TCD Last Source Address Adjustment" group.long (0x1320+0x10)++0x3 line.long 0x00 "DMA1_TCD25_DADDR,TCD Destination Address" group.word (0x1320+0x14)++0x1 line.word 0x00 "DMA1_TCD25_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x1320+0x16))&0x8000)==0x00) group.word (0x1320+0x16)++0x1 line.word 0x00 "DMA1_TCD25_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1320+0x16)++0x1 line.word 0x00 "DMA1_TCD25_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1320+0x18)++0x03 line.long 0x00 "DMA1_TCD25_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1320+0x1C)++0x01 line.word 0x00 "DMA1_TCD25_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x1320+0x1E)&0x8000)==0x8000) group.word (0x1320+0x1E)++0x1 line.word 0x00 "DMA1_TCD25_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1320+0x1E)++0x1 line.word 0x00 "DMA1_TCD25_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 26" group.long 0x1340++0x03 line.long 0x00 "DMA1_TCD26_SADDR,TCD Source Address" group.word (0x1340+0x04)++0x1 line.word 0x00 "DMA1_TCD26_SOFF,TCD Signed Source Address Offset" group.word (0x1340+0x06)++0x1 line.word 0x00 "DMA1_TCD26_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x1340+0x08)++0x3 line.long 0x00 "DMA1_TCD26_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x1340+0x08))&0xC0000000)==0x0)) group.long (0x1340+0x08)++0x3 line.long 0x00 "DMA1_TCD26_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1340+0x08)++0x3 line.long 0x00 "DMA1_TCD26_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1340+0x0C)++0x3 line.long 0x00 "DMA1_TCD26_SLAST,TCD Last Source Address Adjustment" group.long (0x1340+0x10)++0x3 line.long 0x00 "DMA1_TCD26_DADDR,TCD Destination Address" group.word (0x1340+0x14)++0x1 line.word 0x00 "DMA1_TCD26_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x1340+0x16))&0x8000)==0x00) group.word (0x1340+0x16)++0x1 line.word 0x00 "DMA1_TCD26_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1340+0x16)++0x1 line.word 0x00 "DMA1_TCD26_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1340+0x18)++0x03 line.long 0x00 "DMA1_TCD26_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1340+0x1C)++0x01 line.word 0x00 "DMA1_TCD26_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x1340+0x1E)&0x8000)==0x8000) group.word (0x1340+0x1E)++0x1 line.word 0x00 "DMA1_TCD26_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1340+0x1E)++0x1 line.word 0x00 "DMA1_TCD26_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 27" group.long 0x1360++0x03 line.long 0x00 "DMA1_TCD27_SADDR,TCD Source Address" group.word (0x1360+0x04)++0x1 line.word 0x00 "DMA1_TCD27_SOFF,TCD Signed Source Address Offset" group.word (0x1360+0x06)++0x1 line.word 0x00 "DMA1_TCD27_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x1360+0x08)++0x3 line.long 0x00 "DMA1_TCD27_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x1360+0x08))&0xC0000000)==0x0)) group.long (0x1360+0x08)++0x3 line.long 0x00 "DMA1_TCD27_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1360+0x08)++0x3 line.long 0x00 "DMA1_TCD27_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1360+0x0C)++0x3 line.long 0x00 "DMA1_TCD27_SLAST,TCD Last Source Address Adjustment" group.long (0x1360+0x10)++0x3 line.long 0x00 "DMA1_TCD27_DADDR,TCD Destination Address" group.word (0x1360+0x14)++0x1 line.word 0x00 "DMA1_TCD27_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x1360+0x16))&0x8000)==0x00) group.word (0x1360+0x16)++0x1 line.word 0x00 "DMA1_TCD27_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1360+0x16)++0x1 line.word 0x00 "DMA1_TCD27_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1360+0x18)++0x03 line.long 0x00 "DMA1_TCD27_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1360+0x1C)++0x01 line.word 0x00 "DMA1_TCD27_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x1360+0x1E)&0x8000)==0x8000) group.word (0x1360+0x1E)++0x1 line.word 0x00 "DMA1_TCD27_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1360+0x1E)++0x1 line.word 0x00 "DMA1_TCD27_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 28" group.long 0x1380++0x03 line.long 0x00 "DMA1_TCD28_SADDR,TCD Source Address" group.word (0x1380+0x04)++0x1 line.word 0x00 "DMA1_TCD28_SOFF,TCD Signed Source Address Offset" group.word (0x1380+0x06)++0x1 line.word 0x00 "DMA1_TCD28_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x1380+0x08)++0x3 line.long 0x00 "DMA1_TCD28_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x1380+0x08))&0xC0000000)==0x0)) group.long (0x1380+0x08)++0x3 line.long 0x00 "DMA1_TCD28_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x1380+0x08)++0x3 line.long 0x00 "DMA1_TCD28_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x1380+0x0C)++0x3 line.long 0x00 "DMA1_TCD28_SLAST,TCD Last Source Address Adjustment" group.long (0x1380+0x10)++0x3 line.long 0x00 "DMA1_TCD28_DADDR,TCD Destination Address" group.word (0x1380+0x14)++0x1 line.word 0x00 "DMA1_TCD28_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x1380+0x16))&0x8000)==0x00) group.word (0x1380+0x16)++0x1 line.word 0x00 "DMA1_TCD28_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x1380+0x16)++0x1 line.word 0x00 "DMA1_TCD28_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x1380+0x18)++0x03 line.long 0x00 "DMA1_TCD28_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x1380+0x1C)++0x01 line.word 0x00 "DMA1_TCD28_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x1380+0x1E)&0x8000)==0x8000) group.word (0x1380+0x1E)++0x1 line.word 0x00 "DMA1_TCD28_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x1380+0x1E)++0x1 line.word 0x00 "DMA1_TCD28_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 29" group.long 0x13A0++0x03 line.long 0x00 "DMA1_TCD29_SADDR,TCD Source Address" group.word (0x13A0+0x04)++0x1 line.word 0x00 "DMA1_TCD29_SOFF,TCD Signed Source Address Offset" group.word (0x13A0+0x06)++0x1 line.word 0x00 "DMA1_TCD29_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x13A0+0x08)++0x3 line.long 0x00 "DMA1_TCD29_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x13A0+0x08))&0xC0000000)==0x0)) group.long (0x13A0+0x08)++0x3 line.long 0x00 "DMA1_TCD29_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x13A0+0x08)++0x3 line.long 0x00 "DMA1_TCD29_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x13A0+0x0C)++0x3 line.long 0x00 "DMA1_TCD29_SLAST,TCD Last Source Address Adjustment" group.long (0x13A0+0x10)++0x3 line.long 0x00 "DMA1_TCD29_DADDR,TCD Destination Address" group.word (0x13A0+0x14)++0x1 line.word 0x00 "DMA1_TCD29_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x13A0+0x16))&0x8000)==0x00) group.word (0x13A0+0x16)++0x1 line.word 0x00 "DMA1_TCD29_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x13A0+0x16)++0x1 line.word 0x00 "DMA1_TCD29_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x13A0+0x18)++0x03 line.long 0x00 "DMA1_TCD29_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x13A0+0x1C)++0x01 line.word 0x00 "DMA1_TCD29_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x13A0+0x1E)&0x8000)==0x8000) group.word (0x13A0+0x1E)++0x1 line.word 0x00 "DMA1_TCD29_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x13A0+0x1E)++0x1 line.word 0x00 "DMA1_TCD29_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 30" group.long 0x13C0++0x03 line.long 0x00 "DMA1_TCD30_SADDR,TCD Source Address" group.word (0x13C0+0x04)++0x1 line.word 0x00 "DMA1_TCD30_SOFF,TCD Signed Source Address Offset" group.word (0x13C0+0x06)++0x1 line.word 0x00 "DMA1_TCD30_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x13C0+0x08)++0x3 line.long 0x00 "DMA1_TCD30_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x13C0+0x08))&0xC0000000)==0x0)) group.long (0x13C0+0x08)++0x3 line.long 0x00 "DMA1_TCD30_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x13C0+0x08)++0x3 line.long 0x00 "DMA1_TCD30_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x13C0+0x0C)++0x3 line.long 0x00 "DMA1_TCD30_SLAST,TCD Last Source Address Adjustment" group.long (0x13C0+0x10)++0x3 line.long 0x00 "DMA1_TCD30_DADDR,TCD Destination Address" group.word (0x13C0+0x14)++0x1 line.word 0x00 "DMA1_TCD30_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x13C0+0x16))&0x8000)==0x00) group.word (0x13C0+0x16)++0x1 line.word 0x00 "DMA1_TCD30_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x13C0+0x16)++0x1 line.word 0x00 "DMA1_TCD30_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x13C0+0x18)++0x03 line.long 0x00 "DMA1_TCD30_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x13C0+0x1C)++0x01 line.word 0x00 "DMA1_TCD30_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x13C0+0x1E)&0x8000)==0x8000) group.word (0x13C0+0x1E)++0x1 line.word 0x00 "DMA1_TCD30_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x13C0+0x1E)++0x1 line.word 0x00 "DMA1_TCD30_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree "Channel 31" group.long 0x13E0++0x03 line.long 0x00 "DMA1_TCD31_SADDR,TCD Source Address" group.word (0x13E0+0x04)++0x1 line.word 0x00 "DMA1_TCD31_SOFF,TCD Signed Source Address Offset" group.word (0x13E0+0x06)++0x1 line.word 0x00 "DMA1_TCD31_ATTR,TCD Transfer Attributes" bitfld.word 0x00 11.--15. " SMOD ,Source Address Modulo" "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.word 0x00 8.--10. " SSIZE ,Source data transfer size" "8-bit,16-bit,32-bit,64-bit,Reserved,32-byte burst,?..." bitfld.word 0x00 3.--7. " DMOD ,Destination Address Modulo" "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.word 0x00 0.--2. " DSIZE ,Destination Data Transfer Size" "0,1,2,3,4,5,6,7" if (((per.l(ad:0x40098000))&0x80)==0x00) group.long (0x13E0+0x08)++0x3 line.long 0x00 "DMA1_TCD31_NBYTES_MLNO,TCD Minor Byte Count (Minor Loop Disabled)" elif ((((per.l(ad:0x40098000))&0x80)==0x80)&&(((per.l(ad:0x40098000+0x13E0+0x08))&0xC0000000)==0x0)) group.long (0x13E0+0x08)++0x3 line.long 0x00 "DMA1_TCD31_NBYTES_MLOFFNO,TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long 0x00 0.--29. 1. " NBYTES ,Minor Byte Transfer Count" else group.long (0x13E0+0x08)++0x3 line.long 0x00 "DMA1_TCD31_NBYTES_MLOFFYES,TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled)" bitfld.long 0x00 31. " SMLOE ,Source Minor Loop Offset Enable - SADDR" "Not applied,Applied" bitfld.long 0x00 30. " DMLOE ,Destination Minor Loop Offset enable - DADDR" "Not applied,Applied" hexmask.long.tbyte 0x00 10.--29. 1. " MLOFF ,Represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes" textline " " hexmask.long.word 0x00 0.--9. 1. " NBYTES ,Minor Byte Transfer Count" endif group.long (0x13E0+0x0C)++0x3 line.long 0x00 "DMA1_TCD31_SLAST,TCD Last Source Address Adjustment" group.long (0x13E0+0x10)++0x3 line.long 0x00 "DMA1_TCD31_DADDR,TCD Destination Address" group.word (0x13E0+0x14)++0x1 line.word 0x00 "DMA1_TCD31_DOFF,TCD Signed Destination Address Offset" if (((per.w(ad:0x40098000+0x13E0+0x16))&0x8000)==0x00) group.word (0x13E0+0x16)++0x1 line.word 0x00 "DMA1_TCD31_CITER_ELINKNO,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " CITER ,Current Major Iteration Count" else group.word (0x13E0+0x16)++0x1 line.word 0x00 "DMA1_TCD31_CITER_ELINKYES,TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enable channel-to-channel linking on minor-loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " CITER ,Current Major Iteration Count" endif group.long (0x13E0+0x18)++0x03 line.long 0x00 "DMA1_TCD31_DLASTSGA,TCD Last Destination Address Adjustment/Scatter Gather Address" group.word (0x13E0+0x1C)++0x01 line.word 0x00 "DMA1_TCD31_CSR,TCD Control and Status" bitfld.word 0x00 14.--15. " BWC ,Bandwidth Control - eDMA engine stalls" "No stalls,Reserved,4 cycles,8 cycles" bitfld.word 0x00 8.--12. " MAJORLINKCH ,Link Channel Number" "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.word 0x00 7. " DONE ,Channel Done" "Not done,Done" bitfld.word 0x00 6. " ACTIVE ,Channel Active" "Inactive,Active" bitfld.word 0x00 5. " MAJORELINK ,Enable channel-to-channel linking on major loop complete" "Disabled,Enabled" textline " " bitfld.word 0x00 4. " ESG ,Enable Scatter/Gather Processing" "Disabled,Enabled" bitfld.word 0x00 3. " DREQ ,The channel's ERQ bit is" "Not affected,Cleared" bitfld.word 0x00 2. " INTHALF ,Enable an interrupt when major counter is half complete." "Disabled,Enabled" textline " " bitfld.word 0x00 1. " INTMAJOR ,Enable an interrupt when major iteration count completes" "Disabled,Enabled" bitfld.word 0x00 0. " START ,Channel Start" "Not started,Started" if ((per.l(ad:0x40098000+0x13E0+0x1E)&0x8000)==0x8000) group.word (0x13E0+0x1E)++0x1 line.word 0x00 "DMA1_TCD31_BITER_ELINKYES,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" bitfld.word 0x00 9.--13. " LINKCH ,Link Channel Number" "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 " " hexmask.word 0x00 0.--8. 1. " BITER ,Starting Major Iteration Count" else group.word (0x13E0+0x1E)++0x1 line.word 0x00 "DMA1_TCD31_BITER_ELINKNO,TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)" bitfld.word 0x00 15. " ELINK ,Enables channel-to-channel linking on minor loop complete" "Disabled,Enabled" textline " " hexmask.word 0x00 0.--14. 1. " BITER ,Starting Major Iteration Count" endif tree.end tree.end width 0xB tree.end tree.end tree "DMAMUX (Direct Memory Access Multiplexer)" tree "DMAMUX 0" base ad:0x40024000 width 8. group.byte 0x00++0x0F line.byte 0x0 "CHCFG0,Channel Configuration register" bitfld.byte 0x0 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0x0 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x0 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0x0 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x0 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x1 "CHCFG1,Channel Configuration register" bitfld.byte 0x1 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0x1 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x1 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0x1 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x1 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x2 "CHCFG2,Channel Configuration register" bitfld.byte 0x2 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0x2 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x2 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0x2 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x2 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x3 "CHCFG3,Channel Configuration register" bitfld.byte 0x3 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0x3 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x3 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0x3 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x3 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x4 "CHCFG4,Channel Configuration register" bitfld.byte 0x4 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0x4 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x4 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0x4 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x4 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x5 "CHCFG5,Channel Configuration register" bitfld.byte 0x5 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0x5 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x5 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0x5 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x5 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x6 "CHCFG6,Channel Configuration register" bitfld.byte 0x6 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0x6 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x6 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0x6 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x6 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x7 "CHCFG7,Channel Configuration register" bitfld.byte 0x7 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0x7 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x7 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0x7 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x7 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x8 "CHCFG8,Channel Configuration register" bitfld.byte 0x8 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0x8 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x8 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0x8 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x8 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x9 "CHCFG9,Channel Configuration register" bitfld.byte 0x9 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0x9 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x9 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0x9 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x9 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0xA "CHCFG10,Channel Configuration register" bitfld.byte 0xA 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0xA 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0xA 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0xA 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0xA 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0xB "CHCFG11,Channel Configuration register" bitfld.byte 0xB 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0xB 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0xB 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0xB 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0xB 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0xC "CHCFG12,Channel Configuration register" bitfld.byte 0xC 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0xC 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0xC 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0xC 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0xC 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0xD "CHCFG13,Channel Configuration register" bitfld.byte 0xD 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0xD 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0xD 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0xD 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0xD 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0xE "CHCFG14,Channel Configuration register" bitfld.byte 0xE 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0xE 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0xE 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0xE 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0xE 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0xF "CHCFG15,Channel Configuration register" bitfld.byte 0xF 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0xF 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0xF 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0xF 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0xF 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif width 0xB tree.end tree "DMAMUX 1" base ad:0x40025000 width 8. group.byte 0x00++0x0F line.byte 0x0 "CHCFG0,Channel Configuration register" bitfld.byte 0x0 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0x0 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x0 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x0 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x1 "CHCFG1,Channel Configuration register" bitfld.byte 0x1 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0x1 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x1 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x1 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x2 "CHCFG2,Channel Configuration register" bitfld.byte 0x2 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0x2 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x2 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x2 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x3 "CHCFG3,Channel Configuration register" bitfld.byte 0x3 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0x3 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x3 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x3 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x4 "CHCFG4,Channel Configuration register" bitfld.byte 0x4 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0x4 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x4 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x4 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x5 "CHCFG5,Channel Configuration register" bitfld.byte 0x5 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0x5 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x5 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x5 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x6 "CHCFG6,Channel Configuration register" bitfld.byte 0x6 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0x6 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x6 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x6 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x7 "CHCFG7,Channel Configuration register" bitfld.byte 0x7 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0x7 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x7 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x7 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x8 "CHCFG8,Channel Configuration register" bitfld.byte 0x8 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0x8 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x8 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x8 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x9 "CHCFG9,Channel Configuration register" bitfld.byte 0x9 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0x9 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x9 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x9 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0xA "CHCFG10,Channel Configuration register" bitfld.byte 0xA 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0xA 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0xA 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0xA 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0xB "CHCFG11,Channel Configuration register" bitfld.byte 0xB 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0xB 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0xB 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0xB 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0xC "CHCFG12,Channel Configuration register" bitfld.byte 0xC 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0xC 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0xC 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0xC 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0xD "CHCFG13,Channel Configuration register" bitfld.byte 0xD 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0xD 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0xD 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0xD 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0xE "CHCFG14,Channel Configuration register" bitfld.byte 0xE 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0xE 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0xE 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0xE 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0xF "CHCFG15,Channel Configuration register" bitfld.byte 0xF 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0xF 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0xF 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0xF 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif width 0xB tree.end tree "DMAMUX 2" base ad:0x400A1000 width 8. group.byte 0x00++0x0F line.byte 0x0 "CHCFG0,Channel Configuration register" bitfld.byte 0x0 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0x0 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x0 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x0 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x1 "CHCFG1,Channel Configuration register" bitfld.byte 0x1 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0x1 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x1 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x1 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x2 "CHCFG2,Channel Configuration register" bitfld.byte 0x2 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0x2 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x2 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x2 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x3 "CHCFG3,Channel Configuration register" bitfld.byte 0x3 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0x3 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x3 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x3 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x4 "CHCFG4,Channel Configuration register" bitfld.byte 0x4 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0x4 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x4 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x4 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x5 "CHCFG5,Channel Configuration register" bitfld.byte 0x5 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0x5 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x5 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x5 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x6 "CHCFG6,Channel Configuration register" bitfld.byte 0x6 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0x6 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x6 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x6 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x7 "CHCFG7,Channel Configuration register" bitfld.byte 0x7 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0x7 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x7 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x7 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x8 "CHCFG8,Channel Configuration register" bitfld.byte 0x8 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0x8 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x8 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x8 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x9 "CHCFG9,Channel Configuration register" bitfld.byte 0x9 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0x9 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x9 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x9 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0xA "CHCFG10,Channel Configuration register" bitfld.byte 0xA 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0xA 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0xA 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0xA 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0xB "CHCFG11,Channel Configuration register" bitfld.byte 0xB 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0xB 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0xB 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0xB 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0xC "CHCFG12,Channel Configuration register" bitfld.byte 0xC 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0xC 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0xC 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0xC 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0xD "CHCFG13,Channel Configuration register" bitfld.byte 0xD 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0xD 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0xD 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0xD 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0xE "CHCFG14,Channel Configuration register" bitfld.byte 0xE 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0xE 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0xE 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0xE 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0xF "CHCFG15,Channel Configuration register" bitfld.byte 0xF 7. " ENBL ,DMA1 Channel Enable" "Disabled,Enabled" bitfld.byte 0xF 6. " TRIG ,DMA1 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0xF 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,DSPI2 (Receive),DSPI2 (Transmit),Reserved,Reserved,Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),Reserved,Reserved,Reserved,Reserved,ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0xF 0.--5. " SOURCE ,DMA1 Channel Source (Slot)" "Disabled,Reserved,UART4 (Receive),UART4 (Transmit),UART5 (Receive),UART5 (Transmit),Reserved,Reserved,SAI3 (Receive),SAI3 (Transmit),DSPI2 (Receive),DSPI2 (Transmit),DSPI3 (Receive),DSPI3 (Transmit),Reserved,Reserved,FTM2 (Channel 0),FTM2 (Channel 1),FTM3 (Channel 0),FTM3 (Channel 1),FTM3 (Channel 2),FTM3 (Channel 3),FTM3 (Channel 4),FTM3 (Channel 5),FTM3 (Channel 6),FTM3 (Channel 7),ADC1,QuadSPI1,Reserved,Reserved,Reserved,Reserved,DAC0,DAC1,ESAI_BIFIFO (Transmit),ESAI_BIFIFO (Receive),I2C2 (Receive),I2C2 (Transmit),I2C3 (Receive),I2C3 (Transmit),ASRC0 (Receive),ASRC0 (Transmit),ASRC1 (Receive),ASRC1 (Transmit),Timer 0,Timer 1,Timer 2,Timer 3,Timer 4,Timer 5,Timer 6,Timer 7,ASRC2 (Receive),ASRC2 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif width 0xB tree.end tree "DMAMUX 3" base ad:0x400A2000 width 8. group.byte 0x00++0x0F line.byte 0x0 "CHCFG0,Channel Configuration register" bitfld.byte 0x0 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0x0 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x0 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0x0 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x0 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x1 "CHCFG1,Channel Configuration register" bitfld.byte 0x1 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0x1 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x1 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0x1 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x1 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x2 "CHCFG2,Channel Configuration register" bitfld.byte 0x2 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0x2 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x2 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0x2 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x2 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x3 "CHCFG3,Channel Configuration register" bitfld.byte 0x3 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0x3 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x3 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0x3 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x3 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x4 "CHCFG4,Channel Configuration register" bitfld.byte 0x4 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0x4 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x4 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0x4 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x4 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x5 "CHCFG5,Channel Configuration register" bitfld.byte 0x5 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0x5 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x5 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0x5 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x5 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x6 "CHCFG6,Channel Configuration register" bitfld.byte 0x6 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0x6 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x6 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0x6 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x6 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x7 "CHCFG7,Channel Configuration register" bitfld.byte 0x7 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0x7 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x7 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0x7 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x7 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x8 "CHCFG8,Channel Configuration register" bitfld.byte 0x8 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0x8 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x8 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0x8 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x8 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0x9 "CHCFG9,Channel Configuration register" bitfld.byte 0x9 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0x9 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0x9 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0x9 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0x9 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0xA "CHCFG10,Channel Configuration register" bitfld.byte 0xA 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0xA 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0xA 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0xA 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0xA 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0xB "CHCFG11,Channel Configuration register" bitfld.byte 0xB 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0xB 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0xB 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0xB 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0xB 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0xC "CHCFG12,Channel Configuration register" bitfld.byte 0xC 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0xC 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0xC 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0xC 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0xC 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0xD "CHCFG13,Channel Configuration register" bitfld.byte 0xD 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0xD 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0xD 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0xD 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0xD 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0xE "CHCFG14,Channel Configuration register" bitfld.byte 0xE 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0xE 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0xE 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0xE 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0xE 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif line.byte 0xF "CHCFG15,Channel Configuration register" bitfld.byte 0xF 7. " ENBL ,DMA0 Channel Enable" "Disabled,Enabled" bitfld.byte 0xF 6. " TRIG ,DMA0 Channel Trigger Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF3xx-CA5") bitfld.byte 0xF 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" elif (cpu()=="VF3xx-CA5") bitfld.byte 0xF 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),Reserved,Reserved,Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" else bitfld.byte 0xF 0.--5. " SOURCE ,DMA0 Channel Source (Slot)" "Disabled,Reserved,UART0 (Receive),UART0 (Transmit),UART1 (Receive),UART1 (Transmit),UART2 (Receive),UART2 (Transmit),UART3 (Receive),UART3 (Transmit),Reserved,Reserved,DSPI0 (Receive),DSPI0 (Transmit),DSPI1 (Receive),DSPI1 (Transmit),SAI0 (Receive),SAI0 (Transmit),SAI1 (Receive),SAI1 (Transmit),SAI2 (Receive),SAI2 (Transmit),PDB,Reserved,FTM0 (Channel 0),FTM0 (Channel 1),FTM0 (Channel 2),FTM0 (Channel 3),FTM0 (Channel 4),FTM0 (Channel 5),FTM0 (Channel 6),FTM0 (Channel 7),FTM1 (Channel 0),FTM1 (Channel 1),ADC0,Reserved,QuadSPI0,Reserved,Port (Port A),Port (Port B),Port (Port C),Port (Port D),Port (Port E),Reserved,Reserved,RLE-RX (Receive),RLE-TX (Transmit),SPDIF (Receive),SPDIF (Transmit),Reserved,IIC0 (Receive),IIC0 (Transmit),IIC1 (Receive),IIC1 (Transmit),DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA,DMA" endif width 0xB tree.end tree.end tree "SEMA4 (IPS_Semaphores)" base ad:0x4001D000 endian.be width 8. group.byte 0x0++0x0F line.byte 0x0 "GATE0,Semaphores Gate 0 Register" bitfld.byte 0x0 0.--1. " GTFSM ,Gate Finite State Machine" "Unlocked(free),Locked by processor 0,Locked by processor 1,?..." line.byte 0x1 "GATE1,Semaphores Gate 1 Register" bitfld.byte 0x1 0.--1. " GTFSM ,Gate Finite State Machine" "Unlocked(free),Locked by processor 0,Locked by processor 1,?..." line.byte 0x2 "GATE2,Semaphores Gate 2 Register" bitfld.byte 0x2 0.--1. " GTFSM ,Gate Finite State Machine" "Unlocked(free),Locked by processor 0,Locked by processor 1,?..." line.byte 0x3 "GATE3,Semaphores Gate 3 Register" bitfld.byte 0x3 0.--1. " GTFSM ,Gate Finite State Machine" "Unlocked(free),Locked by processor 0,Locked by processor 1,?..." line.byte 0x4 "GATE4,Semaphores Gate 4 Register" bitfld.byte 0x4 0.--1. " GTFSM ,Gate Finite State Machine" "Unlocked(free),Locked by processor 0,Locked by processor 1,?..." line.byte 0x5 "GATE5,Semaphores Gate 5 Register" bitfld.byte 0x5 0.--1. " GTFSM ,Gate Finite State Machine" "Unlocked(free),Locked by processor 0,Locked by processor 1,?..." line.byte 0x6 "GATE6,Semaphores Gate 6 Register" bitfld.byte 0x6 0.--1. " GTFSM ,Gate Finite State Machine" "Unlocked(free),Locked by processor 0,Locked by processor 1,?..." line.byte 0x7 "GATE7,Semaphores Gate 7 Register" bitfld.byte 0x7 0.--1. " GTFSM ,Gate Finite State Machine" "Unlocked(free),Locked by processor 0,Locked by processor 1,?..." line.byte 0x8 "GATE8,Semaphores Gate 8 Register" bitfld.byte 0x8 0.--1. " GTFSM ,Gate Finite State Machine" "Unlocked(free),Locked by processor 0,Locked by processor 1,?..." line.byte 0x9 "GATE9,Semaphores Gate 9 Register" bitfld.byte 0x9 0.--1. " GTFSM ,Gate Finite State Machine" "Unlocked(free),Locked by processor 0,Locked by processor 1,?..." line.byte 0xA "GATE10,Semaphores Gate 10 Register" bitfld.byte 0xA 0.--1. " GTFSM ,Gate Finite State Machine" "Unlocked(free),Locked by processor 0,Locked by processor 1,?..." line.byte 0xB "GATE11,Semaphores Gate 11 Register" bitfld.byte 0xB 0.--1. " GTFSM ,Gate Finite State Machine" "Unlocked(free),Locked by processor 0,Locked by processor 1,?..." line.byte 0xC "GATE12,Semaphores Gate 12 Register" bitfld.byte 0xC 0.--1. " GTFSM ,Gate Finite State Machine" "Unlocked(free),Locked by processor 0,Locked by processor 1,?..." line.byte 0xD "GATE13,Semaphores Gate 13 Register" bitfld.byte 0xD 0.--1. " GTFSM ,Gate Finite State Machine" "Unlocked(free),Locked by processor 0,Locked by processor 1,?..." line.byte 0xE "GATE14,Semaphores Gate 14 Register" bitfld.byte 0xE 0.--1. " GTFSM ,Gate Finite State Machine" "Unlocked(free),Locked by processor 0,Locked by processor 1,?..." line.byte 0xF "GATE15,Semaphores Gate 15 Register" bitfld.byte 0xF 0.--1. " GTFSM ,Gate Finite State Machine" "Unlocked(free),Locked by processor 0,Locked by processor 1,?..." group.word 0x40++0x1 line.word 0x00 "CP0INE,Semaphores Processor n IRQ Notification Enable" bitfld.word 0x00 15. " INE0 ,The generation of the notification interrupt" "Disabled,Enabled" bitfld.word 0x00 14. " INE1 ,The generation of the notification interrupt" "Disabled,Enabled" bitfld.word 0x00 13. " INE2 ,The generation of the notification interrupt" "Disabled,Enabled" textline " " bitfld.word 0x00 12. " INE3 ,The generation of the notification interrupt" "Disabled,Enabled" bitfld.word 0x00 11. " INE4 ,Interrupt Request Notification Enable" "Disabled,Enabled" bitfld.word 0x00 10. " INE5 ,Interrupt Request Notification Enable" "Disabled,Enabled" textline " " bitfld.word 0x00 9. " INE6 ,Interrupt Request Notification Enable" "Disabled,Enabled" bitfld.word 0x00 8. " INE7 ,Interrupt Request Notification Enable" "Disabled,Enabled" bitfld.word 0x00 7. " INE8 ,Interrupt Request Notification Enable" "Disabled,Enabled" textline " " bitfld.word 0x00 6. " INE9 ,Interrupt Request Notification Enable" "Disabled,Enabled" bitfld.word 0x00 5. " INE10 ,Interrupt Request Notification Enable" "Disabled,Enabled" bitfld.word 0x00 4. " INE11 ,Interrupt Request Notification Enable " "Disabled,Enabled" textline " " bitfld.word 0x00 3. " INE12 ,Interrupt Request Notification Enable" "Disabled,Enabled" bitfld.word 0x00 2. " INE13 ,Interrupt Request Notification Enable" "Disabled,Enabled" bitfld.word 0x00 1. " INE14 ,Interrupt Request Notification Enable" "Disabled,Enabled" textline " " bitfld.word 0x00 0. " INE15 ,Interrupt Request Notification Enable" "Disabled,Enabled" group.word 0x48++0x01 line.word 0x00 "CP1INE,Semaphores Processor n IRQ Notification Enable" bitfld.word 0x00 15. " INE0 ,The generation of the notification interrupt" "Disabled,Enabled" bitfld.word 0x00 14. " INE1 ,The generation of the notification interrupt" "Disabled,Enabled" bitfld.word 0x00 13. " INE2 ,The generation of the notification interrupt" "Disabled,Enabled" textline " " bitfld.word 0x00 12. " INE3 ,The generation of the notification interrupt" "Disabled,Enabled" bitfld.word 0x00 11. " INE4 ,Interrupt Request Notification Enablet" "Disabled,Enabled" bitfld.word 0x00 10. " INE5 ,Interrupt Request Notification Enable" "Disabled,Enabled" textline " " bitfld.word 0x00 9. " INE6 ,Interrupt Request Notification Enable" "Disabled,Enabled" bitfld.word 0x00 8. " INE7 ,Interrupt Request Notification Enable" "Disabled,Enabled" bitfld.word 0x00 7. " INE8 ,Interrupt Request Notification Enable" "Disabled,Enabled" textline " " bitfld.word 0x00 6. " INE9 ,Interrupt Request Notification Enable" "Disabled,Enabled" bitfld.word 0x00 5. " INE10 ,Interrupt Request Notification Enable" "Disabled,Enabled" bitfld.word 0x00 4. " INE11 ,Interrupt Request Notification Enable " "Disabled,Enabled" textline " " bitfld.word 0x00 3. " INE12 ,Interrupt Request Notification Enable" "Disabled,Enabled" bitfld.word 0x00 2. " INE13 ,Interrupt Request Notification Enable" "Disabled,Enabled" bitfld.word 0x00 1. " INE14 ,Interrupt Request Notification Enable" "Disabled,Enabled" textline " " bitfld.word 0x00 0. " INE15 ,Interrupt Request Notification Enable" "Disabled,Enabled" rgroup.word 0x80++0x1 line.word 0x00 "CP0NTF,Semaphores Processor n IRQ Notification" rgroup.word 0x88++0x1 line.word 0x00 "CP1NTF,Semaphores Processor n IRQ Notification" group.word 0x100++0x1 line.word 0x00 "RSTGT,Semaphores (Secure) Reset Gate n" hexmask.word.byte 0x00 8.--15. 1. " RSTGDP_WO ,Reset Gate Data Pattern (Write only)" rbitfld.word 0x00 4.--5. " RSTGSM_RO ,Reset Gate Finite State Machine (Read only)" "Waiting for 1st,Waiting for 2nd,Completed,?..." rbitfld.word 0x00 0.--2. " RSTGMS_RO ,Reset Gate Bus Master (Read only)" "0,1,2,3,4,5,6,7" textline " " hexmask.word.byte 0x00 0.--7. 1. " RSTGTN ,Reset Gate Number" group.word 0x104++0x1 line.word 0x00 "RSTNTF,Semaphores (Secure) Reset IRQ Notification" hexmask.word.byte 0x00 8.--15. 1. " RSTNDP_WO ,Reset Notification Data Pattern (Write only)" rbitfld.word 0x00 4.--5. " RSTNSM_RO ,Reset Notification Finite State Machine (Read only)" "Waiting for 1st,Waiting for 2nd,Completed,?..." rbitfld.word 0x00 0.--2. " RSTNMS_RO ,Reset Notification Bus Master (Read only)" "0,1,2,3,4,5,6,7" textline " " hexmask.word.byte 0x00 0.--7. 1. " RSTNTN ,Reset Notification Number" width 0xB endian.le tree.end tree "EWM (External Watchdog Monitor)" base ad:0x40065000 width 14. group.byte 0x0++0x0 line.byte 0x00 "CTRL,Control Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.byte 0x00 3. " INTEN ,Interrupt Enable" "Disabled,Enabled" endif bitfld.byte 0x00 2. " INEN ,Input Enable" "Disabled,Enabled" bitfld.byte 0x00 1. " ASSIN ,EWM_in's Assertion State Select" "0,1" bitfld.byte 0x00 0. " EWMEN ,EWM enable" "Disabled,Enabled" wgroup.byte 0x1++0x0 line.byte 0x00 "SERV,Service Register" group.byte 0x2++0x0 line.byte 0x00 "CMPL,Compare Low Register" group.byte 0x3++0x0 line.byte 0x00 "CMPH,Compare High Register" group.byte 0x4++0x0 line.byte 0x00 "CLKCTRL,Clock Control Register" bitfld.byte 0x00 0.--1. " CLKSEL ,EWM low power clock sources for running EWM counter" "lpo_clk[0],lpo_clk[1],lpo_clk[2],lpo_clk[3]" group.byte 0x5++0x0 line.byte 0x00 "CLKPRESCALER,Clock Prescaler Register" width 0xb tree.end tree "WDOG-1 (Watchdog Timer)" base ad:0x4003F000 width 6. group.word 0x0++0x1 line.word 0x00 "WCR,Watchdog Control Register" hexmask.word.byte 0x00 8.--15. 1. " WT ,Watchdog Time-out Field" bitfld.word 0x00 7. " WDW ,WDOG-1 timer operation" "No,Yes" bitfld.word 0x00 6. " SRE ,Software reset extension" "Used original,Used New" textline " " bitfld.word 0x00 5. " WDA ,/WDOG assertion" "Asserted,No effect" bitfld.word 0x00 4. " SRS ,Software Reset Signal" "Asserted,No effect" bitfld.word 0x00 3. " WDT ,/WDOG Time-out assertion" "No effect,Asserted" textline " " bitfld.word 0x00 2. " WDE ,Watchdog Enable" "Disabled,Enabled" bitfld.word 0x00 1. " WDBG ,Watchdog DEBUG Enable" "Disabled,Enabled" bitfld.word 0x00 0. " WDZST ,Watchdog Low Power" "Disabled,Enabled" group.word 0x2++0x1 line.word 0x00 "WSR,Watchdog Service Register" rgroup.word 0x4++0x1 line.word 0x00 "WRSR,Watchdog Reset Status Register" bitfld.word 0x00 4. " POR ,Indicates whether the reset is the result of a power on reset" "No reset,Reset" bitfld.word 0x00 1. " TOUT ,Indicates whether the reset is the result of a WDOG-1 time-out" "No reset,Reset" bitfld.word 0x00 0. " SFTW ,Indicates whether the reset is the result of a WDOG-1 software reset by asserting SRS" "No reset,Reset" group.word 0x6++0x3 line.word 0x00 "WICR,Watchdog Interrupt Control Register" bitfld.word 0x00 15. " WIE ,Watchdog Timer Interrupt enable bit" "Disabled,Enabled" eventfld.word 0x00 14. " WTIS ,Watchdog Timer Interrupt Status bit" "No occurred,Occurred" hexmask.word.byte 0x00 0.--7. 1. " WICT ,Watchdog Interrupt Count Time-out" line.word 0x02 "WMCR,Watchdog Miscellaneous Control Register" bitfld.word 0x02 0. " PDE ,Power Down Counter of WDOG-1" "Disabled,Enabled" width 0xB tree.end tree "LMEM (Local Memory Controller)" base ad:0xE0082000 width 12. group.long 0x0++0xf line.long 0x00 "LMEM_PCCCR,Cache Control Register" bitfld.long 0x00 31. " GO ,Initiate Cache Command" "Not initiated,Initiated" bitfld.long 0x00 27. " PUSHW1 ,Push Way 1" "Not allowed,Allowed" textline " " bitfld.long 0x00 26. " INVW1 ,Invalidate Way 1" "Not allowed,Allowed" bitfld.long 0x00 25. " PUSHW0 ,Push Way 0" "Not allowed,Allowed" textline " " bitfld.long 0x00 24. " INVW0 ,Invalidate Way 0" "Not allowed,Allowed" bitfld.long 0x00 1. " ENWRBUF ,Enable Write Buffer" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " ENCACHE ,Cache enable" "Disabled,Enabled" line.long 0x04 "LMEM_PCCLCR,Cache Line Control Register" bitfld.long 0x04 27. " LACC ,Line access type" "Read,Write" bitfld.long 0x04 26. " LADSEL ,Line Address Select" "Cache,Physical" textline " " bitfld.long 0x04 24.--25. " LCMD ,Line Command" "Search and read/write,Invalidate,Push,Clear" bitfld.long 0x04 22. " LCWAY ,Line Command Way" "Way 0,Way 1" textline " " bitfld.long 0x04 21. " LCIMB ,Line Command Initial Modified Bit" "0,1" bitfld.long 0x04 20. " LCIVB ,Line Command Initial Valid Bit" "0,1" textline " " bitfld.long 0x04 16. " TDSEL ,Tag/Data Select" "Data,Tag" bitfld.long 0x04 14. " WSEL ,Way select" "Way 0,Way 1" textline " " sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") hexmask.long.word 0x04 2.--12. 0x04 " CACHEADDR ,Cache address" else hexmask.long.word 0x04 2.--11. 0x04 " CACHEADDR ,Cache address" endif bitfld.long 0x04 0. " LGO ,Initiate Cache Line Command" "Not initiated,Initiated" line.long 0x08 "LMEM_PCCSAR,Cache Search Address Register" hexmask.long 0x08 2.--31. 0x04 " PHYADDR ,Physical Address" bitfld.long 0x08 0. " LGO ,Initiate Cache Line Command" "Not initiated,Initiated" line.long 0x0c "LMEM_PCCCVR,Cache read/write Value Register" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long (0x0+0x20)++0x3 line.long 0x00 "LMEM_PCCRMR,Cache Regions Mode Register" bitfld.long 0x00 30.--31. " R0 ,Region 0 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" bitfld.long 0x00 28.--29. " R1 ,Region 1 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" bitfld.long 0x00 26.--27. " R2 ,Region 2 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" bitfld.long 0x00 24.--25. " R3 ,Region 3 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" textline " " bitfld.long 0x00 22.--23. " R4 ,Region 4 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" bitfld.long 0x00 20.--21. " R5 ,Region 5 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" bitfld.long 0x00 18.--19. " R6 ,Region 6 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" bitfld.long 0x00 16.--17. " R7 ,Region 7 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" textline " " bitfld.long 0x00 14.--15. " R8 ,Region 8 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" bitfld.long 0x00 12.--13. " R9 ,Region 9 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" bitfld.long 0x00 10.--11. " R10 ,Region 10 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" bitfld.long 0x00 8.--9. " R11 ,Region 11 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" textline " " bitfld.long 0x00 6.--7. " R12 ,Region 12 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" bitfld.long 0x00 4.--5. " R13 ,Region 13 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" bitfld.long 0x00 2.--3. " R14 ,Region 14 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" bitfld.long 0x00 0.--1. " R15 ,Region 15 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" endif group.long 0x800++0xf line.long 0x00 "LMEM_PSCCR,Cache Control Register" bitfld.long 0x00 31. " GO ,Initiate Cache Command" "Not initiated,Initiated" bitfld.long 0x00 27. " PUSHW1 ,Push Way 1" "Not allowed,Allowed" textline " " bitfld.long 0x00 26. " INVW1 ,Invalidate Way 1" "Not allowed,Allowed" bitfld.long 0x00 25. " PUSHW0 ,Push Way 0" "Not allowed,Allowed" textline " " bitfld.long 0x00 24. " INVW0 ,Invalidate Way 0" "Not allowed,Allowed" bitfld.long 0x00 1. " ENWRBUF ,Enable Write Buffer" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " ENCACHE ,Cache enable" "Disabled,Enabled" line.long 0x04 "LMEM_PSCLCR,Cache Line Control Register" bitfld.long 0x04 27. " LACC ,Line access type" "Read,Write" bitfld.long 0x04 26. " LADSEL ,Line Address Select" "Cache,Physical" textline " " bitfld.long 0x04 24.--25. " LCMD ,Line Command" "Search and read/write,Invalidate,Push,Clear" bitfld.long 0x04 22. " LCWAY ,Line Command Way" "Way 0,Way 1" textline " " bitfld.long 0x04 21. " LCIMB ,Line Command Initial Modified Bit" "0,1" bitfld.long 0x04 20. " LCIVB ,Line Command Initial Valid Bit" "0,1" textline " " bitfld.long 0x04 16. " TDSEL ,Tag/Data Select" "Data,Tag" bitfld.long 0x04 14. " WSEL ,Way select" "Way 0,Way 1" textline " " sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") hexmask.long.word 0x04 2.--12. 0x04 " CACHEADDR ,Cache address" else hexmask.long.word 0x04 2.--11. 0x04 " CACHEADDR ,Cache address" endif bitfld.long 0x04 0. " LGO ,Initiate Cache Line Command" "Not initiated,Initiated" line.long 0x08 "LMEM_PSCSAR,Cache Search Address Register" hexmask.long 0x08 2.--31. 0x04 " PHYADDR ,Physical Address" bitfld.long 0x08 0. " LGO ,Initiate Cache Line Command" "Not initiated,Initiated" line.long 0x0c "LMEM_PSCCVR,Cache read/write Value Register" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long (0x800+0x20)++0x3 line.long 0x00 "LMEM_PSCRMR,Cache Regions Mode Register" bitfld.long 0x00 30.--31. " R0 ,Region 0 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" bitfld.long 0x00 28.--29. " R1 ,Region 1 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" bitfld.long 0x00 26.--27. " R2 ,Region 2 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" bitfld.long 0x00 24.--25. " R3 ,Region 3 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" textline " " bitfld.long 0x00 22.--23. " R4 ,Region 4 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" bitfld.long 0x00 20.--21. " R5 ,Region 5 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" bitfld.long 0x00 18.--19. " R6 ,Region 6 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" bitfld.long 0x00 16.--17. " R7 ,Region 7 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" textline " " bitfld.long 0x00 14.--15. " R8 ,Region 8 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" bitfld.long 0x00 12.--13. " R9 ,Region 9 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" bitfld.long 0x00 10.--11. " R10 ,Region 10 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" bitfld.long 0x00 8.--9. " R11 ,Region 11 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" textline " " bitfld.long 0x00 6.--7. " R12 ,Region 12 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" bitfld.long 0x00 4.--5. " R13 ,Region 13 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" bitfld.long 0x00 2.--3. " R14 ,Region 14 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" bitfld.long 0x00 0.--1. " R15 ,Region 15 mode" "Non-cacheable,Non-cacheable,Write-through,Write-back" endif width 0xb tree.end tree "QuadSPI (Quad Serial Peripheral Interface QuadSPI)" tree "QuadSPI 0" base ad:0x40044000 width 16. tree "Configuration Registers" group.long 0x0++0x3 line.long 0x00 "MCR,Module Configuration Register" bitfld.long 0x00 15. " DOZE ,Doze enable" "Disabled,Enabled" bitfld.long 0x00 14. " MDIS ,Module disable" "No,Yes" textline " " bitfld.long 0x00 11. " CLR_TXF ,Clear TX FIFO/Buffer" "No action,Cleared" bitfld.long 0x00 10. " CLR_RXF ,Clear RX FIFO" "No action,Cleared" textline " " bitfld.long 0x00 7. " DDR_EN ,DDR mode enable 2x and 4x clocks" "Disabled,Enabled" bitfld.long 0x00 6. " DQS_EN ,DQS enable" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " SWRSTHD ,Software reset for HOST domain" "No action,Reset" bitfld.long 0x00 0. " SWRSTSD ,Software reset for Serial Flash domain" "No action,Reset" group.long 0x8++0x17 line.long 0x00 "IPCR,IP Configuration Register" bitfld.long 0x00 24.--27. " SEQID ,Points to a sequence in the Look-up-table" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 16. " PAR_EN ,Transaction to two serial flash devices is triggered in parallel mode" "Disabled,Enabled" hexmask.long.word 0x00 0.--15. 1. " IDATSZ ,IP data transfer size" line.long 0x04 "FLSHCR,Flash Configuration Register" bitfld.long 0x04 8.--11. " TCSH ,Serial flash CS hold time in terms of serial flash clock cycles" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x04 0.--3. " TCSS ,Serial flash CS setup time in terms of serial flash clock cycles" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x08 "BUF0CR,Buffer0 Configuration Register" bitfld.long 0x08 31. " HP_EN ,High Priority Enable" "Disabled,Enabled" hexmask.long.byte 0x08 8.--15. 1. " ADATSZ ,AHB data transfer size" textline " " bitfld.long 0x08 0.--3. " MSTRID ,Master ID - The ID of the AHB master associated with BUFFER0" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x0C "BUF1CR,Buffer1 Configuration Register" hexmask.long.byte 0x0C 8.--15. 1. " ADATSZ ,AHB data transfer size" bitfld.long 0x0C 0.--3. " MSTRID ,Master ID - The ID of the AHB master associated with BUFFER1" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x10 "BUF2CR,Buffer2 Configuration Register" hexmask.long.byte 0x10 8.--15. 1. " ADATSZ ,AHB data transfer size" bitfld.long 0x10 0.--3. " MSTRID ,Master ID - The ID of the AHB master associated with BUFFER2" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x14 "BUF3CR,Buffer3 Configuration Register" bitfld.long 0x14 31. " ALLMST ,All master enable" "Disabled,Enabled" hexmask.long.byte 0x14 8.--15. 1. " ADATSZ ,AHB data transfer size" textline " " bitfld.long 0x14 0.--3. " MSTRID ,Master ID - The ID of the AHB master associated with BUFFER3" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" group.long 0x20++0x07 line.long 0x00 "BFGENCR,Buffer Generic Configuration Register" bitfld.long 0x00 16. " PAR_EN ,Parallel mode enable" "Disabled,Enabled" bitfld.long 0x00 12.--15. " SEQID ,Points to a sequence in the Look-up-table" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "SOCCR,SOC Configuration Register" hexmask.long.byte 0x04 0.--7. 1. " SOCCFG ,The values in this bit field are directly bristled out to the QuadSPI output pins" group.long 0x30++0xB line.long 0x0 "BUF0IND,Buffer0 Top Index Register" hexmask.long 0x0 3.--31. 1. " TPINDX0 ,Top index of buffer 0" line.long 0x4 "BUF1IND,Buffer1 Top Index Register" hexmask.long 0x4 3.--31. 1. " TPINDX1 ,Top index of buffer 1" line.long 0x8 "BUF2IND,Buffer2 Top Index Register" hexmask.long 0x8 3.--31. 1. " TPINDX2 ,Top index of buffer 2" group.long 0x100++0x3 line.long 0x00 "SFAR,Serial Flash Address Register" group.long 0x108++0x3 line.long 0x00 "SMPR,Sampling Register" bitfld.long 0x00 16.--18. " DDRSMP ,DDR Sampling point" "0,1,2,3,4,5,6,7" bitfld.long 0x00 6. " FSDLY ,Full Speed Delay selection" "1 cycle,2 cycles" bitfld.long 0x00 5. " FSPHS ,Full Speed Phase selection" "Not inverted,Inverted" textline " " bitfld.long 0x00 2. " HSDLY ,Half Speed Delay selection" "1 cycle,2 cycles" bitfld.long 0x00 1. " HSPHS ,Half Speed Phase selection" "Not inverted,Inverted" bitfld.long 0x00 0. " HSENA ,Half Speed serial flash clock Enable" "Disabled,Enabled" rgroup.long 0x10C++0x03 line.long 0x00 "RBSR,RX Buffer Status Register" hexmask.long.word 0x00 16.--31. 1. " RDCTR ,Read Counter" bitfld.long 0x00 8.--13. " RDBFL ,RX Buffer Fill 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,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" group.long 0x110++0x03 line.long 0x00 "RBCT,RX Buffer Control Register" bitfld.long 0x00 8. " RXBRD ,RX Buffer Readout" "AHB Bus registers,IP Bus registers" bitfld.long 0x00 0.--4. " WMRK ,RX Buffer Watermark" "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" rgroup.long 0x150++0x3 line.long 0x00 "TBSR,TX Buffer Status Register" hexmask.long.word 0x00 16.--31. 1. " TRCTR ,Transmit Counter" bitfld.long 0x00 8.--12. " TRBFL ,TX Buffer Fill 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" group.long 0x154++0x3 line.long 0x00 "TBDR,TX Buffer Data Register" rgroup.long 0x15C++0x3 line.long 0x00 "SR,Status Register" bitfld.long 0x00 29.--31. " DLPSMP ,Data learning pattern sampling point" "0,1,2,3,4,5,6,7" bitfld.long 0x00 27. " TXFULL ,TX Buffer Full" "Not full,Full" bitfld.long 0x00 24. " TXNE ,TX Buffer Not Empty" "Empty,Not empty" textline " " bitfld.long 0x00 23. " RXDMA ,RX Buffer DMA" "Low,High" bitfld.long 0x00 19. " RXFULL ,RX Buffer Full" "Not full,Full" bitfld.long 0x00 16. " RXWE ,RX Buffer Watermark Exceeded" "Not exceeded,Exceeded" textline " " bitfld.long 0x00 14. " AHB3FUL ,AHB 3 Buffer Full" "Not full,Full" bitfld.long 0x00 13. " AHB2FUL ,AHB 2 Buffer Full" "Not full,Full" bitfld.long 0x00 12. " AHB1FUL ,AHB 1 Buffer Full" "Not full,Full" textline " " bitfld.long 0x00 11. " AHB0FUL ,AHB 0 Buffer Full" "Not full,Full" bitfld.long 0x00 10. " AHB3NE ,AHB 3 Buffer Not Empty" "Empty,Not empty" bitfld.long 0x00 9. " AHB2NE ,AHB 2 Buffer Not Empty" "Empty,Not empty" textline " " bitfld.long 0x00 8. " AHB1NE ,AHB 1 Buffer Not Empty" "Empty,Not empty" bitfld.long 0x00 7. " AHB0NE ,AHB 0 Buffer Not Empty" "Empty,Not empty" bitfld.long 0x00 6. " AHBTRN ,AHB Access Transaction pending" "Not requested,Requested" textline " " bitfld.long 0x00 5. " AHBGNT ,AHB Command priority Granted" "Not granted,Granted" bitfld.long 0x00 2. " AHB_ACC ,AHB Access" "No access,Access" bitfld.long 0x00 1. " IP_ACC ,IP Access" "No access,Access" textline " " bitfld.long 0x00 0. " BUSY ,Module Busy" "Idle,Busy" group.long 0x160++0x3 line.long 0x00 "FR,Flag Register" eventfld.long 0x00 31. " DLPFF ,Data Learning Pattern Failure Flag" "Low,High" eventfld.long 0x00 27. " TBFF ,TX Buffer Fill Flag" "Low,High" eventfld.long 0x00 26. " TBUF ,TX Buffer Underrun Flag" "Low,High" textline " " eventfld.long 0x00 23. " ILLINE ,Illegal Instruction Error Flag" "Low,High" eventfld.long 0x00 17. " RBOF ,RX Buffer Overflow Flag" "Low,High" eventfld.long 0x00 16. " RBDF ,RX Buffer Drain Flag" "Low,High" textline " " eventfld.long 0x00 15. " ABSEF ,AHB Sequence Error Flag" "Low,High" eventfld.long 0x00 12. " ABOF ,AHB Buffer Overflow Flag" "Low,High" eventfld.long 0x00 11. " IUEF ,IP Command Usage Error Flag" "Low,High" textline " " eventfld.long 0x00 7. " IPAEF ,IP Command Trigger during AHB Access Error Flag" "Low,High" eventfld.long 0x00 6. " IPIEF ,IP Command Trigger could not be executed Error Flag" "Low,High" eventfld.long 0x00 4. " IPGEF ,IP Command Trigger during AHB Grant Error Flag" "Low,High" textline " " eventfld.long 0x00 0. " TFF ,IP Command Transaction Finished Flag" "Low,High" group.long 0x164++0x3 line.long 0x00 "RSER,Interrupt and DMA Request Select and Enable Register" bitfld.long 0x00 31. " DLPFIE ,Data Learning Pattern Failure Interrupt enable" "Disabled,Enabled" bitfld.long 0x00 27. " TBFIE ,TX Buffer Fill Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 26. " TBUIE ,TX Buffer Underrun Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 23. " ILLINIE ,Illegal Instruction Error Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 21. " RBDDE ,DMA request" "Not generated,Generated" bitfld.long 0x00 17. " RBOIE ,RX Buffer Overflow Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 16. " RBDIE ,RBDF interrupt" "Not generated,Generated" bitfld.long 0x00 15. " ABSEIE ,AHB Sequence Error Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 12. " ABOIE ,AHB Buffer Overflow Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 11. " IUEIE ,IP Command Trigger during AHB Access Error Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 7. " IPAEIE ,IP Command Trigger during AHB Access Error Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 6. " IPIEIE ,IP Command Trigger during IP Access Error Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " IPGEIE ,IP Command Trigger during AHB Grant Error Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 0. " TFIE ,Transaction Finished Interrupt Enable" "Disabled,Enabled" rgroup.long 0x168++0x3 line.long 0x00 "SPNDST,Sequence Suspend Status Register" hexmask.long.byte 0x00 9.--15. 1. " DATLFT ,Data left" bitfld.long 0x00 6.--7. " SPDBUF ,Suspended Buffer" "0,1,2,3" bitfld.long 0x00 0. " SUSPND ,Suspend state" "Not suspended,Suspended" group.long 0x16C++0x3 line.long 0x00 "SPTRCLR,Sequence Pointer Clear Register" bitfld.long 0x00 8. " IPPTRC ,Clears the sequence pointer for IP" "Not cleared,Cleared" bitfld.long 0x00 0. " BFPTRC ,Clears the sequence pointer for AHB buffers" "Not cleared,Cleared" group.long 0x180++0x0F line.long 0x00 "SFA1AD,Serial Flash A1 Top Address" hexmask.long.tbyte 0x00 10.--31. 1. " TPADA1 ,Top address for Serial Flash A1" line.long 0x04 "SFA2AD,Serial Flash A2 Top Address" hexmask.long.tbyte 0x04 10.--31. 1. " TPADA2 ,Top address for Serial Flash A2" line.long 0x08 "SFB1AD,Serial Flash B1Top Address" hexmask.long.tbyte 0x08 10.--31. 1. " TPADB1 ,Top address for Serial Flash B1" line.long 0x0C "SFB2AD,Serial Flash B2Top Address" hexmask.long.tbyte 0x0C 10.--31. 1. " TPADB2 ,Top address for Serial Flash B2" tree.end tree "Look-up Table Registers" width 18. sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") hgroup.long 0x200++0x7F hide.long 0x0 "QUADSPI0_RBDR0,RX Buffer Data Register" in hide.long 0x4 "QUADSPI0_RBDR1,RX Buffer Data Register" in hide.long 0x8 "QUADSPI0_RBDR2,RX Buffer Data Register" in hide.long 0xC "QUADSPI0_RBDR3,RX Buffer Data Register" in hide.long 0x10 "QUADSPI0_RBDR4,RX Buffer Data Register" in hide.long 0x14 "QUADSPI0_RBDR5,RX Buffer Data Register" in hide.long 0x18 "QUADSPI0_RBDR6,RX Buffer Data Register" in hide.long 0x1C "QUADSPI0_RBDR7,RX Buffer Data Register" in hide.long 0x20 "QUADSPI0_RBDR8,RX Buffer Data Register" in hide.long 0x24 "QUADSPI0_RBDR9,RX Buffer Data Register" in hide.long 0x28 "QUADSPI0_RBDR10,RX Buffer Data Register" in hide.long 0x2C "QUADSPI0_RBDR11,RX Buffer Data Register" in hide.long 0x30 "QUADSPI0_RBDR12,RX Buffer Data Register" in hide.long 0x34 "QUADSPI0_RBDR13,RX Buffer Data Register" in hide.long 0x38 "QUADSPI0_RBDR14,RX Buffer Data Register" in hide.long 0x3C "QUADSPI0_RBDR15,RX Buffer Data Register" in hide.long 0x40 "QUADSPI0_RBDR16,RX Buffer Data Register" in hide.long 0x44 "QUADSPI0_RBDR17,RX Buffer Data Register" in hide.long 0x48 "QUADSPI0_RBDR18,RX Buffer Data Register" in hide.long 0x4C "QUADSPI0_RBDR19,RX Buffer Data Register" in hide.long 0x50 "QUADSPI0_RBDR20,RX Buffer Data Register" in hide.long 0x54 "QUADSPI0_RBDR21,RX Buffer Data Register" in hide.long 0x58 "QUADSPI0_RBDR22,RX Buffer Data Register" in hide.long 0x5C "QUADSPI0_RBDR23,RX Buffer Data Register" in hide.long 0x60 "QUADSPI0_RBDR24,RX Buffer Data Register" in hide.long 0x64 "QUADSPI0_RBDR25,RX Buffer Data Register" in hide.long 0x68 "QUADSPI0_RBDR26,RX Buffer Data Register" in hide.long 0x6C "QUADSPI0_RBDR27,RX Buffer Data Register" in hide.long 0x70 "QUADSPI0_RBDR28,RX Buffer Data Register" in hide.long 0x74 "QUADSPI0_RBDR29,RX Buffer Data Register" in hide.long 0x78 "QUADSPI0_RBDR30,RX Buffer Data Register" in hide.long 0x7C "QUADSPI0_RBDR31,RX Buffer Data Register" in endif group.long 0x300++0x7 line.long 0x00 "LUTKEY,LUT Key Register" line.long 0x04 "LCKCR,LUT Lock Configuration Register" bitfld.long 0x04 1. " UNLOCK ,Unlocks the LUT" "Disabled,Enabled" bitfld.long 0x04 0. " LOCK ,Locks the LUT" "Disabled,Enabled" group.long 0x310++0xFF line.long 0x0 "QuadSPI0_LUT0,Look-up Table Register" bitfld.long 0x0 26.--31. " INSTR1 ,Instruction 1" "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 0x0 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x0 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x0 10.--15. " INSTR0 ,Instruction 0" "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 0x0 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x0 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x4 "QuadSPI0_LUT1,Look-up Table Register" bitfld.long 0x4 26.--31. " INSTR1 ,Instruction 1" "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 0x4 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x4 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x4 10.--15. " INSTR0 ,Instruction 0" "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 0x4 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x4 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x8 "QuadSPI0_LUT2,Look-up Table Register" bitfld.long 0x8 26.--31. " INSTR1 ,Instruction 1" "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 0x8 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x8 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x8 10.--15. " INSTR0 ,Instruction 0" "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 0x8 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x8 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xC "QuadSPI0_LUT3,Look-up Table Register" bitfld.long 0xC 26.--31. " INSTR1 ,Instruction 1" "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 0xC 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xC 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xC 10.--15. " INSTR0 ,Instruction 0" "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 0xC 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xC 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x10 "QuadSPI0_LUT4,Look-up Table Register" bitfld.long 0x10 26.--31. " INSTR1 ,Instruction 1" "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 0x10 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x10 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x10 10.--15. " INSTR0 ,Instruction 0" "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 0x10 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x10 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x14 "QuadSPI0_LUT5,Look-up Table Register" bitfld.long 0x14 26.--31. " INSTR1 ,Instruction 1" "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 0x14 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x14 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x14 10.--15. " INSTR0 ,Instruction 0" "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 0x14 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x14 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x18 "QuadSPI0_LUT6,Look-up Table Register" bitfld.long 0x18 26.--31. " INSTR1 ,Instruction 1" "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 0x18 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x18 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x18 10.--15. " INSTR0 ,Instruction 0" "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 0x18 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x18 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x1C "QuadSPI0_LUT7,Look-up Table Register" bitfld.long 0x1C 26.--31. " INSTR1 ,Instruction 1" "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 0x1C 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x1C 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x1C 10.--15. " INSTR0 ,Instruction 0" "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 0x1C 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x1C 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x20 "QuadSPI0_LUT8,Look-up Table Register" bitfld.long 0x20 26.--31. " INSTR1 ,Instruction 1" "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 0x20 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x20 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x20 10.--15. " INSTR0 ,Instruction 0" "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 0x20 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x20 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x24 "QuadSPI0_LUT9,Look-up Table Register" bitfld.long 0x24 26.--31. " INSTR1 ,Instruction 1" "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 0x24 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x24 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x24 10.--15. " INSTR0 ,Instruction 0" "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 0x24 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x24 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x28 "QuadSPI0_LUT10,Look-up Table Register" bitfld.long 0x28 26.--31. " INSTR1 ,Instruction 1" "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 0x28 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x28 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x28 10.--15. " INSTR0 ,Instruction 0" "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 0x28 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x28 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x2C "QuadSPI0_LUT11,Look-up Table Register" bitfld.long 0x2C 26.--31. " INSTR1 ,Instruction 1" "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 0x2C 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x2C 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x2C 10.--15. " INSTR0 ,Instruction 0" "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 0x2C 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x2C 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x30 "QuadSPI0_LUT12,Look-up Table Register" bitfld.long 0x30 26.--31. " INSTR1 ,Instruction 1" "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 0x30 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x30 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x30 10.--15. " INSTR0 ,Instruction 0" "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 0x30 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x30 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x34 "QuadSPI0_LUT13,Look-up Table Register" bitfld.long 0x34 26.--31. " INSTR1 ,Instruction 1" "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 0x34 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x34 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x34 10.--15. " INSTR0 ,Instruction 0" "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 0x34 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x34 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x38 "QuadSPI0_LUT14,Look-up Table Register" bitfld.long 0x38 26.--31. " INSTR1 ,Instruction 1" "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 0x38 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x38 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x38 10.--15. " INSTR0 ,Instruction 0" "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 0x38 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x38 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x3C "QuadSPI0_LUT15,Look-up Table Register" bitfld.long 0x3C 26.--31. " INSTR1 ,Instruction 1" "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 0x3C 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x3C 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x3C 10.--15. " INSTR0 ,Instruction 0" "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 0x3C 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x3C 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x40 "QuadSPI0_LUT16,Look-up Table Register" bitfld.long 0x40 26.--31. " INSTR1 ,Instruction 1" "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 0x40 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x40 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x40 10.--15. " INSTR0 ,Instruction 0" "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 0x40 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x40 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x44 "QuadSPI0_LUT17,Look-up Table Register" bitfld.long 0x44 26.--31. " INSTR1 ,Instruction 1" "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 0x44 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x44 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x44 10.--15. " INSTR0 ,Instruction 0" "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 0x44 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x44 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x48 "QuadSPI0_LUT18,Look-up Table Register" bitfld.long 0x48 26.--31. " INSTR1 ,Instruction 1" "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 0x48 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x48 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x48 10.--15. " INSTR0 ,Instruction 0" "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 0x48 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x48 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x4C "QuadSPI0_LUT19,Look-up Table Register" bitfld.long 0x4C 26.--31. " INSTR1 ,Instruction 1" "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 0x4C 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x4C 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x4C 10.--15. " INSTR0 ,Instruction 0" "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 0x4C 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x4C 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x50 "QuadSPI0_LUT20,Look-up Table Register" bitfld.long 0x50 26.--31. " INSTR1 ,Instruction 1" "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 0x50 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x50 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x50 10.--15. " INSTR0 ,Instruction 0" "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 0x50 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x50 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x54 "QuadSPI0_LUT21,Look-up Table Register" bitfld.long 0x54 26.--31. " INSTR1 ,Instruction 1" "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 0x54 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x54 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x54 10.--15. " INSTR0 ,Instruction 0" "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 0x54 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x54 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x58 "QuadSPI0_LUT22,Look-up Table Register" bitfld.long 0x58 26.--31. " INSTR1 ,Instruction 1" "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 0x58 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x58 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x58 10.--15. " INSTR0 ,Instruction 0" "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 0x58 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x58 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x5C "QuadSPI0_LUT23,Look-up Table Register" bitfld.long 0x5C 26.--31. " INSTR1 ,Instruction 1" "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 0x5C 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x5C 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x5C 10.--15. " INSTR0 ,Instruction 0" "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 0x5C 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x5C 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x60 "QuadSPI0_LUT24,Look-up Table Register" bitfld.long 0x60 26.--31. " INSTR1 ,Instruction 1" "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 0x60 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x60 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x60 10.--15. " INSTR0 ,Instruction 0" "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 0x60 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x60 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x64 "QuadSPI0_LUT25,Look-up Table Register" bitfld.long 0x64 26.--31. " INSTR1 ,Instruction 1" "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 0x64 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x64 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x64 10.--15. " INSTR0 ,Instruction 0" "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 0x64 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x64 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x68 "QuadSPI0_LUT26,Look-up Table Register" bitfld.long 0x68 26.--31. " INSTR1 ,Instruction 1" "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 0x68 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x68 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x68 10.--15. " INSTR0 ,Instruction 0" "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 0x68 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x68 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x6C "QuadSPI0_LUT27,Look-up Table Register" bitfld.long 0x6C 26.--31. " INSTR1 ,Instruction 1" "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 0x6C 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x6C 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x6C 10.--15. " INSTR0 ,Instruction 0" "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 0x6C 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x6C 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x70 "QuadSPI0_LUT28,Look-up Table Register" bitfld.long 0x70 26.--31. " INSTR1 ,Instruction 1" "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 0x70 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x70 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x70 10.--15. " INSTR0 ,Instruction 0" "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 0x70 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x70 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x74 "QuadSPI0_LUT29,Look-up Table Register" bitfld.long 0x74 26.--31. " INSTR1 ,Instruction 1" "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 0x74 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x74 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x74 10.--15. " INSTR0 ,Instruction 0" "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 0x74 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x74 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x78 "QuadSPI0_LUT30,Look-up Table Register" bitfld.long 0x78 26.--31. " INSTR1 ,Instruction 1" "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 0x78 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x78 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x78 10.--15. " INSTR0 ,Instruction 0" "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 0x78 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x78 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x7C "QuadSPI0_LUT31,Look-up Table Register" bitfld.long 0x7C 26.--31. " INSTR1 ,Instruction 1" "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 0x7C 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x7C 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x7C 10.--15. " INSTR0 ,Instruction 0" "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 0x7C 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x7C 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x80 "QuadSPI0_LUT32,Look-up Table Register" bitfld.long 0x80 26.--31. " INSTR1 ,Instruction 1" "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 0x80 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x80 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x80 10.--15. " INSTR0 ,Instruction 0" "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 0x80 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x80 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x84 "QuadSPI0_LUT33,Look-up Table Register" bitfld.long 0x84 26.--31. " INSTR1 ,Instruction 1" "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 0x84 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x84 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x84 10.--15. " INSTR0 ,Instruction 0" "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 0x84 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x84 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x88 "QuadSPI0_LUT34,Look-up Table Register" bitfld.long 0x88 26.--31. " INSTR1 ,Instruction 1" "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 0x88 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x88 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x88 10.--15. " INSTR0 ,Instruction 0" "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 0x88 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x88 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x8C "QuadSPI0_LUT35,Look-up Table Register" bitfld.long 0x8C 26.--31. " INSTR1 ,Instruction 1" "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 0x8C 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x8C 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x8C 10.--15. " INSTR0 ,Instruction 0" "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 0x8C 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x8C 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x90 "QuadSPI0_LUT36,Look-up Table Register" bitfld.long 0x90 26.--31. " INSTR1 ,Instruction 1" "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 0x90 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x90 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x90 10.--15. " INSTR0 ,Instruction 0" "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 0x90 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x90 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x94 "QuadSPI0_LUT37,Look-up Table Register" bitfld.long 0x94 26.--31. " INSTR1 ,Instruction 1" "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 0x94 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x94 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x94 10.--15. " INSTR0 ,Instruction 0" "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 0x94 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x94 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x98 "QuadSPI0_LUT38,Look-up Table Register" bitfld.long 0x98 26.--31. " INSTR1 ,Instruction 1" "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 0x98 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x98 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x98 10.--15. " INSTR0 ,Instruction 0" "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 0x98 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x98 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x9C "QuadSPI0_LUT39,Look-up Table Register" bitfld.long 0x9C 26.--31. " INSTR1 ,Instruction 1" "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 0x9C 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x9C 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x9C 10.--15. " INSTR0 ,Instruction 0" "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 0x9C 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x9C 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xA0 "QuadSPI0_LUT40,Look-up Table Register" bitfld.long 0xA0 26.--31. " INSTR1 ,Instruction 1" "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 0xA0 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xA0 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xA0 10.--15. " INSTR0 ,Instruction 0" "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 0xA0 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xA0 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xA4 "QuadSPI0_LUT41,Look-up Table Register" bitfld.long 0xA4 26.--31. " INSTR1 ,Instruction 1" "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 0xA4 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xA4 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xA4 10.--15. " INSTR0 ,Instruction 0" "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 0xA4 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xA4 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xA8 "QuadSPI0_LUT42,Look-up Table Register" bitfld.long 0xA8 26.--31. " INSTR1 ,Instruction 1" "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 0xA8 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xA8 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xA8 10.--15. " INSTR0 ,Instruction 0" "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 0xA8 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xA8 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xAC "QuadSPI0_LUT43,Look-up Table Register" bitfld.long 0xAC 26.--31. " INSTR1 ,Instruction 1" "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 0xAC 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xAC 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xAC 10.--15. " INSTR0 ,Instruction 0" "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 0xAC 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xAC 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xB0 "QuadSPI0_LUT44,Look-up Table Register" bitfld.long 0xB0 26.--31. " INSTR1 ,Instruction 1" "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 0xB0 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xB0 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xB0 10.--15. " INSTR0 ,Instruction 0" "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 0xB0 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xB0 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xB4 "QuadSPI0_LUT45,Look-up Table Register" bitfld.long 0xB4 26.--31. " INSTR1 ,Instruction 1" "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 0xB4 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xB4 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xB4 10.--15. " INSTR0 ,Instruction 0" "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 0xB4 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xB4 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xB8 "QuadSPI0_LUT46,Look-up Table Register" bitfld.long 0xB8 26.--31. " INSTR1 ,Instruction 1" "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 0xB8 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xB8 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xB8 10.--15. " INSTR0 ,Instruction 0" "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 0xB8 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xB8 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xBC "QuadSPI0_LUT47,Look-up Table Register" bitfld.long 0xBC 26.--31. " INSTR1 ,Instruction 1" "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 0xBC 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xBC 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xBC 10.--15. " INSTR0 ,Instruction 0" "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 0xBC 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xBC 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xC0 "QuadSPI0_LUT48,Look-up Table Register" bitfld.long 0xC0 26.--31. " INSTR1 ,Instruction 1" "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 0xC0 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xC0 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xC0 10.--15. " INSTR0 ,Instruction 0" "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 0xC0 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xC0 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xC4 "QuadSPI0_LUT49,Look-up Table Register" bitfld.long 0xC4 26.--31. " INSTR1 ,Instruction 1" "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 0xC4 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xC4 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xC4 10.--15. " INSTR0 ,Instruction 0" "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 0xC4 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xC4 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xC8 "QuadSPI0_LUT50,Look-up Table Register" bitfld.long 0xC8 26.--31. " INSTR1 ,Instruction 1" "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 0xC8 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xC8 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xC8 10.--15. " INSTR0 ,Instruction 0" "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 0xC8 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xC8 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xCC "QuadSPI0_LUT51,Look-up Table Register" bitfld.long 0xCC 26.--31. " INSTR1 ,Instruction 1" "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 0xCC 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xCC 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xCC 10.--15. " INSTR0 ,Instruction 0" "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 0xCC 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xCC 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xD0 "QuadSPI0_LUT52,Look-up Table Register" bitfld.long 0xD0 26.--31. " INSTR1 ,Instruction 1" "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 0xD0 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xD0 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xD0 10.--15. " INSTR0 ,Instruction 0" "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 0xD0 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xD0 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xD4 "QuadSPI0_LUT53,Look-up Table Register" bitfld.long 0xD4 26.--31. " INSTR1 ,Instruction 1" "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 0xD4 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xD4 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xD4 10.--15. " INSTR0 ,Instruction 0" "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 0xD4 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xD4 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xD8 "QuadSPI0_LUT54,Look-up Table Register" bitfld.long 0xD8 26.--31. " INSTR1 ,Instruction 1" "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 0xD8 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xD8 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xD8 10.--15. " INSTR0 ,Instruction 0" "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 0xD8 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xD8 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xDC "QuadSPI0_LUT55,Look-up Table Register" bitfld.long 0xDC 26.--31. " INSTR1 ,Instruction 1" "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 0xDC 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xDC 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xDC 10.--15. " INSTR0 ,Instruction 0" "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 0xDC 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xDC 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xE0 "QuadSPI0_LUT56,Look-up Table Register" bitfld.long 0xE0 26.--31. " INSTR1 ,Instruction 1" "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 0xE0 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xE0 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xE0 10.--15. " INSTR0 ,Instruction 0" "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 0xE0 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xE0 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xE4 "QuadSPI0_LUT57,Look-up Table Register" bitfld.long 0xE4 26.--31. " INSTR1 ,Instruction 1" "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 0xE4 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xE4 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xE4 10.--15. " INSTR0 ,Instruction 0" "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 0xE4 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xE4 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xE8 "QuadSPI0_LUT58,Look-up Table Register" bitfld.long 0xE8 26.--31. " INSTR1 ,Instruction 1" "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 0xE8 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xE8 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xE8 10.--15. " INSTR0 ,Instruction 0" "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 0xE8 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xE8 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xEC "QuadSPI0_LUT59,Look-up Table Register" bitfld.long 0xEC 26.--31. " INSTR1 ,Instruction 1" "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 0xEC 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xEC 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xEC 10.--15. " INSTR0 ,Instruction 0" "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 0xEC 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xEC 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xF0 "QuadSPI0_LUT60,Look-up Table Register" bitfld.long 0xF0 26.--31. " INSTR1 ,Instruction 1" "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 0xF0 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xF0 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xF0 10.--15. " INSTR0 ,Instruction 0" "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 0xF0 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xF0 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xF4 "QuadSPI0_LUT61,Look-up Table Register" bitfld.long 0xF4 26.--31. " INSTR1 ,Instruction 1" "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 0xF4 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xF4 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xF4 10.--15. " INSTR0 ,Instruction 0" "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 0xF4 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xF4 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xF8 "QuadSPI0_LUT62,Look-up Table Register" bitfld.long 0xF8 26.--31. " INSTR1 ,Instruction 1" "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 0xF8 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xF8 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xF8 10.--15. " INSTR0 ,Instruction 0" "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 0xF8 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xF8 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xFC "QuadSPI0_LUT63,Look-up Table Register" bitfld.long 0xFC 26.--31. " INSTR1 ,Instruction 1" "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 0xFC 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xFC 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xFC 10.--15. " INSTR0 ,Instruction 0" "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 0xFC 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xFC 0.--7. 1. " OPRND0 ,Operand for INSTR0" tree.end sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") textline " " group.long 0x2000++0x03 line.long 0x00 "QuadSPI0_RBDR,RX Buffer Data Register" endif width 0xB tree.end tree "QuadSPI 1" base ad:0x400C4000 width 16. tree "Configuration Registers" group.long 0x0++0x3 line.long 0x00 "MCR,Module Configuration Register" bitfld.long 0x00 15. " DOZE ,Doze enable" "Disabled,Enabled" bitfld.long 0x00 14. " MDIS ,Module disable" "No,Yes" textline " " bitfld.long 0x00 11. " CLR_TXF ,Clear TX FIFO/Buffer" "No action,Cleared" bitfld.long 0x00 10. " CLR_RXF ,Clear RX FIFO" "No action,Cleared" textline " " bitfld.long 0x00 7. " DDR_EN ,DDR mode enable 2x and 4x clocks" "Disabled,Enabled" bitfld.long 0x00 6. " DQS_EN ,DQS enable" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " SWRSTHD ,Software reset for HOST domain" "No action,Reset" bitfld.long 0x00 0. " SWRSTSD ,Software reset for Serial Flash domain" "No action,Reset" group.long 0x8++0x17 line.long 0x00 "IPCR,IP Configuration Register" bitfld.long 0x00 24.--27. " SEQID ,Points to a sequence in the Look-up-table" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 16. " PAR_EN ,Transaction to two serial flash devices is triggered in parallel mode" "Disabled,Enabled" hexmask.long.word 0x00 0.--15. 1. " IDATSZ ,IP data transfer size" line.long 0x04 "FLSHCR,Flash Configuration Register" bitfld.long 0x04 8.--11. " TCSH ,Serial flash CS hold time in terms of serial flash clock cycles" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x04 0.--3. " TCSS ,Serial flash CS setup time in terms of serial flash clock cycles" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x08 "BUF0CR,Buffer0 Configuration Register" bitfld.long 0x08 31. " HP_EN ,High Priority Enable" "Disabled,Enabled" hexmask.long.byte 0x08 8.--15. 1. " ADATSZ ,AHB data transfer size" textline " " bitfld.long 0x08 0.--3. " MSTRID ,Master ID - The ID of the AHB master associated with BUFFER0" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x0C "BUF1CR,Buffer1 Configuration Register" hexmask.long.byte 0x0C 8.--15. 1. " ADATSZ ,AHB data transfer size" bitfld.long 0x0C 0.--3. " MSTRID ,Master ID - The ID of the AHB master associated with BUFFER1" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x10 "BUF2CR,Buffer2 Configuration Register" hexmask.long.byte 0x10 8.--15. 1. " ADATSZ ,AHB data transfer size" bitfld.long 0x10 0.--3. " MSTRID ,Master ID - The ID of the AHB master associated with BUFFER2" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x14 "BUF3CR,Buffer3 Configuration Register" bitfld.long 0x14 31. " ALLMST ,All master enable" "Disabled,Enabled" hexmask.long.byte 0x14 8.--15. 1. " ADATSZ ,AHB data transfer size" textline " " bitfld.long 0x14 0.--3. " MSTRID ,Master ID - The ID of the AHB master associated with BUFFER3" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" group.long 0x20++0x07 line.long 0x00 "BFGENCR,Buffer Generic Configuration Register" bitfld.long 0x00 16. " PAR_EN ,Parallel mode enable" "Disabled,Enabled" bitfld.long 0x00 12.--15. " SEQID ,Points to a sequence in the Look-up-table" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "SOCCR,SOC Configuration Register" hexmask.long.byte 0x04 0.--7. 1. " SOCCFG ,The values in this bit field are directly bristled out to the QuadSPI output pins" group.long 0x30++0xB line.long 0x0 "BUF0IND,Buffer0 Top Index Register" hexmask.long 0x0 3.--31. 1. " TPINDX0 ,Top index of buffer 0" line.long 0x4 "BUF1IND,Buffer1 Top Index Register" hexmask.long 0x4 3.--31. 1. " TPINDX1 ,Top index of buffer 1" line.long 0x8 "BUF2IND,Buffer2 Top Index Register" hexmask.long 0x8 3.--31. 1. " TPINDX2 ,Top index of buffer 2" group.long 0x100++0x3 line.long 0x00 "SFAR,Serial Flash Address Register" group.long 0x108++0x3 line.long 0x00 "SMPR,Sampling Register" bitfld.long 0x00 16.--18. " DDRSMP ,DDR Sampling point" "0,1,2,3,4,5,6,7" bitfld.long 0x00 6. " FSDLY ,Full Speed Delay selection" "1 cycle,2 cycles" bitfld.long 0x00 5. " FSPHS ,Full Speed Phase selection" "Not inverted,Inverted" textline " " bitfld.long 0x00 2. " HSDLY ,Half Speed Delay selection" "1 cycle,2 cycles" bitfld.long 0x00 1. " HSPHS ,Half Speed Phase selection" "Not inverted,Inverted" bitfld.long 0x00 0. " HSENA ,Half Speed serial flash clock Enable" "Disabled,Enabled" rgroup.long 0x10C++0x03 line.long 0x00 "RBSR,RX Buffer Status Register" hexmask.long.word 0x00 16.--31. 1. " RDCTR ,Read Counter" bitfld.long 0x00 8.--13. " RDBFL ,RX Buffer Fill 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,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" group.long 0x110++0x03 line.long 0x00 "RBCT,RX Buffer Control Register" bitfld.long 0x00 8. " RXBRD ,RX Buffer Readout" "AHB Bus registers,IP Bus registers" bitfld.long 0x00 0.--4. " WMRK ,RX Buffer Watermark" "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" rgroup.long 0x150++0x3 line.long 0x00 "TBSR,TX Buffer Status Register" hexmask.long.word 0x00 16.--31. 1. " TRCTR ,Transmit Counter" bitfld.long 0x00 8.--12. " TRBFL ,TX Buffer Fill 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" group.long 0x154++0x3 line.long 0x00 "TBDR,TX Buffer Data Register" rgroup.long 0x15C++0x3 line.long 0x00 "SR,Status Register" bitfld.long 0x00 29.--31. " DLPSMP ,Data learning pattern sampling point" "0,1,2,3,4,5,6,7" bitfld.long 0x00 27. " TXFULL ,TX Buffer Full" "Not full,Full" bitfld.long 0x00 24. " TXNE ,TX Buffer Not Empty" "Empty,Not empty" textline " " bitfld.long 0x00 23. " RXDMA ,RX Buffer DMA" "Low,High" bitfld.long 0x00 19. " RXFULL ,RX Buffer Full" "Not full,Full" bitfld.long 0x00 16. " RXWE ,RX Buffer Watermark Exceeded" "Not exceeded,Exceeded" textline " " bitfld.long 0x00 14. " AHB3FUL ,AHB 3 Buffer Full" "Not full,Full" bitfld.long 0x00 13. " AHB2FUL ,AHB 2 Buffer Full" "Not full,Full" bitfld.long 0x00 12. " AHB1FUL ,AHB 1 Buffer Full" "Not full,Full" textline " " bitfld.long 0x00 11. " AHB0FUL ,AHB 0 Buffer Full" "Not full,Full" bitfld.long 0x00 10. " AHB3NE ,AHB 3 Buffer Not Empty" "Empty,Not empty" bitfld.long 0x00 9. " AHB2NE ,AHB 2 Buffer Not Empty" "Empty,Not empty" textline " " bitfld.long 0x00 8. " AHB1NE ,AHB 1 Buffer Not Empty" "Empty,Not empty" bitfld.long 0x00 7. " AHB0NE ,AHB 0 Buffer Not Empty" "Empty,Not empty" bitfld.long 0x00 6. " AHBTRN ,AHB Access Transaction pending" "Not requested,Requested" textline " " bitfld.long 0x00 5. " AHBGNT ,AHB Command priority Granted" "Not granted,Granted" bitfld.long 0x00 2. " AHB_ACC ,AHB Access" "No access,Access" bitfld.long 0x00 1. " IP_ACC ,IP Access" "No access,Access" textline " " bitfld.long 0x00 0. " BUSY ,Module Busy" "Idle,Busy" group.long 0x160++0x3 line.long 0x00 "FR,Flag Register" eventfld.long 0x00 31. " DLPFF ,Data Learning Pattern Failure Flag" "Low,High" eventfld.long 0x00 27. " TBFF ,TX Buffer Fill Flag" "Low,High" eventfld.long 0x00 26. " TBUF ,TX Buffer Underrun Flag" "Low,High" textline " " eventfld.long 0x00 23. " ILLINE ,Illegal Instruction Error Flag" "Low,High" eventfld.long 0x00 17. " RBOF ,RX Buffer Overflow Flag" "Low,High" eventfld.long 0x00 16. " RBDF ,RX Buffer Drain Flag" "Low,High" textline " " eventfld.long 0x00 15. " ABSEF ,AHB Sequence Error Flag" "Low,High" eventfld.long 0x00 12. " ABOF ,AHB Buffer Overflow Flag" "Low,High" eventfld.long 0x00 11. " IUEF ,IP Command Usage Error Flag" "Low,High" textline " " eventfld.long 0x00 7. " IPAEF ,IP Command Trigger during AHB Access Error Flag" "Low,High" eventfld.long 0x00 6. " IPIEF ,IP Command Trigger could not be executed Error Flag" "Low,High" eventfld.long 0x00 4. " IPGEF ,IP Command Trigger during AHB Grant Error Flag" "Low,High" textline " " eventfld.long 0x00 0. " TFF ,IP Command Transaction Finished Flag" "Low,High" group.long 0x164++0x3 line.long 0x00 "RSER,Interrupt and DMA Request Select and Enable Register" bitfld.long 0x00 31. " DLPFIE ,Data Learning Pattern Failure Interrupt enable" "Disabled,Enabled" bitfld.long 0x00 27. " TBFIE ,TX Buffer Fill Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 26. " TBUIE ,TX Buffer Underrun Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 23. " ILLINIE ,Illegal Instruction Error Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 21. " RBDDE ,DMA request" "Not generated,Generated" bitfld.long 0x00 17. " RBOIE ,RX Buffer Overflow Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 16. " RBDIE ,RBDF interrupt" "Not generated,Generated" bitfld.long 0x00 15. " ABSEIE ,AHB Sequence Error Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 12. " ABOIE ,AHB Buffer Overflow Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 11. " IUEIE ,IP Command Trigger during AHB Access Error Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 7. " IPAEIE ,IP Command Trigger during AHB Access Error Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 6. " IPIEIE ,IP Command Trigger during IP Access Error Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " IPGEIE ,IP Command Trigger during AHB Grant Error Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 0. " TFIE ,Transaction Finished Interrupt Enable" "Disabled,Enabled" rgroup.long 0x168++0x3 line.long 0x00 "SPNDST,Sequence Suspend Status Register" hexmask.long.byte 0x00 9.--15. 1. " DATLFT ,Data left" bitfld.long 0x00 6.--7. " SPDBUF ,Suspended Buffer" "0,1,2,3" bitfld.long 0x00 0. " SUSPND ,Suspend state" "Not suspended,Suspended" group.long 0x16C++0x3 line.long 0x00 "SPTRCLR,Sequence Pointer Clear Register" bitfld.long 0x00 8. " IPPTRC ,Clears the sequence pointer for IP" "Not cleared,Cleared" bitfld.long 0x00 0. " BFPTRC ,Clears the sequence pointer for AHB buffers" "Not cleared,Cleared" group.long 0x180++0x0F line.long 0x00 "SFA1AD,Serial Flash A1 Top Address" hexmask.long.tbyte 0x00 10.--31. 1. " TPADA1 ,Top address for Serial Flash A1" line.long 0x04 "SFA2AD,Serial Flash A2 Top Address" hexmask.long.tbyte 0x04 10.--31. 1. " TPADA2 ,Top address for Serial Flash A2" line.long 0x08 "SFB1AD,Serial Flash B1Top Address" hexmask.long.tbyte 0x08 10.--31. 1. " TPADB1 ,Top address for Serial Flash B1" line.long 0x0C "SFB2AD,Serial Flash B2Top Address" hexmask.long.tbyte 0x0C 10.--31. 1. " TPADB2 ,Top address for Serial Flash B2" tree.end tree "Look-up Table Registers" width 18. sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") hgroup.long 0x200++0x7F hide.long 0x0 "QUADSPI1_RBDR0,RX Buffer Data Register" in hide.long 0x4 "QUADSPI1_RBDR1,RX Buffer Data Register" in hide.long 0x8 "QUADSPI1_RBDR2,RX Buffer Data Register" in hide.long 0xC "QUADSPI1_RBDR3,RX Buffer Data Register" in hide.long 0x10 "QUADSPI1_RBDR4,RX Buffer Data Register" in hide.long 0x14 "QUADSPI1_RBDR5,RX Buffer Data Register" in hide.long 0x18 "QUADSPI1_RBDR6,RX Buffer Data Register" in hide.long 0x1C "QUADSPI1_RBDR7,RX Buffer Data Register" in hide.long 0x20 "QUADSPI1_RBDR8,RX Buffer Data Register" in hide.long 0x24 "QUADSPI1_RBDR9,RX Buffer Data Register" in hide.long 0x28 "QUADSPI1_RBDR10,RX Buffer Data Register" in hide.long 0x2C "QUADSPI1_RBDR11,RX Buffer Data Register" in hide.long 0x30 "QUADSPI1_RBDR12,RX Buffer Data Register" in hide.long 0x34 "QUADSPI1_RBDR13,RX Buffer Data Register" in hide.long 0x38 "QUADSPI1_RBDR14,RX Buffer Data Register" in hide.long 0x3C "QUADSPI1_RBDR15,RX Buffer Data Register" in hide.long 0x40 "QUADSPI1_RBDR16,RX Buffer Data Register" in hide.long 0x44 "QUADSPI1_RBDR17,RX Buffer Data Register" in hide.long 0x48 "QUADSPI1_RBDR18,RX Buffer Data Register" in hide.long 0x4C "QUADSPI1_RBDR19,RX Buffer Data Register" in hide.long 0x50 "QUADSPI1_RBDR20,RX Buffer Data Register" in hide.long 0x54 "QUADSPI1_RBDR21,RX Buffer Data Register" in hide.long 0x58 "QUADSPI1_RBDR22,RX Buffer Data Register" in hide.long 0x5C "QUADSPI1_RBDR23,RX Buffer Data Register" in hide.long 0x60 "QUADSPI1_RBDR24,RX Buffer Data Register" in hide.long 0x64 "QUADSPI1_RBDR25,RX Buffer Data Register" in hide.long 0x68 "QUADSPI1_RBDR26,RX Buffer Data Register" in hide.long 0x6C "QUADSPI1_RBDR27,RX Buffer Data Register" in hide.long 0x70 "QUADSPI1_RBDR28,RX Buffer Data Register" in hide.long 0x74 "QUADSPI1_RBDR29,RX Buffer Data Register" in hide.long 0x78 "QUADSPI1_RBDR30,RX Buffer Data Register" in hide.long 0x7C "QUADSPI1_RBDR31,RX Buffer Data Register" in endif group.long 0x300++0x7 line.long 0x00 "LUTKEY,LUT Key Register" line.long 0x04 "LCKCR,LUT Lock Configuration Register" bitfld.long 0x04 1. " UNLOCK ,Unlocks the LUT" "Disabled,Enabled" bitfld.long 0x04 0. " LOCK ,Locks the LUT" "Disabled,Enabled" group.long 0x310++0xFF line.long 0x0 "QuadSPI1_LUT0,Look-up Table Register" bitfld.long 0x0 26.--31. " INSTR1 ,Instruction 1" "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 0x0 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x0 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x0 10.--15. " INSTR0 ,Instruction 0" "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 0x0 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x0 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x4 "QuadSPI1_LUT1,Look-up Table Register" bitfld.long 0x4 26.--31. " INSTR1 ,Instruction 1" "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 0x4 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x4 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x4 10.--15. " INSTR0 ,Instruction 0" "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 0x4 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x4 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x8 "QuadSPI1_LUT2,Look-up Table Register" bitfld.long 0x8 26.--31. " INSTR1 ,Instruction 1" "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 0x8 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x8 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x8 10.--15. " INSTR0 ,Instruction 0" "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 0x8 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x8 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xC "QuadSPI1_LUT3,Look-up Table Register" bitfld.long 0xC 26.--31. " INSTR1 ,Instruction 1" "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 0xC 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xC 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xC 10.--15. " INSTR0 ,Instruction 0" "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 0xC 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xC 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x10 "QuadSPI1_LUT4,Look-up Table Register" bitfld.long 0x10 26.--31. " INSTR1 ,Instruction 1" "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 0x10 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x10 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x10 10.--15. " INSTR0 ,Instruction 0" "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 0x10 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x10 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x14 "QuadSPI1_LUT5,Look-up Table Register" bitfld.long 0x14 26.--31. " INSTR1 ,Instruction 1" "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 0x14 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x14 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x14 10.--15. " INSTR0 ,Instruction 0" "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 0x14 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x14 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x18 "QuadSPI1_LUT6,Look-up Table Register" bitfld.long 0x18 26.--31. " INSTR1 ,Instruction 1" "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 0x18 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x18 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x18 10.--15. " INSTR0 ,Instruction 0" "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 0x18 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x18 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x1C "QuadSPI1_LUT7,Look-up Table Register" bitfld.long 0x1C 26.--31. " INSTR1 ,Instruction 1" "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 0x1C 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x1C 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x1C 10.--15. " INSTR0 ,Instruction 0" "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 0x1C 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x1C 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x20 "QuadSPI1_LUT8,Look-up Table Register" bitfld.long 0x20 26.--31. " INSTR1 ,Instruction 1" "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 0x20 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x20 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x20 10.--15. " INSTR0 ,Instruction 0" "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 0x20 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x20 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x24 "QuadSPI1_LUT9,Look-up Table Register" bitfld.long 0x24 26.--31. " INSTR1 ,Instruction 1" "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 0x24 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x24 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x24 10.--15. " INSTR0 ,Instruction 0" "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 0x24 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x24 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x28 "QuadSPI1_LUT10,Look-up Table Register" bitfld.long 0x28 26.--31. " INSTR1 ,Instruction 1" "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 0x28 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x28 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x28 10.--15. " INSTR0 ,Instruction 0" "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 0x28 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x28 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x2C "QuadSPI1_LUT11,Look-up Table Register" bitfld.long 0x2C 26.--31. " INSTR1 ,Instruction 1" "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 0x2C 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x2C 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x2C 10.--15. " INSTR0 ,Instruction 0" "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 0x2C 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x2C 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x30 "QuadSPI1_LUT12,Look-up Table Register" bitfld.long 0x30 26.--31. " INSTR1 ,Instruction 1" "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 0x30 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x30 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x30 10.--15. " INSTR0 ,Instruction 0" "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 0x30 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x30 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x34 "QuadSPI1_LUT13,Look-up Table Register" bitfld.long 0x34 26.--31. " INSTR1 ,Instruction 1" "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 0x34 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x34 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x34 10.--15. " INSTR0 ,Instruction 0" "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 0x34 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x34 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x38 "QuadSPI1_LUT14,Look-up Table Register" bitfld.long 0x38 26.--31. " INSTR1 ,Instruction 1" "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 0x38 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x38 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x38 10.--15. " INSTR0 ,Instruction 0" "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 0x38 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x38 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x3C "QuadSPI1_LUT15,Look-up Table Register" bitfld.long 0x3C 26.--31. " INSTR1 ,Instruction 1" "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 0x3C 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x3C 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x3C 10.--15. " INSTR0 ,Instruction 0" "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 0x3C 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x3C 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x40 "QuadSPI1_LUT16,Look-up Table Register" bitfld.long 0x40 26.--31. " INSTR1 ,Instruction 1" "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 0x40 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x40 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x40 10.--15. " INSTR0 ,Instruction 0" "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 0x40 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x40 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x44 "QuadSPI1_LUT17,Look-up Table Register" bitfld.long 0x44 26.--31. " INSTR1 ,Instruction 1" "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 0x44 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x44 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x44 10.--15. " INSTR0 ,Instruction 0" "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 0x44 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x44 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x48 "QuadSPI1_LUT18,Look-up Table Register" bitfld.long 0x48 26.--31. " INSTR1 ,Instruction 1" "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 0x48 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x48 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x48 10.--15. " INSTR0 ,Instruction 0" "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 0x48 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x48 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x4C "QuadSPI1_LUT19,Look-up Table Register" bitfld.long 0x4C 26.--31. " INSTR1 ,Instruction 1" "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 0x4C 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x4C 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x4C 10.--15. " INSTR0 ,Instruction 0" "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 0x4C 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x4C 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x50 "QuadSPI1_LUT20,Look-up Table Register" bitfld.long 0x50 26.--31. " INSTR1 ,Instruction 1" "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 0x50 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x50 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x50 10.--15. " INSTR0 ,Instruction 0" "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 0x50 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x50 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x54 "QuadSPI1_LUT21,Look-up Table Register" bitfld.long 0x54 26.--31. " INSTR1 ,Instruction 1" "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 0x54 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x54 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x54 10.--15. " INSTR0 ,Instruction 0" "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 0x54 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x54 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x58 "QuadSPI1_LUT22,Look-up Table Register" bitfld.long 0x58 26.--31. " INSTR1 ,Instruction 1" "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 0x58 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x58 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x58 10.--15. " INSTR0 ,Instruction 0" "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 0x58 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x58 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x5C "QuadSPI1_LUT23,Look-up Table Register" bitfld.long 0x5C 26.--31. " INSTR1 ,Instruction 1" "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 0x5C 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x5C 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x5C 10.--15. " INSTR0 ,Instruction 0" "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 0x5C 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x5C 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x60 "QuadSPI1_LUT24,Look-up Table Register" bitfld.long 0x60 26.--31. " INSTR1 ,Instruction 1" "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 0x60 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x60 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x60 10.--15. " INSTR0 ,Instruction 0" "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 0x60 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x60 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x64 "QuadSPI1_LUT25,Look-up Table Register" bitfld.long 0x64 26.--31. " INSTR1 ,Instruction 1" "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 0x64 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x64 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x64 10.--15. " INSTR0 ,Instruction 0" "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 0x64 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x64 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x68 "QuadSPI1_LUT26,Look-up Table Register" bitfld.long 0x68 26.--31. " INSTR1 ,Instruction 1" "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 0x68 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x68 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x68 10.--15. " INSTR0 ,Instruction 0" "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 0x68 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x68 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x6C "QuadSPI1_LUT27,Look-up Table Register" bitfld.long 0x6C 26.--31. " INSTR1 ,Instruction 1" "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 0x6C 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x6C 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x6C 10.--15. " INSTR0 ,Instruction 0" "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 0x6C 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x6C 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x70 "QuadSPI1_LUT28,Look-up Table Register" bitfld.long 0x70 26.--31. " INSTR1 ,Instruction 1" "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 0x70 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x70 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x70 10.--15. " INSTR0 ,Instruction 0" "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 0x70 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x70 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x74 "QuadSPI1_LUT29,Look-up Table Register" bitfld.long 0x74 26.--31. " INSTR1 ,Instruction 1" "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 0x74 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x74 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x74 10.--15. " INSTR0 ,Instruction 0" "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 0x74 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x74 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x78 "QuadSPI1_LUT30,Look-up Table Register" bitfld.long 0x78 26.--31. " INSTR1 ,Instruction 1" "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 0x78 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x78 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x78 10.--15. " INSTR0 ,Instruction 0" "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 0x78 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x78 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x7C "QuadSPI1_LUT31,Look-up Table Register" bitfld.long 0x7C 26.--31. " INSTR1 ,Instruction 1" "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 0x7C 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x7C 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x7C 10.--15. " INSTR0 ,Instruction 0" "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 0x7C 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x7C 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x80 "QuadSPI1_LUT32,Look-up Table Register" bitfld.long 0x80 26.--31. " INSTR1 ,Instruction 1" "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 0x80 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x80 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x80 10.--15. " INSTR0 ,Instruction 0" "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 0x80 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x80 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x84 "QuadSPI1_LUT33,Look-up Table Register" bitfld.long 0x84 26.--31. " INSTR1 ,Instruction 1" "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 0x84 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x84 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x84 10.--15. " INSTR0 ,Instruction 0" "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 0x84 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x84 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x88 "QuadSPI1_LUT34,Look-up Table Register" bitfld.long 0x88 26.--31. " INSTR1 ,Instruction 1" "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 0x88 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x88 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x88 10.--15. " INSTR0 ,Instruction 0" "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 0x88 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x88 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x8C "QuadSPI1_LUT35,Look-up Table Register" bitfld.long 0x8C 26.--31. " INSTR1 ,Instruction 1" "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 0x8C 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x8C 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x8C 10.--15. " INSTR0 ,Instruction 0" "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 0x8C 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x8C 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x90 "QuadSPI1_LUT36,Look-up Table Register" bitfld.long 0x90 26.--31. " INSTR1 ,Instruction 1" "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 0x90 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x90 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x90 10.--15. " INSTR0 ,Instruction 0" "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 0x90 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x90 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x94 "QuadSPI1_LUT37,Look-up Table Register" bitfld.long 0x94 26.--31. " INSTR1 ,Instruction 1" "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 0x94 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x94 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x94 10.--15. " INSTR0 ,Instruction 0" "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 0x94 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x94 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x98 "QuadSPI1_LUT38,Look-up Table Register" bitfld.long 0x98 26.--31. " INSTR1 ,Instruction 1" "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 0x98 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x98 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x98 10.--15. " INSTR0 ,Instruction 0" "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 0x98 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x98 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0x9C "QuadSPI1_LUT39,Look-up Table Register" bitfld.long 0x9C 26.--31. " INSTR1 ,Instruction 1" "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 0x9C 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x9C 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0x9C 10.--15. " INSTR0 ,Instruction 0" "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 0x9C 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0x9C 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xA0 "QuadSPI1_LUT40,Look-up Table Register" bitfld.long 0xA0 26.--31. " INSTR1 ,Instruction 1" "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 0xA0 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xA0 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xA0 10.--15. " INSTR0 ,Instruction 0" "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 0xA0 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xA0 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xA4 "QuadSPI1_LUT41,Look-up Table Register" bitfld.long 0xA4 26.--31. " INSTR1 ,Instruction 1" "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 0xA4 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xA4 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xA4 10.--15. " INSTR0 ,Instruction 0" "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 0xA4 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xA4 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xA8 "QuadSPI1_LUT42,Look-up Table Register" bitfld.long 0xA8 26.--31. " INSTR1 ,Instruction 1" "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 0xA8 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xA8 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xA8 10.--15. " INSTR0 ,Instruction 0" "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 0xA8 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xA8 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xAC "QuadSPI1_LUT43,Look-up Table Register" bitfld.long 0xAC 26.--31. " INSTR1 ,Instruction 1" "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 0xAC 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xAC 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xAC 10.--15. " INSTR0 ,Instruction 0" "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 0xAC 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xAC 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xB0 "QuadSPI1_LUT44,Look-up Table Register" bitfld.long 0xB0 26.--31. " INSTR1 ,Instruction 1" "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 0xB0 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xB0 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xB0 10.--15. " INSTR0 ,Instruction 0" "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 0xB0 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xB0 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xB4 "QuadSPI1_LUT45,Look-up Table Register" bitfld.long 0xB4 26.--31. " INSTR1 ,Instruction 1" "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 0xB4 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xB4 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xB4 10.--15. " INSTR0 ,Instruction 0" "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 0xB4 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xB4 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xB8 "QuadSPI1_LUT46,Look-up Table Register" bitfld.long 0xB8 26.--31. " INSTR1 ,Instruction 1" "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 0xB8 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xB8 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xB8 10.--15. " INSTR0 ,Instruction 0" "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 0xB8 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xB8 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xBC "QuadSPI1_LUT47,Look-up Table Register" bitfld.long 0xBC 26.--31. " INSTR1 ,Instruction 1" "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 0xBC 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xBC 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xBC 10.--15. " INSTR0 ,Instruction 0" "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 0xBC 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xBC 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xC0 "QuadSPI1_LUT48,Look-up Table Register" bitfld.long 0xC0 26.--31. " INSTR1 ,Instruction 1" "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 0xC0 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xC0 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xC0 10.--15. " INSTR0 ,Instruction 0" "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 0xC0 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xC0 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xC4 "QuadSPI1_LUT49,Look-up Table Register" bitfld.long 0xC4 26.--31. " INSTR1 ,Instruction 1" "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 0xC4 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xC4 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xC4 10.--15. " INSTR0 ,Instruction 0" "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 0xC4 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xC4 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xC8 "QuadSPI1_LUT50,Look-up Table Register" bitfld.long 0xC8 26.--31. " INSTR1 ,Instruction 1" "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 0xC8 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xC8 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xC8 10.--15. " INSTR0 ,Instruction 0" "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 0xC8 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xC8 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xCC "QuadSPI1_LUT51,Look-up Table Register" bitfld.long 0xCC 26.--31. " INSTR1 ,Instruction 1" "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 0xCC 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xCC 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xCC 10.--15. " INSTR0 ,Instruction 0" "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 0xCC 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xCC 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xD0 "QuadSPI1_LUT52,Look-up Table Register" bitfld.long 0xD0 26.--31. " INSTR1 ,Instruction 1" "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 0xD0 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xD0 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xD0 10.--15. " INSTR0 ,Instruction 0" "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 0xD0 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xD0 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xD4 "QuadSPI1_LUT53,Look-up Table Register" bitfld.long 0xD4 26.--31. " INSTR1 ,Instruction 1" "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 0xD4 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xD4 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xD4 10.--15. " INSTR0 ,Instruction 0" "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 0xD4 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xD4 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xD8 "QuadSPI1_LUT54,Look-up Table Register" bitfld.long 0xD8 26.--31. " INSTR1 ,Instruction 1" "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 0xD8 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xD8 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xD8 10.--15. " INSTR0 ,Instruction 0" "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 0xD8 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xD8 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xDC "QuadSPI1_LUT55,Look-up Table Register" bitfld.long 0xDC 26.--31. " INSTR1 ,Instruction 1" "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 0xDC 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xDC 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xDC 10.--15. " INSTR0 ,Instruction 0" "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 0xDC 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xDC 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xE0 "QuadSPI1_LUT56,Look-up Table Register" bitfld.long 0xE0 26.--31. " INSTR1 ,Instruction 1" "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 0xE0 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xE0 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xE0 10.--15. " INSTR0 ,Instruction 0" "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 0xE0 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xE0 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xE4 "QuadSPI1_LUT57,Look-up Table Register" bitfld.long 0xE4 26.--31. " INSTR1 ,Instruction 1" "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 0xE4 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xE4 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xE4 10.--15. " INSTR0 ,Instruction 0" "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 0xE4 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xE4 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xE8 "QuadSPI1_LUT58,Look-up Table Register" bitfld.long 0xE8 26.--31. " INSTR1 ,Instruction 1" "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 0xE8 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xE8 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xE8 10.--15. " INSTR0 ,Instruction 0" "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 0xE8 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xE8 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xEC "QuadSPI1_LUT59,Look-up Table Register" bitfld.long 0xEC 26.--31. " INSTR1 ,Instruction 1" "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 0xEC 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xEC 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xEC 10.--15. " INSTR0 ,Instruction 0" "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 0xEC 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xEC 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xF0 "QuadSPI1_LUT60,Look-up Table Register" bitfld.long 0xF0 26.--31. " INSTR1 ,Instruction 1" "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 0xF0 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xF0 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xF0 10.--15. " INSTR0 ,Instruction 0" "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 0xF0 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xF0 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xF4 "QuadSPI1_LUT61,Look-up Table Register" bitfld.long 0xF4 26.--31. " INSTR1 ,Instruction 1" "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 0xF4 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xF4 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xF4 10.--15. " INSTR0 ,Instruction 0" "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 0xF4 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xF4 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xF8 "QuadSPI1_LUT62,Look-up Table Register" bitfld.long 0xF8 26.--31. " INSTR1 ,Instruction 1" "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 0xF8 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xF8 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xF8 10.--15. " INSTR0 ,Instruction 0" "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 0xF8 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xF8 0.--7. 1. " OPRND0 ,Operand for INSTR0" line.long 0xFC "QuadSPI1_LUT63,Look-up Table Register" bitfld.long 0xFC 26.--31. " INSTR1 ,Instruction 1" "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 0xFC 24.--25. " PAD1 ,Pad information for INSTR1" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xFC 16.--23. 1. " OPRND1 ,Operand for INSTR1" textline " " bitfld.long 0xFC 10.--15. " INSTR0 ,Instruction 0" "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 0xFC 8.--9. " PAD0 ,Pad information for INSTR0" "1 Pad,2 Pads,4 Pads,NA" hexmask.long.byte 0xFC 0.--7. 1. " OPRND0 ,Operand for INSTR0" tree.end sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") textline " " group.long 0x2000++0x03 line.long 0x00 "QuadSPI1_RBDR,RX Buffer Data Register" endif width 0xB tree.end tree "AHB" base ad:0x00009000 width 8. group.long 0x00++0x7F line.long 0x0 "AMBA0,AHB RX Data Buffer register" line.long 0x4 "AMBA1,AHB RX Data Buffer register" line.long 0x8 "AMBA2,AHB RX Data Buffer register" line.long 0xC "AMBA3,AHB RX Data Buffer register" line.long 0x10 "AMBA4,AHB RX Data Buffer register" line.long 0x14 "AMBA5,AHB RX Data Buffer register" line.long 0x18 "AMBA6,AHB RX Data Buffer register" line.long 0x1C "AMBA7,AHB RX Data Buffer register" line.long 0x20 "AMBA8,AHB RX Data Buffer register" line.long 0x24 "AMBA9,AHB RX Data Buffer register" line.long 0x28 "AMBA10,AHB RX Data Buffer register" line.long 0x2C "AMBA11,AHB RX Data Buffer register" line.long 0x30 "AMBA12,AHB RX Data Buffer register" line.long 0x34 "AMBA13,AHB RX Data Buffer register" line.long 0x38 "AMBA14,AHB RX Data Buffer register" line.long 0x3C "AMBA15,AHB RX Data Buffer register" line.long 0x40 "AMBA16,AHB RX Data Buffer register" line.long 0x44 "AMBA17,AHB RX Data Buffer register" line.long 0x48 "AMBA18,AHB RX Data Buffer register" line.long 0x4C "AMBA19,AHB RX Data Buffer register" line.long 0x50 "AMBA20,AHB RX Data Buffer register" line.long 0x54 "AMBA21,AHB RX Data Buffer register" line.long 0x58 "AMBA22,AHB RX Data Buffer register" line.long 0x5C "AMBA23,AHB RX Data Buffer register" line.long 0x60 "AMBA24,AHB RX Data Buffer register" line.long 0x64 "AMBA25,AHB RX Data Buffer register" line.long 0x68 "AMBA26,AHB RX Data Buffer register" line.long 0x6C "AMBA27,AHB RX Data Buffer register" line.long 0x70 "AMBA28,AHB RX Data Buffer register" line.long 0x74 "AMBA29,AHB RX Data Buffer register" line.long 0x78 "AMBA30,AHB RX Data Buffer register" line.long 0x7C "AMBA31,AHB RX Data Buffer register" width 0xB tree.end tree.end tree "NFC (NAND Flash Controller)" base ad:0x400E3F00 width 8. group.long 0x00++0x17 line.long 0x00 "CMD1,Flash command 1" hexmask.long.byte 0x00 24.--31. 1. " BYTE2 ,Second command byte that may be sent to the flash device" hexmask.long.byte 0x00 16.--23. 1. " BYTE3 ,Third command byte that may be sent to the flash device" line.long 0x04 "CMD2,Flash command 2" hexmask.long.byte 0x04 24.--31. 1. " BYTE1 ,First command byte that may be sent to the flash device" hexmask.long.word 0x04 8.--23. 1. " CODE ,User-defined flash operation sequencer" bitfld.long 0x04 1.--2. " BUFNO ,Internal buffer number used for this command" "0,1,2,3" textline " " bitfld.long 0x04 0. " BUSY_START ,Busy indicator and start command" "Not busy,Busy" line.long 0x08 "CAR,Column address" hexmask.long.byte 0x08 8.--15. 1. " BYTE2 ,Second byte of column address" hexmask.long.byte 0x08 0.--7. 1. " BYTE1 ,First byte of column address" line.long 0x0C "RAR,Row address" bitfld.long 0x0C 28. " CS0 ,Chip select 0 enable" "Disabled,Enabled" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x0C 25. " CS1 ,Chip select 1 enable" "Disabled,Enabled" bitfld.long 0x0C 24. " CS0 ,Chip select enable" "Disabled,Enabled" else bitfld.long 0x0C 24. " RB0 ,Ready/busy 0 enable" "Disabled,Enabled" endif textline " " hexmask.long.byte 0x0C 16.--23. 1. " BYTE3 ,Third byte of row address" hexmask.long.byte 0x0C 8.--15. 1. " BYTE2 ,Second byte of row address" hexmask.long.byte 0x0C 0.--7. 1. " BYTE1 ,First byte of row address" line.long 0x10 "RPT,Flash command repeat" hexmask.long.word 0x10 0.--15. 1. " COUNT ,16-bit repeat count" line.long 0x14 "RAI,Row address increment" hexmask.long.byte 0x14 16.--23. 1. " INC3 ,Increment for the third byte of row address" hexmask.long.byte 0x14 8.--15. 1. " INC2 ,Increment for the second byte of row address" hexmask.long.byte 0x14 0.--7. 1. " INC1 ,Increment for the first byte of row address" rgroup.long 0x18++0x07 line.long 0x00 "SR1,Flash status 1" hexmask.long.byte 0x00 24.--31. 1. " ID1 ,First byte returned by read ID command" hexmask.long.byte 0x00 16.--23. 1. " ID2 ,Second byte returned by read ID command" hexmask.long.byte 0x00 8.--15. 1. " ID3 ,Third byte returned by read ID command" textline " " hexmask.long.byte 0x00 0.--7. 1. " ID4 ,Fourth byte returned by read ID command" line.long 0x04 "SR2,Flash status 2" hexmask.long.byte 0x04 24.--31. 1. " ID5 ,Fifth byte returned by read ID command" hexmask.long.byte 0x04 0.--7. 1. " STATUS1 ,Byte returned by read status command" group.long 0x20++0x1B line.long 0x00 "DMA1,DMA channel 1 address" line.long 0x04 "DMACFG,DMA configuration" hexmask.long.word 0x04 20.--31. 1. " COUNT1 ,Number of bytes to be transferred by DMA channel" hexmask.long.byte 0x04 13.--19. 1. " COUNT2 ,Number of bytes to be transferred by DMA channel" bitfld.long 0x04 9.--12. " OFFSET2 ,256-byte offset for DMA channel" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x04 1. " ACT1 ,DMA channel 1 status" "Inactive,Active" bitfld.long 0x04 0. " ACT2 ,DMA channel 2 status" "Inactive,Active" line.long 0x08 "SWAP,Cach swap" hexmask.long.word 0x08 17.--27. 0x2 " ADDR1 ,Lower swap address" hexmask.long.word 0x08 1.--11. 0x2 " ADDR2 ,Upper swap address" line.long 0x0C "SECSZ,Sector size" hexmask.long.word 0x0C 0.--12. 1. " SIZE ,Size in bytes of one elementary transfer unit" line.long 0x10 "CFG,Flash configuration" bitfld.long 0x10 31. " STOPWERR ,Stop Auto-sequencer on Write Error" "Disabled,Enabled" hexmask.long.word 0x10 22.--30. 0x40 " ECCAD[11:3] ,Byte address in SRAM where ECC status is written" bitfld.long 0x10 21. " ECCSRAM ,ECC status to SRAM" "Not written,Written" textline " " bitfld.long 0x10 20. " DMAREQ ,Sector after ECC is done" "No transfer,Done" bitfld.long 0x10 17.--19. " ECCMODE ,ECC Mode" "No correction ECC bypass,4-error correction (8 ECC bytes),6-error correction (12 ECC bytes),8-error correction (15 ECC bytes),12-error correction (23 ECC bytes),16-error correction (30 ECC bytes),24-error correction (45 ECC bytes),32-error correction (60 ECC bytes)" bitfld.long 0x10 16. " FAST ,Flash timing" "Slow,Fast" textline " " bitfld.long 0x10 13.--15. " IDCNT ,Number of bytes that are read for the read id command" "0,1,2,3,4,5,6,7" bitfld.long 0x10 8.--12. " TIMEOUT ,The number of flash_clk cycles from NFC_WE high to either" "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 0x10 7. " BITWIDTH ,Wide flash mode" "8-bit,16-bit" textline " " bitfld.long 0x10 6. " BTMD ,BTMD" "Normal mode,Boot mode" bitfld.long 0x10 5. " AIAD ,Increment flash row address" "Disabled,Enabled" bitfld.long 0x10 4. " AIBN ,Increment Buffer Number" "Disabled,Enabled" textline " " bitfld.long 0x10 0.--3. " PAGECNT ,Number of virtual pages (in one physical flash page) to be programmed or read" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x14 "DMA2,DMA channel 2 address" line.long 0x18 "ISR,Interrupt status" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x18 31. " WERR ,Write error interrupt" "No interrupt,Interrupt" rbitfld.long 0x18 30. " DONE ,DONE interrupt" "No interrupt,Interrupt" rbitfld.long 0x18 29. " IDLE ,Command idle interrupt" "No interrupt,Interrupt" textline " " rbitfld.long 0x18 27. " WERRNS ,Write error status" "No error,Error" rbitfld.long 0x18 26. " CMDBUSY ,Command busy" "Idle,Busy" rbitfld.long 0x18 25. " RESBUSY ,Residue engine busy" "Idle,Busy" textline " " rbitfld.long 0x18 24. " ECCBUSY ,ECC engine busy" "Idle,Busy" rbitfld.long 0x18 23. " DMABUSY ,DMA engine busy" "Idle,Busy" bitfld.long 0x18 22. " WERREN ,Write error interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x18 21. " DONEEN ,DONE interrupt enable" "Disabled,Enabled" bitfld.long 0x18 20. " IDLEEN ,Command idle interrupt enable" "Disabled,Enabled" eventfld.long 0x18 19. " WERRCLR ,Write error interrupt clear" "No effect,Cleared" textline " " eventfld.long 0x18 18. " DONECLR ,DONE interrupt clear" "No effect,Cleared" eventfld.long 0x18 17. " IDLECLR ,Command idle interrupt clear" "No effect,Cleared" rbitfld.long 0x18 4.--5. " RESBN ,Residue buffer number" "0,1,2,3" textline " " rbitfld.long 0x18 2.--3. " ECCBN ,ECC buffer number" "0,1,2,3" rbitfld.long 0x18 0.--1. " DMABN ,DMA buffer number" "0,1,2,3" else bitfld.long 0x18 31. " WERR ,Write error interrupt" "No interrupt,Interrupt" bitfld.long 0x18 30. " DONE ,DONE interrupt" "Clear,Set" bitfld.long 0x18 29. " IDLE ,Command idle interrupt" "Clear,Set" textline " " bitfld.long 0x18 27. " WERRNS ,Write error status" "No set,Set" bitfld.long 0x18 26. " CMDBUSY ,Command busy" "No set,Set" bitfld.long 0x18 25. " RESBUSY ,Residue engine busy" "No set,Set" textline " " bitfld.long 0x18 24. " ECCBUSY ,ECC engine busy" "No set,Set" bitfld.long 0x18 23. " DMABUSY ,DMA engine busy" "No set,Set" bitfld.long 0x18 22. " WERREN ,Write error interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x18 21. " DONEEN ,DONE interrupt enable" "Disabled,Enabled" bitfld.long 0x18 20. " IDLEEN ,Command idle interrupt enable" "Disabled,Enabled" eventfld.long 0x18 19. " WERRCLR ,Write error interrupt clear" "No effect,Clear" textline " " eventfld.long 0x18 18. " DONECLR ,DONE interrupt clear" "No effect,Clear" eventfld.long 0x18 17. " IDLECLR ,Command idle interrupt clear" "No effect,Clear" bitfld.long 0x18 4.--5. " RESBN ,Residue buffer number" "0,1,2,3" textline " " bitfld.long 0x18 2.--3. " ECCBN ,ECC buffer number" "0,1,2,3" bitfld.long 0x18 0.--1. " DMABN ,DMA buffer number" "0,1,2,3" endif width 0xB tree.end tree "FlexBus (External Bus Interface)" base ad:0x4001E000 width 8. sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") tree "Chip Select Address Registers" group.long 0x0++0x3 line.long 0x00 "CSAR0,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0xC++0x3 line.long 0x00 "CSAR1,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x18++0x3 line.long 0x00 "CSAR2,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x24++0x3 line.long 0x00 "CSAR3,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x30++0x3 line.long 0x00 "CSAR4,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" tree.end tree "Chip Select Mask Registers" group.long 0x4++0x3 line.long 0x00 "CSMR0,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x10++0x3 line.long 0x00 "CSMR1,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x1C++0x3 line.long 0x00 "CSMR2,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x28++0x3 line.long 0x00 "CSMR3,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x34++0x3 line.long 0x00 "CSMR4,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" tree.end tree "Chip Select Control Registers" if ((per.l(ad:0x4001E000+0x8)&0x100)==0x100) group.long 0x8++0x3 line.long 0x00 "CSCR0,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x8++0x3 line.long 0x00 "CSCR0,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x14)&0x100)==0x100) group.long 0x14++0x3 line.long 0x00 "CSCR1,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x14++0x3 line.long 0x00 "CSCR1,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x20)&0x100)==0x100) group.long 0x20++0x3 line.long 0x00 "CSCR2,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x20++0x3 line.long 0x00 "CSCR2,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x2C)&0x100)==0x100) group.long 0x2C++0x3 line.long 0x00 "CSCR3,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x2C++0x3 line.long 0x00 "CSCR3,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x38)&0x100)==0x100) group.long 0x38++0x3 line.long 0x00 "CSCR4,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x38++0x3 line.long 0x00 "CSCR4,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif tree.end else tree "Chip Select Address Registers" group.long 0x0++0x3 line.long 0x00 "CSAR0,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0xC++0x3 line.long 0x00 "CSAR1,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x18++0x3 line.long 0x00 "CSAR2,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x24++0x3 line.long 0x00 "CSAR3,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x30++0x3 line.long 0x00 "CSAR4,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x3C++0x3 line.long 0x00 "CSAR5,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x48++0x3 line.long 0x00 "CSAR6,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x54++0x3 line.long 0x00 "CSAR7,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x60++0x3 line.long 0x00 "CSAR8,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x6C++0x3 line.long 0x00 "CSAR9,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x78++0x3 line.long 0x00 "CSAR10,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x84++0x3 line.long 0x00 "CSAR11,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x90++0x3 line.long 0x00 "CSAR12,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x9C++0x3 line.long 0x00 "CSAR13,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0xA8++0x3 line.long 0x00 "CSAR14,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0xB4++0x3 line.long 0x00 "CSAR15,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0xC0++0x3 line.long 0x00 "CSAR16,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0xCC++0x3 line.long 0x00 "CSAR17,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0xD8++0x3 line.long 0x00 "CSAR18,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0xE4++0x3 line.long 0x00 "CSAR19,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0xF0++0x3 line.long 0x00 "CSAR20,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0xFC++0x3 line.long 0x00 "CSAR21,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x108++0x3 line.long 0x00 "CSAR22,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x114++0x3 line.long 0x00 "CSAR23,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x120++0x3 line.long 0x00 "CSAR24,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x12C++0x3 line.long 0x00 "CSAR25,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x138++0x3 line.long 0x00 "CSAR26,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x144++0x3 line.long 0x00 "CSAR27,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x150++0x3 line.long 0x00 "CSAR28,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x15C++0x3 line.long 0x00 "CSAR29,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x168++0x3 line.long 0x00 "CSAR30,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x174++0x3 line.long 0x00 "CSAR31,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x180++0x3 line.long 0x00 "CSAR32,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x18C++0x3 line.long 0x00 "CSAR33,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x198++0x3 line.long 0x00 "CSAR34,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x1A4++0x3 line.long 0x00 "CSAR35,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x1B0++0x3 line.long 0x00 "CSAR36,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x1BC++0x3 line.long 0x00 "CSAR37,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x1C8++0x3 line.long 0x00 "CSAR38,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x1D4++0x3 line.long 0x00 "CSAR39,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x1E0++0x3 line.long 0x00 "CSAR40,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x1EC++0x3 line.long 0x00 "CSAR41,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x1F8++0x3 line.long 0x00 "CSAR42,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x204++0x3 line.long 0x00 "CSAR43,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x210++0x3 line.long 0x00 "CSAR44,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x21C++0x3 line.long 0x00 "CSAR45,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x228++0x3 line.long 0x00 "CSAR46,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x234++0x3 line.long 0x00 "CSAR47,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x240++0x3 line.long 0x00 "CSAR48,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x24C++0x3 line.long 0x00 "CSAR49,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x258++0x3 line.long 0x00 "CSAR50,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x264++0x3 line.long 0x00 "CSAR51,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x270++0x3 line.long 0x00 "CSAR52,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x27C++0x3 line.long 0x00 "CSAR53,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x288++0x3 line.long 0x00 "CSAR54,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" group.long 0x294++0x3 line.long 0x00 "CSAR55,Chip Select Address Register" hexmask.long.word 0x00 16.--31. 1. " BA ,Base Address" tree.end tree "Chip Select Mask Registers" group.long 0x4++0x3 line.long 0x00 "CSMR0,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x10++0x3 line.long 0x00 "CSMR1,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x1C++0x3 line.long 0x00 "CSMR2,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x28++0x3 line.long 0x00 "CSMR3,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x34++0x3 line.long 0x00 "CSMR4,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x40++0x3 line.long 0x00 "CSMR5,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x4C++0x3 line.long 0x00 "CSMR6,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x58++0x3 line.long 0x00 "CSMR7,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x64++0x3 line.long 0x00 "CSMR8,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x70++0x3 line.long 0x00 "CSMR9,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x7C++0x3 line.long 0x00 "CSMR10,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x88++0x3 line.long 0x00 "CSMR11,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x94++0x3 line.long 0x00 "CSMR12,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0xA0++0x3 line.long 0x00 "CSMR13,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0xAC++0x3 line.long 0x00 "CSMR14,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0xB8++0x3 line.long 0x00 "CSMR15,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0xC4++0x3 line.long 0x00 "CSMR16,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0xD0++0x3 line.long 0x00 "CSMR17,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0xDC++0x3 line.long 0x00 "CSMR18,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0xE8++0x3 line.long 0x00 "CSMR19,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0xF4++0x3 line.long 0x00 "CSMR20,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x100++0x3 line.long 0x00 "CSMR21,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x10C++0x3 line.long 0x00 "CSMR22,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x118++0x3 line.long 0x00 "CSMR23,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x124++0x3 line.long 0x00 "CSMR24,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x130++0x3 line.long 0x00 "CSMR25,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x13C++0x3 line.long 0x00 "CSMR26,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x148++0x3 line.long 0x00 "CSMR27,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x154++0x3 line.long 0x00 "CSMR28,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x160++0x3 line.long 0x00 "CSMR29,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x16C++0x3 line.long 0x00 "CSMR30,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x178++0x3 line.long 0x00 "CSMR31,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x184++0x3 line.long 0x00 "CSMR32,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x190++0x3 line.long 0x00 "CSMR33,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x19C++0x3 line.long 0x00 "CSMR34,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x1A8++0x3 line.long 0x00 "CSMR35,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x1B4++0x3 line.long 0x00 "CSMR36,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x1C0++0x3 line.long 0x00 "CSMR37,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x1CC++0x3 line.long 0x00 "CSMR38,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x1D8++0x3 line.long 0x00 "CSMR39,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x1E4++0x3 line.long 0x00 "CSMR40,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x1F0++0x3 line.long 0x00 "CSMR41,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x1FC++0x3 line.long 0x00 "CSMR42,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x208++0x3 line.long 0x00 "CSMR43,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x214++0x3 line.long 0x00 "CSMR44,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x220++0x3 line.long 0x00 "CSMR45,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x22C++0x3 line.long 0x00 "CSMR46,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x238++0x3 line.long 0x00 "CSMR47,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x244++0x3 line.long 0x00 "CSMR48,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x250++0x3 line.long 0x00 "CSMR49,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x25C++0x3 line.long 0x00 "CSMR50,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x268++0x3 line.long 0x00 "CSMR51,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x274++0x3 line.long 0x00 "CSMR52,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x280++0x3 line.long 0x00 "CSMR53,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x28C++0x3 line.long 0x00 "CSMR54,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x298++0x3 line.long 0x00 "CSMR55,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x2A4++0x3 line.long 0x00 "CSMR56,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x2B0++0x3 line.long 0x00 "CSMR57,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x2BC++0x3 line.long 0x00 "CSMR58,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x2C8++0x3 line.long 0x00 "CSMR59,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x2D4++0x3 line.long 0x00 "CSMR60,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x2E0++0x3 line.long 0x00 "CSMR61,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x2EC++0x3 line.long 0x00 "CSMR62,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x2F8++0x3 line.long 0x00 "CSMR63,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" group.long 0x304++0x3 line.long 0x00 "CSMR64,Chip Select Mask Register" hexmask.long.word 0x00 16.--31. 1. " BAM ,Base Address Mask" bitfld.long 0x00 8. " WP ,Write Protect" "Allowed,Not allowed" bitfld.long 0x00 0. " V ,Valid" "Invalid,Valid" tree.end tree "Chip Select Control Registers" if ((per.l(ad:0x4001E000+0x8)&0x100)==0x100) group.long 0x8++0x3 line.long 0x00 "CSCR0,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x8++0x3 line.long 0x00 "CSCR0,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x14)&0x100)==0x100) group.long 0x14++0x3 line.long 0x00 "CSCR1,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x14++0x3 line.long 0x00 "CSCR1,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x20)&0x100)==0x100) group.long 0x20++0x3 line.long 0x00 "CSCR2,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x20++0x3 line.long 0x00 "CSCR2,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x2C)&0x100)==0x100) group.long 0x2C++0x3 line.long 0x00 "CSCR3,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x2C++0x3 line.long 0x00 "CSCR3,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x38)&0x100)==0x100) group.long 0x38++0x3 line.long 0x00 "CSCR4,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x38++0x3 line.long 0x00 "CSCR4,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x44)&0x100)==0x100) group.long 0x44++0x3 line.long 0x00 "CSCR5,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x44++0x3 line.long 0x00 "CSCR5,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x50)&0x100)==0x100) group.long 0x50++0x3 line.long 0x00 "CSCR6,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x50++0x3 line.long 0x00 "CSCR6,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x5C)&0x100)==0x100) group.long 0x5C++0x3 line.long 0x00 "CSCR7,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x5C++0x3 line.long 0x00 "CSCR7,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x68)&0x100)==0x100) group.long 0x68++0x3 line.long 0x00 "CSCR8,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x68++0x3 line.long 0x00 "CSCR8,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x74)&0x100)==0x100) group.long 0x74++0x3 line.long 0x00 "CSCR9,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x74++0x3 line.long 0x00 "CSCR9,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x80)&0x100)==0x100) group.long 0x80++0x3 line.long 0x00 "CSCR10,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x80++0x3 line.long 0x00 "CSCR10,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x8C)&0x100)==0x100) group.long 0x8C++0x3 line.long 0x00 "CSCR11,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x8C++0x3 line.long 0x00 "CSCR11,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x98)&0x100)==0x100) group.long 0x98++0x3 line.long 0x00 "CSCR12,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x98++0x3 line.long 0x00 "CSCR12,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0xA4)&0x100)==0x100) group.long 0xA4++0x3 line.long 0x00 "CSCR13,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0xA4++0x3 line.long 0x00 "CSCR13,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0xB0)&0x100)==0x100) group.long 0xB0++0x3 line.long 0x00 "CSCR14,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0xB0++0x3 line.long 0x00 "CSCR14,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0xBC)&0x100)==0x100) group.long 0xBC++0x3 line.long 0x00 "CSCR15,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0xBC++0x3 line.long 0x00 "CSCR15,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0xC8)&0x100)==0x100) group.long 0xC8++0x3 line.long 0x00 "CSCR16,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0xC8++0x3 line.long 0x00 "CSCR16,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0xD4)&0x100)==0x100) group.long 0xD4++0x3 line.long 0x00 "CSCR17,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0xD4++0x3 line.long 0x00 "CSCR17,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0xE0)&0x100)==0x100) group.long 0xE0++0x3 line.long 0x00 "CSCR18,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0xE0++0x3 line.long 0x00 "CSCR18,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0xEC)&0x100)==0x100) group.long 0xEC++0x3 line.long 0x00 "CSCR19,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0xEC++0x3 line.long 0x00 "CSCR19,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0xF8)&0x100)==0x100) group.long 0xF8++0x3 line.long 0x00 "CSCR20,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0xF8++0x3 line.long 0x00 "CSCR20,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x104)&0x100)==0x100) group.long 0x104++0x3 line.long 0x00 "CSCR21,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x104++0x3 line.long 0x00 "CSCR21,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x110)&0x100)==0x100) group.long 0x110++0x3 line.long 0x00 "CSCR22,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x110++0x3 line.long 0x00 "CSCR22,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x11C)&0x100)==0x100) group.long 0x11C++0x3 line.long 0x00 "CSCR23,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x11C++0x3 line.long 0x00 "CSCR23,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x128)&0x100)==0x100) group.long 0x128++0x3 line.long 0x00 "CSCR24,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x128++0x3 line.long 0x00 "CSCR24,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x134)&0x100)==0x100) group.long 0x134++0x3 line.long 0x00 "CSCR25,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x134++0x3 line.long 0x00 "CSCR25,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x140)&0x100)==0x100) group.long 0x140++0x3 line.long 0x00 "CSCR26,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x140++0x3 line.long 0x00 "CSCR26,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x14C)&0x100)==0x100) group.long 0x14C++0x3 line.long 0x00 "CSCR27,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x14C++0x3 line.long 0x00 "CSCR27,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x158)&0x100)==0x100) group.long 0x158++0x3 line.long 0x00 "CSCR28,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x158++0x3 line.long 0x00 "CSCR28,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x164)&0x100)==0x100) group.long 0x164++0x3 line.long 0x00 "CSCR29,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x164++0x3 line.long 0x00 "CSCR29,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x170)&0x100)==0x100) group.long 0x170++0x3 line.long 0x00 "CSCR30,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x170++0x3 line.long 0x00 "CSCR30,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x17C)&0x100)==0x100) group.long 0x17C++0x3 line.long 0x00 "CSCR31,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x17C++0x3 line.long 0x00 "CSCR31,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x188)&0x100)==0x100) group.long 0x188++0x3 line.long 0x00 "CSCR32,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x188++0x3 line.long 0x00 "CSCR32,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x194)&0x100)==0x100) group.long 0x194++0x3 line.long 0x00 "CSCR33,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x194++0x3 line.long 0x00 "CSCR33,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x1A0)&0x100)==0x100) group.long 0x1A0++0x3 line.long 0x00 "CSCR34,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x1A0++0x3 line.long 0x00 "CSCR34,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x1AC)&0x100)==0x100) group.long 0x1AC++0x3 line.long 0x00 "CSCR35,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x1AC++0x3 line.long 0x00 "CSCR35,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x1B8)&0x100)==0x100) group.long 0x1B8++0x3 line.long 0x00 "CSCR36,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x1B8++0x3 line.long 0x00 "CSCR36,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x1C4)&0x100)==0x100) group.long 0x1C4++0x3 line.long 0x00 "CSCR37,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x1C4++0x3 line.long 0x00 "CSCR37,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x1D0)&0x100)==0x100) group.long 0x1D0++0x3 line.long 0x00 "CSCR38,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x1D0++0x3 line.long 0x00 "CSCR38,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x1DC)&0x100)==0x100) group.long 0x1DC++0x3 line.long 0x00 "CSCR39,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x1DC++0x3 line.long 0x00 "CSCR39,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x1E8)&0x100)==0x100) group.long 0x1E8++0x3 line.long 0x00 "CSCR40,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x1E8++0x3 line.long 0x00 "CSCR40,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x1F4)&0x100)==0x100) group.long 0x1F4++0x3 line.long 0x00 "CSCR41,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x1F4++0x3 line.long 0x00 "CSCR41,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x200)&0x100)==0x100) group.long 0x200++0x3 line.long 0x00 "CSCR42,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x200++0x3 line.long 0x00 "CSCR42,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x20C)&0x100)==0x100) group.long 0x20C++0x3 line.long 0x00 "CSCR43,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x20C++0x3 line.long 0x00 "CSCR43,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x218)&0x100)==0x100) group.long 0x218++0x3 line.long 0x00 "CSCR44,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x218++0x3 line.long 0x00 "CSCR44,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x224)&0x100)==0x100) group.long 0x224++0x3 line.long 0x00 "CSCR45,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x224++0x3 line.long 0x00 "CSCR45,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x230)&0x100)==0x100) group.long 0x230++0x3 line.long 0x00 "CSCR46,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x230++0x3 line.long 0x00 "CSCR46,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x23C)&0x100)==0x100) group.long 0x23C++0x3 line.long 0x00 "CSCR47,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x23C++0x3 line.long 0x00 "CSCR47,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x248)&0x100)==0x100) group.long 0x248++0x3 line.long 0x00 "CSCR48,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x248++0x3 line.long 0x00 "CSCR48,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x254)&0x100)==0x100) group.long 0x254++0x3 line.long 0x00 "CSCR49,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x254++0x3 line.long 0x00 "CSCR49,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x260)&0x100)==0x100) group.long 0x260++0x3 line.long 0x00 "CSCR50,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x260++0x3 line.long 0x00 "CSCR50,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x26C)&0x100)==0x100) group.long 0x26C++0x3 line.long 0x00 "CSCR51,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x26C++0x3 line.long 0x00 "CSCR51,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x278)&0x100)==0x100) group.long 0x278++0x3 line.long 0x00 "CSCR52,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x278++0x3 line.long 0x00 "CSCR52,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x284)&0x100)==0x100) group.long 0x284++0x3 line.long 0x00 "CSCR53,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x284++0x3 line.long 0x00 "CSCR53,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x290)&0x100)==0x100) group.long 0x290++0x3 line.long 0x00 "CSCR54,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x290++0x3 line.long 0x00 "CSCR54,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x29C)&0x100)==0x100) group.long 0x29C++0x3 line.long 0x00 "CSCR55,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x29C++0x3 line.long 0x00 "CSCR55,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x2A8)&0x100)==0x100) group.long 0x2A8++0x3 line.long 0x00 "CSCR56,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x2A8++0x3 line.long 0x00 "CSCR56,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x2B4)&0x100)==0x100) group.long 0x2B4++0x3 line.long 0x00 "CSCR57,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x2B4++0x3 line.long 0x00 "CSCR57,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x2C0)&0x100)==0x100) group.long 0x2C0++0x3 line.long 0x00 "CSCR58,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x2C0++0x3 line.long 0x00 "CSCR58,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x2CC)&0x100)==0x100) group.long 0x2CC++0x3 line.long 0x00 "CSCR59,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x2CC++0x3 line.long 0x00 "CSCR59,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x2D8)&0x100)==0x100) group.long 0x2D8++0x3 line.long 0x00 "CSCR60,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x2D8++0x3 line.long 0x00 "CSCR60,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x2E4)&0x100)==0x100) group.long 0x2E4++0x3 line.long 0x00 "CSCR61,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x2E4++0x3 line.long 0x00 "CSCR61,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x2F0)&0x100)==0x100) group.long 0x2F0++0x3 line.long 0x00 "CSCR62,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x2F0++0x3 line.long 0x00 "CSCR62,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x2FC)&0x100)==0x100) group.long 0x2FC++0x3 line.long 0x00 "CSCR63,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x2FC++0x3 line.long 0x00 "CSCR63,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif if ((per.l(ad:0x4001E000+0x308)&0x100)==0x100) group.long 0x308++0x3 line.long 0x00 "CSCR64,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "0 cycles,1 cycle,2 cycles,3 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Write,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" else group.long 0x308++0x3 line.long 0x00 "CSCR64,Chip Select Control Register" bitfld.long 0x00 26.--31. " SWS ,Secondary Wait States" "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 23. " SWSEN ,Secondary Wait State Enable" "Disabled,Enabled" bitfld.long 0x00 22. " EXTS ,Extended Transfer Start/Extended Address Latch Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20.--21. " ASET ,Address Setup" "First,Second,Third,Fourth" bitfld.long 0x00 18.--19. " RDAH ,Read Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" bitfld.long 0x00 16.--17. " WRAH ,Write Address Hold or Deselect" "1 cycle,2 cycles,3 cycles,4 cycles" textline " " bitfld.long 0x00 10.--15. " WS ,Wait States" "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 9. " BLS ,Byte-Lane Shift" "Not shifted,Shifted" bitfld.long 0x00 8. " AA ,Auto-Acknowledge Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 6.--7. " PS ,Port Size" "32-bit,8-bit,16-bit,16-bit" bitfld.long 0x00 5. " BEM ,Byte-Enable Mode" "Disabled,Read/Write" bitfld.long 0x00 4. " BSTR ,Burst-Read Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BSTW ,Burst-Write Enable" "Disabled,Enabled" endif tree.end endif tree "Chip-select port Multiplexing Control Register" group.long 0x60++0x3 line.long 0x00 "CSPMCR,Chip Select port Multiplexing Control Register" bitfld.long 0x00 28.--31. " GROUP1 ,FlexBus Signal Group 1 Multiplex control" "FB_ALE,/FB_CS1,/FB_TS,?..." bitfld.long 0x00 24.--27. " GROUP2 ,FlexBus Signal Group 2 Multiplex control" "/FB_CS4,FB_TSIZ0,/FB_BE_31_24,?..." bitfld.long 0x00 20.--23. " GROUP3 ,FlexBus Signal Group 3 Multiplex control" "/FB_CS5,FB_TSIZ1,/FB_BE_23_16,?..." textline " " bitfld.long 0x00 16.--19. " GROUP4 ,FlexBus Signal Group 4 Multiplex control" "/FB_TBST,/FB_CS2,/FB_BE_15_8,?..." bitfld.long 0x00 12.--15. " GROUP5 ,FlexBus Signal Group 5 Multiplex control" "/FB_TA,/FB_CS3,/FB_BE_7_0,?..." tree.end width 0xB tree.end tree "CRC (Cyclic Redundancy Check)" base ad:0x40033000 width 7. group.long 0x0++0x3 line.long 0x00 "CRC,CRC Data register" hexmask.long.byte 0x00 24.--31. 1. " HU ,CRC High Upper Byte" hexmask.long.byte 0x00 16.--23. 1. " HL ,CRC High Lower Byte" textline " " hexmask.long.byte 0x00 8.--15. 1. " LU ,CRC Low Upper Byte" hexmask.long.byte 0x00 0.--7. 1. " LL ,CRC Low Lower Byte" group.long 0x4++0x3 line.long 0x00 "GPOLY,CRC Polynomial register" hexmask.long.word 0x00 16.--31. 1. " HIGH ,High Polynominal Half-word" hexmask.long.word 0x00 0.--15. 1. " LOW ,Low Polynominal Half-word" group.long 0x8++0x3 line.long 0x00 "CTRL,CRC Control register" bitfld.long 0x00 30.--31. " TOT ,Type Of Transpose For Writes" "No transposition,Bits,Bits and bytes,Bytes" bitfld.long 0x00 28.--29. " TOTR ,Type Of Transpose For Read" "No transposition,Bits,Bits and bytes,Bytes" textline " " bitfld.long 0x00 26. " FXOR ,Complement Read Of CRC Data Register" "No XOR,Invert|Complement" bitfld.long 0x00 25. " WAS ,Write CRC Data Register As Seed" "Data values,Seed values" textline " " bitfld.long 0x00 24. " TCRC ,Width of CRC protocol" "16-bit,32-bit" width 0xb tree.end tree "DDRMC (LPDDR2/DDR3 SDRAM Memory Controller)" base ad:0x80000000 width 7. tree "LP2DDR3 Registers" group.long 0x00++0x03 line.long 0x00 "CR0,Control Register $2" hexmask.long.word 0x00 16.--31. 1. " VERSION ,Controller version number" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x00 8.--11. " DRAM_CLASS ,Defines the mode of operation of the controller" "Reserved,Reserved,Reserved,Reserved,Reserved,LPDDR2,DDR3,?..." else bitfld.long 0x00 8.--10. " DRAM_CLASS ,Defines the mode of operation of the controller" "Reserved,Reserved,Reserved,Reserved,Reserved,LPDDR2,DDR3,?..." endif bitfld.long 0x00 0. " START ,Initiate command processing in the controller" "Not initiated,Initiated" rgroup.long 0x04++0x03 line.long 0x00 "CR01,Control Register 1" bitfld.long 0x00 16. " MAX_CS_REG ,Displays the maximum number of chip selects configured for this memory controller" "Disabled,Enabled" bitfld.long 0x00 8.--11. " MAX_COL_REG ,Maximum width of column address in the DRAM memories" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 0.--4. " MAX_ROW_REG ,Defines the maximum width of the memory address bus for the memory controller" "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" group.long 0x08++0x0F line.long 0x00 "CR02,Control Register 2" hexmask.long.tbyte 0x00 0.--23. 1. " TINIT_F0 ,DRAM TINIT value in cycles" line.long 0x04 "CR03,Control Register 3" hexmask.long.tbyte 0x04 0.--23. 1. " TINIT3_F0 ,DRAM TINIT3 value in cycles" line.long 0x08 "CR04,Control Register 4" hexmask.long.tbyte 0x08 0.--23. 1. " TINIT4_F0 ,DRAM TINIT4 value in cycles" line.long 0x0C "CR05,Control Register 5" hexmask.long.tbyte 0x0C 0.--23. 1. " TINIT5_F0 ,DRAM TINIT5 value in cycles" group.long 0x24++0x17 line.long 0x00 "CR09,Control Register 9" bitfld.long 0x00 24. " No_MRR , Disables MRR commands until DLL initialization is complete" "No,Yes" line.long 0x04 "CR10,Control Register 10" line.long 0x08 "CR11,Control Register 11" line.long 0x0C "CR12,Control Register 12" bitfld.long 0x0C 8.--12. " WRLAT_F0 ,Defines the write latency" "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 0x0C 0.--5. " CASLAT_LIN_F0 ,Sets latency from read command send to data receive from/to controller" "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 0x10 "CR13,Control Register 13" hexmask.long.byte 0x10 24.--31. 1. " TRC_F0 ,Defines the DRAM period between active commands for the same bank for frequency set N" hexmask.long.byte 0x10 16.--23. 1. " TRRD_F0 ,Defines the DRAM activate to activate delay to different bank groups for frequency set N" textline " " bitfld.long 0x10 8.--12. " TCCD ,Minimum delay between CAS commands [in memory clocks]" "Reserved,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,?..." bitfld.long 0x10 0.--2. " TBST_INT_INTERVAL ,DRAM burst interrupt interval value" "0 cycles,1 cycle,2 cycles,3 cycles,4 cycles,5 cycles,6 cycles,7 cycles" line.long 0x14 "CR14,Control Register 14" bitfld.long 0x14 24.--29. " TFAW_F0 ,Defines the DRAM tFAW term for frequency set N," "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 0x14 16.--20. " TRP_F0 ,DRAM pre-charge/preactivate command time [in memory clocks]" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,?..." textline " " bitfld.long 0x14 8.--11. " TWTR_F0 ,Sets the number of memory clocks needed to switch from a write to a read operation for frequency set N" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" hexmask.long.byte 0x14 0.--7. 1. " TRAS_MIN_F0 ,Defines the DRAM minimum row activate time for frequency set N" group.long 0x40++0x0B line.long 0x00 "CR16,Control Register 16" bitfld.long 0x00 24.--28. " TMRD_F0 ,Defines the minimum number of memory clocks required between two mode register write commands" "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 16.--19. " TRTP_F0 ,This parameter applies to frequency set N" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "CR17,Control Register 17" hexmask.long.word 0x04 8.--24. 1. " TRAS_MAX ,Defines the DRAM maximum row active time for frequency set N" hexmask.long.byte 0x04 0.--7. 1. " TMOD ,Defines the number of memory clocks of delay" line.long 0x08 "CR18,Control Register 18" bitfld.long 0x08 8.--12. " TCKESR ,Minimum number of cycles that CKE must be held low during selfrefresh" "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.--2. " TCKE ,Defines the minimum CKE pulse width for frequency set N" "0,1,2,3,4,5,6,7" group.long 0x50++0x1B line.long 0x00 "CR20,Control Register 20" bitfld.long 0x00 24. " AP ,Enable Auto pre-charge mode" "Disabled,Enabled" bitfld.long 0x00 16. " WRITEINTERP ,Support read commands interrupting write commands" "Not supported,Supported" line.long 0x04 "CR21,Control Register 21" sif (cpu()!="VF7xx-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x04 24.--29. " TWR_INT ,Defines the DRAM write recovery time for frequency" "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" endif hexmask.long.byte 0x04 16.--23. 1. " TRCD_INT ,Defines the DRAM RAS to CAS delay for frequency set 0" bitfld.long 0x04 8. " TRAS_LOCKOUT ,Support tRAS lockout by memory" "Not supported,Supported" textline " " bitfld.long 0x04 0. " CCMAP ,Enable concurrent auto pre-charge" "Disabled,Enabled" line.long 0x08 "CR22,Control Register 22" bitfld.long 0x08 16.--21. " TDAL ,Defines the auto pre-charge write recovery when auto pre-charge is Enabled for frequency set N" "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 0x0C "CR23,Control register 23" bitfld.long 0x0C 24.--26. " BSTLEN ,Defines the memory burst length encoding" "Reserved,Reserved,4-Words,8-Words,?..." bitfld.long 0x0C 16.--19. " TMRR ,Defines the DRAM tMRR term" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" hexmask.long.word 0x0C 0.--15. 1. " TDLL ,Defines the DRAM DLL lock delay" line.long 0x10 "CR24,Control Register 24" bitfld.long 0x10 24. " ADD_MIR ,Indicates which chip selects support address mirroring" "Standard Pinout,Mirrored Wiring" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x10 16. " DIMM_EN ,Enables registered DIMM operations" "Disabled,Enabled" endif bitfld.long 0x10 0.--4. " TRP_AB ,Defines the DRAM TRP time for all banks for frequency set N" "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 0x14 "CR25,Control Register 25" bitfld.long 0x14 16. " TREF_EN ,Enable refresh commands" "Disabled,Enabled" bitfld.long 0x14 8. " AUTO_REFMOD ,Sets the mode for when the automatic refresh will occur" "Memory Burst,Command Boundary" bitfld.long 0x14 0. " AREF ,Initiates an automatic refresh to the DRAM" "No action,Initiate" line.long 0x18 "CR26,Control Register 26" hexmask.long.word 0x18 16.--31. 1. " TREF ,Defines the DRAM time between refresh commands for frequency set 0," hexmask.long.word 0x18 0.--9. 1. " TRFC ,Defines the DRAM refresh command time for frequency set 0" group.long 0x70++0xF line.long 0x00 "CR28,Control Register 28" hexmask.long.word 0x00 0.--15. 1. " TREF_INT ,Sets the time delay, in memory clocks" line.long 0x04 "CR29,Control Register 29" hexmask.long.word 0x04 0.--15. 1. " TPDEX ,Defines the DRAM power-down exit command period for frequency set 0" line.long 0x08 "CR30,Control Register 30" hexmask.long.word 0x08 0.--15. 1. " TXPDLL ,Defines the DRAM power-down exit command period for frequency set 0" line.long 0x0C "CR31,Control Register 31" hexmask.long.word 0x0C 16.--31. 1. " TXSNR ,Defines the DRAM time from a selfrefresh exit to a command" hexmask.long.word 0x0C 0.--15. 1. " TXSR ,Defines the DRAM time from a selfrefresh exit to an active command" group.long 0x84++0x7 line.long 0x00 "CR33,Control Register 33" bitfld.long 0x00 24.--26. " CKE_DELAY ,Additional cycles to delay CKE for status reporting" "0,1,2,3,4,5,6,7" bitfld.long 0x00 16. " EN_QK_SREF ,Memory initialization" "Continued,Interrupt" bitfld.long 0x00 8. " SREF_EX_NOREF ,Automatic refresh" "Allowed,Inhibited" textline " " bitfld.long 0x00 0. " PWUP_SREF_EX ,Allows the controller to exit low power" "Disabled,Enabled" line.long 0x04 "CR34,Control Register 34" bitfld.long 0x04 16.--19. " CKSRX ,Sets the number of controller clocks to hold the controller clock stable before exiting self-refresh mode" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x04 8.--11. " CKSRE ,Sets the number of controller clocks to hold the controller clock stable after entering self-refresh mode" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x04 0. " LP_REFEN ,Refreshes still occur" "Occured,Not occured" group.long 0x8C++0x03 line.long 0x00 "CR35,Control Register 35" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 24.--27. " LP_ARBST ,Low power arbiter state status register" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" else bitfld.long 0x00 24.--27. " LP_ARBST ,Low power arbiter state status register" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif hexmask.long.byte 0x00 16.--21. 1. " LP_ST ,Low power state" textline " " bitfld.long 0x00 15. " LP_CMD[7] ,Lock" "No action,Lock command" bitfld.long 0x00 14. " LP_CMD[6] ,Controller clock gating" "No action,Gated" bitfld.long 0x00 13. " LP_CMD[5] ,Memory clock gating" "No action,Gated" textline " " bitfld.long 0x00 10.--12. " LP_CMD[4:2] ,Low power state" "Active,Pre-charge,Self-refresh,?..." bitfld.long 0x00 9. " LP_CMD[1] ,Entry command" "No action,Entry-state" bitfld.long 0x00 8. " LP_CMD[0] ,Exit command" "No action,Exit-State" group.long 0x90++0xF line.long 0x00 "CR36,Control register 36" bitfld.long 0x00 17. " LP_AMEMEN[1] ,Self-Refresh - Enable memory clock gating" "Disabled,Enabled" bitfld.long 0x00 16. " LP_AMEMEN[01] ,Power-Down - Enable memory clock gating" "Disabled,Enabled" textline " " bitfld.long 0x00 10. " LP_AEXEN[2] ,Self-Refresh with Memory and Controller Clock Gating - Enable automatic exit from this low power state" "Disabled,Enabled" bitfld.long 0x00 9. " LP_AEXEN[1] ,Self-Refresh -Enable automatic exit from this low power state" "Disabled,Enabled" bitfld.long 0x00 8. " LP_AEXEN[0] ,Power-Down - Enable automatic exit from this low power state" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " LPAUTO[2] ,Self-Refresh with Memory and Controller Clock Gating - Enable automatic entry into this low power state" "Disabled,Enabled" bitfld.long 0x00 1. " LPAUTO[1] ,Self-Refresh - Enable automatic entry into this low power state" "Disabled,Enabled" bitfld.long 0x00 0. " LPAUTO[0] ,Power-Down - Enable automatic entry into this low power state" "Disabled,Enabled" line.long 0x04 "CR37,Control Register 37" hexmask.long.byte 0x04 24.--31. 1. " LP_A_SR_MC_IDL ,Self-Refresh with Memory and Controller Clock Gating auto entry refresh cycles" hexmask.long.byte 0x04 16.--23. 1. " LP_A_SR_IDL ,Self-Refresh or Self-Refresh with Memory Clock Gating auto entry refresh cycles" hexmask.long.word 0x04 0.--11. 1. " LP_A_PD_IDL ,Defines the power-down mode auto entry controller clocks" line.long 0x08 "CR38,Control Register 38" bitfld.long 0x08 24. " FREQ_CHG_HOCL ,Handshaking signal" "Not complete,Complete" bitfld.long 0x08 16. " FRQ_CHG_HOEN ,Enable the system to perform any required processes following frequency scaling" "Disabled,Enabled" bitfld.long 0x08 8. " FREQ_CHG_EN ,Enable hardware dynamic frequency scaling" "Disabled,Enabled" line.long 0x0C "CR39,Control Register 39" hexmask.long.word 0x0C 16.--31. 1. " PHY_INI_COMF0 ,Holds the DFI tinit_complete timing parameter" hexmask.long.byte 0x0C 8.--15. 1. " PHY_INI_STAF0 ,Holds the DFI tinit_start timing parameter" bitfld.long 0x0C 1. " FRQ_CH_DLLOFF[1] ,DLL " "On,Off" textline " " bitfld.long 0x0C 0. " FRQ_CH_DLLOFF[0] ,DLL " "On,Off" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rgroup.long 0xA0++0x3 line.long 0x00 "CR40,Control Register 40" bitfld.long 0x00 24. " CURR_REG_CP ,Indicates which set of timing parameters are being used by the memory controller" "0,1" endif group.long 0xA4++0x3 line.long 0x00 "CR41,Control Register 41" bitfld.long 0x00 0. " PHY_INI_STRT_INI_DIS ,Disables the assertion of the MC frequency change request during DFI initialization" "No,Yes" group.long 0xB4++0x0B line.long 0x00 "CR45,Control Register 45" hexmask.long 0x00 0.--25. 1. " WRMD ,Issues mode register write(s) to the specified mode register(s) and memories" line.long 0x04 "CR46,Control Register 46" hexmask.long.word 0x04 8.--24. 1. " RMD ,Holds the memory mode register 2 data" bitfld.long 0x04 1. " MRW_STAT[1] ,Mode register write was requested for the PASR mode registers" "Not requested,Requested" bitfld.long 0x04 0. " MRW_STAT[0] ,WRMD(write_modereg) programming error" "No error,Error" line.long 0x08 "CR47,Control Register 47" hexmask.long.byte 0x08 24.--31. 1. " REF_AU_TMPCHK ,Data and chip returned from the mode register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x08 16.--19. " AU_TMPCHK_VAL ,Holds the data read from MR4" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" else bitfld.long 0x08 16.--19. " AU_TMPCHK_VAL ,Holds the data read from MR4" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif textline " " hexmask.long.byte 0x08 8.--15. 1. " PERI_MRR_DA[15:8] ,MRR chip information" hexmask.long.byte 0x08 0.--7. 1. " PERI_MRR_DA[7:0] ,Mode register data" textline " " group.long 0xC0++0x07 line.long 0x00 "CR48,Control Register 48" hexmask.long.word 0x00 16.--31. 1. " MR1_DA_0 ,Holds the memory mode register 1" hexmask.long.word 0x00 0.--15. 1. " MR0_DA_0 ,Holds the memory mode register 0" line.long 0x04 "CR49,Control Register 49" hexmask.long.word 0x04 0.--15. 1. " MR2_DA_0 ,Holds the memory mode register 2" group.long 0xCC++0x03 line.long 0x00 "CR51,Control Register 51" hexmask.long.word 0x00 16.--31. 1. " MR3_DA0 ,Holds the memory mode register 3" hexmask.long.word 0x00 0.--15. 1. " MR_SINDA0 ,Holds the data to be programmed" group.long 0xD0++0x3 line.long 0x00 "CR52,Control Register 52" hexmask.long.byte 0x00 16.--23. 1. " MR17_DA0 ,Holds the memory mode register 17" hexmask.long.byte 0x00 8.--15. 1. " MR16_DA0 ,Holds the memory mode register 16" hexmask.long.byte 0x00 0.--7. 1. " MR18_DA0 ,Holds the memory mode register 8" group.long 0xE4++0x07 line.long 0x00 "CR57,Control Register 57" bitfld.long 0x00 24.--25. " CTRL_RAW ,Controls ECC error reporting" "Disabled,Reporting On & Correction Off,Not available,Reporting & Correction On" line.long 0x04 "CR58,Control Register 58" bitfld.long 0x04 24. " ECC_DIS_WCRER ,Disables automatic corruption of the ECC codes" "No,Yes" hexmask.long.word 0x04 8.--21. 1. " XOR_CHK_BITS ,Xor check bits" bitfld.long 0x04 0. " FWC ,Enable forces a write check" "Not force,Force" textline " " rgroup.long 0xEC++0x03 line.long 0x00 "CR59,Control Register 59" rgroup.long 0xF0++0x3 line.long 0x00 "CR60,Control Register 60" hexmask.long.byte 0x00 0.--6. 1. " ECC_U_SYND ," rgroup.long 0xF4++0x0B line.long 0x00 "CR61,Control Register 61" line.long 0x04 "CR62,Control Register 62" line.long 0x08 "CR63,Control Register 63" bitfld.long 0x08 0.--5. " ECC_C_SYND ,Stores the syndrome value associated with a single bit correctable ECC error event" "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" rgroup.long 0x100++0x07 line.long 0x00 "CR64,Control Register 64" line.long 0x04 "CR65,Control Register 65" hexmask.long.word 0x04 16.--29. 1. " ECC_C_ID ,Contains the source ID associated with a single bit correctable ECC event" hexmask.long.word 0x04 0.--12. 1. " ECC_U_ID ,Contains the source ID associated with a double bit un-correctable ECC event" group.long 0x108++0x07 line.long 0x00 "CR66,Control Register 66" hexmask.long.word 0x00 16.--27. 1. " ZQCL ,Specifies the duration of wait time" hexmask.long.word 0x00 0.--11. 1. " ZQINIT ,Specifies the duration of wait time" line.long 0x04 "CR67,Control Register 67" hexmask.long.word 0x04 0.--11. 1. " ZQCS ,Specifies the duration of wait time" group.long 0x114++0x07 line.long 0x00 "CR69,Control Register 69" bitfld.long 0x00 11. " ZQ_ON_SREF_EX[3] ,Triggers a ZQ reset to all chip selects in the system on self-refresh exit" "No action,Trigger" bitfld.long 0x00 10. " ZQ_ON_SREF_EX[2] ,Triggers a ZQ initialization to all chip selects in the system on selfrefresh exit" "No action,Trigger" textline " " bitfld.long 0x00 9. " ZQ_ON_SREF_EX[1] ,Triggers a long ZQ calibration to all chip selects in the system on selfrefresh exit" "No action,Trigger" bitfld.long 0x00 8. " ZQ_ON_SREF_EX[0] ,Triggers a short ZQ calibration" "No action,Trigger" textline " " bitfld.long 0x00 3. " ZQ_REQ[3] ,Triggers a ZQ reset to all chip selects in the system" "No action,Trigger" bitfld.long 0x00 2. " ZQ_REQ[2] ,Triggers a ZQ initialization to all chip selects in the system" "No action,Trigger" textline " " bitfld.long 0x00 1. " ZQ_REQ[1] ,Triggers a long ZQ calibration to all chip selects in the system" "No action,Trigger" bitfld.long 0x00 0. " ZQ_REQ[0] ,Triggers a short ZQ calibration" "No action,Trigger" line.long 0x04 "CR70,Control Register 70" rgroup.long 0x11C++0x03 line.long 0x00 "CR71,Control Register 71" hexmask.long.word 0x00 8.--19. 1. " ZQRESET ,Specifies the duration of wait time" bitfld.long 0x00 0. " ZQ_IN_PROG ,Indicates that a ZQ command is currently in progress" "Not in progress,In progress" group.long 0x120++0x1F line.long 0x00 "CR72,Control Register 72" bitfld.long 0x00 24. " ZQCS_ROTATE ,Defines the behavior of short ZQ calibrations" "All Chip,One Chip" bitfld.long 0x00 16. " NO_ZQ_INIT ,Disables ZQ operations during initialization" "No,Yes" line.long 0x04 "CR73,Control Register 73" bitfld.long 0x04 24.--27. " APREBIT ,Defines the location of the auto precharge bit in the DRAM" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x04 16.--18. " COL_DIFF ,Difference between the maximum column width available and the actual number of column pins being used" "0,1,2,3,4,5,6,7" bitfld.long 0x04 8.--9. " ROW_DIFF ,Difference between the maximum number of address pins configured and the actual number of pins being used" "0,1,2,3" textline " " bitfld.long 0x04 0.--1. " BANK_DIFF ,Bank bits are being use" "8 banks,4 banks,2 bank,?..." line.long 0x08 "CR74,Control Register 74" bitfld.long 0x08 24. " BANKSPLT_EN ,Enable bank splitting as a condition" "Disabled,Enabled" bitfld.long 0x08 16. " ADDR_CMP_EN ,Enable address collision/data coherency detection" "Diasbled,Enabled" hexmask.long.byte 0x08 8.--15. 1. " CMD_AGE_CNT ,Holds the initial value of the command" textline " " hexmask.long.byte 0x08 0.--7. 1. " AGE_CNT ,Holds the initial value of the master aging-rate counter" line.long 0x0C "CR75,Control Register 75" bitfld.long 0x0C 24. " RW_PG_EN ,Enable page grouping within a read/ write group as a condition" "Disabled,Enabled" bitfld.long 0x0C 16. " RW_EN ,Enable read/write grouping as a condition" "Disabled,Enabled" bitfld.long 0x0C 8. " PRI_EN ,Enable priority as a condition" "Disabled,Enabled" textline " " bitfld.long 0x0C 0. " PLEN ,Placement logic" "Disabled,Enabled" line.long 0x10 "CR76,Control Register 76" bitfld.long 0x10 24.--26. " NQENT_ACTDIS ,Specifies the number of entries of the command queue in which ACT requests are not allowed" "Allowed(0-7),Allowed(0-6),Allowed(0-5),Allowed(0-4),Allowed(0-3),Allowed(0-2),Allowed(0-1),Allowed(0)" bitfld.long 0x10 17. " D_RW_G_BKCN[1] ,Prohibits placement" "Allowed,Prohibited" bitfld.long 0x10 16. " D_RW_G_BKCN[0] ,Prohibits placement" "Allowed,Prohibited" textline " " bitfld.long 0x10 8. " W2R_SPLT_EN ,Enable write-to-read turnaround time optimization" "Disabled,Enabled" bitfld.long 0x10 0. " CS_EN ,Enable rank grouping within a R/W group as a condition" "Disabled,Enabled" line.long 0x14 "CR77,Control Register 77" bitfld.long 0x14 24. " CS_MAP ,Enable the CS" "Disabled,Enabled" bitfld.long 0x14 16.--17. " IN_DRAM_CMD ,Inhibits certain types of commands from being executed from the command queue" "Enabled,Inhibited R/W Traffic,Inhibited MMR,Inhibited MRR & R/W" bitfld.long 0x14 8. " DI_RD_INTLEAVE ,Read data interleaving" "No,Yes" textline " " bitfld.long 0x14 0. " SWAP_EN ,Enable swapping" "Disabled,Enabled" line.long 0x18 "CR78,Control Register 78" bitfld.long 0x18 24.--26. " Q_FULLNESS ,Defines quantity of data that will be considered full for the command queue" "0,1,2,3,4,5,6,7" bitfld.long 0x18 16. " LPDDR2_S4 ,Indicates the type of LPDDR2 memory(s) being used" "LPDDR2-S2,LPDDR2-S4" bitfld.long 0x18 8. " REDUC ,Memory half datapath enable" "Standard Operation,Enabled" textline " " bitfld.long 0x18 0.--3. " BUR_ON_FLY_BIT ,Defines the bit of the DRAM address that defines Burst-On-Fly behavior" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x1C "CR79,Control Register 79" bitfld.long 0x1C 24. " CTLUPD_AREF ,Enables an automatic controller-initiated update after every refresh" "Disabled,Enabled" bitfld.long 0x1C 16. " CTLUPD_REQ ,Triggers a controller-initiated update request on the PHY interface" "No action,Trigger" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x1C 8. " CTLBUSY ,Indicates that the memory controller is actively processing a command from any port" "Not busy,Busy" else bitfld.long 0x1C 8. " CTLBUSY ,Indicates that the memory controller is actively processing a command from any port" "Not busy,Busy" endif textline " " bitfld.long 0x1C 0. " INODR_ACT ,Forces the controller to accept commands in the order in which they are placed in the command queue" "Not forced,Forced" rgroup.long 0x140++0x3 line.long 0x00 "CR80,Control Register 80" bitfld.long 0x00 28. " INT_STAT[28] ,Logical OR of all lower bits" "No interrupt,Interrupt" bitfld.long 0x00 27. " INT_STAT[27] ,The frequency change hardware has completed all operations" "No interrupt,Interrupt" bitfld.long 0x00 26. " INT_STAT[26] ,The PHY tINIT_COMPLETE value has timed out" "No interrupt,Interrupt" textline " " bitfld.long 0x00 25. " INT_STAT[25] ,The user-initiated DLL resync has completed" "No interrupt,Interrupt" bitfld.long 0x00 24. " INT_STAT[24] ,A state change has been detected on the dfi_init_complete signal after initialization" "No interrupt,Interrupt" bitfld.long 0x00 23. " INT_STAT[23] ,The assertion of the IN_DRAM_CMD parameter has successfully inhibited the command queue and/or MRR traffic" "No interrupt,Interrupt" textline " " bitfld.long 0x00 22. " INT_STAT[22] ,The register interface-initiated mode register write has completed and another mode register write may be issued " "No interrupt,Interrupt" bitfld.long 0x00 21. " INT_STAT[21] ,A temperature alert condition (low or high temp) has been detected" "No interrupt,Interrupt" bitfld.long 0x00 20. " INT_STAT[20] ,The last automatic MRR of MR4 indicated a change in the device temperature or refresh rate" "No interrupt,Interrupt" textline " " bitfld.long 0x00 19. " INT_STAT[19] ,The requested mode register read has completed" "No interrupt,Interrupt" bitfld.long 0x00 18. " INT_STAT[18] ,The leveling operation has completed" "No interrupt,Interrupt" bitfld.long 0x00 17. " INT_STAT[17] ,A leveling operation has been requested" "No interrupt,Interrupt" textline " " bitfld.long 0x00 16. " INT_STAT[16] ,A DFI update error has occurred" "No interrupt,Interrupt" bitfld.long 0x00 15. " INT_STAT[15] ,A write leveling error has occurred" "No interrupt,Interrupt" bitfld.long 0x00 14. " INT_STAT[14] ,A read leveling gate training error has occurred" "No interrupt,Interrupt" textline " " bitfld.long 0x00 13. " INT_STAT[13] ,A read leveling error has occurred" "No interrupt,Interrupt" bitfld.long 0x00 12. " INT_STAT[12] ,ODT has been enabled while the MC is programmed for CAS latency 3" "No interrupt,Interrupt" bitfld.long 0x00 11. " INT_STAT[11] ,The user has programmed an invalid setting associated with user words per burst" "No interrupt,Interrupt" textline " " bitfld.long 0x00 10. " INT_STAT[10] ,A wrap cycle crossing a DRAM page has been detected" "No interrupt,Interrupt" bitfld.long 0x00 9. " INT_STAT[9] ,The low power operation has been completed" "No interrupt,Interrupt" bitfld.long 0x00 8. " INT_STAT[8] ,The MC initialization has been completed" "No interrupt,Interrupt" textline " " bitfld.long 0x00 7. " INT_STAT[7] ,An error occurred on the port command channel" "No interrupt,Interrupt" bitfld.long 0x00 6. " INT_STAT[6] ,Multiple uncorrectable ECC events have been detected" "No interrupt,Interrupt" bitfld.long 0x00 5. " INT_STAT[5] ,An uncorrectable ECC event has been detected" "No interrupt,Interrupt" textline " " bitfld.long 0x00 4. " INT_STAT[4] ,Multiple correctable ECC events have been detected" "No interrupt,Interrupt" bitfld.long 0x00 3. " INT_STAT[3] ,A correctable ECC event has been detected" "No interrupt,Interrupt" bitfld.long 0x00 2. " INT_STAT[2] ,Multiple accesses outside the defined PHYSICAL memory space have occurred" "No interrupt,Interrupt" textline " " bitfld.long 0x00 1. " INT_STAT[1] ,A memory access outside the defined PHYSICAL memory space has occurred" "No interrupt,Interrupt" bitfld.long 0x00 0. " INT_STAT[0] ,The memory reset is valid on the DFI bus" "No interrupt,Interrupt" wgroup.long 0x144++0x3 line.long 0x00 "CR81,Control Register 81" bitfld.long 0x00 27. " INT_ACK[27] ,Clear mask of frequency change hardware interrupt" "No effect,Cleared" bitfld.long 0x00 26. " INT_ACK[26] ,Clear mask of PHY tINIT_COMPLETE value timeout interrupt" "No effect,Cleared" bitfld.long 0x00 25. " INT_ACK[25] ,Clear mask of Tuser-initiated DLL resync completion interrupt" "No effect,Cleared" textline " " bitfld.long 0x00 24. " INT_ACK[24] ,Clear mask of change detected on the dfi_init_complete signal interrupt" "No effect,Cleared" bitfld.long 0x00 23. " INT_ACK[23] ,Clear mask of the IN_DRAM_CMD" "No effect,Cleared" bitfld.long 0x00 22. " INT_ACK[22] ,Clear mask of the register interface-initiated mode register write interrupt" "No effect,Cleared" textline " " bitfld.long 0x00 21. " INT_ACK[21] ,Clear mask of temperature alert condition interrupt" "No effect,Cleared" bitfld.long 0x00 20. " INT_ACK[20] ,Clear mask of automatic MRR of MR4 change interrupt" "No effect,Cleared" bitfld.long 0x00 19. " INT_ACK[19] ,Clear mask of the requested mode register read completion interrupt" "No effect,Cleared" textline " " bitfld.long 0x00 18. " INT_ACK[18] ,Clear mask of the leveling operation completion interrupt" "No effect,Cleared" bitfld.long 0x00 17. " INT_ACK[17] ,Clear mask of the leveling operation request interrupt" "No effect,Cleared" bitfld.long 0x00 16. " INT_ACK[16] ,Clear mask of DFI update error interrupt" "No effect,Cleared" textline " " bitfld.long 0x00 15. " INT_ACK[15] ,Clear mask of write leveling error interrupt" "No effect,Cleared" bitfld.long 0x00 14. " INT_ACK[14] ,Clear mask of read leveling gate training error interrupt" "No effect,Cleared" bitfld.long 0x00 13. " INT_ACK[13] ,Clear mask of read leveling error interrupt" "No effect,Cleared" textline " " bitfld.long 0x00 12. " INT_ACK[12] ,Clear mask of ODT enabled while the MC is programmed for CAS latency interrupt" "No effect,Cleared" bitfld.long 0x00 11. " INT_ACK[11] ,Clear mask of invalid setting associated with user words per burst interrupt" "No effect,Cleared" bitfld.long 0x00 10. " INT_ACK[10] ,Clear mask of wrap cycle crossing a DRAM page interrupt" "No effect,Cleared" textline " " bitfld.long 0x00 9. " INT_ACK[9] ,Clear mask of the low power operation completion interrupt" "No effect,Cleared" bitfld.long 0x00 8. " INT_ACK[8] ,Clear mask of the MC initialization completion interrupt" "No effect,Cleared" bitfld.long 0x00 7. " INT_ACK[7] ,Clear mask of error occurrance on the port command channel interrupt" "No effect,Cleared" textline " " bitfld.long 0x00 6. " INT_ACK[6] ,Clear mask of multiple uncorrectable ECC events detection interrupt" "No effect,Cleared" bitfld.long 0x00 5. " INT_ACK[5] ,Clear mask of uncorrectable ECC event detection interrupt" "No effect,Cleared" bitfld.long 0x00 4. " INT_ACK[4] ,Clear mask of multiple correctable ECC events detection interrupt" "No effect,Cleared" textline " " bitfld.long 0x00 3. " INT_ACK[3] ,Clear mask of correctable ECC event detection interrupt" "No effect,Cleared" bitfld.long 0x00 2. " INT_ACK[2] ,Clear mask of multiple accesses outside the defined PHYSICAL memory space interrupt" "No effect,Cleared" bitfld.long 0x00 1. " INT_ACK[1] ,Clear mask of memory access outside the defined PHYSICAL memory space interrupt" "No effect,Cleared" textline " " bitfld.long 0x00 0. " INT_ACK[0] ,Clear mask of memory reset valid on the DFI bus interrupt" "No effect,Cleared" group.long 0x148++0x3 line.long 0x00 "CR82,Control Register 82" bitfld.long 0x00 28. " INTMASK[28] ,Masks all interrupt reporting" "Not masked,Masked" bitfld.long 0x00 27. " INTMASK[27] ,Mask for frequency change hardware interrupt" "Not masked,Masked" bitfld.long 0x00 26. " INTMASK[26] ,Mask for PHY tINIT_COMPLETE value timeout interrupt" "Not masked,Masked" textline " " bitfld.long 0x00 25. " INTMASK[25] ,Mask for Tuser-initiated DLL resync completion interrupt" "Not masked,Masked" bitfld.long 0x00 24. " INTMASK[24] ,Mask for change detected on the dfi_init_complete signal interrupt" "Not masked,Masked" bitfld.long 0x00 23. " INTMASK[23] ,Mask for the IN_DRAM_CMD" "Not masked,Masked" textline " " bitfld.long 0x00 22. " INTMASK[22] ,Mask for the register interface-initiated mode register write interrup" "Not masked,Masked" bitfld.long 0x00 21. " INTMASK[21] ,Mask for ctemperature alert condition interrupt" "Not masked,Masked" bitfld.long 0x00 20. " INTMASK[20] ,Mask for automatic MRR of MR4 change interrupt" "Not masked,Masked" textline " " bitfld.long 0x00 19. " INTMASK[19] ,Mask for the requested mode register read completion interrupt" "Not masked,Masked" bitfld.long 0x00 18. " INTMASK[18] ,Mask for he leveling operation completion interrupt" "Not masked,Masked" bitfld.long 0x00 17. " INTMASK[17] ,Mask for the leveling operation request interrupt" "Not masked,Masked" textline " " bitfld.long 0x00 16. " INTMASK[16] ,Mask for DFI update error interrupt" "Not masked,Masked" bitfld.long 0x00 15. " INTMASK[15] ,Mask for write leveling error interrupt" "Not masked,Masked" bitfld.long 0x00 14. " INTMASK[14] ,Mask for read leveling gate training error interrupt" "Not masked,Masked" textline " " bitfld.long 0x00 13. " INTMASK[13] ,Mask for read leveling error interrupt" "Not masked,Masked" bitfld.long 0x00 12. " INTMASK[12] ,Mask for ODT enabled while the MC is programmed for CAS latency interrupt" "Not masked,Masked" bitfld.long 0x00 11. " INTMASK[11] ,Mask for invalid setting associated with user words per burst interrupt" "Not masked,Masked" textline " " bitfld.long 0x00 10. " INTMASK[10] ,Mask for wrap cycle crossing a DRAM page interrupt" "Not masked,Masked" bitfld.long 0x00 9. " INTMASK[9] ,Mask for the low power operation completion interrupt" "Not masked,Masked" bitfld.long 0x00 8. " INTMASK[8] ,Mask for the MC initialization completion interrupt" "Not masked,Masked" textline " " bitfld.long 0x00 7. " INTMASK[7] ,Mask for error occurrance on the port command channel interrupt" "Not masked,Masked" bitfld.long 0x00 6. " INTMASK[6] ,Mask for multiple uncorrectable ECC events detection interrupt" "Not masked,Masked" bitfld.long 0x00 5. " INTMASK[5] ,Mask for uncorrectable ECC event detection interrupt" "Not masked,Masked" textline " " bitfld.long 0x00 4. " INTMASK[4] ,Mask for multiple correctable ECC events detection interrupt" "Not masked,Masked" bitfld.long 0x00 3. " INTMASK[3] ,Mask for correctable ECC event detection interrup" "Not masked,Masked" bitfld.long 0x00 2. " INTMASK[2] ,Mask for multiple accesses outside the defined PHYSICAL memory space interrupt" "Not masked,Masked" textline " " bitfld.long 0x00 1. " INTMASK[1] ,Mask for memory access outside the defined PHYSICAL memory space interrupt" "Not masked,Masked" bitfld.long 0x00 0. " INTMASK[0] ,Mask for memory reset valid on the DFI bus interrupt" "Not masked,Masked" rgroup.long 0x14C++0xB line.long 0x00 "CR83,Control Register 83" line.long 0x04 "CR84,Control Register 84" hexmask.long.word 0x04 16.--29. 1. " OORID ,Source ID of command that caused an out-of-range interrupt" bitfld.long 0x04 8.--13. " OORTYP ,Type of command that caused an out-of-range interrupt" "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" hexmask.long.byte 0x04 0.--6. 1. " OORLEN ,Length of command that caused an out-of-range interrupt" line.long 0x08 "CR85,Control Register 85" hexmask.long 0x08 0.--31. 1. " P_CMDERRADD ,Address of command that caused the PORT command error" rgroup.long 0x158++0x3 line.long 0x00 "CR86,Control Register 86" bitfld.long 0x00 16.--17. " P_CMDERR_TYP ,Type of error and access type that caused the PORT command error" "0,1,2,3" hexmask.long.word 0x00 0.--13. 1. " P_CMDERRID ,Source ID of command that caused the PORT command error" group.long 0x15C++0x0B line.long 0x00 "CR87,Control Register 87" bitfld.long 0x00 24. " ODT_WR_MAPCS0 ,Determines which chip(s) will have termination when a write occurs on chip select 0" "0,1" bitfld.long 0x00 16. " ODT_RD_MAPCS0 ,Determines which chip(s) will have termination when a read occurs on chip select 0" "0,1" line.long 0x04 "CR88,Control Register 88" bitfld.long 0x04 16.--20. " TODTL_CMD ,DRAM delay requirement from ODT de-assertion to next nonwrite non-read command" "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 "CR89,Control Register 89" bitfld.long 0x08 8.--11. " AODT_WRSMCS ,Additional delay to insert between write and read transaction types to the same chip select to meet ODT timing requirements" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x08 0.--3. " AODT_RWSMCS ,Additional delay to insert between read and write transaction types to the same chip select to meet ODT timing requirements" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" group.long 0x16C++0x2F line.long 0x00 "CR91,Control Register 91" bitfld.long 0x00 24.--26. " W2R_SMCSDL ,Additional delay to insert between writes and reads to the same chip select" "0,1,2,3,4,5,6,7" bitfld.long 0x00 16.--18. " R2W_SMCSDL ,Additional delay to insert between reads and writes to the same chip select. Program to a non-zero value" "0,1,2,3,4,5,6,7" bitfld.long 0x00 8.--10. " R2R_SMCSDL ,Additional delay to insert between two reads to the same chip select. Any value including 0x0 supported" "0,1,2,3,4,5,6,7" line.long 0x04 "CR92,Control Register 92" bitfld.long 0x04 16.--17. " TDQSCK_MIN ,Additional delay needed for tDQSCK" "0,1,2,3" bitfld.long 0x04 8.--9. " TDQSCK_MAX ,Additional delay needed for tDQSCK" "0,1,2,3" bitfld.long 0x04 0.--2. " W2W_SMCSDL ,Additional delay to insert between two writes to the same chip select" "0,1,2,3,4,5,6,7" line.long 0x08 "CR93,Control Register 93" bitfld.long 0x08 24. " SWLVL_START ,User request to initiate software leveling of type in the SW_LVL_MODE bits" "No Action,Initiate" bitfld.long 0x08 16. " SWLVL_LOAD ,User request to load delays and execute software leveling" "No action,Load" bitfld.long 0x08 8.--9. " SW_LVL_MODE ,Defines the leveling operation for software leveling" "No Leveling,Write Leveling,Read Leveling,Gate Training" line.long 0x0C "CR94,Control Register 94" hexmask.long.byte 0x0C 24.--31. 1. " SWLVL_RESP_0 ,Leveling response for data slice 0" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x0C 18. " LVL_STATUS[2] ,Gate training request status" "Not requested,Requested" rbitfld.long 0x0C 17. " LVL_STATUS[1] ,Read leveling request status" "Not requested,Requested" textline " " rbitfld.long 0x0C 16. " LVL_STATUS[0] ,Write leveling request status" "Not requested,Requested" rbitfld.long 0x0C 8. " SWLVL_OP_DONE ,Signals that software leveling is currently in progress" "In process,Completed" else bitfld.long 0x0C 18. " LVL_STATUS[2] ,Gate training request status" "Not requested,Requested" bitfld.long 0x0C 17. " LVL_STATUS[1] ,Read leveling request status" "No requested,Requested" textline " " bitfld.long 0x0C 16. " LVL_STATUS[0] ,Write leveling request status" "Not requested,Requested" bitfld.long 0x0C 8. " SWLVL_OP_DONE ,Signals that software leveling is currently in progress" "In process,Completed" endif bitfld.long 0x0C 0. " SWLVL_EXIT ,User request to exit software leveling" "No action,Exit" line.long 0x10 "CR95,Control Register 95" bitfld.long 0x10 24. " WRLVL_CS ,Specifies the target chip select for the write leveling operation" "Targets CS0,?..." bitfld.long 0x10 16. " WRLVL_REQ ,User request to initiate write leveling" "No action,Trigger" hexmask.long.byte 0x10 8.--15. 1. " SWLVL_RESP_2 ,Leveling response for data slice 2" textline " " hexmask.long.byte 0x10 0.--7. 1. " SWLVL_RESP_1 ,Leveling response for data slice 1" line.long 0x14 "CR96,Control Register 96" bitfld.long 0x14 16. " WRLVL_EN ,Enable the MC write leveling module" "Disabled,Enabled" bitfld.long 0x14 8.--13. " WLMRD ,Delay from issuing MRS to first write leveling strobe" "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 0x14 0.--5. " WLDQSEN ,Delay from issuing MRS to first DQS strobe for write leveling" "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 "CR97,Control Register 97" bitfld.long 0x18 24. " WRLVL_REG_EN ,Enable the PHY WRITE LEVEL DELAY X signals to be programmed when hardware and software leveling are disabled" "Disable,Enable" hexmask.long.byte 0x18 16.--23. 1. " WRLVL_ERR_STAT ,Holds the status from the most recent write leveling operation" hexmask.long.word 0x18 0.--15. 1. " WRLVL_REFRESH_INTERVAL ,Number of refreshes counted between automatic write leveling commands" line.long 0x1C "CR98,Control Register 98" hexmask.long.word 0x1C 0.--15. 1. " WRLVL_DL_0 ,Number of delay elements for write data slice 0" line.long 0x20 "CR99,Control Register 99" hexmask.long.word 0x20 0.--15. 1. " WRLVL_DL_1 ,Number of delay elements for write data slice 1" line.long 0x24 "CR100,Control Register 100" hexmask.long.word 0x24 0.--15. 1. " WRLVL_DL_2 ,Number of delay elements for write data slice 2" line.long 0x28 "CR101,Control Register 101" bitfld.long 0x28 24. " RDLVL_EDGE ,Specifies the read DQS edge to be used for the read leveling operation" "Positive,Negative" bitfld.long 0x28 16. " RDLVL_CS ,Specifies the target chip select for read leveling for PHY Evaluation mode" "CS0,?..." bitfld.long 0x28 8. " RDLVL_GT_REQ ,User request to initiate gate training" "No action,Trigger" textline " " bitfld.long 0x28 0. " RDLVL_REQ ,User request to initiate read leveling" "No action,Trigger" line.long 0x2C "CR102,Control Register 102" bitfld.long 0x2C 16. " RDLVL_GT_REGEN ,Enable the gate delay to be programmed when hardware and software leveling are disabled" "Disabled,Enabled" bitfld.long 0x2C 8. " RDLVL_REG_EN ,Enable the delay to be programmed when hardware and software leveling are disabled" "Disabled,Enabled" bitfld.long 0x2C 0. " RDLVL_BGN_DLEN ,Enables the hardware read leveling logic to begin finding the DQ data eye" "Disabled,Enabled" rgroup.long 0x19C++0x3 line.long 0x00 "CR103,Control Register 103" hexmask.long.word 0x00 16.--31. 1. " RDLVL_END_DL0 ,Indicates the value at which the first DQ transition (0 to 1) was found for data slice X" hexmask.long.word 0x00 0.--15. 1. " RDLVL_BGN_DL0 ,Indicates the value at which the first DQ transition (1 to 0) was found for data slice X" group.long 0x1A0++0x0B line.long 0x00 "CR104,Control Register 104" hexmask.long.word 0x00 16.--31. 1. " RDLVL_OFF_DL0 ,Offset for the read level midpoint delay" hexmask.long.word 0x00 0.--15. 1. " RDLVL_MP_DL0 ,Indicates the calculated midpoint value of the DQ delay" line.long 0x04 "CR105,Control Register 105" hexmask.long.word 0x04 8.--23. 1. " RDLVL_DL_0 ,Number of delay elements where read DQS is placed within the DQ data eye for data slice 0" bitfld.long 0x04 0. " RDLVL_OFF_DIR_0 ,Specifies the direction of the offset for the read level midpoint delay for data slice X" "Subtract delay,Add delay" line.long 0x08 "CR106,Control Register 106" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") hexmask.long.byte 0x08 0.--7. 1. " RDLVL_GTDLF0_0 ,Number of delay elements where gate is aligned to rising edge of DQS for data slice 0" else hexmask.long.byte 0x08 0.--15. 1. " RDLVL_GTDLF0_0 ,Number of delay elements where gate is aligned to rising edge of DQS for data slice 0" endif rgroup.long 0x1AC++0x07 line.long 0x00 "CR107,Control Register 107" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") hexmask.long.byte 0x00 16.--23. 1. " RDLVL_BGN_DL1 ,Indicates the value at which the first DQ transition (1 to 0) was found for data slice X" else hexmask.long.byte 0x00 16.--31. 1. " RDLVL_BGN_DL1 ,Indicates the value at which the first DQ transition (1 to 0) was found for data slice X" endif line.long 0x04 "CR108,Control Register 108" hexmask.long.word 0x04 16.--31. 1. " RDLVL_MP_DL1 ,Indicates the calculated midpoint value of the DQ delay" hexmask.long.word 0x04 0.--15. 1. " RDLVL_END_DL1 ,Indicates the value at which the first DQ transition 0 to 1" group.long 0x1B4++0x7 line.long 0x00 "CR109,Control Register 109" bitfld.long 0x00 16. " RDLVL_OFF_DIR1 ,Specifies the direction of the offset for the read level midpoint delay" "SubtractDelay,AddDelay" hexmask.long.word 0x00 0.--15. 1. " RDLVL_OFF_DL1 ,Offset for the read level midpoint delay" line.long 0x04 "CR110,Control Register 110" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") hexmask.long.byte 0x04 16.--23. 1. " RDLVL_GTDL_1 ,Number of delay elements where gate is aligned to rising edge of DQS for data slice 1" hexmask.long.byte 0x04 0.--7. 1. " RDLVL_DL_1 ,Number of delay elements where read DQS is placed within the DQ data eye for data slice 1" else hexmask.long.word 0x04 16.--31. 1. " RDLVL_GTDLF0_1 ,Number of delay elements where gate is aligned to rising edge of DQS for data slice 1" hexmask.long.word 0x04 0.--15. 1. " RDLVL_DLF0_1 ,Number of delay elements where read DQS is placed within the DQ data eye for data slice 1" endif rgroup.long 0x1C0++0x3 line.long 0x00 "CR112,Control Register 112" hexmask.long.word 0x00 16.--31. 1. " RDLVL_END_DL2 ,Indicates the value at which the first DQ transition (0 to 1) was found for data slice X" hexmask.long.word 0x00 0.--15. 1. " RDLVL_BGN_DL2 ,Indicates the value at which the first DQ transition (1 to 0) was found for data slice X" group.long 0x1C4++0xB line.long 0x00 "CR113,Control Register 113" hexmask.long.word 0x00 16.--31. 1. " RDLVL_OFF_DL2 ,Offset for the read level midpoint delay" hexmask.long.word 0x00 0.--15. 1. " RDLVL_MP_DL2 ,Indicates the calculated midpoint value of the DQ delay" line.long 0x04 "CR114,Control Register 114" hexmask.long.word 0x04 8.--23. 1. " RDLVL_DLF0_2 ,Number of delay elements where read DQS is placed within the DQ data eye for data slice 2" bitfld.long 0x04 0. " RDLVL_OFF_DIR2 ,Specifies the direction of the offset for the read level midpoint delay" "Subtract delay,Add delay" line.long 0x08 "CR115,Control Register 115" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") hexmask.long.byte 0x08 0.--7. 1. " RDLVL_GTDL_2 ,Number of delay elements where gate is aligned to rising edge of DQS" else hexmask.long.word 0x08 0.--15. 1. " RDLVL_GTDLF0_2 ,Number of delay elements where gate is aligned to rising edge of DQS" endif group.long 0x1D4++0x1B line.long 0x00 "CR117,Control Register 117" bitfld.long 0x00 16.--17. " AXI0_FITYPREG ,Clock domain relativity between AXI port 0 and memory controller core" "0,1,2,3" bitfld.long 0x00 8.--9. " AXI0_W_PRI ,Priority of write commands from AXI port 0" "0,1,2,3" bitfld.long 0x00 0.--1. " AXI0_R_PRI ,Priority of read commands from AXI port 0" "0,1,2,3" line.long 0x04 "CR118,Control Register 118" bitfld.long 0x04 24.--25. " AXI1_W_PRI ,Priority of write commands from AXI port 1" "0,1,2,3" bitfld.long 0x04 16.--17. " AXI1_R_PRI ,Priority of read commands from AXI port 1" "0,1,2,3" line.long 0x08 "CR119,Control Register 119" bitfld.long 0x08 24. " WRR_LATCTL ,Controls the weighted RR latency option" "0,1" bitfld.long 0x08 17. " AXI_ASTB_DIS[1] ,AXI port 1 operation write," "Masked,Standard" bitfld.long 0x08 16. " AXI_ASTB_DIS[0] ,AXI port 0 operation write" "Masked,Standard" textline " " bitfld.long 0x08 0.--1. " AXI1_FITYPREG ,Clock domain relativity between AXI port 1 and memory controller core" "0,1,2,3" line.long 0x0C "CR120,Control Register 120" bitfld.long 0x0C 24.--27. " AXI0_PRI1_RPRI ,Relative priority of priority 0 commands from port 0" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x0C 16.--19. " AXI0_PRI0_RPRI ,Relative priority of priority 1 commands from port 0" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x0C 11. " WRR_ERR[3] ,Port ordering parameter values for paired ports is not sequential" "No error,Error" textline " " rbitfld.long 0x0C 10. " WRR_ERR[2] ,Weighted RR arbitration errors/warnings" "No error,Error" rbitfld.long 0x0C 9. " WRR_ERR[1] ,The relative priority values for any of the ports paired through the W_RR_WSHR parameter are not identical" "No error,Error" rbitfld.long 0x0C 8. " WRR_ERR[0] ,Port ordering parameters do not all contain unique values" "No error,Error" textline " " else bitfld.long 0x0C 11. " WRR_ERR[3] ,Port ordering parameter values for paired ports is not sequential" "No error,Error" textline " " bitfld.long 0x0C 10. " WRR_ERR[2] ,Weighted RR arbitration errors/warnings" "No error,Error" bitfld.long 0x0C 9. " WRR_ERR[1] ,The relative priority values for any of the ports paired through the W_RR_WSHR parameter are not identical" "No error,Error" bitfld.long 0x0C 8. " WRR_ERR[0] ,Port ordering parameters do not all contain unique values" "No error,Error" textline " " endif bitfld.long 0x0C 0. " W_RR_WSHR ,Indicates that the port pair is tied together in arbitration decisions in weighted RR arbitration" "Not tied,Tied" line.long 0x10 "CR121,Control Register 121" bitfld.long 0x10 16. " AXI0_P_ODR ,Used in weighted RR arbitration" "0,1" bitfld.long 0x10 8.--11. " AXI0_PRI3_RPRI ,Relative priority of the AXI port 0 for priority 3 commands in weighted RR arbitration" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x10 0.--3. " AXI0_PRI2_RPRI ,Relative priority of the AXI port 0 for priority 2 commands in weighted RR arbitration" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x14 "CR122,Control Register 122" bitfld.long 0x14 24.--27. " AXI1_PRI1_RPRI ,Relative priority of AXI port 1 for priority 1 commands in weighted RR arbitration" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x14 16.--19. " AXI1_PRI0_RPRI ,Relative priority of AXI port 1 for priority 0 commands in weighted RR arbitration" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" hexmask.long.word 0x14 0.--9. 1. " AXI0_PRIRLX ,Counter value for AXI port 0 at which the priority relax condition is triggered in weighted RR arbitration" line.long 0x18 "CR123,Control Register 123" bitfld.long 0x18 16. " AXI1_P_ODR ,Used in weighted RR arbitration to modify the order" "0,1" bitfld.long 0x18 8.--11. " AXI1_PRI3_RPRI ,Relative priority of AXI port 1 for priority 3 commands in weighted RR arbitration" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x18 0.--3. " AXI1_PRI2_RPRI ,Relative priority of AXI port 1 for priority 2 commands in weighted RR arbitration" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" group.long 0x1F0++0xF line.long 0x00 "CR124,Control Register 124" rbitfld.long 0x00 24. " MEM_RST_VAL ,Register access to mem_rst_valid signal" "0,1" rbitfld.long 0x00 16.--17. " CKE_STAT ,Register access to cke_status signal" "0,1,2,3" hexmask.long.word 0x00 0.--9. 1. " AXI1_PRIRLX ,Counter value for AXI port 1 at which the priority relax condition is triggered in weighted RR arbitration" line.long 0x04 "CR125,Control Register 125" rbitfld.long 0x04 24.--28. " PHY_WRLAT ,Holds the calculated PHY tPHY_WRLAT timing parameter" "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" hexmask.long.byte 0x04 16.--23. 1. " DLL_RST_ADJ_DLY ,Specifies the minimum number of controller clocks after the master delay value is programmed before the DLL reset may be asserted" hexmask.long.word 0x04 0.--15. 1. " DLL_RST_DELAY ,SSets the number of controller clocks that the DLL reset must be held asserted for the DLL" line.long 0x08 "CR126,Control Register 126" rbitfld.long 0x08 24.--29. " PHY_RDDATA_EN ,Calculated value of the rddata_en timing parameter" "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 0x08 8.--13. " PHY_RDLAT ,phy_rdlat timing parameter for frequency set 0" "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" hexmask.long.byte 0x08 0.--6. 1. " UP_ERR_STAT ,Reports on errors in the PHY update process" line.long 0x0C "CR127,Control Register 127" bitfld.long 0x0C 0. " DRAM_CK_DI ,Disable clk to the memory" "No,Yes" group.long 0x20C++0x07 line.long 0x00 "CR131,Control Register 131" line.long 0x04 "CR132,Control Register 132" bitfld.long 0x04 8.--12. " WRLAT_ADJ ,Adjusts the relative timing in memory clocks" "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 0.--5. " RDLAT_ADJ ,Adjusts the relative timing" "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" group.long 0x224++0x0B line.long 0x00 "CR137,Control Register 137" bitfld.long 0x00 16.--19. " PHYCTL_DL ,Holds the DFI ctrl_delay timing parameter for frequency set 0," "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "CR138,Control Register 138" hexmask.long.word 0x04 16.--31. 1. " PHY_WRLV_MXDL ,Maximum number of delay elements that the hardware write leveling logic will test for the 0 to 1 transition" bitfld.long 0x04 8.--10. " PHYDRAM_CK_EN ,Holds the PHY dram_ck_en timing parameter" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x04 0.--3. " PHYDRAM_CK_DIS ,Holds the DFI t dram_ck_dis timing parameter" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x08 "CR139,Control Register 139" hexmask.long.byte 0x08 24.--31. 1. " PHY_WRLV_RESPLAT ,PHY write level response" hexmask.long.byte 0x08 16.--23. 1. " PHY_WRLV_LOAD ,PHY write leveling load" hexmask.long.byte 0x08 8.--15. 1. " PHY_WRLV_DLL ,DFI write leveling delay line to update after a load" textline " " hexmask.long.byte 0x08 0.--7. 1. " PHY_WRLV_EN ,PHY write leveling delay" group.long 0x230++0x3 line.long 0x00 "CR140,Control Register 140" hexmask.long.word 0x00 0.--9. 1. " PHY_WRLV_WW ,Minimum number of PHY clocks that must occur between write level strobes" group.long 0x234++0x3B line.long 0x00 "CR141,Control Register 141" line.long 0x04 "CR142,Control Register 142" line.long 0x08 "CR143,Control Register 143" hexmask.long.word 0x08 16.--31. 1. " RDLV_GAT_MXDL ,Maximum number of delay elements in the gate delay line" hexmask.long.word 0x08 0.--15. 1. " RDLV_MXDL ,Maximum number of delay elements in the read leveling delay line" line.long 0x0C "CR144,Control Register 144" hexmask.long.byte 0x0C 24.--31. 1. " PHY_RDLVL_RES ,PHY read leveling response" hexmask.long.byte 0x0C 16.--23. 1. " PHY_RDLV_LOAD ,PHY read leveling load" hexmask.long.byte 0x0C 8.--15. 1. " PHY_RDLV_DLL ,PHY read leveling delays" textline " " hexmask.long.byte 0x0C 0.--7. 1. " PHY_RDLV_EN ,PHY read leveling enable" line.long 0x10 "CR145,Control Register 145" hexmask.long.word 0x10 0.--9. 1. " PHY_RDLV_RR ,Minimum number of PHY clocks that must occur" line.long 0x14 "CR146,Control Register 146" line.long 0x18 "CR147,Control Register 147" hexmask.long.tbyte 0x18 0.--19. 1. " RDLV_RESP_MASK ,Mask unused bits in the PHY read level response input signal" line.long 0x1C "CR148,Control Register 148" bitfld.long 0x1C 24. " RDLVL_EN ,Enable the hardware read leveling module" "Disabled,Enabled" hexmask.long.tbyte 0x1C 0.--19. 1. " RDLV_GATE_RESP_MASK ,Mask unused bits in the PHY read level response input signal " line.long 0x20 "CR149,Control Register 149" bitfld.long 0x20 8. " RDLV_GT_CHKENS ,Enables the preamble check sequence during the initial gate training sequence of the hardware read leveling module in the MC" "Disabled,Enabled" bitfld.long 0x20 0. " RDLVL_GATE_EN ,Enables the hardware gate training mode of the read leveling module in the memory controller" "Disabled,Enabled" line.long 0x24 "CR150,Control Register 150" line.long 0x28 "CR151,Control Register 151" hexmask.long.word 0x28 16.--29. 1. " RDLV_ERR_STA ,Reports on errors in the hardware read leveling process" bitfld.long 0x28 8.--11. " RDLV_GAT_DQ_ZERO_CNT ,Defines the number of consecutive 0 responses that the controller must receive in the hardware gate training process to consider a transition from 1 to 0 to be valid" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x28 0.--3. " RDLVL_DQ_ZERO_CNT ,Defines the number of consecutive 0 responses that the controller must receive in the read leveling process to consider a transition from 1 to 0 to be valid" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x2C "CR152,Control Register 152" hexmask.long.word 0x2C 16.--31. 1. " RDLV_GTREFINT ,Maximum number of refreshes allowed between automatic gate training commands" hexmask.long.word 0x2C 0.--15. 1. " RDLV_REFINT ,Sets the maximum number of refreshes allowed between automatic read leveling operations" line.long 0x30 "CR153,Control Register 153" bitfld.long 0x30 8. " EN_1T_TMG ,Enable the 1T timing mode in a system supporting both 1T and 2T timing" "Disabled,Enabled" line.long 0x34 "CR154,Control Register 154" bitfld.long 0x34 27.--31. " PAD_ZQ_EARLY_CMP_EN_TIMER ,Time enable comparator in the ZQ and the beginn calibration process" "Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,8 cycles,9 cycles,10 cycles,11 cycles,12cycles,13 cycles,14 cycles,15 cycles,16 cycles,17 cycles,18 cycles,19 cycles,20 cycles,21 cycles,22 cycles,23 cycles,24 cycles,25 cycles,26 cycles,27 cycles,28 cycles,29 cycles,30 cycles,31 cycles,32 cycles" bitfld.long 0x34 21.--22. " PAD_ZQ_MODE ,PAD calibration modes" "Not issued,Issued-ZQCL/ZQCS,Issued-ZQCL,?..." bitfld.long 0x34 14. " PAD_ZQ_HW_FOR ,Enable Force the hardware pad calibration once" "Not forced,Forced" textline " " bitfld.long 0x34 12.--13. " PAD_ZQ_CMP_OUT_SMP ,Amount of cycles" "7 cycles,15 cycles,23 cycles,31 cycles" line.long 0x38 "CR155,Control Register 155" bitfld.long 0x38 19. " PAD_IBE1 ,Input buffer enable state for DDR pads - DQ[15:8],DQS[1],DM[1]" "Disabled,Enabled" bitfld.long 0x38 18. " PAD_IBE0 ,Input buffer enable state for DDR pads - DQ[7:0],DQS[0],DM[0]" "Disabled,Enabled" bitfld.long 0x38 17. " PAD_IBE_SEL1 ,DDR pad IBE override control" "PAD_IBE1,Logic" textline " " bitfld.long 0x38 16. " PAD_IBE_SEL0 ,DDR pad IBE override control" "PAD_IBE0,Logic" bitfld.long 0x38 11. " AXI1_AWCACHE ,Forces the AXI port 1 AWCACHE[0] signal for the DDR controller" "Not forced,Forced" bitfld.long 0x38 10. " AXI0_AWCACHE ,Forces the AXI port 0 AWCACHE[0] signal for the DDR controller" "Not forced,Forced" textline " " bitfld.long 0x38 9. " AXI1_COBUF ,Control for AXI1_COBUF signal" "0,1" bitfld.long 0x38 8. " AXI0_COBUF ,Control for AXI0_COBUF signal" "0,1" bitfld.long 0x38 3.--5. " PAD_ODT_BYTE0 ,Termination setting for PADs " "Disabled,120 Ohm,60 Ohm,40 Ohm,30 Ohm,24 Ohm,20 Ohm,17 Ohm" textline " " bitfld.long 0x38 0.--2. " PAD_ODT_BYTE1 ,Termination setting for PADs" "Disabled,120 Ohm,60 Ohm,40 Ohm,30 Ohm,24 Ohm,20 Ohm,17 Ohm" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") group.long 0x270++0x07 line.long 0x00 "CR156,Control Register 156" bitfld.long 0x00 12. " PAD_ZQ_HW_IN_PROG ,Status bit when set indicates PAD H/W calibration seq in progress" "Disabled,Enabled" bitfld.long 0x00 6.--10. " PAD_ZQ_HW_PD_RES ,Final value of the pad calibration Pull Down leg" "Max resistance,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,Min resistance" bitfld.long 0x00 1.--5. " PAD_ZQ_HW_PU_RES ,Final value of the pad calibration PU leg" "Min resistance,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,Max resistance" line.long 0x04 "CR157,Control Register 157" hexmask.long.byte 0x04 8.--15. 1. " RD_PEND_CNT ,Should be read after all txns are done on DDR" bitfld.long 0x04 3. " RD_PEND_OFLO ,Read pending counter overflow error condition" "No overflow,Overflow" bitfld.long 0x04 2. " RD_PEND_UFLO ,Read pending counter underflow error condition" "No underflow,Underflow" bitfld.long 0x04 0.--1. " PAD_IBE ,Final Input buffer value going to DDR pad (DQ,DQS,DM)" "None,Byte lane 0,Byte lane 1,Byte lane 1/0" endif group.long 0x278++0x07 line.long 0x00 "CR158,Control Register 158" bitfld.long 0x00 0.--5. " TWR ,DRAM TWR value in cycles" "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" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") line.long 0x04 "CR159,Control Register 159" bitfld.long 0x04 0.--3. " TODTH ,DRAM delay requirement for minimum ODT high time after ODT assertion" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" else line.long 0x04 "CR161,Control Register 161" bitfld.long 0x04 16. " ODT_EN ,Enables the use of the DRAM ODT pin" "Not used,Used" bitfld.long 0x04 8.--11. " TODTH_RD ,Defines the DRAM timing for the minimum ODT high time after an ODT assertion for read data" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x04 0.--3. " TODTH_WR ,Defines the DRAM timing for the minimum ODT high time after an ODT assertion for write data" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif tree.end sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") tree "PHY Registers" width 7. group.long 0x400++0x13 line.long 0x00 "PHY00,PHY Register 00" bitfld.long 0x00 12.--15. " TSEL_START ,Defines the DQ pad dynamic termination select enable time" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 8.--11. " TSEL_END ,Defines the DQ pad dynamic termination select disable time" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x00 4.--6. " OE_START ,Adjusts the starting point of the DQ pad output enable window" "0,1,2,3,4,5,6,7" bitfld.long 0x00 0.--2. " OE_END ,Adjusts the ending point of the DQ pad output enable window" "0,1,2,3,4,5,6,7" line.long 0x04 "PHY01,PHY Register 01" bitfld.long 0x04 12.--15. " TSEL_START ,Defines the DQ pad dynamic termination select enable time" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x04 8.--11. " TSEL_END ,Defines the DQ pad dynamic termination select disable time" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x04 4.--7. " OE_START ,Adjusts the starting point of the DQ pad output enable window" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x04 0.--3. " OE_END ,Adjusts the ending point of the DQ pad output enable window" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x08 "PHY02,PHY Register 02" bitfld.long 0x08 29. " EN_HALF_CAS ,Subtracts 1/2 cycle from the DQS gate value programmed into PHY_GATE_CRn[2:0] by 1/2 cycle" "No adjust,Adjust" bitfld.long 0x08 27. " SW_HALF_CYCLE_SHIFT ,override the calculated phase shift detection" "Disabled,Enabled" textline " " bitfld.long 0x08 25. " WRLVL_CLKDL ,Adds an extra clock cycle to the delay in the PHY" "No change,Extra clock" bitfld.long 0x08 19.--21. " RD_DL_SET ,Read delay setting for io_datain FIFO timing" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x08 0.--2. " GATE_CFG ,Coarse adjust of gate open time" "0,1,2,3,4,5,6,7" line.long 0x0C "PHY03,PHY Register 03" hexmask.long.byte 0x0C 0.--7. 1. " DLL_START_POINT ,Value at which the DLL will begin searching for a lock" line.long 0x10 "PHY04,PHY Register 04" hexmask.long.byte 0x10 8.--14. 1. " DLL_WRITE_DLL ,DLL Write delay" group.long 0x428++0x0F line.long 0x00 "PHY10,PHY Register 10" bitfld.long 0x00 24. " DQS_ERROR_STATUS ,Status signal to indicate that the logic gate had to be forced closed" "No error,Error" hexmask.long.word 0x00 8.--23. 1. " LPBK_DQ_DATA ,Reports the actual data or expected data" textline " " bitfld.long 0x00 4.--7. " LPBK_DM_DATA ,Reports the actual data mask or the expected data mask" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 1. " LPBK_STATUS ,Reports status of loopback errors" "No error,Error" textline " " bitfld.long 0x00 0. " LPBK_START ,Defines the status of the loopback mode" "No loopback,Loopback" line.long 0x04 "PHY11,PHY Register 11" hexmask.long.byte 0x04 24.--31. 1. " DLL_UNLOCK_VALUE ,Reports the dll_lock_value if the DLL has become unlocked after being locked" hexmask.long.byte 0x04 16.--23. 1. " LOCK ,Holds the last 8 samples of the lock indicator" textline " " hexmask.long.byte 0x04 8.--15. 1. " DLL_LOCK_VALUE ,Reports the DLL encoder value from the master DLL to the slave DLL" bitfld.long 0x04 0. " DLL_LOCK ,Indicates status of the DLL" "Not locked,Locked" line.long 0x08 "PHY12,PHY Register 12" hexmask.long.byte 0x08 16.--23. 1. " DEC_OUT_WR ,Holds the encoded value for the clock write delay line for this slice" bitfld.long 0x08 0. " DLL_LOCK ,Indicates status of the DLL" "Not locked,Locked" line.long 0x0C "PHY13,PHY Register 13" hexmask.long.word 0x0C 0.--15. 1. " DEC_OUT_WR_DQS ,Reports the encoded value for the clock write DQS delay line" group.long 0x440++0x13 line.long 0x00 "PHY16,PHY Register 16" bitfld.long 0x00 12.--15. " TSEL_START ,Defines the DQ pad dynamic termination select enable time" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 8.--11. " TSEL_END ,Defines the DQ pad dynamic termination select disable time" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x00 4.--6. " OE_START ,Adjusts the starting point of the DQ pad output enable window" "0,1,2,3,4,5,6,7" bitfld.long 0x00 0.--2. " OE_END ,Adjusts the ending point of the DQ pad output enable window" "0,1,2,3,4,5,6,7" line.long 0x04 "PHY17,PHY Register 17" bitfld.long 0x04 12.--15. " TSEL_START ,Defines the DQ pad dynamic termination select enable time" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x04 8.--11. " TSEL_END ,Defines the DQ pad dynamic termination select disable time" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x04 4.--7. " OE_START ,Adjusts the starting point of the DQ pad output enable window" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x04 0.--3. " OE_END ,Adjusts the ending point of the DQ pad output enable window" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x08 "PHY18,PHY Register 18" bitfld.long 0x08 29. " EN_HALF_CAS ,Subtracts 1/2 cycle from the DQS gate value programmed into PHY_GATE_CRn[2:0] by 1/2 cycle" "No adjust,Adjust" bitfld.long 0x08 27. " SW_HALF_CYCLE_SHIFT ,override the calculated phase shift detection" "Disabled,Enabled" textline " " bitfld.long 0x08 25. " WRLVL_CLKDL ,Adds an extra clock cycle to the delay in the PHY" "No change,Extra clock" bitfld.long 0x08 19.--21. " RD_DL_SET ,Read delay setting for io_datain FIFO timing" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x08 0.--2. " GATE_CFG ,Coarse adjust of gate open time" "0,1,2,3,4,5,6,7" line.long 0x0C "PHY19,PHY Register 19" hexmask.long.byte 0x0C 0.--7. 1. " DLL_START_POINT ,Value at which the DLL will begin searching fora lock" line.long 0x10 "PHY20,PHY Register 20" hexmask.long.byte 0x10 8.--14. 1. " DLL_WRITE_DLL ,DLL Write delay" group.long 0x468++0x0F line.long 0x00 "PHY26,PHY Register 26" bitfld.long 0x00 24. " DQS_ERROR_STATUS ,Status signal to indicate that the logic gate had to be forced closed" "No error,Error" hexmask.long.word 0x00 8.--23. 1. " LPBK_DQ_DATA ,Reports the actual data or expected data" textline " " bitfld.long 0x00 4.--7. " LPBK_DM_DATA ,Reports the actual data mask or the expected data mask" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 1. " LPBK_STATUS ,Reports status of loopback errors" "No error,Error" textline " " bitfld.long 0x00 0. " LPBK_START ,Defines the status of the loopback mode" "No loopback,Loopback" line.long 0x04 "PHY27,PHY Register 27" hexmask.long.byte 0x04 24.--31. 1. " DLL_UNLOCK_VALUE ,Reports the dll_lock_value if the DLL has become unlocked after being locked" hexmask.long.byte 0x04 16.--23. 1. " LOCK ,Holds the last 8 samples of the lock indicator" textline " " hexmask.long.byte 0x04 8.--15. 1. " DLL_LOCK_VALUE ,Reports the DLL encoder value from the master DLL to the slave DLL" bitfld.long 0x04 0. " DLL_LOCK ,Indicates status of the DLL" "Not locked,Locked" line.long 0x08 "PHY28,PHY Register 28" hexmask.long.byte 0x08 16.--23. 1. " DEC_OUT_WR ,Holds the encoded value for the clock write delay line for this slice" bitfld.long 0x08 0. " DLL_LOCK ,Indicates status of the DLL" "Not locked,Locked" line.long 0x0C "PHY29,PHY Register 29" hexmask.long.word 0x0C 0.--15. 1. " DEC_OUT_WR_DQS ,Reports the encoded value for the clock write DQS delay line" group.long 0x480++0x13 line.long 0x00 "PHY32,PHY Register 32" bitfld.long 0x00 12.--15. " TSEL_START ,Defines the DQ pad dynamic termination select enable time" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 8.--11. " TSEL_END ,Defines the DQ pad dynamic termination select disable time" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x00 4.--6. " OE_START ,Adjusts the starting point of the DQ pad output enable window" "0,1,2,3,4,5,6,7" bitfld.long 0x00 0.--2. " OE_END ,Adjusts the ending point of the DQ pad output enable window" "0,1,2,3,4,5,6,7" line.long 0x04 "PHY33,PHY Register 33" bitfld.long 0x04 12.--15. " TSEL_START ,Defines the DQ pad dynamic termination select enable time" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x04 8.--11. " TSEL_END ,Defines the DQ pad dynamic termination select disable time" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x04 4.--7. " OE_START ,Adjusts the starting point of the DQ pad output enable window" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x04 0.--3. " OE_END ,Adjusts the ending point of the DQ pad output enable window" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x08 "PHY34,PHY Register 34" bitfld.long 0x08 29. " EN_HALF_CAS ,Subtracts 1/2 cycle from the DQS gate value programmed into PHY_GATE_CRn[2:0] by 1/2 cycle" "No adjust,Adjust" bitfld.long 0x08 27. " SW_HALF_CYCLE_SHIFT ,override the calculated phase shift detection" "No effect,Half clock" textline " " bitfld.long 0x08 25. " WRLVL_CLKDL ,Adds an extra clock cycle to the delay in the PHY" "No change,Extra clock" bitfld.long 0x08 19.--21. " RD_DL_SET ,Read delay setting for io_datain FIFO timing" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x08 0.--2. " Gate_CFG ,Coarse adjust of gate open time" "0,1,2,3,4,5,6,7" line.long 0x0C "PHY35,PHY Register 35" hexmask.long.byte 0x0C 0.--7. 1. " DLL_START_POINT ,Value at which the DLL will begin searching fora lock" line.long 0x10 "PHY36,PHY Register 36" hexmask.long.byte 0x10 8.--14. 1. " DLL_WRITE_DLL ,DLL Write delay" group.long 0x4A8++0x0F line.long 0x00 "PHY42,PHY Register 42" bitfld.long 0x00 24. " DQS_ERROR_STATUS ,Status signal to indicate that the logic gate had to be forced closed" "No error,Error" hexmask.long.word 0x00 8.--23. 1. " LPBK_DQ_DATA ,Reports the actual data or expected data" textline " " bitfld.long 0x00 4.--7. " LPBK_DM_DATA ,Reports the actual data mask or the expected data mask" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 1. " LPBK_STATUS ,Reports status of loopback errors" "No error,Error" textline " " bitfld.long 0x00 0. " LPBK_START ,Defines the status of the loopback mode" "No loopback,Loopback" line.long 0x04 "PHY43,PHY Register 43" hexmask.long.byte 0x04 24.--31. 1. " DLL_UNLOCK_VALUE ,Reports the dll_lock_value if the DLL has become unlocked after being locked" hexmask.long.byte 0x04 16.--23. 1. " LOCK ,Holds the last 8 samples of the lock indicator" textline " " hexmask.long.byte 0x04 8.--15. 1. " DLL_LOCK_VALUE ,Reports the DLL encoder value from the master DLL to the slave DLL" bitfld.long 0x04 0. " DLL_LOCK ,Indicates status of the DLL" "Not locked,Locked" line.long 0x08 "PHY44,PHY Register 44" hexmask.long.byte 0x08 16.--23. 1. " DEC_OUT_WR ,Holds the encoded value for the clock write delay line for this slice" bitfld.long 0x08 0. " DLL_LOCK ,Indicates status of the DLL" "Not locked,Locked" line.long 0x0C "PHY45,PHY Register 45" hexmask.long.word 0x0C 0.--15. 1. " DEC_OUT_WR_DQS ,Reports the encoded value for the clock write DQS delay line" group.long 0x4C4++0x07 line.long 0x00 "PHY49,PHY Register 49" hexmask.long.byte 0x00 16.--23. 1. " PHY_RDLV_DL ,PHY Read Level Delay" line.long 0x04 "PHY50,PHY Register 50" bitfld.long 0x04 13. " DFI_MOBILE_EN ,DFI control for Mobile PHYs" "Disabled,Enabled" bitfld.long 0x04 12. " DDR3_MODE ,Enables the generation of the additional DQS pulse required for DDR3 controllers" "Disabled,Enabled" textline " " bitfld.long 0x04 11. " DDR_SEL ,Controls the PHY memory system mode" "Non-LPDDR2,LPDDR2" bitfld.long 0x04 8. " EN_SW_HALF_CYCLE ,Enables the Software Half Cycle Shift" "Disabled,Enabled" textline " " bitfld.long 0x04 4. " CLEAR_FIFO ,Clear the gather FIFO" "No effect,Cleared" group.long 0x4D0++0x03 line.long 0x00 "PHY52,PHY Register 52" bitfld.long 0x00 20. " TSEL_OFF_VALUE_DATA ,Termination select off value for the data" "0,1" bitfld.long 0x00 16. " TSEL_RD_VALUE_DATA ,Termination select read value for the data" "0,1" textline " " bitfld.long 0x00 12. " TSEL_OFF_VALUE_DQS ,Termination select off value for the data strobe" "0,1" bitfld.long 0x00 8. " TSEL_RD_VALUE_DQS ,Termination select read value for the data strobe" "0,1" textline " " bitfld.long 0x00 4. " TSEL_OFF_VALUE_DM ,Termination select off value for the data mask" "0,1" bitfld.long 0x00 0. " TSEL_RD_VALUE_DM ,Termination select read value for the data mask" "0,1" tree.end endif width 0xB tree.end tree "CSU (Central Security Unit)" base ad:0x40017000 width 10. tree "Config Security Level Registers" group.long 0x00++0xFF line.long 0x0 "CSU_CSL0,Config Security Level" bitfld.long 0x0 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x0 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x0 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x0 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x0 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x0 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x0 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x0 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x0 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x0 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x0 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x0 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x0 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x0 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x0 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x0 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x0 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x0 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x4 "CSU_CSL1,Config Security Level" bitfld.long 0x4 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x4 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x4 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x4 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x4 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x4 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x4 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x4 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x4 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x4 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x4 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x4 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x4 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x4 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x4 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x4 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x4 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x4 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x8 "CSU_CSL2,Config Security Level" bitfld.long 0x8 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x8 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x8 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x8 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x8 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x8 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x8 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x8 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x8 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x8 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x8 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x8 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x8 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x8 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x8 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x8 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x8 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x8 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0xC "CSU_CSL3,Config Security Level" bitfld.long 0xC 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xC 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xC 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xC 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xC 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xC 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xC 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xC 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x10 "CSU_CSL4,Config Security Level" bitfld.long 0x10 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x10 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x10 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x10 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x10 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x10 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x10 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x10 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x10 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x10 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x10 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x10 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x10 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x10 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x10 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x10 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x10 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x10 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x14 "CSU_CSL5,Config Security Level" bitfld.long 0x14 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x14 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x14 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x14 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x14 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x14 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x14 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x14 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x14 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x14 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x14 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x14 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x14 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x14 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x14 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x14 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x14 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x14 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x18 "CSU_CSL6,Config Security Level" bitfld.long 0x18 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x18 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x18 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x18 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x18 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x18 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x18 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x18 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x18 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x18 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x18 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x18 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x18 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x18 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x18 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x18 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x18 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x18 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x1C "CSU_CSL7,Config Security Level" bitfld.long 0x1C 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x1C 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x1C 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x1C 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x1C 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x1C 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x1C 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x1C 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x1C 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x1C 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x1C 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x1C 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x1C 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x1C 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x1C 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x1C 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x1C 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x1C 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x20 "CSU_CSL8,Config Security Level" bitfld.long 0x20 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x20 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x20 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x20 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x20 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x20 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x20 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x20 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x20 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x20 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x20 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x20 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x20 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x20 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x20 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x20 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x20 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x20 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x24 "CSU_CSL9,Config Security Level" bitfld.long 0x24 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x24 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x24 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x24 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x24 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x24 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x24 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x24 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x24 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x24 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x24 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x24 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x24 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x24 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x24 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x24 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x24 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x24 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x28 "CSU_CSL10,Config Security Level" bitfld.long 0x28 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x28 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x28 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x28 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x28 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x28 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x28 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x28 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x28 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x28 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x28 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x28 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x28 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x28 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x28 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x28 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x28 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x28 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x2C "CSU_CSL11,Config Security Level" bitfld.long 0x2C 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x2C 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x2C 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x2C 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x2C 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x2C 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x2C 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x2C 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x2C 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x2C 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x2C 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x2C 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x2C 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x2C 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x2C 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x2C 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x2C 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x2C 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x30 "CSU_CSL12,Config Security Level" bitfld.long 0x30 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x30 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x30 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x30 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x30 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x30 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x30 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x30 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x30 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x30 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x30 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x30 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x30 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x30 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x30 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x30 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x30 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x30 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x34 "CSU_CSL13,Config Security Level" bitfld.long 0x34 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x34 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x34 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x34 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x34 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x34 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x34 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x34 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x34 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x34 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x34 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x34 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x34 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x34 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x34 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x34 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x34 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x34 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x38 "CSU_CSL14,Config Security Level" bitfld.long 0x38 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x38 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x38 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x38 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x38 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x38 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x38 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x38 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x38 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x38 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x38 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x38 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x38 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x38 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x38 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x38 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x38 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x38 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x3C "CSU_CSL15,Config Security Level" bitfld.long 0x3C 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x3C 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x3C 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x3C 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x3C 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x3C 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x3C 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x3C 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x3C 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x3C 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x3C 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x3C 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x3C 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x3C 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x3C 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x3C 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x3C 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x3C 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x40 "CSU_CSL16,Config Security Level" bitfld.long 0x40 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x40 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x40 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x40 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x40 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x40 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x40 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x40 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x40 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x40 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x40 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x40 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x40 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x40 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x40 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x40 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x40 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x40 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x44 "CSU_CSL17,Config Security Level" bitfld.long 0x44 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x44 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x44 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x44 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x44 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x44 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x44 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x44 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x44 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x44 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x44 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x44 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x44 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x44 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x44 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x44 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x44 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x44 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x48 "CSU_CSL18,Config Security Level" bitfld.long 0x48 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x48 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x48 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x48 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x48 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x48 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x48 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x48 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x48 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x48 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x48 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x48 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x48 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x48 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x48 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x48 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x48 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x48 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x4C "CSU_CSL19,Config Security Level" bitfld.long 0x4C 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x4C 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x4C 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x4C 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x4C 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x4C 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x4C 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x4C 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x4C 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x4C 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x4C 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x4C 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x4C 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x4C 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x4C 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x4C 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x4C 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x4C 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x50 "CSU_CSL20,Config Security Level" bitfld.long 0x50 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x50 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x50 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x50 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x50 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x50 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x50 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x50 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x50 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x50 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x50 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x50 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x50 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x50 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x50 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x50 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x50 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x50 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x54 "CSU_CSL21,Config Security Level" bitfld.long 0x54 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x54 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x54 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x54 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x54 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x54 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x54 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x54 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x54 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x54 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x54 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x54 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x54 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x54 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x54 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x54 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x54 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x54 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x58 "CSU_CSL22,Config Security Level" bitfld.long 0x58 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x58 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x58 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x58 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x58 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x58 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x58 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x58 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x58 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x58 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x58 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x58 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x58 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x58 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x58 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x58 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x58 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x58 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x5C "CSU_CSL23,Config Security Level" bitfld.long 0x5C 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x5C 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x5C 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x5C 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x5C 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x5C 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x5C 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x5C 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x5C 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x5C 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x5C 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x5C 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x5C 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x5C 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x5C 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x5C 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x5C 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x5C 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x60 "CSU_CSL24,Config Security Level" bitfld.long 0x60 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x60 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x60 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x60 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x60 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x60 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x60 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x60 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x60 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x60 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x60 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x60 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x60 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x60 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x60 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x60 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x60 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x60 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x64 "CSU_CSL25,Config Security Level" bitfld.long 0x64 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x64 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x64 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x64 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x64 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x64 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x64 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x64 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x64 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x64 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x64 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x64 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x64 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x64 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x64 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x64 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x64 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x64 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x68 "CSU_CSL26,Config Security Level" bitfld.long 0x68 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x68 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x68 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x68 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x68 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x68 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x68 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x68 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x68 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x68 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x68 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x68 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x68 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x68 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x68 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x68 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x68 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x68 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x6C "CSU_CSL27,Config Security Level" bitfld.long 0x6C 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x6C 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x6C 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x6C 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x6C 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x6C 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x6C 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x6C 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x6C 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x6C 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x6C 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x6C 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x6C 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x6C 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x6C 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x6C 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x6C 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x6C 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x70 "CSU_CSL28,Config Security Level" bitfld.long 0x70 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x70 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x70 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x70 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x70 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x70 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x70 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x70 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x70 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x70 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x70 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x70 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x70 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x70 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x70 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x70 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x70 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x70 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x74 "CSU_CSL29,Config Security Level" bitfld.long 0x74 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x74 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x74 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x74 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x74 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x74 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x74 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x74 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x74 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x74 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x74 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x74 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x74 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x74 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x74 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x74 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x74 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x74 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x78 "CSU_CSL30,Config Security Level" bitfld.long 0x78 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x78 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x78 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x78 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x78 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x78 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x78 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x78 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x78 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x78 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x78 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x78 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x78 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x78 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x78 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x78 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x78 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x78 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x7C "CSU_CSL31,Config Security Level" bitfld.long 0x7C 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x7C 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x7C 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x7C 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x7C 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x7C 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x7C 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x7C 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x7C 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x7C 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x7C 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x7C 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x7C 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x7C 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x7C 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x7C 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x7C 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x7C 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x80 "CSU_CSL32,Config Security Level" bitfld.long 0x80 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x80 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x80 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x80 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x80 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x80 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x80 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x80 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x80 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x80 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x80 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x80 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x80 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x80 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x80 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x80 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x80 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x80 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x84 "CSU_CSL33,Config Security Level" bitfld.long 0x84 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x84 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x84 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x84 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x84 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x84 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x84 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x84 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x84 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x84 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x84 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x84 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x84 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x84 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x84 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x84 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x84 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x84 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x88 "CSU_CSL34,Config Security Level" bitfld.long 0x88 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x88 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x88 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x88 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x88 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x88 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x88 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x88 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x88 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x88 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x88 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x88 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x88 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x88 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x88 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x88 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x88 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x88 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x8C "CSU_CSL35,Config Security Level" bitfld.long 0x8C 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x8C 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x8C 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x8C 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x8C 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x8C 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x8C 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x8C 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x8C 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x8C 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x8C 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x8C 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x8C 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x8C 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x8C 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x8C 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x8C 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x8C 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x90 "CSU_CSL36,Config Security Level" bitfld.long 0x90 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x90 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x90 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x90 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x90 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x90 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x90 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x90 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x90 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x90 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x90 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x90 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x90 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x90 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x90 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x90 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x90 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x90 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x94 "CSU_CSL37,Config Security Level" bitfld.long 0x94 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x94 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x94 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x94 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x94 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x94 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x94 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x94 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x94 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x94 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x94 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x94 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x94 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x94 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x94 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x94 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x94 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x94 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x98 "CSU_CSL38,Config Security Level" bitfld.long 0x98 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x98 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x98 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x98 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x98 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x98 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x98 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x98 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x98 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x98 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x98 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x98 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x98 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x98 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x98 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x98 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x98 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x98 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0x9C "CSU_CSL39,Config Security Level" bitfld.long 0x9C 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x9C 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x9C 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x9C 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x9C 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x9C 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x9C 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0x9C 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x9C 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x9C 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0x9C 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x9C 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x9C 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x9C 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x9C 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0x9C 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x9C 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0x9C 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0xA0 "CSU_CSL40,Config Security Level" bitfld.long 0xA0 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xA0 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA0 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xA0 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA0 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA0 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xA0 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA0 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA0 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xA0 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xA0 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA0 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xA0 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA0 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA0 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xA0 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA0 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA0 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0xA4 "CSU_CSL41,Config Security Level" bitfld.long 0xA4 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xA4 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA4 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xA4 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA4 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA4 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xA4 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA4 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA4 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xA4 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xA4 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA4 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xA4 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA4 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA4 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xA4 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA4 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA4 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0xA8 "CSU_CSL42,Config Security Level" bitfld.long 0xA8 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xA8 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA8 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xA8 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA8 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA8 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xA8 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA8 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA8 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xA8 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xA8 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA8 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xA8 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA8 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA8 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xA8 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA8 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xA8 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0xAC "CSU_CSL43,Config Security Level" bitfld.long 0xAC 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xAC 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xAC 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xAC 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xAC 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xAC 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xAC 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0xAC 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xAC 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xAC 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xAC 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xAC 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xAC 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xAC 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xAC 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xAC 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xAC 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xAC 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0xB0 "CSU_CSL44,Config Security Level" bitfld.long 0xB0 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xB0 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB0 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xB0 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB0 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB0 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xB0 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB0 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB0 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xB0 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xB0 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB0 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xB0 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB0 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB0 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xB0 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB0 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB0 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0xB4 "CSU_CSL45,Config Security Level" bitfld.long 0xB4 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xB4 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB4 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xB4 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB4 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB4 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xB4 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB4 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB4 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xB4 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xB4 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB4 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xB4 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB4 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB4 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xB4 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB4 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB4 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0xB8 "CSU_CSL46,Config Security Level" bitfld.long 0xB8 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xB8 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB8 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xB8 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB8 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB8 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xB8 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB8 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB8 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xB8 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xB8 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB8 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xB8 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB8 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB8 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xB8 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB8 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xB8 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0xBC "CSU_CSL47,Config Security Level" bitfld.long 0xBC 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xBC 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xBC 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xBC 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xBC 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xBC 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xBC 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0xBC 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xBC 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xBC 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xBC 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xBC 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xBC 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xBC 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xBC 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xBC 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xBC 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xBC 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0xC0 "CSU_CSL48,Config Security Level" bitfld.long 0xC0 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xC0 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC0 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xC0 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC0 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC0 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xC0 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC0 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC0 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xC0 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xC0 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC0 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xC0 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC0 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC0 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xC0 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC0 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC0 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0xC4 "CSU_CSL49,Config Security Level" bitfld.long 0xC4 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xC4 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC4 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xC4 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC4 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC4 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xC4 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC4 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC4 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xC4 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xC4 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC4 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xC4 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC4 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC4 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xC4 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC4 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC4 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0xC8 "CSU_CSL50,Config Security Level" bitfld.long 0xC8 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xC8 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC8 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xC8 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC8 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC8 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xC8 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC8 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC8 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xC8 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xC8 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC8 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xC8 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC8 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC8 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xC8 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC8 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xC8 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0xCC "CSU_CSL51,Config Security Level" bitfld.long 0xCC 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xCC 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xCC 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xCC 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xCC 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xCC 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xCC 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0xCC 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xCC 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xCC 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xCC 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xCC 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xCC 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xCC 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xCC 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xCC 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xCC 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xCC 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0xD0 "CSU_CSL52,Config Security Level" bitfld.long 0xD0 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xD0 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD0 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xD0 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD0 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD0 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xD0 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD0 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD0 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xD0 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xD0 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD0 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xD0 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD0 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD0 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xD0 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD0 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD0 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0xD4 "CSU_CSL53,Config Security Level" bitfld.long 0xD4 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xD4 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD4 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xD4 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD4 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD4 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xD4 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD4 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD4 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xD4 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xD4 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD4 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xD4 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD4 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD4 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xD4 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD4 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD4 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0xD8 "CSU_CSL54,Config Security Level" bitfld.long 0xD8 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xD8 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD8 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xD8 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD8 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD8 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xD8 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD8 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD8 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xD8 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xD8 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD8 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xD8 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD8 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD8 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xD8 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD8 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xD8 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0xDC "CSU_CSL55,Config Security Level" bitfld.long 0xDC 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xDC 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xDC 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xDC 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xDC 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xDC 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xDC 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0xDC 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xDC 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xDC 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xDC 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xDC 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xDC 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xDC 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xDC 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xDC 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xDC 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xDC 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0xE0 "CSU_CSL56,Config Security Level" bitfld.long 0xE0 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xE0 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE0 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xE0 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE0 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE0 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xE0 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE0 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE0 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xE0 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xE0 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE0 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xE0 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE0 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE0 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xE0 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE0 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE0 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0xE4 "CSU_CSL57,Config Security Level" bitfld.long 0xE4 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xE4 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE4 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xE4 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE4 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE4 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xE4 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE4 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE4 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xE4 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xE4 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE4 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xE4 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE4 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE4 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xE4 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE4 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE4 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0xE8 "CSU_CSL58,Config Security Level" bitfld.long 0xE8 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xE8 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE8 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xE8 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE8 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE8 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xE8 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE8 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE8 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xE8 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xE8 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE8 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xE8 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE8 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE8 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xE8 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE8 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xE8 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0xEC "CSU_CSL59,Config Security Level" bitfld.long 0xEC 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xEC 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xEC 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xEC 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xEC 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xEC 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xEC 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0xEC 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xEC 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xEC 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xEC 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xEC 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xEC 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xEC 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xEC 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xEC 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xEC 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xEC 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0xF0 "CSU_CSL60,Config Security Level" bitfld.long 0xF0 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xF0 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF0 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xF0 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF0 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF0 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xF0 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF0 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF0 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xF0 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xF0 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF0 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xF0 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF0 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF0 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xF0 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF0 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF0 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0xF4 "CSU_CSL61,Config Security Level" bitfld.long 0xF4 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xF4 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF4 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xF4 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF4 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF4 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xF4 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF4 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF4 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xF4 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xF4 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF4 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xF4 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF4 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF4 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xF4 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF4 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF4 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0xF8 "CSU_CSL62,Config Security Level" bitfld.long 0xF8 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xF8 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF8 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xF8 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF8 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF8 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xF8 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF8 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF8 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xF8 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xF8 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF8 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xF8 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF8 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF8 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xF8 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF8 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xF8 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" line.long 0xFC "CSU_CSL63,Config Security Level" bitfld.long 0xFC 24. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xFC 23. " CSL16 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xFC 22. " CSL17 ,Secured Supervisor Read Access enabled for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xFC 21. " CSL18 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xFC 20. " CSL19 ,Non-Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xFC 19. " CSL20 ,Secured User Write enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xFC 18. " CSL21 ,Secured Supervisor Write enable for a particular slave" "Disabled,Enabled" bitfld.long 0xFC 17. " CSL22 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xFC 16. " CSL23 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xFC 8. " L ,Lock Bit" "Not locked,Locked" bitfld.long 0xFC 7. " CSL0 ,Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xFC 6. " CLS1 ,Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xFC 5. " CLS2 ,Non Secured User Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xFC 4. " CLS3 ,Non Secured Supervisor Read Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xFC 3. " CLS4 ,Secured User Writee Access enable for a particular slave" "Disabled,Enabled" textline " " bitfld.long 0xFC 2. " CLS5 ,Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xFC 1. " CLS6 ,Non Secured User Write Access enable for a particular slave" "Disabled,Enabled" bitfld.long 0xFC 0. " CLS7 ,Non -Secured Supervisor Write Access enable for a particular slave" "Disabled,Enabled" tree.end tree "Hprot Register" width 9. group.long 0x200++0x07 line.long 0x0 "CSU_HP0,Hprot Register" bitfld.long 0x0 31. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 30. " HP ,Privilege mode Access for that master" "User,Privilege" bitfld.long 0x0 29. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 28. " HP ,Privilege mode Access for that master" "User,Privilege" textline " " bitfld.long 0x0 27. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 26. " HP ,Privilege mode Access for that master" "User,Privilege" bitfld.long 0x0 25. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 24. " HP ,Privilege mode Access for that master" "User,Privilege" textline " " bitfld.long 0x0 23. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 22. " HP ,Privilege mode Access for that master" "User,Privilege" bitfld.long 0x0 21. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 20. " HP ,Privilege mode Access for that master" "User,Privilege" textline " " bitfld.long 0x0 19. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 18. " HP ,Privilege mode Access for that master" "User,Privilege" bitfld.long 0x0 17. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 16. " HP ,Privilege mode Access for that master" "User,Privilege" textline " " bitfld.long 0x0 15. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 14. " HP ,Privilege mode Access for that master" "User,Privilege" bitfld.long 0x0 13. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 12. " HP ,Privilege mode Access for that master" "User,Privilege" textline " " bitfld.long 0x0 11. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 10. " HP ,Privilege mode Access for that master" "User,Privilege" bitfld.long 0x0 9. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 8. " HP ,Privilege mode Access for that master" "User,Privilege" textline " " bitfld.long 0x0 7. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 6. " HP ,Privilege mode Access for that master" "User,Privilege" bitfld.long 0x0 5. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 4. " HP ,Privilege mode Access for that master" "User,Privilege" textline " " bitfld.long 0x0 3. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 2. " HP ,Privilege mode Access for that master" "User,Privilege" bitfld.long 0x0 1. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 0. " HP ,Privilege mode Access for that master" "User,Privilege" line.long 0x4 "CSU_HP1,Hprot Register" bitfld.long 0x4 31. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 30. " HP ,Privilege mode Access for that master" "User,Privilege" bitfld.long 0x4 29. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 28. " HP ,Privilege mode Access for that master" "User,Privilege" textline " " bitfld.long 0x4 27. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 26. " HP ,Privilege mode Access for that master" "User,Privilege" bitfld.long 0x4 25. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 24. " HP ,Privilege mode Access for that master" "User,Privilege" textline " " bitfld.long 0x4 23. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 22. " HP ,Privilege mode Access for that master" "User,Privilege" bitfld.long 0x4 21. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 20. " HP ,Privilege mode Access for that master" "User,Privilege" textline " " bitfld.long 0x4 19. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 18. " HP ,Privilege mode Access for that master" "User,Privilege" bitfld.long 0x4 17. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 16. " HP ,Privilege mode Access for that master" "User,Privilege" textline " " bitfld.long 0x4 15. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 14. " HP ,Privilege mode Access for that master" "User,Privilege" bitfld.long 0x4 13. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 12. " HP ,Privilege mode Access for that master" "User,Privilege" textline " " bitfld.long 0x4 11. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 10. " HP ,Privilege mode Access for that master" "User,Privilege" bitfld.long 0x4 9. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 8. " HP ,Privilege mode Access for that master" "User,Privilege" textline " " bitfld.long 0x4 7. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 6. " HP ,Privilege mode Access for that master" "User,Privilege" bitfld.long 0x4 5. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 4. " HP ,Privilege mode Access for that master" "User,Privilege" textline " " bitfld.long 0x4 3. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 2. " HP ,Privilege mode Access for that master" "User,Privilege" bitfld.long 0x4 1. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 0. " HP ,Privilege mode Access for that master" "User,Privilege" tree.end tree "Secure Access Register" width 9. group.long 0x218++0x07 line.long 0x0 "CSU_SA0,Secure Access Register" bitfld.long 0x0 31. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x0 30. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" bitfld.long 0x0 29. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x0 28. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" textline " " bitfld.long 0x0 27. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x0 26. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" bitfld.long 0x0 25. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x0 24. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" textline " " bitfld.long 0x0 23. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x0 22. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" bitfld.long 0x0 21. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x0 20. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" textline " " bitfld.long 0x0 19. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x0 18. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" bitfld.long 0x0 17. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x0 16. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" textline " " bitfld.long 0x0 15. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x0 14. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" bitfld.long 0x0 13. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x0 12. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" textline " " bitfld.long 0x0 11. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x0 10. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" bitfld.long 0x0 9. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x0 8. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" textline " " bitfld.long 0x0 7. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x0 6. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" bitfld.long 0x0 5. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x0 4. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" textline " " bitfld.long 0x0 3. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x0 2. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" bitfld.long 0x0 1. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x0 0. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" line.long 0x4 "CSU_SA1,Secure Access Register" bitfld.long 0x4 31. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x4 30. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" bitfld.long 0x4 29. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x4 28. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" textline " " bitfld.long 0x4 27. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x4 26. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" bitfld.long 0x4 25. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x4 24. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" textline " " bitfld.long 0x4 23. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x4 22. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" bitfld.long 0x4 21. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x4 20. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" textline " " bitfld.long 0x4 19. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x4 18. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" bitfld.long 0x4 17. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x4 16. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" textline " " bitfld.long 0x4 15. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x4 14. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" bitfld.long 0x4 13. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x4 12. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" textline " " bitfld.long 0x4 11. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x4 10. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" bitfld.long 0x4 9. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x4 8. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" textline " " bitfld.long 0x4 7. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x4 6. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" bitfld.long 0x4 5. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x4 4. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" textline " " bitfld.long 0x4 3. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x4 2. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" bitfld.long 0x4 1. " L ,Lock bit set by Secure software enable" "Unlocked,Locked" bitfld.long 0x4 0. " SA ,Stands for Non-Secured Access for that master enable" "Secured,Non-secured" tree.end tree "Access Mask Registers" width 9. group.long 0x230++0x07 line.long 0x0 "CSU_AMK0,Alarm Mask Register" bitfld.long 0x0 31. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 30. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" bitfld.long 0x0 29. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 28. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" textline " " bitfld.long 0x0 27. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 26. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" bitfld.long 0x0 25. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 24. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" textline " " bitfld.long 0x0 23. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 22. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" bitfld.long 0x0 21. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 20. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" textline " " bitfld.long 0x0 19. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 18. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" bitfld.long 0x0 17. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 16. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" textline " " bitfld.long 0x0 15. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 14. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" bitfld.long 0x0 13. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 12. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" textline " " bitfld.long 0x0 11. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 10. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" bitfld.long 0x0 9. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 8. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" textline " " bitfld.long 0x0 7. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 6. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" bitfld.long 0x0 5. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 4. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" textline " " bitfld.long 0x0 3. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 2. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" bitfld.long 0x0 1. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 0. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" line.long 0x4 "CSU_AMK1,Alarm Mask Register" bitfld.long 0x4 31. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 30. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" bitfld.long 0x4 29. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 28. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" textline " " bitfld.long 0x4 27. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 26. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" bitfld.long 0x4 25. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 24. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" textline " " bitfld.long 0x4 23. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 22. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" bitfld.long 0x4 21. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 20. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" textline " " bitfld.long 0x4 19. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 18. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" bitfld.long 0x4 17. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 16. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" textline " " bitfld.long 0x4 15. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 14. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" bitfld.long 0x4 13. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 12. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" textline " " bitfld.long 0x4 11. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 10. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" bitfld.long 0x4 9. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 8. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" textline " " bitfld.long 0x4 7. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 6. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" bitfld.long 0x4 5. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 4. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" textline " " bitfld.long 0x4 3. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 2. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" bitfld.long 0x4 1. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 0. " AMK ,Mask csu_alarm_in input alarm signal" "Not masked,Masked" tree.end tree "Alarm Registers" width 10. group.long 0x244++0x33 line.long 0x0 "AROUT0,Alarm Routing Register" bitfld.long 0x0 31. " L ,Lock of previous bits 0-30" "Unlocked,Locked" bitfld.long 0x0 30. " AROUT30 ,Input alarm routed to 30 Alarm Output" "Not routed,Routed" bitfld.long 0x0 29. " AROUT29 ,Input alarm routed to 29 Alarm Output" "Not routed,Routed" bitfld.long 0x0 28. " AROUT28 ,Input alarm routed to 28 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x0 27. " AROUT27 ,Input alarm routed to 27 Alarm Output" "Not routed,Routed" bitfld.long 0x0 26. " AROUT26 ,Input alarm routed to 26 Alarm Output" "Not routed,Routed" bitfld.long 0x0 25. " AROUT25 ,Input alarm routed to 25 Alarm Output" "Not routed,Routed" bitfld.long 0x0 24. " AROUT24 ,Input alarm routed to 24 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x0 23. " AROUT23 ,Input alarm routed to 23 Alarm Output" "Not routed,Routed" bitfld.long 0x0 22. " AROUT22 ,Input alarm routed to 22 Alarm Output" "Not routed,Routed" bitfld.long 0x0 21. " AROUT21 ,Input alarm routed to 21 Alarm Output" "Not routed,Routed" bitfld.long 0x0 20. " AROUT20 ,Input alarm routed to 20 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x0 19. " AROUT19 ,Input alarm routed to 19 Alarm Output" "Not routed,Routed" bitfld.long 0x0 18. " AROUT18 ,Input alarm routed to 18 Alarm Output" "Not routed,Routed" bitfld.long 0x0 17. " AROUT17 ,Input alarm routed to 17 Alarm Output" "Not routed,Routed" bitfld.long 0x0 16. " AROUT16 ,Input alarm routed to 16 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x0 15. " AROUT15 ,Input alarm routed to 15 Alarm Output" "Not routed,Routed" bitfld.long 0x0 14. " AROUT14 ,Input alarm routed to 14 Alarm Output" "Not routed,Routed" bitfld.long 0x0 13. " AROUT13 ,Input alarm routed to 13 Alarm Output" "Not routed,Routed" bitfld.long 0x0 12. " AROUT12 ,Input alarm routed to 12 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x0 11. " AROUT11 ,Input alarm routed to 11 Alarm Output" "Not routed,Routed" bitfld.long 0x0 10. " AROUT10 ,Input alarm routed to 10 Alarm Output" "Not routed,Routed" bitfld.long 0x0 9. " AROUT9 ,Input alarm routed to 9 Alarm Output" "Not routed,Routed" bitfld.long 0x0 8. " AROUT8 ,Input alarm routed to 8 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x0 7. " AROUT7 ,Input alarm routed to 7 Alarm Output" "Not routed,Routed" bitfld.long 0x0 6. " AROUT6 ,Input alarm routed to 6 Alarm Output" "Not routed,Routed" bitfld.long 0x0 5. " AROUT5 ,Input alarm routed to 5 Alarm Output" "Not routed,Routed" bitfld.long 0x0 4. " AROUT4 ,Input alarm routed to 4 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x0 3. " AROUT3 ,Input alarm routed to 3 Alarm Output" "Not routed,Routed" bitfld.long 0x0 2. " AROUT2 ,Input alarm routed to 2 Alarm Output" "Not routed,Routed" bitfld.long 0x0 1. " AROUT1 ,Input alarm routed to 1 Alarm Output" "Not routed,Routed" bitfld.long 0x0 0. " AROUT0 ,Input alarm routed to 0 Alarm Output" "Not routed,Routed" line.long 0x4 "AROUT1,Alarm Routing Register" bitfld.long 0x4 31. " L ,Lock of previous bits 0-30" "Unlocked,Locked" bitfld.long 0x4 30. " AROUT30 ,Input alarm routed to 30 Alarm Output" "Not routed,Routed" bitfld.long 0x4 29. " AROUT29 ,Input alarm routed to 29 Alarm Output" "Not routed,Routed" bitfld.long 0x4 28. " AROUT28 ,Input alarm routed to 28 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x4 27. " AROUT27 ,Input alarm routed to 27 Alarm Output" "Not routed,Routed" bitfld.long 0x4 26. " AROUT26 ,Input alarm routed to 26 Alarm Output" "Not routed,Routed" bitfld.long 0x4 25. " AROUT25 ,Input alarm routed to 25 Alarm Output" "Not routed,Routed" bitfld.long 0x4 24. " AROUT24 ,Input alarm routed to 24 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x4 23. " AROUT23 ,Input alarm routed to 23 Alarm Output" "Not routed,Routed" bitfld.long 0x4 22. " AROUT22 ,Input alarm routed to 22 Alarm Output" "Not routed,Routed" bitfld.long 0x4 21. " AROUT21 ,Input alarm routed to 21 Alarm Output" "Not routed,Routed" bitfld.long 0x4 20. " AROUT20 ,Input alarm routed to 20 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x4 19. " AROUT19 ,Input alarm routed to 19 Alarm Output" "Not routed,Routed" bitfld.long 0x4 18. " AROUT18 ,Input alarm routed to 18 Alarm Output" "Not routed,Routed" bitfld.long 0x4 17. " AROUT17 ,Input alarm routed to 17 Alarm Output" "Not routed,Routed" bitfld.long 0x4 16. " AROUT16 ,Input alarm routed to 16 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x4 15. " AROUT15 ,Input alarm routed to 15 Alarm Output" "Not routed,Routed" bitfld.long 0x4 14. " AROUT14 ,Input alarm routed to 14 Alarm Output" "Not routed,Routed" bitfld.long 0x4 13. " AROUT13 ,Input alarm routed to 13 Alarm Output" "Not routed,Routed" bitfld.long 0x4 12. " AROUT12 ,Input alarm routed to 12 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x4 11. " AROUT11 ,Input alarm routed to 11 Alarm Output" "Not routed,Routed" bitfld.long 0x4 10. " AROUT10 ,Input alarm routed to 10 Alarm Output" "Not routed,Routed" bitfld.long 0x4 9. " AROUT9 ,Input alarm routed to 9 Alarm Output" "Not routed,Routed" bitfld.long 0x4 8. " AROUT8 ,Input alarm routed to 8 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x4 7. " AROUT7 ,Input alarm routed to 7 Alarm Output" "Not routed,Routed" bitfld.long 0x4 6. " AROUT6 ,Input alarm routed to 6 Alarm Output" "Not routed,Routed" bitfld.long 0x4 5. " AROUT5 ,Input alarm routed to 5 Alarm Output" "Not routed,Routed" bitfld.long 0x4 4. " AROUT4 ,Input alarm routed to 4 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x4 3. " AROUT3 ,Input alarm routed to 3 Alarm Output" "Not routed,Routed" bitfld.long 0x4 2. " AROUT2 ,Input alarm routed to 2 Alarm Output" "Not routed,Routed" bitfld.long 0x4 1. " AROUT1 ,Input alarm routed to 1 Alarm Output" "Not routed,Routed" bitfld.long 0x4 0. " AROUT0 ,Input alarm routed to 0 Alarm Output" "Not routed,Routed" line.long 0x8 "AROUT2,Alarm Routing Register" bitfld.long 0x8 31. " L ,Lock of previous bits 0-30" "Unlocked,Locked" bitfld.long 0x8 30. " AROUT30 ,Input alarm routed to 30 Alarm Output" "Not routed,Routed" bitfld.long 0x8 29. " AROUT29 ,Input alarm routed to 29 Alarm Output" "Not routed,Routed" bitfld.long 0x8 28. " AROUT28 ,Input alarm routed to 28 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x8 27. " AROUT27 ,Input alarm routed to 27 Alarm Output" "Not routed,Routed" bitfld.long 0x8 26. " AROUT26 ,Input alarm routed to 26 Alarm Output" "Not routed,Routed" bitfld.long 0x8 25. " AROUT25 ,Input alarm routed to 25 Alarm Output" "Not routed,Routed" bitfld.long 0x8 24. " AROUT24 ,Input alarm routed to 24 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x8 23. " AROUT23 ,Input alarm routed to 23 Alarm Output" "Not routed,Routed" bitfld.long 0x8 22. " AROUT22 ,Input alarm routed to 22 Alarm Output" "Not routed,Routed" bitfld.long 0x8 21. " AROUT21 ,Input alarm routed to 21 Alarm Output" "Not routed,Routed" bitfld.long 0x8 20. " AROUT20 ,Input alarm routed to 20 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x8 19. " AROUT19 ,Input alarm routed to 19 Alarm Output" "Not routed,Routed" bitfld.long 0x8 18. " AROUT18 ,Input alarm routed to 18 Alarm Output" "Not routed,Routed" bitfld.long 0x8 17. " AROUT17 ,Input alarm routed to 17 Alarm Output" "Not routed,Routed" bitfld.long 0x8 16. " AROUT16 ,Input alarm routed to 16 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x8 15. " AROUT15 ,Input alarm routed to 15 Alarm Output" "Not routed,Routed" bitfld.long 0x8 14. " AROUT14 ,Input alarm routed to 14 Alarm Output" "Not routed,Routed" bitfld.long 0x8 13. " AROUT13 ,Input alarm routed to 13 Alarm Output" "Not routed,Routed" bitfld.long 0x8 12. " AROUT12 ,Input alarm routed to 12 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x8 11. " AROUT11 ,Input alarm routed to 11 Alarm Output" "Not routed,Routed" bitfld.long 0x8 10. " AROUT10 ,Input alarm routed to 10 Alarm Output" "Not routed,Routed" bitfld.long 0x8 9. " AROUT9 ,Input alarm routed to 9 Alarm Output" "Not routed,Routed" bitfld.long 0x8 8. " AROUT8 ,Input alarm routed to 8 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x8 7. " AROUT7 ,Input alarm routed to 7 Alarm Output" "Not routed,Routed" bitfld.long 0x8 6. " AROUT6 ,Input alarm routed to 6 Alarm Output" "Not routed,Routed" bitfld.long 0x8 5. " AROUT5 ,Input alarm routed to 5 Alarm Output" "Not routed,Routed" bitfld.long 0x8 4. " AROUT4 ,Input alarm routed to 4 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x8 3. " AROUT3 ,Input alarm routed to 3 Alarm Output" "Not routed,Routed" bitfld.long 0x8 2. " AROUT2 ,Input alarm routed to 2 Alarm Output" "Not routed,Routed" bitfld.long 0x8 1. " AROUT1 ,Input alarm routed to 1 Alarm Output" "Not routed,Routed" bitfld.long 0x8 0. " AROUT0 ,Input alarm routed to 0 Alarm Output" "Not routed,Routed" line.long 0xC "AROUT3,Alarm Routing Register" bitfld.long 0xC 31. " L ,Lock of previous bits 0-30" "Unlocked,Locked" bitfld.long 0xC 30. " AROUT30 ,Input alarm routed to 30 Alarm Output" "Not routed,Routed" bitfld.long 0xC 29. " AROUT29 ,Input alarm routed to 29 Alarm Output" "Not routed,Routed" bitfld.long 0xC 28. " AROUT28 ,Input alarm routed to 28 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0xC 27. " AROUT27 ,Input alarm routed to 27 Alarm Output" "Not routed,Routed" bitfld.long 0xC 26. " AROUT26 ,Input alarm routed to 26 Alarm Output" "Not routed,Routed" bitfld.long 0xC 25. " AROUT25 ,Input alarm routed to 25 Alarm Output" "Not routed,Routed" bitfld.long 0xC 24. " AROUT24 ,Input alarm routed to 24 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0xC 23. " AROUT23 ,Input alarm routed to 23 Alarm Output" "Not routed,Routed" bitfld.long 0xC 22. " AROUT22 ,Input alarm routed to 22 Alarm Output" "Not routed,Routed" bitfld.long 0xC 21. " AROUT21 ,Input alarm routed to 21 Alarm Output" "Not routed,Routed" bitfld.long 0xC 20. " AROUT20 ,Input alarm routed to 20 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0xC 19. " AROUT19 ,Input alarm routed to 19 Alarm Output" "Not routed,Routed" bitfld.long 0xC 18. " AROUT18 ,Input alarm routed to 18 Alarm Output" "Not routed,Routed" bitfld.long 0xC 17. " AROUT17 ,Input alarm routed to 17 Alarm Output" "Not routed,Routed" bitfld.long 0xC 16. " AROUT16 ,Input alarm routed to 16 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0xC 15. " AROUT15 ,Input alarm routed to 15 Alarm Output" "Not routed,Routed" bitfld.long 0xC 14. " AROUT14 ,Input alarm routed to 14 Alarm Output" "Not routed,Routed" bitfld.long 0xC 13. " AROUT13 ,Input alarm routed to 13 Alarm Output" "Not routed,Routed" bitfld.long 0xC 12. " AROUT12 ,Input alarm routed to 12 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0xC 11. " AROUT11 ,Input alarm routed to 11 Alarm Output" "Not routed,Routed" bitfld.long 0xC 10. " AROUT10 ,Input alarm routed to 10 Alarm Output" "Not routed,Routed" bitfld.long 0xC 9. " AROUT9 ,Input alarm routed to 9 Alarm Output" "Not routed,Routed" bitfld.long 0xC 8. " AROUT8 ,Input alarm routed to 8 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0xC 7. " AROUT7 ,Input alarm routed to 7 Alarm Output" "Not routed,Routed" bitfld.long 0xC 6. " AROUT6 ,Input alarm routed to 6 Alarm Output" "Not routed,Routed" bitfld.long 0xC 5. " AROUT5 ,Input alarm routed to 5 Alarm Output" "Not routed,Routed" bitfld.long 0xC 4. " AROUT4 ,Input alarm routed to 4 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0xC 3. " AROUT3 ,Input alarm routed to 3 Alarm Output" "Not routed,Routed" bitfld.long 0xC 2. " AROUT2 ,Input alarm routed to 2 Alarm Output" "Not routed,Routed" bitfld.long 0xC 1. " AROUT1 ,Input alarm routed to 1 Alarm Output" "Not routed,Routed" bitfld.long 0xC 0. " AROUT0 ,Input alarm routed to 0 Alarm Output" "Not routed,Routed" line.long 0x10 "AROUT4,Alarm Routing Register" bitfld.long 0x10 31. " L ,Lock of previous bits 0-30" "Unlocked,Locked" bitfld.long 0x10 30. " AROUT30 ,Input alarm routed to 30 Alarm Output" "Not routed,Routed" bitfld.long 0x10 29. " AROUT29 ,Input alarm routed to 29 Alarm Output" "Not routed,Routed" bitfld.long 0x10 28. " AROUT28 ,Input alarm routed to 28 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x10 27. " AROUT27 ,Input alarm routed to 27 Alarm Output" "Not routed,Routed" bitfld.long 0x10 26. " AROUT26 ,Input alarm routed to 26 Alarm Output" "Not routed,Routed" bitfld.long 0x10 25. " AROUT25 ,Input alarm routed to 25 Alarm Output" "Not routed,Routed" bitfld.long 0x10 24. " AROUT24 ,Input alarm routed to 24 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x10 23. " AROUT23 ,Input alarm routed to 23 Alarm Output" "Not routed,Routed" bitfld.long 0x10 22. " AROUT22 ,Input alarm routed to 22 Alarm Output" "Not routed,Routed" bitfld.long 0x10 21. " AROUT21 ,Input alarm routed to 21 Alarm Output" "Not routed,Routed" bitfld.long 0x10 20. " AROUT20 ,Input alarm routed to 20 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x10 19. " AROUT19 ,Input alarm routed to 19 Alarm Output" "Not routed,Routed" bitfld.long 0x10 18. " AROUT18 ,Input alarm routed to 18 Alarm Output" "Not routed,Routed" bitfld.long 0x10 17. " AROUT17 ,Input alarm routed to 17 Alarm Output" "Not routed,Routed" bitfld.long 0x10 16. " AROUT16 ,Input alarm routed to 16 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x10 15. " AROUT15 ,Input alarm routed to 15 Alarm Output" "Not routed,Routed" bitfld.long 0x10 14. " AROUT14 ,Input alarm routed to 14 Alarm Output" "Not routed,Routed" bitfld.long 0x10 13. " AROUT13 ,Input alarm routed to 13 Alarm Output" "Not routed,Routed" bitfld.long 0x10 12. " AROUT12 ,Input alarm routed to 12 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x10 11. " AROUT11 ,Input alarm routed to 11 Alarm Output" "Not routed,Routed" bitfld.long 0x10 10. " AROUT10 ,Input alarm routed to 10 Alarm Output" "Not routed,Routed" bitfld.long 0x10 9. " AROUT9 ,Input alarm routed to 9 Alarm Output" "Not routed,Routed" bitfld.long 0x10 8. " AROUT8 ,Input alarm routed to 8 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x10 7. " AROUT7 ,Input alarm routed to 7 Alarm Output" "Not routed,Routed" bitfld.long 0x10 6. " AROUT6 ,Input alarm routed to 6 Alarm Output" "Not routed,Routed" bitfld.long 0x10 5. " AROUT5 ,Input alarm routed to 5 Alarm Output" "Not routed,Routed" bitfld.long 0x10 4. " AROUT4 ,Input alarm routed to 4 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x10 3. " AROUT3 ,Input alarm routed to 3 Alarm Output" "Not routed,Routed" bitfld.long 0x10 2. " AROUT2 ,Input alarm routed to 2 Alarm Output" "Not routed,Routed" bitfld.long 0x10 1. " AROUT1 ,Input alarm routed to 1 Alarm Output" "Not routed,Routed" bitfld.long 0x10 0. " AROUT0 ,Input alarm routed to 0 Alarm Output" "Not routed,Routed" line.long 0x14 "AROUT5,Alarm Routing Register" bitfld.long 0x14 31. " L ,Lock of previous bits 0-30" "Unlocked,Locked" bitfld.long 0x14 30. " AROUT30 ,Input alarm routed to 30 Alarm Output" "Not routed,Routed" bitfld.long 0x14 29. " AROUT29 ,Input alarm routed to 29 Alarm Output" "Not routed,Routed" bitfld.long 0x14 28. " AROUT28 ,Input alarm routed to 28 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x14 27. " AROUT27 ,Input alarm routed to 27 Alarm Output" "Not routed,Routed" bitfld.long 0x14 26. " AROUT26 ,Input alarm routed to 26 Alarm Output" "Not routed,Routed" bitfld.long 0x14 25. " AROUT25 ,Input alarm routed to 25 Alarm Output" "Not routed,Routed" bitfld.long 0x14 24. " AROUT24 ,Input alarm routed to 24 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x14 23. " AROUT23 ,Input alarm routed to 23 Alarm Output" "Not routed,Routed" bitfld.long 0x14 22. " AROUT22 ,Input alarm routed to 22 Alarm Output" "Not routed,Routed" bitfld.long 0x14 21. " AROUT21 ,Input alarm routed to 21 Alarm Output" "Not routed,Routed" bitfld.long 0x14 20. " AROUT20 ,Input alarm routed to 20 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x14 19. " AROUT19 ,Input alarm routed to 19 Alarm Output" "Not routed,Routed" bitfld.long 0x14 18. " AROUT18 ,Input alarm routed to 18 Alarm Output" "Not routed,Routed" bitfld.long 0x14 17. " AROUT17 ,Input alarm routed to 17 Alarm Output" "Not routed,Routed" bitfld.long 0x14 16. " AROUT16 ,Input alarm routed to 16 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x14 15. " AROUT15 ,Input alarm routed to 15 Alarm Output" "Not routed,Routed" bitfld.long 0x14 14. " AROUT14 ,Input alarm routed to 14 Alarm Output" "Not routed,Routed" bitfld.long 0x14 13. " AROUT13 ,Input alarm routed to 13 Alarm Output" "Not routed,Routed" bitfld.long 0x14 12. " AROUT12 ,Input alarm routed to 12 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x14 11. " AROUT11 ,Input alarm routed to 11 Alarm Output" "Not routed,Routed" bitfld.long 0x14 10. " AROUT10 ,Input alarm routed to 10 Alarm Output" "Not routed,Routed" bitfld.long 0x14 9. " AROUT9 ,Input alarm routed to 9 Alarm Output" "Not routed,Routed" bitfld.long 0x14 8. " AROUT8 ,Input alarm routed to 8 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x14 7. " AROUT7 ,Input alarm routed to 7 Alarm Output" "Not routed,Routed" bitfld.long 0x14 6. " AROUT6 ,Input alarm routed to 6 Alarm Output" "Not routed,Routed" bitfld.long 0x14 5. " AROUT5 ,Input alarm routed to 5 Alarm Output" "Not routed,Routed" bitfld.long 0x14 4. " AROUT4 ,Input alarm routed to 4 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x14 3. " AROUT3 ,Input alarm routed to 3 Alarm Output" "Not routed,Routed" bitfld.long 0x14 2. " AROUT2 ,Input alarm routed to 2 Alarm Output" "Not routed,Routed" bitfld.long 0x14 1. " AROUT1 ,Input alarm routed to 1 Alarm Output" "Not routed,Routed" bitfld.long 0x14 0. " AROUT0 ,Input alarm routed to 0 Alarm Output" "Not routed,Routed" line.long 0x18 "AROUT6,Alarm Routing Register" bitfld.long 0x18 31. " L ,Lock of previous bits 0-30" "Unlocked,Locked" bitfld.long 0x18 30. " AROUT30 ,Input alarm routed to 30 Alarm Output" "Not routed,Routed" bitfld.long 0x18 29. " AROUT29 ,Input alarm routed to 29 Alarm Output" "Not routed,Routed" bitfld.long 0x18 28. " AROUT28 ,Input alarm routed to 28 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x18 27. " AROUT27 ,Input alarm routed to 27 Alarm Output" "Not routed,Routed" bitfld.long 0x18 26. " AROUT26 ,Input alarm routed to 26 Alarm Output" "Not routed,Routed" bitfld.long 0x18 25. " AROUT25 ,Input alarm routed to 25 Alarm Output" "Not routed,Routed" bitfld.long 0x18 24. " AROUT24 ,Input alarm routed to 24 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x18 23. " AROUT23 ,Input alarm routed to 23 Alarm Output" "Not routed,Routed" bitfld.long 0x18 22. " AROUT22 ,Input alarm routed to 22 Alarm Output" "Not routed,Routed" bitfld.long 0x18 21. " AROUT21 ,Input alarm routed to 21 Alarm Output" "Not routed,Routed" bitfld.long 0x18 20. " AROUT20 ,Input alarm routed to 20 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x18 19. " AROUT19 ,Input alarm routed to 19 Alarm Output" "Not routed,Routed" bitfld.long 0x18 18. " AROUT18 ,Input alarm routed to 18 Alarm Output" "Not routed,Routed" bitfld.long 0x18 17. " AROUT17 ,Input alarm routed to 17 Alarm Output" "Not routed,Routed" bitfld.long 0x18 16. " AROUT16 ,Input alarm routed to 16 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x18 15. " AROUT15 ,Input alarm routed to 15 Alarm Output" "Not routed,Routed" bitfld.long 0x18 14. " AROUT14 ,Input alarm routed to 14 Alarm Output" "Not routed,Routed" bitfld.long 0x18 13. " AROUT13 ,Input alarm routed to 13 Alarm Output" "Not routed,Routed" bitfld.long 0x18 12. " AROUT12 ,Input alarm routed to 12 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x18 11. " AROUT11 ,Input alarm routed to 11 Alarm Output" "Not routed,Routed" bitfld.long 0x18 10. " AROUT10 ,Input alarm routed to 10 Alarm Output" "Not routed,Routed" bitfld.long 0x18 9. " AROUT9 ,Input alarm routed to 9 Alarm Output" "Not routed,Routed" bitfld.long 0x18 8. " AROUT8 ,Input alarm routed to 8 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x18 7. " AROUT7 ,Input alarm routed to 7 Alarm Output" "Not routed,Routed" bitfld.long 0x18 6. " AROUT6 ,Input alarm routed to 6 Alarm Output" "Not routed,Routed" bitfld.long 0x18 5. " AROUT5 ,Input alarm routed to 5 Alarm Output" "Not routed,Routed" bitfld.long 0x18 4. " AROUT4 ,Input alarm routed to 4 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x18 3. " AROUT3 ,Input alarm routed to 3 Alarm Output" "Not routed,Routed" bitfld.long 0x18 2. " AROUT2 ,Input alarm routed to 2 Alarm Output" "Not routed,Routed" bitfld.long 0x18 1. " AROUT1 ,Input alarm routed to 1 Alarm Output" "Not routed,Routed" bitfld.long 0x18 0. " AROUT0 ,Input alarm routed to 0 Alarm Output" "Not routed,Routed" line.long 0x1C "AROUT7,Alarm Routing Register" bitfld.long 0x1C 31. " L ,Lock of previous bits 0-30" "Unlocked,Locked" bitfld.long 0x1C 30. " AROUT30 ,Input alarm routed to 30 Alarm Output" "Not routed,Routed" bitfld.long 0x1C 29. " AROUT29 ,Input alarm routed to 29 Alarm Output" "Not routed,Routed" bitfld.long 0x1C 28. " AROUT28 ,Input alarm routed to 28 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x1C 27. " AROUT27 ,Input alarm routed to 27 Alarm Output" "Not routed,Routed" bitfld.long 0x1C 26. " AROUT26 ,Input alarm routed to 26 Alarm Output" "Not routed,Routed" bitfld.long 0x1C 25. " AROUT25 ,Input alarm routed to 25 Alarm Output" "Not routed,Routed" bitfld.long 0x1C 24. " AROUT24 ,Input alarm routed to 24 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x1C 23. " AROUT23 ,Input alarm routed to 23 Alarm Output" "Not routed,Routed" bitfld.long 0x1C 22. " AROUT22 ,Input alarm routed to 22 Alarm Output" "Not routed,Routed" bitfld.long 0x1C 21. " AROUT21 ,Input alarm routed to 21 Alarm Output" "Not routed,Routed" bitfld.long 0x1C 20. " AROUT20 ,Input alarm routed to 20 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x1C 19. " AROUT19 ,Input alarm routed to 19 Alarm Output" "Not routed,Routed" bitfld.long 0x1C 18. " AROUT18 ,Input alarm routed to 18 Alarm Output" "Not routed,Routed" bitfld.long 0x1C 17. " AROUT17 ,Input alarm routed to 17 Alarm Output" "Not routed,Routed" bitfld.long 0x1C 16. " AROUT16 ,Input alarm routed to 16 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x1C 15. " AROUT15 ,Input alarm routed to 15 Alarm Output" "Not routed,Routed" bitfld.long 0x1C 14. " AROUT14 ,Input alarm routed to 14 Alarm Output" "Not routed,Routed" bitfld.long 0x1C 13. " AROUT13 ,Input alarm routed to 13 Alarm Output" "Not routed,Routed" bitfld.long 0x1C 12. " AROUT12 ,Input alarm routed to 12 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x1C 11. " AROUT11 ,Input alarm routed to 11 Alarm Output" "Not routed,Routed" bitfld.long 0x1C 10. " AROUT10 ,Input alarm routed to 10 Alarm Output" "Not routed,Routed" bitfld.long 0x1C 9. " AROUT9 ,Input alarm routed to 9 Alarm Output" "Not routed,Routed" bitfld.long 0x1C 8. " AROUT8 ,Input alarm routed to 8 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x1C 7. " AROUT7 ,Input alarm routed to 7 Alarm Output" "Not routed,Routed" bitfld.long 0x1C 6. " AROUT6 ,Input alarm routed to 6 Alarm Output" "Not routed,Routed" bitfld.long 0x1C 5. " AROUT5 ,Input alarm routed to 5 Alarm Output" "Not routed,Routed" bitfld.long 0x1C 4. " AROUT4 ,Input alarm routed to 4 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x1C 3. " AROUT3 ,Input alarm routed to 3 Alarm Output" "Not routed,Routed" bitfld.long 0x1C 2. " AROUT2 ,Input alarm routed to 2 Alarm Output" "Not routed,Routed" bitfld.long 0x1C 1. " AROUT1 ,Input alarm routed to 1 Alarm Output" "Not routed,Routed" bitfld.long 0x1C 0. " AROUT0 ,Input alarm routed to 0 Alarm Output" "Not routed,Routed" line.long 0x20 "AROUT8,Alarm Routing Register" bitfld.long 0x20 31. " L ,Lock of previous bits 0-30" "Unlocked,Locked" bitfld.long 0x20 30. " AROUT30 ,Input alarm routed to 30 Alarm Output" "Not routed,Routed" bitfld.long 0x20 29. " AROUT29 ,Input alarm routed to 29 Alarm Output" "Not routed,Routed" bitfld.long 0x20 28. " AROUT28 ,Input alarm routed to 28 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x20 27. " AROUT27 ,Input alarm routed to 27 Alarm Output" "Not routed,Routed" bitfld.long 0x20 26. " AROUT26 ,Input alarm routed to 26 Alarm Output" "Not routed,Routed" bitfld.long 0x20 25. " AROUT25 ,Input alarm routed to 25 Alarm Output" "Not routed,Routed" bitfld.long 0x20 24. " AROUT24 ,Input alarm routed to 24 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x20 23. " AROUT23 ,Input alarm routed to 23 Alarm Output" "Not routed,Routed" bitfld.long 0x20 22. " AROUT22 ,Input alarm routed to 22 Alarm Output" "Not routed,Routed" bitfld.long 0x20 21. " AROUT21 ,Input alarm routed to 21 Alarm Output" "Not routed,Routed" bitfld.long 0x20 20. " AROUT20 ,Input alarm routed to 20 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x20 19. " AROUT19 ,Input alarm routed to 19 Alarm Output" "Not routed,Routed" bitfld.long 0x20 18. " AROUT18 ,Input alarm routed to 18 Alarm Output" "Not routed,Routed" bitfld.long 0x20 17. " AROUT17 ,Input alarm routed to 17 Alarm Output" "Not routed,Routed" bitfld.long 0x20 16. " AROUT16 ,Input alarm routed to 16 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x20 15. " AROUT15 ,Input alarm routed to 15 Alarm Output" "Not routed,Routed" bitfld.long 0x20 14. " AROUT14 ,Input alarm routed to 14 Alarm Output" "Not routed,Routed" bitfld.long 0x20 13. " AROUT13 ,Input alarm routed to 13 Alarm Output" "Not routed,Routed" bitfld.long 0x20 12. " AROUT12 ,Input alarm routed to 12 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x20 11. " AROUT11 ,Input alarm routed to 11 Alarm Output" "Not routed,Routed" bitfld.long 0x20 10. " AROUT10 ,Input alarm routed to 10 Alarm Output" "Not routed,Routed" bitfld.long 0x20 9. " AROUT9 ,Input alarm routed to 9 Alarm Output" "Not routed,Routed" bitfld.long 0x20 8. " AROUT8 ,Input alarm routed to 8 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x20 7. " AROUT7 ,Input alarm routed to 7 Alarm Output" "Not routed,Routed" bitfld.long 0x20 6. " AROUT6 ,Input alarm routed to 6 Alarm Output" "Not routed,Routed" bitfld.long 0x20 5. " AROUT5 ,Input alarm routed to 5 Alarm Output" "Not routed,Routed" bitfld.long 0x20 4. " AROUT4 ,Input alarm routed to 4 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x20 3. " AROUT3 ,Input alarm routed to 3 Alarm Output" "Not routed,Routed" bitfld.long 0x20 2. " AROUT2 ,Input alarm routed to 2 Alarm Output" "Not routed,Routed" bitfld.long 0x20 1. " AROUT1 ,Input alarm routed to 1 Alarm Output" "Not routed,Routed" bitfld.long 0x20 0. " AROUT0 ,Input alarm routed to 0 Alarm Output" "Not routed,Routed" line.long 0x24 "AROUT9,Alarm Routing Register" bitfld.long 0x24 31. " L ,Lock of previous bits 0-30" "Unlocked,Locked" bitfld.long 0x24 30. " AROUT30 ,Input alarm routed to 30 Alarm Output" "Not routed,Routed" bitfld.long 0x24 29. " AROUT29 ,Input alarm routed to 29 Alarm Output" "Not routed,Routed" bitfld.long 0x24 28. " AROUT28 ,Input alarm routed to 28 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x24 27. " AROUT27 ,Input alarm routed to 27 Alarm Output" "Not routed,Routed" bitfld.long 0x24 26. " AROUT26 ,Input alarm routed to 26 Alarm Output" "Not routed,Routed" bitfld.long 0x24 25. " AROUT25 ,Input alarm routed to 25 Alarm Output" "Not routed,Routed" bitfld.long 0x24 24. " AROUT24 ,Input alarm routed to 24 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x24 23. " AROUT23 ,Input alarm routed to 23 Alarm Output" "Not routed,Routed" bitfld.long 0x24 22. " AROUT22 ,Input alarm routed to 22 Alarm Output" "Not routed,Routed" bitfld.long 0x24 21. " AROUT21 ,Input alarm routed to 21 Alarm Output" "Not routed,Routed" bitfld.long 0x24 20. " AROUT20 ,Input alarm routed to 20 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x24 19. " AROUT19 ,Input alarm routed to 19 Alarm Output" "Not routed,Routed" bitfld.long 0x24 18. " AROUT18 ,Input alarm routed to 18 Alarm Output" "Not routed,Routed" bitfld.long 0x24 17. " AROUT17 ,Input alarm routed to 17 Alarm Output" "Not routed,Routed" bitfld.long 0x24 16. " AROUT16 ,Input alarm routed to 16 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x24 15. " AROUT15 ,Input alarm routed to 15 Alarm Output" "Not routed,Routed" bitfld.long 0x24 14. " AROUT14 ,Input alarm routed to 14 Alarm Output" "Not routed,Routed" bitfld.long 0x24 13. " AROUT13 ,Input alarm routed to 13 Alarm Output" "Not routed,Routed" bitfld.long 0x24 12. " AROUT12 ,Input alarm routed to 12 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x24 11. " AROUT11 ,Input alarm routed to 11 Alarm Output" "Not routed,Routed" bitfld.long 0x24 10. " AROUT10 ,Input alarm routed to 10 Alarm Output" "Not routed,Routed" bitfld.long 0x24 9. " AROUT9 ,Input alarm routed to 9 Alarm Output" "Not routed,Routed" bitfld.long 0x24 8. " AROUT8 ,Input alarm routed to 8 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x24 7. " AROUT7 ,Input alarm routed to 7 Alarm Output" "Not routed,Routed" bitfld.long 0x24 6. " AROUT6 ,Input alarm routed to 6 Alarm Output" "Not routed,Routed" bitfld.long 0x24 5. " AROUT5 ,Input alarm routed to 5 Alarm Output" "Not routed,Routed" bitfld.long 0x24 4. " AROUT4 ,Input alarm routed to 4 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x24 3. " AROUT3 ,Input alarm routed to 3 Alarm Output" "Not routed,Routed" bitfld.long 0x24 2. " AROUT2 ,Input alarm routed to 2 Alarm Output" "Not routed,Routed" bitfld.long 0x24 1. " AROUT1 ,Input alarm routed to 1 Alarm Output" "Not routed,Routed" bitfld.long 0x24 0. " AROUT0 ,Input alarm routed to 0 Alarm Output" "Not routed,Routed" line.long 0x28 "AROUT10,Alarm Routing Register" bitfld.long 0x28 31. " L ,Lock of previous bits 0-30" "Unlocked,Locked" bitfld.long 0x28 30. " AROUT30 ,Input alarm routed to 30 Alarm Output" "Not routed,Routed" bitfld.long 0x28 29. " AROUT29 ,Input alarm routed to 29 Alarm Output" "Not routed,Routed" bitfld.long 0x28 28. " AROUT28 ,Input alarm routed to 28 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x28 27. " AROUT27 ,Input alarm routed to 27 Alarm Output" "Not routed,Routed" bitfld.long 0x28 26. " AROUT26 ,Input alarm routed to 26 Alarm Output" "Not routed,Routed" bitfld.long 0x28 25. " AROUT25 ,Input alarm routed to 25 Alarm Output" "Not routed,Routed" bitfld.long 0x28 24. " AROUT24 ,Input alarm routed to 24 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x28 23. " AROUT23 ,Input alarm routed to 23 Alarm Output" "Not routed,Routed" bitfld.long 0x28 22. " AROUT22 ,Input alarm routed to 22 Alarm Output" "Not routed,Routed" bitfld.long 0x28 21. " AROUT21 ,Input alarm routed to 21 Alarm Output" "Not routed,Routed" bitfld.long 0x28 20. " AROUT20 ,Input alarm routed to 20 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x28 19. " AROUT19 ,Input alarm routed to 19 Alarm Output" "Not routed,Routed" bitfld.long 0x28 18. " AROUT18 ,Input alarm routed to 18 Alarm Output" "Not routed,Routed" bitfld.long 0x28 17. " AROUT17 ,Input alarm routed to 17 Alarm Output" "Not routed,Routed" bitfld.long 0x28 16. " AROUT16 ,Input alarm routed to 16 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x28 15. " AROUT15 ,Input alarm routed to 15 Alarm Output" "Not routed,Routed" bitfld.long 0x28 14. " AROUT14 ,Input alarm routed to 14 Alarm Output" "Not routed,Routed" bitfld.long 0x28 13. " AROUT13 ,Input alarm routed to 13 Alarm Output" "Not routed,Routed" bitfld.long 0x28 12. " AROUT12 ,Input alarm routed to 12 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x28 11. " AROUT11 ,Input alarm routed to 11 Alarm Output" "Not routed,Routed" bitfld.long 0x28 10. " AROUT10 ,Input alarm routed to 10 Alarm Output" "Not routed,Routed" bitfld.long 0x28 9. " AROUT9 ,Input alarm routed to 9 Alarm Output" "Not routed,Routed" bitfld.long 0x28 8. " AROUT8 ,Input alarm routed to 8 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x28 7. " AROUT7 ,Input alarm routed to 7 Alarm Output" "Not routed,Routed" bitfld.long 0x28 6. " AROUT6 ,Input alarm routed to 6 Alarm Output" "Not routed,Routed" bitfld.long 0x28 5. " AROUT5 ,Input alarm routed to 5 Alarm Output" "Not routed,Routed" bitfld.long 0x28 4. " AROUT4 ,Input alarm routed to 4 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x28 3. " AROUT3 ,Input alarm routed to 3 Alarm Output" "Not routed,Routed" bitfld.long 0x28 2. " AROUT2 ,Input alarm routed to 2 Alarm Output" "Not routed,Routed" bitfld.long 0x28 1. " AROUT1 ,Input alarm routed to 1 Alarm Output" "Not routed,Routed" bitfld.long 0x28 0. " AROUT0 ,Input alarm routed to 0 Alarm Output" "Not routed,Routed" line.long 0x2C "AROUT11,Alarm Routing Register" bitfld.long 0x2C 31. " L ,Lock of previous bits 0-30" "Unlocked,Locked" bitfld.long 0x2C 30. " AROUT30 ,Input alarm routed to 30 Alarm Output" "Not routed,Routed" bitfld.long 0x2C 29. " AROUT29 ,Input alarm routed to 29 Alarm Output" "Not routed,Routed" bitfld.long 0x2C 28. " AROUT28 ,Input alarm routed to 28 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x2C 27. " AROUT27 ,Input alarm routed to 27 Alarm Output" "Not routed,Routed" bitfld.long 0x2C 26. " AROUT26 ,Input alarm routed to 26 Alarm Output" "Not routed,Routed" bitfld.long 0x2C 25. " AROUT25 ,Input alarm routed to 25 Alarm Output" "Not routed,Routed" bitfld.long 0x2C 24. " AROUT24 ,Input alarm routed to 24 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x2C 23. " AROUT23 ,Input alarm routed to 23 Alarm Output" "Not routed,Routed" bitfld.long 0x2C 22. " AROUT22 ,Input alarm routed to 22 Alarm Output" "Not routed,Routed" bitfld.long 0x2C 21. " AROUT21 ,Input alarm routed to 21 Alarm Output" "Not routed,Routed" bitfld.long 0x2C 20. " AROUT20 ,Input alarm routed to 20 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x2C 19. " AROUT19 ,Input alarm routed to 19 Alarm Output" "Not routed,Routed" bitfld.long 0x2C 18. " AROUT18 ,Input alarm routed to 18 Alarm Output" "Not routed,Routed" bitfld.long 0x2C 17. " AROUT17 ,Input alarm routed to 17 Alarm Output" "Not routed,Routed" bitfld.long 0x2C 16. " AROUT16 ,Input alarm routed to 16 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x2C 15. " AROUT15 ,Input alarm routed to 15 Alarm Output" "Not routed,Routed" bitfld.long 0x2C 14. " AROUT14 ,Input alarm routed to 14 Alarm Output" "Not routed,Routed" bitfld.long 0x2C 13. " AROUT13 ,Input alarm routed to 13 Alarm Output" "Not routed,Routed" bitfld.long 0x2C 12. " AROUT12 ,Input alarm routed to 12 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x2C 11. " AROUT11 ,Input alarm routed to 11 Alarm Output" "Not routed,Routed" bitfld.long 0x2C 10. " AROUT10 ,Input alarm routed to 10 Alarm Output" "Not routed,Routed" bitfld.long 0x2C 9. " AROUT9 ,Input alarm routed to 9 Alarm Output" "Not routed,Routed" bitfld.long 0x2C 8. " AROUT8 ,Input alarm routed to 8 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x2C 7. " AROUT7 ,Input alarm routed to 7 Alarm Output" "Not routed,Routed" bitfld.long 0x2C 6. " AROUT6 ,Input alarm routed to 6 Alarm Output" "Not routed,Routed" bitfld.long 0x2C 5. " AROUT5 ,Input alarm routed to 5 Alarm Output" "Not routed,Routed" bitfld.long 0x2C 4. " AROUT4 ,Input alarm routed to 4 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x2C 3. " AROUT3 ,Input alarm routed to 3 Alarm Output" "Not routed,Routed" bitfld.long 0x2C 2. " AROUT2 ,Input alarm routed to 2 Alarm Output" "Not routed,Routed" bitfld.long 0x2C 1. " AROUT1 ,Input alarm routed to 1 Alarm Output" "Not routed,Routed" bitfld.long 0x2C 0. " AROUT0 ,Input alarm routed to 0 Alarm Output" "Not routed,Routed" line.long 0x30 "AROUT12,Alarm Routing Register" bitfld.long 0x30 31. " L ,Lock of previous bits 0-30" "Unlocked,Locked" bitfld.long 0x30 30. " AROUT30 ,Input alarm routed to 30 Alarm Output" "Not routed,Routed" bitfld.long 0x30 29. " AROUT29 ,Input alarm routed to 29 Alarm Output" "Not routed,Routed" bitfld.long 0x30 28. " AROUT28 ,Input alarm routed to 28 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x30 27. " AROUT27 ,Input alarm routed to 27 Alarm Output" "Not routed,Routed" bitfld.long 0x30 26. " AROUT26 ,Input alarm routed to 26 Alarm Output" "Not routed,Routed" bitfld.long 0x30 25. " AROUT25 ,Input alarm routed to 25 Alarm Output" "Not routed,Routed" bitfld.long 0x30 24. " AROUT24 ,Input alarm routed to 24 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x30 23. " AROUT23 ,Input alarm routed to 23 Alarm Output" "Not routed,Routed" bitfld.long 0x30 22. " AROUT22 ,Input alarm routed to 22 Alarm Output" "Not routed,Routed" bitfld.long 0x30 21. " AROUT21 ,Input alarm routed to 21 Alarm Output" "Not routed,Routed" bitfld.long 0x30 20. " AROUT20 ,Input alarm routed to 20 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x30 19. " AROUT19 ,Input alarm routed to 19 Alarm Output" "Not routed,Routed" bitfld.long 0x30 18. " AROUT18 ,Input alarm routed to 18 Alarm Output" "Not routed,Routed" bitfld.long 0x30 17. " AROUT17 ,Input alarm routed to 17 Alarm Output" "Not routed,Routed" bitfld.long 0x30 16. " AROUT16 ,Input alarm routed to 16 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x30 15. " AROUT15 ,Input alarm routed to 15 Alarm Output" "Not routed,Routed" bitfld.long 0x30 14. " AROUT14 ,Input alarm routed to 14 Alarm Output" "Not routed,Routed" bitfld.long 0x30 13. " AROUT13 ,Input alarm routed to 13 Alarm Output" "Not routed,Routed" bitfld.long 0x30 12. " AROUT12 ,Input alarm routed to 12 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x30 11. " AROUT11 ,Input alarm routed to 11 Alarm Output" "Not routed,Routed" bitfld.long 0x30 10. " AROUT10 ,Input alarm routed to 10 Alarm Output" "Not routed,Routed" bitfld.long 0x30 9. " AROUT9 ,Input alarm routed to 9 Alarm Output" "Not routed,Routed" bitfld.long 0x30 8. " AROUT8 ,Input alarm routed to 8 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x30 7. " AROUT7 ,Input alarm routed to 7 Alarm Output" "Not routed,Routed" bitfld.long 0x30 6. " AROUT6 ,Input alarm routed to 6 Alarm Output" "Not routed,Routed" bitfld.long 0x30 5. " AROUT5 ,Input alarm routed to 5 Alarm Output" "Not routed,Routed" bitfld.long 0x30 4. " AROUT4 ,Input alarm routed to 4 Alarm Output" "Not routed,Routed" textline " " bitfld.long 0x30 3. " AROUT3 ,Input alarm routed to 3 Alarm Output" "Not routed,Routed" bitfld.long 0x30 2. " AROUT2 ,Input alarm routed to 2 Alarm Output" "Not routed,Routed" bitfld.long 0x30 1. " AROUT1 ,Input alarm routed to 1 Alarm Output" "Not routed,Routed" bitfld.long 0x30 0. " AROUT0 ,Input alarm routed to 0 Alarm Output" "Not routed,Routed" group.long 0x344++0x0B line.long 0x00 "ASOFT,Soft Alarm Register" bitfld.long 0x00 4. " L ,Lock of previous bits" "Unlocked,Locked" bitfld.long 0x00 2.--3. " SECURE_ALARM ,Soft Alarm written by Secure software" "0,1,2,3" bitfld.long 0x00 0.--1. " NORMAL_ALARM ,Soft Alarm written by normal software" "0,1,2,3" line.long 0x04 "ACOUNTER,Alarm Counter Register" bitfld.long 0x04 15. " L ,Lock previous bits" "Unlocked,Locked" hexmask.long.word 0x04 0.--14. 1. " ACOUNTER ,Counter Value Incremented with CKIL clock edge" line.long 0x08 "ACONTROL,Alarm Control Register" bitfld.long 0x08 2. " L ,Lock previous bits" "Unlocked,Locked" bitfld.long 0x08 1. " SC ,Stop Counter Field" "Not stopped,Stopped" bitfld.long 0x08 0. " CE ,Counter Enable Field" "Not stopped,Stopped" tree.end tree "HProt Control Registers" width 10. group.long 0x358++0x07 line.long 0x0 "CSU_HPC0,HProt Control Register" bitfld.long 0x0 31. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 30. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" bitfld.long 0x0 29. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 28. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" textline " " bitfld.long 0x0 27. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 26. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" bitfld.long 0x0 25. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 24. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" textline " " bitfld.long 0x0 23. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 22. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" bitfld.long 0x0 21. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 20. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" textline " " bitfld.long 0x0 19. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 18. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" bitfld.long 0x0 17. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 16. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" textline " " bitfld.long 0x0 15. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 14. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" bitfld.long 0x0 13. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 12. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" textline " " bitfld.long 0x0 11. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 10. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" bitfld.long 0x0 9. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 8. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" textline " " bitfld.long 0x0 7. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 6. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" bitfld.long 0x0 5. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 4. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" textline " " bitfld.long 0x0 3. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 2. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" bitfld.long 0x0 1. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 0. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" line.long 0x4 "CSU_HPC1,HProt Control Register" bitfld.long 0x4 31. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 30. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" bitfld.long 0x4 29. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 28. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" textline " " bitfld.long 0x4 27. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 26. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" bitfld.long 0x4 25. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 24. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" textline " " bitfld.long 0x4 23. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 22. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" bitfld.long 0x4 21. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 20. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" textline " " bitfld.long 0x4 19. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 18. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" bitfld.long 0x4 17. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 16. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" textline " " bitfld.long 0x4 15. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 14. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" bitfld.long 0x4 13. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 12. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" textline " " bitfld.long 0x4 11. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 10. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" bitfld.long 0x4 9. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 8. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" textline " " bitfld.long 0x4 7. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 6. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" bitfld.long 0x4 5. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 4. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" textline " " bitfld.long 0x4 3. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 2. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" bitfld.long 0x4 1. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 0. " HPC ,HPROT1/HP Being passed as csu_hprot1 output for the nth master" "HPROT1,HP" tree.end sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") tree "Interrupt Control Register" width 6. group.long 0x368++0x07 line.long 0x0 "ICR0,Interrupt Status Register" bitfld.long 0x0 31. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 30. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" bitfld.long 0x0 29. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 28. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" textline " " bitfld.long 0x0 27. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 26. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" bitfld.long 0x0 25. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 24. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" textline " " bitfld.long 0x0 23. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 22. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" bitfld.long 0x0 21. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 20. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" textline " " bitfld.long 0x0 19. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 18. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" bitfld.long 0x0 17. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 16. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" textline " " bitfld.long 0x0 15. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 14. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" bitfld.long 0x0 13. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 12. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" textline " " bitfld.long 0x0 11. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 10. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" bitfld.long 0x0 9. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 8. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" textline " " bitfld.long 0x0 7. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 6. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" bitfld.long 0x0 5. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 4. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" textline " " bitfld.long 0x0 3. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 2. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" bitfld.long 0x0 1. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x0 0. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" line.long 0x4 "ICR1,Interrupt Status Register" bitfld.long 0x4 31. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 30. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" bitfld.long 0x4 29. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 28. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" textline " " bitfld.long 0x4 27. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 26. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" bitfld.long 0x4 25. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 24. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" textline " " bitfld.long 0x4 23. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 22. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" bitfld.long 0x4 21. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 20. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" textline " " bitfld.long 0x4 19. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 18. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" bitfld.long 0x4 17. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 16. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" textline " " bitfld.long 0x4 15. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 14. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" bitfld.long 0x4 13. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 12. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" textline " " bitfld.long 0x4 11. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 10. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" bitfld.long 0x4 9. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 8. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" textline " " bitfld.long 0x4 7. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 6. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" bitfld.long 0x4 5. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 4. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" textline " " bitfld.long 0x4 3. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 2. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" bitfld.long 0x4 1. " L ,Lock bit set by Secure software" "Unlocked,Locked" bitfld.long 0x4 0. " IC ,Interrupt Enable of csu_alarm_in(n) input alarm signal source" "Disabled,Enabled" tree.end endif tree "Interrupt Status Register" width 6. group.long 0x368++0x07 line.long 0x0 "ISR0,Interrupt Status Register" eventfld.long 0x0 30. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" eventfld.long 0x0 28. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" textline " " eventfld.long 0x0 26. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" eventfld.long 0x0 24. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" textline " " eventfld.long 0x0 22. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" eventfld.long 0x0 20. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" textline " " eventfld.long 0x0 18. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" eventfld.long 0x0 16. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" textline " " eventfld.long 0x0 14. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" eventfld.long 0x0 12. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" textline " " eventfld.long 0x0 10. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" eventfld.long 0x0 8. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" textline " " eventfld.long 0x0 6. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" eventfld.long 0x0 4. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" textline " " eventfld.long 0x0 2. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" eventfld.long 0x0 0. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" line.long 0x4 "ISR1,Interrupt Status Register" eventfld.long 0x4 30. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" eventfld.long 0x4 28. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" textline " " eventfld.long 0x4 26. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" eventfld.long 0x4 24. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" textline " " eventfld.long 0x4 22. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" eventfld.long 0x4 20. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" textline " " eventfld.long 0x4 18. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" eventfld.long 0x4 16. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" textline " " eventfld.long 0x4 14. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" eventfld.long 0x4 12. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" textline " " eventfld.long 0x4 10. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" eventfld.long 0x4 8. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" textline " " eventfld.long 0x4 6. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" eventfld.long 0x4 4. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" textline " " eventfld.long 0x4 2. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" eventfld.long 0x4 0. " IS ,Interrupt Status of csu_alarm_in(n) input alarm signal source" "No interrupt,Interrupt" tree.end width 0xb tree.end tree "OCOTP_CTRL (On-Chip OTP Controller)" base ad:0x400A5000 width 25. group.long 0x00++0x0F line.long 0x0 "CTRL,OTP Controller Control Register" hexmask.long.word 0x0 16.--31. 1. " WR_UNLOCK ,OTP write accesses enable" bitfld.long 0x0 12. " CRC_FAIL ,CRC FAIL" "Not failed,Failed" bitfld.long 0x0 11. " CRC_TEST ,CRC Test " "No started,Started" textline " " bitfld.long 0x0 10. " RELOAD_SHADOWS ,Re-loading the shadow registers" "Not forced,Forced" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x0 8. " BUSY ,OTP controller status bit" "Not busy,Busy" else bitfld.long 0x0 9. " ERROR ,OTP Error " "No error,Error" bitfld.long 0x0 8. " BUSY ,OTP controller status bit" "Not busy,Busy" endif textline " " hexmask.long.byte 0x0 0.--6. 1. " ADDR ,OTP write access address register" line.long 0x4 "CTRL_SET,OTP Controller Control Register" hexmask.long.word 0x4 16.--31. 1. " WR_UNLOCK ,OTP write accesses enable" bitfld.long 0x4 12. " CRC_FAIL ,CRC FAIL" "Not failed,Failed" bitfld.long 0x4 11. " CRC_TEST ,CRC Test " "No started,Started" textline " " bitfld.long 0x4 10. " RELOAD_SHADOWS ,Re-loading the shadow registers" "Not forced,Forced" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x4 8. " BUSY ,OTP controller status bit" "Not busy,Busy" else bitfld.long 0x4 9. " ERROR ,OTP Error " "No error,Error" bitfld.long 0x4 8. " BUSY ,OTP controller status bit" "Not busy,Busy" endif textline " " hexmask.long.byte 0x4 0.--6. 1. " ADDR ,OTP write access address register" line.long 0x8 "CTRL_CLR,OTP Controller Control Register" hexmask.long.word 0x8 16.--31. 1. " WR_UNLOCK ,OTP write accesses enable" bitfld.long 0x8 12. " CRC_FAIL ,CRC FAIL" "Not failed,Failed" bitfld.long 0x8 11. " CRC_TEST ,CRC Test " "No started,Started" textline " " bitfld.long 0x8 10. " RELOAD_SHADOWS ,Re-loading the shadow registers" "Not forced,Forced" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x8 8. " BUSY ,OTP controller status bit" "Not busy,Busy" else bitfld.long 0x8 9. " ERROR ,OTP Error " "No error,Error" bitfld.long 0x8 8. " BUSY ,OTP controller status bit" "Not busy,Busy" endif textline " " hexmask.long.byte 0x8 0.--6. 1. " ADDR ,OTP write access address register" line.long 0xC "CTRL_TOG,OTP Controller Control Register" hexmask.long.word 0xC 16.--31. 1. " WR_UNLOCK ,OTP write accesses enable" bitfld.long 0xC 12. " CRC_FAIL ,CRC FAIL" "Not failed,Failed" bitfld.long 0xC 11. " CRC_TEST ,CRC Test " "No started,Started" textline " " bitfld.long 0xC 10. " RELOAD_SHADOWS ,Re-loading the shadow registers" "Not forced,Forced" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0xC 8. " BUSY ,OTP controller status bit" "Not busy,Busy" else bitfld.long 0xC 9. " ERROR ,OTP Error " "No error,Error" bitfld.long 0xC 8. " BUSY ,OTP controller status bit" "Not busy,Busy" endif textline " " hexmask.long.byte 0xC 0.--6. 1. " ADDR ,OTP write access address register" group.long 0x10++0x03 line.long 0x00 "TIMING,OTP Controller Timing Register" bitfld.long 0x0 22.--27. " WAIT ,Time interval between auto read and write access in one time program" "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 0x0 16.--21. " STROBE_READ ,Strobe period in one time read OTP" "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" textline " " bitfld.long 0x0 12.--15. " RELAX ,Time to add to all default timing parameters other than the Tpgm and Trd" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" hexmask.long.word 0x0 0.--11. 1. " STROBE_PROG ,Strobe period in one time write OTP" group.long 0x20++0x03 line.long 0x00 "DATA,OTP Controller Write Data Register" group.long 0x30++0x03 line.long 0x00 "READ_CTRL,OTP Controller Write Data Register" bitfld.long 0x00 0. " READ_FUSE ,Initiate a read to OTP" "Not initiated,Initiated" group.long 0x40++0x03 line.long 0x00 "READ_FUSE_DATA,OTP Controller Read Data Register" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x50++0x03 line.long 0x00 "SW_STICKEY_LOCK,Sticky bit Register" bitfld.long 0x00 4. " JTAG_BLOCK_RELEASE ,JTAG Block/Relase bit" "Blocked,Relased" bitfld.long 0x00 3. " BLOCK_ROM_PART ,Block Rom part enable" "Disabled,Enabled" bitfld.long 0x00 2. " FIELD_RETURN ,Status of shadow register write and OTP write lock for FIELD_RETURN region" "Not locked,Locked" textline " " bitfld.long 0x00 1. " SRK_REVOKE ,Status of shadow register write and OTP write lock for SRK_REVOKE region" "Not locked,Locked" endif group.long 0x60++0x0F line.long 0x0 "SCS,Software Controllable Signals Register" bitfld.long 0x0 31. " LOCK ,SCS register lock" "Not locked,Locked" hexmask.long 0x0 1.--30. 1. " SPARE ,Unallocated read/write bits for implementation specific software use" bitfld.long 0x0 0. " HAB_JDE ,HAB JTAG Debug Enable" "Disabled,Enabled" line.long 0x4 "SCS_SET,Software Controllable Signals Register" bitfld.long 0x4 31. " LOCK ,SCS register lock" "Not locked,Locked" hexmask.long 0x4 1.--30. 1. " SPARE ,Unallocated read/write bits for implementation specific software use" bitfld.long 0x4 0. " HAB_JDE ,HAB JTAG Debug Enable" "Disabled,Enabled" line.long 0x8 "SCS_CLR,Software Controllable Signals Register" bitfld.long 0x8 31. " LOCK ,SCS register lock" "Not locked,Locked" hexmask.long 0x8 1.--30. 1. " SPARE ,Unallocated read/write bits for implementation specific software use" bitfld.long 0x8 0. " HAB_JDE ,HAB JTAG Debug Enable" "Disabled,Enabled" line.long 0xC "SCS_TOG,Software Controllable Signals Register" bitfld.long 0xC 31. " LOCK ,SCS register lock" "Not locked,Locked" hexmask.long 0xC 1.--30. 1. " SPARE ,Unallocated read/write bits for implementation specific software use" bitfld.long 0xC 0. " HAB_JDE ,HAB JTAG Debug Enable" "Disabled,Enabled" group.long 0x70++0x03 line.long 0x00 "CRC_ADDR,OTP Controller CRC test address" bitfld.long 0x00 16.--18. " CRC_ADDR ,Address of 32-bit CRC result for comparing" "0,1,2,3,4,5,6,7" hexmask.long.byte 0x00 8.--15. 1. " DATA_END_ADDR ,Start address of fuse location for CRC calculation" hexmask.long.byte 0x00 0.--7. 1. " DATA_START_ADDR ,End address of fuse location for CRC calculation" group.long 0x80++0x03 line.long 0x00 "CRC_VALUE,OTP Controller CRC Value Register" rgroup.long 0x90++0x03 line.long 0x00 "VERSION,OTP Controller Version Register" hexmask.long.byte 0x00 24.--31. 1. " MAJOR ,Fixed read-only value reflecting the MAJOR field of the RTL version" hexmask.long.byte 0x00 16.--23. 1. " MINOR ,Fixed read-only value reflecting the MINOR field of the RTL version" hexmask.long.word 0x00 0.--15. 1. " STEP ,Fixed read-only value reflecting the stepping of the RTL version" rgroup.long 0x400++0x03 line.long 0x00 "LOCK,Value of OTP Bank0 Word0" bitfld.long 0x00 29. " CRC_GP_HI_LOCK[1] ,Status of shadow register and OTP read lock for upper 128 bits Up CRC region" "Not locked,Locked" bitfld.long 0x00 28. " CRC_GP_HI_LOCK[0] ,Status of shadow register and OTP read lock for upper 128 bits Up CRC region" "Not locked,Locked" bitfld.long 0x00 27. " CRC_GP_LO_LOCK[1] ,Status of shadow register and OTP read lock for upper 128 bits Low CRC region" "Not locked,Locked" textline " " bitfld.long 0x00 26. " CRC_GP_LO_LOCK[0] ,Status of shadow register and OTP read lock for upper 128 bits Low CRC region" "Not locked,Locked" bitfld.long 0x00 22. " MISC_CONF_LOCK ,Status of shadow register and OTP write lock for misc_conf region" "Not locked,Locked" bitfld.long 0x00 21. " PMU_LOCK[1] ,Status of shadow register and OTP write lock for PMU region" "Not locked,Locked" textline " " bitfld.long 0x00 20. " PMU_LOCK[0] ,Status of shadow register and OTP write lock for PMU region" "Not locked,Locked" bitfld.long 0x00 19. " ANALOG_LOCK[1] ,Status of shadow register and OTP write lock for analog region" "Not locked,Locked" bitfld.long 0x00 18. " ANALOG_LOCK[0] ,Status of shadow register and OTP write lock for analog region" "Not locked,Locked" textline " " bitfld.long 0x00 17. " OTPMK_LOCK ,Status of shadow register read and write" "Not locked,Locked" bitfld.long 0x00 14. " SRK_LOCK ,Status of shadow register and OTP write lock for srk region" "Not locked,Locked" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x00 13. " GP2_LOCK[1] ,Status of shadow register and OTP write lock for gp2 region" "Not locked,Locked" endif textline " " bitfld.long 0x00 12. " GP2_LOCK[0] ,Status of shadow register and OTP write lock for gp2 region" "Not locked,Locked" bitfld.long 0x00 11. " GP1_LOCK[1] ,Status of shadow register and OTP write lock for gp2 region" "Not locked,Locked" bitfld.long 0x00 10. " GP1_LOCK[0] ,Status of shadow register and OTP write lock for gp2 region" "Not locked,Locked" textline " " bitfld.long 0x00 9. " MAC_ADDR_LOCK[1] ,Status of shadow register and OTP write lock for mac_addr region" "Not locked,Locked" bitfld.long 0x00 8. " MAC_ADDR_LOCK[0] ,Status of shadow register and OTP write lock for mac_addr region" "Not locked,Locked" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x00 6. " SJC_RESP_LOCK ,Status of shadow register read and write, OTP read and write lock for sjc_resp region" "Not locked,Locked" endif textline " " bitfld.long 0x00 5. " MEM_TRIM_LOCK[1] ,Status of shadow register and OTP write lock for mem_trim region" "Not locked,Locked" bitfld.long 0x00 4. " MEM_TRIM_LOCK ,Status of shadow register and OTP write lock for mem_trim region" "Not locked,Locked" bitfld.long 0x00 3. " BOOT_CFG_LOCK[1] ,Status of shadow register and OTP write lock for boot_cfg region" "Not locked,Locked" textline " " bitfld.long 0x00 2. " BOOT_CFG_LOCK[0] ,Status of shadow register and OTP write lock for boot_cfg region" "Not locked,Locked" bitfld.long 0x00 1. " TESTER_LOCK[1] ,Status of shadow register and OTP write lock for tester region" "Not locked,Locked" bitfld.long 0x00 0. " TESTER_LOCK[0] ,Status of shadow register and OTP write lock for tester region" "Not locked,Locked" group.long 0x410++0x3 line.long 0x00 "CFG0,Value of OTP Bank0 Word1" hexmask.long.byte 0x00 24.--31. 1. " SJC_CHALL[31:24] ,FSL-wide unique, encoded LOT ID STD II/SJC CHALLENGE/ Unique ID" hexmask.long.byte 0x00 16.--23. 1. " SJC_CHALL[23:16] ,FSL-wide unique, encoded LOT ID STD II/SJC CHALLENGE/ Unique ID" textline " " hexmask.long.byte 0x00 8.--15. 1. " SJC_CHALL[15:8] ,FSL-wide unique, encoded LOT ID STD II/SJC CHALLENGE/ Unique ID" hexmask.long.byte 0x00 0.--7. 1. " SJC_CHALL[7:0] ,FSL-wide unique, encoded LOT ID STD II/SJC CHALLENGE/ Unique ID" group.long 0x420++0x3 line.long 0x00 "CFG1,Value of OTP Bank0 Word2" hexmask.long.byte 0x00 24.--31. 1. " SJC_CHALL[63:56] ,The wafer number of the wafer on which the device was fabricated/SJC CHALLENGE/ Unique ID" hexmask.long.byte 0x00 16.--23. 1. " SJC_CHALL[55:48] ,The wafer number of the wafer on which the device was fabricated/SJC CHALLENGE/ Unique ID" textline " " hexmask.long.byte 0x00 8.--15. 1. " SJC_CHALL[47:43] ,The wafer number of the wafer on which the device was fabricated/SJC CHALLENGE/ Unique ID" hexmask.long.byte 0x00 0.--7. 1. " SJC_CHALL[39:32] ,The wafer number of the wafer on which the device was fabricated/SJC CHALLENGE/ Unique ID" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x430++0x3 line.long 0x00 "CFG2,Value of OTP Bank0 Word3" bitfld.long 0x00 30. " OVG_DISABLE ,Disable OpenVG IP" "No,Yes" bitfld.long 0x00 28. " ENET_DISABLE ,DisableEthernent Switch" "No,Yes" bitfld.long 0x00 27. " ENET_DISABLE ,Disable Ethernet 1 IP" "No,Yes" textline " " bitfld.long 0x00 26. " MLB_DISABLE ,Disable MLB50 IP" "No,Yes" bitfld.long 0x00 22. " CPU_BUS_FRQ ,CPU/Bus clock max freq based on package" "500/166Mhz(DIV/3)364BGA,266/133Mhz(DIV/2)144/176LQFP" bitfld.long 0x00 20.--21. " NUM_CORES ,Type of device" "A5,M4,A5+M4,A5+M4" textline " " bitfld.long 0x00 16.--19. " SI_REV ,Silicon Revision number" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" hexmask.long.byte 0x00 8.--15. 1. " TRCP ,Thermal Resistor Calibration Point" group.long 0x440++0x3 line.long 0x00 "CFG3,Value of OTP Bank0 Word4" bitfld.long 0x00 18.--21. " SEC_CONFIG[0] ,Security Configuration Mode and block of debugging of security HW by JTAG" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 10.--13. " SPEED_GRADING ,Burned by tester program, for indicating IC core speed" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 0. " EXPORT_CONTROL ,Used for disabling CAAM and SNVS encryption" "No,Yes" endif group.long 0x450++0x3 line.long 0x00 "CFG4,Value of OTP Bank0 Word5" hexmask.long.byte 0x00 24.--31. 1. " BOOT_CFG4 ,Boot Configuration 4" hexmask.long.byte 0x00 16.--23. 1. " BOOT_CFG3 ,Boot configuration 3" hexmask.long.byte 0x00 8.--15. 1. " BOOT_CFG2 ,Boot configuration 2" textline " " hexmask.long.byte 0x00 0.--7. 1. " BOOT_CFG1 ,Boot configuration 1" group.long 0x460++0x3 line.long 0x00 "CFG5,Value of OTP Bank0 Word6" bitfld.long 0x00 27. " JTAG_HEO ,JTAG HAB Enable Override" "Disabled,Enabled" bitfld.long 0x00 26. " KTE ,Kill Trace Enable" "Diabled,Enabled" bitfld.long 0x00 22.--23. " JTAG_SMODE ,JTAG Security Mode" "JTAG Enable,Secure JTAG,Reserved,No Debug" textline " " bitfld.long 0x00 21. " WDOG_ENABLE ,Watchdog Enable" "Disabled,Enabled" bitfld.long 0x00 20. " SJC_DISABLE ,Secure JTAG Controller module" "No,Yes" bitfld.long 0x00 19. " CSU_ALARM_DISABLE ,CSU Alarm disable bit" "No,Yes" textline " " sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x00 18. " VADC_DISABLE ,VADC disable bit" "No,Yes" endif bitfld.long 0x00 4. " BT_FUSE_SEL ,Determines whether using fuses" "GPIOs/USB,Fuses" bitfld.long 0x00 3. " DIR_BT_DIS ,Direct Boot Disable" "No,Yes" textline " " bitfld.long 0x00 2. " L2_CAC_EN ,L2 Cache Enable" "Enable,Disable" bitfld.long 0x00 1. " SEC_CONFIG ,Security Configuration with SEC_CONFIG[0]" "Low,High" bitfld.long 0x00 0. " ANACATUM_DIS ,ANACATUM Disable" "No,Yes" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x480++0x3 line.long 0x00 "MEM0,Value of OTP Bank1 Word0" hexmask.long.word 0x00 16.--31. 1. " IRC_24M_TRIM ,24M Capacitor/Resistor Trim" hexmask.long.word 0x00 0.--15. 1. " IRC_128K_TRIM ,128K IRC Capacitor/Resistor Trim" group.long 0x490++0x3 line.long 0x00 "MEM1,Value of OTP Bank1 Word1" bitfld.long 0x00 30.--31. " TLB_TC ,Per Test/DFT guide" "0,1,2,3" bitfld.long 0x00 27.--29. " L1I_TCH ,Per Test/DFT guide" "0,1,2,3,4,5,6,7" bitfld.long 0x00 24.--26. " L1I_TCS2 ,Per Test/DFT guide" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x00 19.--21. " L1D_TCH ,Per Test/DFT guide" "0,1,2,3,4,5,6,7" bitfld.long 0x00 16.--18. " L1I_TCS1 ,Per Test/DFT guide" "0,1,2,3,4,5,6,7" hexmask.long.byte 0x00 8.--15. 1. " DVFS_DELAY_ADJUST ,Adjustment the compensator delays on silicon and the system works as a whole at 1.0V and 1.2V" textline " " bitfld.long 0x00 3.--5. " LVDS_BG_V ,LVDS bandgap output voltage trimming" "0,1,2,3,4,5,6,7" bitfld.long 0x00 0.--2. " PTC_VER ,PTC version control number" "0,1,2,3,4,5,6,7" group.long 0x4A0++0x3 line.long 0x00 "MEM2,Value of OTP Bank1 Word2" hexmask.long.tbyte 0x00 8.--31. 1. " SMS ,Per Test/DFT guide" group.long 0x4B0++0x3 line.long 0x00 "MEM3,Value of OTP Bank1 Word3" group.long 0x4C0++0x3 line.long 0x00 "MEM4,Value of OTP Bank1 Word4" group.long 0x4D0++0x3 line.long 0x00 "ANA0,Value of OTP Bank1 Word5" bitfld.long 0x00 24.--28. " 3P_REG_OUT_TRG ,Control bits to adjust the regulator output voltage in 25mV steps" "2.625 V,2.650 V,2.675 V,2.7 V,2.725 V,2.750 V,2.775 V,2.8 V,2.825 V,2.850 V,2.875 V,2.9 V,2.925 V,2.950 V,2.975 V,3.0 V,3.025 V,3.050 V,3.075 V,3.1 V,3.125 V,3.150 V,3.175 V,3.2 V,3.225 V,3.250 V,3.275 V,3.3 V,3.325 V,3.350 V,3.375 V,3.4 V" bitfld.long 0x00 16.--20. " 2P5_REG_OUT_TRG ,Control bits to adjust the regulator output voltage in 25mV steps" "2.0 V,2.025 V,2.050 V,2.075 V,2.1 V,2.125 V,2.150 V,2.175 V,2.2 V,2.225 V,2.250 V,2.275 V,2.3 V,2.325 V,2.350 V,2.375 V,2.4 V,2.425 V,2.450 V,2.475 V,2.5 V,2.525 V,2.550 V,2.575 V,2.6 V,2.625 V,2.650 V,2.675 V,2.7 V,2.725 V,2.750 V,2.750 V" bitfld.long 0x00 8.--12. " 1P1_REG_OUT_TRG ,Control bits to adjust the regulator output voltage in 25mV steps" "Reserved,Reserved,Reserved,Reserved,0.8,0.825,0.850,0.875,0.9,0.925,0.950,0.975,1.0,1.025,1.050,1.075,1.1,1.125,1.150,1.175,1.2,1.225,1.250,1.275,1.3,1.325,1.350,1.375,Burn-in voltage,Burn-in voltage,Burn-in voltage,Burn-in voltage" textline " " bitfld.long 0x00 3.--4. " REFTOP_BIAS_TST ,Control bits to bump up/down the bandgap bias current outputs" "Nominal Ib,Ib+10%,Ib+20%,Ib-10%" bitfld.long 0x00 0.--2. " REFTOP_VBGADJ ,Control bits to adjust the bandgap voltage output from its nominal value" "Nominal VBG,VBG+0.78%,VBG+1.56%,VBG+2.34%,VBG-0.78%,VBG-1.56%,VBG-2.34%,VBG-3.12%" group.long 0x4E0++0x7 line.long 0x00 "ANA1,Value of OTP Bank1 Word6" hexmask.long.word 0x00 20.--31. 1. " ANALOG_TEMP_SENSE[31:20] ,The room temperature from the sensor" hexmask.long.word 0x00 8.--19. 1. " ANALOG_TEMP_SENSE[19:8] ,The hot temperature from the sensor" hexmask.long.byte 0x00 0.--7. 1. " ANALOG_TEMP_SENSE[7:0] ,The hot test temperature from the test program" line.long 0x04 "ANA2,Value of OTP Bank1 Word7" hexmask.long.word 0x04 16.--31. 1. " USB0_PID[15:0] ,USB Product ID" hexmask.long.word 0x04 0.--15. 1. " USB_VID[15:0] ,USB Vendor ID" else group.long 0x4F0++0x03 line.long 0x00 "OCOTP_ANA2, Value of OTP Bank1 Word7" hexmask.long.word 0x00 16.--31. 1. " USB0_PID[15:0] ,USB Product ID" hexmask.long.word 0x00 0.--15. 1. " USB_VID[15:0] ,USB Vendor ID" endif group.long 0x500++0x03 line.long 0x00 "OTPMK0,Shadow Register for OTP Bank2 Word0" group.long 0x510++0x03 line.long 0x00 "OTPMK1,Shadow Register for OTP Bank2 Word1" group.long 0x520++0x03 line.long 0x00 "OTPMK2,Shadow Register for OTP Bank2 Word2" group.long 0x530++0x03 line.long 0x00 "OTPMK3,Shadow Register for OTP Bank2 Word3" group.long 0x540++0x03 line.long 0x00 "OTPMK4,Shadow Register for OTP Bank2 Word4" group.long 0x550++0x03 line.long 0x00 "OTPMK5,Shadow Register for OTP Bank2 Word5" group.long 0x560++0x03 line.long 0x00 "OTPMK6,Shadow Register for OTP Bank2 Word6" group.long 0x570++0x03 line.long 0x00 "OTPMK7,Shadow Register for OTP Bank2 Word7" group.long 0x580++0x03 line.long 0x00 "SRK0,Shadow Register for OTP Bank3 Word0" group.long 0x590++0x03 line.long 0x00 "SRK1,Shadow Register for OTP Bank3 Word1" group.long 0x5A0++0x03 line.long 0x00 "SRK2,Shadow Register for OTP Bank3 Word2" group.long 0x5B0++0x03 line.long 0x00 "SRK3,Shadow Register for OTP Bank3 Word3" group.long 0x5C0++0x03 line.long 0x00 "SRK4,Shadow Register for OTP Bank3 Word4" group.long 0x5D0++0x03 line.long 0x00 "SRK5,Shadow Register for OTP Bank3 Word5" group.long 0x5E0++0x03 line.long 0x00 "SRK6,Shadow Register for OTP Bank3 Word6" group.long 0x5F0++0x03 line.long 0x00 "SRK7,Shadow Register for OTP Bank3 Word7" group.long 0x600++0x03 line.long 0x00 "RESP0,Value of OTP Bank4 Word0 (Secure JTAG Response Field)" group.long 0x610++0x03 line.long 0x00 "HSJC_RESP1,Value of OTP Bank4 Word1 (Secure JTAG Response Field)" group.long 0x620++0x03 line.long 0x00 "MAC0,Value of OTP Bank4 Word2 (MAC Address)" group.long 0x630++0x03 line.long 0x00 "MAC1,Value of OTP Bank4 Word3 (MAC Address)" group.long 0x640++0x03 line.long 0x00 "MAC2,Value of OTP Bank4 Word4 (MAC Address)" group.long 0x650++0x03 line.long 0x00 "MAC3,Value of OTP Bank4 Word5 (MAC Address)" group.long 0x660++0x03 line.long 0x00 "GP1,Value of OTP Bank4 Word6 (HW Capabilities)" group.long 0x670++0x03 line.long 0x00 "GP2,Value of OTP Bank4 Word7 (HW Capabilities)" group.long 0x680++0x3 line.long 0x00 "CSU,Value of OTP Bank5 Word0" bitfld.long 0x00 4. " COUNTER_ALARM ,CSU Fuse force counter alarm" "Not forced,Forced" bitfld.long 0x00 2.--3. " ALARM_OUT ,CSU Fuse Force Alarm Out" "0,1,2,3" bitfld.long 0x00 0.--1. " ALARM_DIS ,CSU Fuse Alarm make disable" "0,1,2,3" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x6D0++0x3 line.long 0x00 "MISC_CONF,Value of OTP Bank5 Word5 (HW Capabilities)" bitfld.long 0x00 5. " PAD_SETTINGS[5] ,Conjuction of MMC/SD/Nand Override Pad Settings fuse value" "IO,Override" bitfld.long 0x00 4. " PAD_SETTINGS[4] ,Conjuction of MMC/SD/Nand Override Pad Settings fuse value" "IO,Override" bitfld.long 0x00 3. " PAD_SETTINGS[3] ,Conjuction of MMC/SD/Nand Override Pad Settings fuse value" "IO,Override" textline " " bitfld.long 0x00 2. " PAD_SETTINGS[2] ,Conjuction of MMC/SD/Nand Override Pad Settings fuse value" "IO,Override" bitfld.long 0x00 1. " PAD_SETTINGS[1] ,Conjuction of MMC/SD/Nand Override Pad Settings fuse value" "IO,Override" bitfld.long 0x00 0. " PAD_SETTINGS[0] ,Conjuction of MMC/SD/Nand Override Pad Settings fuse value" "IO,Override" group.long 0x6E0++0x03 line.long 0x00 "FIELD_RETURN,Value of OTP Bank5 Word6 (HW Capabilities)" bitfld.long 0x00 0. " FIELD_RETURN ,Configure device for field return testing" "Functional/SecureMode,Open for testing" endif group.long 0x6F0++0x3 line.long 0x00 "SRK_REVOKE,Value of OTP Bank5 Word7 (HW Capabilities)" hexmask.long.word 0x00 16.--31. 1. " AP_BI_VER ,Application Processor Boot Image Version" hexmask.long.byte 0x00 8.--15. 1. " MC_ERA ,SNVS Monolitic Counter Era value" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x880++0x3 line.long 0x00 "TFUSE0,Value of OTP Bank7 Word0 (Configuration and Manufacturing Info)" bitfld.long 0x00 7. " QA_HOT ,Passcodes to keep track of parts going from test flow to test flow" "0,1" bitfld.long 0x00 6. " QA_COLD ,Passcodes to keep track of parts going from test flow to test flow" "0,1" textline " " bitfld.long 0x00 5. " FT_ROOM ,Passcodes to keep track of parts going from test flow to test flow" "0,1" bitfld.long 0x00 4. " FT_HOT ,Passcodes to keep track of parts going from test flow to test flow" "0,1" bitfld.long 0x00 3. " FT_COLD ,Passcodes to keep track of parts going from test flow to test flow" "0,1" textline " " bitfld.long 0x00 1.--2. " BURNIN ,Passcodes to keep track of parts going from test flow to test flow" "0,1,2,3" bitfld.long 0x00 0. " PRB ,Passcodes to keep track of parts going from test flow to test flow" "0,1" group.long 0x890++0x3 line.long 0x00 "TFUSE1,Value of OTP Bank7 Word1 (Configuration and Manufacturing Info)" bitfld.long 0x00 2.--7. " TEST_PROG_REV ,TBD" "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 1. " CQI ,TBD" "0,1" textline " " bitfld.long 0x00 0. " QA_ROOM ,QA ROOM" "0,1" group.long 0x8A0++0x3 line.long 0x00 "VDD_TRIM,Value of OTP Bank7 Word2 (Configuration and Manufacturing Info)" bitfld.long 0x00 12.--13. " ANA_MISC0_OSC_TRIM ,TBD" "0,1,2,3" bitfld.long 0x00 8.--10. " VDD1P1_BO_OFFSET_TRIM ,Trim bit for 3.3V to 1.1V regulator" "0,1,2,3,4,5,6,7" bitfld.long 0x00 4.--6. " VDD3P0_BO_OFFSET_TRIM ,Trim bit for 5.0V to 3.0V regulator" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x00 0.--2. " VDD2P5_BO_OFFSET_TRIM ,Trim bit for 3.3V to 2.5V regulator" "0,1,2,3,4,5,6,7" group.long 0x8B0++0x3 line.long 0x00 "PMUR,Value of OTP Bank7 Word3 (Configuration and Manufacturing Info)" bitfld.long 0x00 24.--27. " PMU_WBR_TRIM ,PMU Well Bias Regulator Trim" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 12.--15. " PMU_LPREG_PROG_TRIM ,PMU LP Regulator Trim" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 8.--11. " PMU_ULPREG_PROG_TRIM ,PMU ULP Regulator Trim" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x00 4.--7. " PMU_HPREG_PROG_TRIM ,PMU HP Regulator Trim" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" group.long 0x8C0++0x3 line.long 0x00 "PMU,Value of OTP Bank7 Word4 (Configuration and Manufacturing Info)" bitfld.long 0x00 31. " PMU_RAMP1 ,HPREG startup time trimming bit" "Low,High" hexmask.long.byte 0x00 24.--30. 1. " PMU_BGR_TRIM ,1.2V level BGR output voltage trim bits 1mv steps" bitfld.long 0x00 23. " PMU_RAMP0 ,HPREG startup time trimming bit" "Low,High" textline " " bitfld.long 0x00 19.--22. " PMU_WELL_BIAS_TRIM ,TBD" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 16.--18. " PMU_BGR_TEMP_COEF ,Temperature drift correction for BGR" "0,1,2,3,4,5,6,7" bitfld.long 0x00 12.--15. " PMU_LP_LVDTRIM ,Trim for LVD at output of ULPREG" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x00 8.--11. " PMU_ULP_LVDTRIM ,Trim for LVD at output of HPREG" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 4.--7. " PMU_HP_LVDTRIM ,1.2V level high power regulator trimming bits 5mv steps" "1.205,1.210,1.215,1.220,1.225,1.230,1.235,1.240,1.245,1.250,1.255,1.260,1.265,1.270,1.275,1.280" bitfld.long 0x00 0.--2. " PMU_HP_TRIM ,1.2V level high power regulator trimming bits 5mv steps" "1.205,1.210,1.215,1.220,1.225,1.230,1.235,1.240" endif group.long 0x8D0++0x3 line.long 0x00 "RNG,Value of OTP Bank7 Word5 (Memory Related Info)" hexmask.long.byte 0x00 24.--31. 1. " RNG_TRIM ,Trims bits for RNG in CAAM" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x00 12.--15. " ADC1_CAL ,ADC1 Calibration value" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 8.--11. " ADC0_CAL ,Calibration 0 for ADC0" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif bitfld.long 0x00 0.--3. " ANACATUM_BANDGAP ,Trim values for Anacatum bandgap" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" group.long 0x8E0++0x03 line.long 0x00 "TRIM,Value of OTP Bank7 Word6 (Memory Related Info)" bitfld.long 0x00 31. " TEMP_MON_DIS ,Disable Temp Monitor of DryICE" "No,Yes" bitfld.long 0x00 30. " VOLT_MON_DIS ,Disable Voltage Monitor of DryICE" "No,Yes" hexmask.long.byte 0x00 24.--29. 1. " DRYICE_BGR_TRIM ,DryICE BGR Trim" textline " " hexmask.long.word 0x00 10.--19. 1. " TEMP_MON_TRIM ,Temperature Monitor Trim" hexmask.long.word 0x00 0.--9. 1. " VOLTAGE_MON_TRIM ,Voltage Monitor Trim" group.long 0x8F0++0x3 line.long 0x00 "VTMON,Value of OTP Bank7 Word7" hexmask.long.word 0x00 16.--31. 1. " USB1_PID ,USB1 PID" bitfld.long 0x00 0.--5. " DRYICE_PROG ,DRYICE PROG trims" "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" group.long 0xC80++0x03 line.long 0x00 "CRC0,Value of OTP Bank15 Word0" group.long 0xC90++0x03 line.long 0x00 "CRC1,Value of OTP Bank15 Word1" group.long 0xCA0++0x03 line.long 0x00 "CRC2,Value of OTP Bank15 Word2" group.long 0xCB0++0x03 line.long 0x00 "CRC3,Value of OTP Bank15 Word3" group.long 0xCC0++0x03 line.long 0x00 "CRC4,Value of OTP Bank15 Word4" group.long 0xCD0++0x03 line.long 0x00 "CRC5,Value of OTP Bank15 Word5" group.long 0xCE0++0x03 line.long 0x00 "CRC6,Value of OTP Bank15 Word6" group.long 0xCF0++0x03 line.long 0x00 "CRC7,Value of OTP Bank15 Word7" width 0xB tree.end tree "DAC (12-bit Digital-to-Analog Converter)" tree "DAC 0" base ad:0x400CC000 width 15. group.long 0x00++0x1f line.long 0x0 "DAC0_DAT0, DAC Data Register" hexmask.long.word 0x0 16.--27. 1. " DATA1 , Data 1" hexmask.long.word 0x0 0.--11. 1. " DATA0 , Data 0" line.long 0x4 "DAC0_DAT1, DAC Data Register" hexmask.long.word 0x4 16.--27. 1. " DATA1 , Data 1" hexmask.long.word 0x4 0.--11. 1. " DATA0 , Data 0" line.long 0x8 "DAC0_DAT2, DAC Data Register" hexmask.long.word 0x8 16.--27. 1. " DATA1 , Data 1" hexmask.long.word 0x8 0.--11. 1. " DATA0 , Data 0" line.long 0xC "DAC0_DAT3, DAC Data Register" hexmask.long.word 0xC 16.--27. 1. " DATA1 , Data 1" hexmask.long.word 0xC 0.--11. 1. " DATA0 , Data 0" line.long 0x10 "DAC0_DAT4, DAC Data Register" hexmask.long.word 0x10 16.--27. 1. " DATA1 , Data 1" hexmask.long.word 0x10 0.--11. 1. " DATA0 , Data 0" line.long 0x14 "DAC0_DAT5, DAC Data Register" hexmask.long.word 0x14 16.--27. 1. " DATA1 , Data 1" hexmask.long.word 0x14 0.--11. 1. " DATA0 , Data 0" line.long 0x18 "DAC0_DAT6, DAC Data Register" hexmask.long.word 0x18 16.--27. 1. " DATA1 , Data 1" hexmask.long.word 0x18 0.--11. 1. " DATA0 , Data 0" line.long 0x1C "DAC0_DAT7, DAC Data Register" hexmask.long.word 0x1C 16.--27. 1. " DATA1 , Data 1" hexmask.long.word 0x1C 0.--11. 1. " DATA0 , Data 0" group.long 0x20++0x03 line.long 0x00 "DAC0_STATCTRL, DAC Status and Control Register" bitfld.long 0x00 28.--31. " DACBFRP , DAC Buffer Read Pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 24.--27. " DACBFUP , DAC Buffer Upper Limit" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x00 23. " DMAEN , DMA Enable Select" "Disabled,Enabled" bitfld.long 0x00 19.--20. " DACBFWM , DAC Buffer Watermark Select" "1 word,2 words,3 words,4 words" textline " " bitfld.long 0x00 17.--18. " DACBFMD , DAC Buffer Work Mode Select" "Normal,Swing,One-Time Scan,?..." bitfld.long 0x00 16. " DACBFEN , DAC Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 15. " DACEN , DAC Enable" "Disabled,Enabled" bitfld.long 0x00 14. " DACRFS , DAC Reference Select" "DACREF_1,DACREF_2" textline " " bitfld.long 0x00 13. " DACTRGSEL , DAC Trigger Select" "Hardware,Software" bitfld.long 0x00 12. " DACSWTRG , DAC Software Trigger" "Not valid,Valid" textline " " bitfld.long 0x00 11. " LPEN , DAC Low Power Control" "High-Power,Low-Power" bitfld.long 0x00 10. " DACBWIEN , DAC Buffer Watermark Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " DACBTIEN , DAC Buffer Read Pointer Top Flag Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 8. " DACBBIEN , DAC Buffer Read Pointer Bottom Flag Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " DACBFWMF , DAC Buffer Watermark Flag" "Not reached,Reached" bitfld.long 0x00 1. " DACBFRPTF , DAC Buffer Read Pointer Top Position Flag" "Not zero,Zero" textline " " bitfld.long 0x00 0. " DACBFRPBF , DAC Buffer Read Pointer Bottom Position Flag" "Not equal to DACBFUP,Equal to DACBFUP" width 0xB tree.end tree "DAC 1" base ad:0x400CD000 width 15. group.long 0x00++0x1f line.long 0x0 "DAC1_DAT0, DAC Data Register" hexmask.long.word 0x0 16.--27. 1. " DATA1 , Data 1" hexmask.long.word 0x0 0.--11. 1. " DATA0 , Data 0" line.long 0x4 "DAC1_DAT1, DAC Data Register" hexmask.long.word 0x4 16.--27. 1. " DATA1 , Data 1" hexmask.long.word 0x4 0.--11. 1. " DATA0 , Data 0" line.long 0x8 "DAC1_DAT2, DAC Data Register" hexmask.long.word 0x8 16.--27. 1. " DATA1 , Data 1" hexmask.long.word 0x8 0.--11. 1. " DATA0 , Data 0" line.long 0xC "DAC1_DAT3, DAC Data Register" hexmask.long.word 0xC 16.--27. 1. " DATA1 , Data 1" hexmask.long.word 0xC 0.--11. 1. " DATA0 , Data 0" line.long 0x10 "DAC1_DAT4, DAC Data Register" hexmask.long.word 0x10 16.--27. 1. " DATA1 , Data 1" hexmask.long.word 0x10 0.--11. 1. " DATA0 , Data 0" line.long 0x14 "DAC1_DAT5, DAC Data Register" hexmask.long.word 0x14 16.--27. 1. " DATA1 , Data 1" hexmask.long.word 0x14 0.--11. 1. " DATA0 , Data 0" line.long 0x18 "DAC1_DAT6, DAC Data Register" hexmask.long.word 0x18 16.--27. 1. " DATA1 , Data 1" hexmask.long.word 0x18 0.--11. 1. " DATA0 , Data 0" line.long 0x1C "DAC1_DAT7, DAC Data Register" hexmask.long.word 0x1C 16.--27. 1. " DATA1 , Data 1" hexmask.long.word 0x1C 0.--11. 1. " DATA0 , Data 0" group.long 0x20++0x03 line.long 0x00 "DAC1_STATCTRL, DAC Status and Control Register" bitfld.long 0x00 28.--31. " DACBFRP , DAC Buffer Read Pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 24.--27. " DACBFUP , DAC Buffer Upper Limit" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x00 23. " DMAEN , DMA Enable Select" "Disabled,Enabled" bitfld.long 0x00 19.--20. " DACBFWM , DAC Buffer Watermark Select" "1 word,2 words,3 words,4 words" textline " " bitfld.long 0x00 17.--18. " DACBFMD , DAC Buffer Work Mode Select" "Normal,Swing,One-Time Scan,?..." bitfld.long 0x00 16. " DACBFEN , DAC Buffer Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 15. " DACEN , DAC Enable" "Disabled,Enabled" bitfld.long 0x00 14. " DACRFS , DAC Reference Select" "DACREF_1,DACREF_2" textline " " bitfld.long 0x00 13. " DACTRGSEL , DAC Trigger Select" "Hardware,Software" bitfld.long 0x00 12. " DACSWTRG , DAC Software Trigger" "Not valid,Valid" textline " " bitfld.long 0x00 11. " LPEN , DAC Low Power Control" "High-Power,Low-Power" bitfld.long 0x00 10. " DACBWIEN , DAC Buffer Watermark Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " DACBTIEN , DAC Buffer Read Pointer Top Flag Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 8. " DACBBIEN , DAC Buffer Read Pointer Bottom Flag Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " DACBFWMF , DAC Buffer Watermark Flag" "Not reached,Reached" bitfld.long 0x00 1. " DACBFRPTF , DAC Buffer Read Pointer Top Position Flag" "Not zero,Zero" textline " " bitfld.long 0x00 0. " DACBFRPBF , DAC Buffer Read Pointer Bottom Position Flag" "Not equal to DACBFUP,Equal to DACBFUP" width 0xB tree.end tree.end tree "ADC-Digital-12b-1MSPS-SAR" tree "ADC0" base ad:0x4003B000 width 6. group.long 0x0++0x3 line.long 0x00 "HC1,Control register for hardware triggers" bitfld.long 0x00 7. " AIEN1 ,Conversion Complete Interrupt Enable/Disable Control" "Disabled,Enabled" sif (cpu()=="VF3xx-CA5") bitfld.long 0x00 0.--4. " ADCH1 ,Input Channel Select" "0,1,2,3,4,5,6,7,8,9,10,11,Reserved,Reserved,Reserved,Reserved,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,Reserved,VREFSH,Reserved,Reserved,Reserved,Reserved,Reserved,Conversion Disabled" else bitfld.long 0x00 0.--4. " ADCH1 ,Input Channel Select" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,Reserved,VREFSH,Reserved,Reserved,Reserved,Reserved,Reserved,Conversion Disabled" endif group.long 0x4++0x3 line.long 0x00 "HC2,Control register for hardware triggers" bitfld.long 0x00 7. " AIEN1 ,Conversion Complete Interrupt Enable/Disable Control" "Disabled,Enabled" sif (cpu()=="VF3xx-CA5") bitfld.long 0x00 0.--4. " ADCH1 ,Input Channel Select" "0,1,2,3,4,5,6,7,8,9,10,11,Reserved,Reserved,Reserved,Reserved,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,Reserved,VREFSH,Reserved,Reserved,Reserved,Reserved,Reserved,Conversion Disabled" else bitfld.long 0x00 0.--4. " ADCH1 ,Input Channel Select" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,Reserved,VREFSH,Reserved,Reserved,Reserved,Reserved,Reserved,Conversion Disabled" endif group.long 0x8++0x3 line.long 0x00 "HS,Status register for HW triggers" bitfld.long 0x00 1. " COCO2 ,Conversion Complete Flag 1" "Low,High" bitfld.long 0x00 0. " COCO1 ,Conversion Complete Flag 1" "Low,High" rgroup.long 0xC++0x3 line.long 0x00 "R1,Data result register for HW triggers" hexmask.long.word 0x00 0.--11. 1. " D[11:0] ,Data (result of an ADC conversion)" rgroup.long 0x10++0x3 line.long 0x00 "R2,Data result register for HW triggers" hexmask.long.word 0x00 0.--11. 1. " D[11:0] ,Data (result of an ADC conversion)" if (((per.l(ad:0x4003B000+0x14))&0x10)==0x0) group.long 0x14++0x3 line.long 0x00 "CFG,Configuration register" bitfld.long 0x00 16. " OVWREN ,Data Overwrite Enable" "Disabled,Enabled" bitfld.long 0x00 14.--15. " AVGS ,Hardware Average select" "4 samples,8 samples,16 samples,32 samples" bitfld.long 0x00 13. " ADTRG ,Conversion Trigger Select" "Software,Hardware" textline " " bitfld.long 0x00 11.--12. " REFSEL ,Voltage Reference Selection" "Default,Alternate,Internal,?..." bitfld.long 0x00 10. " ADHSC ,High Speed Configuration" "Normal,High speed" bitfld.long 0x00 8.--9. " ADSTS ,Defines the sample time duration" "2,4,6,8" textline " " bitfld.long 0x00 7. " ADLPC ,Low-Power Configuration" "Disabled,Enabled" bitfld.long 0x00 5.--6. " ADIV ,Clock Divide Select" "Not divided,/2,/4,/8" bitfld.long 0x00 4. " ADLSMP ,Long Sample Time Configuration" "Short,Long" textline " " bitfld.long 0x00 2.--3. " MODE ,Conversion Mode Selection" "8-bit,10-bit,12-bit,?..." bitfld.long 0x00 0.--1. " ADICLK ,Input Clock Select" "Bus clock,Div by 2,ALTCLK,ADACK" else group.long 0x14++0x3 line.long 0x00 "CFG,Configuration register" bitfld.long 0x00 16. " OVWREN ,Data Overwrite Enable" "Disabled,Enabled" bitfld.long 0x00 14.--15. " AVGS ,Hardware Average select" "4 samples,8 samples,16 samples,32 samples" bitfld.long 0x00 13. " ADTRG ,Conversion Trigger Select" "Software,Hardware" textline " " bitfld.long 0x00 11.--12. " REFSEL ,Voltage Reference Selection" "Default,Alternate,Internal,?..." bitfld.long 0x00 10. " ADHSC ,High Speed Configuration" "Normal,High speed" bitfld.long 0x00 8.--9. " ADSTS ,Defines the sample time duration" "12,16,20,24" textline " " bitfld.long 0x00 7. " ADLPC ,Low-Power Configuration" "Disabled,Enabled" bitfld.long 0x00 5.--6. " ADIV ,Clock Divide Select" "Not divided,/2,/4,/8" bitfld.long 0x00 4. " ADLSMP ,Long Sample Time Configuration" "Short,Long" textline " " bitfld.long 0x00 2.--3. " MODE ,Conversion Mode Selection" "8-bit,10-bit,12-bit,?..." bitfld.long 0x00 0.--1. " ADICLK ,Input Clock Select" "Bus clock,Div by 2,ALTCLK,ADACK" endif group.long 0x18++0x3 line.long 0x00 "GC,General control register" bitfld.long 0x00 7. " CAL ,Calibration" "Disabled,Enabled" bitfld.long 0x00 6. " ADCO ,Continuous Conversion Enable" "Disabled,Enabled" bitfld.long 0x00 5. " AVGE ,Hardware average enable" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " ACFE ,Compare Function Enable" "Disabled,Enabled" bitfld.long 0x00 3. " ACFGT ,Compare Function Greater Than Enable" "Disabled,Enabled" bitfld.long 0x00 2. " ACREN ,Compare Function Range Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " DMAEN ,DMA Enable" "Disabled,Enabled" bitfld.long 0x00 0. " ADACKEN ,Asynchronous clock output enable" "Disabled,Enabled" group.long 0x1C++0x3 line.long 0x00 "GS,General status register" eventfld.long 0x00 2. " AWKST ,Asynchronous wakeup interrupt status" "No interrupt,Interrupt" eventfld.long 0x00 1. " CALF ,Calibration Failed Flag" "Low,High" bitfld.long 0x00 0. " ADACT ,Conversion Active" "Inactive,Active" group.long 0x20++0x3 line.long 0x00 "CV,Compare value register" hexmask.long.word 0x00 16.--27. 1. " CV2 ,Compare Value 2" hexmask.long.word 0x00 0.--11. 1. " CV1 ,Compare Value 1" group.long 0x24++0x3 line.long 0x00 "OFS,Offset correction value register" bitfld.long 0x00 12. " SIGN ,Sign bit" "Added,Subtracted" hexmask.long.word 0x00 0.--11. 1. " OFS ,Offset value" group.long 0x28++0x3 line.long 0x00 "CAL,Calibration value register" bitfld.long 0x00 0.--3. " CAL_CODE ,Calibration Result Value" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" group.long 0x30++0x3 line.long 0x00 "PCTL,Pin control register" bitfld.long 0x00 23. " ADPC23 ,ADC Pin Control 23" "Disabled,Enabled" bitfld.long 0x00 22. " ADPC22 ,ADC Pin Control 22" "Disabled,Enabled" bitfld.long 0x00 21. " ADPC21 ,ADC Pin Control 21" "Disabled,Enabled" textline " " bitfld.long 0x00 20. " ADPC20 ,ADC Pin Control 20" "Disabled,Enabled" bitfld.long 0x00 19. " ADPC19 ,ADC Pin Control 19" "Disabled,Enabled" bitfld.long 0x00 18. " ADPC18 ,ADC Pin Control 18" "Disabled,Enabled" textline " " bitfld.long 0x00 17. " ADPC17 ,ADC Pin Control 17" "Disabled,Enabled" bitfld.long 0x00 16. " ADPC16 ,ADC Pin Control 16" "Disabled,Enabled" bitfld.long 0x00 15. " ADPC15 ,ADC Pin Control 15" "Disabled,Enabled" textline " " bitfld.long 0x00 14. " ADPC14 ,ADC Pin Control 14" "Disabled,Enabled" bitfld.long 0x00 13. " ADPC13 ,ADC Pin Control 13" "Disabled,Enabled" bitfld.long 0x00 12. " ADPC12 ,ADC Pin Control 12" "Disabled,Enabled" textline " " bitfld.long 0x00 11. " ADPC11 ,ADC Pin Control 11" "Disabled,Enabled" bitfld.long 0x00 10. " ADPC10 ,ADC Pin Control 10" "Disabled,Enabled" bitfld.long 0x00 9. " ADPC9 ,ADC Pin Control 9" "Disabled,Enabled" textline " " bitfld.long 0x00 8. " ADPC8 ,ADC Pin Control 8" "Disabled,Enabled" bitfld.long 0x00 7. " ADPC7 ,ADC Pin Control 7" "Disabled,Enabled" bitfld.long 0x00 6. " ADPC6 ,ADC Pin Control 6" "Disabled,Enabled" textline " " bitfld.long 0x00 5. " ADPC5 ,ADC Pin Control 5" "Disabled,Enabled" bitfld.long 0x00 4. " ADPC4 ,ADC Pin Control 4" "Disabled,Enabled" bitfld.long 0x00 3. " ADPC3 ,ADC Pin Control 3" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " ADPC2 ,ADC Pin Control 2" "Disabled,Enabled" bitfld.long 0x00 1. " ADPC1 ,ADC Pin Control 1" "Disabled,Enabled" bitfld.long 0x00 0. " ADPC0 ,ADC Pin Control 0" "Disabled,Enabled" width 11. tree.end tree "ADC1" base ad:0x400BB000 width 6. group.long 0x0++0x3 line.long 0x00 "HC1,Control register for hardware triggers" bitfld.long 0x00 7. " AIEN1 ,Conversion Complete Interrupt Enable/Disable Control" "Disabled,Enabled" sif (cpu()=="VF3xx-CA5") bitfld.long 0x00 0.--4. " ADCH1 ,Input Channel Select" "0,1,2,3,4,5,6,7,8,9,10,11,Reserved,Reserved,Reserved,Reserved,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,Reserved,VREFSH,Reserved,Reserved,Reserved,Reserved,Reserved,Conversion Disabled" else bitfld.long 0x00 0.--4. " ADCH1 ,Input Channel Select" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,Reserved,VREFSH,Reserved,Reserved,Reserved,Reserved,Reserved,Conversion Disabled" endif group.long 0x4++0x3 line.long 0x00 "HC2,Control register for hardware triggers" bitfld.long 0x00 7. " AIEN1 ,Conversion Complete Interrupt Enable/Disable Control" "Disabled,Enabled" sif (cpu()=="VF3xx-CA5") bitfld.long 0x00 0.--4. " ADCH1 ,Input Channel Select" "0,1,2,3,4,5,6,7,8,9,10,11,Reserved,Reserved,Reserved,Reserved,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,Reserved,VREFSH,Reserved,Reserved,Reserved,Reserved,Reserved,Conversion Disabled" else bitfld.long 0x00 0.--4. " ADCH1 ,Input Channel Select" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,8 external channels,Reserved,VREFSH,Reserved,Reserved,Reserved,Reserved,Reserved,Conversion Disabled" endif group.long 0x8++0x3 line.long 0x00 "HS,Status register for HW triggers" bitfld.long 0x00 1. " COCO2 ,Conversion Complete Flag 1" "Low,High" bitfld.long 0x00 0. " COCO1 ,Conversion Complete Flag 1" "Low,High" rgroup.long 0xC++0x3 line.long 0x00 "R1,Data result register for HW triggers" hexmask.long.word 0x00 0.--11. 1. " D[11:0] ,Data (result of an ADC conversion)" rgroup.long 0x10++0x3 line.long 0x00 "R2,Data result register for HW triggers" hexmask.long.word 0x00 0.--11. 1. " D[11:0] ,Data (result of an ADC conversion)" if (((per.l(ad:0x400BB000+0x14))&0x10)==0x0) group.long 0x14++0x3 line.long 0x00 "CFG,Configuration register" bitfld.long 0x00 16. " OVWREN ,Data Overwrite Enable" "Disabled,Enabled" bitfld.long 0x00 14.--15. " AVGS ,Hardware Average select" "4 samples,8 samples,16 samples,32 samples" bitfld.long 0x00 13. " ADTRG ,Conversion Trigger Select" "Software,Hardware" textline " " bitfld.long 0x00 11.--12. " REFSEL ,Voltage Reference Selection" "Default,Alternate,Internal,?..." bitfld.long 0x00 10. " ADHSC ,High Speed Configuration" "Normal,High speed" bitfld.long 0x00 8.--9. " ADSTS ,Defines the sample time duration" "2,4,6,8" textline " " bitfld.long 0x00 7. " ADLPC ,Low-Power Configuration" "Disabled,Enabled" bitfld.long 0x00 5.--6. " ADIV ,Clock Divide Select" "Not divided,/2,/4,/8" bitfld.long 0x00 4. " ADLSMP ,Long Sample Time Configuration" "Short,Long" textline " " bitfld.long 0x00 2.--3. " MODE ,Conversion Mode Selection" "8-bit,10-bit,12-bit,?..." bitfld.long 0x00 0.--1. " ADICLK ,Input Clock Select" "Bus clock,Div by 2,ALTCLK,ADACK" else group.long 0x14++0x3 line.long 0x00 "CFG,Configuration register" bitfld.long 0x00 16. " OVWREN ,Data Overwrite Enable" "Disabled,Enabled" bitfld.long 0x00 14.--15. " AVGS ,Hardware Average select" "4 samples,8 samples,16 samples,32 samples" bitfld.long 0x00 13. " ADTRG ,Conversion Trigger Select" "Software,Hardware" textline " " bitfld.long 0x00 11.--12. " REFSEL ,Voltage Reference Selection" "Default,Alternate,Internal,?..." bitfld.long 0x00 10. " ADHSC ,High Speed Configuration" "Normal,High speed" bitfld.long 0x00 8.--9. " ADSTS ,Defines the sample time duration" "12,16,20,24" textline " " bitfld.long 0x00 7. " ADLPC ,Low-Power Configuration" "Disabled,Enabled" bitfld.long 0x00 5.--6. " ADIV ,Clock Divide Select" "Not divided,/2,/4,/8" bitfld.long 0x00 4. " ADLSMP ,Long Sample Time Configuration" "Short,Long" textline " " bitfld.long 0x00 2.--3. " MODE ,Conversion Mode Selection" "8-bit,10-bit,12-bit,?..." bitfld.long 0x00 0.--1. " ADICLK ,Input Clock Select" "Bus clock,Div by 2,ALTCLK,ADACK" endif group.long 0x18++0x3 line.long 0x00 "GC,General control register" bitfld.long 0x00 7. " CAL ,Calibration" "Disabled,Enabled" bitfld.long 0x00 6. " ADCO ,Continuous Conversion Enable" "Disabled,Enabled" bitfld.long 0x00 5. " AVGE ,Hardware average enable" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " ACFE ,Compare Function Enable" "Disabled,Enabled" bitfld.long 0x00 3. " ACFGT ,Compare Function Greater Than Enable" "Disabled,Enabled" bitfld.long 0x00 2. " ACREN ,Compare Function Range Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " DMAEN ,DMA Enable" "Disabled,Enabled" bitfld.long 0x00 0. " ADACKEN ,Asynchronous clock output enable" "Disabled,Enabled" group.long 0x1C++0x3 line.long 0x00 "GS,General status register" eventfld.long 0x00 2. " AWKST ,Asynchronous wakeup interrupt status" "No interrupt,Interrupt" eventfld.long 0x00 1. " CALF ,Calibration Failed Flag" "Low,High" bitfld.long 0x00 0. " ADACT ,Conversion Active" "Inactive,Active" group.long 0x20++0x3 line.long 0x00 "CV,Compare value register" hexmask.long.word 0x00 16.--27. 1. " CV2 ,Compare Value 2" hexmask.long.word 0x00 0.--11. 1. " CV1 ,Compare Value 1" group.long 0x24++0x3 line.long 0x00 "OFS,Offset correction value register" bitfld.long 0x00 12. " SIGN ,Sign bit" "Added,Subtracted" hexmask.long.word 0x00 0.--11. 1. " OFS ,Offset value" group.long 0x28++0x3 line.long 0x00 "CAL,Calibration value register" bitfld.long 0x00 0.--3. " CAL_CODE ,Calibration Result Value" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" group.long 0x30++0x3 line.long 0x00 "PCTL,Pin control register" bitfld.long 0x00 23. " ADPC23 ,ADC Pin Control 23" "Disabled,Enabled" bitfld.long 0x00 22. " ADPC22 ,ADC Pin Control 22" "Disabled,Enabled" bitfld.long 0x00 21. " ADPC21 ,ADC Pin Control 21" "Disabled,Enabled" textline " " bitfld.long 0x00 20. " ADPC20 ,ADC Pin Control 20" "Disabled,Enabled" bitfld.long 0x00 19. " ADPC19 ,ADC Pin Control 19" "Disabled,Enabled" bitfld.long 0x00 18. " ADPC18 ,ADC Pin Control 18" "Disabled,Enabled" textline " " bitfld.long 0x00 17. " ADPC17 ,ADC Pin Control 17" "Disabled,Enabled" bitfld.long 0x00 16. " ADPC16 ,ADC Pin Control 16" "Disabled,Enabled" bitfld.long 0x00 15. " ADPC15 ,ADC Pin Control 15" "Disabled,Enabled" textline " " bitfld.long 0x00 14. " ADPC14 ,ADC Pin Control 14" "Disabled,Enabled" bitfld.long 0x00 13. " ADPC13 ,ADC Pin Control 13" "Disabled,Enabled" bitfld.long 0x00 12. " ADPC12 ,ADC Pin Control 12" "Disabled,Enabled" textline " " bitfld.long 0x00 11. " ADPC11 ,ADC Pin Control 11" "Disabled,Enabled" bitfld.long 0x00 10. " ADPC10 ,ADC Pin Control 10" "Disabled,Enabled" bitfld.long 0x00 9. " ADPC9 ,ADC Pin Control 9" "Disabled,Enabled" textline " " bitfld.long 0x00 8. " ADPC8 ,ADC Pin Control 8" "Disabled,Enabled" bitfld.long 0x00 7. " ADPC7 ,ADC Pin Control 7" "Disabled,Enabled" bitfld.long 0x00 6. " ADPC6 ,ADC Pin Control 6" "Disabled,Enabled" textline " " bitfld.long 0x00 5. " ADPC5 ,ADC Pin Control 5" "Disabled,Enabled" bitfld.long 0x00 4. " ADPC4 ,ADC Pin Control 4" "Disabled,Enabled" bitfld.long 0x00 3. " ADPC3 ,ADC Pin Control 3" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " ADPC2 ,ADC Pin Control 2" "Disabled,Enabled" bitfld.long 0x00 1. " ADPC1 ,ADC Pin Control 1" "Disabled,Enabled" bitfld.long 0x00 0. " ADPC0 ,ADC Pin Control 0" "Disabled,Enabled" width 11. tree.end tree.end tree "PDB (Programmable Delay Block)" base ad:0x40036000 width 6. group.long 0x00++0x07 line.long 0x00 "SC,Status and Control Register" bitfld.long 0x00 18.--19. " LDMOD ,Load Mode Select" "Immediately after 1 to LDOK,PDB reach MOD,Trigger input detected,Trigger input detected/PDB reach MOD" textline " " bitfld.long 0x00 17. " PDBEIE ,PDB Sequence Error Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 16. " SWTRIG ,Software Trigger" "Not triggered,Triggered" textline " " bitfld.long 0x00 15. " DMAEN ,DMA Enable" "Disabled,Enabled" bitfld.long 0x00 12.--14. " PRESCALER ,Prescaler Divider Select (of multiplication factor)" "/1,/2,/4,/8,/16,/32,/64,/128" textline " " sif (cpu()=="K50X256CLK100"||cpu()=="K50X256CMB100"||cpu()=="K51X256CLK100"||cpu()=="K51X256CMB100") bitfld.long 0x00 8.--11. " TRGSEL ,Trigger Input Source Select" "EXT TRIG,HSCMP 0,HSCMP 1,Reserved,PIT Ch 0 Output,PIT Ch 1 Output,PIT Ch 2 Output,PIT Ch 3 Output,FTM0 init/Ext trig Output,FTM1 init/Ext trig Output,FTM2 init/Ext trig Output,Reserved,RTC alarm,RTC seconds,LPT Output,SW TRIG" textline " " elif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x00 8.--11. " TRGSEL ,Trigger Input Source Select" "EXT TRIG,PIT Ch 0,PIT Ch 1,PIT Ch 2,PIT Ch 3,PIT Ch 4,PIT Ch 5,PIT Ch 6,FTM0 init/Ext trig Output,FTM1 init/Ext trig Output,FTM2 init/Ext trig Output,FTM3 init/Ext trig Output,SRTC alarm,Reserved,LPT Output,SW TRIG" textline " " elif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5") bitfld.long 0x00 8.--11. " TRGSEL ,Trigger Input Source Select" "EXT TRIG,CMP0,CMP1,Reserved,PIT Ch 0,PIT Ch 1,PIT Ch 2,PIT Ch3,FTM0 init/Ext trig Output,FTM1 init/Ext trig Output,FTM2 init/Ext trig Output,Reserved,RTC alarm,RTC Seconds,LPTMR Output,SW TRIG" textline " " elif (cpu()=="MK20DN32VMP5"||cpu()=="MK20DN64VMP5"||cpu()=="MK20DN128VMP5"||cpu()=="MK20DX32VMP5"||cpu()=="MK20DX64VMP5"||cpu()=="MK20DX128VMP5") bitfld.long 0x00 8.--11. " TRGSEL ,Trigger Input Source Select" "EXT TRIG,CMP0,CMP1,Reserved,PIT Ch 0,PIT Ch 1,PIT Ch 2,PIT Ch 3,FTM0 init/Ext trig Output,FTM1 init/Ext trig Output,Reserved,Reserved,RTC alarm,RTC Seconds,LPTMR Output,SW TRIG" textline " " elif (cpu()=="MK20DN512ZAB10")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7") bitfld.long 0x00 8.--11. " TRGSEL ,Trigger Input Source Select" "EXT TRIG,CMP 0,CMP 1,CMP 2,PIT Ch 0,PIT Ch 1,PIT Ch 2,PIT Ch 3,FTM0/Ext trig Out,FTM1/Ext trig Out,FTM2/Ext trig Out,Reserved,RTC Alarm,RTC Seconds,LPTMR,SW TRIG" textline " " else bitfld.long 0x00 8.--11. " TRGSEL ,Trigger Input Source Select" "EXT TRIG,HSCMP 0,HSCMP 1,HSCMP 2,PIT Ch 0 Output,PIT Ch 1 Output,PIT Ch 2 Output,PIT Ch 3 Output,FTM0 init/Ext trig Output,FTM1 init/Ext trig Output,FTM2 init/Ext trig Output,Reserved,RTC alarm,RTC seconds,LPT Output,SW TRIG" textline " " endif bitfld.long 0x00 7. " PDBEN ,PDB Enable" "Disabled,Enabled" bitfld.long 0x00 6. " PDBIF ,PDB Interrupt Flag" "No interrupt,Interrupt" bitfld.long 0x00 5. " PDBIE ,PDB Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2.--3. " MULT ,Multiplication Factor Select for Prescaler" "1,10,20,40" bitfld.long 0x00 1. " CONT ,Continuous Mode Enable" "One-Shot,Continous" bitfld.long 0x00 0. " LDOK ,Load OK" "Not updated,Updated" width 6. line.long 0x04 "MOD,Modulus Register" hexmask.long.word 0x04 0.--15. 1. " MOD ,PDB Modulus" rgroup.long 0x08++0x03 line.long 0x00 "CNT,Counter Register" hexmask.long.word 0x00 0.--15. 1. " CNT ,PDB Counter" group.long 0x0c++0x03 line.long 0x00 "IDLY,Interrupt Delay Register" hexmask.long.word 0x00 0.--15. 1. " IDLY ,PDB Interrupt Delay" width 10. tree "Channel 0" textline "" group.long 0x10++0x0f line.long 0x00 "CH0C1,Channel 0 Control Register 1" sif (cpu()!="MK20DN512ZAB10")&&(cpu()!="MK20DN512ZCAB10")&&(cpu()!="MK20DX64VMC7")&&(cpu()!="MK20DX128VMC7")&&(cpu()!="MK20DX256VMC7")&&(cpu()!="MK20DN32VMP5")&&(cpu()!="MK20DN64VMP5")&&(cpu()!="MK20DN128VMP5")&&(cpu()!="MK20DX32VMP5")&&(cpu()!="MK20DX64VMP5")&&(cpu()!="MK20DX128VMP5")&&(cpu()!="MK30DX64VMC7")&&(cpu()!="MK30DX128VMC7")&&(cpu()!="MK30DX256VMC7")&&(cpu()!="MK21DX128VLK5")&&(cpu()!="MK21DX256VLK5")&&(cpu()!="MK21DN512VLK5")&&(cpu()!="MK21DX128VMC5")&&(cpu()!="MK21DX256VMC5")&&(cpu()!="MK21DN512VMC5")&&(cpu()!="MK22DX128VLF5")&&(cpu()!="MK22DX256VLF5")&&(cpu()!="MK22DX128VLH5")&&(cpu()!="MK22DX256VLH5")&&(cpu()!="MK22DN512VLH5")&&(cpu()!="MK22DX128VLK5")&&(cpu()!="MK22DX256VLK5")&&(cpu()!="MK22DN512VLK5")&&(cpu()!="MK22DX128VMC5")&&(cpu()!="MK22DX256VMC5")&&(cpu()!="MK22DN512VMC5")&&(cpu()!="MK60DN512ZAB10")&&(cpu()!="MK60DN512ZCAB10")&&(cpu()!="MK50DX128CMC7")&&(cpu()!="MK50DX256CMC7")&&(cpu()!="MK51DX128CMC7")&&(cpu()!="MK51DX256CMC7")&&(cpu()!="MK40DX64VMC7")&&(cpu()!="MK40DX128VMC7")&&(cpu()!="MK40DX256VMC7") bitfld.long 0x00 23. " BB[7] ,PDB Channel Pre-Trigger Back-to-Back Operation Enable" "Disabled,Enabled" bitfld.long 0x00 22. " BB[6] ,PDB Channel Pre-Trigger Back-to-Back Operation Enable" "Disabled,Enabled" bitfld.long 0x00 21. " BB[5] ,PDB Channel Pre-Trigger Back-to-Back Operation Enable" "Disabled,Enabled" bitfld.long 0x00 20. " BB[4] ,PDB Channel Pre-Trigger Back-to-Back Operation Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 19. " BB[3] ,PDB Channel Pre-Trigger Back-to-Back Operation Enable" "Disabled,Enabled" bitfld.long 0x00 18. " BB[2] ,PDB Channel Pre-Trigger Back-to-Back Operation Enable" "Disabled,Enabled" textline " " endif bitfld.long 0x00 17. " BB[1] ,PDB Channel Pre-Trigger Back-to-Back Operation Enable" "Disabled,Enabled" bitfld.long 0x00 16. " BB[0] ,PDB Channel Pre-Trigger Back-to-Back Operation Enable" "Disabled,Enabled" textline " " sif (cpu()!="MK20DN512ZAB10")&&(cpu()!="MK20DN512ZCAB10")&&(cpu()!="MK20DX64VMC7")&&(cpu()!="MK20DX128VMC7")&&(cpu()!="MK20DX256VMC7")&&(cpu()!="MK20DN32VMP5")&&(cpu()!="MK20DN64VMP5")&&(cpu()!="MK20DN128VMP5")&&(cpu()!="MK20DX32VMP5")&&(cpu()!="MK20DX64VMP5")&&(cpu()!="MK20DX128VMP5")&&(cpu()!="MK30DX64VMC7")&&(cpu()!="MK30DX128VMC7")&&(cpu()!="MK30DX256VMC7")&&(cpu()!="MK21DX128VLK5")&&(cpu()!="MK21DX256VLK5")&&(cpu()!="MK21DN512VLK5")&&(cpu()!="MK21DX128VMC5")&&(cpu()!="MK21DX256VMC5")&&(cpu()!="MK21DN512VMC5")&&(cpu()!="MK22DX128VLF5")&&(cpu()!="MK22DX256VLF5")&&(cpu()!="MK22DX128VLH5")&&(cpu()!="MK22DX256VLH5")&&(cpu()!="MK22DN512VLH5")&&(cpu()!="MK22DX128VLK5")&&(cpu()!="MK22DX256VLK5")&&(cpu()!="MK22DN512VLK5")&&(cpu()!="MK22DX128VMC5")&&(cpu()!="MK22DX256VMC5")&&(cpu()!="MK22DN512VMC5")&&(cpu()!="MK60DN512ZAB10")&&(cpu()!="MK60DN512ZCAB10")&&(cpu()!="MK50DX128CMC7")&&(cpu()!="MK50DX256CMC7")&&(cpu()!="MK51DX128CMC7")&&(cpu()!="MK51DX256CMC7")&&(cpu()!="MK40DX64VMC7")&&(cpu()!="MK40DX128VMC7")&&(cpu()!="MK40DX256VMC7") bitfld.long 0x00 15. " TOS[7] ,PDB Channel Pre-Trigger Output Select" "Not selected,Selected" bitfld.long 0x00 14. " TOS[6] ,PDB Channel Pre-Trigger Output Select" "Not selected,Selected" bitfld.long 0x00 13. " TOS[5] ,PDB Channel Pre-Trigger Output Select" "Not selected,Selected" bitfld.long 0x00 12. " TOS[4] ,PDB Channel Pre-Trigger Output Select" "Not selected,Selected" textline " " bitfld.long 0x00 11. " TOS[3] ,PDB Channel Pre-Trigger Output Select" "Not selected,Selected" bitfld.long 0x00 10. " TOS[2] ,PDB Channel Pre-Trigger Output Select" "Not selected,Selected" textline " " endif bitfld.long 0x00 9. " TOS[1] ,PDB Channel Pre-Trigger Output Select" "Not selected,Selected" bitfld.long 0x00 8. " TOS[0] ,PDB Channel Pre-Trigger Output Select" "Not selected,Selected" textline " " sif (cpu()!="MK20DN512ZAB10")&&(cpu()!="MK20DN512ZCAB10")&&(cpu()!="MK20DX64VMC7")&&(cpu()!="MK20DX128VMC7")&&(cpu()!="MK20DX256VMC7")&&(cpu()!="MK20DN32VMP5")&&(cpu()!="MK20DN64VMP5")&&(cpu()!="MK20DN128VMP5")&&(cpu()!="MK20DX32VMP5")&&(cpu()!="MK20DX64VMP5")&&(cpu()!="MK20DX128VMP5")&&(cpu()!="MK30DX64VMC7")&&(cpu()!="MK30DX128VMC7")&&(cpu()!="MK30DX256VMC7")&&(cpu()!="MK21DX128VLK5")&&(cpu()!="MK21DX256VLK5")&&(cpu()!="MK21DN512VLK5")&&(cpu()!="MK21DX128VMC5")&&(cpu()!="MK21DX256VMC5")&&(cpu()!="MK21DN512VMC5")&&(cpu()!="MK22DX128VLF5")&&(cpu()!="MK22DX256VLF5")&&(cpu()!="MK22DX128VLH5")&&(cpu()!="MK22DX256VLH5")&&(cpu()!="MK22DN512VLH5")&&(cpu()!="MK22DX128VLK5")&&(cpu()!="MK22DX256VLK5")&&(cpu()!="MK22DN512VLK5")&&(cpu()!="MK22DX128VMC5")&&(cpu()!="MK22DX256VMC5")&&(cpu()!="MK22DN512VMC5")&&(cpu()!="MK60DN512ZAB10")&&(cpu()!="MK60DN512ZCAB10")&&(cpu()!="MK50DX128CMC7")&&(cpu()!="MK50DX256CMC7")&&(cpu()!="MK51DX128CMC7")&&(cpu()!="MK51DX256CMC7")&&(cpu()!="MK40DX64VMC7")&&(cpu()!="MK40DX128VMC7")&&(cpu()!="MK40DX256VMC7") bitfld.long 0x00 7. " EN[7] ,PDB Channel Pre-Trigger Enable" "Disabled,Enabled" bitfld.long 0x00 6. " EN[6] ,PDB Channel Pre-Trigger Enable" "Disabled,Enabled" bitfld.long 0x00 5. " EN[5] ,PDB Channel Pre-Trigger Enable" "Disabled,Enabled" bitfld.long 0x00 4. " EN[4] ,PDB Channel Pre-Trigger Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " EN[3] ,PDB Channel Pre-Trigger Enable" "Disabled,Enabled" bitfld.long 0x00 2. " EN[2] ,PDB Channel Pre-Trigger Enable" "Disabled,Enabled" textline " " endif bitfld.long 0x00 1. " EN[1] ,PDB Channel Pre-Trigger Enable" "Disabled,Enabled" bitfld.long 0x00 0. " EN[0] ,PDB Channel Pre-Trigger Enable" "Disabled,Enabled" line.long 0x04 "CH0S,Channel 0 Status Register" sif (cpu()!="MK20DN512ZAB10")&&(cpu()!="MK20DN512ZCAB10")&&(cpu()!="MK20DX64VMC7")&&(cpu()!="MK20DX128VMC7")&&(cpu()!="MK20DX256VMC7")&&(cpu()!="MK20DN32VMP5")&&(cpu()!="MK20DN64VMP5")&&(cpu()!="MK20DN128VMP5")&&(cpu()!="MK20DX32VMP5")&&(cpu()!="MK20DX64VMP5")&&(cpu()!="MK20DX128VMP5")&&(cpu()!="MK30DX64VMC7")&&(cpu()!="MK30DX128VMC7")&&(cpu()!="MK30DX256VMC7")&&(cpu()!="MK21DX128VLK5")&&(cpu()!="MK21DX256VLK5")&&(cpu()!="MK21DN512VLK5")&&(cpu()!="MK21DX128VMC5")&&(cpu()!="MK21DX256VMC5")&&(cpu()!="MK21DN512VMC5")&&(cpu()!="MK22DX128VLF5")&&(cpu()!="MK22DX256VLF5")&&(cpu()!="MK22DX128VLH5")&&(cpu()!="MK22DX256VLH5")&&(cpu()!="MK22DN512VLH5")&&(cpu()!="MK22DX128VLK5")&&(cpu()!="MK22DX256VLK5")&&(cpu()!="MK22DN512VLK5")&&(cpu()!="MK22DX128VMC5")&&(cpu()!="MK22DX256VMC5")&&(cpu()!="MK22DN512VMC5")&&(cpu()!="MK60DN512ZAB10")&&(cpu()!="MK60DN512ZCAB10")&&(cpu()!="MK50DX128CMC7")&&(cpu()!="MK50DX256CMC7")&&(cpu()!="MK51DX128CMC7")&&(cpu()!="MK51DX256CMC7")&&(cpu()!="MK40DX64VMC7")&&(cpu()!="MK40DX128VMC7")&&(cpu()!="MK40DX256VMC7") bitfld.long 0x04 23. " CF[7] ,PDB Channel Flag" "Not occurred,Occurred" bitfld.long 0x04 22. " CF[6] ,PDB Channel Flag" "Not occurred,Occurred" bitfld.long 0x04 21. " CF[5] ,PDB Channel Flag" "Not occurred,Occurred" textline " " bitfld.long 0x04 20. " CF[4] ,PDB Channel Flag" "Not occurred,Occurred" bitfld.long 0x04 19. " CF[3] ,PDB Channel Flag" "Not occurred,Occurred" bitfld.long 0x04 18. " CF[2] ,PDB Channel Flag" "Not occurred,Occurred" textline " " endif bitfld.long 0x04 17. " CF[1] ,PDB Channel Flag" "Not occurred,Occurred" bitfld.long 0x04 16. " CF[0] ,PDB Channel Flag" "Not occurred,Occurred" textline " " sif (cpu()!="MK20DN512ZAB10")&&(cpu()!="MK20DN512ZCAB10")&&(cpu()!="MK20DX64VMC7")&&(cpu()!="MK20DX128VMC7")&&(cpu()!="MK20DX256VMC7")&&(cpu()!="MK20DN32VMP5")&&(cpu()!="MK20DN64VMP5")&&(cpu()!="MK20DN128VMP5")&&(cpu()!="MK20DX32VMP5")&&(cpu()!="MK20DX64VMP5")&&(cpu()!="MK20DX128VMP5")&&(cpu()!="MK30DX64VMC7")&&(cpu()!="MK30DX128VMC7")&&(cpu()!="MK30DX256VMC7")&&(cpu()!="MK21DX128VLK5")&&(cpu()!="MK21DX256VLK5")&&(cpu()!="MK21DN512VLK5")&&(cpu()!="MK21DX128VMC5")&&(cpu()!="MK21DX256VMC5")&&(cpu()!="MK21DN512VMC5")&&(cpu()!="MK22DX128VLF5")&&(cpu()!="MK22DX256VLF5")&&(cpu()!="MK22DX128VLH5")&&(cpu()!="MK22DX256VLH5")&&(cpu()!="MK22DN512VLH5")&&(cpu()!="MK22DX128VLK5")&&(cpu()!="MK22DX256VLK5")&&(cpu()!="MK22DN512VLK5")&&(cpu()!="MK22DX128VMC5")&&(cpu()!="MK22DX256VMC5")&&(cpu()!="MK22DN512VMC5")&&(cpu()!="MK60DN512ZAB10")&&(cpu()!="MK60DN512ZCAB10")&&(cpu()!="MK50DX128CMC7")&&(cpu()!="MK50DX256CMC7")&&(cpu()!="MK51DX128CMC7")&&(cpu()!="MK51DX256CMC7")&&(cpu()!="MK40DX64VMC7")&&(cpu()!="MK40DX128VMC7")&&(cpu()!="MK40DX256VMC7") bitfld.long 0x04 7. " ERR[7] ,PDB Channel Sequence Error Flag" "No error,Error" bitfld.long 0x04 6. " ERR[6] ,PDB Channel Sequence Error Flag" "No error,Error" bitfld.long 0x04 5. " ERR[5] ,PDB Channel Sequence Error Flag" "No error,Error" textline " " bitfld.long 0x04 4. " ERR[4] ,PDB Channel Sequence Error Flag" "No error,Error" bitfld.long 0x04 3. " ERR[3] ,PDB Channel Sequence Error Flag" "No error,Error" bitfld.long 0x04 2. " ERR[2] ,PDB Channel Sequence Error Flag" "No error,Error" textline " " endif bitfld.long 0x04 1. " ERR[1] ,PDB Channel Sequence Error Flag" "No error,Error" bitfld.long 0x04 0. " ERR[0] ,PDB Channel Sequence Error Flag" "No error,Error" line.long 0x08 "CH0DLY0,Channel 0 Delay 0 Register" hexmask.long.word 0x08 0.--15. 1. " DLY ,PDB Channel Delay" line.long 0x0c "CH0DLY1,Channel 0 Delay 1 Register" hexmask.long.word 0x0c 0.--15. 1. " DLY ,PDB Channel Delay" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5")&&(cpu()!="MK20DN512ZAB10")&&(cpu()!="MK20DN512ZCAB10")&&(cpu()!="MK20DX64VMC7")&&(cpu()!="MK20DX128VMC7")&&(cpu()!="MK20DX256VMC7")&&(cpu()!="MK20DN32VMP5")&&(cpu()!="MK20DN64VMP5")&&(cpu()!="MK20DN128VMP5")&&(cpu()!="MK20DX32VMP5")&&(cpu()!="MK20DX64VMP5")&&(cpu()!="MK20DX128VMP5")&&(cpu()!="MK30DX64VMC7")&&(cpu()!="MK30DX128VMC7")&&(cpu()!="MK30DX256VMC7")&&(cpu()!="MK21DX128VLK5")&&(cpu()!="MK21DX256VLK5")&&(cpu()!="MK21DN512VLK5")&&(cpu()!="MK21DX128VMC5")&&(cpu()!="MK21DX256VMC5")&&(cpu()!="MK21DN512VMC5")&&(cpu()!="MK22DX128VLF5")&&(cpu()!="MK22DX256VLF5")&&(cpu()!="MK22DX128VLH5")&&(cpu()!="MK22DX256VLH5")&&(cpu()!="MK22DN512VLH5")&&(cpu()!="MK22DX128VLK5")&&(cpu()!="MK22DX256VLK5")&&(cpu()!="MK22DN512VLK5")&&(cpu()!="MK22DX128VMC5")&&(cpu()!="MK22DX256VMC5")&&(cpu()!="MK22DN512VMC5")&&(cpu()!="MK51DX128CMC7")&&(cpu()!="MK51DX256CMC7")&&(cpu()!="MK50DX128CMC7")&&(cpu()!="MK50DX256CMC7")&&(cpu()!="MK40DX64VMC7")&&(cpu()!="MK40DX128VMC7")&&(cpu()!="MK40DX256VMC7") group.long 0x50++0x07 line.long 0x00 "DACINTC0,DAC Interval Trigger 0 Control Register" bitfld.long 0x00 1. " EXT ,DAC External Trigger Input Enable" "Disabled,Enabled" bitfld.long 0x00 0. " TOE ,DAC Interval Trigger Enable" "Disabled,Enabled" line.long 0x04 "DACINT0,DAC Interval 0 Register" hexmask.long.word 0x04 0.--15. 1. " INT ,DAC Interval" group.long (0x50+0x40)++0x07 line.long 0x00 "PO0EN,Pulse-Out 0 Enable Register" sif (cpu()!="MK60DN512ZAB10")&&(cpu()!="MK60DN512ZCAB10") bitfld.long 0x00 7. " POEN[7] ,PDB Pulse Out Enable" "Disabled,Enabled" bitfld.long 0x00 6. " POEN[6] ,PDB Pulse Out Enable" "Disabled,Enabled" bitfld.long 0x00 5. " POEN[5] ,PDB Pulse Out Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " POEN[4] ,PDB Pulse Out Enable" "Disabled,Enabled" bitfld.long 0x00 3. " POEN[3] ,PDB Pulse Out Enable" "Disabled,Enabled" bitfld.long 0x00 2. " POEN[2] ,PDB Pulse Out Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " POEN[1] ,PDB Pulse Out Enable" "Disabled,Enabled" endif bitfld.long 0x00 0. " POEN[0] ,PDB Pulse Out Enable" "Disabled,Enabled" line.long 0x04 "PO0DLY,Pulse-Out 0 Delay Register" hexmask.long.word 0x04 16.--31. 1. " DLY1 ,PDB Pulse-Out Delay 1" hexmask.long.word 0x04 0.--15. 1. " DLY2 ,PDB Pulse-Out Delay 2" endif tree.end tree "Channel 1" textline "" group.long 0x38++0x0f line.long 0x00 "CH1C1,Channel 1 Control Register 1" sif (cpu()!="MK20DN512ZAB10")&&(cpu()!="MK20DN512ZCAB10")&&(cpu()!="MK20DX64VMC7")&&(cpu()!="MK20DX128VMC7")&&(cpu()!="MK20DX256VMC7")&&(cpu()!="MK20DN32VMP5")&&(cpu()!="MK20DN64VMP5")&&(cpu()!="MK20DN128VMP5")&&(cpu()!="MK20DX32VMP5")&&(cpu()!="MK20DX64VMP5")&&(cpu()!="MK20DX128VMP5")&&(cpu()!="MK30DX64VMC7")&&(cpu()!="MK30DX128VMC7")&&(cpu()!="MK30DX256VMC7")&&(cpu()!="MK21DX128VLK5")&&(cpu()!="MK21DX256VLK5")&&(cpu()!="MK21DN512VLK5")&&(cpu()!="MK21DX128VMC5")&&(cpu()!="MK21DX256VMC5")&&(cpu()!="MK21DN512VMC5")&&(cpu()!="MK22DX128VLF5")&&(cpu()!="MK22DX256VLF5")&&(cpu()!="MK22DX128VLH5")&&(cpu()!="MK22DX256VLH5")&&(cpu()!="MK22DN512VLH5")&&(cpu()!="MK22DX128VLK5")&&(cpu()!="MK22DX256VLK5")&&(cpu()!="MK22DN512VLK5")&&(cpu()!="MK22DX128VMC5")&&(cpu()!="MK22DX256VMC5")&&(cpu()!="MK22DN512VMC5")&&(cpu()!="MK60DN512ZAB10")&&(cpu()!="MK60DN512ZCAB10")&&(cpu()!="MK50DX128CMC7")&&(cpu()!="MK50DX256CMC7")&&(cpu()!="MK51DX128CMC7")&&(cpu()!="MK51DX256CMC7")&&(cpu()!="MK40DX64VMC7")&&(cpu()!="MK40DX128VMC7")&&(cpu()!="MK40DX256VMC7") bitfld.long 0x00 23. " BB[7] ,PDB Channel Pre-Trigger Back-to-Back Operation Enable" "Disabled,Enabled" bitfld.long 0x00 22. " BB[6] ,PDB Channel Pre-Trigger Back-to-Back Operation Enable" "Disabled,Enabled" bitfld.long 0x00 21. " BB[5] ,PDB Channel Pre-Trigger Back-to-Back Operation Enable" "Disabled,Enabled" bitfld.long 0x00 20. " BB[4] ,PDB Channel Pre-Trigger Back-to-Back Operation Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 19. " BB[3] ,PDB Channel Pre-Trigger Back-to-Back Operation Enable" "Disabled,Enabled" bitfld.long 0x00 18. " BB[2] ,PDB Channel Pre-Trigger Back-to-Back Operation Enable" "Disabled,Enabled" textline " " endif bitfld.long 0x00 17. " BB[1] ,PDB Channel Pre-Trigger Back-to-Back Operation Enable" "Disabled,Enabled" bitfld.long 0x00 16. " BB[0] ,PDB Channel Pre-Trigger Back-to-Back Operation Enable" "Disabled,Enabled" textline " " sif (cpu()!="MK20DN512ZAB10")&&(cpu()!="MK20DN512ZCAB10")&&(cpu()!="MK20DX64VMC7")&&(cpu()!="MK20DX128VMC7")&&(cpu()!="MK20DX256VMC7")&&(cpu()!="MK20DN32VMP5")&&(cpu()!="MK20DN64VMP5")&&(cpu()!="MK20DN128VMP5")&&(cpu()!="MK20DX32VMP5")&&(cpu()!="MK20DX64VMP5")&&(cpu()!="MK20DX128VMP5")&&(cpu()!="MK30DX64VMC7")&&(cpu()!="MK30DX128VMC7")&&(cpu()!="MK30DX256VMC7")&&(cpu()!="MK21DX128VLK5")&&(cpu()!="MK21DX256VLK5")&&(cpu()!="MK21DN512VLK5")&&(cpu()!="MK21DX128VMC5")&&(cpu()!="MK21DX256VMC5")&&(cpu()!="MK21DN512VMC5")&&(cpu()!="MK22DX128VLF5")&&(cpu()!="MK22DX256VLF5")&&(cpu()!="MK22DX128VLH5")&&(cpu()!="MK22DX256VLH5")&&(cpu()!="MK22DN512VLH5")&&(cpu()!="MK22DX128VLK5")&&(cpu()!="MK22DX256VLK5")&&(cpu()!="MK22DN512VLK5")&&(cpu()!="MK22DX128VMC5")&&(cpu()!="MK22DX256VMC5")&&(cpu()!="MK22DN512VMC5")&&(cpu()!="MK60DN512ZAB10")&&(cpu()!="MK60DN512ZCAB10")&&(cpu()!="MK50DX128CMC7")&&(cpu()!="MK50DX256CMC7")&&(cpu()!="MK51DX128CMC7")&&(cpu()!="MK51DX256CMC7")&&(cpu()!="MK40DX64VMC7")&&(cpu()!="MK40DX128VMC7")&&(cpu()!="MK40DX256VMC7") bitfld.long 0x00 15. " TOS[7] ,PDB Channel Pre-Trigger Output Select" "Not selected,Selected" bitfld.long 0x00 14. " TOS[6] ,PDB Channel Pre-Trigger Output Select" "Not selected,Selected" bitfld.long 0x00 13. " TOS[5] ,PDB Channel Pre-Trigger Output Select" "Not selected,Selected" bitfld.long 0x00 12. " TOS[4] ,PDB Channel Pre-Trigger Output Select" "Not selected,Selected" textline " " bitfld.long 0x00 11. " TOS[3] ,PDB Channel Pre-Trigger Output Select" "Not selected,Selected" bitfld.long 0x00 10. " TOS[2] ,PDB Channel Pre-Trigger Output Select" "Not selected,Selected" textline " " endif bitfld.long 0x00 9. " TOS[1] ,PDB Channel Pre-Trigger Output Select" "Not selected,Selected" bitfld.long 0x00 8. " TOS[0] ,PDB Channel Pre-Trigger Output Select" "Not selected,Selected" textline " " sif (cpu()!="MK20DN512ZAB10")&&(cpu()!="MK20DN512ZCAB10")&&(cpu()!="MK20DX64VMC7")&&(cpu()!="MK20DX128VMC7")&&(cpu()!="MK20DX256VMC7")&&(cpu()!="MK20DN32VMP5")&&(cpu()!="MK20DN64VMP5")&&(cpu()!="MK20DN128VMP5")&&(cpu()!="MK20DX32VMP5")&&(cpu()!="MK20DX64VMP5")&&(cpu()!="MK20DX128VMP5")&&(cpu()!="MK30DX64VMC7")&&(cpu()!="MK30DX128VMC7")&&(cpu()!="MK30DX256VMC7")&&(cpu()!="MK21DX128VLK5")&&(cpu()!="MK21DX256VLK5")&&(cpu()!="MK21DN512VLK5")&&(cpu()!="MK21DX128VMC5")&&(cpu()!="MK21DX256VMC5")&&(cpu()!="MK21DN512VMC5")&&(cpu()!="MK22DX128VLF5")&&(cpu()!="MK22DX256VLF5")&&(cpu()!="MK22DX128VLH5")&&(cpu()!="MK22DX256VLH5")&&(cpu()!="MK22DN512VLH5")&&(cpu()!="MK22DX128VLK5")&&(cpu()!="MK22DX256VLK5")&&(cpu()!="MK22DN512VLK5")&&(cpu()!="MK22DX128VMC5")&&(cpu()!="MK22DX256VMC5")&&(cpu()!="MK22DN512VMC5")&&(cpu()!="MK60DN512ZAB10")&&(cpu()!="MK60DN512ZCAB10")&&(cpu()!="MK50DX128CMC7")&&(cpu()!="MK50DX256CMC7")&&(cpu()!="MK51DX128CMC7")&&(cpu()!="MK51DX256CMC7")&&(cpu()!="MK40DX64VMC7")&&(cpu()!="MK40DX128VMC7")&&(cpu()!="MK40DX256VMC7") bitfld.long 0x00 7. " EN[7] ,PDB Channel Pre-Trigger Enable" "Disabled,Enabled" bitfld.long 0x00 6. " EN[6] ,PDB Channel Pre-Trigger Enable" "Disabled,Enabled" bitfld.long 0x00 5. " EN[5] ,PDB Channel Pre-Trigger Enable" "Disabled,Enabled" bitfld.long 0x00 4. " EN[4] ,PDB Channel Pre-Trigger Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " EN[3] ,PDB Channel Pre-Trigger Enable" "Disabled,Enabled" bitfld.long 0x00 2. " EN[2] ,PDB Channel Pre-Trigger Enable" "Disabled,Enabled" textline " " endif bitfld.long 0x00 1. " EN[1] ,PDB Channel Pre-Trigger Enable" "Disabled,Enabled" bitfld.long 0x00 0. " EN[0] ,PDB Channel Pre-Trigger Enable" "Disabled,Enabled" line.long 0x04 "CH1S,Channel 1 Status Register" sif (cpu()!="MK20DN512ZAB10")&&(cpu()!="MK20DN512ZCAB10")&&(cpu()!="MK20DX64VMC7")&&(cpu()!="MK20DX128VMC7")&&(cpu()!="MK20DX256VMC7")&&(cpu()!="MK20DN32VMP5")&&(cpu()!="MK20DN64VMP5")&&(cpu()!="MK20DN128VMP5")&&(cpu()!="MK20DX32VMP5")&&(cpu()!="MK20DX64VMP5")&&(cpu()!="MK20DX128VMP5")&&(cpu()!="MK30DX64VMC7")&&(cpu()!="MK30DX128VMC7")&&(cpu()!="MK30DX256VMC7")&&(cpu()!="MK21DX128VLK5")&&(cpu()!="MK21DX256VLK5")&&(cpu()!="MK21DN512VLK5")&&(cpu()!="MK21DX128VMC5")&&(cpu()!="MK21DX256VMC5")&&(cpu()!="MK21DN512VMC5")&&(cpu()!="MK22DX128VLF5")&&(cpu()!="MK22DX256VLF5")&&(cpu()!="MK22DX128VLH5")&&(cpu()!="MK22DX256VLH5")&&(cpu()!="MK22DN512VLH5")&&(cpu()!="MK22DX128VLK5")&&(cpu()!="MK22DX256VLK5")&&(cpu()!="MK22DN512VLK5")&&(cpu()!="MK22DX128VMC5")&&(cpu()!="MK22DX256VMC5")&&(cpu()!="MK22DN512VMC5")&&(cpu()!="MK60DN512ZAB10")&&(cpu()!="MK60DN512ZCAB10")&&(cpu()!="MK50DX128CMC7")&&(cpu()!="MK50DX256CMC7")&&(cpu()!="MK51DX128CMC7")&&(cpu()!="MK51DX256CMC7")&&(cpu()!="MK40DX64VMC7")&&(cpu()!="MK40DX128VMC7")&&(cpu()!="MK40DX256VMC7") bitfld.long 0x04 23. " CF[7] ,PDB Channel Flag" "Not occurred,Occurred" bitfld.long 0x04 22. " CF[6] ,PDB Channel Flag" "Not occurred,Occurred" bitfld.long 0x04 21. " CF[5] ,PDB Channel Flag" "Not occurred,Occurred" textline " " bitfld.long 0x04 20. " CF[4] ,PDB Channel Flag" "Not occurred,Occurred" bitfld.long 0x04 19. " CF[3] ,PDB Channel Flag" "Not occurred,Occurred" bitfld.long 0x04 18. " CF[2] ,PDB Channel Flag" "Not occurred,Occurred" textline " " endif bitfld.long 0x04 17. " CF[1] ,PDB Channel Flag" "Not occurred,Occurred" bitfld.long 0x04 16. " CF[0] ,PDB Channel Flag" "Not occurred,Occurred" textline " " sif (cpu()!="MK20DN512ZAB10")&&(cpu()!="MK20DN512ZCAB10")&&(cpu()!="MK20DX64VMC7")&&(cpu()!="MK20DX128VMC7")&&(cpu()!="MK20DX256VMC7")&&(cpu()!="MK20DN32VMP5")&&(cpu()!="MK20DN64VMP5")&&(cpu()!="MK20DN128VMP5")&&(cpu()!="MK20DX32VMP5")&&(cpu()!="MK20DX64VMP5")&&(cpu()!="MK20DX128VMP5")&&(cpu()!="MK30DX64VMC7")&&(cpu()!="MK30DX128VMC7")&&(cpu()!="MK30DX256VMC7")&&(cpu()!="MK21DX128VLK5")&&(cpu()!="MK21DX256VLK5")&&(cpu()!="MK21DN512VLK5")&&(cpu()!="MK21DX128VMC5")&&(cpu()!="MK21DX256VMC5")&&(cpu()!="MK21DN512VMC5")&&(cpu()!="MK22DX128VLF5")&&(cpu()!="MK22DX256VLF5")&&(cpu()!="MK22DX128VLH5")&&(cpu()!="MK22DX256VLH5")&&(cpu()!="MK22DN512VLH5")&&(cpu()!="MK22DX128VLK5")&&(cpu()!="MK22DX256VLK5")&&(cpu()!="MK22DN512VLK5")&&(cpu()!="MK22DX128VMC5")&&(cpu()!="MK22DX256VMC5")&&(cpu()!="MK22DN512VMC5")&&(cpu()!="MK60DN512ZAB10")&&(cpu()!="MK60DN512ZCAB10")&&(cpu()!="MK50DX128CMC7")&&(cpu()!="MK50DX256CMC7")&&(cpu()!="MK51DX128CMC7")&&(cpu()!="MK51DX256CMC7")&&(cpu()!="MK40DX64VMC7")&&(cpu()!="MK40DX128VMC7")&&(cpu()!="MK40DX256VMC7") bitfld.long 0x04 7. " ERR[7] ,PDB Channel Sequence Error Flag" "No error,Error" bitfld.long 0x04 6. " ERR[6] ,PDB Channel Sequence Error Flag" "No error,Error" bitfld.long 0x04 5. " ERR[5] ,PDB Channel Sequence Error Flag" "No error,Error" textline " " bitfld.long 0x04 4. " ERR[4] ,PDB Channel Sequence Error Flag" "No error,Error" bitfld.long 0x04 3. " ERR[3] ,PDB Channel Sequence Error Flag" "No error,Error" bitfld.long 0x04 2. " ERR[2] ,PDB Channel Sequence Error Flag" "No error,Error" textline " " endif bitfld.long 0x04 1. " ERR[1] ,PDB Channel Sequence Error Flag" "No error,Error" bitfld.long 0x04 0. " ERR[0] ,PDB Channel Sequence Error Flag" "No error,Error" line.long 0x08 "CH1DLY0,Channel 1 Delay 0 Register" hexmask.long.word 0x08 0.--15. 1. " DLY ,PDB Channel Delay" line.long 0x0c "CH1DLY1,Channel 1 Delay 1 Register" hexmask.long.word 0x0c 0.--15. 1. " DLY ,PDB Channel Delay" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5")&&(cpu()!="MK20DN512ZAB10")&&(cpu()!="MK20DN512ZCAB10")&&(cpu()!="MK20DX64VMC7")&&(cpu()!="MK20DX128VMC7")&&(cpu()!="MK20DX256VMC7")&&(cpu()!="MK20DN32VMP5")&&(cpu()!="MK20DN64VMP5")&&(cpu()!="MK20DN128VMP5")&&(cpu()!="MK20DX32VMP5")&&(cpu()!="MK20DX64VMP5")&&(cpu()!="MK20DX128VMP5")&&(cpu()!="MK30DX64VMC7")&&(cpu()!="MK30DX128VMC7")&&(cpu()!="MK30DX256VMC7")&&(cpu()!="MK21DX128VLK5")&&(cpu()!="MK21DX256VLK5")&&(cpu()!="MK21DN512VLK5")&&(cpu()!="MK21DX128VMC5")&&(cpu()!="MK21DX256VMC5")&&(cpu()!="MK21DN512VMC5")&&(cpu()!="MK22DX128VLF5")&&(cpu()!="MK22DX256VLF5")&&(cpu()!="MK22DX128VLH5")&&(cpu()!="MK22DX256VLH5")&&(cpu()!="MK22DN512VLH5")&&(cpu()!="MK22DX128VLK5")&&(cpu()!="MK22DX256VLK5")&&(cpu()!="MK22DN512VLK5")&&(cpu()!="MK22DX128VMC5")&&(cpu()!="MK22DX256VMC5")&&(cpu()!="MK22DN512VMC5")&&(cpu()!="MK51DX128CMC7")&&(cpu()!="MK51DX256CMC7")&&(cpu()!="MK50DX128CMC7")&&(cpu()!="MK50DX256CMC7")&&(cpu()!="MK40DX64VMC7")&&(cpu()!="MK40DX128VMC7")&&(cpu()!="MK40DX256VMC7") group.long 0x58++0x07 line.long 0x00 "DACINTC1,DAC Interval Trigger 1 Control Register" bitfld.long 0x00 1. " EXT ,DAC External Trigger Input Enable" "Disabled,Enabled" bitfld.long 0x00 0. " TOE ,DAC Interval Trigger Enable" "Disabled,Enabled" line.long 0x04 "DACINT1,DAC Interval 1 Register" hexmask.long.word 0x04 0.--15. 1. " INT ,DAC Interval" endif tree.end sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7") textline " " group.long 0x150++0x07 line.long 0x00 "DACINTC,DAC Interval Trigger 0 Control Register" bitfld.long 0x00 1. " EXT ,DAC External Trigger Input Enable" "Disabled,Enabled" bitfld.long 0x00 0. " TOE ,DAC Interval Trigger Enable" "Disabled,Enabled" line.long 0x04 "DACINT,DAC Interval 0 Register" hexmask.long.word 0x04 0.--15. 1. " INT ,DAC Interval" elif (cpu()=="MK20DN512ZAB10"||cpu()=="MK20DN512ZCAB10") textline " " group.long 0x150++0x0F line.long 0x00 "DACINTC0,DAC Interval Trigger 0 Control Register" bitfld.long 0x00 1. " EXT ,DAC External Trigger Input Enable" "Disabled,Enabled" bitfld.long 0x00 0. " TOE ,DAC Interval Trigger Enable" "Disabled,Enabled" line.long 0x04 "DACINT0,DAC Interval 0 Register" hexmask.long.word 0x04 0.--15. 1. " INT ,DAC Interval" line.long 0x08 "DACINTC0,DAC Interval Trigger 1 Control Register" bitfld.long 0x08 1. " EXT ,DAC External Trigger Input Enable" "Disabled,Enabled" bitfld.long 0x08 0. " TOE ,DAC Interval Trigger Enable" "Disabled,Enabled" line.long 0x0C "DACINT1,DAC Interval 1 Register" hexmask.long.word 0x0C 0.--15. 1. " INT ,DAC Interval" endif sif (cpu()=="MK20DN512ZAB10")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMP5")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7") group.long 0x190++0x03 line.long 0x00 "POEN,Pulse-Out 0 Enable Register" sif (cpu()!="MK20DN512ZAB10")&&(cpu()!="MK20DN512ZCAB10")&&(cpu()!="MK20DN32VMP5")&&(cpu()!="MK20DN64VMP5")&&(cpu()!="MK20DN128VMP5")&&(cpu()!="MK20DX32VMP5")&&(cpu()!="MK20DX64VMP5")&&(cpu()!="MK20DX128VMP5")&&(cpu()!="MK21DX128VLK5")&&(cpu()!="MK21DX256VLK5")&&(cpu()!="MK21DN512VLK5")&&(cpu()!="MK21DX128VMC5")&&(cpu()!="MK21DX256VMC5")&&(cpu()!="MK21DN512VMC5")&&(cpu()!="MK22DX128VLF5")&&(cpu()!="MK22DX256VLF5")&&(cpu()!="MK22DX128VLH5")&&(cpu()!="MK22DX256VLH5")&&(cpu()!="MK22DN512VLH5")&&(cpu()!="MK22DX128VLK5")&&(cpu()!="MK22DX256VLK5")&&(cpu()!="MK22DN512VLK5")&&(cpu()!="MK22DX128VMC5")&&(cpu()!="MK22DX256VMC5")&&(cpu()!="MK22DN512VMC5") sif (cpu()!="MK20DX64VMC7")&&(cpu()!="MK20DX128VMC7")&&(cpu()!="MK20DX256VMC7")&&(cpu()!="MK30DX64VMC7")&&(cpu()!="MK30DX128VMC7")&&(cpu()!="MK30DX256VMC7")&&(cpu()!="MK50DX128CMC7")&&(cpu()!="MK50DX256CMC7")&&(cpu()!="MK51DX128CMC7")&&(cpu()!="MK51DX256CMC7")&&(cpu()!="MK40DX64VMC7")&&(cpu()!="MK40DX128VMC7")&&(cpu()!="MK40DX256VMC7") bitfld.long 0x00 7. " POEN[7] ,PDB Pulse Out Enable" "Disabled,Enabled" bitfld.long 0x00 6. " POEN[6] ,PDB Pulse Out Enable" "Disabled,Enabled" bitfld.long 0x00 5. " POEN[5] ,PDB Pulse Out Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " POEN[4] ,PDB Pulse Out Enable" "Disabled,Enabled" bitfld.long 0x00 3. " POEN[3] ,PDB Pulse Out Enable" "Disabled,Enabled" textline " " endif bitfld.long 0x00 2. " POEN[2] ,PDB Pulse Out Enable" "Disabled,Enabled" textline " " endif sif (cpu()!="MK20DN512ZAB10"&&cpu()!="MK20DN512ZCAB10") bitfld.long 0x00 1. " POEN[1] ,PDB Pulse Out Enable" "Disabled,Enabled" textline " " endif bitfld.long 0x00 0. " POEN[0] ,PDB Pulse Out Enable" "Disabled,Enabled" endif sif (cpu()=="MK20DN512ZAB10")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10") group.long 0x194++0x3 line.long 0x00 "PO0DLY,Pulse-Out 0 Delay Register" hexmask.long.word 0x00 16.--31. 1. " DLY1 ,PDB Pulse-Out Delay 1" hexmask.long.word 0x00 0.--15. 1. " DLY2 ,PDB Pulse-Out Delay 2" elif (cpu()=="MK20DN32VMP5"||cpu()=="MK20DN64VMP5"||cpu()=="MK20DN128VMP5"||cpu()=="MK20DX32VMP5"||cpu()=="MK20DX64VMP5"||cpu()=="MK20DX128VMP5") group.long 0x194++0x3 line.long 0x00 "PO0DLY,Pulse-Out 0 Delay Register" hexmask.long.word 0x00 16.--31. 1. " DLY1 ,PDB Pulse-Out Delay 1" hexmask.long.word 0x00 0.--15. 1. " DLY2 ,PDB Pulse-Out Delay 2" group.long 0x198++0x3 line.long 0x00 "PO1DLY,Pulse-Out 1 Delay Register" hexmask.long.word 0x00 16.--31. 1. " DLY1 ,PDB Pulse-Out Delay 1" hexmask.long.word 0x00 0.--15. 1. " DLY2 ,PDB Pulse-Out Delay 2" elif (cpu()=="MK20DX64VMC7"||cpu()=="MK20DX128VMC7"||cpu()=="MK20DX256VMC7"||cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7") group.long 0x194++0x3 line.long 0x00 "PO0DLY,Pulse-Out 0 Delay Register" hexmask.long.word 0x00 16.--31. 1. " DLY1 ,PDB Pulse-Out Delay 1" hexmask.long.word 0x00 0.--15. 1. " DLY2 ,PDB Pulse-Out Delay 2" group.long 0x198++0x3 line.long 0x00 "PO1DLY,Pulse-Out 1 Delay Register" hexmask.long.word 0x00 16.--31. 1. " DLY1 ,PDB Pulse-Out Delay 1" hexmask.long.word 0x00 0.--15. 1. " DLY2 ,PDB Pulse-Out Delay 2" group.long 0x19C++0x3 line.long 0x00 "PO2DLY,Pulse-Out 2 Delay Register" hexmask.long.word 0x00 16.--31. 1. " DLY1 ,PDB Pulse-Out Delay 1" hexmask.long.word 0x00 0.--15. 1. " DLY2 ,PDB Pulse-Out Delay 2" endif width 11. tree.end tree "FTM (FlexTimer Registers)" tree "FTM0" base ad:0x40038000 width 0xb group.long 0x0++0xB line.long 0x00 "SC,Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " TOF ,Timer Overflow Flag" "No overflow,Overflow" else bitfld.long 0x00 7. " TOF ,Timer Overflow Flag" "No overflow,Overflow" endif bitfld.long 0x00 6. " TOIE ,Timer Overflow Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 5. " CPWMS ,Center-Aligned PWM Select" "Up Counting mode,Up-Down Counting mode" bitfld.long 0x00 3.--4. " CLKS ,Clock Source Selection" "No clock,System clock,Fixed frequency clock,External clock" bitfld.long 0x00 0.--2. " PS ,Prescale Factor Selection" "/1,/2,/4,/8,/16,/32,/64,/128" line.long 0x04 "CNT,Counter" hexmask.long.word 0x04 0.--15. 1. " COUNT ,Counter Value" line.long 0x08 "MOD,Modulo" hexmask.long.word 0x08 0.--15. 1. " MOD ,Modulo Value" group.long 0xC++0x7 line.long 0x00 "C0SC,Channel 0 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C0V,Channel 0 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x14++0x7 line.long 0x00 "C1SC,Channel 1 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C1V,Channel 1 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x1C++0x7 line.long 0x00 "C2SC,Channel 2 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C2V,Channel 2 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x24++0x7 line.long 0x00 "C3SC,Channel 3 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C3V,Channel 3 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x2C++0x7 line.long 0x00 "C4SC,Channel 4 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C4V,Channel 4 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x34++0x7 line.long 0x00 "C5SC,Channel 5 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C5V,Channel 5 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x3C++0x7 line.long 0x00 "C6SC,Channel 6 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C6V,Channel 6 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x44++0x7 line.long 0x00 "C7SC,Channel 7 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C7V,Channel 7 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x4C++0x03 line.long 0x00 "CNTIN,Counter Initial Value" hexmask.long.word 0x00 0.--15. 1. " INIT ,Initial Value Of The FTM Counter" rgroup.long 0x50++0x03 line.long 0x00 "STATUS,Capture And Compare Status" bitfld.long 0x00 7. " CH7F ,Channel 7 Flag" "No occurred,Occurred" bitfld.long 0x00 6. " CH6F ,Channel 6 Flag" "No occurred,Occurred" bitfld.long 0x00 5. " CH5F ,Channel 5 Flag" "No occurred,Occurred" textline " " bitfld.long 0x00 4. " CH4F ,Channel 4 Flag" "No occurred,Occurred" bitfld.long 0x00 3. " CH3F ,Channel 3 Flag" "No occurred,Occurred" bitfld.long 0x00 2. " CH2F ,Channel 2 Flag" "No occurred,Occurred" textline " " bitfld.long 0x00 1. " CH1F ,Channel 1 Flag" "No occurred,Occurred" bitfld.long 0x00 0. " CH0F ,Channel 0 Flag" "No occurred,Occurred" group.long 0x54++0x03 line.long 0x00 "MODE,Features Mode Selection" bitfld.long 0x00 7. " FAULTIE ,Fault Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5.--6. " FAULTM ,Fault Control Mode" "Disabled All CHs,Enabled CHs0-2-4-6 / Manual Cleared,Enabled All Chs / Manual Cleared,Enabled Chs / Automatic Cleared" bitfld.long 0x00 4. " CAPTEST ,Capture Test Mode Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " PWMSYNC ,PWM Synchronization Mode" "Disabled,Enabled" bitfld.long 0x00 2. " WPDIS ,Write Protection Disable" "Enabled,Disabled" bitfld.long 0x00 1. " INIT ,Initialize The Channels Output" "No effect,Initialized" textline " " bitfld.long 0x00 0. " FTMEN ,FTM Enable" "Disabled,Enabled" group.long 0x58++0x0B line.long 0x00 "SYNC,Synchronization" bitfld.long 0x00 7. " SWSYNC ,PWM Synchronization Software Trigger" "Not selected,Selected" bitfld.long 0x00 6. " TRIG2 ,PWM Synchronization Hardware Trigger 2" "Disabled,Enabled" bitfld.long 0x00 5. " TRIG1 ,PWM Synchronization Hardware Trigger 1" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " TRIG0 ,PWM Synchronization Hardware Trigger 0" "Disabled,Enabled" bitfld.long 0x00 3. " SYNCHOM ,Output Mask Synchronization" "Low,High" bitfld.long 0x00 2. " REINIT ,FTM Counter Reinitialization By Synchronization" "Count normally,Trigg detected" textline " " bitfld.long 0x00 1. " CNTMAX ,Maximum Loading Point Enable" "Disabled,Enabled" bitfld.long 0x00 0. " CNTMIN ,Minimum Loading Point Enable" "Disabled,Enabled" line.long 0x04 "OUTINIT,Initial State For Channels Output" bitfld.long 0x04 7. " CH7OI ,Channel 7 Output Initialization Value" "0,1" bitfld.long 0x04 6. " CH6OI ,Channel 6 Output Initialization Value" "0,1" bitfld.long 0x04 5. " CH5OI ,Channel 5 Output Initialization Value" "0,1" textline " " bitfld.long 0x04 4. " CH4OI ,Channel 4 Output Initialization Value" "0,1" bitfld.long 0x04 3. " CH3OI ,Channel 3 Output Initialization Value" "0,1" bitfld.long 0x04 2. " CH2OI ,Channel 2 Output Initialization Value" "0,1" textline " " bitfld.long 0x04 1. " CH1OI ,Channel 1 Output Initialization Value" "0,1" bitfld.long 0x04 0. " CH0OI ,Channel 0 Output Initialization Value" "0,1" line.long 0x08 "OUTMASK,Output Mask" bitfld.long 0x08 7. " CH7OM ,Channel 7 Output Mask" "Not masked,Masked" bitfld.long 0x08 6. " CH6OM ,Channel 6 Output Mask" "Not masked,Masked" textline " " bitfld.long 0x08 5. " CH5OM ,Channel 5 Output Mask" "Not masked,Masked" bitfld.long 0x08 4. " CH4OM ,Channel 4 Output Mask" "Not masked,Masked" bitfld.long 0x08 3. " CH3OM ,Channel 3 Output Mask" "Not masked,Masked" textline " " bitfld.long 0x08 2. " CH2OM ,Channel 2 Output Mask" "Not masked,Masked" bitfld.long 0x08 1. " CH1OM ,Channel 1 Output Mask" "Not masked,Masked" bitfld.long 0x08 0. " CH0OM ,Channel 0 Output Mask" "Not masked,Masked" group.long 0x64++0x3 line.long 0x00 "COMBINE,Function For Linked Channels" bitfld.long 0x00 30. " FAULTEN3 ,Fault Control Enable For n = 6" "Disabled,Enabled" bitfld.long 0x00 29. " SYNCEN3 ,Synchronization Enable For n = 6" "Disabled,Enabled" bitfld.long 0x00 28. " DTEN3 ,Deadtime Enable For n = 6" "Disabled,Enabled" textline " " bitfld.long 0x00 27. " DECAP3 ,Dual Edge Capture Mode Captures For n = 6" "Inactive,Active" bitfld.long 0x00 26. " DECAPEN3 ,Dual Edge Capture Mode Enable For n = 6" "Disabled,Enabled" bitfld.long 0x00 25. " COMP3 ,Complement Of Channel (n) for n = 6" "Same,Complemented" textline " " bitfld.long 0x00 24. " COMBINE3 ,Combine Channels For n = 6" "Independed,Combined" bitfld.long 0x00 22. " FAULTEN2 ,Fault Control Enable For n = 4" "Disabled,Enabled" bitfld.long 0x00 21. " SYNCEN2 ,Synchronization Enable For n = 4" "Disabled,Enabled" textline " " bitfld.long 0x00 20. " DTEN2 ,Deadtime Enable For n = 4" "Disabled,Enabled" bitfld.long 0x00 19. " DECAP2 ,Dual Edge Capture Mode Captures For n = 4" "Inactive,Active" bitfld.long 0x00 18. " DECAPEN2 ,Dual Edge Capture Mode Enable For n = 4" "Disabled,Enabled" textline " " bitfld.long 0x00 17. " COMP2 ,Complement Of Channel (n) For n = 4" "Same,Complemented" bitfld.long 0x00 16. " COMBINE2 ,Combine Channels For n = 4" "Independed,Combined" bitfld.long 0x00 14. " FAULTEN1 ,Fault Control Enable For n = 2" "Disabled,Enabled" textline " " bitfld.long 0x00 13. " SYNCEN1 ,Synchronization Enable For n = 2" "Disabled,Enabled" bitfld.long 0x00 12. " DTEN1 ,Deadtime Enable For n = 2" "Disabled,Enabled" bitfld.long 0x00 11. " DECAP1 ,Dual Edge Capture Mode Captures For n = 2" "Inactive,Active" textline " " bitfld.long 0x00 10. " DECAPEN1 ,Dual Edge Capture Mode Enable For n = 2" "Disabled,Enabled" bitfld.long 0x00 9. " COMP1 ,Complement Of Channel (n) For n = 2" "Same,Complemented" bitfld.long 0x00 8. " COMBINE1 ,Combine Channels For n = 2" "Independed,Combined" textline " " bitfld.long 0x00 6. " FAULTEN0 ,Fault Control Enable For n = 0" "Disabled,Enabled" bitfld.long 0x00 5. " SYNCEN0 ,Synchronization Enable For n = 0" "Disabled,Enabled" bitfld.long 0x00 4. " DTEN0 ,Deadtime Enable For n = 0" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " DECAP0 ,Dual Edge Capture Mode Captures For n = 0" "Inactive,Active" bitfld.long 0x00 2. " DECAPEN0 ,Dual Edge Capture Mode Enable For n = 0" "Disabled,Enabled" bitfld.long 0x00 1. " COMP0 ,Complement Of Channel (n) For n = 0" "Same,Complemented" textline " " bitfld.long 0x00 0. " COMBINE0 ,Combine Channels For n = 0" "Independed,Combined" group.long 0x68++0x3 line.long 0x00 "DEADTIME,Deadtime Insertion Control" bitfld.long 0x00 6.--7. " DTPS ,Deadtime Prescaler Value" "/1,/1,/4,/16" bitfld.long 0x00 0.--5. " DTVAL ,Deadtime Value" "No counts,1 count,2 counts,3 counts,4 counts,5 counts,6 counts,7 counts,8 counts,9 counts,10 counts,11 counts,12 counts,13 counts,14 counts,15 counts,16 counts,17 counts,18 counts,19 counts,20 counts,21 counts,22 counts,23 counts,24 counts,25 counts,26 counts,27 counts,28 counts,29 counts,30 counts,31 counts,32 counts,33 counts,34 counts,35 counts,36 counts,37 counts,38 counts,39 counts,40 counts,41 counts,42 counts,43 counts,44 counts,45 counts,46 counts,47 counts,48 counts,49 counts,50 counts,51 counts,52 counts,53 counts,54 counts,55 counts,56 counts,57 counts,58 counts,59 counts,60 counts,61 counts,62 counts,63 counts" group.long 0x6C++0x2F line.long 0x00 "EXTTRIG,FTM External Trigger" bitfld.long 0x00 7. " TRIGF ,Channel Trigger Flag" "Low,High" bitfld.long 0x00 6. " INITTRIGEN ,Initialization Trigger Enable" "Disabled,Enabled" bitfld.long 0x00 5. " CH1TRIG ,Channel 1 Trigger Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " CH0TRIG ,Channel 0 Trigger Enable" "Disabled,Enabled" bitfld.long 0x00 3. " CH5TRIG ,Channel 5 Trigger Enable" "Disabled,Enabled" bitfld.long 0x00 2. " CH4TRIG ,Channel 4 Trigger Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " CH3TRIG ,Channel 3 Trigger Enable" "Disabled,Enabled" bitfld.long 0x00 0. " CH2TRIG ,Channel 2 Trigger Enable" "Disabled,Enabled" line.long 0x04 "POL,Channels Polarity" bitfld.long 0x04 7. " POL7 ,Channel 7 Polarity" "High,Low" bitfld.long 0x04 6. " POL6 ,Channel 6 Polarity" "High,Low" bitfld.long 0x04 5. " POL5 ,Channel 5 Polarity" "High,Low" textline " " bitfld.long 0x04 4. " POL4 ,Channel 4 Polarity" "High,Low" bitfld.long 0x04 3. " POL3 ,Channel 3 Polarity" "High,Low" bitfld.long 0x04 2. " POL2 ,Channel 2 Polarity" "High,Low" textline " " bitfld.long 0x04 1. " POL1 ,Channel 1 Polarity" "High,Low" bitfld.long 0x04 0. " POL0 ,Channel 0 Polarity" "High,Low" line.long 0x08 "FMS,Fault Mode Status" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x08 7. " FAULTF ,Fault Detection Flag" "Not detected,Detected" bitfld.long 0x08 6. " WPEN ,Write Protection Enable" "Disabled,Enabled" rbitfld.long 0x08 5. " FAULTIN ,Fault Inputs" "0,1" textline " " rbitfld.long 0x08 3. " FAULTF3 ,Fault Detection Flag 3" "No detected,Detected" rbitfld.long 0x08 2. " FAULTF2 ,Fault Detection Flag 2" "No detected,Detected" rbitfld.long 0x08 1. " FAULTF1 ,Fault Detection Flag 1" "No detected,Detected" textline " " rbitfld.long 0x08 0. " FAULTF0 ,Fault Detection Flag 0" "No detected,Detected" else bitfld.long 0x08 7. " FAULTF ,Fault Detection Flag" "No detected,Detected" bitfld.long 0x08 6. " WPEN ,Write Protection Enable" "Disabled,Enabled" bitfld.long 0x08 5. " FAULTIN ,Fault Inputs" "0,1" textline " " bitfld.long 0x08 3. " FAULTF3 ,Fault Detection Flag 3" "No detected,Detected" bitfld.long 0x08 2. " FAULTF2 ,Fault Detection Flag 2" "No detected,Detected" bitfld.long 0x08 1. " FAULTF1 ,Fault Detection Flag 1" "No detected,Detected" textline " " bitfld.long 0x08 0. " FAULTF0 ,Fault Detection Flag 0" "No detected,Detected" endif line.long 0x0C "FILTER,Input Capture Filter Control" bitfld.long 0x0C 12.--15. " CH3FVAL ,Channel 3 Input Filter" "Disabled,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x0C 8.--11. " CH2FVAL ,Channel 2 Input Filter" "Disabled,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x0C 4.--7. " CH1FVAL ,Channel 1 Input Filter" "Disabled,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x0C 0.--3. " CH0FVAL ,Channel 0 Input Filter" "Disabled,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x10 "FLTCTRL,Fault Control" bitfld.long 0x10 8.--11. " FFVAL ,Fault Input Filter" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x10 7. " FFLTR3EN ,Fault Input 3 Filter Enable" "Disabled,Enabled" bitfld.long 0x10 6. " FFLTR2EN ,Fault Input 2 Filter Enable" "Disabled,Enabled" textline " " bitfld.long 0x10 5. " FFLTR1EN ,Fault Input 1 Filter Enable" "Disabled,Enabled" bitfld.long 0x10 4. " FFLTR0EN ,Fault Input 0 Filter Enable" "Disabled,Enabled" bitfld.long 0x10 3. " FAULT3EN ,Fault Input 3 Enable" "Disabled,Enabled" textline " " bitfld.long 0x10 2. " FAULT2EN ,Fault Input 2 Enable" "Disabled,Enabled" bitfld.long 0x10 1. " FAULT1EN ,Fault Input 1 Enable" "Disabled,Enabled" bitfld.long 0x10 0. " FAULT0EN ,Fault Input 0 Enable" "Disabled,Enabled" line.long 0x14 "QDCTRL,Quadrature Decoder Control And Status" bitfld.long 0x14 7. " PHAFLTREN ,Phase A Input Filter Enable" "Disabled,Enabled" bitfld.long 0x14 6. " PHBFLTREN ,Phase B Input Filter Enable" "Disabled,Enabled" bitfld.long 0x14 5. " PHAPOL ,Phase A Input Polarity" "Normal,Inverted" textline " " bitfld.long 0x14 4. " PHBPOL ,Phase B Input Polarity" "Normal,Inverted" bitfld.long 0x14 3. " QUADMODE ,Quadrature Decoder Mode" "A and B encoding,Count and Direction encoding" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x14 2. " QUADIR ,FTM Counter Direction In Quadrature Decoder Mode" "Decreasing,Increasing" textline " " rbitfld.long 0x14 1. " TOFDIR ,Timer Overflow Direction In Quadrature Decoder Mode" "Bottom,Top" else bitfld.long 0x14 2. " QUADIR ,FTM Counter Direction In Quadrature Decoder Mode" "Decreasing,Increasing" textline " " bitfld.long 0x14 1. " TOFDIR ,Timer Overflow Direction In Quadrature Decoder Mode" "Bottom,Top" endif bitfld.long 0x14 0. " QUADEN ,Quadrature Decoder Mode Enable" "Disabled,Enabled" line.long 0x18 "CONF,Configuration" bitfld.long 0x18 10. " GTBEOUT ,Global Time Base Output" "Disabled,Enabled" bitfld.long 0x18 9. " GTBEEN ,Global Time Base Enable" "Disabled,Enabled" bitfld.long 0x18 6.--7. " BDMMODE ,Selects the FTM behavior in BDM mode" "0,1,2,3" textline " " bitfld.long 0x18 0.--4. " NUMTOF ,Selects the ratio between the number of counter overflows to the number of times the TOF bit is set" "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 0x1C "FLTPOL,FTM Fault Input Polarity" bitfld.long 0x1C 3. " FLT3POL ,Fault Input 3 Polarity" "High,Low" bitfld.long 0x1C 2. " FLT2POL ,Fault Input 2 Polarity" "High,Low" bitfld.long 0x1C 1. " FLT1POL ,Fault Input 1 Polarity" "High,Low" textline " " bitfld.long 0x1C 0. " FLT0POL ,Fault Input 0 Polarity" "High,Low" line.long 0x20 "SYNCONF,Synchronization Configuration" bitfld.long 0x20 20. " HWSOC ,Software output control synchronization is activated by a hardware trigger" "Not activated,Activated" bitfld.long 0x20 19. " HWINVC ,Inverting control synchronization is activated by a hardware trigger" "Not activated,Activated" bitfld.long 0x20 18. " HWOM ,Output mask synchronization is activated by a hardware trigger" "Not activated,Activated" textline " " bitfld.long 0x20 17. " HWWRBUF ,MOD CNTIN and CV registers synchronization is activated by a hardware trigger" "Not activated,Activated" bitfld.long 0x20 16. " HWRSTCNT ,FTM counter synchronization is activated by a hardware trigger" "Not activated,Activated" bitfld.long 0x20 12. " SWSOC ,Software output control synchronization is activated by the software trigger" "Not activated,Activated" textline " " bitfld.long 0x20 11. " SWINVC ,Inverting control synchronization is activated by the software trigger" "Not activated,Activated" bitfld.long 0x20 10. " SWOM ,Output mask synchronization is activated by the software trigger" "Not activated,Activated" bitfld.long 0x20 9. " SWWRBUF ,MOD CNTIN and CV registers synchronization is activated by the software trigger" "Not activated,Activated" textline " " bitfld.long 0x20 8. " SWRSTCNT ,FTM counter synchronization is activated by the software trigger" "Not activated,Activated" bitfld.long 0x20 7. " SYNCMODE ,Synchronization Mode" "Legacy PWM,Enhanced PWM" bitfld.long 0x20 5. " SWOC ,SWOCTRL Register Synchronization" "Rising edges,PWM" textline " " bitfld.long 0x20 4. " INVC ,INVCTRL Register Synchronization" "0,1" bitfld.long 0x20 2. " CNTINC ,CNTIN Register Synchronization" "Rising edges,PWM" bitfld.long 0x20 0. " HWTRIGMODE ,Hardware Trigger Mode" "Cleared,Not Cleared" line.long 0x24 "INVCTRL,FTM Inverting Control" bitfld.long 0x24 3. " INV3EN ,Pair Channels 3 Inverting Enable" "Disabled,Enabled" bitfld.long 0x24 2. " INV2EN ,Pair Channels 2 Inverting Enable" "Disabled,Enabled" bitfld.long 0x24 1. " INV1EN ,Pair Channels 1 Inverting Enable" "Disabled,Enabled" textline " " bitfld.long 0x24 0. " INV0EN ,Pair Channels 0 Inverting Enable" "Disabled,Enabled" line.long 0x28 "SWOCTRL,FTM Software Output Control" bitfld.long 0x28 15. " CH7OCV ,Channel 7 Software Output Control Value" "Force 0,Force 1" bitfld.long 0x28 14. " CH6OCV ,Channel 6 Software Output Control Value" "Force 0,Force 1" bitfld.long 0x28 13. " CH5OCV ,Channel 5 Software Output Control Value" "Force 0,Force 1" textline " " bitfld.long 0x28 12. " CH4OCV ,Channel 4 Software Output Control Value" "Force 0,Force 1" bitfld.long 0x28 11. " CH3OCV ,Channel 3 Software Output Control Value" "Force 0,Force 1" bitfld.long 0x28 10. " CH2OCV ,Channel 2 Software Output Control Value" "Force 0,Force 1" textline " " bitfld.long 0x28 9. " CH1OCV ,Channel 1 Software Output Control Value" "Force 0,Force 1" bitfld.long 0x28 8. " CH0OCV ,Channel 0 Software Output Control Value" "Force 0,Force 1" bitfld.long 0x28 7. " CH7OC ,Channel 7 Software Output Control Enable" "Not affected,Affected" textline " " bitfld.long 0x28 6. " CH6OC ,Channel 6 Software Output Control Enable" "Not affected,Affected" bitfld.long 0x28 5. " CH5OC ,Channel 5 Software Output Control Enable" "Not affected,Affected" bitfld.long 0x28 4. " CH4OC ,Channel 4 Software Output Control Enable" "Not affected,Affected" textline " " bitfld.long 0x28 3. " CH3OC ,Channel 3 Software Output Control Enable" "Not affected,Affected" bitfld.long 0x28 2. " CH2OC ,Channel 2 Software Output Control Enable" "Not affected,Affected" bitfld.long 0x28 1. " CH1OC ,Channel 1 Software Output Control Enable" "Not affected,Affected" textline " " bitfld.long 0x28 0. " CH0OC ,Channel 0 Software Output Control Enable" "Not affected,Affected" line.long 0x2C "PWMLOAD,FTM PWM Load" bitfld.long 0x2C 9. " LDOK ,Load Enable" "Disabled,Enabled" bitfld.long 0x2C 7. " CH7SEL ,Channel 7 Select " "Not included,Included" bitfld.long 0x2C 6. " CH6SEL ,Channel 6 Select " "Not included,Included" textline " " bitfld.long 0x2C 5. " CH5SEL ,Channel 5 Select " "Not included,Included" bitfld.long 0x2C 4. " CH4SEL ,Channel 4 Select " "Not included,Included" bitfld.long 0x2C 3. " CH3SEL ,Channel 3 Select " "Not included,Included" textline " " bitfld.long 0x2C 2. " CH2SEL ,Channel 2 Select " "Not included,Included" bitfld.long 0x2C 1. " CH1SEL ,Channel 1 Select " "Not included,Included" bitfld.long 0x2C 0. " CH0SEL ,Channel 0 Select " "Not included,Included" width 0xB tree.end tree "FTM1" base ad:0x40039000 width 0xb group.long 0x0++0xB line.long 0x00 "SC,Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " TOF ,Timer Overflow Flag" "No overflow,Overflow" else bitfld.long 0x00 7. " TOF ,Timer Overflow Flag" "No overflow,Overflow" endif bitfld.long 0x00 6. " TOIE ,Timer Overflow Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 5. " CPWMS ,Center-Aligned PWM Select" "Up Counting mode,Up-Down Counting mode" bitfld.long 0x00 3.--4. " CLKS ,Clock Source Selection" "No clock,System clock,Fixed frequency clock,External clock" bitfld.long 0x00 0.--2. " PS ,Prescale Factor Selection" "/1,/2,/4,/8,/16,/32,/64,/128" line.long 0x04 "CNT,Counter" hexmask.long.word 0x04 0.--15. 1. " COUNT ,Counter Value" line.long 0x08 "MOD,Modulo" hexmask.long.word 0x08 0.--15. 1. " MOD ,Modulo Value" group.long 0xC++0x7 line.long 0x00 "C0SC,Channel 0 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C0V,Channel 0 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x14++0x7 line.long 0x00 "C1SC,Channel 1 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C1V,Channel 1 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x1C++0x7 line.long 0x00 "C2SC,Channel 2 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C2V,Channel 2 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x24++0x7 line.long 0x00 "C3SC,Channel 3 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C3V,Channel 3 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x2C++0x7 line.long 0x00 "C4SC,Channel 4 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C4V,Channel 4 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x34++0x7 line.long 0x00 "C5SC,Channel 5 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C5V,Channel 5 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x3C++0x7 line.long 0x00 "C6SC,Channel 6 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C6V,Channel 6 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x44++0x7 line.long 0x00 "C7SC,Channel 7 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C7V,Channel 7 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x4C++0x03 line.long 0x00 "CNTIN,Counter Initial Value" hexmask.long.word 0x00 0.--15. 1. " INIT ,Initial Value Of The FTM Counter" rgroup.long 0x50++0x03 line.long 0x00 "STATUS,Capture And Compare Status" bitfld.long 0x00 7. " CH7F ,Channel 7 Flag" "No occurred,Occurred" bitfld.long 0x00 6. " CH6F ,Channel 6 Flag" "No occurred,Occurred" bitfld.long 0x00 5. " CH5F ,Channel 5 Flag" "No occurred,Occurred" textline " " bitfld.long 0x00 4. " CH4F ,Channel 4 Flag" "No occurred,Occurred" bitfld.long 0x00 3. " CH3F ,Channel 3 Flag" "No occurred,Occurred" bitfld.long 0x00 2. " CH2F ,Channel 2 Flag" "No occurred,Occurred" textline " " bitfld.long 0x00 1. " CH1F ,Channel 1 Flag" "No occurred,Occurred" bitfld.long 0x00 0. " CH0F ,Channel 0 Flag" "No occurred,Occurred" group.long 0x54++0x03 line.long 0x00 "MODE,Features Mode Selection" bitfld.long 0x00 7. " FAULTIE ,Fault Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5.--6. " FAULTM ,Fault Control Mode" "Disabled All CHs,Enabled CHs0-2-4-6 / Manual Cleared,Enabled All Chs / Manual Cleared,Enabled Chs / Automatic Cleared" bitfld.long 0x00 4. " CAPTEST ,Capture Test Mode Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " PWMSYNC ,PWM Synchronization Mode" "Disabled,Enabled" bitfld.long 0x00 2. " WPDIS ,Write Protection Disable" "Enabled,Disabled" bitfld.long 0x00 1. " INIT ,Initialize The Channels Output" "No effect,Initialized" textline " " bitfld.long 0x00 0. " FTMEN ,FTM Enable" "Disabled,Enabled" group.long 0x58++0x0B line.long 0x00 "SYNC,Synchronization" bitfld.long 0x00 7. " SWSYNC ,PWM Synchronization Software Trigger" "Not selected,Selected" bitfld.long 0x00 6. " TRIG2 ,PWM Synchronization Hardware Trigger 2" "Disabled,Enabled" bitfld.long 0x00 5. " TRIG1 ,PWM Synchronization Hardware Trigger 1" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " TRIG0 ,PWM Synchronization Hardware Trigger 0" "Disabled,Enabled" bitfld.long 0x00 3. " SYNCHOM ,Output Mask Synchronization" "Low,High" bitfld.long 0x00 2. " REINIT ,FTM Counter Reinitialization By Synchronization" "Count normally,Trigg detected" textline " " bitfld.long 0x00 1. " CNTMAX ,Maximum Loading Point Enable" "Disabled,Enabled" bitfld.long 0x00 0. " CNTMIN ,Minimum Loading Point Enable" "Disabled,Enabled" line.long 0x04 "OUTINIT,Initial State For Channels Output" bitfld.long 0x04 7. " CH7OI ,Channel 7 Output Initialization Value" "0,1" bitfld.long 0x04 6. " CH6OI ,Channel 6 Output Initialization Value" "0,1" bitfld.long 0x04 5. " CH5OI ,Channel 5 Output Initialization Value" "0,1" textline " " bitfld.long 0x04 4. " CH4OI ,Channel 4 Output Initialization Value" "0,1" bitfld.long 0x04 3. " CH3OI ,Channel 3 Output Initialization Value" "0,1" bitfld.long 0x04 2. " CH2OI ,Channel 2 Output Initialization Value" "0,1" textline " " bitfld.long 0x04 1. " CH1OI ,Channel 1 Output Initialization Value" "0,1" bitfld.long 0x04 0. " CH0OI ,Channel 0 Output Initialization Value" "0,1" line.long 0x08 "OUTMASK,Output Mask" bitfld.long 0x08 7. " CH7OM ,Channel 7 Output Mask" "Not masked,Masked" bitfld.long 0x08 6. " CH6OM ,Channel 6 Output Mask" "Not masked,Masked" textline " " bitfld.long 0x08 5. " CH5OM ,Channel 5 Output Mask" "Not masked,Masked" bitfld.long 0x08 4. " CH4OM ,Channel 4 Output Mask" "Not masked,Masked" bitfld.long 0x08 3. " CH3OM ,Channel 3 Output Mask" "Not masked,Masked" textline " " bitfld.long 0x08 2. " CH2OM ,Channel 2 Output Mask" "Not masked,Masked" bitfld.long 0x08 1. " CH1OM ,Channel 1 Output Mask" "Not masked,Masked" bitfld.long 0x08 0. " CH0OM ,Channel 0 Output Mask" "Not masked,Masked" group.long 0x64++0x3 line.long 0x00 "COMBINE,Function For Linked Channels" bitfld.long 0x00 30. " FAULTEN3 ,Fault Control Enable For n = 6" "Disabled,Enabled" bitfld.long 0x00 29. " SYNCEN3 ,Synchronization Enable For n = 6" "Disabled,Enabled" bitfld.long 0x00 28. " DTEN3 ,Deadtime Enable For n = 6" "Disabled,Enabled" textline " " bitfld.long 0x00 27. " DECAP3 ,Dual Edge Capture Mode Captures For n = 6" "Inactive,Active" bitfld.long 0x00 26. " DECAPEN3 ,Dual Edge Capture Mode Enable For n = 6" "Disabled,Enabled" bitfld.long 0x00 25. " COMP3 ,Complement Of Channel (n) for n = 6" "Same,Complemented" textline " " bitfld.long 0x00 24. " COMBINE3 ,Combine Channels For n = 6" "Independed,Combined" bitfld.long 0x00 22. " FAULTEN2 ,Fault Control Enable For n = 4" "Disabled,Enabled" bitfld.long 0x00 21. " SYNCEN2 ,Synchronization Enable For n = 4" "Disabled,Enabled" textline " " bitfld.long 0x00 20. " DTEN2 ,Deadtime Enable For n = 4" "Disabled,Enabled" bitfld.long 0x00 19. " DECAP2 ,Dual Edge Capture Mode Captures For n = 4" "Inactive,Active" bitfld.long 0x00 18. " DECAPEN2 ,Dual Edge Capture Mode Enable For n = 4" "Disabled,Enabled" textline " " bitfld.long 0x00 17. " COMP2 ,Complement Of Channel (n) For n = 4" "Same,Complemented" bitfld.long 0x00 16. " COMBINE2 ,Combine Channels For n = 4" "Independed,Combined" bitfld.long 0x00 14. " FAULTEN1 ,Fault Control Enable For n = 2" "Disabled,Enabled" textline " " bitfld.long 0x00 13. " SYNCEN1 ,Synchronization Enable For n = 2" "Disabled,Enabled" bitfld.long 0x00 12. " DTEN1 ,Deadtime Enable For n = 2" "Disabled,Enabled" bitfld.long 0x00 11. " DECAP1 ,Dual Edge Capture Mode Captures For n = 2" "Inactive,Active" textline " " bitfld.long 0x00 10. " DECAPEN1 ,Dual Edge Capture Mode Enable For n = 2" "Disabled,Enabled" bitfld.long 0x00 9. " COMP1 ,Complement Of Channel (n) For n = 2" "Same,Complemented" bitfld.long 0x00 8. " COMBINE1 ,Combine Channels For n = 2" "Independed,Combined" textline " " bitfld.long 0x00 6. " FAULTEN0 ,Fault Control Enable For n = 0" "Disabled,Enabled" bitfld.long 0x00 5. " SYNCEN0 ,Synchronization Enable For n = 0" "Disabled,Enabled" bitfld.long 0x00 4. " DTEN0 ,Deadtime Enable For n = 0" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " DECAP0 ,Dual Edge Capture Mode Captures For n = 0" "Inactive,Active" bitfld.long 0x00 2. " DECAPEN0 ,Dual Edge Capture Mode Enable For n = 0" "Disabled,Enabled" bitfld.long 0x00 1. " COMP0 ,Complement Of Channel (n) For n = 0" "Same,Complemented" textline " " bitfld.long 0x00 0. " COMBINE0 ,Combine Channels For n = 0" "Independed,Combined" group.long 0x68++0x3 line.long 0x00 "DEADTIME,Deadtime Insertion Control" bitfld.long 0x00 6.--7. " DTPS ,Deadtime Prescaler Value" "/1,/1,/4,/16" bitfld.long 0x00 0.--5. " DTVAL ,Deadtime Value" "No counts,1 count,2 counts,3 counts,4 counts,5 counts,6 counts,7 counts,8 counts,9 counts,10 counts,11 counts,12 counts,13 counts,14 counts,15 counts,16 counts,17 counts,18 counts,19 counts,20 counts,21 counts,22 counts,23 counts,24 counts,25 counts,26 counts,27 counts,28 counts,29 counts,30 counts,31 counts,32 counts,33 counts,34 counts,35 counts,36 counts,37 counts,38 counts,39 counts,40 counts,41 counts,42 counts,43 counts,44 counts,45 counts,46 counts,47 counts,48 counts,49 counts,50 counts,51 counts,52 counts,53 counts,54 counts,55 counts,56 counts,57 counts,58 counts,59 counts,60 counts,61 counts,62 counts,63 counts" group.long 0x6C++0x2F line.long 0x00 "EXTTRIG,FTM External Trigger" bitfld.long 0x00 7. " TRIGF ,Channel Trigger Flag" "Low,High" bitfld.long 0x00 6. " INITTRIGEN ,Initialization Trigger Enable" "Disabled,Enabled" bitfld.long 0x00 5. " CH1TRIG ,Channel 1 Trigger Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " CH0TRIG ,Channel 0 Trigger Enable" "Disabled,Enabled" bitfld.long 0x00 3. " CH5TRIG ,Channel 5 Trigger Enable" "Disabled,Enabled" bitfld.long 0x00 2. " CH4TRIG ,Channel 4 Trigger Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " CH3TRIG ,Channel 3 Trigger Enable" "Disabled,Enabled" bitfld.long 0x00 0. " CH2TRIG ,Channel 2 Trigger Enable" "Disabled,Enabled" line.long 0x04 "POL,Channels Polarity" bitfld.long 0x04 7. " POL7 ,Channel 7 Polarity" "High,Low" bitfld.long 0x04 6. " POL6 ,Channel 6 Polarity" "High,Low" bitfld.long 0x04 5. " POL5 ,Channel 5 Polarity" "High,Low" textline " " bitfld.long 0x04 4. " POL4 ,Channel 4 Polarity" "High,Low" bitfld.long 0x04 3. " POL3 ,Channel 3 Polarity" "High,Low" bitfld.long 0x04 2. " POL2 ,Channel 2 Polarity" "High,Low" textline " " bitfld.long 0x04 1. " POL1 ,Channel 1 Polarity" "High,Low" bitfld.long 0x04 0. " POL0 ,Channel 0 Polarity" "High,Low" line.long 0x08 "FMS,Fault Mode Status" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x08 7. " FAULTF ,Fault Detection Flag" "Not detected,Detected" bitfld.long 0x08 6. " WPEN ,Write Protection Enable" "Disabled,Enabled" rbitfld.long 0x08 5. " FAULTIN ,Fault Inputs" "0,1" textline " " rbitfld.long 0x08 3. " FAULTF3 ,Fault Detection Flag 3" "No detected,Detected" rbitfld.long 0x08 2. " FAULTF2 ,Fault Detection Flag 2" "No detected,Detected" rbitfld.long 0x08 1. " FAULTF1 ,Fault Detection Flag 1" "No detected,Detected" textline " " rbitfld.long 0x08 0. " FAULTF0 ,Fault Detection Flag 0" "No detected,Detected" else bitfld.long 0x08 7. " FAULTF ,Fault Detection Flag" "No detected,Detected" bitfld.long 0x08 6. " WPEN ,Write Protection Enable" "Disabled,Enabled" bitfld.long 0x08 5. " FAULTIN ,Fault Inputs" "0,1" textline " " bitfld.long 0x08 3. " FAULTF3 ,Fault Detection Flag 3" "No detected,Detected" bitfld.long 0x08 2. " FAULTF2 ,Fault Detection Flag 2" "No detected,Detected" bitfld.long 0x08 1. " FAULTF1 ,Fault Detection Flag 1" "No detected,Detected" textline " " bitfld.long 0x08 0. " FAULTF0 ,Fault Detection Flag 0" "No detected,Detected" endif line.long 0x0C "FILTER,Input Capture Filter Control" bitfld.long 0x0C 12.--15. " CH3FVAL ,Channel 3 Input Filter" "Disabled,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x0C 8.--11. " CH2FVAL ,Channel 2 Input Filter" "Disabled,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x0C 4.--7. " CH1FVAL ,Channel 1 Input Filter" "Disabled,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x0C 0.--3. " CH0FVAL ,Channel 0 Input Filter" "Disabled,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x10 "FLTCTRL,Fault Control" bitfld.long 0x10 8.--11. " FFVAL ,Fault Input Filter" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x10 7. " FFLTR3EN ,Fault Input 3 Filter Enable" "Disabled,Enabled" bitfld.long 0x10 6. " FFLTR2EN ,Fault Input 2 Filter Enable" "Disabled,Enabled" textline " " bitfld.long 0x10 5. " FFLTR1EN ,Fault Input 1 Filter Enable" "Disabled,Enabled" bitfld.long 0x10 4. " FFLTR0EN ,Fault Input 0 Filter Enable" "Disabled,Enabled" bitfld.long 0x10 3. " FAULT3EN ,Fault Input 3 Enable" "Disabled,Enabled" textline " " bitfld.long 0x10 2. " FAULT2EN ,Fault Input 2 Enable" "Disabled,Enabled" bitfld.long 0x10 1. " FAULT1EN ,Fault Input 1 Enable" "Disabled,Enabled" bitfld.long 0x10 0. " FAULT0EN ,Fault Input 0 Enable" "Disabled,Enabled" line.long 0x14 "QDCTRL,Quadrature Decoder Control And Status" bitfld.long 0x14 7. " PHAFLTREN ,Phase A Input Filter Enable" "Disabled,Enabled" bitfld.long 0x14 6. " PHBFLTREN ,Phase B Input Filter Enable" "Disabled,Enabled" bitfld.long 0x14 5. " PHAPOL ,Phase A Input Polarity" "Normal,Inverted" textline " " bitfld.long 0x14 4. " PHBPOL ,Phase B Input Polarity" "Normal,Inverted" bitfld.long 0x14 3. " QUADMODE ,Quadrature Decoder Mode" "A and B encoding,Count and Direction encoding" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x14 2. " QUADIR ,FTM Counter Direction In Quadrature Decoder Mode" "Decreasing,Increasing" textline " " rbitfld.long 0x14 1. " TOFDIR ,Timer Overflow Direction In Quadrature Decoder Mode" "Bottom,Top" else bitfld.long 0x14 2. " QUADIR ,FTM Counter Direction In Quadrature Decoder Mode" "Decreasing,Increasing" textline " " bitfld.long 0x14 1. " TOFDIR ,Timer Overflow Direction In Quadrature Decoder Mode" "Bottom,Top" endif bitfld.long 0x14 0. " QUADEN ,Quadrature Decoder Mode Enable" "Disabled,Enabled" line.long 0x18 "CONF,Configuration" bitfld.long 0x18 10. " GTBEOUT ,Global Time Base Output" "Disabled,Enabled" bitfld.long 0x18 9. " GTBEEN ,Global Time Base Enable" "Disabled,Enabled" bitfld.long 0x18 6.--7. " BDMMODE ,Selects the FTM behavior in BDM mode" "0,1,2,3" textline " " bitfld.long 0x18 0.--4. " NUMTOF ,Selects the ratio between the number of counter overflows to the number of times the TOF bit is set" "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 0x1C "FLTPOL,FTM Fault Input Polarity" bitfld.long 0x1C 3. " FLT3POL ,Fault Input 3 Polarity" "High,Low" bitfld.long 0x1C 2. " FLT2POL ,Fault Input 2 Polarity" "High,Low" bitfld.long 0x1C 1. " FLT1POL ,Fault Input 1 Polarity" "High,Low" textline " " bitfld.long 0x1C 0. " FLT0POL ,Fault Input 0 Polarity" "High,Low" line.long 0x20 "SYNCONF,Synchronization Configuration" bitfld.long 0x20 20. " HWSOC ,Software output control synchronization is activated by a hardware trigger" "Not activated,Activated" bitfld.long 0x20 19. " HWINVC ,Inverting control synchronization is activated by a hardware trigger" "Not activated,Activated" bitfld.long 0x20 18. " HWOM ,Output mask synchronization is activated by a hardware trigger" "Not activated,Activated" textline " " bitfld.long 0x20 17. " HWWRBUF ,MOD CNTIN and CV registers synchronization is activated by a hardware trigger" "Not activated,Activated" bitfld.long 0x20 16. " HWRSTCNT ,FTM counter synchronization is activated by a hardware trigger" "Not activated,Activated" bitfld.long 0x20 12. " SWSOC ,Software output control synchronization is activated by the software trigger" "Not activated,Activated" textline " " bitfld.long 0x20 11. " SWINVC ,Inverting control synchronization is activated by the software trigger" "Not activated,Activated" bitfld.long 0x20 10. " SWOM ,Output mask synchronization is activated by the software trigger" "Not activated,Activated" bitfld.long 0x20 9. " SWWRBUF ,MOD CNTIN and CV registers synchronization is activated by the software trigger" "Not activated,Activated" textline " " bitfld.long 0x20 8. " SWRSTCNT ,FTM counter synchronization is activated by the software trigger" "Not activated,Activated" bitfld.long 0x20 7. " SYNCMODE ,Synchronization Mode" "Legacy PWM,Enhanced PWM" bitfld.long 0x20 5. " SWOC ,SWOCTRL Register Synchronization" "Rising edges,PWM" textline " " bitfld.long 0x20 4. " INVC ,INVCTRL Register Synchronization" "0,1" bitfld.long 0x20 2. " CNTINC ,CNTIN Register Synchronization" "Rising edges,PWM" bitfld.long 0x20 0. " HWTRIGMODE ,Hardware Trigger Mode" "Cleared,Not Cleared" line.long 0x24 "INVCTRL,FTM Inverting Control" bitfld.long 0x24 3. " INV3EN ,Pair Channels 3 Inverting Enable" "Disabled,Enabled" bitfld.long 0x24 2. " INV2EN ,Pair Channels 2 Inverting Enable" "Disabled,Enabled" bitfld.long 0x24 1. " INV1EN ,Pair Channels 1 Inverting Enable" "Disabled,Enabled" textline " " bitfld.long 0x24 0. " INV0EN ,Pair Channels 0 Inverting Enable" "Disabled,Enabled" line.long 0x28 "SWOCTRL,FTM Software Output Control" bitfld.long 0x28 15. " CH7OCV ,Channel 7 Software Output Control Value" "Force 0,Force 1" bitfld.long 0x28 14. " CH6OCV ,Channel 6 Software Output Control Value" "Force 0,Force 1" bitfld.long 0x28 13. " CH5OCV ,Channel 5 Software Output Control Value" "Force 0,Force 1" textline " " bitfld.long 0x28 12. " CH4OCV ,Channel 4 Software Output Control Value" "Force 0,Force 1" bitfld.long 0x28 11. " CH3OCV ,Channel 3 Software Output Control Value" "Force 0,Force 1" bitfld.long 0x28 10. " CH2OCV ,Channel 2 Software Output Control Value" "Force 0,Force 1" textline " " bitfld.long 0x28 9. " CH1OCV ,Channel 1 Software Output Control Value" "Force 0,Force 1" bitfld.long 0x28 8. " CH0OCV ,Channel 0 Software Output Control Value" "Force 0,Force 1" bitfld.long 0x28 7. " CH7OC ,Channel 7 Software Output Control Enable" "Not affected,Affected" textline " " bitfld.long 0x28 6. " CH6OC ,Channel 6 Software Output Control Enable" "Not affected,Affected" bitfld.long 0x28 5. " CH5OC ,Channel 5 Software Output Control Enable" "Not affected,Affected" bitfld.long 0x28 4. " CH4OC ,Channel 4 Software Output Control Enable" "Not affected,Affected" textline " " bitfld.long 0x28 3. " CH3OC ,Channel 3 Software Output Control Enable" "Not affected,Affected" bitfld.long 0x28 2. " CH2OC ,Channel 2 Software Output Control Enable" "Not affected,Affected" bitfld.long 0x28 1. " CH1OC ,Channel 1 Software Output Control Enable" "Not affected,Affected" textline " " bitfld.long 0x28 0. " CH0OC ,Channel 0 Software Output Control Enable" "Not affected,Affected" line.long 0x2C "PWMLOAD,FTM PWM Load" bitfld.long 0x2C 9. " LDOK ,Load Enable" "Disabled,Enabled" bitfld.long 0x2C 7. " CH7SEL ,Channel 7 Select " "Not included,Included" bitfld.long 0x2C 6. " CH6SEL ,Channel 6 Select " "Not included,Included" textline " " bitfld.long 0x2C 5. " CH5SEL ,Channel 5 Select " "Not included,Included" bitfld.long 0x2C 4. " CH4SEL ,Channel 4 Select " "Not included,Included" bitfld.long 0x2C 3. " CH3SEL ,Channel 3 Select " "Not included,Included" textline " " bitfld.long 0x2C 2. " CH2SEL ,Channel 2 Select " "Not included,Included" bitfld.long 0x2C 1. " CH1SEL ,Channel 1 Select " "Not included,Included" bitfld.long 0x2C 0. " CH0SEL ,Channel 0 Select " "Not included,Included" width 0xB tree.end tree "FTM2" base ad:0x400B8000 width 0xb group.long 0x0++0xB line.long 0x00 "SC,Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " TOF ,Timer Overflow Flag" "No overflow,Overflow" else bitfld.long 0x00 7. " TOF ,Timer Overflow Flag" "No overflow,Overflow" endif bitfld.long 0x00 6. " TOIE ,Timer Overflow Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 5. " CPWMS ,Center-Aligned PWM Select" "Up Counting mode,Up-Down Counting mode" bitfld.long 0x00 3.--4. " CLKS ,Clock Source Selection" "No clock,System clock,Fixed frequency clock,External clock" bitfld.long 0x00 0.--2. " PS ,Prescale Factor Selection" "/1,/2,/4,/8,/16,/32,/64,/128" line.long 0x04 "CNT,Counter" hexmask.long.word 0x04 0.--15. 1. " COUNT ,Counter Value" line.long 0x08 "MOD,Modulo" hexmask.long.word 0x08 0.--15. 1. " MOD ,Modulo Value" group.long 0xC++0x7 line.long 0x00 "C0SC,Channel 0 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C0V,Channel 0 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x14++0x7 line.long 0x00 "C1SC,Channel 1 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C1V,Channel 1 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x1C++0x7 line.long 0x00 "C2SC,Channel 2 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C2V,Channel 2 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x24++0x7 line.long 0x00 "C3SC,Channel 3 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C3V,Channel 3 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x2C++0x7 line.long 0x00 "C4SC,Channel 4 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C4V,Channel 4 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x34++0x7 line.long 0x00 "C5SC,Channel 5 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C5V,Channel 5 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x3C++0x7 line.long 0x00 "C6SC,Channel 6 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C6V,Channel 6 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x44++0x7 line.long 0x00 "C7SC,Channel 7 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C7V,Channel 7 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x4C++0x03 line.long 0x00 "CNTIN,Counter Initial Value" hexmask.long.word 0x00 0.--15. 1. " INIT ,Initial Value Of The FTM Counter" rgroup.long 0x50++0x03 line.long 0x00 "STATUS,Capture And Compare Status" bitfld.long 0x00 7. " CH7F ,Channel 7 Flag" "No occurred,Occurred" bitfld.long 0x00 6. " CH6F ,Channel 6 Flag" "No occurred,Occurred" bitfld.long 0x00 5. " CH5F ,Channel 5 Flag" "No occurred,Occurred" textline " " bitfld.long 0x00 4. " CH4F ,Channel 4 Flag" "No occurred,Occurred" bitfld.long 0x00 3. " CH3F ,Channel 3 Flag" "No occurred,Occurred" bitfld.long 0x00 2. " CH2F ,Channel 2 Flag" "No occurred,Occurred" textline " " bitfld.long 0x00 1. " CH1F ,Channel 1 Flag" "No occurred,Occurred" bitfld.long 0x00 0. " CH0F ,Channel 0 Flag" "No occurred,Occurred" group.long 0x54++0x03 line.long 0x00 "MODE,Features Mode Selection" bitfld.long 0x00 7. " FAULTIE ,Fault Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5.--6. " FAULTM ,Fault Control Mode" "Disabled All CHs,Enabled CHs0-2-4-6 / Manual Cleared,Enabled All Chs / Manual Cleared,Enabled Chs / Automatic Cleared" bitfld.long 0x00 4. " CAPTEST ,Capture Test Mode Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " PWMSYNC ,PWM Synchronization Mode" "Disabled,Enabled" bitfld.long 0x00 2. " WPDIS ,Write Protection Disable" "Enabled,Disabled" bitfld.long 0x00 1. " INIT ,Initialize The Channels Output" "No effect,Initialized" textline " " bitfld.long 0x00 0. " FTMEN ,FTM Enable" "Disabled,Enabled" group.long 0x58++0x0B line.long 0x00 "SYNC,Synchronization" bitfld.long 0x00 7. " SWSYNC ,PWM Synchronization Software Trigger" "Not selected,Selected" bitfld.long 0x00 6. " TRIG2 ,PWM Synchronization Hardware Trigger 2" "Disabled,Enabled" bitfld.long 0x00 5. " TRIG1 ,PWM Synchronization Hardware Trigger 1" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " TRIG0 ,PWM Synchronization Hardware Trigger 0" "Disabled,Enabled" bitfld.long 0x00 3. " SYNCHOM ,Output Mask Synchronization" "Low,High" bitfld.long 0x00 2. " REINIT ,FTM Counter Reinitialization By Synchronization" "Count normally,Trigg detected" textline " " bitfld.long 0x00 1. " CNTMAX ,Maximum Loading Point Enable" "Disabled,Enabled" bitfld.long 0x00 0. " CNTMIN ,Minimum Loading Point Enable" "Disabled,Enabled" line.long 0x04 "OUTINIT,Initial State For Channels Output" bitfld.long 0x04 7. " CH7OI ,Channel 7 Output Initialization Value" "0,1" bitfld.long 0x04 6. " CH6OI ,Channel 6 Output Initialization Value" "0,1" bitfld.long 0x04 5. " CH5OI ,Channel 5 Output Initialization Value" "0,1" textline " " bitfld.long 0x04 4. " CH4OI ,Channel 4 Output Initialization Value" "0,1" bitfld.long 0x04 3. " CH3OI ,Channel 3 Output Initialization Value" "0,1" bitfld.long 0x04 2. " CH2OI ,Channel 2 Output Initialization Value" "0,1" textline " " bitfld.long 0x04 1. " CH1OI ,Channel 1 Output Initialization Value" "0,1" bitfld.long 0x04 0. " CH0OI ,Channel 0 Output Initialization Value" "0,1" line.long 0x08 "OUTMASK,Output Mask" bitfld.long 0x08 7. " CH7OM ,Channel 7 Output Mask" "Not masked,Masked" bitfld.long 0x08 6. " CH6OM ,Channel 6 Output Mask" "Not masked,Masked" textline " " bitfld.long 0x08 5. " CH5OM ,Channel 5 Output Mask" "Not masked,Masked" bitfld.long 0x08 4. " CH4OM ,Channel 4 Output Mask" "Not masked,Masked" bitfld.long 0x08 3. " CH3OM ,Channel 3 Output Mask" "Not masked,Masked" textline " " bitfld.long 0x08 2. " CH2OM ,Channel 2 Output Mask" "Not masked,Masked" bitfld.long 0x08 1. " CH1OM ,Channel 1 Output Mask" "Not masked,Masked" bitfld.long 0x08 0. " CH0OM ,Channel 0 Output Mask" "Not masked,Masked" group.long 0x64++0x3 line.long 0x00 "COMBINE,Function For Linked Channels" bitfld.long 0x00 30. " FAULTEN3 ,Fault Control Enable For n = 6" "Disabled,Enabled" bitfld.long 0x00 29. " SYNCEN3 ,Synchronization Enable For n = 6" "Disabled,Enabled" bitfld.long 0x00 28. " DTEN3 ,Deadtime Enable For n = 6" "Disabled,Enabled" textline " " bitfld.long 0x00 27. " DECAP3 ,Dual Edge Capture Mode Captures For n = 6" "Inactive,Active" bitfld.long 0x00 26. " DECAPEN3 ,Dual Edge Capture Mode Enable For n = 6" "Disabled,Enabled" bitfld.long 0x00 25. " COMP3 ,Complement Of Channel (n) for n = 6" "Same,Complemented" textline " " bitfld.long 0x00 24. " COMBINE3 ,Combine Channels For n = 6" "Independed,Combined" bitfld.long 0x00 22. " FAULTEN2 ,Fault Control Enable For n = 4" "Disabled,Enabled" bitfld.long 0x00 21. " SYNCEN2 ,Synchronization Enable For n = 4" "Disabled,Enabled" textline " " bitfld.long 0x00 20. " DTEN2 ,Deadtime Enable For n = 4" "Disabled,Enabled" bitfld.long 0x00 19. " DECAP2 ,Dual Edge Capture Mode Captures For n = 4" "Inactive,Active" bitfld.long 0x00 18. " DECAPEN2 ,Dual Edge Capture Mode Enable For n = 4" "Disabled,Enabled" textline " " bitfld.long 0x00 17. " COMP2 ,Complement Of Channel (n) For n = 4" "Same,Complemented" bitfld.long 0x00 16. " COMBINE2 ,Combine Channels For n = 4" "Independed,Combined" bitfld.long 0x00 14. " FAULTEN1 ,Fault Control Enable For n = 2" "Disabled,Enabled" textline " " bitfld.long 0x00 13. " SYNCEN1 ,Synchronization Enable For n = 2" "Disabled,Enabled" bitfld.long 0x00 12. " DTEN1 ,Deadtime Enable For n = 2" "Disabled,Enabled" bitfld.long 0x00 11. " DECAP1 ,Dual Edge Capture Mode Captures For n = 2" "Inactive,Active" textline " " bitfld.long 0x00 10. " DECAPEN1 ,Dual Edge Capture Mode Enable For n = 2" "Disabled,Enabled" bitfld.long 0x00 9. " COMP1 ,Complement Of Channel (n) For n = 2" "Same,Complemented" bitfld.long 0x00 8. " COMBINE1 ,Combine Channels For n = 2" "Independed,Combined" textline " " bitfld.long 0x00 6. " FAULTEN0 ,Fault Control Enable For n = 0" "Disabled,Enabled" bitfld.long 0x00 5. " SYNCEN0 ,Synchronization Enable For n = 0" "Disabled,Enabled" bitfld.long 0x00 4. " DTEN0 ,Deadtime Enable For n = 0" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " DECAP0 ,Dual Edge Capture Mode Captures For n = 0" "Inactive,Active" bitfld.long 0x00 2. " DECAPEN0 ,Dual Edge Capture Mode Enable For n = 0" "Disabled,Enabled" bitfld.long 0x00 1. " COMP0 ,Complement Of Channel (n) For n = 0" "Same,Complemented" textline " " bitfld.long 0x00 0. " COMBINE0 ,Combine Channels For n = 0" "Independed,Combined" group.long 0x68++0x3 line.long 0x00 "DEADTIME,Deadtime Insertion Control" bitfld.long 0x00 6.--7. " DTPS ,Deadtime Prescaler Value" "/1,/1,/4,/16" bitfld.long 0x00 0.--5. " DTVAL ,Deadtime Value" "No counts,1 count,2 counts,3 counts,4 counts,5 counts,6 counts,7 counts,8 counts,9 counts,10 counts,11 counts,12 counts,13 counts,14 counts,15 counts,16 counts,17 counts,18 counts,19 counts,20 counts,21 counts,22 counts,23 counts,24 counts,25 counts,26 counts,27 counts,28 counts,29 counts,30 counts,31 counts,32 counts,33 counts,34 counts,35 counts,36 counts,37 counts,38 counts,39 counts,40 counts,41 counts,42 counts,43 counts,44 counts,45 counts,46 counts,47 counts,48 counts,49 counts,50 counts,51 counts,52 counts,53 counts,54 counts,55 counts,56 counts,57 counts,58 counts,59 counts,60 counts,61 counts,62 counts,63 counts" group.long 0x6C++0x2F line.long 0x00 "EXTTRIG,FTM External Trigger" bitfld.long 0x00 7. " TRIGF ,Channel Trigger Flag" "Low,High" bitfld.long 0x00 6. " INITTRIGEN ,Initialization Trigger Enable" "Disabled,Enabled" bitfld.long 0x00 5. " CH1TRIG ,Channel 1 Trigger Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " CH0TRIG ,Channel 0 Trigger Enable" "Disabled,Enabled" bitfld.long 0x00 3. " CH5TRIG ,Channel 5 Trigger Enable" "Disabled,Enabled" bitfld.long 0x00 2. " CH4TRIG ,Channel 4 Trigger Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " CH3TRIG ,Channel 3 Trigger Enable" "Disabled,Enabled" bitfld.long 0x00 0. " CH2TRIG ,Channel 2 Trigger Enable" "Disabled,Enabled" line.long 0x04 "POL,Channels Polarity" bitfld.long 0x04 7. " POL7 ,Channel 7 Polarity" "High,Low" bitfld.long 0x04 6. " POL6 ,Channel 6 Polarity" "High,Low" bitfld.long 0x04 5. " POL5 ,Channel 5 Polarity" "High,Low" textline " " bitfld.long 0x04 4. " POL4 ,Channel 4 Polarity" "High,Low" bitfld.long 0x04 3. " POL3 ,Channel 3 Polarity" "High,Low" bitfld.long 0x04 2. " POL2 ,Channel 2 Polarity" "High,Low" textline " " bitfld.long 0x04 1. " POL1 ,Channel 1 Polarity" "High,Low" bitfld.long 0x04 0. " POL0 ,Channel 0 Polarity" "High,Low" line.long 0x08 "FMS,Fault Mode Status" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x08 7. " FAULTF ,Fault Detection Flag" "Not detected,Detected" bitfld.long 0x08 6. " WPEN ,Write Protection Enable" "Disabled,Enabled" rbitfld.long 0x08 5. " FAULTIN ,Fault Inputs" "0,1" textline " " rbitfld.long 0x08 3. " FAULTF3 ,Fault Detection Flag 3" "No detected,Detected" rbitfld.long 0x08 2. " FAULTF2 ,Fault Detection Flag 2" "No detected,Detected" rbitfld.long 0x08 1. " FAULTF1 ,Fault Detection Flag 1" "No detected,Detected" textline " " rbitfld.long 0x08 0. " FAULTF0 ,Fault Detection Flag 0" "No detected,Detected" else bitfld.long 0x08 7. " FAULTF ,Fault Detection Flag" "No detected,Detected" bitfld.long 0x08 6. " WPEN ,Write Protection Enable" "Disabled,Enabled" bitfld.long 0x08 5. " FAULTIN ,Fault Inputs" "0,1" textline " " bitfld.long 0x08 3. " FAULTF3 ,Fault Detection Flag 3" "No detected,Detected" bitfld.long 0x08 2. " FAULTF2 ,Fault Detection Flag 2" "No detected,Detected" bitfld.long 0x08 1. " FAULTF1 ,Fault Detection Flag 1" "No detected,Detected" textline " " bitfld.long 0x08 0. " FAULTF0 ,Fault Detection Flag 0" "No detected,Detected" endif line.long 0x0C "FILTER,Input Capture Filter Control" bitfld.long 0x0C 12.--15. " CH3FVAL ,Channel 3 Input Filter" "Disabled,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x0C 8.--11. " CH2FVAL ,Channel 2 Input Filter" "Disabled,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x0C 4.--7. " CH1FVAL ,Channel 1 Input Filter" "Disabled,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x0C 0.--3. " CH0FVAL ,Channel 0 Input Filter" "Disabled,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x10 "FLTCTRL,Fault Control" bitfld.long 0x10 8.--11. " FFVAL ,Fault Input Filter" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x10 7. " FFLTR3EN ,Fault Input 3 Filter Enable" "Disabled,Enabled" bitfld.long 0x10 6. " FFLTR2EN ,Fault Input 2 Filter Enable" "Disabled,Enabled" textline " " bitfld.long 0x10 5. " FFLTR1EN ,Fault Input 1 Filter Enable" "Disabled,Enabled" bitfld.long 0x10 4. " FFLTR0EN ,Fault Input 0 Filter Enable" "Disabled,Enabled" bitfld.long 0x10 3. " FAULT3EN ,Fault Input 3 Enable" "Disabled,Enabled" textline " " bitfld.long 0x10 2. " FAULT2EN ,Fault Input 2 Enable" "Disabled,Enabled" bitfld.long 0x10 1. " FAULT1EN ,Fault Input 1 Enable" "Disabled,Enabled" bitfld.long 0x10 0. " FAULT0EN ,Fault Input 0 Enable" "Disabled,Enabled" line.long 0x14 "QDCTRL,Quadrature Decoder Control And Status" bitfld.long 0x14 7. " PHAFLTREN ,Phase A Input Filter Enable" "Disabled,Enabled" bitfld.long 0x14 6. " PHBFLTREN ,Phase B Input Filter Enable" "Disabled,Enabled" bitfld.long 0x14 5. " PHAPOL ,Phase A Input Polarity" "Normal,Inverted" textline " " bitfld.long 0x14 4. " PHBPOL ,Phase B Input Polarity" "Normal,Inverted" bitfld.long 0x14 3. " QUADMODE ,Quadrature Decoder Mode" "A and B encoding,Count and Direction encoding" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x14 2. " QUADIR ,FTM Counter Direction In Quadrature Decoder Mode" "Decreasing,Increasing" textline " " rbitfld.long 0x14 1. " TOFDIR ,Timer Overflow Direction In Quadrature Decoder Mode" "Bottom,Top" else bitfld.long 0x14 2. " QUADIR ,FTM Counter Direction In Quadrature Decoder Mode" "Decreasing,Increasing" textline " " bitfld.long 0x14 1. " TOFDIR ,Timer Overflow Direction In Quadrature Decoder Mode" "Bottom,Top" endif bitfld.long 0x14 0. " QUADEN ,Quadrature Decoder Mode Enable" "Disabled,Enabled" line.long 0x18 "CONF,Configuration" bitfld.long 0x18 10. " GTBEOUT ,Global Time Base Output" "Disabled,Enabled" bitfld.long 0x18 9. " GTBEEN ,Global Time Base Enable" "Disabled,Enabled" bitfld.long 0x18 6.--7. " BDMMODE ,Selects the FTM behavior in BDM mode" "0,1,2,3" textline " " bitfld.long 0x18 0.--4. " NUMTOF ,Selects the ratio between the number of counter overflows to the number of times the TOF bit is set" "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 0x1C "FLTPOL,FTM Fault Input Polarity" bitfld.long 0x1C 3. " FLT3POL ,Fault Input 3 Polarity" "High,Low" bitfld.long 0x1C 2. " FLT2POL ,Fault Input 2 Polarity" "High,Low" bitfld.long 0x1C 1. " FLT1POL ,Fault Input 1 Polarity" "High,Low" textline " " bitfld.long 0x1C 0. " FLT0POL ,Fault Input 0 Polarity" "High,Low" line.long 0x20 "SYNCONF,Synchronization Configuration" bitfld.long 0x20 20. " HWSOC ,Software output control synchronization is activated by a hardware trigger" "Not activated,Activated" bitfld.long 0x20 19. " HWINVC ,Inverting control synchronization is activated by a hardware trigger" "Not activated,Activated" bitfld.long 0x20 18. " HWOM ,Output mask synchronization is activated by a hardware trigger" "Not activated,Activated" textline " " bitfld.long 0x20 17. " HWWRBUF ,MOD CNTIN and CV registers synchronization is activated by a hardware trigger" "Not activated,Activated" bitfld.long 0x20 16. " HWRSTCNT ,FTM counter synchronization is activated by a hardware trigger" "Not activated,Activated" bitfld.long 0x20 12. " SWSOC ,Software output control synchronization is activated by the software trigger" "Not activated,Activated" textline " " bitfld.long 0x20 11. " SWINVC ,Inverting control synchronization is activated by the software trigger" "Not activated,Activated" bitfld.long 0x20 10. " SWOM ,Output mask synchronization is activated by the software trigger" "Not activated,Activated" bitfld.long 0x20 9. " SWWRBUF ,MOD CNTIN and CV registers synchronization is activated by the software trigger" "Not activated,Activated" textline " " bitfld.long 0x20 8. " SWRSTCNT ,FTM counter synchronization is activated by the software trigger" "Not activated,Activated" bitfld.long 0x20 7. " SYNCMODE ,Synchronization Mode" "Legacy PWM,Enhanced PWM" bitfld.long 0x20 5. " SWOC ,SWOCTRL Register Synchronization" "Rising edges,PWM" textline " " bitfld.long 0x20 4. " INVC ,INVCTRL Register Synchronization" "0,1" bitfld.long 0x20 2. " CNTINC ,CNTIN Register Synchronization" "Rising edges,PWM" bitfld.long 0x20 0. " HWTRIGMODE ,Hardware Trigger Mode" "Cleared,Not Cleared" line.long 0x24 "INVCTRL,FTM Inverting Control" bitfld.long 0x24 3. " INV3EN ,Pair Channels 3 Inverting Enable" "Disabled,Enabled" bitfld.long 0x24 2. " INV2EN ,Pair Channels 2 Inverting Enable" "Disabled,Enabled" bitfld.long 0x24 1. " INV1EN ,Pair Channels 1 Inverting Enable" "Disabled,Enabled" textline " " bitfld.long 0x24 0. " INV0EN ,Pair Channels 0 Inverting Enable" "Disabled,Enabled" line.long 0x28 "SWOCTRL,FTM Software Output Control" bitfld.long 0x28 15. " CH7OCV ,Channel 7 Software Output Control Value" "Force 0,Force 1" bitfld.long 0x28 14. " CH6OCV ,Channel 6 Software Output Control Value" "Force 0,Force 1" bitfld.long 0x28 13. " CH5OCV ,Channel 5 Software Output Control Value" "Force 0,Force 1" textline " " bitfld.long 0x28 12. " CH4OCV ,Channel 4 Software Output Control Value" "Force 0,Force 1" bitfld.long 0x28 11. " CH3OCV ,Channel 3 Software Output Control Value" "Force 0,Force 1" bitfld.long 0x28 10. " CH2OCV ,Channel 2 Software Output Control Value" "Force 0,Force 1" textline " " bitfld.long 0x28 9. " CH1OCV ,Channel 1 Software Output Control Value" "Force 0,Force 1" bitfld.long 0x28 8. " CH0OCV ,Channel 0 Software Output Control Value" "Force 0,Force 1" bitfld.long 0x28 7. " CH7OC ,Channel 7 Software Output Control Enable" "Not affected,Affected" textline " " bitfld.long 0x28 6. " CH6OC ,Channel 6 Software Output Control Enable" "Not affected,Affected" bitfld.long 0x28 5. " CH5OC ,Channel 5 Software Output Control Enable" "Not affected,Affected" bitfld.long 0x28 4. " CH4OC ,Channel 4 Software Output Control Enable" "Not affected,Affected" textline " " bitfld.long 0x28 3. " CH3OC ,Channel 3 Software Output Control Enable" "Not affected,Affected" bitfld.long 0x28 2. " CH2OC ,Channel 2 Software Output Control Enable" "Not affected,Affected" bitfld.long 0x28 1. " CH1OC ,Channel 1 Software Output Control Enable" "Not affected,Affected" textline " " bitfld.long 0x28 0. " CH0OC ,Channel 0 Software Output Control Enable" "Not affected,Affected" line.long 0x2C "PWMLOAD,FTM PWM Load" bitfld.long 0x2C 9. " LDOK ,Load Enable" "Disabled,Enabled" bitfld.long 0x2C 7. " CH7SEL ,Channel 7 Select " "Not included,Included" bitfld.long 0x2C 6. " CH6SEL ,Channel 6 Select " "Not included,Included" textline " " bitfld.long 0x2C 5. " CH5SEL ,Channel 5 Select " "Not included,Included" bitfld.long 0x2C 4. " CH4SEL ,Channel 4 Select " "Not included,Included" bitfld.long 0x2C 3. " CH3SEL ,Channel 3 Select " "Not included,Included" textline " " bitfld.long 0x2C 2. " CH2SEL ,Channel 2 Select " "Not included,Included" bitfld.long 0x2C 1. " CH1SEL ,Channel 1 Select " "Not included,Included" bitfld.long 0x2C 0. " CH0SEL ,Channel 0 Select " "Not included,Included" width 0xB tree.end tree "FTM3" base ad:0x400B9000 width 0xb group.long 0x0++0xB line.long 0x00 "SC,Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " TOF ,Timer Overflow Flag" "No overflow,Overflow" else bitfld.long 0x00 7. " TOF ,Timer Overflow Flag" "No overflow,Overflow" endif bitfld.long 0x00 6. " TOIE ,Timer Overflow Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 5. " CPWMS ,Center-Aligned PWM Select" "Up Counting mode,Up-Down Counting mode" bitfld.long 0x00 3.--4. " CLKS ,Clock Source Selection" "No clock,System clock,Fixed frequency clock,External clock" bitfld.long 0x00 0.--2. " PS ,Prescale Factor Selection" "/1,/2,/4,/8,/16,/32,/64,/128" line.long 0x04 "CNT,Counter" hexmask.long.word 0x04 0.--15. 1. " COUNT ,Counter Value" line.long 0x08 "MOD,Modulo" hexmask.long.word 0x08 0.--15. 1. " MOD ,Modulo Value" group.long 0xC++0x7 line.long 0x00 "C0SC,Channel 0 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C0V,Channel 0 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x14++0x7 line.long 0x00 "C1SC,Channel 1 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C1V,Channel 1 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x1C++0x7 line.long 0x00 "C2SC,Channel 2 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C2V,Channel 2 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x24++0x7 line.long 0x00 "C3SC,Channel 3 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C3V,Channel 3 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x2C++0x7 line.long 0x00 "C4SC,Channel 4 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C4V,Channel 4 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x34++0x7 line.long 0x00 "C5SC,Channel 5 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C5V,Channel 5 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x3C++0x7 line.long 0x00 "C6SC,Channel 6 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C6V,Channel 6 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x44++0x7 line.long 0x00 "C7SC,Channel 7 Status And Control" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" else bitfld.long 0x00 7. " CHF ,Channel Flag" "Not occurred,Occurred" endif bitfld.long 0x00 6. " CHIE ,Channel Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5. " MSB ,Channel Mode Select" "0,1" textline " " bitfld.long 0x00 4. " MSA ,Channel Mode Select" "0,1" bitfld.long 0x00 3. " ELSB ,Edge or Level Select" "0,1" bitfld.long 0x00 2. " ELSA ,Edge or Level Select" "0,1" textline " " bitfld.long 0x00 0. " DMA ,DMA Enable" "Disabled,Enabled" line.long 0x04 "C7V,Channel 7 Value" hexmask.long.word 0x04 0.--15. 1. " VAL ,Channel Value" group.long 0x4C++0x03 line.long 0x00 "CNTIN,Counter Initial Value" hexmask.long.word 0x00 0.--15. 1. " INIT ,Initial Value Of The FTM Counter" rgroup.long 0x50++0x03 line.long 0x00 "STATUS,Capture And Compare Status" bitfld.long 0x00 7. " CH7F ,Channel 7 Flag" "No occurred,Occurred" bitfld.long 0x00 6. " CH6F ,Channel 6 Flag" "No occurred,Occurred" bitfld.long 0x00 5. " CH5F ,Channel 5 Flag" "No occurred,Occurred" textline " " bitfld.long 0x00 4. " CH4F ,Channel 4 Flag" "No occurred,Occurred" bitfld.long 0x00 3. " CH3F ,Channel 3 Flag" "No occurred,Occurred" bitfld.long 0x00 2. " CH2F ,Channel 2 Flag" "No occurred,Occurred" textline " " bitfld.long 0x00 1. " CH1F ,Channel 1 Flag" "No occurred,Occurred" bitfld.long 0x00 0. " CH0F ,Channel 0 Flag" "No occurred,Occurred" group.long 0x54++0x03 line.long 0x00 "MODE,Features Mode Selection" bitfld.long 0x00 7. " FAULTIE ,Fault Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 5.--6. " FAULTM ,Fault Control Mode" "Disabled All CHs,Enabled CHs0-2-4-6 / Manual Cleared,Enabled All Chs / Manual Cleared,Enabled Chs / Automatic Cleared" bitfld.long 0x00 4. " CAPTEST ,Capture Test Mode Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " PWMSYNC ,PWM Synchronization Mode" "Disabled,Enabled" bitfld.long 0x00 2. " WPDIS ,Write Protection Disable" "Enabled,Disabled" bitfld.long 0x00 1. " INIT ,Initialize The Channels Output" "No effect,Initialized" textline " " bitfld.long 0x00 0. " FTMEN ,FTM Enable" "Disabled,Enabled" group.long 0x58++0x0B line.long 0x00 "SYNC,Synchronization" bitfld.long 0x00 7. " SWSYNC ,PWM Synchronization Software Trigger" "Not selected,Selected" bitfld.long 0x00 6. " TRIG2 ,PWM Synchronization Hardware Trigger 2" "Disabled,Enabled" bitfld.long 0x00 5. " TRIG1 ,PWM Synchronization Hardware Trigger 1" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " TRIG0 ,PWM Synchronization Hardware Trigger 0" "Disabled,Enabled" bitfld.long 0x00 3. " SYNCHOM ,Output Mask Synchronization" "Low,High" bitfld.long 0x00 2. " REINIT ,FTM Counter Reinitialization By Synchronization" "Count normally,Trigg detected" textline " " bitfld.long 0x00 1. " CNTMAX ,Maximum Loading Point Enable" "Disabled,Enabled" bitfld.long 0x00 0. " CNTMIN ,Minimum Loading Point Enable" "Disabled,Enabled" line.long 0x04 "OUTINIT,Initial State For Channels Output" bitfld.long 0x04 7. " CH7OI ,Channel 7 Output Initialization Value" "0,1" bitfld.long 0x04 6. " CH6OI ,Channel 6 Output Initialization Value" "0,1" bitfld.long 0x04 5. " CH5OI ,Channel 5 Output Initialization Value" "0,1" textline " " bitfld.long 0x04 4. " CH4OI ,Channel 4 Output Initialization Value" "0,1" bitfld.long 0x04 3. " CH3OI ,Channel 3 Output Initialization Value" "0,1" bitfld.long 0x04 2. " CH2OI ,Channel 2 Output Initialization Value" "0,1" textline " " bitfld.long 0x04 1. " CH1OI ,Channel 1 Output Initialization Value" "0,1" bitfld.long 0x04 0. " CH0OI ,Channel 0 Output Initialization Value" "0,1" line.long 0x08 "OUTMASK,Output Mask" bitfld.long 0x08 7. " CH7OM ,Channel 7 Output Mask" "Not masked,Masked" bitfld.long 0x08 6. " CH6OM ,Channel 6 Output Mask" "Not masked,Masked" textline " " bitfld.long 0x08 5. " CH5OM ,Channel 5 Output Mask" "Not masked,Masked" bitfld.long 0x08 4. " CH4OM ,Channel 4 Output Mask" "Not masked,Masked" bitfld.long 0x08 3. " CH3OM ,Channel 3 Output Mask" "Not masked,Masked" textline " " bitfld.long 0x08 2. " CH2OM ,Channel 2 Output Mask" "Not masked,Masked" bitfld.long 0x08 1. " CH1OM ,Channel 1 Output Mask" "Not masked,Masked" bitfld.long 0x08 0. " CH0OM ,Channel 0 Output Mask" "Not masked,Masked" group.long 0x64++0x3 line.long 0x00 "COMBINE,Function For Linked Channels" bitfld.long 0x00 30. " FAULTEN3 ,Fault Control Enable For n = 6" "Disabled,Enabled" bitfld.long 0x00 29. " SYNCEN3 ,Synchronization Enable For n = 6" "Disabled,Enabled" bitfld.long 0x00 28. " DTEN3 ,Deadtime Enable For n = 6" "Disabled,Enabled" textline " " bitfld.long 0x00 27. " DECAP3 ,Dual Edge Capture Mode Captures For n = 6" "Inactive,Active" bitfld.long 0x00 26. " DECAPEN3 ,Dual Edge Capture Mode Enable For n = 6" "Disabled,Enabled" bitfld.long 0x00 25. " COMP3 ,Complement Of Channel (n) for n = 6" "Same,Complemented" textline " " bitfld.long 0x00 24. " COMBINE3 ,Combine Channels For n = 6" "Independed,Combined" bitfld.long 0x00 22. " FAULTEN2 ,Fault Control Enable For n = 4" "Disabled,Enabled" bitfld.long 0x00 21. " SYNCEN2 ,Synchronization Enable For n = 4" "Disabled,Enabled" textline " " bitfld.long 0x00 20. " DTEN2 ,Deadtime Enable For n = 4" "Disabled,Enabled" bitfld.long 0x00 19. " DECAP2 ,Dual Edge Capture Mode Captures For n = 4" "Inactive,Active" bitfld.long 0x00 18. " DECAPEN2 ,Dual Edge Capture Mode Enable For n = 4" "Disabled,Enabled" textline " " bitfld.long 0x00 17. " COMP2 ,Complement Of Channel (n) For n = 4" "Same,Complemented" bitfld.long 0x00 16. " COMBINE2 ,Combine Channels For n = 4" "Independed,Combined" bitfld.long 0x00 14. " FAULTEN1 ,Fault Control Enable For n = 2" "Disabled,Enabled" textline " " bitfld.long 0x00 13. " SYNCEN1 ,Synchronization Enable For n = 2" "Disabled,Enabled" bitfld.long 0x00 12. " DTEN1 ,Deadtime Enable For n = 2" "Disabled,Enabled" bitfld.long 0x00 11. " DECAP1 ,Dual Edge Capture Mode Captures For n = 2" "Inactive,Active" textline " " bitfld.long 0x00 10. " DECAPEN1 ,Dual Edge Capture Mode Enable For n = 2" "Disabled,Enabled" bitfld.long 0x00 9. " COMP1 ,Complement Of Channel (n) For n = 2" "Same,Complemented" bitfld.long 0x00 8. " COMBINE1 ,Combine Channels For n = 2" "Independed,Combined" textline " " bitfld.long 0x00 6. " FAULTEN0 ,Fault Control Enable For n = 0" "Disabled,Enabled" bitfld.long 0x00 5. " SYNCEN0 ,Synchronization Enable For n = 0" "Disabled,Enabled" bitfld.long 0x00 4. " DTEN0 ,Deadtime Enable For n = 0" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " DECAP0 ,Dual Edge Capture Mode Captures For n = 0" "Inactive,Active" bitfld.long 0x00 2. " DECAPEN0 ,Dual Edge Capture Mode Enable For n = 0" "Disabled,Enabled" bitfld.long 0x00 1. " COMP0 ,Complement Of Channel (n) For n = 0" "Same,Complemented" textline " " bitfld.long 0x00 0. " COMBINE0 ,Combine Channels For n = 0" "Independed,Combined" group.long 0x68++0x3 line.long 0x00 "DEADTIME,Deadtime Insertion Control" bitfld.long 0x00 6.--7. " DTPS ,Deadtime Prescaler Value" "/1,/1,/4,/16" bitfld.long 0x00 0.--5. " DTVAL ,Deadtime Value" "No counts,1 count,2 counts,3 counts,4 counts,5 counts,6 counts,7 counts,8 counts,9 counts,10 counts,11 counts,12 counts,13 counts,14 counts,15 counts,16 counts,17 counts,18 counts,19 counts,20 counts,21 counts,22 counts,23 counts,24 counts,25 counts,26 counts,27 counts,28 counts,29 counts,30 counts,31 counts,32 counts,33 counts,34 counts,35 counts,36 counts,37 counts,38 counts,39 counts,40 counts,41 counts,42 counts,43 counts,44 counts,45 counts,46 counts,47 counts,48 counts,49 counts,50 counts,51 counts,52 counts,53 counts,54 counts,55 counts,56 counts,57 counts,58 counts,59 counts,60 counts,61 counts,62 counts,63 counts" group.long 0x6C++0x2F line.long 0x00 "EXTTRIG,FTM External Trigger" bitfld.long 0x00 7. " TRIGF ,Channel Trigger Flag" "Low,High" bitfld.long 0x00 6. " INITTRIGEN ,Initialization Trigger Enable" "Disabled,Enabled" bitfld.long 0x00 5. " CH1TRIG ,Channel 1 Trigger Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " CH0TRIG ,Channel 0 Trigger Enable" "Disabled,Enabled" bitfld.long 0x00 3. " CH5TRIG ,Channel 5 Trigger Enable" "Disabled,Enabled" bitfld.long 0x00 2. " CH4TRIG ,Channel 4 Trigger Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " CH3TRIG ,Channel 3 Trigger Enable" "Disabled,Enabled" bitfld.long 0x00 0. " CH2TRIG ,Channel 2 Trigger Enable" "Disabled,Enabled" line.long 0x04 "POL,Channels Polarity" bitfld.long 0x04 7. " POL7 ,Channel 7 Polarity" "High,Low" bitfld.long 0x04 6. " POL6 ,Channel 6 Polarity" "High,Low" bitfld.long 0x04 5. " POL5 ,Channel 5 Polarity" "High,Low" textline " " bitfld.long 0x04 4. " POL4 ,Channel 4 Polarity" "High,Low" bitfld.long 0x04 3. " POL3 ,Channel 3 Polarity" "High,Low" bitfld.long 0x04 2. " POL2 ,Channel 2 Polarity" "High,Low" textline " " bitfld.long 0x04 1. " POL1 ,Channel 1 Polarity" "High,Low" bitfld.long 0x04 0. " POL0 ,Channel 0 Polarity" "High,Low" line.long 0x08 "FMS,Fault Mode Status" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x08 7. " FAULTF ,Fault Detection Flag" "Not detected,Detected" bitfld.long 0x08 6. " WPEN ,Write Protection Enable" "Disabled,Enabled" rbitfld.long 0x08 5. " FAULTIN ,Fault Inputs" "0,1" textline " " rbitfld.long 0x08 3. " FAULTF3 ,Fault Detection Flag 3" "No detected,Detected" rbitfld.long 0x08 2. " FAULTF2 ,Fault Detection Flag 2" "No detected,Detected" rbitfld.long 0x08 1. " FAULTF1 ,Fault Detection Flag 1" "No detected,Detected" textline " " rbitfld.long 0x08 0. " FAULTF0 ,Fault Detection Flag 0" "No detected,Detected" else bitfld.long 0x08 7. " FAULTF ,Fault Detection Flag" "No detected,Detected" bitfld.long 0x08 6. " WPEN ,Write Protection Enable" "Disabled,Enabled" bitfld.long 0x08 5. " FAULTIN ,Fault Inputs" "0,1" textline " " bitfld.long 0x08 3. " FAULTF3 ,Fault Detection Flag 3" "No detected,Detected" bitfld.long 0x08 2. " FAULTF2 ,Fault Detection Flag 2" "No detected,Detected" bitfld.long 0x08 1. " FAULTF1 ,Fault Detection Flag 1" "No detected,Detected" textline " " bitfld.long 0x08 0. " FAULTF0 ,Fault Detection Flag 0" "No detected,Detected" endif line.long 0x0C "FILTER,Input Capture Filter Control" bitfld.long 0x0C 12.--15. " CH3FVAL ,Channel 3 Input Filter" "Disabled,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x0C 8.--11. " CH2FVAL ,Channel 2 Input Filter" "Disabled,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x0C 4.--7. " CH1FVAL ,Channel 1 Input Filter" "Disabled,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x0C 0.--3. " CH0FVAL ,Channel 0 Input Filter" "Disabled,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x10 "FLTCTRL,Fault Control" bitfld.long 0x10 8.--11. " FFVAL ,Fault Input Filter" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x10 7. " FFLTR3EN ,Fault Input 3 Filter Enable" "Disabled,Enabled" bitfld.long 0x10 6. " FFLTR2EN ,Fault Input 2 Filter Enable" "Disabled,Enabled" textline " " bitfld.long 0x10 5. " FFLTR1EN ,Fault Input 1 Filter Enable" "Disabled,Enabled" bitfld.long 0x10 4. " FFLTR0EN ,Fault Input 0 Filter Enable" "Disabled,Enabled" bitfld.long 0x10 3. " FAULT3EN ,Fault Input 3 Enable" "Disabled,Enabled" textline " " bitfld.long 0x10 2. " FAULT2EN ,Fault Input 2 Enable" "Disabled,Enabled" bitfld.long 0x10 1. " FAULT1EN ,Fault Input 1 Enable" "Disabled,Enabled" bitfld.long 0x10 0. " FAULT0EN ,Fault Input 0 Enable" "Disabled,Enabled" line.long 0x14 "QDCTRL,Quadrature Decoder Control And Status" bitfld.long 0x14 7. " PHAFLTREN ,Phase A Input Filter Enable" "Disabled,Enabled" bitfld.long 0x14 6. " PHBFLTREN ,Phase B Input Filter Enable" "Disabled,Enabled" bitfld.long 0x14 5. " PHAPOL ,Phase A Input Polarity" "Normal,Inverted" textline " " bitfld.long 0x14 4. " PHBPOL ,Phase B Input Polarity" "Normal,Inverted" bitfld.long 0x14 3. " QUADMODE ,Quadrature Decoder Mode" "A and B encoding,Count and Direction encoding" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x14 2. " QUADIR ,FTM Counter Direction In Quadrature Decoder Mode" "Decreasing,Increasing" textline " " rbitfld.long 0x14 1. " TOFDIR ,Timer Overflow Direction In Quadrature Decoder Mode" "Bottom,Top" else bitfld.long 0x14 2. " QUADIR ,FTM Counter Direction In Quadrature Decoder Mode" "Decreasing,Increasing" textline " " bitfld.long 0x14 1. " TOFDIR ,Timer Overflow Direction In Quadrature Decoder Mode" "Bottom,Top" endif bitfld.long 0x14 0. " QUADEN ,Quadrature Decoder Mode Enable" "Disabled,Enabled" line.long 0x18 "CONF,Configuration" bitfld.long 0x18 10. " GTBEOUT ,Global Time Base Output" "Disabled,Enabled" bitfld.long 0x18 9. " GTBEEN ,Global Time Base Enable" "Disabled,Enabled" bitfld.long 0x18 6.--7. " BDMMODE ,Selects the FTM behavior in BDM mode" "0,1,2,3" textline " " bitfld.long 0x18 0.--4. " NUMTOF ,Selects the ratio between the number of counter overflows to the number of times the TOF bit is set" "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 0x1C "FLTPOL,FTM Fault Input Polarity" bitfld.long 0x1C 3. " FLT3POL ,Fault Input 3 Polarity" "High,Low" bitfld.long 0x1C 2. " FLT2POL ,Fault Input 2 Polarity" "High,Low" bitfld.long 0x1C 1. " FLT1POL ,Fault Input 1 Polarity" "High,Low" textline " " bitfld.long 0x1C 0. " FLT0POL ,Fault Input 0 Polarity" "High,Low" line.long 0x20 "SYNCONF,Synchronization Configuration" bitfld.long 0x20 20. " HWSOC ,Software output control synchronization is activated by a hardware trigger" "Not activated,Activated" bitfld.long 0x20 19. " HWINVC ,Inverting control synchronization is activated by a hardware trigger" "Not activated,Activated" bitfld.long 0x20 18. " HWOM ,Output mask synchronization is activated by a hardware trigger" "Not activated,Activated" textline " " bitfld.long 0x20 17. " HWWRBUF ,MOD CNTIN and CV registers synchronization is activated by a hardware trigger" "Not activated,Activated" bitfld.long 0x20 16. " HWRSTCNT ,FTM counter synchronization is activated by a hardware trigger" "Not activated,Activated" bitfld.long 0x20 12. " SWSOC ,Software output control synchronization is activated by the software trigger" "Not activated,Activated" textline " " bitfld.long 0x20 11. " SWINVC ,Inverting control synchronization is activated by the software trigger" "Not activated,Activated" bitfld.long 0x20 10. " SWOM ,Output mask synchronization is activated by the software trigger" "Not activated,Activated" bitfld.long 0x20 9. " SWWRBUF ,MOD CNTIN and CV registers synchronization is activated by the software trigger" "Not activated,Activated" textline " " bitfld.long 0x20 8. " SWRSTCNT ,FTM counter synchronization is activated by the software trigger" "Not activated,Activated" bitfld.long 0x20 7. " SYNCMODE ,Synchronization Mode" "Legacy PWM,Enhanced PWM" bitfld.long 0x20 5. " SWOC ,SWOCTRL Register Synchronization" "Rising edges,PWM" textline " " bitfld.long 0x20 4. " INVC ,INVCTRL Register Synchronization" "0,1" bitfld.long 0x20 2. " CNTINC ,CNTIN Register Synchronization" "Rising edges,PWM" bitfld.long 0x20 0. " HWTRIGMODE ,Hardware Trigger Mode" "Cleared,Not Cleared" line.long 0x24 "INVCTRL,FTM Inverting Control" bitfld.long 0x24 3. " INV3EN ,Pair Channels 3 Inverting Enable" "Disabled,Enabled" bitfld.long 0x24 2. " INV2EN ,Pair Channels 2 Inverting Enable" "Disabled,Enabled" bitfld.long 0x24 1. " INV1EN ,Pair Channels 1 Inverting Enable" "Disabled,Enabled" textline " " bitfld.long 0x24 0. " INV0EN ,Pair Channels 0 Inverting Enable" "Disabled,Enabled" line.long 0x28 "SWOCTRL,FTM Software Output Control" bitfld.long 0x28 15. " CH7OCV ,Channel 7 Software Output Control Value" "Force 0,Force 1" bitfld.long 0x28 14. " CH6OCV ,Channel 6 Software Output Control Value" "Force 0,Force 1" bitfld.long 0x28 13. " CH5OCV ,Channel 5 Software Output Control Value" "Force 0,Force 1" textline " " bitfld.long 0x28 12. " CH4OCV ,Channel 4 Software Output Control Value" "Force 0,Force 1" bitfld.long 0x28 11. " CH3OCV ,Channel 3 Software Output Control Value" "Force 0,Force 1" bitfld.long 0x28 10. " CH2OCV ,Channel 2 Software Output Control Value" "Force 0,Force 1" textline " " bitfld.long 0x28 9. " CH1OCV ,Channel 1 Software Output Control Value" "Force 0,Force 1" bitfld.long 0x28 8. " CH0OCV ,Channel 0 Software Output Control Value" "Force 0,Force 1" bitfld.long 0x28 7. " CH7OC ,Channel 7 Software Output Control Enable" "Not affected,Affected" textline " " bitfld.long 0x28 6. " CH6OC ,Channel 6 Software Output Control Enable" "Not affected,Affected" bitfld.long 0x28 5. " CH5OC ,Channel 5 Software Output Control Enable" "Not affected,Affected" bitfld.long 0x28 4. " CH4OC ,Channel 4 Software Output Control Enable" "Not affected,Affected" textline " " bitfld.long 0x28 3. " CH3OC ,Channel 3 Software Output Control Enable" "Not affected,Affected" bitfld.long 0x28 2. " CH2OC ,Channel 2 Software Output Control Enable" "Not affected,Affected" bitfld.long 0x28 1. " CH1OC ,Channel 1 Software Output Control Enable" "Not affected,Affected" textline " " bitfld.long 0x28 0. " CH0OC ,Channel 0 Software Output Control Enable" "Not affected,Affected" line.long 0x2C "PWMLOAD,FTM PWM Load" bitfld.long 0x2C 9. " LDOK ,Load Enable" "Disabled,Enabled" bitfld.long 0x2C 7. " CH7SEL ,Channel 7 Select " "Not included,Included" bitfld.long 0x2C 6. " CH6SEL ,Channel 6 Select " "Not included,Included" textline " " bitfld.long 0x2C 5. " CH5SEL ,Channel 5 Select " "Not included,Included" bitfld.long 0x2C 4. " CH4SEL ,Channel 4 Select " "Not included,Included" bitfld.long 0x2C 3. " CH3SEL ,Channel 3 Select " "Not included,Included" textline " " bitfld.long 0x2C 2. " CH2SEL ,Channel 2 Select " "Not included,Included" bitfld.long 0x2C 1. " CH1SEL ,Channel 1 Select " "Not included,Included" bitfld.long 0x2C 0. " CH0SEL ,Channel 0 Select " "Not included,Included" width 0xB tree.end tree.end tree "PIT (Periodic Interrupt Timer)" base ad:0x40037000 width 9. group.long 0x0++0x3 line.long 0x00 "MCR,PIT Module Control Register" bitfld.long 0x00 1. " MDIS ,Module Disable" "Enabled,Disabled" bitfld.long 0x00 0. " FRZ ,Freeze Debug mode" "Run,Stop" rgroup.long 0xE0++0x07 line.long 0x00 "LTMR64H,PIT Upper Lifetime Timer Register" line.long 0x04 "LTMR64L,PIT Lower Lifetime Timer Register" group.long 0x100++0x3 line.long 0x00 "LDVAL0,Timer Load Value Register" rgroup.long (0x100+0x04)++0x3 line.long 0x00 "CVAL0,Current Timer Value Register" group.long (0x100+0x08)++0x07 line.long 0x00 "TCTRL0,Timer Control Register" bitfld.long 0x00 2. " CHN ,Chain Mode" "Not chained,Chained" bitfld.long 0x00 1. " TIE ,Timer Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " TEN ,Timer Enable" "Disabled,Enabled" line.long 0x04 "TFLG0,Timer Flag Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5"||cpu()=="HALO-CA5"||cpu()=="HALO-CM4"||cpu()=="HALO-CM0")||cpuis("MAC57D54H-CA5")||cpuis("MAC57D53M-CA5")||cpuis("MAC57D52L-CA5")||cpuis("MAC57D54H-CM0")||cpuis("MAC57D53M-CM0")||cpuis("MAC57D52L-CM0")||cpuis("MAC57D54H-CM4")||cpuis("MAC57D53M-CM4")||cpuis("MAC57D52L-CM4") eventfld.long 0x04 0. " TIF ,Timer Interrupt Flag" "Not occurred,Occurred" else bitfld.long 0x04 0. " TIF ,Timer Interrupt Flag" "Not occurred,Occurred" endif group.long 0x110++0x3 line.long 0x00 "LDVAL1,Timer Load Value Register" rgroup.long (0x110+0x04)++0x3 line.long 0x00 "CVAL1,Current Timer Value Register" group.long (0x110+0x08)++0x07 line.long 0x00 "TCTRL1,Timer Control Register" bitfld.long 0x00 2. " CHN ,Chain Mode" "Not chained,Chained" bitfld.long 0x00 1. " TIE ,Timer Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " TEN ,Timer Enable" "Disabled,Enabled" line.long 0x04 "TFLG1,Timer Flag Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5"||cpu()=="HALO-CA5"||cpu()=="HALO-CM4"||cpu()=="HALO-CM0")||cpuis("MAC57D54H-CA5")||cpuis("MAC57D53M-CA5")||cpuis("MAC57D52L-CA5")||cpuis("MAC57D54H-CM0")||cpuis("MAC57D53M-CM0")||cpuis("MAC57D52L-CM0")||cpuis("MAC57D54H-CM4")||cpuis("MAC57D53M-CM4")||cpuis("MAC57D52L-CM4") eventfld.long 0x04 0. " TIF ,Timer Interrupt Flag" "Not occurred,Occurred" else bitfld.long 0x04 0. " TIF ,Timer Interrupt Flag" "Not occurred,Occurred" endif group.long 0x120++0x3 line.long 0x00 "LDVAL2,Timer Load Value Register" rgroup.long (0x120+0x04)++0x3 line.long 0x00 "CVAL2,Current Timer Value Register" group.long (0x120+0x08)++0x07 line.long 0x00 "TCTRL2,Timer Control Register" bitfld.long 0x00 2. " CHN ,Chain Mode" "Not chained,Chained" bitfld.long 0x00 1. " TIE ,Timer Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " TEN ,Timer Enable" "Disabled,Enabled" line.long 0x04 "TFLG2,Timer Flag Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5"||cpu()=="HALO-CA5"||cpu()=="HALO-CM4"||cpu()=="HALO-CM0")||cpuis("MAC57D54H-CA5")||cpuis("MAC57D53M-CA5")||cpuis("MAC57D52L-CA5")||cpuis("MAC57D54H-CM0")||cpuis("MAC57D53M-CM0")||cpuis("MAC57D52L-CM0")||cpuis("MAC57D54H-CM4")||cpuis("MAC57D53M-CM4")||cpuis("MAC57D52L-CM4") eventfld.long 0x04 0. " TIF ,Timer Interrupt Flag" "Not occurred,Occurred" else bitfld.long 0x04 0. " TIF ,Timer Interrupt Flag" "Not occurred,Occurred" endif group.long 0x130++0x3 line.long 0x00 "LDVAL3,Timer Load Value Register" rgroup.long (0x130+0x04)++0x3 line.long 0x00 "CVAL3,Current Timer Value Register" group.long (0x130+0x08)++0x07 line.long 0x00 "TCTRL3,Timer Control Register" bitfld.long 0x00 2. " CHN ,Chain Mode" "Not chained,Chained" bitfld.long 0x00 1. " TIE ,Timer Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " TEN ,Timer Enable" "Disabled,Enabled" line.long 0x04 "TFLG3,Timer Flag Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5"||cpu()=="HALO-CA5"||cpu()=="HALO-CM4"||cpu()=="HALO-CM0")||cpuis("MAC57D54H-CA5")||cpuis("MAC57D53M-CA5")||cpuis("MAC57D52L-CA5")||cpuis("MAC57D54H-CM0")||cpuis("MAC57D53M-CM0")||cpuis("MAC57D52L-CM0")||cpuis("MAC57D54H-CM4")||cpuis("MAC57D53M-CM4")||cpuis("MAC57D52L-CM4") eventfld.long 0x04 0. " TIF ,Timer Interrupt Flag" "Not occurred,Occurred" else bitfld.long 0x04 0. " TIF ,Timer Interrupt Flag" "Not occurred,Occurred" endif group.long 0x140++0x3 line.long 0x00 "LDVAL4,Timer Load Value Register" rgroup.long (0x140+0x04)++0x3 line.long 0x00 "CVAL4,Current Timer Value Register" group.long (0x140+0x08)++0x07 line.long 0x00 "TCTRL4,Timer Control Register" bitfld.long 0x00 2. " CHN ,Chain Mode" "Not chained,Chained" bitfld.long 0x00 1. " TIE ,Timer Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " TEN ,Timer Enable" "Disabled,Enabled" line.long 0x04 "TFLG4,Timer Flag Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5"||cpu()=="HALO-CA5"||cpu()=="HALO-CM4"||cpu()=="HALO-CM0")||cpuis("MAC57D54H-CA5")||cpuis("MAC57D53M-CA5")||cpuis("MAC57D52L-CA5")||cpuis("MAC57D54H-CM0")||cpuis("MAC57D53M-CM0")||cpuis("MAC57D52L-CM0")||cpuis("MAC57D54H-CM4")||cpuis("MAC57D53M-CM4")||cpuis("MAC57D52L-CM4") eventfld.long 0x04 0. " TIF ,Timer Interrupt Flag" "Not occurred,Occurred" else bitfld.long 0x04 0. " TIF ,Timer Interrupt Flag" "Not occurred,Occurred" endif group.long 0x150++0x3 line.long 0x00 "LDVAL5,Timer Load Value Register" rgroup.long (0x150+0x04)++0x3 line.long 0x00 "CVAL5,Current Timer Value Register" group.long (0x150+0x08)++0x07 line.long 0x00 "TCTRL5,Timer Control Register" bitfld.long 0x00 2. " CHN ,Chain Mode" "Not chained,Chained" bitfld.long 0x00 1. " TIE ,Timer Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " TEN ,Timer Enable" "Disabled,Enabled" line.long 0x04 "TFLG5,Timer Flag Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5"||cpu()=="HALO-CA5"||cpu()=="HALO-CM4"||cpu()=="HALO-CM0")||cpuis("MAC57D54H-CA5")||cpuis("MAC57D53M-CA5")||cpuis("MAC57D52L-CA5")||cpuis("MAC57D54H-CM0")||cpuis("MAC57D53M-CM0")||cpuis("MAC57D52L-CM0")||cpuis("MAC57D54H-CM4")||cpuis("MAC57D53M-CM4")||cpuis("MAC57D52L-CM4") eventfld.long 0x04 0. " TIF ,Timer Interrupt Flag" "Not occurred,Occurred" else bitfld.long 0x04 0. " TIF ,Timer Interrupt Flag" "Not occurred,Occurred" endif group.long 0x160++0x3 line.long 0x00 "LDVAL6,Timer Load Value Register" rgroup.long (0x160+0x04)++0x3 line.long 0x00 "CVAL6,Current Timer Value Register" group.long (0x160+0x08)++0x07 line.long 0x00 "TCTRL6,Timer Control Register" bitfld.long 0x00 2. " CHN ,Chain Mode" "Not chained,Chained" bitfld.long 0x00 1. " TIE ,Timer Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " TEN ,Timer Enable" "Disabled,Enabled" line.long 0x04 "TFLG6,Timer Flag Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5"||cpu()=="HALO-CA5"||cpu()=="HALO-CM4"||cpu()=="HALO-CM0")||cpuis("MAC57D54H-CA5")||cpuis("MAC57D53M-CA5")||cpuis("MAC57D52L-CA5")||cpuis("MAC57D54H-CM0")||cpuis("MAC57D53M-CM0")||cpuis("MAC57D52L-CM0")||cpuis("MAC57D54H-CM4")||cpuis("MAC57D53M-CM4")||cpuis("MAC57D52L-CM4") eventfld.long 0x04 0. " TIF ,Timer Interrupt Flag" "Not occurred,Occurred" else bitfld.long 0x04 0. " TIF ,Timer Interrupt Flag" "Not occurred,Occurred" endif group.long 0x170++0x3 line.long 0x00 "LDVAL7,Timer Load Value Register" rgroup.long (0x170+0x04)++0x3 line.long 0x00 "CVAL7,Current Timer Value Register" group.long (0x170+0x08)++0x07 line.long 0x00 "TCTRL7,Timer Control Register" bitfld.long 0x00 2. " CHN ,Chain Mode" "Not chained,Chained" bitfld.long 0x00 1. " TIE ,Timer Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " TEN ,Timer Enable" "Disabled,Enabled" line.long 0x04 "TFLG7,Timer Flag Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5"||cpu()=="HALO-CA5"||cpu()=="HALO-CM4"||cpu()=="HALO-CM0")||cpuis("MAC57D54H-CA5")||cpuis("MAC57D53M-CA5")||cpuis("MAC57D52L-CA5")||cpuis("MAC57D54H-CM0")||cpuis("MAC57D53M-CM0")||cpuis("MAC57D52L-CM0")||cpuis("MAC57D54H-CM4")||cpuis("MAC57D53M-CM4")||cpuis("MAC57D52L-CM4") eventfld.long 0x04 0. " TIF ,Timer Interrupt Flag" "Not occurred,Occurred" else bitfld.long 0x04 0. " TIF ,Timer Interrupt Flag" "Not occurred,Occurred" endif width 0x0B tree.end tree "LPTMR (Low-Power Timer)" base ad:0x40040000 width 5. group.long 0x0++0x0b line.long 0x00 "CSR,Low Power Timer Control Status Register" eventfld.long 0x00 7. " TCF ,Timer Compare Flag" "Not equal,Equal" bitfld.long 0x00 6. " TIE ,Timer Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 4.--5. " TPS ,Timer Pin Select" "0,1,2,3" textline " " bitfld.long 0x00 3. " TPP ,Timer Pin Polarity" "High/rising,Low/falling" bitfld.long 0x00 2. " TFC ,Timer Free-Running Counter reset" "Whenever TCF is set,On overflow" bitfld.long 0x00 1. " TMS ,Timer Mode Select" "Time,Pulse" textline " " bitfld.long 0x00 0. " TEN ,Timer Enable" "Disabled,Enabled" line.long 0x04 "PSR,Low Power Timer Prescale Register" bitfld.long 0x04 3.--6. " PRESCALE ,Prescale Value" "/2,/4,/8,/16,/32,/64,/128,/256,/512,/1024,/2048,/4096,/8192,/16384,/32768,/65536" bitfld.long 0x04 2. " PBYP ,Prescaler Bypass" "Enabled,Bypassed" textline " " bitfld.long 0x04 0.--1. " PCS ,Prescaler Clock Select" "0,1,2,3" line.long 0x08 "CMR,Low Power Timer Compare Register" hexmask.long.word 0x08 0.--15. 1. " COMPARE ,Compare Value" rgroup.long 0xC++0x3 line.long 0x00 "CNR,Low Power Timer Counter Register" hexmask.long.word 0x00 0.--15. 1. " COUNTER ,Counter Value" tree.end tree "ENET (10/100-Mbps Ethernet MAC)" tree "Ethernet MAC0 and IEEE 1588 timers" base ad:0x400d0000 width 8. tree "Configuration Registers" group.long 0x04++0x7 line.long 0x00 "EIR,Interrupt Event Register" eventfld.long 0x00 30. " BABR ,Babbling Receive Error" "No error,Error" eventfld.long 0x00 29. " BABT ,Babbling Transmit Error" "No error,Error" textline " " eventfld.long 0x00 28. " GRA ,Graceful Stop Complete" "Not completed,Completed" eventfld.long 0x00 27. " TXF ,Transmit Frame Interrupt" "No interrupt,Interrupt" textline " " eventfld.long 0x00 26. " TXB ,Transmit Buffer Interrupt" "No interrupt,Interrupt" eventfld.long 0x00 25. " RXF ,Receive Frame Interrupt" "No interrupt,Interrupt" textline " " eventfld.long 0x00 24. " RXB ,Receive Buffer Interrupt" "No interrupt,Interrupt" eventfld.long 0x00 23. " MII ,MII Interrupt" "No interrupt,Interrupt" textline " " eventfld.long 0x00 22. " EBERR ,Ethernet Bus Error" "No error,Error" eventfld.long 0x00 21. " LC ,Late Collision (In half-duplex mode)" "Not occured,Occured" textline " " eventfld.long 0x00 20. " RL ,Collision Retry Limit (In half-duplex mode)" "Not occured,Occured" eventfld.long 0x00 19. " UN ,Transmit FIFO Underrun" "No underrun,Underrun" textline " " eventfld.long 0x00 18. " PLR ,Payload Receive Error" "No error,Error" eventfld.long 0x00 17. " WAKEUP ,Node Wake-up Request" "Not requested,Requested" textline " " eventfld.long 0x00 16. " TS_AVAIL ,Transmit Timestamp Available" "Not available,Available" eventfld.long 0x00 15. " TS_TIMER ,Timestamp Timer" "Not reached,Reached" line.long 0x04 "EIMR,Interrupt Mask Register" bitfld.long 0x04 30. " BABR ,Babbling Receive Error Interrupt Mask" "Masked,Not masked" bitfld.long 0x04 29. " BABT ,Babbling Transmit Error Interrupt Mask" "Masked,Not masked" textline " " bitfld.long 0x04 28. " GRA ,Graceful Stop Complete Interrupt Mask" "Masked,Not masked" bitfld.long 0x04 27. " TXF ,Transmit Frame Interrupt Mask" "Masked,Not masked" textline " " bitfld.long 0x04 26. " TXB ,Transmit Buffer Interrupt Mask" "Masked,Not masked" bitfld.long 0x04 25. " RXF ,Receive Frame Interrupt Mask" "Masked,Not masked" textline " " bitfld.long 0x04 24. " RXB ,Receive Buffer Interrupt Mask" "Masked,Not masked" bitfld.long 0x04 23. " MII ,MII Interrupt Mask" "Masked,Not masked" textline " " bitfld.long 0x04 22. " EBERR ,Ethernet Bus Error Interrupt Mask" "Masked,Not masked" bitfld.long 0x04 21. " LC ,Late Collision Interrupt Mask" "Masked,Not masked" textline " " bitfld.long 0x04 20. " RL ,Collision Retry Limit Interrupt Mask" "Masked,Not masked" bitfld.long 0x04 19. " UN ,Transmit FIFO Underrun Interrupt Mask" "Masked,Not masked" textline " " bitfld.long 0x04 18. " PLR ,Payload Receive Error Interrupt Mask" "Masked,Not masked" bitfld.long 0x04 17. " WAKEUP ,Node Wake-up Request Interrupt Mask" "Masked,Not masked" textline " " bitfld.long 0x04 16. " TS_AVAIL ,Transmit Timestamp Available Interrupt Mask" "Masked,Not masked" bitfld.long 0x04 15. " TS_TIMER ,Timestamp Timer Interrupt Mask" "Masked,Not masked" group.long 0x10++0x7 line.long 0x00 "RDAR,Receive Descriptor Active Register" bitfld.long 0x00 24. " RDAR ,Receive Descriptor Active" "Inactive,Active" line.long 0x04 "TDAR,Transmit Descriptor Active Register" bitfld.long 0x04 24. " TDAR ,Transmit Descriptor Active" "Inactive,Active" group.long 0x24++0x3 line.long 0x00 "ECR,Ethernet Control Register" bitfld.long 0x00 8. " DBSWP ,Descriptor Byte Swapping Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " STOPEN ,STOPEN Signal Control (In Doze mode)" "Disabled,Enabled" bitfld.long 0x00 6. " DBGEN ,Debug Enable" "Debug,Freeze" bitfld.long 0x00 4. " EN1588 ,EN1588 Enable" "Disabled,Enabled" bitfld.long 0x00 3. " SLEEP ,Sleep Mode Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " MAGICEN ,Magic Packet Detection Enable (In Sleep mode)" "Disabled,Enabled" bitfld.long 0x00 1. " ETHEREN ,Ethernet Enable" "Disabled,Enabled" bitfld.long 0x00 0. " RESET ,Ethernet MAC Reset" "No reset,Reset" group.long 0x40++0x7 line.long 0x00 "MMFR,MII Management Frame Register" bitfld.long 0x00 30.--31. " ST ,Start of frame delimiter" "00,01,10,11" bitfld.long 0x00 28.--29. " OP ,Operation code" "Write(not MII),Write(MII),Read(MII),Read(not MII)" bitfld.long 0x00 23.--27. " PA ,PHY address" "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 18.--22. " RA ,Register address" "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 16.--17. " TA ,Turn around" "00,01,10,11" hexmask.long.word 0x00 0.--15. 1. " DATA ,Management frame data" line.long 0x04 "MSCR,MII Speed Control Register" bitfld.long 0x04 8.--10. " HOLDTIME ,Holdtime on MDIO output" "1 internal bus cycle,2 internal bus cycles,3 internal bus cycles,4 internal bus cycles,5 internal bus cycles,6 internal bus cycles,7 internal bus cycles,8 internal bus cycles" bitfld.long 0x04 7. " DIS_PRE ,Disable preamble" "No,Yes" bitfld.long 0x04 1.--6. " MII_SPEED ,MII speed" "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" group.long 0x64++0x3 line.long 0x00 "MIBC,MIB Control Register" bitfld.long 0x00 31. " MIB_DIS ,Disable MIB logic" "No,Yes" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 30. " MIB_IDLE ,MIB idle" "Not idle,Idle" else bitfld.long 0x00 30. " MIB_IDLE ,MIB idle" "Not idle,Idle" endif bitfld.long 0x00 29. " MIB_CLEAR ,MIB clear" "-,Cleared" group.long 0x84++0x3 line.long 0x00 "RCR,Receive Control Register" bitfld.long 0x00 31. " GRS ,Graceful receive stopped" "Not stopped,Stopped" bitfld.long 0x00 30. " NLC ,Payload length check disable" "Disabled,Enabled" hexmask.long.word 0x00 16.--29. 1. " MAX_FL ,Maximum frame length" bitfld.long 0x00 15. " CFEN ,MAC control frame enable" "Disabled,Enabled" textline " " bitfld.long 0x00 14. " CRCFWD ,Terminate/forward received CRC" "Transmitted,Stripped" bitfld.long 0x00 13. " PAUFWD ,Terminate/forward pause frames" "Terminated,Forwarded" bitfld.long 0x00 12. " PADEN ,Enable frame padding remove on receive" "Disabled,Enabled" bitfld.long 0x00 9. " RMII_10T ,RMII 10-Base T" "100 Mbps,10 Mbps" textline " " bitfld.long 0x00 8. " RMII_MODE ,RMII mode enable" "MII,RMII" bitfld.long 0x00 5. " FCE ,Flow control enable" "Disabled,Enabled" bitfld.long 0x00 4. " BC_REJ ,Broadcast frame reject" "Not rejected,Rejected" bitfld.long 0x00 3. " PROM ,Promiscuous mode" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " MII_MODE ,Media independent interface mode" "Reserved,MII/RMII" bitfld.long 0x00 1. " DRT ,Disable receive on transmit" "No,Yes" bitfld.long 0x00 0. " LOOP ,Internal loopback" "Disabled,Enabled" group.long 0xc4++0x3 line.long 0x00 "TCR,Transmit Control Register" bitfld.long 0x00 9. " CRCFWD ,Forward frame from application with CRC" "Not expecting,Expecting" bitfld.long 0x00 8. " ADDINS ,Set MAC address on transmit" "Not overwritten,Overwritten" bitfld.long 0x00 5.--7. " ADDSEL ,Source MAC address select on transmit" "PADDR1/2,?..." sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 4. " RFC_PAUSE ,Receive frame control pause" "Not paused,Paused" else bitfld.long 0x00 4. " RFC_PAUSE ,Receive frame control pause" "Not paused,Paused" endif textline " " bitfld.long 0x00 3. " TFC_PAUSE ,Transmit frame control pause" "Not paused,Paused" bitfld.long 0x00 2. " FDEN ,Full duplex enable" "Disabled,Enabled" bitfld.long 0x00 0. " GTS ,Graceful transmit stop" "Not stopped,Stopped" group.long 0xe4++0xb line.long 0x00 "PALR,Physical Address Lower Register" line.long 0x04 "PAUR,Physical Address Upper Register" hexmask.long.word 0x04 16.--31. 1. " PADDR2 ,Upper 2 bytes of the 48-bit address" hexmask.long.word 0x04 0.--15. 1. " TYPE ,Type field in PAUSE frames" line.long 0x08 "OPD,Opcode/Pause Duration Register" hexmask.long.word 0x08 16.--31. 1. " OPCODE ,Opcode field in PAUSE frames" hexmask.long.word 0x08 0.--15. 1. " PAUSE_DUR ,Pause duration" group.long 0x118++0xf line.long 0x00 "IAUR,Descriptor Individual Upper Address Register" line.long 0x04 "IALR,Descriptor Individual Lower Address Register" line.long 0x08 "GAUR,Descriptor Group Upper Address Register" line.long 0x0c "GALR,Descriptor Group Lower Address Register" group.long 0x144++0x3 line.long 0x00 "TFWR,Transmit FIFO Watermark Register" bitfld.long 0x00 8. " STRFWD ,Store and forward enable" "Disabled,Enabled" bitfld.long 0x00 0.--5. " TFWR ,Transmit FIFO write" "64 bytes,64 bytes,128 bytes,192 bytes,256 bytes,320 bytes,384 bytes,448 bytes,512 bytes,576 bytes,640 bytes,704 bytes,768 bytes,832 bytes,896 bytes,960 bytes,1024 bytes,1088 bytes,1152 bytes,1216 bytes,1280 bytes,1344 bytes,1408 bytes,1472 bytes,1536 bytes,1600 bytes,1664 bytes,1728 bytes,1792 bytes,1856 bytes,1920 bytes,1984 bytes,2048 bytes,2112 bytes,2176 bytes,2240 bytes,2304 bytes,2368 bytes,2432 bytes,2496 bytes,2560 bytes,2624 bytes,2688 bytes,2752 bytes,2816 bytes,2880 bytes,2944 bytes,3008 bytes,3072 bytes,3136 bytes,3200 bytes,3264 bytes,3328 bytes,3392 bytes,3456 bytes,3520 bytes,3584 bytes,3648 bytes,3712 bytes,3776 bytes,3840 bytes,3904 bytes,3968 bytes,4032 bytes" group.long 0x180++0xb line.long 0x00 "RDSR,Receive Descriptor Ring Start Register" hexmask.long 0x00 3.--31. 1. " R_DES_START ,Pointer to the start of the receive buffer descriptor queue" line.long 0x04 "TDSR,Transmit Buffer Descriptor Ring Start Register" hexmask.long 0x04 3.--31. 1. " X_DES_START ,Pointer to the start of the transmit buffer descriptor queue" line.long 0x08 "MRBR,Maximum Receive Buffer Size Register" hexmask.long.word 0x08 4.--13. 1. " R_BUF_SIZE ,Receive buffer size in bytes" group.long 0x190++0x23 line.long 0x00 "RSFL,Receive FIFO Section Full Threshold Register" hexmask.long.byte 0x00 0.--7. 1. " RX_SECTION_FULL ,Value of receive FIFO section full threshold" line.long 0x04 "RSEM,Receive FIFO Section Empty Threshold Register" hexmask.long.byte 0x04 0.--7. 1. " RX_SECTION_EMPTY ,Value of the receive FIFO section empty threshold" line.long 0x08 "RAEM,Receive FIFO Almost Empty Threshold Register" hexmask.long.byte 0x08 0.--7. 1. " RX_ALMOST_EMPTY ,Value of the receive FIFO almost empty threshold" line.long 0x0c "RAFL,Receive FIFO Almost Full Threshold Register" hexmask.long.byte 0x0c 0.--7. 1. " RX_ALMOST_FULL ,Value of the receive FIFO almost full threshold" line.long 0x10 "TSEM,Transmit FIFO Section Empty Threshold Register" hexmask.long.byte 0x10 0.--7. 1. " TX_SECTION_EMPTY ,Value of the transmit FIFO section empty threshold" line.long 0x14 "TAEM,Transmit FIFO Almost Empty Threshold Register" hexmask.long.byte 0x14 0.--7. 1. " TX_ALMOST_EMPTY ,Value of the transmit FIFO almost empty threshold" line.long 0x18 "TAFL,Transmit FIFO Almost Full Threshold Register" hexmask.long.byte 0x18 0.--7. 1. " TX_ALMOST_FULL ,Value of the transmit FIFO almost full threshold" line.long 0x1c "TIPG,Transmit Inter-Packet Gap Register" bitfld.long 0x1c 0.--4. " IPG ,Transmit inter-packet gap" "8,8,8,8,8,8,8,8,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,27,27,27,27" line.long 0x20 "FTRL,Frame Truncation Length Register" hexmask.long.word 0x20 0.--13. 1. " TRUNC_FL ,Frame truncation length" group.long 0x1c0++0x7 line.long 0x00 "TACC,Transmit Accelerator Function Configuration Register" bitfld.long 0x00 4. " PROCHK ,Insertion of protocol checksum enable" "Disabled,Enabled" bitfld.long 0x00 3. " IPCHK ,Insertion of IP header checksum enable" "Disabled,Enabled" bitfld.long 0x00 0. " SHIFT16 ,TX FIFO shift-16 enable" "Disabled,Enabled" line.long 0x04 "RACC,Receive Accelerator Function Configuration Register" bitfld.long 0x04 7. " SHIFT16 ,RX FIFO shift-16 enable" "Disabled,Enabled" bitfld.long 0x04 6. " LINEDIS ,Discard of frames with MAC layer errors enable" "Disabled,Enabled" bitfld.long 0x04 2. " PRODIS ,Discard of frames with wrong protocol checksum enable" "Disabled,Enabled" bitfld.long 0x04 1. " IPDIS ,Discard of frames with wrong IPv4 header checksum enable" "Disabled,Enabled" textline " " bitfld.long 0x04 0. " PADREM ,Padding removal for short IP frames enable" "Disabled,Enabled" tree.end tree "1588 Timer" width 8. group.long 0x400++0x17 line.long 0x00 "ATCR,Timer Control Register" bitfld.long 0x00 13. " SLAVE ,Enable timer slave mode" "Disabled,Enabled" bitfld.long 0x00 11. " CAPTURE ,Capture timer value" "Not captured,Captured" bitfld.long 0x00 9. " RESTART ,Reset timer" "No reset,Reset" bitfld.long 0x00 7. " PINPER ,Enables MAC output assertion on period event" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " PEREN ,Enable periodical event" "Disabled,Enabled" bitfld.long 0x00 3. " OFFRST ,Reset timer on offset event" "No reset,Reset" bitfld.long 0x00 2. " OFFEN ,Enable one-shot offset event" "Disabled,Enabled" bitfld.long 0x00 0. " EN ,Enable timer" "Disabled,Enabled" line.long 0x04 "ATVR,Timer Value Register" line.long 0x08 "ATOFF,Timer Offset Register" line.long 0x0c "ATPER,Timer Period Register" line.long 0x10 "ATCOR,Timer Correction Register" hexmask.long 0x10 0.--30. 1. " COR ,Correction counter wrap-around value" line.long 0x14 "ATINC,Time-Stamping Clock Period Register" hexmask.long.byte 0x14 8.--14. 1. " INC_CORR ,Correction increment value" hexmask.long.byte 0x14 0.--6. 1. " INC ,Clock period of the timestamping clock (ts_clk) in ns" if ((per.l(ad:0x400d0000+0x4)&0x10000)==0x10000) group.long 0x418++0x3 line.long 0x00 "ATSTMP,Timestamp of Last Transmitted Frame Register" else hgroup.long 0x418++0x3 hide.long 0x00 "ATSTMP,Timestamp of Last Transmitted Frame Register" endif tree.end tree "Capture/Compare Block" width 7. group.long 0x604++0x23 line.long 0x00 "TGSR,Timer Global Status Register" eventfld.long 0x00 3. " TF3 ,Copy of Timer Flag for channel 3" "Cleared,Set" eventfld.long 0x00 2. " TF2 ,Copy of Timer Flag for channel 2" "Cleared,Set" eventfld.long 0x00 1. " TF1 ,Copy of Timer Flag for channel 1" "Cleared,Set" eventfld.long 0x00 0. " TF0 ,Copy of Timer Flag for channel 0" "Cleared,Set" line.long 0x4 "TCSR0,Timer Control Status Register 0" eventfld.long 0x4 7. " TF ,Timer Flag" "Not occurred,Occurred" bitfld.long 0x4 6. " TIE ,Timer Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x4 2.--5. " TMODE ,Timer Mode" "Disabled,Input Capture on rising edge,Input Capture on falling edge,Input Capture on both edges,Output Compare - software only,Output Compare - toggle on compare,Output Compare - clear on compare,Output Compare - set on compare,Reserved,Output Compare - set on compare/clear on overflow,Output Compare - clear on compare/set on overflow,Output Compare - set on compare/clear on overflow,Reserved,Reserved,Output Compare - pulse low on compare for one 1588 clock cycle,Output Compare - pulse high on compare for one 1588 clock cycle" textline " " bitfld.long 0x4 0. " TDRE ,Timer DMA Request Enable" "Disabled,Enabled" line.long (0x4+0x4) "TCCR0,Timer Compare Capture Register 0" line.long 0xC "TCSR1,Timer Control Status Register 1" eventfld.long 0xC 7. " TF ,Timer Flag" "Not occurred,Occurred" bitfld.long 0xC 6. " TIE ,Timer Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0xC 2.--5. " TMODE ,Timer Mode" "Disabled,Input Capture on rising edge,Input Capture on falling edge,Input Capture on both edges,Output Compare - software only,Output Compare - toggle on compare,Output Compare - clear on compare,Output Compare - set on compare,Reserved,Output Compare - set on compare/clear on overflow,Output Compare - clear on compare/set on overflow,Output Compare - set on compare/clear on overflow,Reserved,Reserved,Output Compare - pulse low on compare for one 1588 clock cycle,Output Compare - pulse high on compare for one 1588 clock cycle" textline " " bitfld.long 0xC 0. " TDRE ,Timer DMA Request Enable" "Disabled,Enabled" line.long (0xC+0x4) "TCCR1,Timer Compare Capture Register 1" line.long 0x14 "TCSR2,Timer Control Status Register 2" eventfld.long 0x14 7. " TF ,Timer Flag" "Not occurred,Occurred" bitfld.long 0x14 6. " TIE ,Timer Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x14 2.--5. " TMODE ,Timer Mode" "Disabled,Input Capture on rising edge,Input Capture on falling edge,Input Capture on both edges,Output Compare - software only,Output Compare - toggle on compare,Output Compare - clear on compare,Output Compare - set on compare,Reserved,Output Compare - set on compare/clear on overflow,Output Compare - clear on compare/set on overflow,Output Compare - set on compare/clear on overflow,Reserved,Reserved,Output Compare - pulse low on compare for one 1588 clock cycle,Output Compare - pulse high on compare for one 1588 clock cycle" textline " " bitfld.long 0x14 0. " TDRE ,Timer DMA Request Enable" "Disabled,Enabled" line.long (0x14+0x4) "TCCR2,Timer Compare Capture Register 2" line.long 0x1C "TCSR3,Timer Control Status Register 3" eventfld.long 0x1C 7. " TF ,Timer Flag" "Not occurred,Occurred" bitfld.long 0x1C 6. " TIE ,Timer Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x1C 2.--5. " TMODE ,Timer Mode" "Disabled,Input Capture on rising edge,Input Capture on falling edge,Input Capture on both edges,Output Compare - software only,Output Compare - toggle on compare,Output Compare - clear on compare,Output Compare - set on compare,Reserved,Output Compare - set on compare/clear on overflow,Output Compare - clear on compare/set on overflow,Output Compare - set on compare/clear on overflow,Reserved,Reserved,Output Compare - pulse low on compare for one 1588 clock cycle,Output Compare - pulse high on compare for one 1588 clock cycle" textline " " bitfld.long 0x1C 0. " TDRE ,Timer DMA Request Enable" "Disabled,Enabled" line.long (0x1C+0x4) "TCCR3,Timer Compare Capture Register 3" tree.end tree "Statistic Event Counters" width 18. group.long 0x200++0x77 line.long 0x00 "RMON_T_DROP,Count of frames not counted correctly" hexmask.long.word 0x00 0.--15. 1. " RMON_T_DROP ,RMON_T_DROP" line.long 0x04 "RMON_T_PACKETS,RMON Tx Packet Count Register" hexmask.long.word 0x04 0.--15. 1. " RMON_T_PACKETS ,RMON Tx Packet Count" line.long 0x08 "RMON_T_BC_PKT,RMON Tx Broadcast Packets Register" hexmask.long.word 0x08 0.--15. 1. " RMON_T_BC_PKT ,RMON Tx Broadcast Packets" line.long 0x0c "RMON_T_MC_PKT,RMON Tx Multicast Packets Register" hexmask.long.word 0x0c 0.--15. 1. " RMON_T_MC_PKT ,RMON Tx Multicast Packets" line.long 0x10 "RMON_T_CRC_ALIGN,RMON Tx Packets CRC/Align Error Register" hexmask.long.word 0x10 0.--15. 1. " RMON_T_CRC_ALIGN ,RMON Tx Packets CRC/Align Error" line.long 0x14 "RMON_T_UNDERSIZE,RMON Tx Packets 64 bytes Good CRC Register" hexmask.long.word 0x14 0.--15. 1. " RMON_T_UNDERSIZE ,RMON Tx Packets 64 bytes Good CRC" line.long 0x18 "RMON_T_OVERSIZE,Good CRC Register" hexmask.long.word 0x18 0.--15. 1. " RMON_T_OVERSIZE ,Good CRC" line.long 0x1c "RMON_T_FRAG,Bad CRC Register" hexmask.long.word 0x1c 0.--15. 1. " RMON_T_FRAG ,Bad CRC" line.long 0x20 "RMON_T_JAB,Bad CRC Register" hexmask.long.word 0x20 0.--15. 1. " RMON_T_JAB ,Bad CRC" line.long 0x24 "RMON_T_COL,RMON Tx Collision Count Register" hexmask.long.word 0x24 0.--15. 1. " RMON_T_COL ,RMON Tx Collision Count" line.long 0x28 "RMON_T_P64,RMON Tx 64 Byte Packets Register" hexmask.long.word 0x28 0.--15. 1. " RMON_T_P64 ,RMON Tx 64 Byte Packets" line.long 0x2c "RMON_T_P65TO127n,RMON Tx 65 to 127 Byte Packets Register" hexmask.long.word 0x2c 0.--15. 1. " RMON_T_P65TO127n ,RMON Tx 65 to 127 Byte Packets" line.long 0x30 "RMON_T_P128TO255n,RMON Tx 128 to 255 Byte Packets Register" hexmask.long.word 0x30 0.--15. 1. " RMON_T_P128TO255n ,RMON Tx 128 to 255 Byte Packets" line.long 0x34 "RMON_T_P256TO511,RMON Tx 256 to 511 Byte Packets Register" hexmask.long.word 0x34 0.--15. 1. " RMON_T_P256TO511 ,RMON Tx 256 to 511 Byte Packets" line.long 0x38 "RMON_T_P512TO1023,RMON Tx 512 to 1023 Byte Packets Register" hexmask.long.word 0x38 0.--15. 1. " RMON_T_P512TO1023 ,RMON Tx 512 to 1023 Byte Packets" line.long 0x3c "RMON_T_P1024TO2047,RMON Tx 1024 to 2047 Byte Packets Register" hexmask.long.word 0x3c 0.--15. 1. " RMON_T_P1024TO2047 ,RMON Tx 1024 to 2047 Byte Packets" line.long 0x40 "RMON_T_P_GTE2048,RMON Tx Packets 2048 Bytes Register" hexmask.long.word 0x40 0.--15. 1. " RMON_T_P_GTE2048 ,RMON Tx Packets 2048 Bytes" line.long 0x44 "RMON_T_OCTETS,RMON Tx Octets Register" line.long 0x48 "IEEE_T_DROP,Count of Frames Not Counted Correctly Register" hexmask.long.word 0x48 0.--15. 1. " IEEE_T_DROP ,Count of Frames Not Counted Correctly" line.long 0x4c "IEEE_T_FRAME_OK,Frames Transmitted OK Register" hexmask.long.word 0x4c 0.--15. 1. " IEEE_T_FRAME_OK ,Frames Transmitted OK" line.long 0x50 "IEEE_T_1COL,Frames Transmitted with Single Collision Register" hexmask.long.word 0x50 0.--15. 1. " IEEE_T_1COL ,Frames Transmitted with Single Collision" line.long 0x54 "IEEE_T_MCOL,Frames Transmitted with Multiple Collisions Register" hexmask.long.word 0x54 0.--15. 1. " IEEE_T_MCOL ,Frames Transmitted with Multiple Collisions" line.long 0x58 "IEEE_T_DEF,Frames Transmitted after Deferral Delay Register" hexmask.long.word 0x58 0.--15. 1. " IEEE_T_DEF ,Frames Transmitted after Deferral Delay" line.long 0x5c "IEEE_T_LCOL,Frames Transmitted with Late Collision Register" hexmask.long.word 0x5c 0.--15. 1. " IEEE_T_LCOL ,Frames Transmitted with Late Collision" line.long 0x60 "IEEE_T_EX-COL,Frames Transmitted with Excessive Collisions Register" hexmask.long.word 0x60 0.--15. 1. " IEEE_T_EX-COL ,Frames Transmitted with Excessive Collisions" line.long 0x64 "IEEE_T_MAC-ERR,Frames Transmitted with Tx FIFO Underrun Register" hexmask.long.word 0x64 0.--15. 1. " IEEE_T_MAC-ERR ,Frames Transmitted with Tx FIFO Underrun" line.long 0x68 "IEEE_T_CSERR,Frames Transmitted with Carrier Sense Error Register" hexmask.long.word 0x68 0.--15. 1. " IEEE_T_CSERR ,Frames Transmitted with Carrier Sense Error" line.long 0x6c "IEEE_T_SQE,Frames Transmitted with SQE Error Register" hexmask.long.word 0x6c 0.--15. 1. " IEEE_T_SQE ,Frames Transmitted with SQE Error" line.long 0x70 "IEEE_T_FDXFC,Flow Control Pause Frames Transmitted Register" hexmask.long.word 0x70 0.--15. 1. " IEEE_T_FDXFC ,Flow Control Pause Frames Transmitted" line.long 0x74 "IEEE_T_OCTETS_OK,Octet Count for Frames Transmitted Error Register" group.long 0x284++0x1F line.long 0x00 "RMON_R_PACKETS,RMON Rx Packet Count Register" hexmask.long.word 0x00 0.--15. 1. " RMON_R_PACKETS ,RMON Rx Packet Count" line.long 0x04 "RMON_R_BC_PKT,RMON Rx Broadcast Packets Register" hexmask.long.word 0x04 0.--15. 1. " RMON_R_BC_PKT ,RMON Rx Broadcast Packets" line.long 0x08 "RMON_R_MC_PKT,RMON Rx Multicast Packets Register" hexmask.long.word 0x08 0.--15. 1. " RMON_R_MC_PKT ,RMON Rx Multicast Packets" line.long 0x0c "RMON_R_CRC_ALIGN,RMON Rx Packets CRC/Align Error Register" hexmask.long.word 0x0c 0.--15. 1. " RMON_R_CRC_ALIGN ,RMON Rx Packets CRC/Align Error" line.long 0x10 "RMON_R_UNDERSIZE,Good CRC Register" hexmask.long.word 0x10 0.--15. 1. " RMON_R_UNDERSIZE ,Good CRC" line.long 0x14 "RMON_R_OVERSIZE,Good CRC Register" hexmask.long.word 0x14 0.--15. 1. " RMON_R_OVERSIZE ,Good CR" line.long 0x18 "RMON_R_FRAG,Bad CRC Register" hexmask.long.word 0x18 0.--15. 1. " RMON_R_FRAG ,Bad CRC" line.long 0x1c "RMON_R_JAB,Bad CRC Register" hexmask.long.word 0x1c 0.--15. 1. " RMON_R_JAB ,Bad CRC" group.long 0x2a8++0x3B line.long 0x00 "RMON_R_P64,RMON Rx 64 Byte Packets Register" hexmask.long.word 0x00 0.--15. 1. " RMON_R_P64 ,RMON Rx 64 Byte Packets" line.long 0x04 "RMON_R_P65TO127,RMON Rx 65 to 127 Byte Packets Register" hexmask.long.word 0x04 0.--15. 1. " RMON_R_P65TO127 ,RMON Rx 65 to 127 Byte Packets" line.long 0x08 "RMON_R_P128TO255,RMON Rx 128 to 255 Byte Packets Register" hexmask.long.word 0x08 0.--15. 1. " RMON_R_P128TO255 ,RMON Rx 128 to 255 Byte Packets" line.long 0x0c "RMON_R_P256TO511,RMON Rx 256 to 511 Byte Packets Register" hexmask.long.word 0x0c 0.--15. 1. " RMON_R_P256TO511 ,RMON Rx 256 to 511 Byte Packets" line.long 0x10 "RMON_R_P512TO1023,RMON Rx 512 to 1023 Byte Packets Register" hexmask.long.word 0x10 0.--15. 1. " RMON_R_P512TO1023 ,RMON Rx 512 to 1023 Byte Packets" line.long 0x14 "RMON_R_P1024TO2047,RMON Rx 1024 to 2047 Byte Backets Register" hexmask.long.word 0x14 0.--15. 1. " RMON_R_P1024TO2047 ,RMON Rx 1024 to 2047 Byte Backets" line.long 0x18 "RMON_R_P_GTE2048,RMON Rx Packets 2048 Bytes Register" hexmask.long.word 0x18 0.--15. 1. " RMON_R_P_GTE2048 ,RMON Rx Packets 2048 Bytes" line.long 0x1C "RMON_R_OCTETS,RMON Rx Octets Register" line.long 0x20 "IEEE_R_DROP,Count of Frames Not Counted Correctly Register" hexmask.long.word 0x20 0.--15. 1. " IEEE_R_DROP ,Count of Frames Not Counted Correctly" line.long 0x24 "IEEE_R_FRAME_OK,Frames Received OK Register" hexmask.long.word 0x24 0.--15. 1. " IEEE_R_FRAME_OK ,Frames Received OK" line.long 0x28 "IEEE_R_CRC,Frames Received with CRC Error Register" hexmask.long.word 0x28 0.--15. 1. " IEEE_R_CRC ,Frames Received with CRC Error" line.long 0x2c "IEEE_R_ALIGN,Frames Received with Alignment Error Register" hexmask.long.word 0x2c 0.--15. 1. " IEEE_R_ALIGN ,Frames Received with Alignment Error" line.long 0x30 "IEEE_R_MACERR,Receive Fifo Overflow Count Register" hexmask.long.word 0x30 0.--15. 1. " IEEE_R_MACERR ,Receive Fifo Overflow Count" line.long 0x34 "IEEE_R_FDXFC,Flow Control Pause Frames Received Register" hexmask.long.word 0x34 0.--15. 1. " IEEE_R_FDXFC ,Flow Control Pause Frames Received" line.long 0x38 "IEEE_R_OCTETS_OK,Octet Count for Frames Rcvd Error Register" tree.end width 11. tree.end sif (cpu()=="VF6XX-CM4") tree "Ethernet MAC1 and IEEE 1588 timers" base ad:0x400d1000 width 8. tree "Configuration Registers" group.long 0x04++0x7 line.long 0x00 "EIR,Interrupt Event Register" eventfld.long 0x00 30. " BABR ,Babbling Receive Error" "No error,Error" eventfld.long 0x00 29. " BABT ,Babbling Transmit Error" "No error,Error" textline " " eventfld.long 0x00 28. " GRA ,Graceful Stop Complete" "Not completed,Completed" eventfld.long 0x00 27. " TXF ,Transmit Frame Interrupt" "No interrupt,Interrupt" textline " " eventfld.long 0x00 26. " TXB ,Transmit Buffer Interrupt" "No interrupt,Interrupt" eventfld.long 0x00 25. " RXF ,Receive Frame Interrupt" "No interrupt,Interrupt" textline " " eventfld.long 0x00 24. " RXB ,Receive Buffer Interrupt" "No interrupt,Interrupt" eventfld.long 0x00 23. " MII ,MII Interrupt" "No interrupt,Interrupt" textline " " eventfld.long 0x00 22. " EBERR ,Ethernet Bus Error" "No error,Error" eventfld.long 0x00 21. " LC ,Late Collision (In half-duplex mode)" "Not occured,Occured" textline " " eventfld.long 0x00 20. " RL ,Collision Retry Limit (In half-duplex mode)" "Not occured,Occured" eventfld.long 0x00 19. " UN ,Transmit FIFO Underrun" "No underrun,Underrun" textline " " eventfld.long 0x00 18. " PLR ,Payload Receive Error" "No error,Error" eventfld.long 0x00 17. " WAKEUP ,Node Wake-up Request" "Not requested,Requested" textline " " eventfld.long 0x00 16. " TS_AVAIL ,Transmit Timestamp Available" "Not available,Available" eventfld.long 0x00 15. " TS_TIMER ,Timestamp Timer" "Not reached,Reached" line.long 0x04 "EIMR,Interrupt Mask Register" bitfld.long 0x04 30. " BABR ,Babbling Receive Error Interrupt Mask" "Masked,Not masked" bitfld.long 0x04 29. " BABT ,Babbling Transmit Error Interrupt Mask" "Masked,Not masked" textline " " bitfld.long 0x04 28. " GRA ,Graceful Stop Complete Interrupt Mask" "Masked,Not masked" bitfld.long 0x04 27. " TXF ,Transmit Frame Interrupt Mask" "Masked,Not masked" textline " " bitfld.long 0x04 26. " TXB ,Transmit Buffer Interrupt Mask" "Masked,Not masked" bitfld.long 0x04 25. " RXF ,Receive Frame Interrupt Mask" "Masked,Not masked" textline " " bitfld.long 0x04 24. " RXB ,Receive Buffer Interrupt Mask" "Masked,Not masked" bitfld.long 0x04 23. " MII ,MII Interrupt Mask" "Masked,Not masked" textline " " bitfld.long 0x04 22. " EBERR ,Ethernet Bus Error Interrupt Mask" "Masked,Not masked" bitfld.long 0x04 21. " LC ,Late Collision Interrupt Mask" "Masked,Not masked" textline " " bitfld.long 0x04 20. " RL ,Collision Retry Limit Interrupt Mask" "Masked,Not masked" bitfld.long 0x04 19. " UN ,Transmit FIFO Underrun Interrupt Mask" "Masked,Not masked" textline " " bitfld.long 0x04 18. " PLR ,Payload Receive Error Interrupt Mask" "Masked,Not masked" bitfld.long 0x04 17. " WAKEUP ,Node Wake-up Request Interrupt Mask" "Masked,Not masked" textline " " bitfld.long 0x04 16. " TS_AVAIL ,Transmit Timestamp Available Interrupt Mask" "Masked,Not masked" bitfld.long 0x04 15. " TS_TIMER ,Timestamp Timer Interrupt Mask" "Masked,Not masked" group.long 0x10++0x7 line.long 0x00 "RDAR,Receive Descriptor Active Register" bitfld.long 0x00 24. " RDAR ,Receive Descriptor Active" "Inactive,Active" line.long 0x04 "TDAR,Transmit Descriptor Active Register" bitfld.long 0x04 24. " TDAR ,Transmit Descriptor Active" "Inactive,Active" group.long 0x24++0x3 line.long 0x00 "ECR,Ethernet Control Register" bitfld.long 0x00 8. " DBSWP ,Descriptor Byte Swapping Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " STOPEN ,STOPEN Signal Control (In Doze mode)" "Disabled,Enabled" bitfld.long 0x00 6. " DBGEN ,Debug Enable" "Debug,Freeze" bitfld.long 0x00 4. " EN1588 ,EN1588 Enable" "Disabled,Enabled" bitfld.long 0x00 3. " SLEEP ,Sleep Mode Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " MAGICEN ,Magic Packet Detection Enable (In Sleep mode)" "Disabled,Enabled" bitfld.long 0x00 1. " ETHEREN ,Ethernet Enable" "Disabled,Enabled" bitfld.long 0x00 0. " RESET ,Ethernet MAC Reset" "No reset,Reset" group.long 0x40++0x7 line.long 0x00 "MMFR,MII Management Frame Register" bitfld.long 0x00 30.--31. " ST ,Start of frame delimiter" "00,01,10,11" bitfld.long 0x00 28.--29. " OP ,Operation code" "Write(not MII),Write(MII),Read(MII),Read(not MII)" bitfld.long 0x00 23.--27. " PA ,PHY address" "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 18.--22. " RA ,Register address" "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 16.--17. " TA ,Turn around" "00,01,10,11" hexmask.long.word 0x00 0.--15. 1. " DATA ,Management frame data" line.long 0x04 "MSCR,MII Speed Control Register" bitfld.long 0x04 8.--10. " HOLDTIME ,Holdtime on MDIO output" "1 internal bus cycle,2 internal bus cycles,3 internal bus cycles,4 internal bus cycles,5 internal bus cycles,6 internal bus cycles,7 internal bus cycles,8 internal bus cycles" bitfld.long 0x04 7. " DIS_PRE ,Disable preamble" "No,Yes" bitfld.long 0x04 1.--6. " MII_SPEED ,MII speed" "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" group.long 0x64++0x3 line.long 0x00 "MIBC,MIB Control Register" bitfld.long 0x00 31. " MIB_DIS ,Disable MIB logic" "No,Yes" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 30. " MIB_IDLE ,MIB idle" "Not idle,Idle" else bitfld.long 0x00 30. " MIB_IDLE ,MIB idle" "Not idle,Idle" endif bitfld.long 0x00 29. " MIB_CLEAR ,MIB clear" "-,Cleared" group.long 0x84++0x3 line.long 0x00 "RCR,Receive Control Register" bitfld.long 0x00 31. " GRS ,Graceful receive stopped" "Not stopped,Stopped" bitfld.long 0x00 30. " NLC ,Payload length check disable" "Disabled,Enabled" hexmask.long.word 0x00 16.--29. 1. " MAX_FL ,Maximum frame length" bitfld.long 0x00 15. " CFEN ,MAC control frame enable" "Disabled,Enabled" textline " " bitfld.long 0x00 14. " CRCFWD ,Terminate/forward received CRC" "Transmitted,Stripped" bitfld.long 0x00 13. " PAUFWD ,Terminate/forward pause frames" "Terminated,Forwarded" bitfld.long 0x00 12. " PADEN ,Enable frame padding remove on receive" "Disabled,Enabled" bitfld.long 0x00 9. " RMII_10T ,RMII 10-Base T" "100 Mbps,10 Mbps" textline " " bitfld.long 0x00 8. " RMII_MODE ,RMII mode enable" "MII,RMII" bitfld.long 0x00 5. " FCE ,Flow control enable" "Disabled,Enabled" bitfld.long 0x00 4. " BC_REJ ,Broadcast frame reject" "Not rejected,Rejected" bitfld.long 0x00 3. " PROM ,Promiscuous mode" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " MII_MODE ,Media independent interface mode" "Reserved,MII/RMII" bitfld.long 0x00 1. " DRT ,Disable receive on transmit" "No,Yes" bitfld.long 0x00 0. " LOOP ,Internal loopback" "Disabled,Enabled" group.long 0xc4++0x3 line.long 0x00 "TCR,Transmit Control Register" bitfld.long 0x00 9. " CRCFWD ,Forward frame from application with CRC" "Not expecting,Expecting" bitfld.long 0x00 8. " ADDINS ,Set MAC address on transmit" "Not overwritten,Overwritten" bitfld.long 0x00 5.--7. " ADDSEL ,Source MAC address select on transmit" "PADDR1/2,?..." sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 4. " RFC_PAUSE ,Receive frame control pause" "Not paused,Paused" else bitfld.long 0x00 4. " RFC_PAUSE ,Receive frame control pause" "Not paused,Paused" endif textline " " bitfld.long 0x00 3. " TFC_PAUSE ,Transmit frame control pause" "Not paused,Paused" bitfld.long 0x00 2. " FDEN ,Full duplex enable" "Disabled,Enabled" bitfld.long 0x00 0. " GTS ,Graceful transmit stop" "Not stopped,Stopped" group.long 0xe4++0xb line.long 0x00 "PALR,Physical Address Lower Register" line.long 0x04 "PAUR,Physical Address Upper Register" hexmask.long.word 0x04 16.--31. 1. " PADDR2 ,Upper 2 bytes of the 48-bit address" hexmask.long.word 0x04 0.--15. 1. " TYPE ,Type field in PAUSE frames" line.long 0x08 "OPD,Opcode/Pause Duration Register" hexmask.long.word 0x08 16.--31. 1. " OPCODE ,Opcode field in PAUSE frames" hexmask.long.word 0x08 0.--15. 1. " PAUSE_DUR ,Pause duration" group.long 0x118++0xf line.long 0x00 "IAUR,Descriptor Individual Upper Address Register" line.long 0x04 "IALR,Descriptor Individual Lower Address Register" line.long 0x08 "GAUR,Descriptor Group Upper Address Register" line.long 0x0c "GALR,Descriptor Group Lower Address Register" group.long 0x144++0x3 line.long 0x00 "TFWR,Transmit FIFO Watermark Register" bitfld.long 0x00 8. " STRFWD ,Store and forward enable" "Disabled,Enabled" bitfld.long 0x00 0.--5. " TFWR ,Transmit FIFO write" "64 bytes,64 bytes,128 bytes,192 bytes,256 bytes,320 bytes,384 bytes,448 bytes,512 bytes,576 bytes,640 bytes,704 bytes,768 bytes,832 bytes,896 bytes,960 bytes,1024 bytes,1088 bytes,1152 bytes,1216 bytes,1280 bytes,1344 bytes,1408 bytes,1472 bytes,1536 bytes,1600 bytes,1664 bytes,1728 bytes,1792 bytes,1856 bytes,1920 bytes,1984 bytes,2048 bytes,2112 bytes,2176 bytes,2240 bytes,2304 bytes,2368 bytes,2432 bytes,2496 bytes,2560 bytes,2624 bytes,2688 bytes,2752 bytes,2816 bytes,2880 bytes,2944 bytes,3008 bytes,3072 bytes,3136 bytes,3200 bytes,3264 bytes,3328 bytes,3392 bytes,3456 bytes,3520 bytes,3584 bytes,3648 bytes,3712 bytes,3776 bytes,3840 bytes,3904 bytes,3968 bytes,4032 bytes" group.long 0x180++0xb line.long 0x00 "RDSR,Receive Descriptor Ring Start Register" hexmask.long 0x00 3.--31. 1. " R_DES_START ,Pointer to the start of the receive buffer descriptor queue" line.long 0x04 "TDSR,Transmit Buffer Descriptor Ring Start Register" hexmask.long 0x04 3.--31. 1. " X_DES_START ,Pointer to the start of the transmit buffer descriptor queue" line.long 0x08 "MRBR,Maximum Receive Buffer Size Register" hexmask.long.word 0x08 4.--13. 1. " R_BUF_SIZE ,Receive buffer size in bytes" group.long 0x190++0x23 line.long 0x00 "RSFL,Receive FIFO Section Full Threshold Register" hexmask.long.byte 0x00 0.--7. 1. " RX_SECTION_FULL ,Value of receive FIFO section full threshold" line.long 0x04 "RSEM,Receive FIFO Section Empty Threshold Register" hexmask.long.byte 0x04 0.--7. 1. " RX_SECTION_EMPTY ,Value of the receive FIFO section empty threshold" line.long 0x08 "RAEM,Receive FIFO Almost Empty Threshold Register" hexmask.long.byte 0x08 0.--7. 1. " RX_ALMOST_EMPTY ,Value of the receive FIFO almost empty threshold" line.long 0x0c "RAFL,Receive FIFO Almost Full Threshold Register" hexmask.long.byte 0x0c 0.--7. 1. " RX_ALMOST_FULL ,Value of the receive FIFO almost full threshold" line.long 0x10 "TSEM,Transmit FIFO Section Empty Threshold Register" hexmask.long.byte 0x10 0.--7. 1. " TX_SECTION_EMPTY ,Value of the transmit FIFO section empty threshold" line.long 0x14 "TAEM,Transmit FIFO Almost Empty Threshold Register" hexmask.long.byte 0x14 0.--7. 1. " TX_ALMOST_EMPTY ,Value of the transmit FIFO almost empty threshold" line.long 0x18 "TAFL,Transmit FIFO Almost Full Threshold Register" hexmask.long.byte 0x18 0.--7. 1. " TX_ALMOST_FULL ,Value of the transmit FIFO almost full threshold" line.long 0x1c "TIPG,Transmit Inter-Packet Gap Register" bitfld.long 0x1c 0.--4. " IPG ,Transmit inter-packet gap" "8,8,8,8,8,8,8,8,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,27,27,27,27" line.long 0x20 "FTRL,Frame Truncation Length Register" hexmask.long.word 0x20 0.--13. 1. " TRUNC_FL ,Frame truncation length" group.long 0x1c0++0x7 line.long 0x00 "TACC,Transmit Accelerator Function Configuration Register" bitfld.long 0x00 4. " PROCHK ,Insertion of protocol checksum enable" "Disabled,Enabled" bitfld.long 0x00 3. " IPCHK ,Insertion of IP header checksum enable" "Disabled,Enabled" bitfld.long 0x00 0. " SHIFT16 ,TX FIFO shift-16 enable" "Disabled,Enabled" line.long 0x04 "RACC,Receive Accelerator Function Configuration Register" bitfld.long 0x04 7. " SHIFT16 ,RX FIFO shift-16 enable" "Disabled,Enabled" bitfld.long 0x04 6. " LINEDIS ,Discard of frames with MAC layer errors enable" "Disabled,Enabled" bitfld.long 0x04 2. " PRODIS ,Discard of frames with wrong protocol checksum enable" "Disabled,Enabled" bitfld.long 0x04 1. " IPDIS ,Discard of frames with wrong IPv4 header checksum enable" "Disabled,Enabled" textline " " bitfld.long 0x04 0. " PADREM ,Padding removal for short IP frames enable" "Disabled,Enabled" tree.end tree "1588 Timer" width 8. group.long 0x400++0x17 line.long 0x00 "ATCR,Timer Control Register" bitfld.long 0x00 13. " SLAVE ,Enable timer slave mode" "Disabled,Enabled" bitfld.long 0x00 11. " CAPTURE ,Capture timer value" "Not captured,Captured" bitfld.long 0x00 9. " RESTART ,Reset timer" "No reset,Reset" bitfld.long 0x00 7. " PINPER ,Enables MAC output assertion on period event" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " PEREN ,Enable periodical event" "Disabled,Enabled" bitfld.long 0x00 3. " OFFRST ,Reset timer on offset event" "No reset,Reset" bitfld.long 0x00 2. " OFFEN ,Enable one-shot offset event" "Disabled,Enabled" bitfld.long 0x00 0. " EN ,Enable timer" "Disabled,Enabled" line.long 0x04 "ATVR,Timer Value Register" line.long 0x08 "ATOFF,Timer Offset Register" line.long 0x0c "ATPER,Timer Period Register" line.long 0x10 "ATCOR,Timer Correction Register" hexmask.long 0x10 0.--30. 1. " COR ,Correction counter wrap-around value" line.long 0x14 "ATINC,Time-Stamping Clock Period Register" hexmask.long.byte 0x14 8.--14. 1. " INC_CORR ,Correction increment value" hexmask.long.byte 0x14 0.--6. 1. " INC ,Clock period of the timestamping clock (ts_clk) in ns" if ((per.l(ad:0x400d1000+0x4)&0x10000)==0x10000) group.long 0x418++0x3 line.long 0x00 "ATSTMP,Timestamp of Last Transmitted Frame Register" else hgroup.long 0x418++0x3 hide.long 0x00 "ATSTMP,Timestamp of Last Transmitted Frame Register" endif tree.end tree "Capture/Compare Block" width 7. group.long 0x604++0x23 line.long 0x00 "TGSR,Timer Global Status Register" eventfld.long 0x00 3. " TF3 ,Copy of Timer Flag for channel 3" "Cleared,Set" eventfld.long 0x00 2. " TF2 ,Copy of Timer Flag for channel 2" "Cleared,Set" eventfld.long 0x00 1. " TF1 ,Copy of Timer Flag for channel 1" "Cleared,Set" eventfld.long 0x00 0. " TF0 ,Copy of Timer Flag for channel 0" "Cleared,Set" line.long 0x4 "TCSR0,Timer Control Status Register 0" eventfld.long 0x4 7. " TF ,Timer Flag" "Not occurred,Occurred" bitfld.long 0x4 6. " TIE ,Timer Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x4 2.--5. " TMODE ,Timer Mode" "Disabled,Input Capture on rising edge,Input Capture on falling edge,Input Capture on both edges,Output Compare - software only,Output Compare - toggle on compare,Output Compare - clear on compare,Output Compare - set on compare,Reserved,Output Compare - set on compare/clear on overflow,Output Compare - clear on compare/set on overflow,Output Compare - set on compare/clear on overflow,Reserved,Reserved,Output Compare - pulse low on compare for one 1588 clock cycle,Output Compare - pulse high on compare for one 1588 clock cycle" textline " " bitfld.long 0x4 0. " TDRE ,Timer DMA Request Enable" "Disabled,Enabled" line.long (0x4+0x4) "TCCR0,Timer Compare Capture Register 0" line.long 0xC "TCSR1,Timer Control Status Register 1" eventfld.long 0xC 7. " TF ,Timer Flag" "Not occurred,Occurred" bitfld.long 0xC 6. " TIE ,Timer Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0xC 2.--5. " TMODE ,Timer Mode" "Disabled,Input Capture on rising edge,Input Capture on falling edge,Input Capture on both edges,Output Compare - software only,Output Compare - toggle on compare,Output Compare - clear on compare,Output Compare - set on compare,Reserved,Output Compare - set on compare/clear on overflow,Output Compare - clear on compare/set on overflow,Output Compare - set on compare/clear on overflow,Reserved,Reserved,Output Compare - pulse low on compare for one 1588 clock cycle,Output Compare - pulse high on compare for one 1588 clock cycle" textline " " bitfld.long 0xC 0. " TDRE ,Timer DMA Request Enable" "Disabled,Enabled" line.long (0xC+0x4) "TCCR1,Timer Compare Capture Register 1" line.long 0x14 "TCSR2,Timer Control Status Register 2" eventfld.long 0x14 7. " TF ,Timer Flag" "Not occurred,Occurred" bitfld.long 0x14 6. " TIE ,Timer Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x14 2.--5. " TMODE ,Timer Mode" "Disabled,Input Capture on rising edge,Input Capture on falling edge,Input Capture on both edges,Output Compare - software only,Output Compare - toggle on compare,Output Compare - clear on compare,Output Compare - set on compare,Reserved,Output Compare - set on compare/clear on overflow,Output Compare - clear on compare/set on overflow,Output Compare - set on compare/clear on overflow,Reserved,Reserved,Output Compare - pulse low on compare for one 1588 clock cycle,Output Compare - pulse high on compare for one 1588 clock cycle" textline " " bitfld.long 0x14 0. " TDRE ,Timer DMA Request Enable" "Disabled,Enabled" line.long (0x14+0x4) "TCCR2,Timer Compare Capture Register 2" line.long 0x1C "TCSR3,Timer Control Status Register 3" eventfld.long 0x1C 7. " TF ,Timer Flag" "Not occurred,Occurred" bitfld.long 0x1C 6. " TIE ,Timer Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x1C 2.--5. " TMODE ,Timer Mode" "Disabled,Input Capture on rising edge,Input Capture on falling edge,Input Capture on both edges,Output Compare - software only,Output Compare - toggle on compare,Output Compare - clear on compare,Output Compare - set on compare,Reserved,Output Compare - set on compare/clear on overflow,Output Compare - clear on compare/set on overflow,Output Compare - set on compare/clear on overflow,Reserved,Reserved,Output Compare - pulse low on compare for one 1588 clock cycle,Output Compare - pulse high on compare for one 1588 clock cycle" textline " " bitfld.long 0x1C 0. " TDRE ,Timer DMA Request Enable" "Disabled,Enabled" line.long (0x1C+0x4) "TCCR3,Timer Compare Capture Register 3" tree.end tree "Statistic Event Counters" width 18. group.long 0x200++0x77 line.long 0x00 "RMON_T_DROP,Count of frames not counted correctly" hexmask.long.word 0x00 0.--15. 1. " RMON_T_DROP ,RMON_T_DROP" line.long 0x04 "RMON_T_PACKETS,RMON Tx Packet Count Register" hexmask.long.word 0x04 0.--15. 1. " RMON_T_PACKETS ,RMON Tx Packet Count" line.long 0x08 "RMON_T_BC_PKT,RMON Tx Broadcast Packets Register" hexmask.long.word 0x08 0.--15. 1. " RMON_T_BC_PKT ,RMON Tx Broadcast Packets" line.long 0x0c "RMON_T_MC_PKT,RMON Tx Multicast Packets Register" hexmask.long.word 0x0c 0.--15. 1. " RMON_T_MC_PKT ,RMON Tx Multicast Packets" line.long 0x10 "RMON_T_CRC_ALIGN,RMON Tx Packets CRC/Align Error Register" hexmask.long.word 0x10 0.--15. 1. " RMON_T_CRC_ALIGN ,RMON Tx Packets CRC/Align Error" line.long 0x14 "RMON_T_UNDERSIZE,RMON Tx Packets 64 bytes Good CRC Register" hexmask.long.word 0x14 0.--15. 1. " RMON_T_UNDERSIZE ,RMON Tx Packets 64 bytes Good CRC" line.long 0x18 "RMON_T_OVERSIZE,Good CRC Register" hexmask.long.word 0x18 0.--15. 1. " RMON_T_OVERSIZE ,Good CRC" line.long 0x1c "RMON_T_FRAG,Bad CRC Register" hexmask.long.word 0x1c 0.--15. 1. " RMON_T_FRAG ,Bad CRC" line.long 0x20 "RMON_T_JAB,Bad CRC Register" hexmask.long.word 0x20 0.--15. 1. " RMON_T_JAB ,Bad CRC" line.long 0x24 "RMON_T_COL,RMON Tx Collision Count Register" hexmask.long.word 0x24 0.--15. 1. " RMON_T_COL ,RMON Tx Collision Count" line.long 0x28 "RMON_T_P64,RMON Tx 64 Byte Packets Register" hexmask.long.word 0x28 0.--15. 1. " RMON_T_P64 ,RMON Tx 64 Byte Packets" line.long 0x2c "RMON_T_P65TO127n,RMON Tx 65 to 127 Byte Packets Register" hexmask.long.word 0x2c 0.--15. 1. " RMON_T_P65TO127n ,RMON Tx 65 to 127 Byte Packets" line.long 0x30 "RMON_T_P128TO255n,RMON Tx 128 to 255 Byte Packets Register" hexmask.long.word 0x30 0.--15. 1. " RMON_T_P128TO255n ,RMON Tx 128 to 255 Byte Packets" line.long 0x34 "RMON_T_P256TO511,RMON Tx 256 to 511 Byte Packets Register" hexmask.long.word 0x34 0.--15. 1. " RMON_T_P256TO511 ,RMON Tx 256 to 511 Byte Packets" line.long 0x38 "RMON_T_P512TO1023,RMON Tx 512 to 1023 Byte Packets Register" hexmask.long.word 0x38 0.--15. 1. " RMON_T_P512TO1023 ,RMON Tx 512 to 1023 Byte Packets" line.long 0x3c "RMON_T_P1024TO2047,RMON Tx 1024 to 2047 Byte Packets Register" hexmask.long.word 0x3c 0.--15. 1. " RMON_T_P1024TO2047 ,RMON Tx 1024 to 2047 Byte Packets" line.long 0x40 "RMON_T_P_GTE2048,RMON Tx Packets 2048 Bytes Register" hexmask.long.word 0x40 0.--15. 1. " RMON_T_P_GTE2048 ,RMON Tx Packets 2048 Bytes" line.long 0x44 "RMON_T_OCTETS,RMON Tx Octets Register" line.long 0x48 "IEEE_T_DROP,Count of Frames Not Counted Correctly Register" hexmask.long.word 0x48 0.--15. 1. " IEEE_T_DROP ,Count of Frames Not Counted Correctly" line.long 0x4c "IEEE_T_FRAME_OK,Frames Transmitted OK Register" hexmask.long.word 0x4c 0.--15. 1. " IEEE_T_FRAME_OK ,Frames Transmitted OK" line.long 0x50 "IEEE_T_1COL,Frames Transmitted with Single Collision Register" hexmask.long.word 0x50 0.--15. 1. " IEEE_T_1COL ,Frames Transmitted with Single Collision" line.long 0x54 "IEEE_T_MCOL,Frames Transmitted with Multiple Collisions Register" hexmask.long.word 0x54 0.--15. 1. " IEEE_T_MCOL ,Frames Transmitted with Multiple Collisions" line.long 0x58 "IEEE_T_DEF,Frames Transmitted after Deferral Delay Register" hexmask.long.word 0x58 0.--15. 1. " IEEE_T_DEF ,Frames Transmitted after Deferral Delay" line.long 0x5c "IEEE_T_LCOL,Frames Transmitted with Late Collision Register" hexmask.long.word 0x5c 0.--15. 1. " IEEE_T_LCOL ,Frames Transmitted with Late Collision" line.long 0x60 "IEEE_T_EX-COL,Frames Transmitted with Excessive Collisions Register" hexmask.long.word 0x60 0.--15. 1. " IEEE_T_EX-COL ,Frames Transmitted with Excessive Collisions" line.long 0x64 "IEEE_T_MAC-ERR,Frames Transmitted with Tx FIFO Underrun Register" hexmask.long.word 0x64 0.--15. 1. " IEEE_T_MAC-ERR ,Frames Transmitted with Tx FIFO Underrun" line.long 0x68 "IEEE_T_CSERR,Frames Transmitted with Carrier Sense Error Register" hexmask.long.word 0x68 0.--15. 1. " IEEE_T_CSERR ,Frames Transmitted with Carrier Sense Error" line.long 0x6c "IEEE_T_SQE,Frames Transmitted with SQE Error Register" hexmask.long.word 0x6c 0.--15. 1. " IEEE_T_SQE ,Frames Transmitted with SQE Error" line.long 0x70 "IEEE_T_FDXFC,Flow Control Pause Frames Transmitted Register" hexmask.long.word 0x70 0.--15. 1. " IEEE_T_FDXFC ,Flow Control Pause Frames Transmitted" line.long 0x74 "IEEE_T_OCTETS_OK,Octet Count for Frames Transmitted Error Register" group.long 0x284++0x1F line.long 0x00 "RMON_R_PACKETS,RMON Rx Packet Count Register" hexmask.long.word 0x00 0.--15. 1. " RMON_R_PACKETS ,RMON Rx Packet Count" line.long 0x04 "RMON_R_BC_PKT,RMON Rx Broadcast Packets Register" hexmask.long.word 0x04 0.--15. 1. " RMON_R_BC_PKT ,RMON Rx Broadcast Packets" line.long 0x08 "RMON_R_MC_PKT,RMON Rx Multicast Packets Register" hexmask.long.word 0x08 0.--15. 1. " RMON_R_MC_PKT ,RMON Rx Multicast Packets" line.long 0x0c "RMON_R_CRC_ALIGN,RMON Rx Packets CRC/Align Error Register" hexmask.long.word 0x0c 0.--15. 1. " RMON_R_CRC_ALIGN ,RMON Rx Packets CRC/Align Error" line.long 0x10 "RMON_R_UNDERSIZE,Good CRC Register" hexmask.long.word 0x10 0.--15. 1. " RMON_R_UNDERSIZE ,Good CRC" line.long 0x14 "RMON_R_OVERSIZE,Good CRC Register" hexmask.long.word 0x14 0.--15. 1. " RMON_R_OVERSIZE ,Good CR" line.long 0x18 "RMON_R_FRAG,Bad CRC Register" hexmask.long.word 0x18 0.--15. 1. " RMON_R_FRAG ,Bad CRC" line.long 0x1c "RMON_R_JAB,Bad CRC Register" hexmask.long.word 0x1c 0.--15. 1. " RMON_R_JAB ,Bad CRC" group.long 0x2a8++0x3B line.long 0x00 "RMON_R_P64,RMON Rx 64 Byte Packets Register" hexmask.long.word 0x00 0.--15. 1. " RMON_R_P64 ,RMON Rx 64 Byte Packets" line.long 0x04 "RMON_R_P65TO127,RMON Rx 65 to 127 Byte Packets Register" hexmask.long.word 0x04 0.--15. 1. " RMON_R_P65TO127 ,RMON Rx 65 to 127 Byte Packets" line.long 0x08 "RMON_R_P128TO255,RMON Rx 128 to 255 Byte Packets Register" hexmask.long.word 0x08 0.--15. 1. " RMON_R_P128TO255 ,RMON Rx 128 to 255 Byte Packets" line.long 0x0c "RMON_R_P256TO511,RMON Rx 256 to 511 Byte Packets Register" hexmask.long.word 0x0c 0.--15. 1. " RMON_R_P256TO511 ,RMON Rx 256 to 511 Byte Packets" line.long 0x10 "RMON_R_P512TO1023,RMON Rx 512 to 1023 Byte Packets Register" hexmask.long.word 0x10 0.--15. 1. " RMON_R_P512TO1023 ,RMON Rx 512 to 1023 Byte Packets" line.long 0x14 "RMON_R_P1024TO2047,RMON Rx 1024 to 2047 Byte Backets Register" hexmask.long.word 0x14 0.--15. 1. " RMON_R_P1024TO2047 ,RMON Rx 1024 to 2047 Byte Backets" line.long 0x18 "RMON_R_P_GTE2048,RMON Rx Packets 2048 Bytes Register" hexmask.long.word 0x18 0.--15. 1. " RMON_R_P_GTE2048 ,RMON Rx Packets 2048 Bytes" line.long 0x1C "RMON_R_OCTETS,RMON Rx Octets Register" line.long 0x20 "IEEE_R_DROP,Count of Frames Not Counted Correctly Register" hexmask.long.word 0x20 0.--15. 1. " IEEE_R_DROP ,Count of Frames Not Counted Correctly" line.long 0x24 "IEEE_R_FRAME_OK,Frames Received OK Register" hexmask.long.word 0x24 0.--15. 1. " IEEE_R_FRAME_OK ,Frames Received OK" line.long 0x28 "IEEE_R_CRC,Frames Received with CRC Error Register" hexmask.long.word 0x28 0.--15. 1. " IEEE_R_CRC ,Frames Received with CRC Error" line.long 0x2c "IEEE_R_ALIGN,Frames Received with Alignment Error Register" hexmask.long.word 0x2c 0.--15. 1. " IEEE_R_ALIGN ,Frames Received with Alignment Error" line.long 0x30 "IEEE_R_MACERR,Receive Fifo Overflow Count Register" hexmask.long.word 0x30 0.--15. 1. " IEEE_R_MACERR ,Receive Fifo Overflow Count" line.long 0x34 "IEEE_R_FDXFC,Flow Control Pause Frames Received Register" hexmask.long.word 0x34 0.--15. 1. " IEEE_R_FDXFC ,Flow Control Pause Frames Received" line.long 0x38 "IEEE_R_OCTETS_OK,Octet Count for Frames Rcvd Error Register" tree.end width 11. tree.end endif tree.end sif (cpu()=="VF6XX-CM4") tree "ESW (Ethernet Switch)" base ad:0x400E8000 width 9. tree "Ethernet Switch Configuration and Control" rgroup.long 0x00++0x03 line.long 0x00 "REV,Revision" hexmask.long.word 0x00 16.--31. 1. " CSTREV ,Customer Revision" hexmask.long.word 0x00 0.--15. 1. " CORREV ,Core Revision" group.long 0x04++0x07 line.long 0x00 "SCR,Scratch register" line.long 0x04 "PER,Port enable register" bitfld.long 0x04 18. " RE2 ,Enable receive on port 2" "Disabled,Enabled" bitfld.long 0x04 17. " RE1 ,Enable receive on port 1" "Disabled,Enabled" bitfld.long 0x04 16. " RE0 ,Enable receive on port 0" "Disabled,Enabled" textline " " bitfld.long 0x04 2. " TE2 ,Enable transmit on port 2" "Disabled,Enabled" bitfld.long 0x04 1. " TE1 ,Enable transmit on port 1" "Disabled,Enabled" bitfld.long 0x04 0. " TE0 ,Enable transmit on port 0" "Disabled,Enabled" group.long 0x10++0x27 line.long 0x00 "VLANV,VLAN verify" bitfld.long 0x00 18. " DU2 ,Discard unknown 2" "Not discarded,Discarded" bitfld.long 0x00 17. " DU1 ,Discard unknown 1" "Not discarded,Discarded" bitfld.long 0x00 16. " DU0 ,Discard unknown 0" "Not discarded,Discarded" textline " " bitfld.long 0x00 2. " VV2 ,Verify VLAN domain 2" "Not verified,Verified" bitfld.long 0x00 1. " VV1 ,Verify VLAN domain 1" "Not verified,Verified" bitfld.long 0x00 0. " VV0 ,Verify VLAN domain 0" "Not verified,Verified" line.long 0x04 "DBCR,Default broadcast resolution" bitfld.long 0x04 2. " P2 ,Default broadcast resolution 2" "Not switched,Switched" bitfld.long 0x04 1. " P1 ,Default broadcast resolution 1" "Not switched,Switched" bitfld.long 0x04 0. " P0 ,Default broadcast resolution 0" "Not switched,Switched" line.long 0x08 "DMCR,Default multicast resolution" bitfld.long 0x08 2. " P2 ,Default multicast resolution 2" "0,1" bitfld.long 0x08 1. " P1 ,Default multicast resolution 1" "0,1" bitfld.long 0x08 0. " P0 ,Default multicast resolution 0" "0,1" line.long 0x0C "BKLR,Blocking and learning enable" bitfld.long 0x0C 18. " LD2 ,Disable learning 2" "No,Yes" bitfld.long 0x0C 17. " LD1 ,Disable learning 1" "No,Yes" bitfld.long 0x0C 16. " LD0 ,Disable learning 0" "No,Yes" textline " " bitfld.long 0x0C 2. " BE2 ,Enable blocking 2" "Disabled,Enabled" bitfld.long 0x0C 1. " BE1 ,Enable blocking 1" "Disabled,Enabled" bitfld.long 0x0C 0. " BE0 ,Enable blocking 0" "Disabled,Enabled" line.long 0x10 "BMPC,Bridge management port configuration" bitfld.long 0x10 18. " PORTMASK2 ,Portmask for transmission of BPDU frame" "Not masked,Masked" bitfld.long 0x10 17. " PORTMASK1 ,Portmask for transmission of BPDU frame" "Not masked,Masked" bitfld.long 0x10 16. " PORTMASK0 ,Portmask for transmission of BPDU frame" "Not masked,Masked" textline " " bitfld.long 0x10 13.--15. " PRIORITY ,Priority to use for transmitted management frames" "0,1,2,3,4,5,6,7" bitfld.long 0x10 7. " DIS ,Disable" "No,Yes" bitfld.long 0x10 6. " EN ,Enable" "Disabled,Enabled" textline " " bitfld.long 0x10 5. " MSGTX ,Message Tx" "Low,High" bitfld.long 0x10 0.--3. " PORT ,Port number" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x14 "MODE,Mode configuration" bitfld.long 0x14 31. " STATRST ,Reset Statistics Counters Command" "No reset,Reset" bitfld.long 0x14 9. " P0CT ,Enable Port0 input buffer cut-through mode" "Disabled,Enabled" bitfld.long 0x14 8. " CRCTRAN ,CRC Transmission" "Disabled,Enabled" textline " " bitfld.long 0x14 7. " STOP ,Stop" "Disabled,Enabled" bitfld.long 0x14 1. " SWEN ,Controls toplevel output pin switch_en" "Not asserted,Asserted" bitfld.long 0x14 0. " SWRST ,Controls toplevel output pin switch_reset" "No reset,Reset" line.long 0x18 "VIMSEL,VLAN input manipulation select" bitfld.long 0x18 4.--5. " IM2 ,Input manipulation select for port 2" "Single tag passthrough,Single tag overwrite,Double tag passthrough,Double tag overwrite" textline " " bitfld.long 0x18 2.--3. " IM1 ,Input manipulation select for port 1" "Single tag passthrough,Single tag overwrite,Double tag passthrough,Double tag overwrite" textline " " bitfld.long 0x18 0.--1. " IM0 ,Input manipulation select for port 0" "Single tag passthrough,Single tag overwrite,Double tag passthrough,Double tag overwrite" line.long 0x1C "VOMSEL,VLAN output manipulation select" bitfld.long 0x1C 4.--5. " OM2 ,Output manipulation select for port 2" "None,Strip mode,Tag through,Transparent" bitfld.long 0x1C 2.--3. " OM1 ,Output manipulation select for port 1" "None,Strip mode,Tag through,Transparent" bitfld.long 0x1C 0.--1. " OM0 ,Output manipulation select for port 0" "None,Strip mode,Tag through,Transparent" line.long 0x20 "VIMEN,VLAN input manipulation enable" bitfld.long 0x20 2. " EN2 ,Input manipulation enable for port 2" "Disabled,Enabled" bitfld.long 0x20 1. " EN1 ,Input manipulation enable for port 1" "Disabled,Enabled" bitfld.long 0x20 0. " EN0 ,Input manipulation enable for port 0" "Disabled,Enabled" line.long 0x24 "VID,VLAN tag ID" tree.end tree "Mirroring Control" group.long 0x40++0x2F line.long 0x00 "MCR,Mirror control register" bitfld.long 0x00 10. " EGDA ,Frames transmitted on an egress port with a destination address mirror" "Not mirrored,Mirrored" bitfld.long 0x00 9. " EGSA ,Frames transmitted on an egress port with a source address mirror" "Not mirrored,Mirrored" bitfld.long 0x00 8. " INGDA ,Frames transmitted on an ingress port with a destination address mirror" "Not mirrored,Mirrored" textline " " bitfld.long 0x00 7. " INGSA ,Frames transmitted on an ingress port with a source address mirror" "Not mirrored,Mirrored" bitfld.long 0x00 6. " EGMAP ,Egress map enable" "No effect,Enabled" bitfld.long 0x00 5. " INGMAP ,Ingress map enable" "No effect,Enabled" textline " " bitfld.long 0x00 4. " MEN ,Mirroring enable" "Disabled,Enabled" bitfld.long 0x00 0.--3. " PORT ,Port number" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "EGMAP,Egress port definitions" bitfld.long 0x04 2. " EG2 ,Port mirroring egress for port 2" "Disabled,Enabled" bitfld.long 0x04 1. " EG1 ,Port mirroring egress for port 1" "Disabled,Enabled" bitfld.long 0x04 0. " EG0 ,Port mirroring egress for port 0" "Disabled,Enabled" line.long 0x08 "INGMAP,Ingress port definitions" bitfld.long 0x08 2. " ING2 ,Port mirroring ingress for port 2" "Disabled,Enabled" bitfld.long 0x08 1. " ING1 ,Port mirroring ingress for port 1" "Disabled,Enabled" bitfld.long 0x08 0. " ING0 ,Port mirroring ingress for port 0" "Disabled,Enabled" line.long 0x0C "INGSAL,Ingress source MAC address low" line.long 0x10 "INGSAH,Ingress source MAC address high" hexmask.long.word 0x10 0.--15. 1. " ADDHIGH ,First two bytes of the ingress/egress MAC address for mirror filtering" line.long 0x14 "INGDAL,Ingress destination MAC address low" line.long 0x18 "INGDAH,Ingress destination MAC address high" hexmask.long.word 0x18 0.--15. 1. " ADDHIGH ,First two bytes of the ingress/egress MAC address for mirror filtering" line.long 0x1C "EGSAL,Egress source MAC address low" line.long 0x20 "EGSAH,Egress source MAC address high" hexmask.long.word 0x20 0.--15. 1. " ADDHIGH ,First two bytes of the ingress/egress MAC address for mirror filtering" line.long 0x24 "EGDAL,Egress destination MAC address low" line.long 0x28 "EGDAH,Egress destination MAC address high" hexmask.long.word 0x28 0.--15. 1. " ADDHIGH ,First two bytes of the ingress/egress MAC address for mirror filtering" line.long 0x2C "MCVAL,Mirror count value" hexmask.long.byte 0x2C 0.--7. 1. " COUNT ,Count value for mirror filtering" tree.end tree "Output Queue Memory Manager Status and Configuration" group.long 0x80++0x0B line.long 0x00 "MMSR,Memory manager status" hexmask.long.byte 0x00 16.--23. 1. " CELLS_AVAIL ,Currently available cells in memory" bitfld.long 0x00 6. " DQGRNT ,Indication of if currently inputs are de-queued" "0,1" bitfld.long 0x00 3. " MFLATCH ,Latched version of mem_full" "Not latched,Latched" textline " " bitfld.long 0x00 2. " MEMFULL ,Current memory full indication" "Not full,Full" bitfld.long 0x00 1. " NOCELL ,Maximum available number of cells exceed indication" "No,Yes" bitfld.long 0x00 0. " BUSY ,Busy" "Not busy,Busy" line.long 0x04 "LMT,Low memory threshold" hexmask.long.byte 0x04 0.--7. 1. " THRESH ,Low memory threshold" line.long 0x08 "LFC,Lowest number of free cells" rgroup.long 0x8C++0x07 line.long 0x00 "PCSR,Port congestion status" bitfld.long 0x00 2. " PC2 ,Port congestion status for port 2" "Not congested,Congested" bitfld.long 0x00 1. " PC1 ,Port congestion status for port 1" "Not congested,Congested" bitfld.long 0x00 0. " PC0 ,Port congestion status for port 0" "Not congested,Congested" line.long 0x04 "IOSR,Switch input and output interface status" bitfld.long 0x04 18. " IR2 ,Input data available for port 2" "Not available,Available" bitfld.long 0x04 17. " IR1 ,Input data available for port 1" "Not available,Available" bitfld.long 0x04 16. " IR0 ,Input data available for port 0" "Not available,Available" textline " " bitfld.long 0x04 2. " OR2 ,Output ready to accept data for port 2" "Not ready,Ready" bitfld.long 0x04 1. " OR1 ,Output ready to accept data for port 1" "Not ready,Ready" bitfld.long 0x04 0. " OR0 ,Output ready to accept data for port 0" "Not ready,Ready" group.long 0x94++0x07 line.long 0x00 "QWT,Queue weights" bitfld.long 0x00 24.--28. " Q3WT ,Queue 3 weight" "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,?..." bitfld.long 0x00 16.--20. " Q2WT ,Queue 2 weight" "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,?..." textline " " bitfld.long 0x00 8.--12. " Q1WT ,Queue 1 weight" "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,?..." bitfld.long 0x00 0.--4. " Q0WT ,Queue 0 weight" "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,?..." line.long 0x04 "P0BCT,Port 0 Backpressure Congestion Threshold" hexmask.long.byte 0x04 0.--7. 1. " THRESH ,Congestion threshold for port 0 backpressure" tree.end tree "Forced Forwarding for Port 0" group.long 0xBC++0x3 line.long 0x00 "FFEN,Port 0 forced forwarding enable" bitfld.long 0x00 2.--3. " FD ,Forward" "Disabled,Port 1,Port 2,Both ports" bitfld.long 0x00 0. " FEN ,Next frame received from port 0 forwarding enable" "Disabled,Enabled" tree.end tree "TCP/UDP Port Snooping" group.long 0xC0++0x1F line.long 0x0 "PSNP1,Port snooping register 1" hexmask.long.word 0x0 16.--31. 1. " PORT_COMPARE ,Port number to compare within the TCP or UDP header of a frame" bitfld.long 0x0 4. " CS ,Compare source" "Not compared,Compared" bitfld.long 0x0 3. " CD ,Compare destination" "Not compared,Compared" textline " " bitfld.long 0x0 1.--2. " MODE ,Mode" "Forward,Copy,Discard,?..." bitfld.long 0x0 0. " EN ,Enable" "Disabled,Enabled" line.long 0x4 "PSNP2,Port snooping register 2" hexmask.long.word 0x4 16.--31. 1. " PORT_COMPARE ,Port number to compare within the TCP or UDP header of a frame" bitfld.long 0x4 4. " CS ,Compare source" "Not compared,Compared" bitfld.long 0x4 3. " CD ,Compare destination" "Not compared,Compared" textline " " bitfld.long 0x4 1.--2. " MODE ,Mode" "Forward,Copy,Discard,?..." bitfld.long 0x4 0. " EN ,Enable" "Disabled,Enabled" line.long 0x8 "PSNP3,Port snooping register 3" hexmask.long.word 0x8 16.--31. 1. " PORT_COMPARE ,Port number to compare within the TCP or UDP header of a frame" bitfld.long 0x8 4. " CS ,Compare source" "Not compared,Compared" bitfld.long 0x8 3. " CD ,Compare destination" "Not compared,Compared" textline " " bitfld.long 0x8 1.--2. " MODE ,Mode" "Forward,Copy,Discard,?..." bitfld.long 0x8 0. " EN ,Enable" "Disabled,Enabled" line.long 0xC "PSNP4,Port snooping register 4" hexmask.long.word 0xC 16.--31. 1. " PORT_COMPARE ,Port number to compare within the TCP or UDP header of a frame" bitfld.long 0xC 4. " CS ,Compare source" "Not compared,Compared" bitfld.long 0xC 3. " CD ,Compare destination" "Not compared,Compared" textline " " bitfld.long 0xC 1.--2. " MODE ,Mode" "Forward,Copy,Discard,?..." bitfld.long 0xC 0. " EN ,Enable" "Disabled,Enabled" line.long 0x10 "PSNP5,Port snooping register 5" hexmask.long.word 0x10 16.--31. 1. " PORT_COMPARE ,Port number to compare within the TCP or UDP header of a frame" bitfld.long 0x10 4. " CS ,Compare source" "Not compared,Compared" bitfld.long 0x10 3. " CD ,Compare destination" "Not compared,Compared" textline " " bitfld.long 0x10 1.--2. " MODE ,Mode" "Forward,Copy,Discard,?..." bitfld.long 0x10 0. " EN ,Enable" "Disabled,Enabled" line.long 0x14 "PSNP6,Port snooping register 6" hexmask.long.word 0x14 16.--31. 1. " PORT_COMPARE ,Port number to compare within the TCP or UDP header of a frame" bitfld.long 0x14 4. " CS ,Compare source" "Not compared,Compared" bitfld.long 0x14 3. " CD ,Compare destination" "Not compared,Compared" textline " " bitfld.long 0x14 1.--2. " MODE ,Mode" "Forward,Copy,Discard,?..." bitfld.long 0x14 0. " EN ,Enable" "Disabled,Enabled" line.long 0x18 "PSNP7,Port snooping register 7" hexmask.long.word 0x18 16.--31. 1. " PORT_COMPARE ,Port number to compare within the TCP or UDP header of a frame" bitfld.long 0x18 4. " CS ,Compare source" "Not compared,Compared" bitfld.long 0x18 3. " CD ,Compare destination" "Not compared,Compared" textline " " bitfld.long 0x18 1.--2. " MODE ,Mode" "Forward,Copy,Discard,?..." bitfld.long 0x18 0. " EN ,Enable" "Disabled,Enabled" line.long 0x1C "PSNP8,Port snooping register 8" hexmask.long.word 0x1C 16.--31. 1. " PORT_COMPARE ,Port number to compare within the TCP or UDP header of a frame" bitfld.long 0x1C 4. " CS ,Compare source" "Not compared,Compared" bitfld.long 0x1C 3. " CD ,Compare destination" "Not compared,Compared" textline " " bitfld.long 0x1C 1.--2. " MODE ,Mode" "Forward,Copy,Discard,?..." bitfld.long 0x1C 0. " EN ,Enable" "Disabled,Enabled" tree.end tree "IP Snooping" group.long 0xE0++0x1F line.long 0x0 "IPSNP1,IP snooping register 1" hexmask.long.byte 0x0 8.--15. 1. " PROTOCOL ,8-bit protocol value" bitfld.long 0x0 1.--2. " MODE ,Mode" "Forward,Copy,Discard,?..." bitfld.long 0x0 0. " EN ,Enable" "Disabled,Enabled" line.long 0x4 "IPSNP2,IP snooping register 2" hexmask.long.byte 0x4 8.--15. 1. " PROTOCOL ,8-bit protocol value" bitfld.long 0x4 1.--2. " MODE ,Mode" "Forward,Copy,Discard,?..." bitfld.long 0x4 0. " EN ,Enable" "Disabled,Enabled" line.long 0x8 "IPSNP3,IP snooping register 3" hexmask.long.byte 0x8 8.--15. 1. " PROTOCOL ,8-bit protocol value" bitfld.long 0x8 1.--2. " MODE ,Mode" "Forward,Copy,Discard,?..." bitfld.long 0x8 0. " EN ,Enable" "Disabled,Enabled" line.long 0xC "IPSNP4,IP snooping register 4" hexmask.long.byte 0xC 8.--15. 1. " PROTOCOL ,8-bit protocol value" bitfld.long 0xC 1.--2. " MODE ,Mode" "Forward,Copy,Discard,?..." bitfld.long 0xC 0. " EN ,Enable" "Disabled,Enabled" line.long 0x10 "IPSNP5,IP snooping register 5" hexmask.long.byte 0x10 8.--15. 1. " PROTOCOL ,8-bit protocol value" bitfld.long 0x10 1.--2. " MODE ,Mode" "Forward,Copy,Discard,?..." bitfld.long 0x10 0. " EN ,Enable" "Disabled,Enabled" line.long 0x14 "IPSNP6,IP snooping register 6" hexmask.long.byte 0x14 8.--15. 1. " PROTOCOL ,8-bit protocol value" bitfld.long 0x14 1.--2. " MODE ,Mode" "Forward,Copy,Discard,?..." bitfld.long 0x14 0. " EN ,Enable" "Disabled,Enabled" line.long 0x18 "IPSNP7,IP snooping register 7" hexmask.long.byte 0x18 8.--15. 1. " PROTOCOL ,8-bit protocol value" bitfld.long 0x18 1.--2. " MODE ,Mode" "Forward,Copy,Discard,?..." bitfld.long 0x18 0. " EN ,Enable" "Disabled,Enabled" line.long 0x1C "IPSNP8,IP snooping register 8" hexmask.long.byte 0x1C 8.--15. 1. " PROTOCOL ,8-bit protocol value" bitfld.long 0x1C 1.--2. " MODE ,Mode" "Forward,Copy,Discard,?..." bitfld.long 0x1C 0. " EN ,Enable" "Disabled,Enabled" tree.end tree "Port Configurations" group.long 0x100++0x0B line.long 0x0 "P0VRES,Port 0 VLAN priority resolution map" bitfld.long 0x0 21.--23. " PRI7 ,Priority field 7" "0,1,2,3,4,5,6,7" bitfld.long 0x0 18.--20. " PRI6 ,Priority field 6" "0,1,2,3,4,5,6,7" bitfld.long 0x0 15.--17. " PRI5 ,Priority field 5" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x0 12.--14. " PRI4 ,Priority field 4" "0,1,2,3,4,5,6,7" bitfld.long 0x0 9.--11. " PRI3 ,Priority field 3" "0,1,2,3,4,5,6,7" bitfld.long 0x0 6.--8. " PRI2 ,Priority field 2" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x0 3.--5. " PRI1 ,Priority field 1" "0,1,2,3,4,5,6,7" bitfld.long 0x0 0.--2. " PRI0 ,Priority field 0" "0,1,2,3,4,5,6,7" line.long 0x4 "P1VRES,Port 1 VLAN priority resolution map" bitfld.long 0x4 21.--23. " PRI7 ,Priority field 7" "0,1,2,3,4,5,6,7" bitfld.long 0x4 18.--20. " PRI6 ,Priority field 6" "0,1,2,3,4,5,6,7" bitfld.long 0x4 15.--17. " PRI5 ,Priority field 5" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x4 12.--14. " PRI4 ,Priority field 4" "0,1,2,3,4,5,6,7" bitfld.long 0x4 9.--11. " PRI3 ,Priority field 3" "0,1,2,3,4,5,6,7" bitfld.long 0x4 6.--8. " PRI2 ,Priority field 2" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x4 3.--5. " PRI1 ,Priority field 1" "0,1,2,3,4,5,6,7" bitfld.long 0x4 0.--2. " PRI0 ,Priority field 0" "0,1,2,3,4,5,6,7" line.long 0x8 "P2VRES,Port 2 VLAN priority resolution map" bitfld.long 0x8 21.--23. " PRI7 ,Priority field 7" "0,1,2,3,4,5,6,7" bitfld.long 0x8 18.--20. " PRI6 ,Priority field 6" "0,1,2,3,4,5,6,7" bitfld.long 0x8 15.--17. " PRI5 ,Priority field 5" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x8 12.--14. " PRI4 ,Priority field 4" "0,1,2,3,4,5,6,7" bitfld.long 0x8 9.--11. " PRI3 ,Priority field 3" "0,1,2,3,4,5,6,7" bitfld.long 0x8 6.--8. " PRI2 ,Priority field 2" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x8 3.--5. " PRI1 ,Priority field 1" "0,1,2,3,4,5,6,7" bitfld.long 0x8 0.--2. " PRI0 ,Priority field 0" "0,1,2,3,4,5,6,7" group.long 0x140++0x3 line.long 0x00 "IPRES,IPv4/v6 priority resolution table" bitfld.long 0x00 31. " READ ,Read" "0,1" bitfld.long 0x00 13.--14. " PRI2 ,Priority information 2" "0,1,2,3" bitfld.long 0x00 11.--12. " PRI1 ,Priority information 1" "0,1,2,3" textline " " bitfld.long 0x00 9.--10. " PRI0 ,Priority information 0" "0,1,2,3" bitfld.long 0x00 8. " IPV4SEL ,IPV4 selection" "IPv6,IPv4" hexmask.long.byte 0x00 0.--7. 1. " ADDRESS ,Address" group.long 0x180++0x0B line.long 0x0 "P0RES,Port 0 priority resolution configuration" bitfld.long 0x0 4.--6. " DFLT_PRI ,Default priority of a frame received on port 0" "0,1,2,3,4,5,6,7" bitfld.long 0x0 2. " MAC ,Enable MAC based priority resolution for frame received on port 0" "Disabled,Enabled" bitfld.long 0x0 1. " IP ,Enable IP priority resolution for frame received on port 0" "Disabled,Enabled" textline " " bitfld.long 0x0 0. " VLAN ,Enable VLAN priority resolution for frame received on port 0" "Disabled,Enabled" line.long 0x4 "P1RES,Port 1 priority resolution configuration" bitfld.long 0x4 4.--6. " DFLT_PRI ,Default priority of a frame received on port 1" "0,1,2,3,4,5,6,7" bitfld.long 0x4 2. " MAC ,Enable MAC based priority resolution for frame received on port 1" "Disabled,Enabled" bitfld.long 0x4 1. " IP ,Enable IP priority resolution for frame received on port 1" "Disabled,Enabled" textline " " bitfld.long 0x4 0. " VLAN ,Enable VLAN priority resolution for frame received on port 1" "Disabled,Enabled" line.long 0x8 "P2RES,Port 2 priority resolution configuration" bitfld.long 0x8 4.--6. " DFLT_PRI ,Default priority of a frame received on port 2" "0,1,2,3,4,5,6,7" bitfld.long 0x8 2. " MAC ,Enable MAC based priority resolution for frame received on port 2" "Disabled,Enabled" bitfld.long 0x8 1. " IP ,Enable IP priority resolution for frame received on port 2" "Disabled,Enabled" textline " " bitfld.long 0x8 0. " VLAN ,Enable VLAN priority resolution for frame received on port 2" "Disabled,Enabled" group.long 0x200++0x0B line.long 0x0 "P0ID,Port 0 VLAN ID" hexmask.long.word 0x0 0.--15. 1. " VLANID ,VLAN ID field for the VLAN input manipulation function" line.long 0x4 "P1ID,Port 1 VLAN ID" hexmask.long.word 0x4 0.--15. 1. " VLANID ,VLAN ID field for the VLAN input manipulation function" line.long 0x8 "P2ID,Port 2 VLAN ID" hexmask.long.word 0x8 0.--15. 1. " VLANID ,VLAN ID field for the VLAN input manipulation function" group.long 0x280++0x7F line.long 0x0 "VRES0,VLAN domain resolution entry 0" hexmask.long.word 0x0 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x0 2. " P2 ,P2" "0,1" bitfld.long 0x0 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x0 0. " P0 ,P0" "0,1" line.long 0x4 "VRES1,VLAN domain resolution entry 1" hexmask.long.word 0x4 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x4 2. " P2 ,P2" "0,1" bitfld.long 0x4 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x4 0. " P0 ,P0" "0,1" line.long 0x8 "VRES2,VLAN domain resolution entry 2" hexmask.long.word 0x8 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x8 2. " P2 ,P2" "0,1" bitfld.long 0x8 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x8 0. " P0 ,P0" "0,1" line.long 0xC "VRES3,VLAN domain resolution entry 3" hexmask.long.word 0xC 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0xC 2. " P2 ,P2" "0,1" bitfld.long 0xC 1. " P1 ,P1" "0,1" textline " " bitfld.long 0xC 0. " P0 ,P0" "0,1" line.long 0x10 "VRES4,VLAN domain resolution entry 4" hexmask.long.word 0x10 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x10 2. " P2 ,P2" "0,1" bitfld.long 0x10 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x10 0. " P0 ,P0" "0,1" line.long 0x14 "VRES5,VLAN domain resolution entry 5" hexmask.long.word 0x14 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x14 2. " P2 ,P2" "0,1" bitfld.long 0x14 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x14 0. " P0 ,P0" "0,1" line.long 0x18 "VRES6,VLAN domain resolution entry 6" hexmask.long.word 0x18 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x18 2. " P2 ,P2" "0,1" bitfld.long 0x18 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x18 0. " P0 ,P0" "0,1" line.long 0x1C "VRES7,VLAN domain resolution entry 7" hexmask.long.word 0x1C 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x1C 2. " P2 ,P2" "0,1" bitfld.long 0x1C 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x1C 0. " P0 ,P0" "0,1" line.long 0x20 "VRES8,VLAN domain resolution entry 8" hexmask.long.word 0x20 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x20 2. " P2 ,P2" "0,1" bitfld.long 0x20 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x20 0. " P0 ,P0" "0,1" line.long 0x24 "VRES9,VLAN domain resolution entry 9" hexmask.long.word 0x24 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x24 2. " P2 ,P2" "0,1" bitfld.long 0x24 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x24 0. " P0 ,P0" "0,1" line.long 0x28 "VRES10,VLAN domain resolution entry 10" hexmask.long.word 0x28 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x28 2. " P2 ,P2" "0,1" bitfld.long 0x28 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x28 0. " P0 ,P0" "0,1" line.long 0x2C "VRES11,VLAN domain resolution entry 11" hexmask.long.word 0x2C 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x2C 2. " P2 ,P2" "0,1" bitfld.long 0x2C 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x2C 0. " P0 ,P0" "0,1" line.long 0x30 "VRES12,VLAN domain resolution entry 12" hexmask.long.word 0x30 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x30 2. " P2 ,P2" "0,1" bitfld.long 0x30 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x30 0. " P0 ,P0" "0,1" line.long 0x34 "VRES13,VLAN domain resolution entry 13" hexmask.long.word 0x34 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x34 2. " P2 ,P2" "0,1" bitfld.long 0x34 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x34 0. " P0 ,P0" "0,1" line.long 0x38 "VRES14,VLAN domain resolution entry 14" hexmask.long.word 0x38 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x38 2. " P2 ,P2" "0,1" bitfld.long 0x38 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x38 0. " P0 ,P0" "0,1" line.long 0x3C "VRES15,VLAN domain resolution entry 15" hexmask.long.word 0x3C 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x3C 2. " P2 ,P2" "0,1" bitfld.long 0x3C 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x3C 0. " P0 ,P0" "0,1" line.long 0x40 "VRES16,VLAN domain resolution entry 16" hexmask.long.word 0x40 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x40 2. " P2 ,P2" "0,1" bitfld.long 0x40 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x40 0. " P0 ,P0" "0,1" line.long 0x44 "VRES17,VLAN domain resolution entry 17" hexmask.long.word 0x44 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x44 2. " P2 ,P2" "0,1" bitfld.long 0x44 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x44 0. " P0 ,P0" "0,1" line.long 0x48 "VRES18,VLAN domain resolution entry 18" hexmask.long.word 0x48 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x48 2. " P2 ,P2" "0,1" bitfld.long 0x48 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x48 0. " P0 ,P0" "0,1" line.long 0x4C "VRES19,VLAN domain resolution entry 19" hexmask.long.word 0x4C 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x4C 2. " P2 ,P2" "0,1" bitfld.long 0x4C 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x4C 0. " P0 ,P0" "0,1" line.long 0x50 "VRES20,VLAN domain resolution entry 20" hexmask.long.word 0x50 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x50 2. " P2 ,P2" "0,1" bitfld.long 0x50 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x50 0. " P0 ,P0" "0,1" line.long 0x54 "VRES21,VLAN domain resolution entry 21" hexmask.long.word 0x54 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x54 2. " P2 ,P2" "0,1" bitfld.long 0x54 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x54 0. " P0 ,P0" "0,1" line.long 0x58 "VRES22,VLAN domain resolution entry 22" hexmask.long.word 0x58 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x58 2. " P2 ,P2" "0,1" bitfld.long 0x58 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x58 0. " P0 ,P0" "0,1" line.long 0x5C "VRES23,VLAN domain resolution entry 23" hexmask.long.word 0x5C 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x5C 2. " P2 ,P2" "0,1" bitfld.long 0x5C 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x5C 0. " P0 ,P0" "0,1" line.long 0x60 "VRES24,VLAN domain resolution entry 24" hexmask.long.word 0x60 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x60 2. " P2 ,P2" "0,1" bitfld.long 0x60 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x60 0. " P0 ,P0" "0,1" line.long 0x64 "VRES25,VLAN domain resolution entry 25" hexmask.long.word 0x64 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x64 2. " P2 ,P2" "0,1" bitfld.long 0x64 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x64 0. " P0 ,P0" "0,1" line.long 0x68 "VRES26,VLAN domain resolution entry 26" hexmask.long.word 0x68 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x68 2. " P2 ,P2" "0,1" bitfld.long 0x68 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x68 0. " P0 ,P0" "0,1" line.long 0x6C "VRES27,VLAN domain resolution entry 27" hexmask.long.word 0x6C 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x6C 2. " P2 ,P2" "0,1" bitfld.long 0x6C 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x6C 0. " P0 ,P0" "0,1" line.long 0x70 "VRES28,VLAN domain resolution entry 28" hexmask.long.word 0x70 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x70 2. " P2 ,P2" "0,1" bitfld.long 0x70 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x70 0. " P0 ,P0" "0,1" line.long 0x74 "VRES29,VLAN domain resolution entry 29" hexmask.long.word 0x74 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x74 2. " P2 ,P2" "0,1" bitfld.long 0x74 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x74 0. " P0 ,P0" "0,1" line.long 0x78 "VRES30,VLAN domain resolution entry 30" hexmask.long.word 0x78 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x78 2. " P2 ,P2" "0,1" bitfld.long 0x78 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x78 0. " P0 ,P0" "0,1" line.long 0x7C "VRES31,VLAN domain resolution entry 31" hexmask.long.word 0x7C 3.--14. 1. " VLANID ,VLAN identifier" bitfld.long 0x7C 2. " P2 ,P2" "0,1" bitfld.long 0x7C 1. " P1 ,P1" "0,1" textline " " bitfld.long 0x7C 0. " P0 ,P0" "0,1" tree.end tree "Statistics" rgroup.long 0x300++0x0F line.long 0x00 "DISCN,Number of discarded frames" line.long 0x04 "DISCB,Bytes of discarded frames" line.long 0x08 "NDISCN,Number of non-discarded frames" line.long 0x0C "NDISCB,Bytes of non-discarded frames" tree.end tree "Port Statistics" rgroup.long 0x310++0x2F line.long 0x0 "P0OQC,Port 0 output queue congestion" line.long (0x0+0x04) "P0MVID,Port 0 mismatching VLAN ID" line.long (0x0+0x08) "P0MVTAG,Port 0 missing VLAN tag" line.long (0x0+0x0C) "P0BL,Port 0 blocked" line.long 0x10 "P1OQC,Port 0 output queue congestion" line.long (0x10+0x04) "P1MVID,Port 0 mismatching VLAN ID" line.long (0x10+0x08) "P1MVTAG,Port 0 missing VLAN tag" line.long (0x10+0x0C) "P1BL,Port 0 blocked" line.long 0x20 "P2OQC,Port 0 output queue congestion" line.long (0x20+0x04) "P2MVID,Port 0 mismatching VLAN ID" line.long (0x20+0x08) "P2MVTAG,Port 0 missing VLAN tag" line.long (0x20+0x0C) "P2BL,Port 0 blocked" tree.end tree "Interrupts and DMA Control" group.long 0x400++0x1B line.long 0x00 "ISR,Interrupt status register" eventfld.long 0x00 9. " LRN ,Learning Record available interrupt" "No interrupt,Interrupt" eventfld.long 0x00 8. " OD2 ,Outgoing frames discarded interrupt" "No interrupt,Interrupt" eventfld.long 0x00 7. " OD1 ,Outgoing frames discarded interrupt" "No interrupt,Interrupt" textline " " eventfld.long 0x00 6. " OD0 ,Outgoing frames discarded interrupt" "No interrupt,Interrupt" eventfld.long 0x00 5. " QM ,Low Memory Threshold interrupt" "No interrupt,Interrupt" eventfld.long 0x00 4. " TXF ,Transmit frame interrupt" "No interrupt,Interrupt" textline " " eventfld.long 0x00 3. " TXB ,Transmit buffer interrupt" "No interrupt,Interrupt" eventfld.long 0x00 2. " RXF ,Receive frame interrupt" "No interrupt,Interrupt" eventfld.long 0x00 1. " RXB ,Receive buffer interrupt" "No interrupt,Interrupt" textline " " eventfld.long 0x00 0. " EBERR ,Ethernet bus error interrupt" "No interrupt,Interrupt" line.long 0x04 "IMR,Interrupt mask register" bitfld.long 0x04 9. " LRN ,Learning Record available mask" "Masked,Not masked" bitfld.long 0x04 8. " OD2 ,Outgoing frames discarded mask" "Masked,Not masked" bitfld.long 0x04 7. " OD1 ,Outgoing frames discarded mask" "Masked,Not masked" textline " " bitfld.long 0x04 6. " OD0 ,Outgoing frames discarded mask" "Masked,Not masked" bitfld.long 0x04 5. " QM ,Low Memory Threshold mask" "Masked,Not masked" bitfld.long 0x04 4. " TXF ,Transmit frame mask" "Masked,Not masked" textline " " bitfld.long 0x04 3. " TXB ,Transmit buffer mask" "Masked,Not masked" bitfld.long 0x04 2. " RXF ,Receive frame mask" "Masked,Not masked" bitfld.long 0x04 1. " RXB ,Receive buffer mask" "Masked,Not masked" textline " " bitfld.long 0x04 0. " EBERR ,Ethernet bus error mask" "Masked,Not masked" line.long 0x08 "RDSR,Receive descriptor ring pointer" hexmask.long 0x08 2.--31. 0x04 " ADDRESS ,Address" line.long 0x0C "TDSR,Transmit descriptor ring pointer" hexmask.long 0x0C 2.--31. 0x04 " ADDRESS ,Address" line.long 0x10 "MRBR,Maximum receive buffer size" hexmask.long.word 0x10 4.--13. 1. " SIZE ,Size" line.long 0x14 "RDAR,Receive descriptor active" bitfld.long 0x14 24. " RDAR ,Receive descriptor active" "Not active,Active" line.long 0x18 "TDAR,Transmit descriptor active" bitfld.long 0x18 24. " TDAR ,Transmit descriptor active" "Not active,Active" tree.end tree "Learning Interface" rgroup.long 0x500++0x3 line.long 0x00 "LREC0,Learning record register 0" rgroup.long 0x504++0x3 line.long 0x00 "LREC1,Learning record register 1" bitfld.long 0x00 24.--25. " SWPORT ,Port number on which the Frame is received" "0,1,2,3" hexmask.long.byte 0x00 16.--23. 1. " HASH ,8-bit Hash value" hexmask.long.word 0x00 0.--15. 1. " MAC_ADDR1 ,Upper 16-Bit of the Frame MAC Address" rgroup.long 0x508++0x3 line.long 0x00 "LSR,Learning Available status" bitfld.long 0x00 0. " DA ,Learning record validity indication" "Not valid,Valid" tree.end tree "MAC Address Lookup Memory" group.long 0x1000++0x03 line.long 0x00 "MACADD,MAC address lookup table" button "Look-up Memory Table" "d (ad:0x400E8000+0x1000)--(ad:0x400E8000+0x1FFF) /long" tree.end width 11. tree.end endif tree.open "USB (Universal Serial Bus Controller)" tree "USB 0" base ad:0x40034800 width 24. tree "Non-core Registers" group.long 0x1000++0x03 line.long 0x00 "USBNC_USB_OTG_CTRL,USB OTG Control Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 31. " WIR ,OTG Wake-up Interrupt Request" "Not requested,Requested" else bitfld.long 0x00 31. " WIR ,OTG Wake-up Interrupt Request" "Not requested,Requested" endif bitfld.long 0x00 25. " VBUS_CH_INT_MASK ,When this bit is set, generation of VBUS_EN_INTR is masked" "Not masked,Masked" bitfld.long 0x00 24. " VBUS_CH_STAT ,This bit is set by host controller whenever Port Power Enable/Disable event occurs" "Disabled,Enabled" textline " " bitfld.long 0x00 17. " WKUP_VBUS_EN ,OTG wake-up on VBUS change enable" "Disabled,Enabled" bitfld.long 0x00 15. " WKUP_SW ,OTG Software Wake-up" "Inactive,Forced" bitfld.long 0x00 14. " WKUP_SW_EN ,OTG Software Wake-up Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 13. " UTMI_ON_CLOCK ,Force OTG UTMI PHY clock output on even if suspend mode" "Inactive,Forced" bitfld.long 0x00 12. " UTMI_ON_CLOCK_SUSPENDM ,Force OTG UTMI PHY Suspend" "Forced,Inactive" bitfld.long 0x00 11. " RESET ,Force OTG UTMI PHY Reset" "No reset,Reset" textline " " bitfld.long 0x00 10. " WIE ,OTG Wake-up Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 9. " PM ,OTG Power Mask" "Not masked,Masked" bitfld.long 0x00 8. " OVER_CUR_POL ,OTG Polarity of Overcurrent" "Low,High" textline " " bitfld.long 0x00 7. " OVER_CUR_DIS ,Disable OTG Overcurrent Detection" "Disabled,Enabled" group.long 0x1018++0x03 line.long 0x00 "USBNC_USB_OTG_PHY_CTRL,UTMI PHY Control Register" bitfld.long 0x00 31. " OTG_UTMI_CLK_VLD ,UTMI PHY Clock Valid" "Invalid,Valid" bitfld.long 0x00 2. " CHGRDET_FLG ,UTMI PHY chrgdet" "Host,Charger" bitfld.long 0x00 1. " CHGRDET_RDB_SIG_EN ,Charger detected interrupt enable" "Disabled,Enabled" bitfld.long 0x00 0. " CHGRDET_RDB_SIG_FLG ,Charger detected interrupt flag" "Not occurred,Occurred" tree.end width 0xB base ad:0x40034000 width 22. rgroup.long (0x00+0x00)++0x17 line.long 0x00 "USB0_ID,Identification Register" hexmask.long.byte 0x00 16.--23. 1. " REVISION[7:0] ,Revision Number of the Core" hexmask.long.byte 0x00 8.--13. 1. " NID[5:0] ,Ones Complement Version of ID[5:0]" textline " " hexmask.long.byte 0x00 0.--5. 1. " ID[5:0] ,Configuration Number" line.long 0x04 "USB0_HWGENERAL,General Hardware Register" bitfld.long 0x04 9.--10. " SM ,Serial interface mode capability" "No serial engine,Serial Engine,Software programmable(parallel signalling),Software programmable(serial signalling)" bitfld.long 0x04 6.--8. " PHYM ,Transciever type" "UTMI/UMTI+,ULPI DDR,ULPI,Serial only,Soft reset to UTMI/UTMI+,Soft reset to ULPI DDR,Soft reset to ULPI,Soft reset to serial" textline " " bitfld.long 0x04 4.--5. " PHYW ,Data width of the transciever connected to the core" "8bit,16bit,Soft reset to 8bit,Soft reset to 16bit" line.long 0x08 "USB0_HWHOST,Host Hardware Parameters Register" bitfld.long 0x08 1.--3. " NPORT ,Number of downstream ports (NPORT+1)" "0,1,2,3,4,5,6,7" bitfld.long 0x08 0. " HC ,Host capable" "Not supported,Supported" line.long 0x0c "USB0_HWDEVICE,Device Hardware Parameters Register" hexmask.long.byte 0x0c 1.--5. 1. " DEVEP ,Device endpoint number" bitfld.long 0x0c 0. " DC ,Device capable" "Not supported,Supported" line.long 0x10 "USB0_HWTXBUF,TX Buffer Hardware Parameters Register" hexmask.long.byte 0x10 16.--23. 1. " TXCHANADD ,TX buffer size is (2^TXCHANADD)*4 bytes" hexmask.long.byte 0x10 0.--7. 1. " TXBURST ,Default burst size for memory to TX buffer transfer" line.long 0x14 "USB0_HWRXBUF,RX Buffer Hardware Parameters Register" hexmask.long.byte 0x14 8.--15. 1. " RXADD ,RX buffer size is (2^RXADD)*4 bytes" hexmask.long.byte 0x14 0.--7. 1. " RXBURST ,Default burst size for memory to RX buffer transfer" group.long (0x80+0x00)++0x13 line.long 0x00 "USB0_GPTIMER0LD,General Purpose Timer #0 Load" hexmask.long.tbyte 0x00 0.--23. 1. " GPTLD ,General purpose timer load value" line.long 0x04 "USB0_GPTIMER0CTRL,General Purpose Timer #0 Controller" bitfld.long 0x04 31. " GPTRUN ,General purpose timer run enable" "Disabled,Enabled" bitfld.long 0x04 30. " GPTRST ,General purpose timer reset (load counter value from GPTLD)" "No reset,Reset" textline " " bitfld.long 0x04 24. " GPTMODE ,General purpose timer mode" "One shot,Repeat" hexmask.long.tbyte 0x04 0.--23. 1. " GPTCNT ,General purpose timer counter" line.long 0x08 "USB0_GPTIMER1LD,General Purpose Timer #1 Load" hexmask.long.tbyte 0x08 0.--23. 1. " GPTLD ,General purpose timer load value" line.long 0x0C "USB0_GPTIMER1CTRL,General Purpose Timer #1 Controller" bitfld.long 0x0C 31. " GPTRUN ,General purpose timer run enable" "Disabled,Enabled" bitfld.long 0x0C 30. " GPTRST ,General purpose timer reset (load counter value from GPTLD)" "No reset,Reset" textline " " bitfld.long 0x0C 24. " GPTMODE ,General purpose timer mode" "One shot,Repeat" hexmask.long.tbyte 0x0C 0.--23. 1. " GPTCNT ,General purpose timer counter" line.long 0x10 "USB0_SBUSCFG,System Bus Config" bitfld.long 0x10 0.--2. " AHBBRST ,AHB master interface Burst configuration (IB_UL = incremental burst of unspecified length; ST = single transfer)" "IB_UL,INCR4 -> ST,INCR8 -> INCR4 -> ST,INCR16 -> INCR8 -> INCR4 -> ST,Reserved,INCR4 -> IB_UL,INCR8 -> INCR4 -> IB_UL,INCR16 -> INCR8 -> INCR4 -> IB_UL" rgroup.byte (0x100+0x00)++0x00 line.byte 0x00 "USB0_CAPLENGTH,Capability Register Length" hexmask.byte 0x00 0.--7. 1. " CAPLENGTH[7:0] ,Capability Length" rgroup.word (0x102+0x00)++0x01 line.word 0x00 "USB0_HCIVERSION,Host Controller Interface Version Register" hexmask.word 0x00 0.--15. 1. " HCIVERSION[15:0] ,Host Interface Version Number" rgroup.long (0x104+0x00)++0x07 line.long 0x00 "USB0_HCSPARAMS,Host Controller Structural Parameters Register" bitfld.long 0x00 24.--27. " N_TT[3:0] ,Number of Transaction Translators" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 20.--23. " N_PTT[3:0] ,Number of Ports per Transaction Translator" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x00 16. " PI ,Port Indicators" "0,1" bitfld.long 0x00 12.--15. " N_CC[3:0] ,Number of Companion Controller" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x00 8.--11. " N_PCC[3:0] ,Number of Ports per Companion Controller" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 4. " PPC ,Port Power Control" "Not included,Included" textline " " bitfld.long 0x00 0.--3. " N_PORTS[3:0] ,Number of Downstream Ports" "Reserved,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "USB0_HCCPARAMS,Host Controller Capability Parameters Register" hexmask.long.byte 0x04 8.--15. 1. " EECP[7:0] ,EHCI Extended Capabilities Pointer" bitfld.long 0x04 4.--7. " IST[7:4] ,Isochronous Scheduling Threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x04 2. " ASP ,Asynchronous Schedule Park Capability" "Disabled,Enabled" bitfld.long 0x04 1. " PFL ,Programmable Frame List Flag" "Disabled,Enabled" textline " " bitfld.long 0x04 0. " ADC ,64-bit Addressing Capability" "Disabled,Enabled" rgroup.word (0x120+0x00)++0x1 line.word 0x00 "USB0_DCIVERSION,Device Controller Interface Version Register" hexmask.word 0x00 0.--15. 1. " DCIVERSION[15:0] ,Device Interface Version Number" rgroup.long (0x124+0x00)++0x3 line.long 0x00 "USB0_DCCPARAMS,Device Control Capability Parameters Register" bitfld.long 0x00 8. " HC ,Host Capable" "Disabled,Enabled" bitfld.long 0x00 7. " DC ,Device Capable" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--4. " DEN[4:0] ,Device Endpoint Number" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,?..." width 22. group.long (0x140+0x00)++0xf line.long 0x00 "USB0_USBCMD,USB Command Register" hexmask.long.byte 0x00 16.--23. 1. " ITC[7:0] ,Interrupt Threshold Control" bitfld.long 0x00 14. " ATDTW ,Add dTD TripWire" "Cleared,Set" textline " " bitfld.long 0x00 13. " SUTW ,Setup TripWire" "Hazard,No hazard" bitfld.long 0x00 11. " ASPE ,Asynchronous Schedule Park Mode Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 8.--9. " ASP ,Asynchronous Schedule Park Mode Count" "0,1,2,3" bitfld.long 0x00 6. " IAA ,Interrupt on Async Advance Doorbell" "No interrupt,Interrupt" textline " " bitfld.long 0x00 5. " ASE ,Asynchronous Schedule Enable" "Disabled,Enabled" bitfld.long 0x00 4. " PSE ,Periodic Schedule Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2.--3. 15. " FS[2:0] ,Frame List Size 1" "1024,512,256,128,64,32,16,8" bitfld.long 0x00 1. " RST ,Controller Reset" "No effect,Reset" textline " " bitfld.long 0x00 0. " RS ,Run/Stop" "Stop,Run" line.long 0x04 "USB0_USBSTS,USB Status Register" eventfld.long 0x04 25. " TI1 ,General Purpose Timer Interrupt 1" "No interrupt,Interrupt" eventfld.long 0x04 24. " TI0 ,General Purpose Timer Interrupt 0" "No interrupt,Interrupt" textline " " bitfld.long 0x04 16. " NAKI ,NAK interrupt" "No interrupt,Interrupt" bitfld.long 0x04 15. " AS ,Asynchronous Schedule Status" "Disabled,Enabled" textline " " bitfld.long 0x04 14. " PS ,Periodic Schedule Status" "Disabled,Enabled" bitfld.long 0x04 13. " RCL ,Reclamation" "Not empty,Empty" textline " " bitfld.long 0x04 12. " HCH ,HC Halted" "Not halted,Halted" bitfld.long 0x04 10. " ULPII ,ULPI Interrupt" "No interrupt,Interrupt" textline " " bitfld.long 0x04 8. " SLI ,DC Suspend" "Not suspended,Suspended" eventfld.long 0x04 7. " SRI ,SOF Received" "Not detected,Detected" textline " " eventfld.long 0x04 6. " URI ,USB Reset Received" "No reset,Reset" bitfld.long 0x04 5. " AAI ,Interrupt on Async Advance" "Not requested,Requested" textline " " bitfld.long 0x04 4. " SEI ,System Error" "No error,Error" bitfld.long 0x04 3. " FRI ,Frame List Rollover" "Not rollover,Rollover" textline " " bitfld.long 0x04 2. " PCI ,Port Change Detect" "Not changed,Changed" bitfld.long 0x04 1. " UEI ,USB Error Interrupt" "No error,Error" textline " " bitfld.long 0x04 0. " UI ,USB Interrupt" "No interrupt,Interrupt" line.long 0x08 "USB0_USBINTR,USB Interrupt Enable" bitfld.long 0x08 25. " TIE1 ,GPT Interrupt Enable 1" "Disabled,Enabled" bitfld.long 0x08 24. " TIE0 ,GPT Interrupt Enable 0" "Disabled,Enabled" textline " " bitfld.long 0x08 19. " UPIE ,USB host periodic interrupt enable" "Disabled,Enabled" bitfld.long 0x08 18. " UAIE ,USB host asynchronous interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x08 16. " NAKE ,NAK interrupt enable" "Disabled,Enabled" bitfld.long 0x08 10. " ULPIE ,ULPI interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x08 8. " SLE ,Sleep interrupt enable" "Disabled,Enabled" bitfld.long 0x08 7. " SRE ,SOF Received Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x08 6. " URE ,USB Reset Interrupt Enable" "Disabled,Enabled" bitfld.long 0x08 5. " AAE ,Interrupt on Async Advance Enable" "Disabled,Enabled" textline " " bitfld.long 0x08 4. " SEE ,System Error Interrupt Enable" "Disabled,Enabled" bitfld.long 0x08 3. " FRE ,Frame List Rollover Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x08 2. " PCE ,Port Change Detect Interrupt Enable" "Disabled,Enabled" bitfld.long 0x08 1. " UEE ,USB Error Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x08 0. " UE ,USB Interrupt Enable" "Disabled,Enabled" line.long 0x0c "USB0_FRINDEX,USB Frame Index Register" hexmask.long.word 0x0c 0.--13. 1. " FRINDEX ,Frame Index" if ((per.long(0x00+ad:0x40034000+0x1a8)&0x3)==0x3) group.long (0x154+0x00)++0x03 line.long 0x00 "USB0_PERIODICLISTBASE,Host Controller Frame List Base Address Register" hexmask.long.tbyte 0x00 12.--31. 0x10 " BASEADR ,Base Address (Low)" elif ((per.long(0x00+ad:0x40034000+0x1a8)&0x3)==0x2) group.long (0x154+0x00)++0x03 line.long 0x00 "USB0_PERIODICLISTBASE,Device Controller USB Device Address Register" hexmask.long.byte 0x00 25.--31. 0x2 " USBADR ,Device Address" bitfld.long 0x00 24. " USBADRA ,Device Address Advance" "0,1" else hgroup.long (0x154+0x00)++0x03 hide.long 0x00 "USB0_PERIODICLISTBASE,Device Controller USB Device Address Register" endif if ((per.long(0x00+ad:0x40034000+0x1a8)&0x3)==0x3) group.long (0x158+0x00)++0x03 line.long 0x00 "USB0_ASYNCLISTADDR,Host Controller Next Asynch Address Register" hexmask.long 0x00 5.--31. 0x20 " ASYBASE[31:5] ,Link Pointer Low" elif ((per.long(0x00+ad:0x40034000+0x1a8)&0x3)==0x2) sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") group.long (0x158+0x00)++0x03 line.long 0x00 "USB0_ENDPTLISTADDR,Endpoint List Address" hexmask.long.tbyte 0x00 11.--31. 0x8 " EPBASE[31:11] ,Device Controller Endpoint List Address" else group.long (0x158+0x00)++0x03 line.long 0x00 "USB0_ASYNCLISTADDR,Device Controller Endpoint List Address Register" hexmask.long.tbyte 0x00 11.--31. 0x8 " EPBASE[31:11] ,Device Controller Endpoint List Address" endif else hgroup.long (0x158+0x00)++0x03 hide.long 0x00 "USB0_ASYNCLISTADDR,Device Controller Endpoint List Address Register" endif group.long (0x160+0x00)++0x7 line.long 0x00 "USB0_BURSTSIZE,Host Controller Embedded TT Async Buffer Status Register" hexmask.long.word 0x00 8.--16. 1. " TXPBURST ,Programmable TX Burst Size" hexmask.long.byte 0x00 0.--7. 1. " RXPBURST ,Programmable RX Burst Size" line.long 0x04 "USB0_TXFILLTUNING,TX FIFO Fill Tuning Register" hexmask.long.byte 0x04 16.--21. 1. " TXFIFOTHRES ,FIFO Burst Threshold" hexmask.long.byte 0x04 8.--12. 1. " TXSCHEALTH ,Scheduler Health Counter" textline " " hexmask.long.byte 0x04 0.--7. 1. " TXSCHOH ,Scheduler Overhead" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") width 22. group.long (0x16C+0x00)++0x03 line.long 0x00 "USB0_IC_USB,IC_USB Enable" bitfld.long 0x00 3. " IC1 ,Inter-Chip transceiver enable" "Disabled,Enabled" bitfld.long 0x00 0.--2. " IC_VDD1 ,PIt selects which voltage is being supplied to the peripheral through each port" "No voltage,1.0 V,1.2 V,1.5 V,1.8 V,3.0 V,?..." group.long (0x170+0x00)++0x03 line.long 0x00 "USB0_ULPIVIEW,ULPI Vieport Register" bitfld.long 0x00 31. " ULPIWU ,ULPI Wakeup" "No wakeup,Wakeup" bitfld.long 0x00 30. " ULPIRUN ,ULPI Read/Write Run" "No effect,Read/write" textline " " bitfld.long 0x00 29. " ULPIRW ,ULPI Read/Write Control" "Read,Write" bitfld.long 0x00 27. " ULPISS ,ULPI Sync State" "Not normal,Normal" textline " " bitfld.long 0x00 24.--26. " ULPIPORT ,ULPI Port Number" "0,1,2,3,4,5,6,7" hexmask.long.byte 0x00 16.--23. 1. " ULPIADDR ,ULPI Data Address" textline " " hexmask.long.byte 0x00 8.--15. 1. " ULPIDATRD ,ULPI Data Read" hexmask.long.byte 0x00 0.--7. 1. " ULPIDATWR ,ULPI Data Write" endif width 22. group.long (0x178+0x00)++0x07 line.long 0x00 "USB0_ENDPTNAK,Endpoint NAK Register" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x00 23. " EPTN7 ,TX Endpoint 7 NAK" "Reset,Set" bitfld.long 0x00 22. " EPTN6 ,TX Endpoint 6 NAK" "Reset,Set" textline " " endif bitfld.long 0x00 21. " EPTN5 ,TX Endpoint 5 NAK" "Reset,Set" bitfld.long 0x00 20. " EPTN4 ,TX Endpoint 4 NAK" "Reset,Set" textline " " bitfld.long 0x00 19. " EPTN3 ,TX Endpoint 3 NAK" "Reset,Set" bitfld.long 0x00 18. " EPTN2 ,TX Endpoint 2 NAK" "Reset,Set" textline " " bitfld.long 0x00 17. " EPTN1 ,TX Endpoint 1 NAK" "Reset,Set" bitfld.long 0x00 16. " EPTN0 ,TX Endpoint 0 NAK" "Reset,Set" textline " " sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x00 7. " EPRN7 ,RX Endpoint 7 NAK" "Reset,Set" bitfld.long 0x00 6. " EPRN6 ,RX Endpoint 6 NAK" "Reset,Set" textline " " endif bitfld.long 0x00 5. " EPRN5 ,RX Endpoint 5 NAK" "Reset,Set" bitfld.long 0x00 4. " EPRN4 ,RX Endpoint 4 NAK" "Reset,Set" textline " " bitfld.long 0x00 3. " EPRN3 ,RX Endpoint 3 NAK" "Reset,Set" bitfld.long 0x00 2. " EPRN2 ,RX Endpoint 2 NAK" "Reset,Set" textline " " bitfld.long 0x00 1. " EPRN1 ,RX Endpoint 1 NAK" "Reset,Set" bitfld.long 0x00 0. " EPRN0 ,RX Endpoint 0 NAK" "Reset,Set" line.long 0x04 "USB0_ENDPTNAKEN,Endpoint NAK Enable Register" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x04 23. " EPTN7 ,TX Endpoint 7 NAK Enable" "Disabled,Enabled" bitfld.long 0x04 22. " EPTN6 ,TX Endpoint 6 NAK Enable" "Disabled,Enabled" textline " " endif bitfld.long 0x04 21. " EPTN5 ,TX Endpoint 5 NAK Enable" "Disabled,Enabled" bitfld.long 0x04 20. " EPTN4 ,TX Endpoint 4 NAK Enable" "Disabled,Enabled" textline " " bitfld.long 0x04 19. " EPTN3 ,TX Endpoint 3 NAK Enable" "Disabled,Enabled" bitfld.long 0x04 18. " EPTN2 ,TX Endpoint 2 NAK Enable" "Disabled,Enabled" textline " " bitfld.long 0x04 17. " EPTN1 ,TX Endpoint 1 NAK Enable" "Disabled,Enabled" bitfld.long 0x04 16. " EPTN0 ,TX Endpoint 0 NAK Enable" "Disabled,Enabled" textline " " sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x04 7. " EPRN7 ,RX Endpoint 7 NAK Enable" "Disabled,Enabled" bitfld.long 0x04 6. " EPRN6 ,RX Endpoint 6 NAK Enable" "Disabled,Enabled" textline " " endif bitfld.long 0x04 5. " EPRN5 ,RX Endpoint 5 NAK Enable" "Disabled,Enabled" bitfld.long 0x04 4. " EPRN4 ,RX Endpoint 4 NAK Enable" "Disabled,Enabled" textline " " bitfld.long 0x04 3. " EPRN3 ,RX Endpoint 3 NAK Enable" "Disabled,Enabled" bitfld.long 0x04 2. " EPRN2 ,RX Endpoint 2 NAK Enable" "Disabled,Enabled" textline " " bitfld.long 0x04 1. " EPRN1 ,RX Endpoint 1 NAK Enable" "Disabled,Enabled" bitfld.long 0x04 0. " EPRN0 ,RX Endpoint 0 NAK Enable" "Disabled,Enabled" width 22. if ((per.long(0x00+ad:0x40034000+0x1a8)&0x3)==0x3) group.long (0x184+0x00)++0x03 line.long 0x00 "USB0_PORTSC1,Port 1 Status and Control Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x00 25. 30.--31. " PTS ,Parallel Transceiver Select" "UTMI/UTMI+,Reserved,ULPI,Serial,HSIC,?..." else bitfld.long 0x00 30.--31. " PTS ,Parallel Transceiver Select" "UTMI/UTMI+,Reserved,ULPI,Serial" endif bitfld.long 0x00 29. " STS ,Serial Transceiver Select" "Not selected,Selected" textline " " bitfld.long 0x00 28. " PTW ,Parallel Transceiver Width" "8-bit,16-bit" bitfld.long 0x00 26.--27. " PSPD ,Port Speed" "Full,Low,High,?..." textline " " bitfld.long 0x00 24. " PFSC ,Port Force Full Speed Connect" "Not forced,Forced" bitfld.long 0x00 23. " PHCD ,PHY Low Power Suspend" "Not suspended,Suspended" textline " " bitfld.long 0x00 22. " WKOC ,Wake on Over-current Enable" "Disabled,Enabled" bitfld.long 0x00 21. " WKDC ,Wake on Disconnect Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20. " WKCN ,Wake on Connect Enable" "Disabled,Enabled" bitfld.long 0x00 16.--19. " PTC[3:0] ,Port Test Control" "Disabled,J_STATE,K_STATE,SE0,Packet,FORCE_ENABLE_HS,FORCE_ENABLE_FS,FORCE_ENABLE_LS,?..." textline " " bitfld.long 0x00 14.--15. " PIC ,Port Indicator Control" "Disabled,Amber,Green,?..." bitfld.long 0x00 13. " PO ,Port Owner (Reserved)" "Cleared,Set" textline " " bitfld.long 0x00 12. " PP ,Port Power" "Not available,Available" bitfld.long 0x00 10.--11. " LS ,Line Status" "SE0,J-state,K-state,?..." textline " " bitfld.long 0x00 9. " HSP ,High-Speed Port" "Not high-speed,High-speed" bitfld.long 0x00 8. " PR ,Port Reset" "No reset,Reset" textline " " bitfld.long 0x00 7. " SUSP ,Suspend" "Not suspended,Suspended" bitfld.long 0x00 6. " FPR ,Force Port Resume" "Not forced,Forced" textline " " eventfld.long 0x00 5. " OCC ,Over-current Change" "Not changed,Changed" bitfld.long 0x00 4. " OCA ,Over-current Active" "No over-current,Over-current" textline " " eventfld.long 0x00 3. " PEC ,Port Enable/Disable Change" "Not changed,Changed" bitfld.long 0x00 2. " PE ,Port Enabled/Disabled" "Disabled,Enabled" textline " " eventfld.long 0x00 1. " CSC ,Connect Status Change" "Not changed,Changed" bitfld.long 0x00 0. " CCS ,Current Connect Status" "No device,Device" elif ((per.long(0x00+ad:0x40034000+0x1a8)&0x3)==0x2) group.long (0x184+0x00)++0x03 line.long 0x00 "USB0_PORTSC1,Port 1 Status and Control Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x00 25. 30.--31. " PTS ,Parallel Transceiver Select" "UTMI/UTMI+,Reserved,ULPI,Serial,HSIC,?..." else bitfld.long 0x00 30.--31. " PTS ,Parallel Transceiver Select" "UTMI/UTMI+,Reserved,ULPI,Serial" endif bitfld.long 0x00 29. " STS ,Serial Transceiver Select" "Not selected,Selected" textline " " bitfld.long 0x00 28. " PTW ,Parallel Transceiver Width" "8-bit,16-bit" bitfld.long 0x00 26.--27. " PSPD ,Port Speed" "Full,Low,High,?..." textline " " bitfld.long 0x00 24. " PFSC ,Port Force Full Speed Connect" "Not forced,Forced" bitfld.long 0x00 23. " PHCD ,PHY Low Power Suspend" "Not suspended,Suspended" textline " " bitfld.long 0x00 22. " WKOC ,Wake on Over-current Enable" "Disabled,Enabled" bitfld.long 0x00 21. " WKDC ,Wake on Disconnect Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20. " WKCN ,Wake on Connect Enable" "Disabled,Enabled" bitfld.long 0x00 16.--19. " PTC[3:0] ,Port Test Control" "Disabled,J_STATE,K_STATE,NAK,Packet,FORCE_ENABLE_HS,FORCE_ENABLE_FS,FORCE_ENABLE_LS,?..." textline " " bitfld.long 0x00 14.--15. " PIC ,Port Indicator Control" "Disabled,Amber,Green,?..." bitfld.long 0x00 13. " PO ,Port Owner (Reserved)" "Cleared,Set" textline " " bitfld.long 0x00 12. " PP ,Port Power" "Not available,Available" bitfld.long 0x00 10.--11. " LS ,Line Status" "SE0,J-state,K-state,?..." textline " " bitfld.long 0x00 9. " HSP ,High-Speed Port" "Not high-speed,High-speed" bitfld.long 0x00 8. " PR ,Port Reset" "No reset,Reset" textline " " bitfld.long 0x00 7. " SUSP ,Suspend" "Not suspended,Suspended" bitfld.long 0x00 6. " FPR ,Force Port Resume" "Not forced,Forced" textline " " eventfld.long 0x00 5. " OCC ,Over-current Change" "Not changed,Changed" bitfld.long 0x00 4. " OCA ,Over-current Active" "Not over-current,Over-current" textline " " eventfld.long 0x00 3. " PEC ,Port Enable/Disable Change" "Not changed,Changed" bitfld.long 0x00 2. " PE ,Port Enabled/Disabled" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " CCS ,Current Connect Status" "Not attached,Attached" else hgroup.long (0x184+0x00)++0x03 hide.long 0x00 "USB0_PORTSC1,Port 1 Status and Control Register" endif group.long 0x1a4++0x03 line.long 0x00 "USB0_OTGSC,OTG Status Control Register" bitfld.long 0x00 30. " DPIE ,Data Pulse Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 29. " 1MSE ,1 Milisecond Timer Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 28. " BSEIE ,B Session End Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 27. " BSVIE ,B Session Valid Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 26. " ASVIE ,A Session Valid Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 25. " AVVIE ,A VBus Valid Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 24. " IDIE ,USB ID Interrupt Enable" "Disabled,Enabled" eventfld.long 0x00 22. " DPIS ,Data Pulse Interrupt Status" "No interrupt,Interrupt" textline " " eventfld.long 0x00 21. " 1MSS ,1 Milisecond Timer Interrupt Status" "No interrupt,Interrupt" eventfld.long 0x00 20. " BSEIS ,B Session End Interrupt Status" "No interrupt,Interrupt" textline " " eventfld.long 0x00 19. " BSVIS ,B Session Valid Interrupt Status" "No interrupt,Interrupt" eventfld.long 0x00 18. " ASVIS ,A Session Valid Interrupt Status" "No interrupt,Interrupt" textline " " eventfld.long 0x00 17. " AVVIS ,A VBus Valid Interrupt Status" "No interrupt,Interrupt" eventfld.long 0x00 16. " IDIS ,USB ID Interrupt Status" "No interrupt,Interrupt" textline " " bitfld.long 0x00 14. " DPS ,Data Bus Pulsing Status" "Not detected,Detected" bitfld.long 0x00 13. " 1MST ,1 Milisecond Timer Toggle" "Not toggled,Toggled" textline " " bitfld.long 0x00 12. " BSE ,B Session End" "Not ended,Ended" bitfld.long 0x00 11. " BSV ,B Session Valid" "Not valid,Valid" textline " " bitfld.long 0x00 10. " ASV ,A Session Valid" "Not valid,Valid" bitfld.long 0x00 9. " AVV ,A VBus Valid" "Not valid,Valid" textline " " bitfld.long 0x00 8. " ID ,USB ID" "A device,B device" bitfld.long 0x00 5. " IDPU ,ID Pullup" "Disabled,Enabled" textline " " sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x00 4. " DP ,Data Pulsing" "Disabled,Enabled" textline " " endif bitfld.long 0x00 3. " OT ,OTG Termination" "Disabled,Enabled" textline " " sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x00 1. " VC ,VBUS Charge" "Not charged,Charged" textline " " endif bitfld.long 0x00 0. " VD ,VBUS Discharge" "Not discharged,Discharged" group.long (0x1a8+0x00)++0x03 line.long 0x00 "USB0_USBMODE,USB Device Mode Register" bitfld.long 0x00 4. " SDIS ,Stream Disable Mode" "Inactive,Active" bitfld.long 0x00 3. " SLOM ,Setup Lockout Mode" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " ES ,Endian Select" "Little,Big" bitfld.long 0x00 0.--1. " CM[1:0] ,Controller Mode" "Idle,Reserved,Device,Host" width 22. if ((per.long(0x00+ad:0x40034000+0x1a8)&0x3)==0x2) group.long 0x1ac++0x0b line.long 0x00 "USB0_ENDPTSETUPSTAT,Endpoint Setup Status Register" bitfld.long 0x00 15. " ENDPTSETUPSTAT[15] ,Setup Endpoint Status" "Not received,Received" bitfld.long 0x00 14. " ENDPTSETUPSTAT[14] ,Setup Endpoint Status" "Not received,Received" textline " " bitfld.long 0x00 13. " ENDPTSETUPSTAT[13] ,Setup Endpoint Status" "Not received,Received" bitfld.long 0x00 12. " ENDPTSETUPSTAT[12] ,Setup Endpoint Status" "Not received,Received" textline " " bitfld.long 0x00 11. " ENDPTSETUPSTAT[11] ,Setup Endpoint Status" "Not received,Received" bitfld.long 0x00 10. " ENDPTSETUPSTAT[10] ,Setup Endpoint Status" "Not received,Received" textline " " bitfld.long 0x00 9. " ENDPTSETUPSTAT[09] ,Setup Endpoint Status" "Not received,Received" bitfld.long 0x00 8. " ENDPTSETUPSTAT[08] ,Setup Endpoint Status" "Not received,Received" textline " " bitfld.long 0x00 7. " ENDPTSETUPSTAT[07] ,Setup Endpoint Status" "Not received,Received" bitfld.long 0x00 6. " ENDPTSETUPSTAT[06] ,Setup Endpoint Status" "Not received,Received" textline " " bitfld.long 0x00 5. " ENDPTSETUPSTAT[05] ,Setup Endpoint Status" "Not received,Received" bitfld.long 0x00 4. " ENDPTSETUPSTAT[04] ,Setup Endpoint Status" "Not received,Received" textline " " bitfld.long 0x00 3. " ENDPTSETUPSTAT[03] ,Setup Endpoint Status" "Not received,Received" bitfld.long 0x00 2. " ENDPTSETUPSTAT[02] ,Setup Endpoint Status" "Not received,Received" textline " " bitfld.long 0x00 1. " ENDPTSETUPSTAT[01] ,Setup Endpoint Status" "Not received,Received" bitfld.long 0x00 0. " ENDPTSETUPSTAT[00] ,Setup Endpoint Status" "Not received,Received" line.long 0x04 "USB0_ENDPTPRIME,Endpoint Initialization Register" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x04 23. " PETB7 ,Prime Endpoint Transmit Buffer" "Not prime,Prime" bitfld.long 0x04 22. " PETB6 ,Prime Endpoint Transmit Buffer" "Not prime,Prime" textline " " endif bitfld.long 0x04 21. " PETB5 ,Prime Endpoint Transmit Buffer" "Not prime,Prime" bitfld.long 0x04 20. " PETB4 ,Prime Endpoint Transmit Buffer" "Not prime,Prime" textline " " bitfld.long 0x04 19. " PETB3 ,Prime Endpoint Transmit Buffer" "Not prime,Prime" bitfld.long 0x04 18. " PETB2 ,Prime Endpoint Transmit Buffer" "Not prime,Prime" textline " " bitfld.long 0x04 17. " PETB1 ,Prime Endpoint Transmit Buffer" "Not prime,Prime" bitfld.long 0x04 16. " PETB0 ,Prime Endpoint Transmit Buffer" "Not prime,Prime" textline " " sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x04 7. " PERB7 ,Prime Endpoint Receive Buffer" "Not prime,Prime" bitfld.long 0x04 6. " PERB6 ,Prime Endpoint Receive Buffer" "Not prime,Prime" textline " " endif bitfld.long 0x04 5. " PERB5 ,Prime Endpoint Receive Buffer" "Not prime,Prime" bitfld.long 0x04 4. " PERB4 ,Prime Endpoint Receive Buffer" "Not prime,Prime" textline " " bitfld.long 0x04 3. " PERB3 ,Prime Endpoint Receive Buffer" "Not prime,Prime" bitfld.long 0x04 2. " PERB2 ,Prime Endpoint Receive Buffer" "Not prime,Prime" textline " " bitfld.long 0x04 1. " PERB1 ,Prime Endpoint Receive Buffer" "Not prime,Prime" bitfld.long 0x04 0. " PERB0 ,Prime Endpoint Receive Buffer" "Not prime,Prime" line.long 0x08 "USB0_ENDPTFLUSH,Endpoint De-Initialize Register" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x08 23. " FETB7 ,Flush Endpoint Transmit Buffer" "Not flushed,Flushed" bitfld.long 0x08 22. " FETB6 ,Flush Endpoint Transmit Buffer" "Not flushed,Flushed" textline " " endif bitfld.long 0x08 21. " FETB5 ,Flush Endpoint Transmit Buffer" "Not flushed,Flushed" bitfld.long 0x08 20. " FETB4 ,Flush Endpoint Transmit Buffer" "Not flushed,Flushed" textline " " bitfld.long 0x08 19. " FETB3 ,Flush Endpoint Transmit Buffer" "Not flushed,Flushed" bitfld.long 0x08 18. " FETB2 ,Flush Endpoint Transmit Buffer" "Not flushed,Flushed" textline " " bitfld.long 0x08 17. " FETB1 ,Flush Endpoint Transmit Buffer" "Not flushed,Flushed" bitfld.long 0x08 16. " FETB0 ,Flush Endpoint Transmit Buffer" "Not flushed,Flushed" textline " " sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x08 7. " FERB7 ,Flush Endpoint Receive Buffer" "Not flushed,Flushed" bitfld.long 0x08 6. " FERB6 ,Flush Endpoint Receive Buffer" "Not flushed,Flushed" textline " " endif bitfld.long 0x08 5. " FERB5 ,Flush Endpoint Receive Buffer" "Not flushed,Flushed" bitfld.long 0x08 4. " FERB4 ,Flush Endpoint Receive Buffer" "Not flushed,Flushed" textline " " bitfld.long 0x08 3. " FERB3 ,Flush Endpoint Receive Buffer" "Not flushed,Flushed" bitfld.long 0x08 2. " FERB2 ,Flush Endpoint Receive Buffer" "Not flushed,Flushed" textline " " bitfld.long 0x08 1. " FERB1 ,Flush Endpoint Receive Buffer" "Not flushed,Flushed" bitfld.long 0x08 0. " FERB0 ,Flush Endpoint Receive Buffer" "Not flushed,Flushed" rgroup.long 0x1b8++0x03 line.long 0x00 "USB0_ENDPTSTAT,Endpoint Status Register" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x00 23. " ETBR7 ,Endpoint Transmit Buffer Ready" "Not ready,Ready" bitfld.long 0x00 22. " ETBR6 ,Endpoint Transmit Buffer Ready" "Not ready,Ready" textline " " endif bitfld.long 0x00 21. " ETBR5 ,Endpoint Transmit Buffer Ready" "Not ready,Ready" bitfld.long 0x00 20. " ETBR4 ,Endpoint Transmit Buffer Ready" "Not ready,Ready" textline " " bitfld.long 0x00 19. " ETBR3 ,Endpoint Transmit Buffer Ready" "Not ready,Ready" bitfld.long 0x00 18. " ETBR2 ,Endpoint Transmit Buffer Ready" "Not ready,Ready" textline " " bitfld.long 0x00 17. " ETBR1 ,Endpoint Transmit Buffer Ready" "Not ready,Ready" bitfld.long 0x00 16. " ETBR0 ,Endpoint Transmit Buffer Ready" "Not ready,Ready" textline " " sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x00 7. " ERBR7 ,Endpoint Receive Buffer Ready" "Not ready,Ready" bitfld.long 0x00 6. " ERBR6 ,Endpoint Receive Buffer Ready" "Not ready,Ready" textline " " endif bitfld.long 0x00 5. " ERBR5 ,Endpoint Receive Buffer Ready" "Not ready,Ready" bitfld.long 0x00 4. " ERBR4 ,Endpoint Receive Buffer Ready" "Not ready,Ready" textline " " bitfld.long 0x00 3. " ERBR3 ,Endpoint Receive Buffer Ready" "Not ready,Ready" bitfld.long 0x00 2. " ERBR2 ,Endpoint Receive Buffer Ready" "Not ready,Ready" textline " " bitfld.long 0x00 1. " ERBR1 ,Endpoint Receive Buffer Ready" "Not ready,Ready" bitfld.long 0x00 0. " ERBR0 ,Endpoint Receive Buffer Ready" "Not ready,Ready" group.long 0x1bc++0x03 line.long 0x00 "USB0_ENDPTCOMPLETE,Endpoint Compete Register" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x00 23. " ETCE7 ,Endpoint Transmit Complete Event" "Not occurred,Occurred" bitfld.long 0x00 22. " ETCE6 ,Endpoint Transmit Complete Event" "Not occurred,Occurred" textline " " endif bitfld.long 0x00 21. " ETCE5 ,Endpoint Transmit Complete Event" "Not occurred,Occurred" bitfld.long 0x00 20. " ETCE4 ,Endpoint Transmit Complete Event" "Not occurred,Occurred" textline " " bitfld.long 0x00 19. " ETCE3 ,Endpoint Transmit Complete Event" "Not occurred,Occurred" bitfld.long 0x00 18. " ETCE2 ,Endpoint Transmit Complete Event" "Not occurred,Occurred" textline " " bitfld.long 0x00 17. " ETCE1 ,Endpoint Transmit Complete Event" "Not occurred,Occurred" bitfld.long 0x00 16. " ETCE0 ,Endpoint Transmit Complete Event" "Not occurred,Occurred" textline " " sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x00 7. " ERCE7 ,Endpoint Receive Complete Event" "Not occurred,Occurred" bitfld.long 0x00 6. " ERCE6 ,Endpoint Receive Complete Event" "Not occurred,Occurred" textline " " endif bitfld.long 0x00 5. " ERCE5 ,Endpoint Receive Complete Event" "Not occurred,Occurred" bitfld.long 0x00 4. " ERCE4 ,Endpoint Receive Complete Event" "Not occurred,Occurred" textline " " bitfld.long 0x00 3. " ERCE3 ,Endpoint Receive Complete Event" "Not occurred,Occurred" bitfld.long 0x00 2. " ERCE2 ,Endpoint Receive Complete Event" "Not occurred,Occurred" textline " " bitfld.long 0x00 1. " ERCE1 ,Endpoint Receive Complete Event" "Not occurred,Occurred" bitfld.long 0x00 0. " ERCE0 ,Endpoint Receive Complete Event" "Not occurred,Occurred" else hgroup.long 0x1ac++0x13 hide.long 0x00 "USB0_ENDPTSETUPSTAT,Endpoint Setup Status Register" hide.long 0x04 "USB0_ENDPTPRIME,Endpoint Initialization Register" hide.long 0x08 "USB0_ENDPTFLUSH,Endpoint De-Initialize Register" hide.long 0x0c "USB0_ENDPTSTAT,Endpoint Status Register" hide.long 0x10 "USB0_ENDPTCOMPLETE,Endpoint Compete Register" endif width 16. group.long 0x1c0++0x03 line.long 0x00 "USB0_ENDPTCTRL0,Endpoint Control 0 Register" bitfld.long 0x00 23. " TXE ,TX Endpoint Enable" "Disabled,Enabled" bitfld.long 0x00 18.--19. " TXT ,TX Endpoint Type" "Control,?..." bitfld.long 0x00 16. " TXS ,TX Endpoint Stall" "Not stalled,Stalled" textline " " bitfld.long 0x00 7. " RXE ,RX Endpoint Enable" "Disabled,Enabled" bitfld.long 0x00 2.--3. " RXT ,RX Endpoint Type" "Control,?..." bitfld.long 0x00 0. " RXS ,RX Endpoint Stall" "Not stalled,Stalled" group.long 0x1C4++0x03 line.long 0x00 "USB0_ENDPTCTRL1,Endpoint Control 1 Register" bitfld.long 0x00 23. " TXE ,TX Endpoint Enable" "Disabled,Enabled" bitfld.long 0x00 22. " TXR ,TX Data Toggle Reset" "No effect,Reset" bitfld.long 0x00 21. " TXI ,TX Data Toggle Inhibit" "Enabled,Disabled" textline " " bitfld.long 0x00 18.--19. " TXT ,TX Endpoint Type" "Control,Isochronous,Bulk,Interrupt" bitfld.long 0x00 17. " TXD ,TX Endpoint Data Source" "Dual port memory buffer,Undefined" bitfld.long 0x00 16. " TXS ,TX Endpoint Stall" "Not stalled,Stalled" textline " " bitfld.long 0x00 7. " RXE ,RX Endpoint Enable" "Disabled,Enabled" bitfld.long 0x00 6. " RXR ,RX Data Toggle Reset" "No effect,Reset" bitfld.long 0x00 5. " RXI ,RX Data Toggle Inhibit" "Disabled,Enabled" textline " " bitfld.long 0x00 2.--3. " RXT ,RX Endpoint Type" "Control,Isochronous,Bulk,?..." bitfld.long 0x00 1. " RXD ,RX Endpoint Data Sink" "Dual port memory buffer,Undefined" bitfld.long 0x00 0. " RXS ,RX Endpoint Stall" "Not stalled,Stalled" group.long 0x1C8++0x03 line.long 0x00 "USB0_ENDPTCTRL2,Endpoint Control 2 Register" bitfld.long 0x00 23. " TXE ,TX Endpoint Enable" "Disabled,Enabled" bitfld.long 0x00 22. " TXR ,TX Data Toggle Reset" "No effect,Reset" bitfld.long 0x00 21. " TXI ,TX Data Toggle Inhibit" "Enabled,Disabled" textline " " bitfld.long 0x00 18.--19. " TXT ,TX Endpoint Type" "Control,Isochronous,Bulk,Interrupt" bitfld.long 0x00 17. " TXD ,TX Endpoint Data Source" "Dual port memory buffer,Undefined" bitfld.long 0x00 16. " TXS ,TX Endpoint Stall" "Not stalled,Stalled" textline " " bitfld.long 0x00 7. " RXE ,RX Endpoint Enable" "Disabled,Enabled" bitfld.long 0x00 6. " RXR ,RX Data Toggle Reset" "No effect,Reset" bitfld.long 0x00 5. " RXI ,RX Data Toggle Inhibit" "Disabled,Enabled" textline " " bitfld.long 0x00 2.--3. " RXT ,RX Endpoint Type" "Control,Isochronous,Bulk,?..." bitfld.long 0x00 1. " RXD ,RX Endpoint Data Sink" "Dual port memory buffer,Undefined" bitfld.long 0x00 0. " RXS ,RX Endpoint Stall" "Not stalled,Stalled" group.long 0x1CC++0x03 line.long 0x00 "USB0_ENDPTCTRL3,Endpoint Control 3 Register" bitfld.long 0x00 23. " TXE ,TX Endpoint Enable" "Disabled,Enabled" bitfld.long 0x00 22. " TXR ,TX Data Toggle Reset" "No effect,Reset" bitfld.long 0x00 21. " TXI ,TX Data Toggle Inhibit" "Enabled,Disabled" textline " " bitfld.long 0x00 18.--19. " TXT ,TX Endpoint Type" "Control,Isochronous,Bulk,Interrupt" bitfld.long 0x00 17. " TXD ,TX Endpoint Data Source" "Dual port memory buffer,Undefined" bitfld.long 0x00 16. " TXS ,TX Endpoint Stall" "Not stalled,Stalled" textline " " bitfld.long 0x00 7. " RXE ,RX Endpoint Enable" "Disabled,Enabled" bitfld.long 0x00 6. " RXR ,RX Data Toggle Reset" "No effect,Reset" bitfld.long 0x00 5. " RXI ,RX Data Toggle Inhibit" "Disabled,Enabled" textline " " bitfld.long 0x00 2.--3. " RXT ,RX Endpoint Type" "Control,Isochronous,Bulk,?..." bitfld.long 0x00 1. " RXD ,RX Endpoint Data Sink" "Dual port memory buffer,Undefined" bitfld.long 0x00 0. " RXS ,RX Endpoint Stall" "Not stalled,Stalled" group.long 0x1D0++0x03 line.long 0x00 "USB0_ENDPTCTRL4,Endpoint Control 4 Register" bitfld.long 0x00 23. " TXE ,TX Endpoint Enable" "Disabled,Enabled" bitfld.long 0x00 22. " TXR ,TX Data Toggle Reset" "No effect,Reset" bitfld.long 0x00 21. " TXI ,TX Data Toggle Inhibit" "Enabled,Disabled" textline " " bitfld.long 0x00 18.--19. " TXT ,TX Endpoint Type" "Control,Isochronous,Bulk,Interrupt" bitfld.long 0x00 17. " TXD ,TX Endpoint Data Source" "Dual port memory buffer,Undefined" bitfld.long 0x00 16. " TXS ,TX Endpoint Stall" "Not stalled,Stalled" textline " " bitfld.long 0x00 7. " RXE ,RX Endpoint Enable" "Disabled,Enabled" bitfld.long 0x00 6. " RXR ,RX Data Toggle Reset" "No effect,Reset" bitfld.long 0x00 5. " RXI ,RX Data Toggle Inhibit" "Disabled,Enabled" textline " " bitfld.long 0x00 2.--3. " RXT ,RX Endpoint Type" "Control,Isochronous,Bulk,?..." bitfld.long 0x00 1. " RXD ,RX Endpoint Data Sink" "Dual port memory buffer,Undefined" bitfld.long 0x00 0. " RXS ,RX Endpoint Stall" "Not stalled,Stalled" group.long 0x1D4++0x03 line.long 0x00 "USB0_ENDPTCTRL5,Endpoint Control 5 Register" bitfld.long 0x00 23. " TXE ,TX Endpoint Enable" "Disabled,Enabled" bitfld.long 0x00 22. " TXR ,TX Data Toggle Reset" "No effect,Reset" bitfld.long 0x00 21. " TXI ,TX Data Toggle Inhibit" "Enabled,Disabled" textline " " bitfld.long 0x00 18.--19. " TXT ,TX Endpoint Type" "Control,Isochronous,Bulk,Interrupt" bitfld.long 0x00 17. " TXD ,TX Endpoint Data Source" "Dual port memory buffer,Undefined" bitfld.long 0x00 16. " TXS ,TX Endpoint Stall" "Not stalled,Stalled" textline " " bitfld.long 0x00 7. " RXE ,RX Endpoint Enable" "Disabled,Enabled" bitfld.long 0x00 6. " RXR ,RX Data Toggle Reset" "No effect,Reset" bitfld.long 0x00 5. " RXI ,RX Data Toggle Inhibit" "Disabled,Enabled" textline " " bitfld.long 0x00 2.--3. " RXT ,RX Endpoint Type" "Control,Isochronous,Bulk,?..." bitfld.long 0x00 1. " RXD ,RX Endpoint Data Sink" "Dual port memory buffer,Undefined" bitfld.long 0x00 0. " RXS ,RX Endpoint Stall" "Not stalled,Stalled" width 0xb tree "USB Analog 0" base ad:0x400501A0 width 37. group.long 0x00++0x03 line.long 0x00 "USB_ANALOG_USB0_VBUS_DETECT,USB0 VBUS Detect control register" bitfld.long 0x00 31. " EN_CHARGER_RESISTOR ,125k pullup on USB_DP and 375k on USB_DM Enable" "Disabled,Enabled" bitfld.long 0x00 27. " CHARGE_VBUS ,USB OTG charge VBUS" "Disabled,Enabled" bitfld.long 0x00 26. " DISCHARGE_VBUS ,USB OTG discharge VBUS" "Disabled,Enabled" textline " " bitfld.long 0x00 20. " VBUSVALID_PWRUP_CMPS ,Powers up comparators for VBUS_valid detector" "Disabled,Enabled" bitfld.long 0x00 18. " VBUSVALID_TO_B ,Bvalid to the VBUSVALID multiplexing" "Disabled,Enabled" bitfld.long 0x00 7. " VBUSVALID_OVERRIDE ,Override value for the VBUSVALID hardware signal" "No override,Override" textline " " bitfld.long 0x00 6. " AVALID_OVERRIDE ,Override value for the AVALID hardware signal" "No override,Override" bitfld.long 0x00 5. " BVALID_OVERRIDE ,Override value for the BVALID hardware signal" "No override,Override" bitfld.long 0x00 4. " SESSEND_OVERRIDE ,Override value for the SESSEND hardware signal" "No override,Override" textline " " bitfld.long 0x00 3. " VBUS_OVERRIDE_EN ,Enable the override of the hardware signals" "Disabled,Enabled" bitfld.long 0x00 0.--2. " VBUSVALID_THRESH ,Set the threshold for the VBUSVALID comparator" "4.0V,4.1V,4.2V,4.3V,4.4V,4.5V,4.6V,4.7V" width 30. group.long 0x10++0x03 line.long 0x00 "USB_ANALOG_USB0_CHRG_DETECT,USB0 Charger Detect control register" bitfld.long 0x00 22. " CHRG_DET_CTRL ,Forces internal USB charging circuitery" "Disabled,Enabled" rbitfld.long 0x00 21. " CHRG_DET_STATUS ,Status of internal charge detection" "Not detected,Detected" bitfld.long 0x00 20. " EN_B ,Enables the charger detector" "Enabled,Disabled" textline " " bitfld.long 0x00 19. " CHK_CHRG_B ,Charger is connected to USB port" "Check,Do not check" bitfld.long 0x00 18. " CHK_CONTACT ,USB plug has been in contact with each other" "Do not check,Check" bitfld.long 0x00 0. " FORCE_DETECT ,Signal the presence of a charger" "Not forced,Forced" width 37. rgroup.long 0x20++0x03 line.long 0x00 "USB_ANALOG_USB0_VBUS_DETECT_STATUS,USB0 VBUS Detect Status definition register" bitfld.long 0x00 3. " VBUS_VALID ,VBUS valid for USB OTG" "Not valid,Valid" bitfld.long 0x00 2. " AVALID ,VBUS is valid for a A-peripheral" "Not valid,Valid" bitfld.long 0x00 1. " BVALID ,VBUS valid for USB B-session" "Not valid,Valid" textline " " bitfld.long 0x00 0. " SESSEND ,Session end for USB OTG" "Not ended,Ended" rgroup.long 0x30++0x03 line.long 0x00 "USB_ANALOG_USB0_CHRG_DETECT_STATUS,USB0 Charger Detect Status definition register" bitfld.long 0x00 3. " DP_STATE ,DP line state output of the charger detector" "0,1" bitfld.long 0x00 2. " DM_STATE ,DM line state output of the charger detector" "0,1" bitfld.long 0x00 1. " CHRG_DETECTED ,State of the analog signal" "Not connected,Connected" textline " " bitfld.long 0x00 0. " PLUG_CONTACT ,Contact status of the USB plug" "Not contacted,Contacted" width 27. group.long 0x40++0x03 line.long 0x00 "USB_ANALOG_USB0_LOOPBACK,USB0 Loopback register" rbitfld.long 0x00 8. " UTMO_DIG_TST1 ,USB0 Loopback" "Pass,Not pass" rbitfld.long 0x00 7. " UTMO_DIG_TST0 ,USB0 Loopback" "Pass,Not pass" bitfld.long 0x00 6. " TSTI_TX_HIZ ,Makes TX HIZ for USB0" "TX not HIZ,TX HIZ" textline " " bitfld.long 0x00 5. " TSTI_TX_EN ,Enables TX for USB0" "Disabled,Enabled" bitfld.long 0x00 4. " TSTI_TX_LS_MODE ,Chooses LS mode for USB0" "HS,LS" bitfld.long 0x00 3. " TSTI_TX_HS_MODE ,Chooses HS or FS mode for USB0" "FS,HS" textline " " bitfld.long 0x00 2. " UTMI_DIG_TST1 ,Test 1 loopback mode for USB0" "Disabled,Enabled" bitfld.long 0x00 1. " UTMI_DIG_TST0 ,Test 0 loopback mode for USB0." "Disabled,Enabled" bitfld.long 0x00 0. " UTMI_TESTSTART ,Enables the USB0 loopback test" "Disabled,Enabled" group.long 0x50++0x03 line.long 0x00 "USB_ANALOG_USB0_MISC,USB0 Miscellaneous definition register" bitfld.long 0x00 30. " EN_CLK_TO_UTMI ,Enables the clk to the UTMI block" "Disabled,Enabled" bitfld.long 0x00 1. " EN_DEGLITCH ,Enables the deglitching circuit of the USB PLL output" "Disabled,Enabled" bitfld.long 0x00 0. " HS_USE_EXTERNAL_R ,External resistor" "0,1" width 0x0B tree.end tree.end tree "USB 1" base ad:0x400B4800 width 24. tree "Non-core Registers" group.long 0x1000++0x03 line.long 0x00 "USBNC_USB_OTG_CTRL,USB OTG Control Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 31. " WIR ,OTG Wake-up Interrupt Request" "Not requested,Requested" else bitfld.long 0x00 31. " WIR ,OTG Wake-up Interrupt Request" "Not requested,Requested" endif bitfld.long 0x00 25. " VBUS_CH_INT_MASK ,When this bit is set, generation of VBUS_EN_INTR is masked" "Not masked,Masked" bitfld.long 0x00 24. " VBUS_CH_STAT ,This bit is set by host controller whenever Port Power Enable/Disable event occurs" "Disabled,Enabled" textline " " bitfld.long 0x00 17. " WKUP_VBUS_EN ,OTG wake-up on VBUS change enable" "Disabled,Enabled" bitfld.long 0x00 15. " WKUP_SW ,OTG Software Wake-up" "Inactive,Forced" bitfld.long 0x00 14. " WKUP_SW_EN ,OTG Software Wake-up Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 13. " UTMI_ON_CLOCK ,Force OTG UTMI PHY clock output on even if suspend mode" "Inactive,Forced" bitfld.long 0x00 12. " UTMI_ON_CLOCK_SUSPENDM ,Force OTG UTMI PHY Suspend" "Forced,Inactive" bitfld.long 0x00 11. " RESET ,Force OTG UTMI PHY Reset" "No reset,Reset" textline " " bitfld.long 0x00 10. " WIE ,OTG Wake-up Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 9. " PM ,OTG Power Mask" "Not masked,Masked" bitfld.long 0x00 8. " OVER_CUR_POL ,OTG Polarity of Overcurrent" "Low,High" textline " " bitfld.long 0x00 7. " OVER_CUR_DIS ,Disable OTG Overcurrent Detection" "Disabled,Enabled" group.long 0x1018++0x03 line.long 0x00 "USBNC_USB_OTG_PHY_CTRL,UTMI PHY Control Register" bitfld.long 0x00 31. " OTG_UTMI_CLK_VLD ,UTMI PHY Clock Valid" "Invalid,Valid" bitfld.long 0x00 2. " CHGRDET_FLG ,UTMI PHY chrgdet" "Host,Charger" bitfld.long 0x00 1. " CHGRDET_RDB_SIG_EN ,Charger detected interrupt enable" "Disabled,Enabled" bitfld.long 0x00 0. " CHGRDET_RDB_SIG_FLG ,Charger detected interrupt flag" "Not occurred,Occurred" tree.end width 0xB base ad:0x400B4000 width 22. rgroup.long (0x00+0x00)++0x17 line.long 0x00 "USB1_ID,Identification Register" hexmask.long.byte 0x00 16.--23. 1. " REVISION[7:0] ,Revision Number of the Core" hexmask.long.byte 0x00 8.--13. 1. " NID[5:0] ,Ones Complement Version of ID[5:0]" textline " " hexmask.long.byte 0x00 0.--5. 1. " ID[5:0] ,Configuration Number" line.long 0x04 "USB1_HWGENERAL,General Hardware Register" bitfld.long 0x04 9.--10. " SM ,Serial interface mode capability" "No serial engine,Serial Engine,Software programmable(parallel signalling),Software programmable(serial signalling)" bitfld.long 0x04 6.--8. " PHYM ,Transciever type" "UTMI/UMTI+,ULPI DDR,ULPI,Serial only,Soft reset to UTMI/UTMI+,Soft reset to ULPI DDR,Soft reset to ULPI,Soft reset to serial" textline " " bitfld.long 0x04 4.--5. " PHYW ,Data width of the transciever connected to the core" "8bit,16bit,Soft reset to 8bit,Soft reset to 16bit" line.long 0x08 "USB1_HWHOST,Host Hardware Parameters Register" bitfld.long 0x08 1.--3. " NPORT ,Number of downstream ports (NPORT+1)" "0,1,2,3,4,5,6,7" bitfld.long 0x08 0. " HC ,Host capable" "Not supported,Supported" line.long 0x0c "USB1_HWDEVICE,Device Hardware Parameters Register" hexmask.long.byte 0x0c 1.--5. 1. " DEVEP ,Device endpoint number" bitfld.long 0x0c 0. " DC ,Device capable" "Not supported,Supported" line.long 0x10 "USB1_HWTXBUF,TX Buffer Hardware Parameters Register" hexmask.long.byte 0x10 16.--23. 1. " TXCHANADD ,TX buffer size is (2^TXCHANADD)*4 bytes" hexmask.long.byte 0x10 0.--7. 1. " TXBURST ,Default burst size for memory to TX buffer transfer" line.long 0x14 "USB1_HWRXBUF,RX Buffer Hardware Parameters Register" hexmask.long.byte 0x14 8.--15. 1. " RXADD ,RX buffer size is (2^RXADD)*4 bytes" hexmask.long.byte 0x14 0.--7. 1. " RXBURST ,Default burst size for memory to RX buffer transfer" group.long (0x80+0x00)++0x13 line.long 0x00 "USB1_GPTIMER0LD,General Purpose Timer #0 Load" hexmask.long.tbyte 0x00 0.--23. 1. " GPTLD ,General purpose timer load value" line.long 0x04 "USB1_GPTIMER0CTRL,General Purpose Timer #0 Controller" bitfld.long 0x04 31. " GPTRUN ,General purpose timer run enable" "Disabled,Enabled" bitfld.long 0x04 30. " GPTRST ,General purpose timer reset (load counter value from GPTLD)" "No reset,Reset" textline " " bitfld.long 0x04 24. " GPTMODE ,General purpose timer mode" "One shot,Repeat" hexmask.long.tbyte 0x04 0.--23. 1. " GPTCNT ,General purpose timer counter" line.long 0x08 "USB1_GPTIMER1LD,General Purpose Timer #1 Load" hexmask.long.tbyte 0x08 0.--23. 1. " GPTLD ,General purpose timer load value" line.long 0x0C "USB1_GPTIMER1CTRL,General Purpose Timer #1 Controller" bitfld.long 0x0C 31. " GPTRUN ,General purpose timer run enable" "Disabled,Enabled" bitfld.long 0x0C 30. " GPTRST ,General purpose timer reset (load counter value from GPTLD)" "No reset,Reset" textline " " bitfld.long 0x0C 24. " GPTMODE ,General purpose timer mode" "One shot,Repeat" hexmask.long.tbyte 0x0C 0.--23. 1. " GPTCNT ,General purpose timer counter" line.long 0x10 "USB1_SBUSCFG,System Bus Config" bitfld.long 0x10 0.--2. " AHBBRST ,AHB master interface Burst configuration (IB_UL = incremental burst of unspecified length; ST = single transfer)" "IB_UL,INCR4 -> ST,INCR8 -> INCR4 -> ST,INCR16 -> INCR8 -> INCR4 -> ST,Reserved,INCR4 -> IB_UL,INCR8 -> INCR4 -> IB_UL,INCR16 -> INCR8 -> INCR4 -> IB_UL" rgroup.byte (0x100+0x00)++0x00 line.byte 0x00 "USB1_CAPLENGTH,Capability Register Length" hexmask.byte 0x00 0.--7. 1. " CAPLENGTH[7:0] ,Capability Length" rgroup.word (0x102+0x00)++0x01 line.word 0x00 "USB1_HCIVERSION,Host Controller Interface Version Register" hexmask.word 0x00 0.--15. 1. " HCIVERSION[15:0] ,Host Interface Version Number" rgroup.long (0x104+0x00)++0x07 line.long 0x00 "USB1_HCSPARAMS,Host Controller Structural Parameters Register" bitfld.long 0x00 24.--27. " N_TT[3:0] ,Number of Transaction Translators" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 20.--23. " N_PTT[3:0] ,Number of Ports per Transaction Translator" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x00 16. " PI ,Port Indicators" "0,1" bitfld.long 0x00 12.--15. " N_CC[3:0] ,Number of Companion Controller" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x00 8.--11. " N_PCC[3:0] ,Number of Ports per Companion Controller" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 4. " PPC ,Port Power Control" "Not included,Included" textline " " bitfld.long 0x00 0.--3. " N_PORTS[3:0] ,Number of Downstream Ports" "Reserved,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "USB1_HCCPARAMS,Host Controller Capability Parameters Register" hexmask.long.byte 0x04 8.--15. 1. " EECP[7:0] ,EHCI Extended Capabilities Pointer" bitfld.long 0x04 4.--7. " IST[7:4] ,Isochronous Scheduling Threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x04 2. " ASP ,Asynchronous Schedule Park Capability" "Disabled,Enabled" bitfld.long 0x04 1. " PFL ,Programmable Frame List Flag" "Disabled,Enabled" textline " " bitfld.long 0x04 0. " ADC ,64-bit Addressing Capability" "Disabled,Enabled" rgroup.word (0x120+0x00)++0x1 line.word 0x00 "USB1_DCIVERSION,Device Controller Interface Version Register" hexmask.word 0x00 0.--15. 1. " DCIVERSION[15:0] ,Device Interface Version Number" rgroup.long (0x124+0x00)++0x3 line.long 0x00 "USB1_DCCPARAMS,Device Control Capability Parameters Register" bitfld.long 0x00 8. " HC ,Host Capable" "Disabled,Enabled" bitfld.long 0x00 7. " DC ,Device Capable" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--4. " DEN[4:0] ,Device Endpoint Number" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,?..." width 22. group.long (0x140+0x00)++0xf line.long 0x00 "USB1_USBCMD,USB Command Register" hexmask.long.byte 0x00 16.--23. 1. " ITC[7:0] ,Interrupt Threshold Control" bitfld.long 0x00 14. " ATDTW ,Add dTD TripWire" "Cleared,Set" textline " " bitfld.long 0x00 13. " SUTW ,Setup TripWire" "Hazard,No hazard" bitfld.long 0x00 11. " ASPE ,Asynchronous Schedule Park Mode Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 8.--9. " ASP ,Asynchronous Schedule Park Mode Count" "0,1,2,3" bitfld.long 0x00 6. " IAA ,Interrupt on Async Advance Doorbell" "No interrupt,Interrupt" textline " " bitfld.long 0x00 5. " ASE ,Asynchronous Schedule Enable" "Disabled,Enabled" bitfld.long 0x00 4. " PSE ,Periodic Schedule Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2.--3. 15. " FS[2:0] ,Frame List Size 1" "1024,512,256,128,64,32,16,8" bitfld.long 0x00 1. " RST ,Controller Reset" "No effect,Reset" textline " " bitfld.long 0x00 0. " RS ,Run/Stop" "Stop,Run" line.long 0x04 "USB1_USBSTS,USB Status Register" eventfld.long 0x04 25. " TI1 ,General Purpose Timer Interrupt 1" "No interrupt,Interrupt" eventfld.long 0x04 24. " TI0 ,General Purpose Timer Interrupt 0" "No interrupt,Interrupt" textline " " bitfld.long 0x04 16. " NAKI ,NAK interrupt" "No interrupt,Interrupt" bitfld.long 0x04 15. " AS ,Asynchronous Schedule Status" "Disabled,Enabled" textline " " bitfld.long 0x04 14. " PS ,Periodic Schedule Status" "Disabled,Enabled" bitfld.long 0x04 13. " RCL ,Reclamation" "Not empty,Empty" textline " " bitfld.long 0x04 12. " HCH ,HC Halted" "Not halted,Halted" bitfld.long 0x04 10. " ULPII ,ULPI Interrupt" "No interrupt,Interrupt" textline " " bitfld.long 0x04 8. " SLI ,DC Suspend" "Not suspended,Suspended" eventfld.long 0x04 7. " SRI ,SOF Received" "Not detected,Detected" textline " " eventfld.long 0x04 6. " URI ,USB Reset Received" "No reset,Reset" bitfld.long 0x04 5. " AAI ,Interrupt on Async Advance" "Not requested,Requested" textline " " bitfld.long 0x04 4. " SEI ,System Error" "No error,Error" bitfld.long 0x04 3. " FRI ,Frame List Rollover" "Not rollover,Rollover" textline " " bitfld.long 0x04 2. " PCI ,Port Change Detect" "Not changed,Changed" bitfld.long 0x04 1. " UEI ,USB Error Interrupt" "No error,Error" textline " " bitfld.long 0x04 0. " UI ,USB Interrupt" "No interrupt,Interrupt" line.long 0x08 "USB1_USBINTR,USB Interrupt Enable" bitfld.long 0x08 25. " TIE1 ,GPT Interrupt Enable 1" "Disabled,Enabled" bitfld.long 0x08 24. " TIE0 ,GPT Interrupt Enable 0" "Disabled,Enabled" textline " " bitfld.long 0x08 19. " UPIE ,USB host periodic interrupt enable" "Disabled,Enabled" bitfld.long 0x08 18. " UAIE ,USB host asynchronous interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x08 16. " NAKE ,NAK interrupt enable" "Disabled,Enabled" bitfld.long 0x08 10. " ULPIE ,ULPI interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x08 8. " SLE ,Sleep interrupt enable" "Disabled,Enabled" bitfld.long 0x08 7. " SRE ,SOF Received Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x08 6. " URE ,USB Reset Interrupt Enable" "Disabled,Enabled" bitfld.long 0x08 5. " AAE ,Interrupt on Async Advance Enable" "Disabled,Enabled" textline " " bitfld.long 0x08 4. " SEE ,System Error Interrupt Enable" "Disabled,Enabled" bitfld.long 0x08 3. " FRE ,Frame List Rollover Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x08 2. " PCE ,Port Change Detect Interrupt Enable" "Disabled,Enabled" bitfld.long 0x08 1. " UEE ,USB Error Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x08 0. " UE ,USB Interrupt Enable" "Disabled,Enabled" line.long 0x0c "USB1_FRINDEX,USB Frame Index Register" hexmask.long.word 0x0c 0.--13. 1. " FRINDEX ,Frame Index" if ((per.long(0x00+ad:0x40034000+0x1a8)&0x3)==0x3) group.long (0x154+0x00)++0x03 line.long 0x00 "USB1_PERIODICLISTBASE,Host Controller Frame List Base Address Register" hexmask.long.tbyte 0x00 12.--31. 0x10 " BASEADR ,Base Address (Low)" elif ((per.long(0x00+ad:0x40034000+0x1a8)&0x3)==0x2) group.long (0x154+0x00)++0x03 line.long 0x00 "USB1_PERIODICLISTBASE,Device Controller USB Device Address Register" hexmask.long.byte 0x00 25.--31. 0x2 " USBADR ,Device Address" bitfld.long 0x00 24. " USBADRA ,Device Address Advance" "0,1" else hgroup.long (0x154+0x00)++0x03 hide.long 0x00 "USB1_PERIODICLISTBASE,Device Controller USB Device Address Register" endif if ((per.long(0x00+ad:0x40034000+0x1a8)&0x3)==0x3) group.long (0x158+0x00)++0x03 line.long 0x00 "USB1_ASYNCLISTADDR,Host Controller Next Asynch Address Register" hexmask.long 0x00 5.--31. 0x20 " ASYBASE[31:5] ,Link Pointer Low" elif ((per.long(0x00+ad:0x40034000+0x1a8)&0x3)==0x2) sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") group.long (0x158+0x00)++0x03 line.long 0x00 "USB1_ENDPTLISTADDR,Endpoint List Address" hexmask.long.tbyte 0x00 11.--31. 0x8 " EPBASE[31:11] ,Device Controller Endpoint List Address" else group.long (0x158+0x00)++0x03 line.long 0x00 "USB1_ASYNCLISTADDR,Device Controller Endpoint List Address Register" hexmask.long.tbyte 0x00 11.--31. 0x8 " EPBASE[31:11] ,Device Controller Endpoint List Address" endif else hgroup.long (0x158+0x00)++0x03 hide.long 0x00 "USB1_ASYNCLISTADDR,Device Controller Endpoint List Address Register" endif group.long (0x160+0x00)++0x7 line.long 0x00 "USB1_BURSTSIZE,Host Controller Embedded TT Async Buffer Status Register" hexmask.long.word 0x00 8.--16. 1. " TXPBURST ,Programmable TX Burst Size" hexmask.long.byte 0x00 0.--7. 1. " RXPBURST ,Programmable RX Burst Size" line.long 0x04 "USB1_TXFILLTUNING,TX FIFO Fill Tuning Register" hexmask.long.byte 0x04 16.--21. 1. " TXFIFOTHRES ,FIFO Burst Threshold" hexmask.long.byte 0x04 8.--12. 1. " TXSCHEALTH ,Scheduler Health Counter" textline " " hexmask.long.byte 0x04 0.--7. 1. " TXSCHOH ,Scheduler Overhead" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") width 22. group.long (0x16C+0x00)++0x03 line.long 0x00 "USB1_IC_USB,IC_USB Enable" bitfld.long 0x00 3. " IC1 ,Inter-Chip transceiver enable" "Disabled,Enabled" bitfld.long 0x00 0.--2. " IC_VDD1 ,PIt selects which voltage is being supplied to the peripheral through each port" "No voltage,1.0 V,1.2 V,1.5 V,1.8 V,3.0 V,?..." group.long (0x170+0x00)++0x03 line.long 0x00 "USB1_ULPIVIEW,ULPI Vieport Register" bitfld.long 0x00 31. " ULPIWU ,ULPI Wakeup" "No wakeup,Wakeup" bitfld.long 0x00 30. " ULPIRUN ,ULPI Read/Write Run" "No effect,Read/write" textline " " bitfld.long 0x00 29. " ULPIRW ,ULPI Read/Write Control" "Read,Write" bitfld.long 0x00 27. " ULPISS ,ULPI Sync State" "Not normal,Normal" textline " " bitfld.long 0x00 24.--26. " ULPIPORT ,ULPI Port Number" "0,1,2,3,4,5,6,7" hexmask.long.byte 0x00 16.--23. 1. " ULPIADDR ,ULPI Data Address" textline " " hexmask.long.byte 0x00 8.--15. 1. " ULPIDATRD ,ULPI Data Read" hexmask.long.byte 0x00 0.--7. 1. " ULPIDATWR ,ULPI Data Write" endif width 22. group.long (0x178+0x00)++0x07 line.long 0x00 "USB1_ENDPTNAK,Endpoint NAK Register" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x00 23. " EPTN7 ,TX Endpoint 7 NAK" "Reset,Set" bitfld.long 0x00 22. " EPTN6 ,TX Endpoint 6 NAK" "Reset,Set" textline " " endif bitfld.long 0x00 21. " EPTN5 ,TX Endpoint 5 NAK" "Reset,Set" bitfld.long 0x00 20. " EPTN4 ,TX Endpoint 4 NAK" "Reset,Set" textline " " bitfld.long 0x00 19. " EPTN3 ,TX Endpoint 3 NAK" "Reset,Set" bitfld.long 0x00 18. " EPTN2 ,TX Endpoint 2 NAK" "Reset,Set" textline " " bitfld.long 0x00 17. " EPTN1 ,TX Endpoint 1 NAK" "Reset,Set" bitfld.long 0x00 16. " EPTN0 ,TX Endpoint 0 NAK" "Reset,Set" textline " " sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x00 7. " EPRN7 ,RX Endpoint 7 NAK" "Reset,Set" bitfld.long 0x00 6. " EPRN6 ,RX Endpoint 6 NAK" "Reset,Set" textline " " endif bitfld.long 0x00 5. " EPRN5 ,RX Endpoint 5 NAK" "Reset,Set" bitfld.long 0x00 4. " EPRN4 ,RX Endpoint 4 NAK" "Reset,Set" textline " " bitfld.long 0x00 3. " EPRN3 ,RX Endpoint 3 NAK" "Reset,Set" bitfld.long 0x00 2. " EPRN2 ,RX Endpoint 2 NAK" "Reset,Set" textline " " bitfld.long 0x00 1. " EPRN1 ,RX Endpoint 1 NAK" "Reset,Set" bitfld.long 0x00 0. " EPRN0 ,RX Endpoint 0 NAK" "Reset,Set" line.long 0x04 "USB1_ENDPTNAKEN,Endpoint NAK Enable Register" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x04 23. " EPTN7 ,TX Endpoint 7 NAK Enable" "Disabled,Enabled" bitfld.long 0x04 22. " EPTN6 ,TX Endpoint 6 NAK Enable" "Disabled,Enabled" textline " " endif bitfld.long 0x04 21. " EPTN5 ,TX Endpoint 5 NAK Enable" "Disabled,Enabled" bitfld.long 0x04 20. " EPTN4 ,TX Endpoint 4 NAK Enable" "Disabled,Enabled" textline " " bitfld.long 0x04 19. " EPTN3 ,TX Endpoint 3 NAK Enable" "Disabled,Enabled" bitfld.long 0x04 18. " EPTN2 ,TX Endpoint 2 NAK Enable" "Disabled,Enabled" textline " " bitfld.long 0x04 17. " EPTN1 ,TX Endpoint 1 NAK Enable" "Disabled,Enabled" bitfld.long 0x04 16. " EPTN0 ,TX Endpoint 0 NAK Enable" "Disabled,Enabled" textline " " sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x04 7. " EPRN7 ,RX Endpoint 7 NAK Enable" "Disabled,Enabled" bitfld.long 0x04 6. " EPRN6 ,RX Endpoint 6 NAK Enable" "Disabled,Enabled" textline " " endif bitfld.long 0x04 5. " EPRN5 ,RX Endpoint 5 NAK Enable" "Disabled,Enabled" bitfld.long 0x04 4. " EPRN4 ,RX Endpoint 4 NAK Enable" "Disabled,Enabled" textline " " bitfld.long 0x04 3. " EPRN3 ,RX Endpoint 3 NAK Enable" "Disabled,Enabled" bitfld.long 0x04 2. " EPRN2 ,RX Endpoint 2 NAK Enable" "Disabled,Enabled" textline " " bitfld.long 0x04 1. " EPRN1 ,RX Endpoint 1 NAK Enable" "Disabled,Enabled" bitfld.long 0x04 0. " EPRN0 ,RX Endpoint 0 NAK Enable" "Disabled,Enabled" width 22. if ((per.long(0x00+ad:0x40034000+0x1a8)&0x3)==0x3) group.long (0x184+0x00)++0x03 line.long 0x00 "USB1_PORTSC1,Port 1 Status and Control Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x00 25. 30.--31. " PTS ,Parallel Transceiver Select" "UTMI/UTMI+,Reserved,ULPI,Serial,HSIC,?..." else bitfld.long 0x00 30.--31. " PTS ,Parallel Transceiver Select" "UTMI/UTMI+,Reserved,ULPI,Serial" endif bitfld.long 0x00 29. " STS ,Serial Transceiver Select" "Not selected,Selected" textline " " bitfld.long 0x00 28. " PTW ,Parallel Transceiver Width" "8-bit,16-bit" bitfld.long 0x00 26.--27. " PSPD ,Port Speed" "Full,Low,High,?..." textline " " bitfld.long 0x00 24. " PFSC ,Port Force Full Speed Connect" "Not forced,Forced" bitfld.long 0x00 23. " PHCD ,PHY Low Power Suspend" "Not suspended,Suspended" textline " " bitfld.long 0x00 22. " WKOC ,Wake on Over-current Enable" "Disabled,Enabled" bitfld.long 0x00 21. " WKDC ,Wake on Disconnect Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20. " WKCN ,Wake on Connect Enable" "Disabled,Enabled" bitfld.long 0x00 16.--19. " PTC[3:0] ,Port Test Control" "Disabled,J_STATE,K_STATE,SE0,Packet,FORCE_ENABLE_HS,FORCE_ENABLE_FS,FORCE_ENABLE_LS,?..." textline " " bitfld.long 0x00 14.--15. " PIC ,Port Indicator Control" "Disabled,Amber,Green,?..." bitfld.long 0x00 13. " PO ,Port Owner (Reserved)" "Cleared,Set" textline " " bitfld.long 0x00 12. " PP ,Port Power" "Not available,Available" bitfld.long 0x00 10.--11. " LS ,Line Status" "SE0,J-state,K-state,?..." textline " " bitfld.long 0x00 9. " HSP ,High-Speed Port" "Not high-speed,High-speed" bitfld.long 0x00 8. " PR ,Port Reset" "No reset,Reset" textline " " bitfld.long 0x00 7. " SUSP ,Suspend" "Not suspended,Suspended" bitfld.long 0x00 6. " FPR ,Force Port Resume" "Not forced,Forced" textline " " eventfld.long 0x00 5. " OCC ,Over-current Change" "Not changed,Changed" bitfld.long 0x00 4. " OCA ,Over-current Active" "No over-current,Over-current" textline " " eventfld.long 0x00 3. " PEC ,Port Enable/Disable Change" "Not changed,Changed" bitfld.long 0x00 2. " PE ,Port Enabled/Disabled" "Disabled,Enabled" textline " " eventfld.long 0x00 1. " CSC ,Connect Status Change" "Not changed,Changed" bitfld.long 0x00 0. " CCS ,Current Connect Status" "No device,Device" elif ((per.long(0x00+ad:0x40034000+0x1a8)&0x3)==0x2) group.long (0x184+0x00)++0x03 line.long 0x00 "USB1_PORTSC1,Port 1 Status and Control Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x00 25. 30.--31. " PTS ,Parallel Transceiver Select" "UTMI/UTMI+,Reserved,ULPI,Serial,HSIC,?..." else bitfld.long 0x00 30.--31. " PTS ,Parallel Transceiver Select" "UTMI/UTMI+,Reserved,ULPI,Serial" endif bitfld.long 0x00 29. " STS ,Serial Transceiver Select" "Not selected,Selected" textline " " bitfld.long 0x00 28. " PTW ,Parallel Transceiver Width" "8-bit,16-bit" bitfld.long 0x00 26.--27. " PSPD ,Port Speed" "Full,Low,High,?..." textline " " bitfld.long 0x00 24. " PFSC ,Port Force Full Speed Connect" "Not forced,Forced" bitfld.long 0x00 23. " PHCD ,PHY Low Power Suspend" "Not suspended,Suspended" textline " " bitfld.long 0x00 22. " WKOC ,Wake on Over-current Enable" "Disabled,Enabled" bitfld.long 0x00 21. " WKDC ,Wake on Disconnect Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20. " WKCN ,Wake on Connect Enable" "Disabled,Enabled" bitfld.long 0x00 16.--19. " PTC[3:0] ,Port Test Control" "Disabled,J_STATE,K_STATE,NAK,Packet,FORCE_ENABLE_HS,FORCE_ENABLE_FS,FORCE_ENABLE_LS,?..." textline " " bitfld.long 0x00 14.--15. " PIC ,Port Indicator Control" "Disabled,Amber,Green,?..." bitfld.long 0x00 13. " PO ,Port Owner (Reserved)" "Cleared,Set" textline " " bitfld.long 0x00 12. " PP ,Port Power" "Not available,Available" bitfld.long 0x00 10.--11. " LS ,Line Status" "SE0,J-state,K-state,?..." textline " " bitfld.long 0x00 9. " HSP ,High-Speed Port" "Not high-speed,High-speed" bitfld.long 0x00 8. " PR ,Port Reset" "No reset,Reset" textline " " bitfld.long 0x00 7. " SUSP ,Suspend" "Not suspended,Suspended" bitfld.long 0x00 6. " FPR ,Force Port Resume" "Not forced,Forced" textline " " eventfld.long 0x00 5. " OCC ,Over-current Change" "Not changed,Changed" bitfld.long 0x00 4. " OCA ,Over-current Active" "Not over-current,Over-current" textline " " eventfld.long 0x00 3. " PEC ,Port Enable/Disable Change" "Not changed,Changed" bitfld.long 0x00 2. " PE ,Port Enabled/Disabled" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " CCS ,Current Connect Status" "Not attached,Attached" else hgroup.long (0x184+0x00)++0x03 hide.long 0x00 "USB1_PORTSC1,Port 1 Status and Control Register" endif group.long 0x1a4++0x03 line.long 0x00 "USB1_OTGSC,OTG Status Control Register" bitfld.long 0x00 30. " DPIE ,Data Pulse Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 29. " 1MSE ,1 Milisecond Timer Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 28. " BSEIE ,B Session End Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 27. " BSVIE ,B Session Valid Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 26. " ASVIE ,A Session Valid Interrupt Enable" "Disabled,Enabled" bitfld.long 0x00 25. " AVVIE ,A VBus Valid Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 24. " IDIE ,USB ID Interrupt Enable" "Disabled,Enabled" eventfld.long 0x00 22. " DPIS ,Data Pulse Interrupt Status" "No interrupt,Interrupt" textline " " eventfld.long 0x00 21. " 1MSS ,1 Milisecond Timer Interrupt Status" "No interrupt,Interrupt" eventfld.long 0x00 20. " BSEIS ,B Session End Interrupt Status" "No interrupt,Interrupt" textline " " eventfld.long 0x00 19. " BSVIS ,B Session Valid Interrupt Status" "No interrupt,Interrupt" eventfld.long 0x00 18. " ASVIS ,A Session Valid Interrupt Status" "No interrupt,Interrupt" textline " " eventfld.long 0x00 17. " AVVIS ,A VBus Valid Interrupt Status" "No interrupt,Interrupt" eventfld.long 0x00 16. " IDIS ,USB ID Interrupt Status" "No interrupt,Interrupt" textline " " bitfld.long 0x00 14. " DPS ,Data Bus Pulsing Status" "Not detected,Detected" bitfld.long 0x00 13. " 1MST ,1 Milisecond Timer Toggle" "Not toggled,Toggled" textline " " bitfld.long 0x00 12. " BSE ,B Session End" "Not ended,Ended" bitfld.long 0x00 11. " BSV ,B Session Valid" "Not valid,Valid" textline " " bitfld.long 0x00 10. " ASV ,A Session Valid" "Not valid,Valid" bitfld.long 0x00 9. " AVV ,A VBus Valid" "Not valid,Valid" textline " " bitfld.long 0x00 8. " ID ,USB ID" "A device,B device" bitfld.long 0x00 5. " IDPU ,ID Pullup" "Disabled,Enabled" textline " " sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x00 4. " DP ,Data Pulsing" "Disabled,Enabled" textline " " endif bitfld.long 0x00 3. " OT ,OTG Termination" "Disabled,Enabled" textline " " sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x00 1. " VC ,VBUS Charge" "Not charged,Charged" textline " " endif bitfld.long 0x00 0. " VD ,VBUS Discharge" "Not discharged,Discharged" group.long (0x1a8+0x00)++0x03 line.long 0x00 "USB1_USBMODE,USB Device Mode Register" bitfld.long 0x00 4. " SDIS ,Stream Disable Mode" "Inactive,Active" bitfld.long 0x00 3. " SLOM ,Setup Lockout Mode" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " ES ,Endian Select" "Little,Big" bitfld.long 0x00 0.--1. " CM[1:0] ,Controller Mode" "Idle,Reserved,Device,Host" width 22. if ((per.long(0x00+ad:0x40034000+0x1a8)&0x3)==0x2) group.long 0x1ac++0x0b line.long 0x00 "USB1_ENDPTSETUPSTAT,Endpoint Setup Status Register" bitfld.long 0x00 15. " ENDPTSETUPSTAT[15] ,Setup Endpoint Status" "Not received,Received" bitfld.long 0x00 14. " ENDPTSETUPSTAT[14] ,Setup Endpoint Status" "Not received,Received" textline " " bitfld.long 0x00 13. " ENDPTSETUPSTAT[13] ,Setup Endpoint Status" "Not received,Received" bitfld.long 0x00 12. " ENDPTSETUPSTAT[12] ,Setup Endpoint Status" "Not received,Received" textline " " bitfld.long 0x00 11. " ENDPTSETUPSTAT[11] ,Setup Endpoint Status" "Not received,Received" bitfld.long 0x00 10. " ENDPTSETUPSTAT[10] ,Setup Endpoint Status" "Not received,Received" textline " " bitfld.long 0x00 9. " ENDPTSETUPSTAT[09] ,Setup Endpoint Status" "Not received,Received" bitfld.long 0x00 8. " ENDPTSETUPSTAT[08] ,Setup Endpoint Status" "Not received,Received" textline " " bitfld.long 0x00 7. " ENDPTSETUPSTAT[07] ,Setup Endpoint Status" "Not received,Received" bitfld.long 0x00 6. " ENDPTSETUPSTAT[06] ,Setup Endpoint Status" "Not received,Received" textline " " bitfld.long 0x00 5. " ENDPTSETUPSTAT[05] ,Setup Endpoint Status" "Not received,Received" bitfld.long 0x00 4. " ENDPTSETUPSTAT[04] ,Setup Endpoint Status" "Not received,Received" textline " " bitfld.long 0x00 3. " ENDPTSETUPSTAT[03] ,Setup Endpoint Status" "Not received,Received" bitfld.long 0x00 2. " ENDPTSETUPSTAT[02] ,Setup Endpoint Status" "Not received,Received" textline " " bitfld.long 0x00 1. " ENDPTSETUPSTAT[01] ,Setup Endpoint Status" "Not received,Received" bitfld.long 0x00 0. " ENDPTSETUPSTAT[00] ,Setup Endpoint Status" "Not received,Received" line.long 0x04 "USB1_ENDPTPRIME,Endpoint Initialization Register" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x04 23. " PETB7 ,Prime Endpoint Transmit Buffer" "Not prime,Prime" bitfld.long 0x04 22. " PETB6 ,Prime Endpoint Transmit Buffer" "Not prime,Prime" textline " " endif bitfld.long 0x04 21. " PETB5 ,Prime Endpoint Transmit Buffer" "Not prime,Prime" bitfld.long 0x04 20. " PETB4 ,Prime Endpoint Transmit Buffer" "Not prime,Prime" textline " " bitfld.long 0x04 19. " PETB3 ,Prime Endpoint Transmit Buffer" "Not prime,Prime" bitfld.long 0x04 18. " PETB2 ,Prime Endpoint Transmit Buffer" "Not prime,Prime" textline " " bitfld.long 0x04 17. " PETB1 ,Prime Endpoint Transmit Buffer" "Not prime,Prime" bitfld.long 0x04 16. " PETB0 ,Prime Endpoint Transmit Buffer" "Not prime,Prime" textline " " sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x04 7. " PERB7 ,Prime Endpoint Receive Buffer" "Not prime,Prime" bitfld.long 0x04 6. " PERB6 ,Prime Endpoint Receive Buffer" "Not prime,Prime" textline " " endif bitfld.long 0x04 5. " PERB5 ,Prime Endpoint Receive Buffer" "Not prime,Prime" bitfld.long 0x04 4. " PERB4 ,Prime Endpoint Receive Buffer" "Not prime,Prime" textline " " bitfld.long 0x04 3. " PERB3 ,Prime Endpoint Receive Buffer" "Not prime,Prime" bitfld.long 0x04 2. " PERB2 ,Prime Endpoint Receive Buffer" "Not prime,Prime" textline " " bitfld.long 0x04 1. " PERB1 ,Prime Endpoint Receive Buffer" "Not prime,Prime" bitfld.long 0x04 0. " PERB0 ,Prime Endpoint Receive Buffer" "Not prime,Prime" line.long 0x08 "USB1_ENDPTFLUSH,Endpoint De-Initialize Register" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x08 23. " FETB7 ,Flush Endpoint Transmit Buffer" "Not flushed,Flushed" bitfld.long 0x08 22. " FETB6 ,Flush Endpoint Transmit Buffer" "Not flushed,Flushed" textline " " endif bitfld.long 0x08 21. " FETB5 ,Flush Endpoint Transmit Buffer" "Not flushed,Flushed" bitfld.long 0x08 20. " FETB4 ,Flush Endpoint Transmit Buffer" "Not flushed,Flushed" textline " " bitfld.long 0x08 19. " FETB3 ,Flush Endpoint Transmit Buffer" "Not flushed,Flushed" bitfld.long 0x08 18. " FETB2 ,Flush Endpoint Transmit Buffer" "Not flushed,Flushed" textline " " bitfld.long 0x08 17. " FETB1 ,Flush Endpoint Transmit Buffer" "Not flushed,Flushed" bitfld.long 0x08 16. " FETB0 ,Flush Endpoint Transmit Buffer" "Not flushed,Flushed" textline " " sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x08 7. " FERB7 ,Flush Endpoint Receive Buffer" "Not flushed,Flushed" bitfld.long 0x08 6. " FERB6 ,Flush Endpoint Receive Buffer" "Not flushed,Flushed" textline " " endif bitfld.long 0x08 5. " FERB5 ,Flush Endpoint Receive Buffer" "Not flushed,Flushed" bitfld.long 0x08 4. " FERB4 ,Flush Endpoint Receive Buffer" "Not flushed,Flushed" textline " " bitfld.long 0x08 3. " FERB3 ,Flush Endpoint Receive Buffer" "Not flushed,Flushed" bitfld.long 0x08 2. " FERB2 ,Flush Endpoint Receive Buffer" "Not flushed,Flushed" textline " " bitfld.long 0x08 1. " FERB1 ,Flush Endpoint Receive Buffer" "Not flushed,Flushed" bitfld.long 0x08 0. " FERB0 ,Flush Endpoint Receive Buffer" "Not flushed,Flushed" rgroup.long 0x1b8++0x03 line.long 0x00 "USB1_ENDPTSTAT,Endpoint Status Register" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x00 23. " ETBR7 ,Endpoint Transmit Buffer Ready" "Not ready,Ready" bitfld.long 0x00 22. " ETBR6 ,Endpoint Transmit Buffer Ready" "Not ready,Ready" textline " " endif bitfld.long 0x00 21. " ETBR5 ,Endpoint Transmit Buffer Ready" "Not ready,Ready" bitfld.long 0x00 20. " ETBR4 ,Endpoint Transmit Buffer Ready" "Not ready,Ready" textline " " bitfld.long 0x00 19. " ETBR3 ,Endpoint Transmit Buffer Ready" "Not ready,Ready" bitfld.long 0x00 18. " ETBR2 ,Endpoint Transmit Buffer Ready" "Not ready,Ready" textline " " bitfld.long 0x00 17. " ETBR1 ,Endpoint Transmit Buffer Ready" "Not ready,Ready" bitfld.long 0x00 16. " ETBR0 ,Endpoint Transmit Buffer Ready" "Not ready,Ready" textline " " sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x00 7. " ERBR7 ,Endpoint Receive Buffer Ready" "Not ready,Ready" bitfld.long 0x00 6. " ERBR6 ,Endpoint Receive Buffer Ready" "Not ready,Ready" textline " " endif bitfld.long 0x00 5. " ERBR5 ,Endpoint Receive Buffer Ready" "Not ready,Ready" bitfld.long 0x00 4. " ERBR4 ,Endpoint Receive Buffer Ready" "Not ready,Ready" textline " " bitfld.long 0x00 3. " ERBR3 ,Endpoint Receive Buffer Ready" "Not ready,Ready" bitfld.long 0x00 2. " ERBR2 ,Endpoint Receive Buffer Ready" "Not ready,Ready" textline " " bitfld.long 0x00 1. " ERBR1 ,Endpoint Receive Buffer Ready" "Not ready,Ready" bitfld.long 0x00 0. " ERBR0 ,Endpoint Receive Buffer Ready" "Not ready,Ready" group.long 0x1bc++0x03 line.long 0x00 "USB1_ENDPTCOMPLETE,Endpoint Compete Register" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x00 23. " ETCE7 ,Endpoint Transmit Complete Event" "Not occurred,Occurred" bitfld.long 0x00 22. " ETCE6 ,Endpoint Transmit Complete Event" "Not occurred,Occurred" textline " " endif bitfld.long 0x00 21. " ETCE5 ,Endpoint Transmit Complete Event" "Not occurred,Occurred" bitfld.long 0x00 20. " ETCE4 ,Endpoint Transmit Complete Event" "Not occurred,Occurred" textline " " bitfld.long 0x00 19. " ETCE3 ,Endpoint Transmit Complete Event" "Not occurred,Occurred" bitfld.long 0x00 18. " ETCE2 ,Endpoint Transmit Complete Event" "Not occurred,Occurred" textline " " bitfld.long 0x00 17. " ETCE1 ,Endpoint Transmit Complete Event" "Not occurred,Occurred" bitfld.long 0x00 16. " ETCE0 ,Endpoint Transmit Complete Event" "Not occurred,Occurred" textline " " sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x00 7. " ERCE7 ,Endpoint Receive Complete Event" "Not occurred,Occurred" bitfld.long 0x00 6. " ERCE6 ,Endpoint Receive Complete Event" "Not occurred,Occurred" textline " " endif bitfld.long 0x00 5. " ERCE5 ,Endpoint Receive Complete Event" "Not occurred,Occurred" bitfld.long 0x00 4. " ERCE4 ,Endpoint Receive Complete Event" "Not occurred,Occurred" textline " " bitfld.long 0x00 3. " ERCE3 ,Endpoint Receive Complete Event" "Not occurred,Occurred" bitfld.long 0x00 2. " ERCE2 ,Endpoint Receive Complete Event" "Not occurred,Occurred" textline " " bitfld.long 0x00 1. " ERCE1 ,Endpoint Receive Complete Event" "Not occurred,Occurred" bitfld.long 0x00 0. " ERCE0 ,Endpoint Receive Complete Event" "Not occurred,Occurred" else hgroup.long 0x1ac++0x13 hide.long 0x00 "USB1_ENDPTSETUPSTAT,Endpoint Setup Status Register" hide.long 0x04 "USB1_ENDPTPRIME,Endpoint Initialization Register" hide.long 0x08 "USB1_ENDPTFLUSH,Endpoint De-Initialize Register" hide.long 0x0c "USB1_ENDPTSTAT,Endpoint Status Register" hide.long 0x10 "USB1_ENDPTCOMPLETE,Endpoint Compete Register" endif width 16. group.long 0x1c0++0x03 line.long 0x00 "USB1_ENDPTCTRL0,Endpoint Control 0 Register" bitfld.long 0x00 23. " TXE ,TX Endpoint Enable" "Disabled,Enabled" bitfld.long 0x00 18.--19. " TXT ,TX Endpoint Type" "Control,?..." bitfld.long 0x00 16. " TXS ,TX Endpoint Stall" "Not stalled,Stalled" textline " " bitfld.long 0x00 7. " RXE ,RX Endpoint Enable" "Disabled,Enabled" bitfld.long 0x00 2.--3. " RXT ,RX Endpoint Type" "Control,?..." bitfld.long 0x00 0. " RXS ,RX Endpoint Stall" "Not stalled,Stalled" group.long 0x1C4++0x03 line.long 0x00 "USB1_ENDPTCTRL1,Endpoint Control 1 Register" bitfld.long 0x00 23. " TXE ,TX Endpoint Enable" "Disabled,Enabled" bitfld.long 0x00 22. " TXR ,TX Data Toggle Reset" "No effect,Reset" bitfld.long 0x00 21. " TXI ,TX Data Toggle Inhibit" "Enabled,Disabled" textline " " bitfld.long 0x00 18.--19. " TXT ,TX Endpoint Type" "Control,Isochronous,Bulk,Interrupt" bitfld.long 0x00 17. " TXD ,TX Endpoint Data Source" "Dual port memory buffer,Undefined" bitfld.long 0x00 16. " TXS ,TX Endpoint Stall" "Not stalled,Stalled" textline " " bitfld.long 0x00 7. " RXE ,RX Endpoint Enable" "Disabled,Enabled" bitfld.long 0x00 6. " RXR ,RX Data Toggle Reset" "No effect,Reset" bitfld.long 0x00 5. " RXI ,RX Data Toggle Inhibit" "Disabled,Enabled" textline " " bitfld.long 0x00 2.--3. " RXT ,RX Endpoint Type" "Control,Isochronous,Bulk,?..." bitfld.long 0x00 1. " RXD ,RX Endpoint Data Sink" "Dual port memory buffer,Undefined" bitfld.long 0x00 0. " RXS ,RX Endpoint Stall" "Not stalled,Stalled" group.long 0x1C8++0x03 line.long 0x00 "USB1_ENDPTCTRL2,Endpoint Control 2 Register" bitfld.long 0x00 23. " TXE ,TX Endpoint Enable" "Disabled,Enabled" bitfld.long 0x00 22. " TXR ,TX Data Toggle Reset" "No effect,Reset" bitfld.long 0x00 21. " TXI ,TX Data Toggle Inhibit" "Enabled,Disabled" textline " " bitfld.long 0x00 18.--19. " TXT ,TX Endpoint Type" "Control,Isochronous,Bulk,Interrupt" bitfld.long 0x00 17. " TXD ,TX Endpoint Data Source" "Dual port memory buffer,Undefined" bitfld.long 0x00 16. " TXS ,TX Endpoint Stall" "Not stalled,Stalled" textline " " bitfld.long 0x00 7. " RXE ,RX Endpoint Enable" "Disabled,Enabled" bitfld.long 0x00 6. " RXR ,RX Data Toggle Reset" "No effect,Reset" bitfld.long 0x00 5. " RXI ,RX Data Toggle Inhibit" "Disabled,Enabled" textline " " bitfld.long 0x00 2.--3. " RXT ,RX Endpoint Type" "Control,Isochronous,Bulk,?..." bitfld.long 0x00 1. " RXD ,RX Endpoint Data Sink" "Dual port memory buffer,Undefined" bitfld.long 0x00 0. " RXS ,RX Endpoint Stall" "Not stalled,Stalled" group.long 0x1CC++0x03 line.long 0x00 "USB1_ENDPTCTRL3,Endpoint Control 3 Register" bitfld.long 0x00 23. " TXE ,TX Endpoint Enable" "Disabled,Enabled" bitfld.long 0x00 22. " TXR ,TX Data Toggle Reset" "No effect,Reset" bitfld.long 0x00 21. " TXI ,TX Data Toggle Inhibit" "Enabled,Disabled" textline " " bitfld.long 0x00 18.--19. " TXT ,TX Endpoint Type" "Control,Isochronous,Bulk,Interrupt" bitfld.long 0x00 17. " TXD ,TX Endpoint Data Source" "Dual port memory buffer,Undefined" bitfld.long 0x00 16. " TXS ,TX Endpoint Stall" "Not stalled,Stalled" textline " " bitfld.long 0x00 7. " RXE ,RX Endpoint Enable" "Disabled,Enabled" bitfld.long 0x00 6. " RXR ,RX Data Toggle Reset" "No effect,Reset" bitfld.long 0x00 5. " RXI ,RX Data Toggle Inhibit" "Disabled,Enabled" textline " " bitfld.long 0x00 2.--3. " RXT ,RX Endpoint Type" "Control,Isochronous,Bulk,?..." bitfld.long 0x00 1. " RXD ,RX Endpoint Data Sink" "Dual port memory buffer,Undefined" bitfld.long 0x00 0. " RXS ,RX Endpoint Stall" "Not stalled,Stalled" group.long 0x1D0++0x03 line.long 0x00 "USB1_ENDPTCTRL4,Endpoint Control 4 Register" bitfld.long 0x00 23. " TXE ,TX Endpoint Enable" "Disabled,Enabled" bitfld.long 0x00 22. " TXR ,TX Data Toggle Reset" "No effect,Reset" bitfld.long 0x00 21. " TXI ,TX Data Toggle Inhibit" "Enabled,Disabled" textline " " bitfld.long 0x00 18.--19. " TXT ,TX Endpoint Type" "Control,Isochronous,Bulk,Interrupt" bitfld.long 0x00 17. " TXD ,TX Endpoint Data Source" "Dual port memory buffer,Undefined" bitfld.long 0x00 16. " TXS ,TX Endpoint Stall" "Not stalled,Stalled" textline " " bitfld.long 0x00 7. " RXE ,RX Endpoint Enable" "Disabled,Enabled" bitfld.long 0x00 6. " RXR ,RX Data Toggle Reset" "No effect,Reset" bitfld.long 0x00 5. " RXI ,RX Data Toggle Inhibit" "Disabled,Enabled" textline " " bitfld.long 0x00 2.--3. " RXT ,RX Endpoint Type" "Control,Isochronous,Bulk,?..." bitfld.long 0x00 1. " RXD ,RX Endpoint Data Sink" "Dual port memory buffer,Undefined" bitfld.long 0x00 0. " RXS ,RX Endpoint Stall" "Not stalled,Stalled" group.long 0x1D4++0x03 line.long 0x00 "USB1_ENDPTCTRL5,Endpoint Control 5 Register" bitfld.long 0x00 23. " TXE ,TX Endpoint Enable" "Disabled,Enabled" bitfld.long 0x00 22. " TXR ,TX Data Toggle Reset" "No effect,Reset" bitfld.long 0x00 21. " TXI ,TX Data Toggle Inhibit" "Enabled,Disabled" textline " " bitfld.long 0x00 18.--19. " TXT ,TX Endpoint Type" "Control,Isochronous,Bulk,Interrupt" bitfld.long 0x00 17. " TXD ,TX Endpoint Data Source" "Dual port memory buffer,Undefined" bitfld.long 0x00 16. " TXS ,TX Endpoint Stall" "Not stalled,Stalled" textline " " bitfld.long 0x00 7. " RXE ,RX Endpoint Enable" "Disabled,Enabled" bitfld.long 0x00 6. " RXR ,RX Data Toggle Reset" "No effect,Reset" bitfld.long 0x00 5. " RXI ,RX Data Toggle Inhibit" "Disabled,Enabled" textline " " bitfld.long 0x00 2.--3. " RXT ,RX Endpoint Type" "Control,Isochronous,Bulk,?..." bitfld.long 0x00 1. " RXD ,RX Endpoint Data Sink" "Dual port memory buffer,Undefined" bitfld.long 0x00 0. " RXS ,RX Endpoint Stall" "Not stalled,Stalled" width 0xb tree "USB Analog 1" base ad:0x40050200 width 37. group.long 0x00++0x03 line.long 0x00 "USB_ANALOG_USB1_VBUS_DETECT,USB1 VBUS Detect control register" bitfld.long 0x00 31. " EN_CHARGER_RESISTOR ,125k pullup on USB_DP and 375k on USB_DM Enable" "Disabled,Enabled" bitfld.long 0x00 27. " CHARGE_VBUS ,USB OTG charge VBUS" "Disabled,Enabled" bitfld.long 0x00 26. " DISCHARGE_VBUS ,USB OTG discharge VBUS" "Disabled,Enabled" textline " " bitfld.long 0x00 20. " VBUSVALID_PWRUP_CMPS ,Powers up comparators for VBUS_valid detector" "Disabled,Enabled" bitfld.long 0x00 18. " VBUSVALID_TO_B ,Bvalid to the VBUSVALID multiplexing" "Disabled,Enabled" bitfld.long 0x00 7. " VBUSVALID_OVERRIDE ,Override value for the VBUSVALID hardware signal" "No override,Override" textline " " bitfld.long 0x00 6. " AVALID_OVERRIDE ,Override value for the AVALID hardware signal" "No override,Override" bitfld.long 0x00 5. " BVALID_OVERRIDE ,Override value for the BVALID hardware signal" "No override,Override" bitfld.long 0x00 4. " SESSEND_OVERRIDE ,Override value for the SESSEND hardware signal" "No override,Override" textline " " bitfld.long 0x00 3. " VBUS_OVERRIDE_EN ,Enable the override of the hardware signals" "Disabled,Enabled" bitfld.long 0x00 0.--2. " VBUSVALID_THRESH ,Set the threshold for the VBUSVALID comparator" "4.0V,4.1V,4.2V,4.3V,4.4V,4.5V,4.6V,4.7V" width 30. group.long 0x10++0x03 line.long 0x00 "USB_ANALOG_USB1_CHRG_DETECT,USB1 Charger Detect control register" bitfld.long 0x00 22. " CHRG_DET_CTRL ,Forces internal USB charging circuitery" "Disabled,Enabled" rbitfld.long 0x00 21. " CHRG_DET_STATUS ,Status of internal charge detection" "Not detected,Detected" bitfld.long 0x00 20. " EN_B ,Enables the charger detector" "Enabled,Disabled" textline " " bitfld.long 0x00 19. " CHK_CHRG_B ,Charger is connected to USB port" "Check,Do not check" bitfld.long 0x00 18. " CHK_CONTACT ,USB plug has been in contact with each other" "Do not check,Check" bitfld.long 0x00 0. " FORCE_DETECT ,Signal the presence of a charger" "Not forced,Forced" width 37. rgroup.long 0x20++0x03 line.long 0x00 "USB_ANALOG_USB1_VBUS_DETECT_STATUS,USB1 VBUS Detect Status definition register" bitfld.long 0x00 3. " VBUS_VALID ,VBUS valid for USB OTG" "Not valid,Valid" bitfld.long 0x00 2. " AVALID ,VBUS is valid for a A-peripheral" "Not valid,Valid" bitfld.long 0x00 1. " BVALID ,VBUS valid for USB B-session" "Not valid,Valid" textline " " bitfld.long 0x00 0. " SESSEND ,Session end for USB OTG" "Not ended,Ended" rgroup.long 0x30++0x03 line.long 0x00 "USB_ANALOG_USB1_CHRG_DETECT_STATUS,USB1 Charger Detect Status definition register" bitfld.long 0x00 3. " DP_STATE ,DP line state output of the charger detector" "0,1" bitfld.long 0x00 2. " DM_STATE ,DM line state output of the charger detector" "0,1" bitfld.long 0x00 1. " CHRG_DETECTED ,State of the analog signal" "Not connected,Connected" textline " " bitfld.long 0x00 0. " PLUG_CONTACT ,Contact status of the USB plug" "Not contacted,Contacted" width 27. group.long 0x40++0x03 line.long 0x00 "USB_ANALOG_USB1_LOOPBACK,USB1 Loopback register" rbitfld.long 0x00 8. " UTMO_DIG_TST1 ,USB1 Loopback" "Pass,Not pass" rbitfld.long 0x00 7. " UTMO_DIG_TST0 ,USB1 Loopback" "Pass,Not pass" bitfld.long 0x00 6. " TSTI_TX_HIZ ,Makes TX HIZ for USB1" "TX not HIZ,TX HIZ" textline " " bitfld.long 0x00 5. " TSTI_TX_EN ,Enables TX for USB1" "Disabled,Enabled" bitfld.long 0x00 4. " TSTI_TX_LS_MODE ,Chooses LS mode for USB1" "HS,LS" bitfld.long 0x00 3. " TSTI_TX_HS_MODE ,Chooses HS or FS mode for USB1" "FS,HS" textline " " bitfld.long 0x00 2. " UTMI_DIG_TST1 ,Test 1 loopback mode for USB1" "Disabled,Enabled" bitfld.long 0x00 1. " UTMI_DIG_TST0 ,Test 0 loopback mode for USB1." "Disabled,Enabled" bitfld.long 0x00 0. " UTMI_TESTSTART ,Enables the USB1 loopback test" "Disabled,Enabled" group.long 0x50++0x03 line.long 0x00 "USB_ANALOG_USB1_MISC,USB1 Miscellaneous definition register" bitfld.long 0x00 30. " EN_CLK_TO_UTMI ,Enables the clk to the UTMI block" "Disabled,Enabled" bitfld.long 0x00 1. " EN_DEGLITCH ,Enables the deglitching circuit of the USB PLL output" "Disabled,Enabled" bitfld.long 0x00 0. " HS_USE_EXTERNAL_R ,External resistor" "0,1" width 0x0B tree.end tree.end tree.end tree "USBPHY (Universal Serial Bus 2.0 Integrated PHY)" tree "USBPHY 0" base ad:0x40050800 width 22. group.long 0x00++0x13 line.long 0x00 "USBPHY_PWD,USB PHY Power-Down Register" bitfld.long 0x00 20. " RXPWDRX ,Receiver block power-down" "Normal,Power-down" bitfld.long 0x00 19. " RXPWDDIFF ,High-speed differential receiver power-down" "Normal,Power-down" bitfld.long 0x00 18. " RXPWD1PT1 ,Full-speed differential receiver power-down" "Normal,Power-down" textline " " bitfld.long 0x00 17. " RXPWDENV ,High-speed receiver envelope detector power-down" "Normal,Power-down" bitfld.long 0x00 12. " TXPWDV2I ,Transmit V-to-I converter and the current mirror power-down" "Normal,Power-down" bitfld.long 0x00 11. " TXPWDIBIAS ,Current bias block for the transmitter power-down" "Normal,Power-down" textline " " bitfld.long 0x00 10. " TXPWDFS ,Full-speed drivers power-down" "Normal,Power-down" line.long 0x04 "USBPHY_PWD_SET,USB PHY Power-Down Set Register" bitfld.long 0x04 20. " RXPWDRX ,Receiver block power-down set" "No effect,Set" bitfld.long 0x04 19. " RXPWDDIFF ,High-speed differential receiver power-down set" "No effect,Set" bitfld.long 0x04 18. " RXPWD1PT1 ,Full-speed differential receiver power-down set" "No effect,Set" textline " " bitfld.long 0x04 17. " RXPWDENV ,High-speed receiver envelope detector power-down set" "No effect,Set" bitfld.long 0x04 12. " TXPWDV2I ,Transmit V-to-I converter and the current mirror power-down set" "No effect,Set" bitfld.long 0x04 11. " TXPWDIBIAS ,Current bias block for the transmitter power-down set" "No effect,Set" textline " " bitfld.long 0x04 10. " TXPWDFS ,Full-speed drivers power-down" "No effect,Set" line.long 0x08 "USBPHY_PWD_CLR,USB PHY Power-Down Clear Register" bitfld.long 0x08 20. " RXPWDRX ,Receiver block power-down clear" "No effect,Cleared" bitfld.long 0x08 19. " RXPWDDIFF ,High-speed differential receiver power-down clear" "No effect,Cleared" bitfld.long 0x08 18. " RXPWD1PT1 ,Full-speed differential receiver power-down clear" "No effect,Cleared" textline " " bitfld.long 0x08 17. " RXPWDENV ,High-speed receiver envelope detector power-down clear" "No effect,Cleared" bitfld.long 0x08 12. " TXPWDV2I ,Transmit V-to-I converter and the current mirror power-down clear" "No effect,Cleared" bitfld.long 0x08 11. " TXPWDIBIAS ,Current bias block for the transmitter power-down clear" "No effect,Cleared" textline " " bitfld.long 0x08 10. " TXPWDFS ,Full-speed drivers power-down clear" "No effect,Cleared" line.long 0x0C "USBPHY_PWD_TOG,USB PHY Power-Down Toggle Register" bitfld.long 0x0C 20. " RXPWDRX ,Receiver block power-down toggle" "No effect,Toggled" bitfld.long 0x0C 19. " RXPWDDIFF ,High-speed differential receiver power-down toggle" "No effect,Toggled" bitfld.long 0x0C 18. " RXPWD1PT1 ,Full-speed differential receiver power-down toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 17. " RXPWDENV ,High-speed receiver envelope detector power-down toggle" "No effect,Toggled" bitfld.long 0x0C 12. " TXPWDV2I ,Transmit V-to-I converter and the current mirror power-down toggle" "No effect,Toggled" bitfld.long 0x0C 11. " TXPWDIBIAS ,Current bias block for the transmitter power-down toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 10. " TXPWDFS ,Full-speed drivers power-down toggle" "No effect,Toggled" line.long 0x10 "USBPHY_TX,USB PHY Transmitter Control Register" sif cpuis("IMXRT1021") bitfld.long 0x10 26.--28. " USBPHY_TX_EDGECTRL ,Edge-rate of the current sensing transistors used in HS transmit" "0,1,2,3,4,5,6,7" textline " " endif bitfld.long 0x10 16.--19. " TXCAL45DP ,Resistance selection to the USB_DP output pin" "0(maximum),1,2,3,4,5,6,7,8,9,10,11,12,13,14,15(minimum)" bitfld.long 0x10 8.--11. " TXCAL45DN ,Resistance selection to the USB_DN output pin" "0(maximum),1,2,3,4,5,6,7,8,9,10,11,12,13,14,15(minimum)" bitfld.long 0x10 0.--3. " D_CAL ,Resistor Trimming Code" "0.16%,,,,,,,Nominal,,,,,,,,+25%" group.long 0x20++0x0F line.long 0x00 "USBPHY_RX,USB PHY Receiver Control Register" bitfld.long 0x00 22. " RXDBYPASS ,Bypass" "Normal,Single-ended" bitfld.long 0x00 4.--6. " DISCONADJ ,Adjusts the trip point for the disconnect detector" "0.57500 V,0.56875 V,0.58125 V,0.58750 V,?..." bitfld.long 0x00 0.--2. " ENVADJ ,Adjusts the trip point for the envelope detector" "0.12500 V,0.10000 V,0.13750 V,0.15000 V,?..." line.long 0x04 "USBPHY_RX_SET,USB PHY Receiver Set Register" bitfld.long 0x04 22. " RXDBYPASS ,Bypass set" "No effect,Set" bitfld.long 0x04 4.--6. " DISCONADJ ,Adjusts the trip point for the disconnect detector" "0.57500 V,0.56875 V,0.58125 V,0.58750 V,?..." bitfld.long 0x04 0.--2. " ENVADJ ,Adjusts the trip point for the envelope detector" "0.12500 V,0.10000 V,0.13750 V,0.15000 V,?..." line.long 0x08 "USBPHY_RX_CLR,USB PHY Receiver Clear Register" bitfld.long 0x08 22. " RXDBYPASS ,Bypass clear" "No effect,Cleared" bitfld.long 0x08 4.--6. " DISCONADJ ,Adjusts the trip point for the disconnect detector" "0.57500 V,0.56875 V,0.58125 V,0.58750 V,?..." bitfld.long 0x08 0.--2. " ENVADJ ,Adjusts the trip point for the envelope detector" "0.12500 V,0.10000 V,0.13750 V,0.15000 V,?..." line.long 0x0C "USBPHY_RX_TOG,USB PHY Receiver Toggle Register" bitfld.long 0x0C 22. " RXDBYPASS ,Bypass toggle" "No effect,Toggled" bitfld.long 0x0C 4.--6. " DISCONADJ ,Adjusts the trip point for the disconnect detector" "0.57500 V,0.56875 V,0.58125 V,0.58750 V,?..." bitfld.long 0x0C 0.--2. " ENVADJ ,Adjusts the trip point for the envelope detector" "0.12500 V,0.10000 V,0.13750 V,0.15000 V,?..." group.long 0x30++0x13 line.long 0x00 "USBPHY_CTRL,USB PHY General Control Register" bitfld.long 0x00 31. " SFTRST ,Soft reset" "No reset,Reset" bitfld.long 0x00 30. " CLKGATE ,Gate UTMI Clocks" "Running,Gated" sif cpuis("IMXRT1021") rbitfld.long 0x00 29. " UTMI_SUSPENDM ,UTMI suspend mode" "Powered-down,Not powered-down" else bitfld.long 0x00 29. " UTMI_SUSPENDM ,UTMI suspend mode" "Disabled,Enabled" endif textline " " bitfld.long 0x00 28. " HOST_FORCE_LS_SE0 ,Forces the next FS packet that is transmitted to have a EOP with LS timing" "Not forced,Forced" sif cpuis("IMXRT1021") rbitfld.long 0x00 27. " OTG_ID_VALUE ,Results of ID pin on MiniAB plug" "Host (A),Device (B)" else bitfld.long 0x00 27. " OTG_ID_VALUE ,ID value" "False/host(A),True/device(B)" bitfld.long 0x00 26. " ENAUTOSET_USBCLKS ,USB clocks autoset enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25. " ENAUTOCLR_USBCLKGATE ,USB clock gate autoclear enable" "Disabled,Enabled" endif textline " " bitfld.long 0x00 24. " FSDLL_RST_EN ,FSDLL reset enable" "Disabled,Enabled" bitfld.long 0x00 23. " ENVBUSCHG_WKUP ,Wakeup USB if VBUS is toggled when USB is suspended enable" "Disabled,Enabled" textline " " bitfld.long 0x00 22. " ENIDCHG_WKUP ,Wakeup USB if ID is toggled when USB is suspended enable" "Disabled,Enabled" bitfld.long 0x00 21. " ENDPDMCHG_WKUP ,Wakeup USB if DP/DM is toggled when USB is suspended enable" "Disabled,Enabled" bitfld.long 0x00 20. " ENAUTOCLR_PHY_PWD ,Auto-clear the PWD register bits enable" "Disabled,Enabled" textline " " bitfld.long 0x00 19. " ENAUTOCLR_CLKGATE ,Auto-clear the CLKGATE bit enable" "Disabled,Enabled" bitfld.long 0x00 18. " ENAUTO_PWRON_PLL ,Auto-enable the POWER bit enable" "Disabled,Enabled" bitfld.long 0x00 17. " WAKEUP_IRQ ,Wake-up event" "Not occurred,Occurred" textline " " bitfld.long 0x00 16. " ENIRQWAKEUP ,Interrupt for the wakeup events enable" "Disabled,Enabled" bitfld.long 0x00 15. " ENUTMILEVEL3 ,UTMI+ Level3 enable" "Disabled,Enabled" bitfld.long 0x00 14. " ENUTMILEVEL2 ,UTMI+ Level2 enable" "Disabled,Enabled" textline " " bitfld.long 0x00 13. " DATA_ON_LRADC ,LRADC to monitor USB_DP and USB_DM enable" "Disabled,Enabled" bitfld.long 0x00 12. " DEVPLUGIN_IRQ ,Device connection" "No interrupt,Interrupt" bitfld.long 0x00 11. " ENIRQDEVPLUGIN ,Interrupt for the detection of connectivity to the USB line" "Disabled,Enabled" textline " " bitfld.long 0x00 10. " RESUME_IRQ ,Sending a wake-up after suspend" "Not sent,Sent" bitfld.long 0x00 9. " ENIRQRESUMEDETECT ,Interrupt for detection of a non-J state on the USB line enable" "Disabled,Enabled" bitfld.long 0x00 8. " RESUMEIRQSTICKY ,Resume_IRQ sticky bit" "During wake-up,Until software clear" textline " " bitfld.long 0x00 7. " ENOTGIDDETECT ,Circuit to detect resistance of MiniAB ID pin enable" "Disabled,Enabled" bitfld.long 0x00 6. " OTG_ID_CHG_IRQ ,OTG ID change interrupt" "No interrupt,Interrupt" bitfld.long 0x00 5. " DEVPLUGIN_POLARITY ,Devplugin polarity interrupt" "Plugged in,Unplugged" textline " " bitfld.long 0x00 4. " ENDEVPLUGINDETECT ,200-KOhm pullups enable" "Disabled,Enabled" bitfld.long 0x00 3. " HOSTDISCONDETECT_IRQ ,Device has disconnected in high-speed mode" "Not detected,Detected" bitfld.long 0x00 2. " ENIRQHOSTDISCON ,Detection of disconnection to Device when in high-speed host mode interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " ENHOSTDISCONDETECT ,High-speed disconnect detector enable" "Disabled,Enabled" bitfld.long 0x00 0. " ENOTG_ID_CHG_IRQ ,OTG_ID_CHG_IRQ enable" "Disabled,Enabled" line.long 0x04 "USBPHY_CTRL_SET,USB PHY General Control Set Register" bitfld.long 0x04 31. " SFTRST ,Soft reset set" "No effect,Set" bitfld.long 0x04 30. " CLKGATE ,Gate UTMI Clocks set" "No effect,Set" sif cpuis("IMXRT1021") rbitfld.long 0x04 29. " UTMI_SUSPENDM ,UTMI suspend mode" "No effect,Set" else bitfld.long 0x04 29. " UTMI_SUSPENDM ,UTMI suspend mode set" "No effect,Set" endif textline " " bitfld.long 0x04 28. " HOST_FORCE_LS_SE0 ,Forces the next FS packet that is transmitted to have a EOP with LS timing" "No effect,Set" sif cpuis("IMXRT1021") rbitfld.long 0x04 27. " OTG_ID_VALUE ,Results of ID pin on MiniAB plug" "No effect,Set" else bitfld.long 0x04 27. " OTG_ID_VALUE ,ID value" "False/host(A),True/device(B)" bitfld.long 0x04 26. " ENAUTOSET_USBCLKS ,USB clocks autoset set" "No effect,Set" textline " " bitfld.long 0x04 25. " ENAUTOCLR_USBCLKGATE ,USB clock gate autoclear set" "No effect,Set" endif textline " " bitfld.long 0x04 24. " FSDLL_RST_EN ,FSDLL reset set" "No effect,Set" bitfld.long 0x04 23. " ENVBUSCHG_WKUP ,Wakeup USB if VBUS is toggled when USB is suspended set" "No effect,Set" textline " " bitfld.long 0x04 22. " ENIDCHG_WKUP ,Wakeup USB if ID is toggled when USB is suspended set" "No effect,Set" bitfld.long 0x04 21. " ENDPDMCHG_WKUP ,Wakeup USB if DP/DM is toggled when USB is suspended set" "No effect,Set" bitfld.long 0x04 20. " ENAUTOCLR_PHY_PWD ,Auto-clear the PWD register bits set" "No effect,Set" textline " " bitfld.long 0x04 19. " ENAUTOCLR_CLKGATE ,Auto-clear the CLKGATE bit set" "No effect,Set" bitfld.long 0x04 18. " ENAUTO_PWRON_PLL ,Auto-enable the POWER bit set" "No effect,Set" bitfld.long 0x04 17. " WAKEUP_IRQ ,Wake-up event set" "No effect,Set" textline " " bitfld.long 0x04 16. " ENIRQWAKEUP ,Interrupt for the wakeup events set" "No effect,Set" bitfld.long 0x04 15. " ENUTMILEVEL3 ,UTMI+ Level3 set" "No effect,Set" bitfld.long 0x04 14. " ENUTMILEVEL2 ,UTMI+ Level2 set" "No effect,Set" textline " " bitfld.long 0x04 13. " DATA_ON_LRADC ,LRADC to monitor USB_DP and USB_DM set" "No effect,Set" bitfld.long 0x04 12. " DEVPLUGIN_IRQ ,Device connection set" "No effect,Set" bitfld.long 0x04 11. " ENIRQDEVPLUGIN ,Interrupt for the detection of connectivity to the USB line set" "No effect,Set" textline " " bitfld.long 0x04 10. " RESUME_IRQ ,Sending a wake-up after suspend set" "No effect,Set" bitfld.long 0x04 9. " ENIRQRESUMEDETECT ,Interrupt for detection of a non-J state on the USB line set" "No effect,Set" bitfld.long 0x04 8. " RESUMEIRQSTICKY ,Resume_IRQ sticky bit set" "No effect,Set" textline " " bitfld.long 0x04 7. " ENOTGIDDETECT ,Circuit to detect resistance of MiniAB ID pin set" "No effect,Set" bitfld.long 0x04 6. " OTG_ID_CHG_IRQ ,OTG ID change interrupt set" "No effect,Set" bitfld.long 0x04 5. " DEVPLUGIN_POLARITY ,Devplugin polarity interrupt set" "No effect,Set" textline " " bitfld.long 0x04 4. " ENDEVPLUGINDETECT ,200-KOhm pullups set" "No effect,Set" bitfld.long 0x04 3. " HOSTDISCONDETECT_IRQ ,Device has disconnected in high-speed mode set" "No effect,Set" bitfld.long 0x04 2. " ENIRQHOSTDISCON ,Detection of disconnection to Device when in high-speed host mode interrupt set" "No effect,Set" textline " " bitfld.long 0x04 1. " ENHOSTDISCONDETECT ,High-speed disconnect detector set" "No effect,Set" bitfld.long 0x04 0. " ENOTG_ID_CHG_IRQ ,OTG_ID_CHG_IRQ set" "No effect,Set" line.long 0x08 "USBPHY_CTRL_CLR,USB PHY General Control Clear Register" bitfld.long 0x08 31. " SFTRST ,Soft reset clear" "No effect,Cleared" bitfld.long 0x08 30. " CLKGATE ,Gate UTMI Clocks clear" "No effect,Cleared" sif cpuis("IMXRT1021") rbitfld.long 0x08 29. " UTMI_SUSPENDM ,UTMI suspend mode" "No effect,Set" else bitfld.long 0x08 29. " UTMI_SUSPENDM ,UTMI suspend mode clear" "No effect,Cleared" endif textline " " bitfld.long 0x08 28. " HOST_FORCE_LS_SE0 ,EOP with low-speed timing clear" "No effect,Cleared" sif cpuis("IMXRT1021") rbitfld.long 0x08 27. " OTG_ID_VALUE ,Results of ID pin on MiniAB plug" "No effect,Cleared" else bitfld.long 0x08 27. " OTG_ID_VALUE ,ID value" "False/host(A),True/device(B)" bitfld.long 0x08 26. " ENAUTOclear_USBCLKS ,USB clocks autoclear clear" "No effect,Cleared" textline " " bitfld.long 0x08 25. " ENAUTOCLR_USBCLKGATE ,USB clock gate autoclear clear" "No effect,Cleared" endif textline " " bitfld.long 0x08 24. " FSDLL_RST_EN ,FSDLL reset clear" "No effect,Cleared" bitfld.long 0x08 23. " ENVBUSCHG_WKUP ,Wakeup USB f VBUS is toggled when USB is suspended clear" "No effect,Cleared" textline " " bitfld.long 0x08 22. " ENIDCHG_WKUP ,Wakeup USB if ID is toggled when USB is suspended clear" "No effect,Cleared" bitfld.long 0x08 21. " ENDPDMCHG_WKUP ,Wakeup USB if DP/DM is toggled when USB is suspended clear" "No effect,Cleared" bitfld.long 0x08 20. " ENAUTOCLR_PHY_PWD ,Auto-clear the PWD register bits clear" "No effect,Cleared" textline " " bitfld.long 0x08 19. " ENAUTOCLR_CLKGATE ,Auto-clear the CLKGATE bit clear" "No effect,Cleared" bitfld.long 0x08 18. " ENAUTO_PWRON_PLL ,Auto-enable the POWER bit clear" "No effect,Cleared" bitfld.long 0x08 17. " WAKEUP_IRQ ,Wake-up event clear" "No effect,Cleared" textline " " bitfld.long 0x08 16. " ENIRQWAKEUP ,Interrupt for the wakeup events clear" "No effect,Cleared" bitfld.long 0x08 15. " ENUTMILEVEL3 ,UTMI+ Level3 clear" "No effect,Cleared" bitfld.long 0x08 14. " ENUTMILEVEL2 ,UTMI+ Level2 clear" "No effect,Cleared" textline " " bitfld.long 0x08 13. " DATA_ON_LRADC ,LRADC to monitor USB_DP and USB_DM clear" "No effect,Cleared" bitfld.long 0x08 12. " DEVPLUGIN_IRQ ,Device connection clear" "No effect,Cleared" bitfld.long 0x08 11. " ENIRQDEVPLUGIN ,Interrupt for the detection of connectivity to the USB line clear" "No effect,Cleared" textline " " bitfld.long 0x08 10. " RESUME_IRQ ,Sending a wake-up after suspend clear" "No effect,Cleared" bitfld.long 0x08 9. " ENIRQRESUMEDETECT ,Interrupt for detection of a non-J state on the USB line clear" "No effect,Cleared" bitfld.long 0x08 8. " RESUMEIRQSTICKY ,Resume_IRQ sticky bit clear" "No effect,Cleared" textline " " bitfld.long 0x08 7. " ENOTGIDDETECT ,Circuit to detect resistance of MiniAB ID pin clear" "No effect,Cleared" bitfld.long 0x08 6. " OTG_ID_CHG_IRQ ,OTG ID change interrupt clear" "No effect,Cleared" bitfld.long 0x08 5. " DEVPLUGIN_POLARITY ,Devplugin polarity interrupt clear" "No effect,Cleared" textline " " bitfld.long 0x08 4. " ENDEVPLUGINDETECT ,200-KOhm pullups clear" "No effect,Cleared" bitfld.long 0x08 3. " HOSTDISCONDETECT_IRQ ,Device has disconnected in high-speed mode clear" "No effect,Cleared" bitfld.long 0x08 2. " ENIRQHOSTDISCON ,Detection of disconnection to Device when in high-speed host mode interrupt clear" "No effect,Cleared" textline " " bitfld.long 0x08 1. " ENHOSTDISCONDETECT ,High-speed disconnect detector clear" "No effect,Cleared" bitfld.long 0x08 0. " ENOTG_ID_CHG_IRQ ,OTG_ID_CHG_IRQ clear" "No effect,Cleared" line.long 0x0C "USBPHY_CTRL_TOG,USB PHY General Control Toggle Register" bitfld.long 0x0C 31. " SFTRST ,Soft reset toggle" "No effect,Toggled" bitfld.long 0x0C 30. " CLKGATE ,Gate UTMI Clocks toggle" "No effect,Toggled" sif cpuis("IMXRT1021") rbitfld.long 0x0C 29. " UTMI_SUSPENDM ,UTMI suspend mode" "No effect,Set" else bitfld.long 0x0C 29. " UTMI_SUSPENDM ,UTMI suspend mode toggle" "No effect,Toggled" endif textline " " bitfld.long 0x0C 28. " HOST_FORCE_LS_SE0 ,Forces the next FS packet that is transmitted to have a EOP with LS timing" "No effect,Toggled" sif cpuis("IMXRT1021") rbitfld.long 0x0C 27. " OTG_ID_VALUE ,Results of ID pin on MiniAB plug" "No effect,Toggled" else bitfld.long 0x0C 27. " OTG_ID_VALUE ,ID value" "False/host(A),True/device(B)" bitfld.long 0x0C 26. " ENAUTOCLEAR_USBCLKS ,USB clocks autotoggle toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 25. " ENAUTOCLR_USBCLKGATE ,USB clock gate autotoggle toggle" "No effect,Toggled" endif textline " " bitfld.long 0x0C 24. " FSDLL_RST_EN ,FSDLL reset clear toggle" "No effect,Toggled" bitfld.long 0x0C 23. " ENVBUSCHG_WKUP ,Wakeup USB f VBUS is toggled when USB is suspended toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 22. " ENIDCHG_WKUP ,Wakeup USB if ID is toggled when USB is suspended toggle" "No effect,Toggled" bitfld.long 0x0C 21. " ENDPDMCHG_WKUP ,Wakeup USB if DP/DM is toggled when USB is suspended toggle" "No effect,Toggled" bitfld.long 0x0C 20. " ENAUTOCLR_PHY_PWD ,Auto-clear the PWD register bits toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 19. " ENAUTOCLR_CLKGATE ,Auto-clear the CLKGATE bit toggle" "No effect,Toggled" bitfld.long 0x0C 18. " ENAUTO_PWRON_PLL ,Auto-enable the POWER bit toggle" "No effect,Toggled" bitfld.long 0x0C 17. " WAKEUP_IRQ ,Wake-up event toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 16. " ENIRQWAKEUP ,Interrupt for the wakeup events toggle" "No effect,Toggled" bitfld.long 0x0C 15. " ENUTMILEVEL3 ,UTMI+ Level3 toggle" "No effect,Toggled" bitfld.long 0x0C 14. " ENUTMILEVEL2 ,UTMI+ Level2 toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 13. " DATA_ON_LRADC ,LRADC to monitor USB_DP and USB_DM toggle" "No effect,Toggled" bitfld.long 0x0C 12. " DEVPLUGIN_IRQ ,Device connection toggle" "No effect,Toggled" bitfld.long 0x0C 11. " ENIRQDEVPLUGIN ,Interrupt for the detection of connectivity to the USB line toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 10. " RESUME_IRQ ,Sending a wake-up after suspend toggle" "No effect,Toggled" bitfld.long 0x0C 9. " ENIRQRESUMEDETECT ,Interrupt for detection of a non-J state on the USB line toggle" "No effect,Toggled" bitfld.long 0x0C 8. " RESUMEIRQSTICKY ,Resume_IRQ sticky bit toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 7. " ENOTGIDDETECT ,Circuit to detect resistance of MiniAB ID pin toggle" "No effect,Toggled" bitfld.long 0x0C 6. " OTG_ID_CHG_IRQ ,OTG ID change interrupt toggle" "No effect,Toggled" bitfld.long 0x0C 5. " DEVPLUGIN_POLARITY ,Devplugin polarity interrupt toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 4. " ENDEVPLUGINDETECT ,200-KOhm pullups toggle" "No effect,Toggled" bitfld.long 0x0C 3. " HOSTDISCONDETECT_IRQ ,Disconnected in high-speed mode toggle" "No effect,Toggled" bitfld.long 0x0C 2. " ENIRQHOSTDISCON ,Detection of disconnection to Device when in high-speed host mode interrupt toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 1. " ENHOSTDISCONDETECT ,High-speed disconnect detector toggle" "No effect,Toggled" bitfld.long 0x0C 0. " ENOTG_ID_CHG_IRQ ,OTG_ID_CHG_IRQ toggle" "No effect,Toggled" line.long 0x10 "USBPHY_STATUS,USB PHY Status Register" sif cpuis("IMXRT1021") rbitfld.long 0x10 10. " RESUME_STATUS ,Interrupt due to host sending wake-up after suspend" "No interrupt,Interrupt" bitfld.long 0x10 8. " OTGID_STATUS ,Results of ID pin on MiniAB plug" "Host (A),Device (B)" rbitfld.long 0x10 6. " DEVPLUGIN_STATUS ,Device connection on USP_DP and USB_DM lines" "Not connected,Connected" textline " " rbitfld.long 0x10 3. " HOSTDISCONDETECT_STATUS ,Device disconnected in high-speed host mode" "Not disconnected,Disconnected" else bitfld.long 0x10 10. " RESUME_STATUS ,Resume status interrupt" "No interrupt,Interrupt" bitfld.long 0x10 8. " OTGID_STATUS ,OTGID status" "False/host(A),True/device(B)" bitfld.long 0x10 6. " DEVPLUGIN_STATUS ,Device connection on USP_DP and USB_DM lines" "Not connected,Connected" textline " " bitfld.long 0x10 3. " HOSTDISCONDETECT_STATUS ,Device disconnected in high-speed host mode" "Not disconnected,Disconnected" endif group.long 0x50++0x0F line.long 0x00 "USBPHY_DEBUG,USB PHY Debug Register" bitfld.long 0x00 30. " CLKGATE ,Gate Test Clocks" "Running,Gated" bitfld.long 0x00 29. " HOST_RESUME_DEBUG ,Host resume debug" "HOST_FORCE_LS_SE0,UTMI_SUSPEND" bitfld.long 0x00 25.--28. " SQUELCHRESETLENGTH ,Duration of RESET" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x00 24. " ENSQUELCHRESET ,Squelch high-speed receive reset" "No reset,Reset" bitfld.long 0x00 16.--20. " SQUELCHRESETCOUNT ,Squelch reset counter" "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 12. " ENTX2RXCOUNT ,Transition in between TX and RX" "Not allowed,Allowed" textline " " bitfld.long 0x00 8.--11. " TX2RXCOUNT ,Delay in between the end of transmit to the beginning of receive" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 5. " ENHSTPULLDOWN[1] ,USB_DP 15-KOhm pulldown override enable" "Disabled,Enabled" bitfld.long 0x00 4. " ENHSTPULLDOWN[0] ,USB_DM 15-KOhm pulldown override enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " HSTPULLDOWN[1] ,HST pull down for USB_DP" "Disabled,Enabled" bitfld.long 0x00 2. " HSTPULLDOWN[0] ,HST pull down for USB_DM" "Disabled,Enabled" bitfld.long 0x00 1. " DEBUG_INTERFACE_HOLD ,Debug interface hold" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " OTGIDPIOLOCK ,OTG ID lock" "Not locked,Locked" line.long 0x04 "USBPHY_DEBUG_SET,USB PHY Debug Set Register" bitfld.long 0x04 30. " CLKGATE ,Gate Test Clocks Set" "No effect,Set" bitfld.long 0x04 29. " HOST_RESUME_DEBUG ,Host resume debug set" "No effect,Set" bitfld.long 0x04 25.--28. " SQUELCHRESETLENGTH ,Duration of RESET set" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x04 24. " ENSQUELCHRESET ,Squelch high-speed receive reset set" "No effect,Set" bitfld.long 0x04 16.--20. " SQUELCHRESETCOUNT ,Squelch reset counter" "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 12. " ENTX2RXCOUNT ,Transition in between TX and RX set" "No effect,Set" textline " " bitfld.long 0x04 8.--11. " TX2RXCOUNT ,Delay in between the end of transmit to the beginning of receive" "0,1,2,3,4,5,6,7,8,?..." bitfld.long 0x04 5. " ENHSTPULLDOWN[1] ,USB_DP 15-KOhm pulldown override enable set" "No effect,Set" bitfld.long 0x04 4. " ENHSTPULLDOWN[0] ,USB_DM 15-KOhm pulldown override enable set" "No effect,Set" textline " " bitfld.long 0x04 3. " HSTPULLDOWN[1] ,HST pull down for USB_DP set" "No effect,Set" bitfld.long 0x04 2. " HSTPULLDOWN[0] ,HST pull down for USB_DM set" "No effect,Set" bitfld.long 0x04 1. " DEBUG_INTERFACE_HOLD ,Debug interface hold set" "No effect,Set" textline " " bitfld.long 0x04 0. " OTGIDPIOLOCK ,OTG ID lock set" "No effect,Set" line.long 0x08 "USBPHY_DEBUG_CLR,USB PHY Debug Clear Register" bitfld.long 0x08 30. " CLKGATE ,Gate Test Clocks clear" "No effect,Cleared" bitfld.long 0x08 29. " HOST_RESUME_DEBUG ,Host resume debug clear" "No effect,Cleared" bitfld.long 0x08 25.--28. " SQUELCHRESETLENGTH ,Duration of REclear clear" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x08 24. " ENSQUELCHRESET ,Squelch high-speed receive reclear clear" "No effect,Cleared" bitfld.long 0x08 16.--20. " SQUELCHRESETCOUNT ,Squelch reclear counter" "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 12. " ENTX2RXCOUNT ,Transition in between TX and RX clear" "No effect,Cleared" textline " " bitfld.long 0x08 8.--11. " TX2RXCOUNT ,Delay in between the end of transmit to the beginning of receive" "0,1,2,3,4,5,6,7,8,?..." bitfld.long 0x08 5. " ENHSTPULLDOWN[1] ,USB_DP 15-KOhm pulldown override enable clear" "No effect,Cleared" bitfld.long 0x08 4. " ENHSTPULLDOWN[0] ,USB_DM 15-KOhm pulldown override enable clear" "No effect,Cleared" textline " " bitfld.long 0x08 3. " HSTPULLDOWN[1] ,HST pull down for USB_DP clear" "No effect,Cleared" bitfld.long 0x08 2. " HSTPULLDOWN[0] ,HST pull down for USB_DM clear" "No effect,Cleared" bitfld.long 0x08 1. " DEBUG_INTERFACE_HOLD ,Debug interface hold clear" "No effect,Cleared" textline " " bitfld.long 0x08 0. " OTGIDPIOLOCK ,OTG ID lock clear" "No effect,Cleared" line.long 0x0C "USBPHY_DEBUG_TOG,USB PHY Debug Toggle Register" bitfld.long 0x0C 30. " CLKGATE ,Gate Test Clocks toggle" "No effect,Toggled" bitfld.long 0x0C 29. " HOST_RESUME_DEBUG ,Host resume debug toggle" "No effect,Toggled" bitfld.long 0x0C 25.--28. " SQUELCHRESETLENGTH ,Duration of REtoggle toggle" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x0C 24. " ENSQUELCHRESET ,Squelch high-speed receive retoggle toggle" "No effect,Toggled" bitfld.long 0x0C 16.--20. " SQUELCHRESETCOUNT ,Squelch retoggle counter" "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 0x0C 12. " ENTX2RXCOUNT ,Transition in between TX and RX toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 8.--11. " TX2RXCOUNT ,Delay in between the end of transmit to the beginning of receive" "0,1,2,3,4,5,6,7,8,?..." bitfld.long 0x0C 5. " ENHSTPULLDOWN[1] ,USB_DP 15-KOhm pulldown override enable toggle" "No effect,Toggled" bitfld.long 0x0C 4. " ENHSTPULLDOWN[0] ,USB_DM 15-KOhm pulldown override enable toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 3. " HSTPULLDOWN[1] ,HST pull down for USB_DP toggle" "No effect,Toggled" bitfld.long 0x0C 2. " HSTPULLDOWN[0] ,HST pull down for USB_DM toggle" "No effect,Toggled" bitfld.long 0x0C 1. " DEBUG_INTERFACE_HOLD ,Debug interface hold toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 0. " OTGIDPIOLOCK ,OTG ID lock toggle" "No effect,Toggled" sif cpuis("IMXRT1021") rgroup.long 0x60++0x03 line.long 0x00 "USBPHY_DEBUG0_STATUS,UTMI Debug Status Register 0" bitfld.long 0x00 26.--31. " SQUELCH_COUNT ,Squelch running 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" hexmask.long.word 0x00 16.--25. 1. " UTMI_RXERROR_FAIL_COUNT ,UTMI_RXERROR running count" hexmask.long.word 0x00 0.--15. 1. " LOOP_BACK_FAIL_COUNT ,Failed pseudo-random generator loopback running count" else group.long 0x60++0x03 line.long 0x00 "USBPHY_DEBUG0_STATUS,UTMI Debug Status Register 0" bitfld.long 0x00 26.--31. " SQUELCH_COUNT ,Squelch running 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" hexmask.long.word 0x00 16.--25. 1. " UTMI_RXERROR_FAIL_COUNT ,UTMI_RXERROR running count" hexmask.long.word 0x00 0.--15. 1. " LOOP_BACK_FAIL_COUNT ,Failed pseudo-random generator loopback running count" endif group.long 0x70++0x0F line.long 0x00 "USBPHY_DEBUG1,UTMI Debug Status Register 1" bitfld.long 0x00 13.--14. " ENTAILADJVD ,Delay increment of the rise of squelch" "Nominal,+20%,-20%,-40%" line.long 0x04 "USBPHY_DEBUG1_SET,UTMI Debug Set Register 1" bitfld.long 0x04 13.--14. " ENTAILADJVD ,Delay increment of the rise of squelch" "Nominal,+20%,-20%,-40%" line.long 0x08 "USBPHY_DEBUG1_CLR,UTMI Debug Clear Register 1" bitfld.long 0x08 13.--14. " ENTAILADJVD ,Delay increment of the rise of squelch" "Nominal,+20%,-20%,-40%" line.long 0x0C "USBPHY_DEBUG1_TOG,UTMI Debug Toggle Register 1" bitfld.long 0x0C 13.--14. " ENTAILADJVD ,Delay increment of the rise of squelch" "Nominal,+20%,-20%,-40%" rgroup.long 0x80++0x03 line.long 0x00 "USBPHY_VERSION,UTMI RTL Version Register" hexmask.long.byte 0x00 24.--31. 1. " MAJOR ,MAJOR field of the RTL version" hexmask.long.byte 0x00 16.--23. 1. " MINOR ,MINOR field of the RTL version" hexmask.long.word 0x00 0.--15. 1. " STEP ,Stepping of the RTL version" sif !cpuis("IMXRT1021") group.long 0x90++0x0F line.long 0x00 "USBPHY_IP,USB PHY IP Block Register" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x00 18. " TSTI_TX_DP ,Drives value on the DP pad" "Low,High" textline " " bitfld.long 0x00 17. " TSTI_TX_DM ,Drives value on the DM pad" "Low,High" bitfld.long 0x00 16. " ANALOG_TESTMODE ,Analog testmode bit" "Normal,Debug" endif bitfld.long 0x00 2. " EN_USB_CLKS ,USB clocks" "Powered down,Powered up" textline " " bitfld.long 0x00 1. " PLL_LOCKED ,PLL locked" "Unlocked,Locked" bitfld.long 0x00 0. " PLL_POWER ,USB PLL Power On" "Off,On" line.long 0x04 "USBPHY_IP_SET,USB PHY IP Block Set Register" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x04 18. " TSTI_TX_DP ,Drives value on the DP pad set" "No effect,Set" textline " " bitfld.long 0x04 17. " TSTI_TX_DM ,Drives value on the DM pad set" "No effect,Set" bitfld.long 0x04 16. " ANALOG_TESTMODE ,Analog testmode bit set" "No effect,Set" endif bitfld.long 0x04 2. " EN_USB_CLKS ,USB clocks set" "No effect,Set" textline " " bitfld.long 0x04 1. " PLL_LOCKED ,PLL locked set" "No effect,Set" bitfld.long 0x04 0. " PLL_POWER ,USB PLL Power On set" "No effect,Set" line.long 0x08 "USBPHY_IP_CLR,USB PHY IP Block Clear Register" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x08 18. " TSTI_TX_DP ,Drives value on the DP pad clear" "No effect,Cleared" textline " " bitfld.long 0x08 17. " TSTI_TX_DM ,Drives value on the DM pad clear" "No effect,Cleared" bitfld.long 0x08 16. " ANALOG_TESTMODE ,Analog testmode bit clear" "No effect,Cleared" endif bitfld.long 0x08 2. " EN_USB_CLKS ,USB clocks clear" "No effect,Cleared" textline " " bitfld.long 0x08 1. " PLL_LOCKED ,PLL locked clear" "No effect,Cleared" bitfld.long 0x08 0. " PLL_POWER ,USB PLL Power On clear" "No effect,Cleared" line.long 0x0C "USBPHY_IP_TOG,USB PHY IP Block Toggle Register" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x0C 18. " TSTI_TX_DP ,Drives value on the DP pad toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 17. " TSTI_TX_DM ,Drives value on the DM pad toggle" "No effect,Toggled" bitfld.long 0x0C 16. " ANALOG_TESTMODE ,Analog testmode bit toggle" "No effect,Toggled" endif bitfld.long 0x0C 2. " EN_USB_CLKS ,USB clocks toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 1. " PLL_LOCKED ,PLL locked toggle" "No effect,Toggled" bitfld.long 0x0C 0. " PLL_POWER ,USB PLL Power On toggle" "No effect,Toggled" endif width 0x0B tree.end tree "USBPHY 1" base ad:0x40050C00 width 22. group.long 0x00++0x13 line.long 0x00 "USBPHY_PWD,USB PHY Power-Down Register" bitfld.long 0x00 20. " RXPWDRX ,Receiver block power-down" "Normal,Power-down" bitfld.long 0x00 19. " RXPWDDIFF ,High-speed differential receiver power-down" "Normal,Power-down" bitfld.long 0x00 18. " RXPWD1PT1 ,Full-speed differential receiver power-down" "Normal,Power-down" textline " " bitfld.long 0x00 17. " RXPWDENV ,High-speed receiver envelope detector power-down" "Normal,Power-down" bitfld.long 0x00 12. " TXPWDV2I ,Transmit V-to-I converter and the current mirror power-down" "Normal,Power-down" bitfld.long 0x00 11. " TXPWDIBIAS ,Current bias block for the transmitter power-down" "Normal,Power-down" textline " " bitfld.long 0x00 10. " TXPWDFS ,Full-speed drivers power-down" "Normal,Power-down" line.long 0x04 "USBPHY_PWD_SET,USB PHY Power-Down Set Register" bitfld.long 0x04 20. " RXPWDRX ,Receiver block power-down set" "No effect,Set" bitfld.long 0x04 19. " RXPWDDIFF ,High-speed differential receiver power-down set" "No effect,Set" bitfld.long 0x04 18. " RXPWD1PT1 ,Full-speed differential receiver power-down set" "No effect,Set" textline " " bitfld.long 0x04 17. " RXPWDENV ,High-speed receiver envelope detector power-down set" "No effect,Set" bitfld.long 0x04 12. " TXPWDV2I ,Transmit V-to-I converter and the current mirror power-down set" "No effect,Set" bitfld.long 0x04 11. " TXPWDIBIAS ,Current bias block for the transmitter power-down set" "No effect,Set" textline " " bitfld.long 0x04 10. " TXPWDFS ,Full-speed drivers power-down" "No effect,Set" line.long 0x08 "USBPHY_PWD_CLR,USB PHY Power-Down Clear Register" bitfld.long 0x08 20. " RXPWDRX ,Receiver block power-down clear" "No effect,Cleared" bitfld.long 0x08 19. " RXPWDDIFF ,High-speed differential receiver power-down clear" "No effect,Cleared" bitfld.long 0x08 18. " RXPWD1PT1 ,Full-speed differential receiver power-down clear" "No effect,Cleared" textline " " bitfld.long 0x08 17. " RXPWDENV ,High-speed receiver envelope detector power-down clear" "No effect,Cleared" bitfld.long 0x08 12. " TXPWDV2I ,Transmit V-to-I converter and the current mirror power-down clear" "No effect,Cleared" bitfld.long 0x08 11. " TXPWDIBIAS ,Current bias block for the transmitter power-down clear" "No effect,Cleared" textline " " bitfld.long 0x08 10. " TXPWDFS ,Full-speed drivers power-down clear" "No effect,Cleared" line.long 0x0C "USBPHY_PWD_TOG,USB PHY Power-Down Toggle Register" bitfld.long 0x0C 20. " RXPWDRX ,Receiver block power-down toggle" "No effect,Toggled" bitfld.long 0x0C 19. " RXPWDDIFF ,High-speed differential receiver power-down toggle" "No effect,Toggled" bitfld.long 0x0C 18. " RXPWD1PT1 ,Full-speed differential receiver power-down toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 17. " RXPWDENV ,High-speed receiver envelope detector power-down toggle" "No effect,Toggled" bitfld.long 0x0C 12. " TXPWDV2I ,Transmit V-to-I converter and the current mirror power-down toggle" "No effect,Toggled" bitfld.long 0x0C 11. " TXPWDIBIAS ,Current bias block for the transmitter power-down toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 10. " TXPWDFS ,Full-speed drivers power-down toggle" "No effect,Toggled" line.long 0x10 "USBPHY_TX,USB PHY Transmitter Control Register" sif cpuis("IMXRT1021") bitfld.long 0x10 26.--28. " USBPHY_TX_EDGECTRL ,Edge-rate of the current sensing transistors used in HS transmit" "0,1,2,3,4,5,6,7" textline " " endif bitfld.long 0x10 16.--19. " TXCAL45DP ,Resistance selection to the USB_DP output pin" "0(maximum),1,2,3,4,5,6,7,8,9,10,11,12,13,14,15(minimum)" bitfld.long 0x10 8.--11. " TXCAL45DN ,Resistance selection to the USB_DN output pin" "0(maximum),1,2,3,4,5,6,7,8,9,10,11,12,13,14,15(minimum)" bitfld.long 0x10 0.--3. " D_CAL ,Resistor Trimming Code" "0.16%,,,,,,,Nominal,,,,,,,,+25%" group.long 0x20++0x0F line.long 0x00 "USBPHY_RX,USB PHY Receiver Control Register" bitfld.long 0x00 22. " RXDBYPASS ,Bypass" "Normal,Single-ended" bitfld.long 0x00 4.--6. " DISCONADJ ,Adjusts the trip point for the disconnect detector" "0.57500 V,0.56875 V,0.58125 V,0.58750 V,?..." bitfld.long 0x00 0.--2. " ENVADJ ,Adjusts the trip point for the envelope detector" "0.12500 V,0.10000 V,0.13750 V,0.15000 V,?..." line.long 0x04 "USBPHY_RX_SET,USB PHY Receiver Set Register" bitfld.long 0x04 22. " RXDBYPASS ,Bypass set" "No effect,Set" bitfld.long 0x04 4.--6. " DISCONADJ ,Adjusts the trip point for the disconnect detector" "0.57500 V,0.56875 V,0.58125 V,0.58750 V,?..." bitfld.long 0x04 0.--2. " ENVADJ ,Adjusts the trip point for the envelope detector" "0.12500 V,0.10000 V,0.13750 V,0.15000 V,?..." line.long 0x08 "USBPHY_RX_CLR,USB PHY Receiver Clear Register" bitfld.long 0x08 22. " RXDBYPASS ,Bypass clear" "No effect,Cleared" bitfld.long 0x08 4.--6. " DISCONADJ ,Adjusts the trip point for the disconnect detector" "0.57500 V,0.56875 V,0.58125 V,0.58750 V,?..." bitfld.long 0x08 0.--2. " ENVADJ ,Adjusts the trip point for the envelope detector" "0.12500 V,0.10000 V,0.13750 V,0.15000 V,?..." line.long 0x0C "USBPHY_RX_TOG,USB PHY Receiver Toggle Register" bitfld.long 0x0C 22. " RXDBYPASS ,Bypass toggle" "No effect,Toggled" bitfld.long 0x0C 4.--6. " DISCONADJ ,Adjusts the trip point for the disconnect detector" "0.57500 V,0.56875 V,0.58125 V,0.58750 V,?..." bitfld.long 0x0C 0.--2. " ENVADJ ,Adjusts the trip point for the envelope detector" "0.12500 V,0.10000 V,0.13750 V,0.15000 V,?..." group.long 0x30++0x13 line.long 0x00 "USBPHY_CTRL,USB PHY General Control Register" bitfld.long 0x00 31. " SFTRST ,Soft reset" "No reset,Reset" bitfld.long 0x00 30. " CLKGATE ,Gate UTMI Clocks" "Running,Gated" sif cpuis("IMXRT1021") rbitfld.long 0x00 29. " UTMI_SUSPENDM ,UTMI suspend mode" "Powered-down,Not powered-down" else bitfld.long 0x00 29. " UTMI_SUSPENDM ,UTMI suspend mode" "Disabled,Enabled" endif textline " " bitfld.long 0x00 28. " HOST_FORCE_LS_SE0 ,Forces the next FS packet that is transmitted to have a EOP with LS timing" "Not forced,Forced" sif cpuis("IMXRT1021") rbitfld.long 0x00 27. " OTG_ID_VALUE ,Results of ID pin on MiniAB plug" "Host (A),Device (B)" else bitfld.long 0x00 27. " OTG_ID_VALUE ,ID value" "False/host(A),True/device(B)" bitfld.long 0x00 26. " ENAUTOSET_USBCLKS ,USB clocks autoset enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25. " ENAUTOCLR_USBCLKGATE ,USB clock gate autoclear enable" "Disabled,Enabled" endif textline " " bitfld.long 0x00 24. " FSDLL_RST_EN ,FSDLL reset enable" "Disabled,Enabled" bitfld.long 0x00 23. " ENVBUSCHG_WKUP ,Wakeup USB if VBUS is toggled when USB is suspended enable" "Disabled,Enabled" textline " " bitfld.long 0x00 22. " ENIDCHG_WKUP ,Wakeup USB if ID is toggled when USB is suspended enable" "Disabled,Enabled" bitfld.long 0x00 21. " ENDPDMCHG_WKUP ,Wakeup USB if DP/DM is toggled when USB is suspended enable" "Disabled,Enabled" bitfld.long 0x00 20. " ENAUTOCLR_PHY_PWD ,Auto-clear the PWD register bits enable" "Disabled,Enabled" textline " " bitfld.long 0x00 19. " ENAUTOCLR_CLKGATE ,Auto-clear the CLKGATE bit enable" "Disabled,Enabled" bitfld.long 0x00 18. " ENAUTO_PWRON_PLL ,Auto-enable the POWER bit enable" "Disabled,Enabled" bitfld.long 0x00 17. " WAKEUP_IRQ ,Wake-up event" "Not occurred,Occurred" textline " " bitfld.long 0x00 16. " ENIRQWAKEUP ,Interrupt for the wakeup events enable" "Disabled,Enabled" bitfld.long 0x00 15. " ENUTMILEVEL3 ,UTMI+ Level3 enable" "Disabled,Enabled" bitfld.long 0x00 14. " ENUTMILEVEL2 ,UTMI+ Level2 enable" "Disabled,Enabled" textline " " bitfld.long 0x00 13. " DATA_ON_LRADC ,LRADC to monitor USB_DP and USB_DM enable" "Disabled,Enabled" bitfld.long 0x00 12. " DEVPLUGIN_IRQ ,Device connection" "No interrupt,Interrupt" bitfld.long 0x00 11. " ENIRQDEVPLUGIN ,Interrupt for the detection of connectivity to the USB line" "Disabled,Enabled" textline " " bitfld.long 0x00 10. " RESUME_IRQ ,Sending a wake-up after suspend" "Not sent,Sent" bitfld.long 0x00 9. " ENIRQRESUMEDETECT ,Interrupt for detection of a non-J state on the USB line enable" "Disabled,Enabled" bitfld.long 0x00 8. " RESUMEIRQSTICKY ,Resume_IRQ sticky bit" "During wake-up,Until software clear" textline " " bitfld.long 0x00 7. " ENOTGIDDETECT ,Circuit to detect resistance of MiniAB ID pin enable" "Disabled,Enabled" bitfld.long 0x00 6. " OTG_ID_CHG_IRQ ,OTG ID change interrupt" "No interrupt,Interrupt" bitfld.long 0x00 5. " DEVPLUGIN_POLARITY ,Devplugin polarity interrupt" "Plugged in,Unplugged" textline " " bitfld.long 0x00 4. " ENDEVPLUGINDETECT ,200-KOhm pullups enable" "Disabled,Enabled" bitfld.long 0x00 3. " HOSTDISCONDETECT_IRQ ,Device has disconnected in high-speed mode" "Not detected,Detected" bitfld.long 0x00 2. " ENIRQHOSTDISCON ,Detection of disconnection to Device when in high-speed host mode interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " ENHOSTDISCONDETECT ,High-speed disconnect detector enable" "Disabled,Enabled" bitfld.long 0x00 0. " ENOTG_ID_CHG_IRQ ,OTG_ID_CHG_IRQ enable" "Disabled,Enabled" line.long 0x04 "USBPHY_CTRL_SET,USB PHY General Control Set Register" bitfld.long 0x04 31. " SFTRST ,Soft reset set" "No effect,Set" bitfld.long 0x04 30. " CLKGATE ,Gate UTMI Clocks set" "No effect,Set" sif cpuis("IMXRT1021") rbitfld.long 0x04 29. " UTMI_SUSPENDM ,UTMI suspend mode" "No effect,Set" else bitfld.long 0x04 29. " UTMI_SUSPENDM ,UTMI suspend mode set" "No effect,Set" endif textline " " bitfld.long 0x04 28. " HOST_FORCE_LS_SE0 ,Forces the next FS packet that is transmitted to have a EOP with LS timing" "No effect,Set" sif cpuis("IMXRT1021") rbitfld.long 0x04 27. " OTG_ID_VALUE ,Results of ID pin on MiniAB plug" "No effect,Set" else bitfld.long 0x04 27. " OTG_ID_VALUE ,ID value" "False/host(A),True/device(B)" bitfld.long 0x04 26. " ENAUTOSET_USBCLKS ,USB clocks autoset set" "No effect,Set" textline " " bitfld.long 0x04 25. " ENAUTOCLR_USBCLKGATE ,USB clock gate autoclear set" "No effect,Set" endif textline " " bitfld.long 0x04 24. " FSDLL_RST_EN ,FSDLL reset set" "No effect,Set" bitfld.long 0x04 23. " ENVBUSCHG_WKUP ,Wakeup USB if VBUS is toggled when USB is suspended set" "No effect,Set" textline " " bitfld.long 0x04 22. " ENIDCHG_WKUP ,Wakeup USB if ID is toggled when USB is suspended set" "No effect,Set" bitfld.long 0x04 21. " ENDPDMCHG_WKUP ,Wakeup USB if DP/DM is toggled when USB is suspended set" "No effect,Set" bitfld.long 0x04 20. " ENAUTOCLR_PHY_PWD ,Auto-clear the PWD register bits set" "No effect,Set" textline " " bitfld.long 0x04 19. " ENAUTOCLR_CLKGATE ,Auto-clear the CLKGATE bit set" "No effect,Set" bitfld.long 0x04 18. " ENAUTO_PWRON_PLL ,Auto-enable the POWER bit set" "No effect,Set" bitfld.long 0x04 17. " WAKEUP_IRQ ,Wake-up event set" "No effect,Set" textline " " bitfld.long 0x04 16. " ENIRQWAKEUP ,Interrupt for the wakeup events set" "No effect,Set" bitfld.long 0x04 15. " ENUTMILEVEL3 ,UTMI+ Level3 set" "No effect,Set" bitfld.long 0x04 14. " ENUTMILEVEL2 ,UTMI+ Level2 set" "No effect,Set" textline " " bitfld.long 0x04 13. " DATA_ON_LRADC ,LRADC to monitor USB_DP and USB_DM set" "No effect,Set" bitfld.long 0x04 12. " DEVPLUGIN_IRQ ,Device connection set" "No effect,Set" bitfld.long 0x04 11. " ENIRQDEVPLUGIN ,Interrupt for the detection of connectivity to the USB line set" "No effect,Set" textline " " bitfld.long 0x04 10. " RESUME_IRQ ,Sending a wake-up after suspend set" "No effect,Set" bitfld.long 0x04 9. " ENIRQRESUMEDETECT ,Interrupt for detection of a non-J state on the USB line set" "No effect,Set" bitfld.long 0x04 8. " RESUMEIRQSTICKY ,Resume_IRQ sticky bit set" "No effect,Set" textline " " bitfld.long 0x04 7. " ENOTGIDDETECT ,Circuit to detect resistance of MiniAB ID pin set" "No effect,Set" bitfld.long 0x04 6. " OTG_ID_CHG_IRQ ,OTG ID change interrupt set" "No effect,Set" bitfld.long 0x04 5. " DEVPLUGIN_POLARITY ,Devplugin polarity interrupt set" "No effect,Set" textline " " bitfld.long 0x04 4. " ENDEVPLUGINDETECT ,200-KOhm pullups set" "No effect,Set" bitfld.long 0x04 3. " HOSTDISCONDETECT_IRQ ,Device has disconnected in high-speed mode set" "No effect,Set" bitfld.long 0x04 2. " ENIRQHOSTDISCON ,Detection of disconnection to Device when in high-speed host mode interrupt set" "No effect,Set" textline " " bitfld.long 0x04 1. " ENHOSTDISCONDETECT ,High-speed disconnect detector set" "No effect,Set" bitfld.long 0x04 0. " ENOTG_ID_CHG_IRQ ,OTG_ID_CHG_IRQ set" "No effect,Set" line.long 0x08 "USBPHY_CTRL_CLR,USB PHY General Control Clear Register" bitfld.long 0x08 31. " SFTRST ,Soft reset clear" "No effect,Cleared" bitfld.long 0x08 30. " CLKGATE ,Gate UTMI Clocks clear" "No effect,Cleared" sif cpuis("IMXRT1021") rbitfld.long 0x08 29. " UTMI_SUSPENDM ,UTMI suspend mode" "No effect,Set" else bitfld.long 0x08 29. " UTMI_SUSPENDM ,UTMI suspend mode clear" "No effect,Cleared" endif textline " " bitfld.long 0x08 28. " HOST_FORCE_LS_SE0 ,EOP with low-speed timing clear" "No effect,Cleared" sif cpuis("IMXRT1021") rbitfld.long 0x08 27. " OTG_ID_VALUE ,Results of ID pin on MiniAB plug" "No effect,Cleared" else bitfld.long 0x08 27. " OTG_ID_VALUE ,ID value" "False/host(A),True/device(B)" bitfld.long 0x08 26. " ENAUTOclear_USBCLKS ,USB clocks autoclear clear" "No effect,Cleared" textline " " bitfld.long 0x08 25. " ENAUTOCLR_USBCLKGATE ,USB clock gate autoclear clear" "No effect,Cleared" endif textline " " bitfld.long 0x08 24. " FSDLL_RST_EN ,FSDLL reset clear" "No effect,Cleared" bitfld.long 0x08 23. " ENVBUSCHG_WKUP ,Wakeup USB f VBUS is toggled when USB is suspended clear" "No effect,Cleared" textline " " bitfld.long 0x08 22. " ENIDCHG_WKUP ,Wakeup USB if ID is toggled when USB is suspended clear" "No effect,Cleared" bitfld.long 0x08 21. " ENDPDMCHG_WKUP ,Wakeup USB if DP/DM is toggled when USB is suspended clear" "No effect,Cleared" bitfld.long 0x08 20. " ENAUTOCLR_PHY_PWD ,Auto-clear the PWD register bits clear" "No effect,Cleared" textline " " bitfld.long 0x08 19. " ENAUTOCLR_CLKGATE ,Auto-clear the CLKGATE bit clear" "No effect,Cleared" bitfld.long 0x08 18. " ENAUTO_PWRON_PLL ,Auto-enable the POWER bit clear" "No effect,Cleared" bitfld.long 0x08 17. " WAKEUP_IRQ ,Wake-up event clear" "No effect,Cleared" textline " " bitfld.long 0x08 16. " ENIRQWAKEUP ,Interrupt for the wakeup events clear" "No effect,Cleared" bitfld.long 0x08 15. " ENUTMILEVEL3 ,UTMI+ Level3 clear" "No effect,Cleared" bitfld.long 0x08 14. " ENUTMILEVEL2 ,UTMI+ Level2 clear" "No effect,Cleared" textline " " bitfld.long 0x08 13. " DATA_ON_LRADC ,LRADC to monitor USB_DP and USB_DM clear" "No effect,Cleared" bitfld.long 0x08 12. " DEVPLUGIN_IRQ ,Device connection clear" "No effect,Cleared" bitfld.long 0x08 11. " ENIRQDEVPLUGIN ,Interrupt for the detection of connectivity to the USB line clear" "No effect,Cleared" textline " " bitfld.long 0x08 10. " RESUME_IRQ ,Sending a wake-up after suspend clear" "No effect,Cleared" bitfld.long 0x08 9. " ENIRQRESUMEDETECT ,Interrupt for detection of a non-J state on the USB line clear" "No effect,Cleared" bitfld.long 0x08 8. " RESUMEIRQSTICKY ,Resume_IRQ sticky bit clear" "No effect,Cleared" textline " " bitfld.long 0x08 7. " ENOTGIDDETECT ,Circuit to detect resistance of MiniAB ID pin clear" "No effect,Cleared" bitfld.long 0x08 6. " OTG_ID_CHG_IRQ ,OTG ID change interrupt clear" "No effect,Cleared" bitfld.long 0x08 5. " DEVPLUGIN_POLARITY ,Devplugin polarity interrupt clear" "No effect,Cleared" textline " " bitfld.long 0x08 4. " ENDEVPLUGINDETECT ,200-KOhm pullups clear" "No effect,Cleared" bitfld.long 0x08 3. " HOSTDISCONDETECT_IRQ ,Device has disconnected in high-speed mode clear" "No effect,Cleared" bitfld.long 0x08 2. " ENIRQHOSTDISCON ,Detection of disconnection to Device when in high-speed host mode interrupt clear" "No effect,Cleared" textline " " bitfld.long 0x08 1. " ENHOSTDISCONDETECT ,High-speed disconnect detector clear" "No effect,Cleared" bitfld.long 0x08 0. " ENOTG_ID_CHG_IRQ ,OTG_ID_CHG_IRQ clear" "No effect,Cleared" line.long 0x0C "USBPHY_CTRL_TOG,USB PHY General Control Toggle Register" bitfld.long 0x0C 31. " SFTRST ,Soft reset toggle" "No effect,Toggled" bitfld.long 0x0C 30. " CLKGATE ,Gate UTMI Clocks toggle" "No effect,Toggled" sif cpuis("IMXRT1021") rbitfld.long 0x0C 29. " UTMI_SUSPENDM ,UTMI suspend mode" "No effect,Set" else bitfld.long 0x0C 29. " UTMI_SUSPENDM ,UTMI suspend mode toggle" "No effect,Toggled" endif textline " " bitfld.long 0x0C 28. " HOST_FORCE_LS_SE0 ,Forces the next FS packet that is transmitted to have a EOP with LS timing" "No effect,Toggled" sif cpuis("IMXRT1021") rbitfld.long 0x0C 27. " OTG_ID_VALUE ,Results of ID pin on MiniAB plug" "No effect,Toggled" else bitfld.long 0x0C 27. " OTG_ID_VALUE ,ID value" "False/host(A),True/device(B)" bitfld.long 0x0C 26. " ENAUTOCLEAR_USBCLKS ,USB clocks autotoggle toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 25. " ENAUTOCLR_USBCLKGATE ,USB clock gate autotoggle toggle" "No effect,Toggled" endif textline " " bitfld.long 0x0C 24. " FSDLL_RST_EN ,FSDLL reset clear toggle" "No effect,Toggled" bitfld.long 0x0C 23. " ENVBUSCHG_WKUP ,Wakeup USB f VBUS is toggled when USB is suspended toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 22. " ENIDCHG_WKUP ,Wakeup USB if ID is toggled when USB is suspended toggle" "No effect,Toggled" bitfld.long 0x0C 21. " ENDPDMCHG_WKUP ,Wakeup USB if DP/DM is toggled when USB is suspended toggle" "No effect,Toggled" bitfld.long 0x0C 20. " ENAUTOCLR_PHY_PWD ,Auto-clear the PWD register bits toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 19. " ENAUTOCLR_CLKGATE ,Auto-clear the CLKGATE bit toggle" "No effect,Toggled" bitfld.long 0x0C 18. " ENAUTO_PWRON_PLL ,Auto-enable the POWER bit toggle" "No effect,Toggled" bitfld.long 0x0C 17. " WAKEUP_IRQ ,Wake-up event toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 16. " ENIRQWAKEUP ,Interrupt for the wakeup events toggle" "No effect,Toggled" bitfld.long 0x0C 15. " ENUTMILEVEL3 ,UTMI+ Level3 toggle" "No effect,Toggled" bitfld.long 0x0C 14. " ENUTMILEVEL2 ,UTMI+ Level2 toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 13. " DATA_ON_LRADC ,LRADC to monitor USB_DP and USB_DM toggle" "No effect,Toggled" bitfld.long 0x0C 12. " DEVPLUGIN_IRQ ,Device connection toggle" "No effect,Toggled" bitfld.long 0x0C 11. " ENIRQDEVPLUGIN ,Interrupt for the detection of connectivity to the USB line toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 10. " RESUME_IRQ ,Sending a wake-up after suspend toggle" "No effect,Toggled" bitfld.long 0x0C 9. " ENIRQRESUMEDETECT ,Interrupt for detection of a non-J state on the USB line toggle" "No effect,Toggled" bitfld.long 0x0C 8. " RESUMEIRQSTICKY ,Resume_IRQ sticky bit toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 7. " ENOTGIDDETECT ,Circuit to detect resistance of MiniAB ID pin toggle" "No effect,Toggled" bitfld.long 0x0C 6. " OTG_ID_CHG_IRQ ,OTG ID change interrupt toggle" "No effect,Toggled" bitfld.long 0x0C 5. " DEVPLUGIN_POLARITY ,Devplugin polarity interrupt toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 4. " ENDEVPLUGINDETECT ,200-KOhm pullups toggle" "No effect,Toggled" bitfld.long 0x0C 3. " HOSTDISCONDETECT_IRQ ,Disconnected in high-speed mode toggle" "No effect,Toggled" bitfld.long 0x0C 2. " ENIRQHOSTDISCON ,Detection of disconnection to Device when in high-speed host mode interrupt toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 1. " ENHOSTDISCONDETECT ,High-speed disconnect detector toggle" "No effect,Toggled" bitfld.long 0x0C 0. " ENOTG_ID_CHG_IRQ ,OTG_ID_CHG_IRQ toggle" "No effect,Toggled" line.long 0x10 "USBPHY_STATUS,USB PHY Status Register" sif cpuis("IMXRT1021") rbitfld.long 0x10 10. " RESUME_STATUS ,Interrupt due to host sending wake-up after suspend" "No interrupt,Interrupt" bitfld.long 0x10 8. " OTGID_STATUS ,Results of ID pin on MiniAB plug" "Host (A),Device (B)" rbitfld.long 0x10 6. " DEVPLUGIN_STATUS ,Device connection on USP_DP and USB_DM lines" "Not connected,Connected" textline " " rbitfld.long 0x10 3. " HOSTDISCONDETECT_STATUS ,Device disconnected in high-speed host mode" "Not disconnected,Disconnected" else bitfld.long 0x10 10. " RESUME_STATUS ,Resume status interrupt" "No interrupt,Interrupt" bitfld.long 0x10 8. " OTGID_STATUS ,OTGID status" "False/host(A),True/device(B)" bitfld.long 0x10 6. " DEVPLUGIN_STATUS ,Device connection on USP_DP and USB_DM lines" "Not connected,Connected" textline " " bitfld.long 0x10 3. " HOSTDISCONDETECT_STATUS ,Device disconnected in high-speed host mode" "Not disconnected,Disconnected" endif group.long 0x50++0x0F line.long 0x00 "USBPHY_DEBUG,USB PHY Debug Register" bitfld.long 0x00 30. " CLKGATE ,Gate Test Clocks" "Running,Gated" bitfld.long 0x00 29. " HOST_RESUME_DEBUG ,Host resume debug" "HOST_FORCE_LS_SE0,UTMI_SUSPEND" bitfld.long 0x00 25.--28. " SQUELCHRESETLENGTH ,Duration of RESET" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x00 24. " ENSQUELCHRESET ,Squelch high-speed receive reset" "No reset,Reset" bitfld.long 0x00 16.--20. " SQUELCHRESETCOUNT ,Squelch reset counter" "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 12. " ENTX2RXCOUNT ,Transition in between TX and RX" "Not allowed,Allowed" textline " " bitfld.long 0x00 8.--11. " TX2RXCOUNT ,Delay in between the end of transmit to the beginning of receive" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 5. " ENHSTPULLDOWN[1] ,USB_DP 15-KOhm pulldown override enable" "Disabled,Enabled" bitfld.long 0x00 4. " ENHSTPULLDOWN[0] ,USB_DM 15-KOhm pulldown override enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " HSTPULLDOWN[1] ,HST pull down for USB_DP" "Disabled,Enabled" bitfld.long 0x00 2. " HSTPULLDOWN[0] ,HST pull down for USB_DM" "Disabled,Enabled" bitfld.long 0x00 1. " DEBUG_INTERFACE_HOLD ,Debug interface hold" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " OTGIDPIOLOCK ,OTG ID lock" "Not locked,Locked" line.long 0x04 "USBPHY_DEBUG_SET,USB PHY Debug Set Register" bitfld.long 0x04 30. " CLKGATE ,Gate Test Clocks Set" "No effect,Set" bitfld.long 0x04 29. " HOST_RESUME_DEBUG ,Host resume debug set" "No effect,Set" bitfld.long 0x04 25.--28. " SQUELCHRESETLENGTH ,Duration of RESET set" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x04 24. " ENSQUELCHRESET ,Squelch high-speed receive reset set" "No effect,Set" bitfld.long 0x04 16.--20. " SQUELCHRESETCOUNT ,Squelch reset counter" "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 12. " ENTX2RXCOUNT ,Transition in between TX and RX set" "No effect,Set" textline " " bitfld.long 0x04 8.--11. " TX2RXCOUNT ,Delay in between the end of transmit to the beginning of receive" "0,1,2,3,4,5,6,7,8,?..." bitfld.long 0x04 5. " ENHSTPULLDOWN[1] ,USB_DP 15-KOhm pulldown override enable set" "No effect,Set" bitfld.long 0x04 4. " ENHSTPULLDOWN[0] ,USB_DM 15-KOhm pulldown override enable set" "No effect,Set" textline " " bitfld.long 0x04 3. " HSTPULLDOWN[1] ,HST pull down for USB_DP set" "No effect,Set" bitfld.long 0x04 2. " HSTPULLDOWN[0] ,HST pull down for USB_DM set" "No effect,Set" bitfld.long 0x04 1. " DEBUG_INTERFACE_HOLD ,Debug interface hold set" "No effect,Set" textline " " bitfld.long 0x04 0. " OTGIDPIOLOCK ,OTG ID lock set" "No effect,Set" line.long 0x08 "USBPHY_DEBUG_CLR,USB PHY Debug Clear Register" bitfld.long 0x08 30. " CLKGATE ,Gate Test Clocks clear" "No effect,Cleared" bitfld.long 0x08 29. " HOST_RESUME_DEBUG ,Host resume debug clear" "No effect,Cleared" bitfld.long 0x08 25.--28. " SQUELCHRESETLENGTH ,Duration of REclear clear" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x08 24. " ENSQUELCHRESET ,Squelch high-speed receive reclear clear" "No effect,Cleared" bitfld.long 0x08 16.--20. " SQUELCHRESETCOUNT ,Squelch reclear counter" "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 12. " ENTX2RXCOUNT ,Transition in between TX and RX clear" "No effect,Cleared" textline " " bitfld.long 0x08 8.--11. " TX2RXCOUNT ,Delay in between the end of transmit to the beginning of receive" "0,1,2,3,4,5,6,7,8,?..." bitfld.long 0x08 5. " ENHSTPULLDOWN[1] ,USB_DP 15-KOhm pulldown override enable clear" "No effect,Cleared" bitfld.long 0x08 4. " ENHSTPULLDOWN[0] ,USB_DM 15-KOhm pulldown override enable clear" "No effect,Cleared" textline " " bitfld.long 0x08 3. " HSTPULLDOWN[1] ,HST pull down for USB_DP clear" "No effect,Cleared" bitfld.long 0x08 2. " HSTPULLDOWN[0] ,HST pull down for USB_DM clear" "No effect,Cleared" bitfld.long 0x08 1. " DEBUG_INTERFACE_HOLD ,Debug interface hold clear" "No effect,Cleared" textline " " bitfld.long 0x08 0. " OTGIDPIOLOCK ,OTG ID lock clear" "No effect,Cleared" line.long 0x0C "USBPHY_DEBUG_TOG,USB PHY Debug Toggle Register" bitfld.long 0x0C 30. " CLKGATE ,Gate Test Clocks toggle" "No effect,Toggled" bitfld.long 0x0C 29. " HOST_RESUME_DEBUG ,Host resume debug toggle" "No effect,Toggled" bitfld.long 0x0C 25.--28. " SQUELCHRESETLENGTH ,Duration of REtoggle toggle" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x0C 24. " ENSQUELCHRESET ,Squelch high-speed receive retoggle toggle" "No effect,Toggled" bitfld.long 0x0C 16.--20. " SQUELCHRESETCOUNT ,Squelch retoggle counter" "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 0x0C 12. " ENTX2RXCOUNT ,Transition in between TX and RX toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 8.--11. " TX2RXCOUNT ,Delay in between the end of transmit to the beginning of receive" "0,1,2,3,4,5,6,7,8,?..." bitfld.long 0x0C 5. " ENHSTPULLDOWN[1] ,USB_DP 15-KOhm pulldown override enable toggle" "No effect,Toggled" bitfld.long 0x0C 4. " ENHSTPULLDOWN[0] ,USB_DM 15-KOhm pulldown override enable toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 3. " HSTPULLDOWN[1] ,HST pull down for USB_DP toggle" "No effect,Toggled" bitfld.long 0x0C 2. " HSTPULLDOWN[0] ,HST pull down for USB_DM toggle" "No effect,Toggled" bitfld.long 0x0C 1. " DEBUG_INTERFACE_HOLD ,Debug interface hold toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 0. " OTGIDPIOLOCK ,OTG ID lock toggle" "No effect,Toggled" sif cpuis("IMXRT1021") rgroup.long 0x60++0x03 line.long 0x00 "USBPHY_DEBUG0_STATUS,UTMI Debug Status Register 0" bitfld.long 0x00 26.--31. " SQUELCH_COUNT ,Squelch running 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" hexmask.long.word 0x00 16.--25. 1. " UTMI_RXERROR_FAIL_COUNT ,UTMI_RXERROR running count" hexmask.long.word 0x00 0.--15. 1. " LOOP_BACK_FAIL_COUNT ,Failed pseudo-random generator loopback running count" else group.long 0x60++0x03 line.long 0x00 "USBPHY_DEBUG0_STATUS,UTMI Debug Status Register 0" bitfld.long 0x00 26.--31. " SQUELCH_COUNT ,Squelch running 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" hexmask.long.word 0x00 16.--25. 1. " UTMI_RXERROR_FAIL_COUNT ,UTMI_RXERROR running count" hexmask.long.word 0x00 0.--15. 1. " LOOP_BACK_FAIL_COUNT ,Failed pseudo-random generator loopback running count" endif group.long 0x70++0x0F line.long 0x00 "USBPHY_DEBUG1,UTMI Debug Status Register 1" bitfld.long 0x00 13.--14. " ENTAILADJVD ,Delay increment of the rise of squelch" "Nominal,+20%,-20%,-40%" line.long 0x04 "USBPHY_DEBUG1_SET,UTMI Debug Set Register 1" bitfld.long 0x04 13.--14. " ENTAILADJVD ,Delay increment of the rise of squelch" "Nominal,+20%,-20%,-40%" line.long 0x08 "USBPHY_DEBUG1_CLR,UTMI Debug Clear Register 1" bitfld.long 0x08 13.--14. " ENTAILADJVD ,Delay increment of the rise of squelch" "Nominal,+20%,-20%,-40%" line.long 0x0C "USBPHY_DEBUG1_TOG,UTMI Debug Toggle Register 1" bitfld.long 0x0C 13.--14. " ENTAILADJVD ,Delay increment of the rise of squelch" "Nominal,+20%,-20%,-40%" rgroup.long 0x80++0x03 line.long 0x00 "USBPHY_VERSION,UTMI RTL Version Register" hexmask.long.byte 0x00 24.--31. 1. " MAJOR ,MAJOR field of the RTL version" hexmask.long.byte 0x00 16.--23. 1. " MINOR ,MINOR field of the RTL version" hexmask.long.word 0x00 0.--15. 1. " STEP ,Stepping of the RTL version" sif !cpuis("IMXRT1021") group.long 0x90++0x0F line.long 0x00 "USBPHY_IP,USB PHY IP Block Register" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x00 18. " TSTI_TX_DP ,Drives value on the DP pad" "Low,High" textline " " bitfld.long 0x00 17. " TSTI_TX_DM ,Drives value on the DM pad" "Low,High" bitfld.long 0x00 16. " ANALOG_TESTMODE ,Analog testmode bit" "Normal,Debug" endif bitfld.long 0x00 2. " EN_USB_CLKS ,USB clocks" "Powered down,Powered up" textline " " bitfld.long 0x00 1. " PLL_LOCKED ,PLL locked" "Unlocked,Locked" bitfld.long 0x00 0. " PLL_POWER ,USB PLL Power On" "Off,On" line.long 0x04 "USBPHY_IP_SET,USB PHY IP Block Set Register" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x04 18. " TSTI_TX_DP ,Drives value on the DP pad set" "No effect,Set" textline " " bitfld.long 0x04 17. " TSTI_TX_DM ,Drives value on the DM pad set" "No effect,Set" bitfld.long 0x04 16. " ANALOG_TESTMODE ,Analog testmode bit set" "No effect,Set" endif bitfld.long 0x04 2. " EN_USB_CLKS ,USB clocks set" "No effect,Set" textline " " bitfld.long 0x04 1. " PLL_LOCKED ,PLL locked set" "No effect,Set" bitfld.long 0x04 0. " PLL_POWER ,USB PLL Power On set" "No effect,Set" line.long 0x08 "USBPHY_IP_CLR,USB PHY IP Block Clear Register" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x08 18. " TSTI_TX_DP ,Drives value on the DP pad clear" "No effect,Cleared" textline " " bitfld.long 0x08 17. " TSTI_TX_DM ,Drives value on the DM pad clear" "No effect,Cleared" bitfld.long 0x08 16. " ANALOG_TESTMODE ,Analog testmode bit clear" "No effect,Cleared" endif bitfld.long 0x08 2. " EN_USB_CLKS ,USB clocks clear" "No effect,Cleared" textline " " bitfld.long 0x08 1. " PLL_LOCKED ,PLL locked clear" "No effect,Cleared" bitfld.long 0x08 0. " PLL_POWER ,USB PLL Power On clear" "No effect,Cleared" line.long 0x0C "USBPHY_IP_TOG,USB PHY IP Block Toggle Register" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x0C 18. " TSTI_TX_DP ,Drives value on the DP pad toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 17. " TSTI_TX_DM ,Drives value on the DM pad toggle" "No effect,Toggled" bitfld.long 0x0C 16. " ANALOG_TESTMODE ,Analog testmode bit toggle" "No effect,Toggled" endif bitfld.long 0x0C 2. " EN_USB_CLKS ,USB clocks toggle" "No effect,Toggled" textline " " bitfld.long 0x0C 1. " PLL_LOCKED ,PLL locked toggle" "No effect,Toggled" bitfld.long 0x0C 0. " PLL_POWER ,USB PLL Power On toggle" "No effect,Toggled" endif width 0x0B tree.end tree.end tree "MediaLB (Media Local Bus)" base ad:0x40043000 width 12. group.long 0x00++0x07 line.long 0x00 "DCCR,Device Control Configuration Register" bitfld.long 0x00 31. " MDE ,MediaLB Device Enable" "Disabled,Enabled" bitfld.long 0x00 30. " LBM ,Loop-Back Mode Enable" "Disabled,Enabled" bitfld.long 0x00 28.--29. " MCS ,MediaLB Clock Select" "256 Fs,512 Fs,1024 Fs,?..." bitfld.long 0x00 26. " MLK ,MLB Lock" "Unlocked,Locked" textline " " sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 25. " MLE ,MLB Little Endian" "Big,Little" else bitfld.long 0x00 25. " MLE ,MLB Little Endian" "Big,Little" endif bitfld.long 0x00 24. " MHRE ,MLB Hardware Reset" "No reset,Reset" bitfld.long 0x00 23. " MRS ,MLB Software Reset" "No reset,Reset" hexmask.long.byte 0x00 0.--7. 1. " MDA ,MLB Device Address" line.long 0x04 "SSCR,System Status Configuration Register" bitfld.long 0x04 7. " SSRE ,System Service Request Enable" "Disabled,Enabled" eventfld.long 0x04 6. " SDMU ,System Detects MLB Unlock" "Locked,Unlocked" eventfld.long 0x04 5. " SDML ,System Detects MLB Lock" "Unlocked,Locked" eventfld.long 0x04 4. " SDSC ,System Detects SubCommand" "Not detected,Detected" textline " " eventfld.long 0x04 3. " SDCS ,System Detects Channel Scan" "Not detected,Detected" eventfld.long 0x04 2. " SDNU ,System Detects Network Unlock" "Not detected,Detected" eventfld.long 0x04 1. " SDNL ,System Detects Network Lock" "Not detected,Detected" eventfld.long 0x04 0. " SDR ,System Detects Reset" "Not detected,Detected" rgroup.long 0x08++0x03 line.long 0x00 "SDCR,System Data Configuration Register" group.long 0x0C++0x03 line.long 0x00 "SMCR,System Mask Configuration Register" bitfld.long 0x00 6. " SMMU ,System Masks MLB Unlock" "Not masked,Masked" bitfld.long 0x00 5. " SMML ,System Masks MLB Lock" "Not masked,Masked" bitfld.long 0x00 4. " SMSC ,System Masks SubCommand" "Not masked,Masked" bitfld.long 0x00 3. " SMCS ,System Masks Channel Scan" "Not masked,Masked" textline " " bitfld.long 0x00 2. " SMNU ,System Masks Network Unlock" "Not masked,Masked" bitfld.long 0x00 1. " SMNL ,System Masks Network Lock" "Not masked,Masked" bitfld.long 0x00 0. " SMR ,System Masks Reset" "Not masked,Masked" rgroup.long 0x1C++0x17 line.long 0x00 "VCCR,Version Control Configuration Register" hexmask.long.byte 0x00 24.--31. 1. " UMA ,User Major Revision Code" hexmask.long.byte 0x00 16.--23. 1. " UMI ,User Minor Revision Code" hexmask.long.byte 0x00 8.--15. 1. " MMA ,MLB Major Revision Code" hexmask.long.byte 0x00 0.--7. 1. " MMI ,MLB Minor Revision Code" line.long 0x04 "SBCR,Synchronous Base Address Configuration Register" hexmask.long.word 0x04 16.--31. 1. " SRBA ,Synchronous Receive Base Address" hexmask.long.word 0x04 0.--15. 1. " STBA ,Synchronous Transmit Base Address" line.long 0x08 "ABCR,Asynchronous Base Address Configuration Register" hexmask.long.word 0x08 16.--31. 1. " ARBA ,Asynchronous Receive Base Address" hexmask.long.word 0x08 0.--15. 1. " ATBA ,Asynchronous Transmit Base Address" line.long 0x0C "CBCR,Control Base Address Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " CRBA ,Control Receive Base Address" hexmask.long.word 0x0C 0.--15. 1. " CTBA ,Control Transmit Base Address" line.long 0x10 "IBCR,Isochronous Base Address Configuration Register" hexmask.long.word 0x10 16.--31. 1. " IRBA ,Isochronous Receive Base Address" hexmask.long.word 0x10 0.--15. 1. " ITBA ,Isochronous Transmit Base Address" line.long 0x14 "CICR,Channel Interrupt Configuration Register" bitfld.long 0x14 15. " CSU15 ,Channel 15 Status Update" "Not generated,Generated" bitfld.long 0x14 14. " CSU14 ,Channel 14 Status Update" "Not generated,Generated" bitfld.long 0x14 13. " CSU13 ,Channel 13 Status Update" "Not generated,Generated" bitfld.long 0x14 12. " CSU12 ,Channel 12 Status Update" "Not generated,Generated" textline " " bitfld.long 0x14 11. " CSU11 ,Channel 11 Status Update" "Not generated,Generated" bitfld.long 0x14 10. " CSU10 ,Channel 10 Status Update" "Not generated,Generated" bitfld.long 0x14 9. " CSU9 ,Channel 9 Status Update" "Not generated,Generated" bitfld.long 0x14 8. " CSU8 ,Channel 8 Status Update" "Not generated,Generated" textline " " bitfld.long 0x14 7. " CSU7 ,Channel 7 Status Update" "Not generated,Generated" bitfld.long 0x14 6. " CSU6 ,Channel 6 Status Update" "Not generated,Generated" bitfld.long 0x14 5. " CSU5 ,Channel 5 Status Update" "Not generated,Generated" bitfld.long 0x14 4. " CSU4 ,Channel 4 Status Update" "Not generated,Generated" textline " " bitfld.long 0x14 3. " CSU3 ,Channel 3 Status Update" "Not generated,Generated" bitfld.long 0x14 2. " CSU2 ,Channel 2 Status Update" "Not generated,Generated" bitfld.long 0x14 1. " CSU1 ,Channel 1 Status Update" "Not generated,Generated" bitfld.long 0x14 0. " CSU0 ,Channel 0 Status Update" "Not generated,Generated" textline " " if (((per.l(ad:0x40043000+0x40))&0x30000000)==0x000000000) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x40++0x0F line.long 0x00 "CECR0,Channel 0 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 0 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 0 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 0 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 0 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR0,Channel 0 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" textline " " eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" textline " " eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR0,Channel 0 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR0,Channel 0 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x40++0x07 line.long 0x00 "CECR0,Channel 0 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 0 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 0 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 0 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 0 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR0,Channel 0 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x40+0x08)++0x03 line.long 0x00 "CCBCR0,Channel 0 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x40+0x0C)++0x03 line.long 0x00 "CNBCR0,Channel 0 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif elif (((per.l(ad:0x40043000+0x40))&0x30000000)==(0x30000000||0x20000000)) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x40++0x0F line.long 0x00 "CECR0,Channel 0 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 0 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 0 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 0 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 0 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR0,Channel 0 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR0,Channel 0 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR0,Channel 0 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x40++0x07 line.long 0x00 "CECR0,Channel 0 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 0 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 0 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 0 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 0 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR0,Channel 0 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x40+0x08)++0x03 line.long 0x00 "CCBCR0,Channel 0 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x40+0x0C)++0x03 line.long 0x00 "CNBCR0,Channel 0 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif else sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x40++0x0F line.long 0x00 "CECR0,Channel 0 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 0 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 0 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 0 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 0 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR0,Channel 0 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR0,Channel 0 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR0,Channel 0 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x40++0x07 line.long 0x00 "CECR0,Channel 0 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 0 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 0 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 0 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 0 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR0,Channel 0 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" rbitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x40+0x08)++0x03 line.long 0x00 "CCBCR0,Channel 0 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x40+0x0C)++0x03 line.long 0x00 "CNBCR0,Channel 0 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif endif if (((per.l(ad:0x40043000+0x50))&0x30000000)==0x000000000) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x50++0x0F line.long 0x00 "CECR1,Channel 1 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 1 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 1 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 1 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 1 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR1,Channel 1 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" textline " " eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" textline " " eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR1,Channel 1 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR1,Channel 1 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x50++0x07 line.long 0x00 "CECR1,Channel 1 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 1 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 1 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 1 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 1 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR1,Channel 1 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x50+0x08)++0x03 line.long 0x00 "CCBCR1,Channel 1 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x50+0x0C)++0x03 line.long 0x00 "CNBCR1,Channel 1 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif elif (((per.l(ad:0x40043000+0x50))&0x30000000)==(0x30000000||0x20000000)) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x50++0x0F line.long 0x00 "CECR1,Channel 1 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 1 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 1 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 1 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 1 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR1,Channel 1 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR1,Channel 1 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR1,Channel 1 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x50++0x07 line.long 0x00 "CECR1,Channel 1 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 1 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 1 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 1 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 1 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR1,Channel 1 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x50+0x08)++0x03 line.long 0x00 "CCBCR1,Channel 1 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x50+0x0C)++0x03 line.long 0x00 "CNBCR1,Channel 1 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif else sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x50++0x0F line.long 0x00 "CECR1,Channel 1 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 1 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 1 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 1 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 1 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR1,Channel 1 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR1,Channel 1 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR1,Channel 1 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x50++0x07 line.long 0x00 "CECR1,Channel 1 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 1 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 1 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 1 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 1 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR1,Channel 1 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" rbitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x50+0x08)++0x03 line.long 0x00 "CCBCR1,Channel 1 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x50+0x0C)++0x03 line.long 0x00 "CNBCR1,Channel 1 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif endif if (((per.l(ad:0x40043000+0x60))&0x30000000)==0x000000000) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x60++0x0F line.long 0x00 "CECR2,Channel 2 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 2 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 2 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 2 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 2 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR2,Channel 2 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" textline " " eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" textline " " eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR2,Channel 2 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR2,Channel 2 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x60++0x07 line.long 0x00 "CECR2,Channel 2 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 2 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 2 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 2 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 2 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR2,Channel 2 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x60+0x08)++0x03 line.long 0x00 "CCBCR2,Channel 2 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x60+0x0C)++0x03 line.long 0x00 "CNBCR2,Channel 2 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif elif (((per.l(ad:0x40043000+0x60))&0x30000000)==(0x30000000||0x20000000)) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x60++0x0F line.long 0x00 "CECR2,Channel 2 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 2 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 2 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 2 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 2 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR2,Channel 2 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR2,Channel 2 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR2,Channel 2 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x60++0x07 line.long 0x00 "CECR2,Channel 2 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 2 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 2 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 2 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 2 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR2,Channel 2 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x60+0x08)++0x03 line.long 0x00 "CCBCR2,Channel 2 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x60+0x0C)++0x03 line.long 0x00 "CNBCR2,Channel 2 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif else sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x60++0x0F line.long 0x00 "CECR2,Channel 2 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 2 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 2 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 2 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 2 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR2,Channel 2 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR2,Channel 2 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR2,Channel 2 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x60++0x07 line.long 0x00 "CECR2,Channel 2 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 2 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 2 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 2 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 2 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR2,Channel 2 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" rbitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x60+0x08)++0x03 line.long 0x00 "CCBCR2,Channel 2 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x60+0x0C)++0x03 line.long 0x00 "CNBCR2,Channel 2 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif endif if (((per.l(ad:0x40043000+0x70))&0x30000000)==0x000000000) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x70++0x0F line.long 0x00 "CECR3,Channel 3 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 3 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 3 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 3 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 3 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR3,Channel 3 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" textline " " eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" textline " " eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR3,Channel 3 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR3,Channel 3 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x70++0x07 line.long 0x00 "CECR3,Channel 3 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 3 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 3 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 3 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 3 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR3,Channel 3 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x70+0x08)++0x03 line.long 0x00 "CCBCR3,Channel 3 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x70+0x0C)++0x03 line.long 0x00 "CNBCR3,Channel 3 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif elif (((per.l(ad:0x40043000+0x70))&0x30000000)==(0x30000000||0x20000000)) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x70++0x0F line.long 0x00 "CECR3,Channel 3 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 3 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 3 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 3 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 3 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR3,Channel 3 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR3,Channel 3 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR3,Channel 3 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x70++0x07 line.long 0x00 "CECR3,Channel 3 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 3 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 3 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 3 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 3 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR3,Channel 3 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x70+0x08)++0x03 line.long 0x00 "CCBCR3,Channel 3 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x70+0x0C)++0x03 line.long 0x00 "CNBCR3,Channel 3 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif else sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x70++0x0F line.long 0x00 "CECR3,Channel 3 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 3 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 3 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 3 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 3 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR3,Channel 3 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR3,Channel 3 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR3,Channel 3 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x70++0x07 line.long 0x00 "CECR3,Channel 3 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 3 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 3 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 3 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 3 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR3,Channel 3 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" rbitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x70+0x08)++0x03 line.long 0x00 "CCBCR3,Channel 3 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x70+0x0C)++0x03 line.long 0x00 "CNBCR3,Channel 3 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif endif if (((per.l(ad:0x40043000+0x80))&0x30000000)==0x000000000) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x80++0x0F line.long 0x00 "CECR4,Channel 4 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 4 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 4 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 4 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 4 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR4,Channel 4 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" textline " " eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" textline " " eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR4,Channel 4 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR4,Channel 4 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x80++0x07 line.long 0x00 "CECR4,Channel 4 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 4 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 4 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 4 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 4 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR4,Channel 4 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x80+0x08)++0x03 line.long 0x00 "CCBCR4,Channel 4 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x80+0x0C)++0x03 line.long 0x00 "CNBCR4,Channel 4 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif elif (((per.l(ad:0x40043000+0x80))&0x30000000)==(0x30000000||0x20000000)) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x80++0x0F line.long 0x00 "CECR4,Channel 4 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 4 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 4 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 4 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 4 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR4,Channel 4 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR4,Channel 4 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR4,Channel 4 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x80++0x07 line.long 0x00 "CECR4,Channel 4 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 4 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 4 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 4 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 4 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR4,Channel 4 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x80+0x08)++0x03 line.long 0x00 "CCBCR4,Channel 4 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x80+0x0C)++0x03 line.long 0x00 "CNBCR4,Channel 4 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif else sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x80++0x0F line.long 0x00 "CECR4,Channel 4 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 4 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 4 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 4 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 4 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR4,Channel 4 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR4,Channel 4 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR4,Channel 4 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x80++0x07 line.long 0x00 "CECR4,Channel 4 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 4 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 4 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 4 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 4 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR4,Channel 4 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" rbitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x80+0x08)++0x03 line.long 0x00 "CCBCR4,Channel 4 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x80+0x0C)++0x03 line.long 0x00 "CNBCR4,Channel 4 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif endif if (((per.l(ad:0x40043000+0x90))&0x30000000)==0x000000000) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x90++0x0F line.long 0x00 "CECR5,Channel 5 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 5 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 5 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 5 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 5 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR5,Channel 5 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" textline " " eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" textline " " eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR5,Channel 5 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR5,Channel 5 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x90++0x07 line.long 0x00 "CECR5,Channel 5 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 5 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 5 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 5 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 5 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR5,Channel 5 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x90+0x08)++0x03 line.long 0x00 "CCBCR5,Channel 5 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x90+0x0C)++0x03 line.long 0x00 "CNBCR5,Channel 5 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif elif (((per.l(ad:0x40043000+0x90))&0x30000000)==(0x30000000||0x20000000)) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x90++0x0F line.long 0x00 "CECR5,Channel 5 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 5 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 5 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 5 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 5 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR5,Channel 5 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR5,Channel 5 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR5,Channel 5 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x90++0x07 line.long 0x00 "CECR5,Channel 5 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 5 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 5 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 5 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 5 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR5,Channel 5 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x90+0x08)++0x03 line.long 0x00 "CCBCR5,Channel 5 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x90+0x0C)++0x03 line.long 0x00 "CNBCR5,Channel 5 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif else sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x90++0x0F line.long 0x00 "CECR5,Channel 5 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 5 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 5 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 5 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 5 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR5,Channel 5 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR5,Channel 5 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR5,Channel 5 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x90++0x07 line.long 0x00 "CECR5,Channel 5 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 5 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 5 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 5 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 5 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR5,Channel 5 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" rbitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x90+0x08)++0x03 line.long 0x00 "CCBCR5,Channel 5 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x90+0x0C)++0x03 line.long 0x00 "CNBCR5,Channel 5 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif endif if (((per.l(ad:0x40043000+0xA0))&0x30000000)==0x000000000) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0xA0++0x0F line.long 0x00 "CECR6,Channel 6 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 6 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 6 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 6 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 6 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR6,Channel 6 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" textline " " eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" textline " " eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR6,Channel 6 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR6,Channel 6 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0xA0++0x07 line.long 0x00 "CECR6,Channel 6 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 6 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 6 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 6 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 6 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR6,Channel 6 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0xA0+0x08)++0x03 line.long 0x00 "CCBCR6,Channel 6 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0xA0+0x0C)++0x03 line.long 0x00 "CNBCR6,Channel 6 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif elif (((per.l(ad:0x40043000+0xA0))&0x30000000)==(0x30000000||0x20000000)) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0xA0++0x0F line.long 0x00 "CECR6,Channel 6 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 6 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 6 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 6 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 6 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR6,Channel 6 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR6,Channel 6 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR6,Channel 6 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0xA0++0x07 line.long 0x00 "CECR6,Channel 6 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 6 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 6 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 6 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 6 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR6,Channel 6 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0xA0+0x08)++0x03 line.long 0x00 "CCBCR6,Channel 6 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0xA0+0x0C)++0x03 line.long 0x00 "CNBCR6,Channel 6 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif else sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0xA0++0x0F line.long 0x00 "CECR6,Channel 6 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 6 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 6 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 6 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 6 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR6,Channel 6 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR6,Channel 6 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR6,Channel 6 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0xA0++0x07 line.long 0x00 "CECR6,Channel 6 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 6 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 6 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 6 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 6 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR6,Channel 6 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" rbitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0xA0+0x08)++0x03 line.long 0x00 "CCBCR6,Channel 6 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0xA0+0x0C)++0x03 line.long 0x00 "CNBCR6,Channel 6 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif endif if (((per.l(ad:0x40043000+0xB0))&0x30000000)==0x000000000) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0xB0++0x0F line.long 0x00 "CECR7,Channel 7 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 7 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 7 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 7 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 7 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR7,Channel 7 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" textline " " eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" textline " " eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR7,Channel 7 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR7,Channel 7 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0xB0++0x07 line.long 0x00 "CECR7,Channel 7 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 7 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 7 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 7 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 7 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR7,Channel 7 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0xB0+0x08)++0x03 line.long 0x00 "CCBCR7,Channel 7 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0xB0+0x0C)++0x03 line.long 0x00 "CNBCR7,Channel 7 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif elif (((per.l(ad:0x40043000+0xB0))&0x30000000)==(0x30000000||0x20000000)) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0xB0++0x0F line.long 0x00 "CECR7,Channel 7 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 7 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 7 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 7 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 7 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR7,Channel 7 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR7,Channel 7 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR7,Channel 7 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0xB0++0x07 line.long 0x00 "CECR7,Channel 7 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 7 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 7 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 7 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 7 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR7,Channel 7 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0xB0+0x08)++0x03 line.long 0x00 "CCBCR7,Channel 7 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0xB0+0x0C)++0x03 line.long 0x00 "CNBCR7,Channel 7 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif else sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0xB0++0x0F line.long 0x00 "CECR7,Channel 7 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 7 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 7 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 7 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 7 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR7,Channel 7 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR7,Channel 7 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR7,Channel 7 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0xB0++0x07 line.long 0x00 "CECR7,Channel 7 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 7 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 7 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 7 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 7 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR7,Channel 7 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" rbitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0xB0+0x08)++0x03 line.long 0x00 "CCBCR7,Channel 7 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0xB0+0x0C)++0x03 line.long 0x00 "CNBCR7,Channel 7 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif endif if (((per.l(ad:0x40043000+0xC0))&0x30000000)==0x000000000) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0xC0++0x0F line.long 0x00 "CECR8,Channel 8 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 8 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 8 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 8 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 8 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR8,Channel 8 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" textline " " eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" textline " " eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR8,Channel 8 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR8,Channel 8 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0xC0++0x07 line.long 0x00 "CECR8,Channel 8 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 8 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 8 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 8 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 8 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR8,Channel 8 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0xC0+0x08)++0x03 line.long 0x00 "CCBCR8,Channel 8 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0xC0+0x0C)++0x03 line.long 0x00 "CNBCR8,Channel 8 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif elif (((per.l(ad:0x40043000+0xC0))&0x30000000)==(0x30000000||0x20000000)) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0xC0++0x0F line.long 0x00 "CECR8,Channel 8 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 8 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 8 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 8 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 8 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR8,Channel 8 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR8,Channel 8 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR8,Channel 8 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0xC0++0x07 line.long 0x00 "CECR8,Channel 8 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 8 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 8 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 8 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 8 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR8,Channel 8 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0xC0+0x08)++0x03 line.long 0x00 "CCBCR8,Channel 8 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0xC0+0x0C)++0x03 line.long 0x00 "CNBCR8,Channel 8 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif else sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0xC0++0x0F line.long 0x00 "CECR8,Channel 8 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 8 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 8 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 8 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 8 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR8,Channel 8 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR8,Channel 8 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR8,Channel 8 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0xC0++0x07 line.long 0x00 "CECR8,Channel 8 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 8 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 8 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 8 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 8 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR8,Channel 8 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" rbitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0xC0+0x08)++0x03 line.long 0x00 "CCBCR8,Channel 8 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0xC0+0x0C)++0x03 line.long 0x00 "CNBCR8,Channel 8 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif endif if (((per.l(ad:0x40043000+0xD0))&0x30000000)==0x000000000) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0xD0++0x0F line.long 0x00 "CECR9,Channel 9 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 9 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 9 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 9 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 9 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR9,Channel 9 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" textline " " eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" textline " " eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR9,Channel 9 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR9,Channel 9 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0xD0++0x07 line.long 0x00 "CECR9,Channel 9 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 9 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 9 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 9 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 9 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR9,Channel 9 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0xD0+0x08)++0x03 line.long 0x00 "CCBCR9,Channel 9 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0xD0+0x0C)++0x03 line.long 0x00 "CNBCR9,Channel 9 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif elif (((per.l(ad:0x40043000+0xD0))&0x30000000)==(0x30000000||0x20000000)) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0xD0++0x0F line.long 0x00 "CECR9,Channel 9 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 9 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 9 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 9 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 9 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR9,Channel 9 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR9,Channel 9 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR9,Channel 9 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0xD0++0x07 line.long 0x00 "CECR9,Channel 9 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 9 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 9 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 9 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 9 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR9,Channel 9 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0xD0+0x08)++0x03 line.long 0x00 "CCBCR9,Channel 9 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0xD0+0x0C)++0x03 line.long 0x00 "CNBCR9,Channel 9 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif else sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0xD0++0x0F line.long 0x00 "CECR9,Channel 9 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 9 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 9 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 9 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 9 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR9,Channel 9 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR9,Channel 9 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR9,Channel 9 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0xD0++0x07 line.long 0x00 "CECR9,Channel 9 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 9 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 9 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 9 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 9 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR9,Channel 9 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" rbitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0xD0+0x08)++0x03 line.long 0x00 "CCBCR9,Channel 9 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0xD0+0x0C)++0x03 line.long 0x00 "CNBCR9,Channel 9 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif endif if (((per.l(ad:0x40043000+0xE0))&0x30000000)==0x000000000) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0xE0++0x0F line.long 0x00 "CECR10,Channel 10 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 10 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 10 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 10 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 10 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR10,Channel 10 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" textline " " eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" textline " " eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR10,Channel 10 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR10,Channel 10 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0xE0++0x07 line.long 0x00 "CECR10,Channel 10 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 10 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 10 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 10 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 10 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR10,Channel 10 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0xE0+0x08)++0x03 line.long 0x00 "CCBCR10,Channel 10 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0xE0+0x0C)++0x03 line.long 0x00 "CNBCR10,Channel 10 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif elif (((per.l(ad:0x40043000+0xE0))&0x30000000)==(0x30000000||0x20000000)) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0xE0++0x0F line.long 0x00 "CECR10,Channel 10 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 10 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 10 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 10 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 10 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR10,Channel 10 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR10,Channel 10 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR10,Channel 10 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0xE0++0x07 line.long 0x00 "CECR10,Channel 10 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 10 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 10 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 10 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 10 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR10,Channel 10 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0xE0+0x08)++0x03 line.long 0x00 "CCBCR10,Channel 10 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0xE0+0x0C)++0x03 line.long 0x00 "CNBCR10,Channel 10 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif else sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0xE0++0x0F line.long 0x00 "CECR10,Channel 10 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 10 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 10 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 10 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 10 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR10,Channel 10 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR10,Channel 10 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR10,Channel 10 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0xE0++0x07 line.long 0x00 "CECR10,Channel 10 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 10 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 10 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 10 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 10 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR10,Channel 10 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" rbitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0xE0+0x08)++0x03 line.long 0x00 "CCBCR10,Channel 10 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0xE0+0x0C)++0x03 line.long 0x00 "CNBCR10,Channel 10 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif endif if (((per.l(ad:0x40043000+0xF0))&0x30000000)==0x000000000) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0xF0++0x0F line.long 0x00 "CECR11,Channel 11 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 11 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 11 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 11 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 11 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR11,Channel 11 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" textline " " eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" textline " " eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR11,Channel 11 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR11,Channel 11 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0xF0++0x07 line.long 0x00 "CECR11,Channel 11 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 11 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 11 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 11 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 11 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR11,Channel 11 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0xF0+0x08)++0x03 line.long 0x00 "CCBCR11,Channel 11 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0xF0+0x0C)++0x03 line.long 0x00 "CNBCR11,Channel 11 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif elif (((per.l(ad:0x40043000+0xF0))&0x30000000)==(0x30000000||0x20000000)) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0xF0++0x0F line.long 0x00 "CECR11,Channel 11 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 11 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 11 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 11 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 11 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR11,Channel 11 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR11,Channel 11 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR11,Channel 11 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0xF0++0x07 line.long 0x00 "CECR11,Channel 11 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 11 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 11 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 11 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 11 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR11,Channel 11 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0xF0+0x08)++0x03 line.long 0x00 "CCBCR11,Channel 11 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0xF0+0x0C)++0x03 line.long 0x00 "CNBCR11,Channel 11 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif else sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0xF0++0x0F line.long 0x00 "CECR11,Channel 11 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 11 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 11 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 11 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 11 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR11,Channel 11 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR11,Channel 11 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR11,Channel 11 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0xF0++0x07 line.long 0x00 "CECR11,Channel 11 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 11 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 11 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 11 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 11 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR11,Channel 11 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" rbitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0xF0+0x08)++0x03 line.long 0x00 "CCBCR11,Channel 11 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0xF0+0x0C)++0x03 line.long 0x00 "CNBCR11,Channel 11 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif endif if (((per.l(ad:0x40043000+0x100))&0x30000000)==0x000000000) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x100++0x0F line.long 0x00 "CECR12,Channel 12 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 12 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 12 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 12 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 12 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR12,Channel 12 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" textline " " eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" textline " " eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR12,Channel 12 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR12,Channel 12 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x100++0x07 line.long 0x00 "CECR12,Channel 12 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 12 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 12 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 12 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 12 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR12,Channel 12 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x100+0x08)++0x03 line.long 0x00 "CCBCR12,Channel 12 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x100+0x0C)++0x03 line.long 0x00 "CNBCR12,Channel 12 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif elif (((per.l(ad:0x40043000+0x100))&0x30000000)==(0x30000000||0x20000000)) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x100++0x0F line.long 0x00 "CECR12,Channel 12 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 12 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 12 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 12 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 12 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR12,Channel 12 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR12,Channel 12 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR12,Channel 12 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x100++0x07 line.long 0x00 "CECR12,Channel 12 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 12 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 12 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 12 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 12 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR12,Channel 12 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x100+0x08)++0x03 line.long 0x00 "CCBCR12,Channel 12 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x100+0x0C)++0x03 line.long 0x00 "CNBCR12,Channel 12 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif else sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x100++0x0F line.long 0x00 "CECR12,Channel 12 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 12 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 12 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 12 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 12 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR12,Channel 12 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR12,Channel 12 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR12,Channel 12 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x100++0x07 line.long 0x00 "CECR12,Channel 12 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 12 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 12 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 12 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 12 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR12,Channel 12 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" rbitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x100+0x08)++0x03 line.long 0x00 "CCBCR12,Channel 12 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x100+0x0C)++0x03 line.long 0x00 "CNBCR12,Channel 12 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif endif if (((per.l(ad:0x40043000+0x110))&0x30000000)==0x000000000) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x110++0x0F line.long 0x00 "CECR13,Channel 13 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 13 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 13 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 13 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 13 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR13,Channel 13 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" textline " " eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" textline " " eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR13,Channel 13 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR13,Channel 13 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x110++0x07 line.long 0x00 "CECR13,Channel 13 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 13 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 13 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 13 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 13 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR13,Channel 13 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x110+0x08)++0x03 line.long 0x00 "CCBCR13,Channel 13 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x110+0x0C)++0x03 line.long 0x00 "CNBCR13,Channel 13 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif elif (((per.l(ad:0x40043000+0x110))&0x30000000)==(0x30000000||0x20000000)) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x110++0x0F line.long 0x00 "CECR13,Channel 13 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 13 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 13 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 13 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 13 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR13,Channel 13 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR13,Channel 13 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR13,Channel 13 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x110++0x07 line.long 0x00 "CECR13,Channel 13 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 13 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 13 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 13 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 13 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR13,Channel 13 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x110+0x08)++0x03 line.long 0x00 "CCBCR13,Channel 13 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x110+0x0C)++0x03 line.long 0x00 "CNBCR13,Channel 13 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif else sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x110++0x0F line.long 0x00 "CECR13,Channel 13 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 13 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 13 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 13 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 13 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR13,Channel 13 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR13,Channel 13 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR13,Channel 13 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x110++0x07 line.long 0x00 "CECR13,Channel 13 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 13 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 13 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 13 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 13 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR13,Channel 13 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" rbitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x110+0x08)++0x03 line.long 0x00 "CCBCR13,Channel 13 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x110+0x0C)++0x03 line.long 0x00 "CNBCR13,Channel 13 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif endif if (((per.l(ad:0x40043000+0x120))&0x30000000)==0x000000000) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x120++0x0F line.long 0x00 "CECR14,Channel 14 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 14 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 14 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 14 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 14 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR14,Channel 14 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" textline " " eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" textline " " eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR14,Channel 14 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR14,Channel 14 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x120++0x07 line.long 0x00 "CECR14,Channel 14 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 14 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 14 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 14 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 14 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR14,Channel 14 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x120+0x08)++0x03 line.long 0x00 "CCBCR14,Channel 14 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x120+0x0C)++0x03 line.long 0x00 "CNBCR14,Channel 14 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif elif (((per.l(ad:0x40043000+0x120))&0x30000000)==(0x30000000||0x20000000)) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x120++0x0F line.long 0x00 "CECR14,Channel 14 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 14 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 14 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 14 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 14 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR14,Channel 14 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR14,Channel 14 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR14,Channel 14 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x120++0x07 line.long 0x00 "CECR14,Channel 14 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 14 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 14 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 14 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 14 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR14,Channel 14 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x120+0x08)++0x03 line.long 0x00 "CCBCR14,Channel 14 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x120+0x0C)++0x03 line.long 0x00 "CNBCR14,Channel 14 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif else sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x120++0x0F line.long 0x00 "CECR14,Channel 14 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 14 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 14 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 14 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 14 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR14,Channel 14 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR14,Channel 14 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR14,Channel 14 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x120++0x07 line.long 0x00 "CECR14,Channel 14 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 14 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 14 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 14 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 14 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR14,Channel 14 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" rbitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x120+0x08)++0x03 line.long 0x00 "CCBCR14,Channel 14 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x120+0x0C)++0x03 line.long 0x00 "CNBCR14,Channel 14 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif endif if (((per.l(ad:0x40043000+0x130))&0x30000000)==0x000000000) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x130++0x0F line.long 0x00 "CECR15,Channel 15 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 15 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 15 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 15 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 15 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR15,Channel 15 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" textline " " eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" textline " " eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR15,Channel 15 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR15,Channel 15 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x130++0x07 line.long 0x00 "CECR15,Channel 15 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 15 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 15 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 15 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FSE ,Frame Synchronization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 15 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " FSCD ,Frame Synchronization Channel Disable" "Enabled,Disabled" textline " " bitfld.long 0x00 8.--12. " FSPC ,Frame Synchronization Physical Channels 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" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR15,Channel 15 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x130+0x08)++0x03 line.long 0x00 "CCBCR15,Channel 15 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x130+0x0C)++0x03 line.long 0x00 "CNBCR15,Channel 15 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif elif (((per.l(ad:0x40043000+0x130))&0x30000000)==(0x30000000||0x20000000)) sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x130++0x0F line.long 0x00 "CECR15,Channel 15 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 15 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 15 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 15 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 15 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR15,Channel 15 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR15,Channel 15 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR15,Channel 15 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x130++0x07 line.long 0x00 "CECR15,Channel 15 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 15 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 15 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 15 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 25.--26. " MDS ,Channel 15 Mode Select." "Ping-pong,Circular,?..." textline " " bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" textline " " bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR15,Channel 15 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 17. " GB ,Generate Break" "Not terminated,Terminated" bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" textline " " eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" textline " " eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" textline " " eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x130+0x08)++0x03 line.long 0x00 "CCBCR15,Channel 15 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x130+0x0C)++0x03 line.long 0x00 "CNBCR15,Channel 15 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif else sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x130++0x0F line.long 0x00 "CECR15,Channel 15 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 15 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 15 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 15 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 15 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR15,Channel 15 Status Configuration Register" bitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" bitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" bitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" line.long 0x08 "CCBCR15,Channel 15 Current Buffer Configuration Register" hexmask.long.word 0x08 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x08 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x08 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x08 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" line.long 0x0C "CNBCR15,Channel 15 Next Buffer Configuration Register" hexmask.long.word 0x0C 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x0C 0.--15. 1. " BEA ,Buffer End Address" else group.long 0x130++0x07 line.long 0x00 "CECR15,Channel 15 Entry Configuration Register" bitfld.long 0x00 31. " CE ,Channel 15 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " TR ,Channel 15 Transmit Select" "Receive,Transmit" bitfld.long 0x00 28.--29. " CT ,Channel 15 Type Select." "Synchronous,Isochronous,Asynchronous,Control" bitfld.long 0x00 27. " FCE ,Flow Control Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25.--26. " MDS ,Channel 15 Mode Select." "Ping-pong,Circular,?..." bitfld.long 0x00 22. " MLFS ,Mask Lost Frame Synchronization" "Enabled,Disabled" bitfld.long 0x00 20. " MBE ,Mask Buffer Error" "Enabled,Disabled" bitfld.long 0x00 19. " MBS ,Mask Buffer Start" "Enabled,Disabled" textline " " bitfld.long 0x00 18. " MBD ,Mask Buffer End" "Enabled,Disabled" bitfld.long 0x00 17. " MDB ,Mask Detect Break" "Enabled,Disabled" bitfld.long 0x00 16. " MPE ,Mask Protocol Error" "Enabled,Disabled" bitfld.long 0x00 15. " IPL[7] ,Isochronous Packet Length" "0,1" textline " " bitfld.long 0x00 13.--14. " IPL[6:5] ,Isochronous Packet Length" "00,01,10,11" bitfld.long 0x00 8.--12. " IPL[4:0] ,Isochronous Packets Length" "00000,00001,00010,00011,00100,00101,00110,00111,01000,01001,01010,01011,01100,01101,01110,01111,10000,10001,10010,10011,10100,10101,10110,10111,11000,11001,11010,11011,11100,11101,11110,11111" hexmask.long.byte 0x00 0.--7. 1. " CA ,Channel Address" line.long 0x04 "CSCR15,Channel 15 Status Configuration Register" rbitfld.long 0x04 31. " BM ,Buffer Empty" "Not empty,Empty" rbitfld.long 0x04 30. " BF ,Buffer Full" "Not full,Full" rbitfld.long 0x04 18.--19. " IVB ,Isochronous Valid Bytes" "5,4,3,2" bitfld.long 0x04 17. " GIRB ,Generate Isochronous Receive Break" "Not terminated,Terminated" textline " " bitfld.long 0x04 16. " RDY ,Next Buffer Ready" "Not ready,Ready" eventfld.long 0x04 11. " PBS ,Previous Buffer Start" "Failed,Successfully" eventfld.long 0x04 10. " PBD ,Previous Buffer Done" "Failed,Successfully" eventfld.long 0x04 9. " PBDB ,Previous Buffer Detect Break" "Not detected,Detected" textline " " eventfld.long 0x04 8. " PBPE ,Previous Buffer Protocol Error" "Not detected,Detected" eventfld.long 0x04 6. " LFS ,Lost Frame Synchronization" "Not lost,Lost" eventfld.long 0x04 5. " ABE ,AHB Bus Error" "Not detected,Detected" eventfld.long 0x04 4. " BE ,Buffer Error" "Not detected,Detected" textline " " eventfld.long 0x04 3. " CBS ,Current Buffer Start" "Failed,Successfully" eventfld.long 0x04 2. " CBD ,Current Buffer Done" "Failed,Successfully" eventfld.long 0x04 1. " CBDB ,Current Buffer Detect Break" "Not detected,Detected" eventfld.long 0x04 0. " CBPE ,Current Buffer Protocol Error" "Not detected,Detected" rgroup.long (0x130+0x08)++0x03 line.long 0x00 "CCBCR15,Channel 15 Current Buffer Configuration Register" hexmask.long.word 0x00 18.--31. 0x4 " BCA ,Buffer Current Address" bitfld.long 0x00 16.--17. " BCA ,Hard-wired to'00'" "00,00,00,00" hexmask.long.word 0x00 2.--15. 0x4 " BFA ,Buffer Final Address" bitfld.long 0x00 0.--1. " BFA ,Hard-wired to'00'" "00,00,00,00" group.long (0x130+0x0C)++0x03 line.long 0x00 "CNBCR15,Channel 15 Next Buffer Configuration Register" hexmask.long.word 0x00 16.--31. 1. " BSA ,Buffer Start Address" hexmask.long.word 0x00 0.--15. 1. " BEA ,Buffer End Address" endif endif sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x280++0x03 line.long 0x00 "MLB_LCBCR0,Local Channel 0 Buffer Configuration Register" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x290++0x03 line.long 0x00 "MLB_LCBCR1,Local Channel 1 Buffer Configuration Register" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x2A0++0x03 line.long 0x00 "MLB_LCBCR2,Local Channel 2 Buffer Configuration Register" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x2B0++0x03 line.long 0x00 "MLB_LCBCR3,Local Channel 3 Buffer Configuration Register" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x2C0++0x03 line.long 0x00 "MLB_LCBCR4,Local Channel 4 Buffer Configuration Register" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x2D0++0x03 line.long 0x00 "MLB_LCBCR5,Local Channel 5 Buffer Configuration Register" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x2E0++0x03 line.long 0x00 "MLB_LCBCR6,Local Channel 6 Buffer Configuration Register" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x2F0++0x03 line.long 0x00 "MLB_LCBCR7,Local Channel 7 Buffer Configuration Register" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x300++0x03 line.long 0x00 "MLB_LCBCR8,Local Channel 8 Buffer Configuration Register" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x310++0x03 line.long 0x00 "MLB_LCBCR9,Local Channel 9 Buffer Configuration Register" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x320++0x03 line.long 0x00 "MLB_LCBCR10,Local Channel 10 Buffer Configuration Register" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x330++0x03 line.long 0x00 "MLB_LCBCR11,Local Channel 11 Buffer Configuration Register" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x340++0x03 line.long 0x00 "MLB_LCBCR12,Local Channel 12 Buffer Configuration Register" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x350++0x03 line.long 0x00 "MLB_LCBCR13,Local Channel 13 Buffer Configuration Register" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x360++0x03 line.long 0x00 "MLB_LCBCR14,Local Channel 14 Buffer Configuration Register" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x370++0x03 line.long 0x00 "MLB_LCBCR15,Local Channel 15 Buffer Configuration Register" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" else group.long 0x140++0x03 line.long 0x00 "MLB_LCBCR0,Local Channel 0 Buffer Configuration Register" hexmask.long.byte 0x00 22.--29. 1. " TH ,Buffer Treshold" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x150++0x03 line.long 0x00 "MLB_LCBCR1,Local Channel 1 Buffer Configuration Register" hexmask.long.byte 0x00 22.--29. 1. " TH ,Buffer Treshold" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x160++0x03 line.long 0x00 "MLB_LCBCR2,Local Channel 2 Buffer Configuration Register" hexmask.long.byte 0x00 22.--29. 1. " TH ,Buffer Treshold" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x170++0x03 line.long 0x00 "MLB_LCBCR3,Local Channel 3 Buffer Configuration Register" hexmask.long.byte 0x00 22.--29. 1. " TH ,Buffer Treshold" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x180++0x03 line.long 0x00 "MLB_LCBCR4,Local Channel 4 Buffer Configuration Register" hexmask.long.byte 0x00 22.--29. 1. " TH ,Buffer Treshold" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x190++0x03 line.long 0x00 "MLB_LCBCR5,Local Channel 5 Buffer Configuration Register" hexmask.long.byte 0x00 22.--29. 1. " TH ,Buffer Treshold" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x1A0++0x03 line.long 0x00 "MLB_LCBCR6,Local Channel 6 Buffer Configuration Register" hexmask.long.byte 0x00 22.--29. 1. " TH ,Buffer Treshold" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x1B0++0x03 line.long 0x00 "MLB_LCBCR7,Local Channel 7 Buffer Configuration Register" hexmask.long.byte 0x00 22.--29. 1. " TH ,Buffer Treshold" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x1C0++0x03 line.long 0x00 "MLB_LCBCR8,Local Channel 8 Buffer Configuration Register" hexmask.long.byte 0x00 22.--29. 1. " TH ,Buffer Treshold" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x1D0++0x03 line.long 0x00 "MLB_LCBCR9,Local Channel 9 Buffer Configuration Register" hexmask.long.byte 0x00 22.--29. 1. " TH ,Buffer Treshold" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x1E0++0x03 line.long 0x00 "MLB_LCBCR10,Local Channel 10 Buffer Configuration Register" hexmask.long.byte 0x00 22.--29. 1. " TH ,Buffer Treshold" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x1F0++0x03 line.long 0x00 "MLB_LCBCR11,Local Channel 11 Buffer Configuration Register" hexmask.long.byte 0x00 22.--29. 1. " TH ,Buffer Treshold" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x200++0x03 line.long 0x00 "MLB_LCBCR12,Local Channel 12 Buffer Configuration Register" hexmask.long.byte 0x00 22.--29. 1. " TH ,Buffer Treshold" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x210++0x03 line.long 0x00 "MLB_LCBCR13,Local Channel 13 Buffer Configuration Register" hexmask.long.byte 0x00 22.--29. 1. " TH ,Buffer Treshold" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x220++0x03 line.long 0x00 "MLB_LCBCR14,Local Channel 14 Buffer Configuration Register" hexmask.long.byte 0x00 22.--29. 1. " TH ,Buffer Treshold" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" group.long 0x230++0x03 line.long 0x00 "MLB_LCBCR15,Local Channel 15 Buffer Configuration Register" hexmask.long.byte 0x00 22.--29. 1. " TH ,Buffer Treshold" hexmask.long.byte 0x00 13.--19. 1. " BD ,Buffer Depth" hexmask.long.word 0x00 0.--8. 1. " SA ,Buffer Start Address" endif width 0xb tree.end tree "FlexCAN" tree "CAN 0" base ad:0x40020000 width 10. group.long 0x0000++0x0b line.long 0x00 "MCR,Module Configuration Register" bitfld.long 0x00 31. " MDIS ,Module disable" "No,Yes" bitfld.long 0x00 30. " FRZ ,Freeze enable" "Disabled,Enabled" textline " " bitfld.long 0x00 29. " RFEN ,Rx FIFO feature enable" "Disabled,Enabled" bitfld.long 0x00 28. " HALT ,FlexCAN freeze mode" "Not requested,Requested" textline " " sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 27. " NOT_RDY ,FlexCAN not ready" "Normal/listen-only/loopback,Disable/stop/freeze" else bitfld.long 0x00 27. " NOT_RDY ,FlexCAN not ready" "Normal/listen-only/loopback,Disable/stop/freeze" endif textline " " bitfld.long 0x00 25. " SOFT_RST ,Soft reset" "No reset,Reset" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 24. " FRZ_ACK ,Freeze mode acknowledge" "Not acknowledged,Acknowledged" else bitfld.long 0x00 24. " FRZ_ACK ,Freeze mode acknowledge" "Not acknowledged,Acknowledged" endif textline " " bitfld.long 0x00 23. " SUPV ,Supervisor mode" "Disabled,Enabled" bitfld.long 0x00 21. " WRN_EN ,Warning Interrupt Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 20. " LPM_ACK ,Low power mode acknowledge" "No low-power,Disable/stop" else bitfld.long 0x00 20. " LPM_ACK ,Low power mode acknowledge" "No low-power,Disable/stop" endif bitfld.long 0x00 17. " SRX_DIS ,Self Reception Disable" "No,Yes" textline " " bitfld.long 0x00 16. " IRMQ ,Individual Rx masking and queue feature enable" "Disabled,Enabled" bitfld.long 0x00 13. " LPRIO_EN ,Local priority feature enable" "Disabled,Enabled" textline " " bitfld.long 0x00 12. " AEN ,Tx abort feature enable" "Disabled,Enabled" bitfld.long 0x00 8.--9. " IDAM ,Format of the elements of the Rx FIFO filter table" "A,B,C,D" textline " " hexmask.long.byte 0x00 0.--6. 1. " MAXMB ,Maximum number of message buffers" line.long 0x04 "CTRL1,Control Register 1" hexmask.long.byte 0x04 24.--31. 1. " PRESDIV ,Prescaler division factor" bitfld.long 0x04 22.--23. " RJW ,Resync jump width" "1,2,3,4" textline " " bitfld.long 0x04 19.--21. " PSEG1 ,Phase Buffer Segment 1" "1,2,3,4,5,6,7,8" bitfld.long 0x04 16.--18. " PSEG2 ,Phase Buffer Segment 2" "1,2,3,4,5,6,7,8" textline " " bitfld.long 0x04 15. " BOFF_MSK , Bus off mask" "Disabled,Enabled" bitfld.long 0x04 14. " ERR_MSK , Error mask" "Disabled,Enabled" textline " " bitfld.long 0x04 13. " CLKSRC ,CAN Engine Clock Source" "Oscillator,Peripheral" textline " " bitfld.long 0x04 12. " LPB ,Loop back" "Disabled,Enabled" textline " " bitfld.long 0x04 11. " TWRN_MSK ,Tx Warning interrupt mask" "Disabled,Enabled" bitfld.long 0x04 10. " RWRN_MSK ,Rx Warning Interrupt Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 7. " SMP ,Sampling mode" "1 sample,3 samples" bitfld.long 0x04 6. " BOFF_REC ,Bus off recovery mode" "Enabled,Disabled" textline " " bitfld.long 0x04 5. " TSYN ,Timer sync mode" "Disabled,Enabled" bitfld.long 0x04 4. " LBUF ,Lowest buffer transmitted first" "With highest priority,Lowest number" textline " " bitfld.long 0x04 3. " LOM ,Listen-only mode" "Disabled,Enabled" bitfld.long 0x04 0.--2. " PROPSEG ,Propagation segment" "1,2,3,4,5,6,7,8" line.long 0x08 "TIMER,Free-Running Timer Register" hexmask.long.word 0x08 0.--15. 1. " TIMER ,Timer value" group.long 0x0010++0x0F line.long 0x00 "RXGMASK,Rx Global Mask Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x00 31. " MI[31:0] ,Standard ID mask bit 31" "0,1" bitfld.long 0x00 30. ",Standard ID mask bit 30" "0,1" bitfld.long 0x00 29. ",Standard ID mask bit 29" "0,1" bitfld.long 0x00 28. ",Standard ID mask bit 28" "0,1" else bitfld.long 0x00 31. " RTR ,RTR bit of Incoming Frame" "0,1" bitfld.long 0x00 30. " IDE ,IDE bit of Incoming Frame" "0,1" textline " " bitfld.long 0x00 28. " MI[28:0] ,Standard ID mask bit 28" "0,1" endif bitfld.long 0x00 27. ",Standard ID mask bit 27" "0,1" bitfld.long 0x00 26. ",Standard ID mask bit 26" "0,1" bitfld.long 0x00 25. ",Standard ID mask bit 25" "0,1" bitfld.long 0x00 24. ",Standard ID mask bit 24" "0,1" bitfld.long 0x00 23. ",Standard ID mask bit 23" "0,1" bitfld.long 0x00 22. ",Standard ID mask bit 22" "0,1" bitfld.long 0x00 21. ",Standard ID mask bit 21" "0,1" bitfld.long 0x00 20. ",Standard ID mask bit 20" "0,1" bitfld.long 0x00 19. ",Standard ID mask bit 19" "0,1" bitfld.long 0x00 18. ",Standard ID mask bit 18" "0,1" bitfld.long 0x00 17. ",Extended ID mask bit 17" "0,1" bitfld.long 0x00 16. ",Extended ID mask bit 16" "0,1" bitfld.long 0x00 15. ",Extended ID mask bit 15" "0,1" bitfld.long 0x00 14. ",Extended ID mask bit 14" "0,1" bitfld.long 0x00 13. ",Extended ID mask bit 13" "0,1" bitfld.long 0x00 12. ",Extended ID mask bit 12" "0,1" bitfld.long 0x00 11. ",Extended ID mask bit 11" "0,1" bitfld.long 0x00 10. ",Extended ID mask bit 10" "0,1" bitfld.long 0x00 09. ",Extended ID mask bit 9" "0,1" bitfld.long 0x00 08. ",Extended ID mask bit 8" "0,1" bitfld.long 0x00 07. ",Extended ID mask bit 7" "0,1" bitfld.long 0x00 06. ",Extended ID mask bit 6" "0,1" bitfld.long 0x00 05. ",Extended ID mask bit 5" "0,1" bitfld.long 0x00 04. ",Extended ID mask bit 4" "0,1" bitfld.long 0x00 03. ",Extended ID mask bit 3" "0,1" bitfld.long 0x00 02. ",Extended ID mask bit 2" "0,1" bitfld.long 0x00 01. ",Extended ID mask bit 1" "0,1" bitfld.long 0x00 00. ",Extended ID mask bit 0" "0,1" line.long 0x04 "RX14MASK,Rx Buffer 14 Mask Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x04 31. " MI[31:0] ,Standard ID mask bit 31" "0,1" bitfld.long 0x04 30. ",Standard ID mask bit 30" "0,1" bitfld.long 0x04 29. ",Standard ID mask bit 29" "0,1" bitfld.long 0x04 28. ",Standard ID mask bit 28" "0,1" else bitfld.long 0x04 31. " RTR ,RTR bit of Incoming Frame" "0,1" bitfld.long 0x04 30. " IDE ,IDE bit of Incoming Frame" "0,1" textline " " bitfld.long 0x04 28. " MI[28:0] ,Standard ID mask bit 28" "0,1" endif bitfld.long 0x04 27. ",Standard ID mask bit 27" "0,1" bitfld.long 0x04 26. ",Standard ID mask bit 26" "0,1" bitfld.long 0x04 25. ",Standard ID mask bit 25" "0,1" bitfld.long 0x04 24. ",Standard ID mask bit 24" "0,1" bitfld.long 0x04 23. ",Standard ID mask bit 23" "0,1" bitfld.long 0x04 22. ",Standard ID mask bit 22" "0,1" bitfld.long 0x04 21. ",Standard ID mask bit 21" "0,1" bitfld.long 0x04 20. ",Standard ID mask bit 20" "0,1" bitfld.long 0x04 19. ",Standard ID mask bit 19" "0,1" bitfld.long 0x04 18. ",Standard ID mask bit 18" "0,1" bitfld.long 0x04 17. ",Extended ID mask bit 17" "0,1" bitfld.long 0x04 16. ",Extended ID mask bit 16" "0,1" bitfld.long 0x04 15. ",Extended ID mask bit 15" "0,1" bitfld.long 0x04 14. ",Extended ID mask bit 14" "0,1" bitfld.long 0x04 13. ",Extended ID mask bit 13" "0,1" bitfld.long 0x04 12. ",Extended ID mask bit 12" "0,1" bitfld.long 0x04 11. ",Extended ID mask bit 11" "0,1" bitfld.long 0x04 10. ",Extended ID mask bit 10" "0,1" bitfld.long 0x04 09. ",Extended ID mask bit 9" "0,1" bitfld.long 0x04 08. ",Extended ID mask bit 8" "0,1" bitfld.long 0x04 07. ",Extended ID mask bit 7" "0,1" bitfld.long 0x04 06. ",Extended ID mask bit 6" "0,1" bitfld.long 0x04 05. ",Extended ID mask bit 5" "0,1" bitfld.long 0x04 04. ",Extended ID mask bit 4" "0,1" bitfld.long 0x04 03. ",Extended ID mask bit 3" "0,1" bitfld.long 0x04 02. ",Extended ID mask bit 2" "0,1" bitfld.long 0x04 01. ",Extended ID mask bit 1" "0,1" bitfld.long 0x04 00. ",Extended ID mask bit 0" "0,1" line.long 0x08 "RX15MASK,Rx Buffer 15 Mask Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x08 31. " MI[31:0] ,Standard ID mask bit 31" "0,1" bitfld.long 0x08 30. ",Standard ID mask bit 30" "0,1" bitfld.long 0x08 29. ",Standard ID mask bit 29" "0,1" bitfld.long 0x08 28. ",Standard ID mask bit 28" "0,1" else bitfld.long 0x08 31. " RTR ,RTR bit of Incoming Frame" "0,1" bitfld.long 0x08 30. " IDE ,IDE bit of Incoming Frame" "0,1" textline " " bitfld.long 0x08 28. " MI[28:0] ,Standard ID mask bit 28" "0,1" endif bitfld.long 0x08 27. ",Standard ID mask bit 27" "0,1" bitfld.long 0x08 26. ",Standard ID mask bit 26" "0,1" bitfld.long 0x08 25. ",Standard ID mask bit 25" "0,1" bitfld.long 0x08 24. ",Standard ID mask bit 24" "0,1" bitfld.long 0x08 23. ",Standard ID mask bit 23" "0,1" bitfld.long 0x08 22. ",Standard ID mask bit 22" "0,1" bitfld.long 0x08 21. ",Standard ID mask bit 21" "0,1" bitfld.long 0x08 20. ",Standard ID mask bit 20" "0,1" bitfld.long 0x08 19. ",Standard ID mask bit 19" "0,1" bitfld.long 0x08 18. ",Standard ID mask bit 18" "0,1" bitfld.long 0x08 17. ",Extended ID mask bit 17" "0,1" bitfld.long 0x08 16. ",Extended ID mask bit 16" "0,1" bitfld.long 0x08 15. ",Extended ID mask bit 15" "0,1" bitfld.long 0x08 14. ",Extended ID mask bit 14" "0,1" bitfld.long 0x08 13. ",Extended ID mask bit 13" "0,1" bitfld.long 0x08 12. ",Extended ID mask bit 12" "0,1" bitfld.long 0x08 11. ",Extended ID mask bit 11" "0,1" bitfld.long 0x08 10. ",Extended ID mask bit 10" "0,1" bitfld.long 0x08 09. ",Extended ID mask bit 9" "0,1" bitfld.long 0x08 08. ",Extended ID mask bit 8" "0,1" bitfld.long 0x08 07. ",Extended ID mask bit 7" "0,1" bitfld.long 0x08 06. ",Extended ID mask bit 6" "0,1" bitfld.long 0x08 05. ",Extended ID mask bit 5" "0,1" bitfld.long 0x08 04. ",Extended ID mask bit 4" "0,1" bitfld.long 0x08 03. ",Extended ID mask bit 3" "0,1" bitfld.long 0x08 02. ",Extended ID mask bit 2" "0,1" bitfld.long 0x08 01. ",Extended ID mask bit 1" "0,1" bitfld.long 0x08 00. ",Extended ID mask bit 0" "0,1" line.long 0x0C "ECR,Error Counter Register" hexmask.long.byte 0x0C 8.--15. 1. " RX_ERR_COUNTER ,Rx Error Counter" hexmask.long.byte 0x0C 0.--7. 1. " TX_ERR_COUNTER ,Tx Error Counter" hgroup.long 0x0020++0x03 hide.long 0x00 "ESR1,Error and Status Register 1" in group.long 0x0024++0x0B line.long 0x00 "IMASK2,Interrupt Mask Register 2" bitfld.long 0x00 31. " BUF63M ,Buffer 63 MB Mask" "Disabled,Enabled" bitfld.long 0x00 30. " BUF62M ,Buffer 62 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 29. " BUF61M ,Buffer 61 MB Mask" "Disabled,Enabled" bitfld.long 0x00 28. " BUF60M ,Buffer 60 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 27. " BUF59M ,Buffer 59 MB Mask" "Disabled,Enabled" bitfld.long 0x00 26. " BUF58M ,Buffer 58 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 25. " BUF57M ,Buffer 57 MB Mask" "Disabled,Enabled" bitfld.long 0x00 24. " BUF56M ,Buffer 56 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 23. " BUF55M ,Buffer 55 MB Mask" "Disabled,Enabled" bitfld.long 0x00 22. " BUF54M ,Buffer 54 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 21. " BUF53M ,Buffer 53 MB Mask" "Disabled,Enabled" bitfld.long 0x00 20. " BUF52M ,Buffer 52 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 19. " BUF51M ,Buffer 51 MB Mask" "Disabled,Enabled" bitfld.long 0x00 18. " BUF50M ,Buffer 50 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 17. " BUF49M ,Buffer 49 MB Mask" "Disabled,Enabled" bitfld.long 0x00 16. " BUF48M ,Buffer 48 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 15. " BUF47M ,Buffer 47 MB Mask" "Disabled,Enabled" bitfld.long 0x00 14. " BUF46M ,Buffer 46 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 13. " BUF45M ,Buffer 45 MB Mask" "Disabled,Enabled" bitfld.long 0x00 12. " BUF44M ,Buffer 44 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 11. " BUF43M ,Buffer 43 MB Mask" "Disabled,Enabled" bitfld.long 0x00 10. " BUF42M ,Buffer 42 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " BUF41M ,Buffer 41 MB Mask" "Disabled,Enabled" bitfld.long 0x00 8. " BUF40M ,Buffer 40 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " BUF39M ,Buffer 39 MB Mask" "Disabled,Enabled" bitfld.long 0x00 6. " BUF38M ,Buffer 38 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 5. " BUF37M ,Buffer 37 MB Mask" "Disabled,Enabled" bitfld.long 0x00 4. " BUF36M ,Buffer 36 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BUF35M ,Buffer 35 MB Mask" "Disabled,Enabled" bitfld.long 0x00 2. " BUF34M ,Buffer 34 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " BUF33M ,Buffer 33 MB Mask" "Disabled,Enabled" bitfld.long 0x00 0. " BUF32M ,Buffer 32 MB Mask" "Disabled,Enabled" line.long 0x04 "IMASK1,Interrupt Masks Register 1" bitfld.long 0x04 31. " BUF31M ,Buffer 31 MB Mask" "Disabled,Enabled" bitfld.long 0x04 30. " BUF30M ,Buffer 30 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 29. " BUF29M ,Buffer 29 MB Mask" "Disabled,Enabled" bitfld.long 0x04 28. " BUF28M ,Buffer 28 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 27. " BUF27M ,Buffer 27 MB Mask" "Disabled,Enabled" bitfld.long 0x04 26. " BUF26M ,Buffer 26 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 25. " BUF25M ,Buffer 25 MB Mask" "Disabled,Enabled" bitfld.long 0x04 24. " BUF24M ,Buffer 24 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 23. " BUF23M ,Buffer 23 MB Mask" "Disabled,Enabled" bitfld.long 0x04 22. " BUF22M ,Buffer 22 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 21. " BUF21M ,Buffer 21 MB Mask" "Disabled,Enabled" bitfld.long 0x04 20. " BUF20M ,Buffer 20 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 19. " BUF19M ,Buffer 19 MB Mask" "Disabled,Enabled" bitfld.long 0x04 18. " BUF18M ,Buffer 18 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 17. " BUF17M ,Buffer 17 MB Mask" "Disabled,Enabled" bitfld.long 0x04 16. " BUF16M ,Buffer 16 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 15. " BUF15M ,Buffer 15 MB Mask" "Disabled,Enabled" bitfld.long 0x04 14. " BUF14M ,Buffer 14 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 13. " BUF13M ,Buffer 13 MB Mask" "Disabled,Enabled" bitfld.long 0x04 12. " BUF12M ,Buffer 12 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 11. " BUF11M ,Buffer 11 MB Mask" "Disabled,Enabled" bitfld.long 0x04 10. " BUF10M ,Buffer 10 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 09. " BUF9M ,Buffer 9 MB Mask" "Disabled,Enabled" bitfld.long 0x04 08. " BUF8M ,Buffer 8 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 07. " BUF7M ,Buffer 7 MB Mask" "Disabled,Enabled" bitfld.long 0x04 06. " BUF6M ,Buffer 6 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 05. " BUF5M ,Buffer 5 MB Mask" "Disabled,Enabled" bitfld.long 0x04 04. " BUF4M ,Buffer 4 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 03. " BUF3M ,Buffer 3 MB Mask" "Disabled,Enabled" bitfld.long 0x04 02. " BUF2M ,Buffer 2 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 01. " BUF1M ,Buffer 1 MB Mask" "Disabled,Enabled" bitfld.long 0x04 00. " BUF0M ,Buffer 0 MB Mask" "Disabled,Enabled" line.long 0x08 "IFLAG2,Interrupt Flags 2 Register" eventfld.long 0x08 31. " BUF63I ,Buffer 63 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 30. " BUF62I ,Buffer 62 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 29. " BUF61I ,Buffer 61 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 28. " BUF60I ,Buffer 60 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 27. " BUF59I ,Buffer 59 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 26. " BUF58I ,Buffer 58 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 25. " BUF57I ,Buffer 57 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 24. " BUF56I ,Buffer 56 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 23. " BUF55I ,Buffer 55 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 22. " BUF54I ,Buffer 54 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 21. " BUF53I ,Buffer 53 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 20. " BUF52I ,Buffer 52 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 19. " BUF51I ,Buffer 51 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 18. " BUF50I ,Buffer 50 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 17. " BUF49I ,Buffer 49 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 16. " BUF48I ,Buffer 48 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 15. " BUF47I ,Buffer 47 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 14. " BUF46I ,Buffer 46 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 13. " BUF45I ,Buffer 45 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 12. " BUF44I ,Buffer 44 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 11. " BUF43I ,Buffer 43 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 10. " BUF42I ,Buffer 42 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 9. " BUF41I ,Buffer 41 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 8. " BUF40I ,Buffer 40 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 7. " BUF39I ,Buffer 39 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 6. " BUF38I ,Buffer 38 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 5. " BUF37I ,Buffer 37 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 4. " BUF36I ,Buffer 36 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 3. " BUF35I ,Buffer 35 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 2. " BUF34I ,Buffer 34 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 1. " BUF33I ,Buffer 33 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 0. " BUF32I ,Buffer 32 MB Interrupt" "Not occurred,Occurred" if (((per.long(ad:0x40020000))&0x20000000)==0x00) group.long 0x0030++0x03 line.long 0x00 "IFLAG1,Interrupt Flags 1 Register" eventfld.long 0x00 31. " BUF31I ,Buffer 31 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 30. " BUF30I ,Buffer 30 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 29. " BUF29I ,Buffer 29 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 28. " BUF28I ,Buffer 28 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 27. " BUF27I ,Buffer 27 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 26. " BUF26I ,Buffer 26 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 25. " BUF25I ,Buffer 25 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 24. " BUF24I ,Buffer 24 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 23. " BUF23I ,Buffer 23 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 22. " BUF22I ,Buffer 22 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 21. " BUF21I ,Buffer 21 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 20. " BUF20I ,Buffer 20 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 19. " BUF19I ,Buffer 19 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 18. " BUF18I ,Buffer 18 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 17. " BUF17I ,Buffer 17 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 16. " BUF16I ,Buffer 16 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 15. " BUF15I ,Buffer 15 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 14. " BUF14I ,Buffer 14 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 13. " BUF13I ,Buffer 13 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 12. " BUF12I ,Buffer 12 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 11. " BUF11I ,Buffer 11 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 10. " BUF10I ,Buffer 10 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 09. " BUF9I ,Buffer 9 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 08. " BUF8I ,Buffer 8 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 07. " BUF7I ,Buffer 7 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 06. " BUF6I ,Buffer 6 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 05. " BUF5I ,Buffer 5 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 04. " BUF4I ,Buffer 4 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 03. " BUF3I ,Buffer 3 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 02. " BUF2I ,Buffer 2 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 01. " BUF1I ,Buffer 1 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 00. " BUF0I ,Buffer 0 MB Interrupt" "Not occurred,Occurred" else group.long 0x0030++0x03 line.long 0x00 "IFLAG1,Interrupt Flags 1 Register" eventfld.long 0x00 31. " BUF31I ,Buffer 31 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 30. " BUF30I ,Buffer 30 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 29. " BUF29I ,Buffer 29 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 28. " BUF28I ,Buffer 28 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 27. " BUF27I ,Buffer 27 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 26. " BUF26I ,Buffer 26 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 25. " BUF25I ,Buffer 25 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 24. " BUF24I ,Buffer 24 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 23. " BUF23I ,Buffer 23 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 22. " BUF22I ,Buffer 22 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 21. " BUF21I ,Buffer 21 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 20. " BUF20I ,Buffer 20 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 19. " BUF19I ,Buffer 19 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 18. " BUF18I ,Buffer 18 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 17. " BUF17I ,Buffer 17 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 16. " BUF16I ,Buffer 16 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 15. " BUF15I ,Buffer 15 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 14. " BUF14I ,Buffer 14 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 13. " BUF13I ,Buffer 13 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 12. " BUF12I ,Buffer 12 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 11. " BUF11I ,Buffer 11 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 10. " BUF10I ,Buffer 10 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 09. " BUF9I ,Buffer 9 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 08. " BUF8I ,Buffer 8 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 07. " BUF7I ,FIFO overflow condition" "No overflow,Overflow" textline " " eventfld.long 0x00 06. " BUF6I ,4 out of 6 buffers of the FIFO are already occupied" "Not occupied,Occupied" textline " " eventfld.long 0x00 05. " BUF5I ,Least one frame is available to be read from the FIFO" "Not available,Available" endif group.long 0x34++0x3 line.long 0x00 "CTRL2,Control 2 Register" bitfld.long 0x00 29. " ECRWRE ,Error-correction Configuration Register Write Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 28. " WRMFRZ ,Unrestricted write access to FlexCAN memory enable" "Disabled,Enabled" bitfld.long 0x00 24.--27. " RFEN ,Number of Rx FIFO filters" "8,16,24,32,40,48,56,64,72,80,88,96,104,112,120,128" textline " " bitfld.long 0x00 19.--23. " TASD ,Tx Can bits delay value" "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 18. " MRP ,Matching start process" "Rx FIFO->Mailboxes,Mailboxes->Rx FIFO" textline " " bitfld.long 0x00 17. " RRS ,Remote Request Frame generate/store" "Generated,Stored" bitfld.long 0x00 16. " EACEN ,IDE and RTR comparison enable" "Disabled,Enabled" rgroup.long 0x38++0x3 line.long 0x00 "ESR2,Error and Status Register 2" hexmask.long.byte 0x00 16.--22. 1. " LPTM ,Lowest number of inactive Mailbox" bitfld.long 0x00 14. " VPS ,Contents of IMB and LPTM valid" "Not valid,Valid" textline " " bitfld.long 0x00 13. " IMB ,Inactive Mailbox available" "Not available,Available" rgroup.long 0x44++0x3 line.long 0x00 "CRCR,CRC Register" hexmask.long.byte 0x00 16.--22. 1. " MBCRC ,Tx CRC Mailbox number" hexmask.long.word 0x00 0.--14. 1. " TXCRC ,CRC value of the last message transmitted" group.long 0x48++0x3 line.long 0x00 "RXFGMASK,Rx FIFO Global Mask Register" bitfld.long 0x00 31. " FGM[31:0] ,Standard and Extended ID mask bit 31" "0,1" bitfld.long 0x00 30. ",Standard ID mask bit 30" "0,1" bitfld.long 0x00 29. ",Standard ID mask bit 29" "0,1" bitfld.long 0x00 28. ",Standard ID mask bit 28" "0,1" bitfld.long 0x00 27. ",Standard ID mask bit 27" "0,1" bitfld.long 0x00 26. ",Standard ID mask bit 26" "0,1" bitfld.long 0x00 25. ",Standard ID mask bit 25" "0,1" bitfld.long 0x00 24. ",Standard ID mask bit 24" "0,1" bitfld.long 0x00 23. ",Standard ID mask bit 23" "0,1" bitfld.long 0x00 22. ",Standard ID mask bit 22" "0,1" bitfld.long 0x00 21. ",Standard ID mask bit 21" "0,1" bitfld.long 0x00 20. ",Standard ID mask bit 20" "0,1" bitfld.long 0x00 19. ",Standard ID mask bit 19" "0,1" bitfld.long 0x00 18. ",Standard ID mask bit 18" "0,1" bitfld.long 0x00 17. ",Extended ID mask bit 17" "0,1" bitfld.long 0x00 16. ",Extended ID mask bit 16" "0,1" bitfld.long 0x00 15. ",Extended ID mask bit 15" "0,1" bitfld.long 0x00 14. ",Extended ID mask bit 14" "0,1" bitfld.long 0x00 13. ",Extended ID mask bit 13" "0,1" bitfld.long 0x00 12. ",Extended ID mask bit 12" "0,1" bitfld.long 0x00 11. ",Extended ID mask bit 11" "0,1" bitfld.long 0x00 10. ",Extended ID mask bit 10" "0,1" bitfld.long 0x00 09. ",Extended ID mask bit 9" "0,1" bitfld.long 0x00 08. ",Extended ID mask bit 8" "0,1" bitfld.long 0x00 07. ",Extended ID mask bit 7" "0,1" bitfld.long 0x00 06. ",Extended ID mask bit 6" "0,1" bitfld.long 0x00 05. ",Extended ID mask bit 5" "0,1" bitfld.long 0x00 04. ",Extended ID mask bit 4" "0,1" bitfld.long 0x00 03. ",Extended ID mask bit 3" "0,1" bitfld.long 0x00 02. ",Extended ID mask bit 2" "0,1" bitfld.long 0x00 01. ",Extended ID mask bit 1" "0,1" bitfld.long 0x00 00. ",Extended ID mask bit 0" "0,1" rgroup.long 0x4C++0x3 line.long 0x00 "RXFIR,Rx FIFO Information Register" hexmask.long.word 0x00 0.--8. 1. " IDHIT ,Identifier Acceptance Filter hit by the received message" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") group.long (0x880+0x0)++0x3 line.long 0x0 "RXIMR0,Rx Individual Mask Register 0" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x4)++0x3 line.long 0x0 "RXIMR1,Rx Individual Mask Register 1" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x8)++0x3 line.long 0x0 "RXIMR2,Rx Individual Mask Register 2" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xC)++0x3 line.long 0x0 "RXIMR3,Rx Individual Mask Register 3" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x10)++0x3 line.long 0x0 "RXIMR4,Rx Individual Mask Register 4" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x14)++0x3 line.long 0x0 "RXIMR5,Rx Individual Mask Register 5" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x18)++0x3 line.long 0x0 "RXIMR6,Rx Individual Mask Register 6" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x1C)++0x3 line.long 0x0 "RXIMR7,Rx Individual Mask Register 7" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x20)++0x3 line.long 0x0 "RXIMR8,Rx Individual Mask Register 8" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x24)++0x3 line.long 0x0 "RXIMR9,Rx Individual Mask Register 9" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x28)++0x3 line.long 0x0 "RXIMR10,Rx Individual Mask Register 10" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x2C)++0x3 line.long 0x0 "RXIMR11,Rx Individual Mask Register 11" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x30)++0x3 line.long 0x0 "RXIMR12,Rx Individual Mask Register 12" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x34)++0x3 line.long 0x0 "RXIMR13,Rx Individual Mask Register 13" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x38)++0x3 line.long 0x0 "RXIMR14,Rx Individual Mask Register 14" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x3C)++0x3 line.long 0x0 "RXIMR15,Rx Individual Mask Register 15" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x40)++0x3 line.long 0x0 "RXIMR16,Rx Individual Mask Register 16" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x44)++0x3 line.long 0x0 "RXIMR17,Rx Individual Mask Register 17" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x48)++0x3 line.long 0x0 "RXIMR18,Rx Individual Mask Register 18" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x4C)++0x3 line.long 0x0 "RXIMR19,Rx Individual Mask Register 19" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x50)++0x3 line.long 0x0 "RXIMR20,Rx Individual Mask Register 20" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x54)++0x3 line.long 0x0 "RXIMR21,Rx Individual Mask Register 21" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x58)++0x3 line.long 0x0 "RXIMR22,Rx Individual Mask Register 22" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x5C)++0x3 line.long 0x0 "RXIMR23,Rx Individual Mask Register 23" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x60)++0x3 line.long 0x0 "RXIMR24,Rx Individual Mask Register 24" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x64)++0x3 line.long 0x0 "RXIMR25,Rx Individual Mask Register 25" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x68)++0x3 line.long 0x0 "RXIMR26,Rx Individual Mask Register 26" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x6C)++0x3 line.long 0x0 "RXIMR27,Rx Individual Mask Register 27" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x70)++0x3 line.long 0x0 "RXIMR28,Rx Individual Mask Register 28" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x74)++0x3 line.long 0x0 "RXIMR29,Rx Individual Mask Register 29" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x78)++0x3 line.long 0x0 "RXIMR30,Rx Individual Mask Register 30" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x7C)++0x3 line.long 0x0 "RXIMR31,Rx Individual Mask Register 31" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x80)++0x3 line.long 0x0 "RXIMR32,Rx Individual Mask Register 32" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x84)++0x3 line.long 0x0 "RXIMR33,Rx Individual Mask Register 33" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x88)++0x3 line.long 0x0 "RXIMR34,Rx Individual Mask Register 34" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x8C)++0x3 line.long 0x0 "RXIMR35,Rx Individual Mask Register 35" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x90)++0x3 line.long 0x0 "RXIMR36,Rx Individual Mask Register 36" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x94)++0x3 line.long 0x0 "RXIMR37,Rx Individual Mask Register 37" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x98)++0x3 line.long 0x0 "RXIMR38,Rx Individual Mask Register 38" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x9C)++0x3 line.long 0x0 "RXIMR39,Rx Individual Mask Register 39" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xA0)++0x3 line.long 0x0 "RXIMR40,Rx Individual Mask Register 40" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xA4)++0x3 line.long 0x0 "RXIMR41,Rx Individual Mask Register 41" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xA8)++0x3 line.long 0x0 "RXIMR42,Rx Individual Mask Register 42" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xAC)++0x3 line.long 0x0 "RXIMR43,Rx Individual Mask Register 43" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xB0)++0x3 line.long 0x0 "RXIMR44,Rx Individual Mask Register 44" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xB4)++0x3 line.long 0x0 "RXIMR45,Rx Individual Mask Register 45" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xB8)++0x3 line.long 0x0 "RXIMR46,Rx Individual Mask Register 46" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xBC)++0x3 line.long 0x0 "RXIMR47,Rx Individual Mask Register 47" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xC0)++0x3 line.long 0x0 "RXIMR48,Rx Individual Mask Register 48" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xC4)++0x3 line.long 0x0 "RXIMR49,Rx Individual Mask Register 49" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xC8)++0x3 line.long 0x0 "RXIMR50,Rx Individual Mask Register 50" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xCC)++0x3 line.long 0x0 "RXIMR51,Rx Individual Mask Register 51" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xD0)++0x3 line.long 0x0 "RXIMR52,Rx Individual Mask Register 52" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xD4)++0x3 line.long 0x0 "RXIMR53,Rx Individual Mask Register 53" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xD8)++0x3 line.long 0x0 "RXIMR54,Rx Individual Mask Register 54" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xDC)++0x3 line.long 0x0 "RXIMR55,Rx Individual Mask Register 55" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xE0)++0x3 line.long 0x0 "RXIMR56,Rx Individual Mask Register 56" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xE4)++0x3 line.long 0x0 "RXIMR57,Rx Individual Mask Register 57" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xE8)++0x3 line.long 0x0 "RXIMR58,Rx Individual Mask Register 58" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xEC)++0x3 line.long 0x0 "RXIMR59,Rx Individual Mask Register 59" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xF0)++0x3 line.long 0x0 "RXIMR60,Rx Individual Mask Register 60" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xF4)++0x3 line.long 0x0 "RXIMR61,Rx Individual Mask Register 61" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xF8)++0x3 line.long 0x0 "RXIMR62,Rx Individual Mask Register 62" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xFC)++0x3 line.long 0x0 "RXIMR63,Rx Individual Mask Register 63" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" else group.long (0x880+0x0)++0x3 line.long 0x0 "RXIMR0,Rx Individual Mask Register 0" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x4)++0x3 line.long 0x0 "RXIMR1,Rx Individual Mask Register 1" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x8)++0x3 line.long 0x0 "RXIMR2,Rx Individual Mask Register 2" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xC)++0x3 line.long 0x0 "RXIMR3,Rx Individual Mask Register 3" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x10)++0x3 line.long 0x0 "RXIMR4,Rx Individual Mask Register 4" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x14)++0x3 line.long 0x0 "RXIMR5,Rx Individual Mask Register 5" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x18)++0x3 line.long 0x0 "RXIMR6,Rx Individual Mask Register 6" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x1C)++0x3 line.long 0x0 "RXIMR7,Rx Individual Mask Register 7" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x20)++0x3 line.long 0x0 "RXIMR8,Rx Individual Mask Register 8" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x24)++0x3 line.long 0x0 "RXIMR9,Rx Individual Mask Register 9" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x28)++0x3 line.long 0x0 "RXIMR10,Rx Individual Mask Register 10" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x2C)++0x3 line.long 0x0 "RXIMR11,Rx Individual Mask Register 11" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x30)++0x3 line.long 0x0 "RXIMR12,Rx Individual Mask Register 12" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x34)++0x3 line.long 0x0 "RXIMR13,Rx Individual Mask Register 13" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x38)++0x3 line.long 0x0 "RXIMR14,Rx Individual Mask Register 14" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x3C)++0x3 line.long 0x0 "RXIMR15,Rx Individual Mask Register 15" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" endif group.long 0xae0++0x0F line.long 0x00 "MECR,Memory Error Control Register" bitfld.long 0x00 31. " ECRWRDIS ,Error Configuration Register Write Disable" "No,Yes" bitfld.long 0x00 19. " HANCEI_MSK ,Host Access With Non-Correctable Errors Interrupt Mask" "Disabled,Enabled" bitfld.long 0x00 18. " FANCEI_MSK ,FlexCAN Access With Non-Correctable Errors Interrupt Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 16. " CEI_MSK ,Correctable Errors Interrupt Mask" "Disabled,Enabled" bitfld.long 0x00 15. " HAERRIE ,Host Access Error Injection Enable" "Disabled,Enabled" bitfld.long 0x00 14. " FAERRIE ,FlexCAN Access Error Injection Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 13. " EXTERRIE ,Extended Error Injection Enable" "Disabled,Enabled" bitfld.long 0x00 9. " RERRDIS ,Error Report Disable" "No,Yes" bitfld.long 0x00 8. " ECCDIS ,Error Correction Disable" "No,Yes" textline " " bitfld.long 0x00 7. " NCEFAFRZ ,Non-Correctable Errors In FlexCAN Access Put Device In Freeze Mode" "Disabled,Enabled" line.long 0x04 "ERRIAR,Error Injection Address Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") hexmask.long.word 0x04 0.--13. 1. " INJADDR ,Address Where Error Is To Be Injected" else hexmask.long.word 0x04 2.--13. 0x4 " INJADDR ,Address Where Error Is To Be Injected" endif line.long 0x08 "ERRIDPR,Error Injection Data Pattern Register" line.long 0x0C "ERRIPPR,Error Injection Parity Pattern Register" bitfld.long 0x0C 24.--28. " PFLIP3 ,Parity Flip Pattern For Byte 3 (most significant)" "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 0x0C 16.--20. " PFLIP2 ,Parity Flip Pattern For Byte 2" "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 0x0C 8.--12. " PFLIP1 ,Parity Flip Pattern For Byte 1" "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 0x0C 0.--4. " PFLIP0 ,Parity Flip Pattern For Byte 0 (Least Significant)" "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" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rgroup.long 0xaf0++0x3 line.long 0x00 "RERRAR,Error Report Address Register" bitfld.long 0x00 24. " NCE ,Non-Correctable Error" "No error,Error" bitfld.long 0x00 18. " SAID[2] ,Identification of the requestor of the memory read request" "FlexCAN,Host" bitfld.long 0x00 17. " SAID[1] ,Details of FlexCAN operation" "Move,Scanning" textline " " bitfld.long 0x00 16. " SAID[0] ,Operation that requested the memory read" "Transmission,Reception" hexmask.long.word 0x00 0.--13. 1. " ERRADDR ,Address Where The Error Was Detected" else group.long 0xaf0++0x3 line.long 0x00 "RERRAR,Error Report Address Register" bitfld.long 0x00 24. " NCE ,Non-Correctable Error" "No error,Error" bitfld.long 0x00 18. " SAID[2] ,Identification of the requestor of the memory read request" "FlexCAN,Host" bitfld.long 0x00 17. " SAID[1] ,Details of FlexCAN operation" "Move,Scanning" textline " " bitfld.long 0x00 16. " SAID[0] ,Operation that requested the memory read" "Transmission,Reception" hexmask.long.word 0x00 0.--13. 1. " ERRADDR ,Address Where The Error Was Detected" endif group.long 0xaf4++0xB line.long 0x00 "RERRDR,Error Report Data Register" line.long 0x04 "RERRSYNR,Error Report Syndrome Register" bitfld.long 0x04 31. " BE3 ,Byte Enabled For Byte 3 (Most Significant)" "Disabled,Enabled" bitfld.long 0x04 24.--28. " SYND3 ,Error Syndrome For Byte 3 (Most Significant)" "No error,0,1,Non-correctable error,2,Non-correctable error,Non-correctable error,5,3,Non-correctable error,Non-correctable error,Non-correctable error,Non-correctable error,Non-correctable error,7,Non-correctable error,4,Non-correctable error,Non-correctable error,2,Non-correctable error,6,1,Non-correctable error,Non-correctable error,3,4,Non-correctable error,0,Non-correctable error,Non-correctable error,Non-correctable error" textline " " bitfld.long 0x04 23. " BE2 ,Byte Enabled For Byte 2" "Disabled,Enabled" bitfld.long 0x04 16.--20. " SYND2 ,Error Syndrome for Byte 2" "No error,0,1,Non-correctable error,2,Non-correctable error,Non-correctable error,5,3,Non-correctable error,Non-correctable error,Non-correctable error,Non-correctable error,Non-correctable error,7,Non-correctable error,4,Non-correctable error,Non-correctable error,2,Non-correctable error,6,1,Non-correctable error,Non-correctable error,3,4,Non-correctable error,0,Non-correctable error,Non-correctable error,Non-correctable error" textline " " bitfld.long 0x04 15. " BE1 ,Byte Enabled For Byte 1" "Disabled,Enabled" bitfld.long 0x04 8.--12. " SYND1 ,Error Syndrome for Byte 1" "No error,0,1,Non-correctable error,2,Non-correctable error,Non-correctable error,5,3,Non-correctable error,Non-correctable error,Non-correctable error,Non-correctable error,Non-correctable error,7,Non-correctable error,4,Non-correctable error,Non-correctable error,2,Non-correctable error,6,1,Non-correctable error,Non-correctable error,3,4,Non-correctable error,0,Non-correctable error,Non-correctable error,Non-correctable error" textline " " bitfld.long 0x04 7. " BE0 ,Byte Enabled For Byte 0 (least significant)" "Disabled,Enabled" bitfld.long 0x04 0.--4. " SYND0 ,Error Syndrome For Byte 0 (least significant)" "No error,0,1,Non-correctable error,2,Non-correctable error,Non-correctable error,5,3,Non-correctable error,Non-correctable error,Non-correctable error,Non-correctable error,Non-correctable error,7,Non-correctable error,4,Non-correctable error,Non-correctable error,2,Non-correctable error,6,1,Non-correctable error,Non-correctable error,3,4,Non-correctable error,0,Non-correctable error,Non-correctable error,Non-correctable error" line.long 0x08 "ERRSR,Error Status Register" eventfld.long 0x08 19. " HANCEIF ,Host Access With Non-Correctable Error Interrupt Flag" "No error,Error" eventfld.long 0x08 18. " FANCEIF ,FlexCAN Access With Non-Correctable Error Interrupt Flag" "No error,Error" eventfld.long 0x08 16. " CEIF ,Correctable Error Interrupt Flag" "No error,Error" textline " " eventfld.long 0x08 3. " HANCEIOF ,Host Access With Non-Correctable Error Interrupt Overrun Flag" "No error,Error" eventfld.long 0x08 2. " FANCEIOF ,FlexCAN Access With Non-Correctable Error Interrupt Overrun Flag" "No error,Error" eventfld.long 0x08 0. " CEIOF ,Correctable Error Interrupt Overrun Flag" "No error,Error" width 12. tree "Message Buffer & Rx FIFO registers" if (((per.long(ad:0x40020000))&0x20000000)==0x20000000) group.long 0x80++0x03 line.long 0x00 "RXFIFO0,Rx FIFO Structure 0" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" textline " " bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" hexmask.long.byte 0x00 16.--19. 1. " DLC ,DLC" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x80)))&0x00200000)==0x00000000) group.long 0x84++0x03 line.long 0x00 "ID0,Identifier Field 0" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long 0x84++0x03 line.long 0x00 "ID0,Identifier Field 0" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long 0x88++0x07 line.long 0x00 "DATA0-3,Data Field 0-3" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7,Data Field 4-7" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long 0xE0++0x3 line.long 0x00 "IDFTE0,ID Filter Table Element 0" group.long 0xE4++0x3 line.long 0x00 "IDFTE1,ID Filter Table Element 1" group.long 0xE8++0x3 line.long 0x00 "IDFTE2,ID Filter Table Element 2" group.long 0xEC++0x3 line.long 0x00 "IDFTE3,ID Filter Table Element 3" group.long 0xF0++0x3 line.long 0x00 "IDFTE4,ID Filter Table Element 4" group.long 0xF4++0x3 line.long 0x00 "IDFTE5,ID Filter Table Element 5" group.long 0xF8++0x3 line.long 0x00 "IDFTE6,ID Filter Table Element 6" group.long 0xFC++0x3 line.long 0x00 "IDFTE7,ID Filter Table Element 7" group.long 0x100++0x3 line.long 0x00 "IDFTE8,ID Filter Table Element 8" group.long 0x104++0x3 line.long 0x00 "IDFTE9,ID Filter Table Element 9" group.long 0x108++0x3 line.long 0x00 "IDFTE10,ID Filter Table Element 10" group.long 0x10C++0x3 line.long 0x00 "IDFTE11,ID Filter Table Element 11" group.long 0x110++0x3 line.long 0x00 "IDFTE12,ID Filter Table Element 12" group.long 0x114++0x3 line.long 0x00 "IDFTE13,ID Filter Table Element 13" group.long 0x118++0x3 line.long 0x00 "IDFTE14,ID Filter Table Element 14" group.long 0x11C++0x3 line.long 0x00 "IDFTE15,ID Filter Table Element 15" group.long 0x120++0x3 line.long 0x00 "IDFTE16,ID Filter Table Element 16" group.long 0x124++0x3 line.long 0x00 "IDFTE17,ID Filter Table Element 17" group.long 0x128++0x3 line.long 0x00 "IDFTE18,ID Filter Table Element 18" group.long 0x12C++0x3 line.long 0x00 "IDFTE19,ID Filter Table Element 19" group.long 0x130++0x3 line.long 0x00 "IDFTE20,ID Filter Table Element 20" group.long 0x134++0x3 line.long 0x00 "IDFTE21,ID Filter Table Element 21" group.long 0x138++0x3 line.long 0x00 "IDFTE22,ID Filter Table Element 22" group.long 0x13C++0x3 line.long 0x00 "IDFTE23,ID Filter Table Element 23" group.long 0x140++0x3 line.long 0x00 "IDFTE24,ID Filter Table Element 24" group.long 0x144++0x3 line.long 0x00 "IDFTE25,ID Filter Table Element 25" group.long 0x148++0x3 line.long 0x00 "IDFTE26,ID Filter Table Element 26" group.long 0x14C++0x3 line.long 0x00 "IDFTE27,ID Filter Table Element 27" group.long 0x150++0x3 line.long 0x00 "IDFTE28,ID Filter Table Element 28" group.long 0x154++0x3 line.long 0x00 "IDFTE29,ID Filter Table Element 29" group.long 0x158++0x3 line.long 0x00 "IDFTE30,ID Filter Table Element 30" group.long 0x15C++0x3 line.long 0x00 "IDFTE31,ID Filter Table Element 31" group.long 0x160++0x3 line.long 0x00 "IDFTE32,ID Filter Table Element 32" group.long 0x164++0x3 line.long 0x00 "IDFTE33,ID Filter Table Element 33" group.long 0x168++0x3 line.long 0x00 "IDFTE34,ID Filter Table Element 34" group.long 0x16C++0x3 line.long 0x00 "IDFTE35,ID Filter Table Element 35" group.long 0x170++0x3 line.long 0x00 "IDFTE36,ID Filter Table Element 36" group.long 0x174++0x3 line.long 0x00 "IDFTE37,ID Filter Table Element 37" group.long 0x178++0x3 line.long 0x00 "IDFTE38,ID Filter Table Element 38" group.long 0x17C++0x3 line.long 0x00 "IDFTE39,ID Filter Table Element 39" group.long 0x180++0x3 line.long 0x00 "IDFTE40,ID Filter Table Element 40" group.long 0x184++0x3 line.long 0x00 "IDFTE41,ID Filter Table Element 41" group.long 0x188++0x3 line.long 0x00 "IDFTE42,ID Filter Table Element 42" group.long 0x18C++0x3 line.long 0x00 "IDFTE43,ID Filter Table Element 43" group.long 0x190++0x3 line.long 0x00 "IDFTE44,ID Filter Table Element 44" group.long 0x194++0x3 line.long 0x00 "IDFTE45,ID Filter Table Element 45" group.long 0x198++0x3 line.long 0x00 "IDFTE46,ID Filter Table Element 46" group.long 0x19C++0x3 line.long 0x00 "IDFTE47,ID Filter Table Element 47" group.long 0x1A0++0x3 line.long 0x00 "IDFTE48,ID Filter Table Element 48" group.long 0x1A4++0x3 line.long 0x00 "IDFTE49,ID Filter Table Element 49" group.long 0x1A8++0x3 line.long 0x00 "IDFTE50,ID Filter Table Element 50" group.long 0x1AC++0x3 line.long 0x00 "IDFTE51,ID Filter Table Element 51" group.long 0x1B0++0x3 line.long 0x00 "IDFTE52,ID Filter Table Element 52" group.long 0x1B4++0x3 line.long 0x00 "IDFTE53,ID Filter Table Element 53" group.long 0x1B8++0x3 line.long 0x00 "IDFTE54,ID Filter Table Element 54" group.long 0x1BC++0x3 line.long 0x00 "IDFTE55,ID Filter Table Element 55" group.long 0x1C0++0x3 line.long 0x00 "IDFTE56,ID Filter Table Element 56" group.long 0x1C4++0x3 line.long 0x00 "IDFTE57,ID Filter Table Element 57" group.long 0x1C8++0x3 line.long 0x00 "IDFTE58,ID Filter Table Element 58" group.long 0x1CC++0x3 line.long 0x00 "IDFTE59,ID Filter Table Element 59" group.long 0x1D0++0x3 line.long 0x00 "IDFTE60,ID Filter Table Element 60" group.long 0x1D4++0x3 line.long 0x00 "IDFTE61,ID Filter Table Element 61" group.long 0x1D8++0x3 line.long 0x00 "IDFTE62,ID Filter Table Element 62" group.long 0x1DC++0x3 line.long 0x00 "IDFTE63,ID Filter Table Element 63" group.long 0x1E0++0x3 line.long 0x00 "IDFTE64,ID Filter Table Element 64" group.long 0x1E4++0x3 line.long 0x00 "IDFTE65,ID Filter Table Element 65" group.long 0x1E8++0x3 line.long 0x00 "IDFTE66,ID Filter Table Element 66" group.long 0x1EC++0x3 line.long 0x00 "IDFTE67,ID Filter Table Element 67" group.long 0x1F0++0x3 line.long 0x00 "IDFTE68,ID Filter Table Element 68" group.long 0x1F4++0x3 line.long 0x00 "IDFTE69,ID Filter Table Element 69" group.long 0x1F8++0x3 line.long 0x00 "IDFTE70,ID Filter Table Element 70" group.long 0x1FC++0x3 line.long 0x00 "IDFTE71,ID Filter Table Element 71" group.long 0x200++0x3 line.long 0x00 "IDFTE72,ID Filter Table Element 72" group.long 0x204++0x3 line.long 0x00 "IDFTE73,ID Filter Table Element 73" group.long 0x208++0x3 line.long 0x00 "IDFTE74,ID Filter Table Element 74" group.long 0x20C++0x3 line.long 0x00 "IDFTE75,ID Filter Table Element 75" group.long 0x210++0x3 line.long 0x00 "IDFTE76,ID Filter Table Element 76" group.long 0x214++0x3 line.long 0x00 "IDFTE77,ID Filter Table Element 77" group.long 0x218++0x3 line.long 0x00 "IDFTE78,ID Filter Table Element 78" group.long 0x21C++0x3 line.long 0x00 "IDFTE79,ID Filter Table Element 79" group.long 0x220++0x3 line.long 0x00 "IDFTE80,ID Filter Table Element 80" group.long 0x224++0x3 line.long 0x00 "IDFTE81,ID Filter Table Element 81" group.long 0x228++0x3 line.long 0x00 "IDFTE82,ID Filter Table Element 82" group.long 0x22C++0x3 line.long 0x00 "IDFTE83,ID Filter Table Element 83" group.long 0x230++0x3 line.long 0x00 "IDFTE84,ID Filter Table Element 84" group.long 0x234++0x3 line.long 0x00 "IDFTE85,ID Filter Table Element 85" group.long 0x238++0x3 line.long 0x00 "IDFTE86,ID Filter Table Element 86" group.long 0x23C++0x3 line.long 0x00 "IDFTE87,ID Filter Table Element 87" group.long 0x240++0x3 line.long 0x00 "IDFTE88,ID Filter Table Element 88" group.long 0x244++0x3 line.long 0x00 "IDFTE89,ID Filter Table Element 89" group.long 0x248++0x3 line.long 0x00 "IDFTE90,ID Filter Table Element 90" group.long 0x24C++0x3 line.long 0x00 "IDFTE91,ID Filter Table Element 91" group.long 0x250++0x3 line.long 0x00 "IDFTE92,ID Filter Table Element 92" group.long 0x254++0x3 line.long 0x00 "IDFTE93,ID Filter Table Element 93" group.long 0x258++0x3 line.long 0x00 "IDFTE94,ID Filter Table Element 94" group.long 0x25C++0x3 line.long 0x00 "IDFTE95,ID Filter Table Element 95" group.long 0x260++0x3 line.long 0x00 "IDFTE96,ID Filter Table Element 96" group.long 0x264++0x3 line.long 0x00 "IDFTE97,ID Filter Table Element 97" group.long 0x268++0x3 line.long 0x00 "IDFTE98,ID Filter Table Element 98" group.long 0x26C++0x3 line.long 0x00 "IDFTE99,ID Filter Table Element 99" group.long 0x270++0x3 line.long 0x00 "IDFTE100,ID Filter Table Element 100" group.long 0x274++0x3 line.long 0x00 "IDFTE101,ID Filter Table Element 101" group.long 0x278++0x3 line.long 0x00 "IDFTE102,ID Filter Table Element 102" group.long 0x27C++0x3 line.long 0x00 "IDFTE103,ID Filter Table Element 103" group.long 0x280++0x3 line.long 0x00 "IDFTE104,ID Filter Table Element 104" group.long 0x284++0x3 line.long 0x00 "IDFTE105,ID Filter Table Element 105" group.long 0x288++0x3 line.long 0x00 "IDFTE106,ID Filter Table Element 106" group.long 0x28C++0x3 line.long 0x00 "IDFTE107,ID Filter Table Element 107" group.long 0x290++0x3 line.long 0x00 "IDFTE108,ID Filter Table Element 108" group.long 0x294++0x3 line.long 0x00 "IDFTE109,ID Filter Table Element 109" group.long 0x298++0x3 line.long 0x00 "IDFTE110,ID Filter Table Element 110" group.long 0x29C++0x3 line.long 0x00 "IDFTE111,ID Filter Table Element 111" group.long 0x2A0++0x3 line.long 0x00 "IDFTE112,ID Filter Table Element 112" group.long 0x2A4++0x3 line.long 0x00 "IDFTE113,ID Filter Table Element 113" group.long 0x2A8++0x3 line.long 0x00 "IDFTE114,ID Filter Table Element 114" group.long 0x2AC++0x3 line.long 0x00 "IDFTE115,ID Filter Table Element 115" group.long 0x2B0++0x3 line.long 0x00 "IDFTE116,ID Filter Table Element 116" group.long 0x2B4++0x3 line.long 0x00 "IDFTE117,ID Filter Table Element 117" group.long 0x2B8++0x3 line.long 0x00 "IDFTE118,ID Filter Table Element 118" group.long 0x2BC++0x3 line.long 0x00 "IDFTE119,ID Filter Table Element 119" group.long 0x2C0++0x3 line.long 0x00 "IDFTE120,ID Filter Table Element 120" group.long 0x2C4++0x3 line.long 0x00 "IDFTE121,ID Filter Table Element 121" group.long 0x2C8++0x3 line.long 0x00 "IDFTE122,ID Filter Table Element 122" group.long 0x2CC++0x3 line.long 0x00 "IDFTE123,ID Filter Table Element 123" group.long 0x2D0++0x3 line.long 0x00 "IDFTE124,ID Filter Table Element 124" group.long 0x2D4++0x3 line.long 0x00 "IDFTE125,ID Filter Table Element 125" group.long 0x2D8++0x3 line.long 0x00 "IDFTE126,ID Filter Table Element 126" group.long 0x2DC++0x3 line.long 0x00 "IDFTE127,ID Filter Table Element 127" else group.long (0x0080+0x0)++0x03 "Message Buffer Register 0" line.long 0x00 "C/S0,Control and Status 0" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x0)))&0x00200000)==0x00000000) group.long (0x0084+0x0)++0x03 line.long 0x00 "ID0,Identifier Field 0" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x0)++0x03 line.long 0x00 "ID0,Identifier Field 0" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x0)++0x07 line.long 0x00 "DATA0-3_0,Data Field 0-3 0" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_0,Data Field 4-7 0" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x10)++0x03 "Message Buffer Register 1" line.long 0x00 "C/S1,Control and Status 1" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x10)))&0x00200000)==0x00000000) group.long (0x0084+0x10)++0x03 line.long 0x00 "ID1,Identifier Field 1" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x10)++0x03 line.long 0x00 "ID1,Identifier Field 1" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x10)++0x07 line.long 0x00 "DATA0-3_1,Data Field 0-3 1" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_1,Data Field 4-7 1" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x20)++0x03 "Message Buffer Register 2" line.long 0x00 "C/S2,Control and Status 2" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x20)))&0x00200000)==0x00000000) group.long (0x0084+0x20)++0x03 line.long 0x00 "ID2,Identifier Field 2" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x20)++0x03 line.long 0x00 "ID2,Identifier Field 2" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x20)++0x07 line.long 0x00 "DATA0-3_2,Data Field 0-3 2" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_2,Data Field 4-7 2" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x30)++0x03 "Message Buffer Register 3" line.long 0x00 "C/S3,Control and Status 3" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x30)))&0x00200000)==0x00000000) group.long (0x0084+0x30)++0x03 line.long 0x00 "ID3,Identifier Field 3" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x30)++0x03 line.long 0x00 "ID3,Identifier Field 3" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x30)++0x07 line.long 0x00 "DATA0-3_3,Data Field 0-3 3" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_3,Data Field 4-7 3" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x40)++0x03 "Message Buffer Register 4" line.long 0x00 "C/S4,Control and Status 4" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x40)))&0x00200000)==0x00000000) group.long (0x0084+0x40)++0x03 line.long 0x00 "ID4,Identifier Field 4" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x40)++0x03 line.long 0x00 "ID4,Identifier Field 4" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x40)++0x07 line.long 0x00 "DATA0-3_4,Data Field 0-3 4" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_4,Data Field 4-7 4" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x50)++0x03 "Message Buffer Register 5" line.long 0x00 "C/S5,Control and Status 5" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x50)))&0x00200000)==0x00000000) group.long (0x0084+0x50)++0x03 line.long 0x00 "ID5,Identifier Field 5" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x50)++0x03 line.long 0x00 "ID5,Identifier Field 5" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x50)++0x07 line.long 0x00 "DATA0-3_5,Data Field 0-3 5" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_5,Data Field 4-7 5" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x60)++0x03 "Message Buffer Register 6" line.long 0x00 "C/S6,Control and Status 6" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x60)))&0x00200000)==0x00000000) group.long (0x0084+0x60)++0x03 line.long 0x00 "ID6,Identifier Field 6" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x60)++0x03 line.long 0x00 "ID6,Identifier Field 6" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x60)++0x07 line.long 0x00 "DATA0-3_6,Data Field 0-3 6" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_6,Data Field 4-7 6" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x70)++0x03 "Message Buffer Register 7" line.long 0x00 "C/S7,Control and Status 7" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x70)))&0x00200000)==0x00000000) group.long (0x0084+0x70)++0x03 line.long 0x00 "ID7,Identifier Field 7" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x70)++0x03 line.long 0x00 "ID7,Identifier Field 7" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x70)++0x07 line.long 0x00 "DATA0-3_7,Data Field 0-3 7" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_7,Data Field 4-7 7" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x80)++0x03 "Message Buffer Register 8" line.long 0x00 "C/S8,Control and Status 8" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x80)))&0x00200000)==0x00000000) group.long (0x0084+0x80)++0x03 line.long 0x00 "ID8,Identifier Field 8" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x80)++0x03 line.long 0x00 "ID8,Identifier Field 8" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x80)++0x07 line.long 0x00 "DATA0-3_8,Data Field 0-3 8" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_8,Data Field 4-7 8" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x90)++0x03 "Message Buffer Register 9" line.long 0x00 "C/S9,Control and Status 9" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x90)))&0x00200000)==0x00000000) group.long (0x0084+0x90)++0x03 line.long 0x00 "ID9,Identifier Field 9" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x90)++0x03 line.long 0x00 "ID9,Identifier Field 9" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x90)++0x07 line.long 0x00 "DATA0-3_9,Data Field 0-3 9" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_9,Data Field 4-7 9" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0xA0)++0x03 "Message Buffer Register 10" line.long 0x00 "C/S10,Control and Status 10" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0xA0)))&0x00200000)==0x00000000) group.long (0x0084+0xA0)++0x03 line.long 0x00 "ID10,Identifier Field 10" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0xA0)++0x03 line.long 0x00 "ID10,Identifier Field 10" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0xA0)++0x07 line.long 0x00 "DATA0-3_10,Data Field 0-3 10" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_10,Data Field 4-7 10" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0xB0)++0x03 "Message Buffer Register 11" line.long 0x00 "C/S11,Control and Status 11" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0xB0)))&0x00200000)==0x00000000) group.long (0x0084+0xB0)++0x03 line.long 0x00 "ID11,Identifier Field 11" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0xB0)++0x03 line.long 0x00 "ID11,Identifier Field 11" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0xB0)++0x07 line.long 0x00 "DATA0-3_11,Data Field 0-3 11" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_11,Data Field 4-7 11" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0xC0)++0x03 "Message Buffer Register 12" line.long 0x00 "C/S12,Control and Status 12" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0xC0)))&0x00200000)==0x00000000) group.long (0x0084+0xC0)++0x03 line.long 0x00 "ID12,Identifier Field 12" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0xC0)++0x03 line.long 0x00 "ID12,Identifier Field 12" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0xC0)++0x07 line.long 0x00 "DATA0-3_12,Data Field 0-3 12" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_12,Data Field 4-7 12" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0xD0)++0x03 "Message Buffer Register 13" line.long 0x00 "C/S13,Control and Status 13" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0xD0)))&0x00200000)==0x00000000) group.long (0x0084+0xD0)++0x03 line.long 0x00 "ID13,Identifier Field 13" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0xD0)++0x03 line.long 0x00 "ID13,Identifier Field 13" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0xD0)++0x07 line.long 0x00 "DATA0-3_13,Data Field 0-3 13" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_13,Data Field 4-7 13" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0xE0)++0x03 "Message Buffer Register 14" line.long 0x00 "C/S14,Control and Status 14" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0xE0)))&0x00200000)==0x00000000) group.long (0x0084+0xE0)++0x03 line.long 0x00 "ID14,Identifier Field 14" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0xE0)++0x03 line.long 0x00 "ID14,Identifier Field 14" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0xE0)++0x07 line.long 0x00 "DATA0-3_14,Data Field 0-3 14" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_14,Data Field 4-7 14" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0xF0)++0x03 "Message Buffer Register 15" line.long 0x00 "C/S15,Control and Status 15" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0xF0)))&0x00200000)==0x00000000) group.long (0x0084+0xF0)++0x03 line.long 0x00 "ID15,Identifier Field 15" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0xF0)++0x03 line.long 0x00 "ID15,Identifier Field 15" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0xF0)++0x07 line.long 0x00 "DATA0-3_15,Data Field 0-3 15" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_15,Data Field 4-7 15" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x100)++0x03 "Message Buffer Register 16" line.long 0x00 "C/S16,Control and Status 16" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x100)))&0x00200000)==0x00000000) group.long (0x0084+0x100)++0x03 line.long 0x00 "ID16,Identifier Field 16" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x100)++0x03 line.long 0x00 "ID16,Identifier Field 16" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x100)++0x07 line.long 0x00 "DATA0-3_16,Data Field 0-3 16" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_16,Data Field 4-7 16" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x110)++0x03 "Message Buffer Register 17" line.long 0x00 "C/S17,Control and Status 17" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x110)))&0x00200000)==0x00000000) group.long (0x0084+0x110)++0x03 line.long 0x00 "ID17,Identifier Field 17" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x110)++0x03 line.long 0x00 "ID17,Identifier Field 17" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x110)++0x07 line.long 0x00 "DATA0-3_17,Data Field 0-3 17" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_17,Data Field 4-7 17" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x120)++0x03 "Message Buffer Register 18" line.long 0x00 "C/S18,Control and Status 18" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x120)))&0x00200000)==0x00000000) group.long (0x0084+0x120)++0x03 line.long 0x00 "ID18,Identifier Field 18" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x120)++0x03 line.long 0x00 "ID18,Identifier Field 18" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x120)++0x07 line.long 0x00 "DATA0-3_18,Data Field 0-3 18" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_18,Data Field 4-7 18" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x130)++0x03 "Message Buffer Register 19" line.long 0x00 "C/S19,Control and Status 19" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x130)))&0x00200000)==0x00000000) group.long (0x0084+0x130)++0x03 line.long 0x00 "ID19,Identifier Field 19" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x130)++0x03 line.long 0x00 "ID19,Identifier Field 19" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x130)++0x07 line.long 0x00 "DATA0-3_19,Data Field 0-3 19" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_19,Data Field 4-7 19" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x140)++0x03 "Message Buffer Register 20" line.long 0x00 "C/S20,Control and Status 20" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x140)))&0x00200000)==0x00000000) group.long (0x0084+0x140)++0x03 line.long 0x00 "ID20,Identifier Field 20" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x140)++0x03 line.long 0x00 "ID20,Identifier Field 20" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x140)++0x07 line.long 0x00 "DATA0-3_20,Data Field 0-3 20" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_20,Data Field 4-7 20" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x150)++0x03 "Message Buffer Register 21" line.long 0x00 "C/S21,Control and Status 21" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x150)))&0x00200000)==0x00000000) group.long (0x0084+0x150)++0x03 line.long 0x00 "ID21,Identifier Field 21" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x150)++0x03 line.long 0x00 "ID21,Identifier Field 21" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x150)++0x07 line.long 0x00 "DATA0-3_21,Data Field 0-3 21" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_21,Data Field 4-7 21" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x160)++0x03 "Message Buffer Register 22" line.long 0x00 "C/S22,Control and Status 22" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x160)))&0x00200000)==0x00000000) group.long (0x0084+0x160)++0x03 line.long 0x00 "ID22,Identifier Field 22" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x160)++0x03 line.long 0x00 "ID22,Identifier Field 22" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x160)++0x07 line.long 0x00 "DATA0-3_22,Data Field 0-3 22" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_22,Data Field 4-7 22" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x170)++0x03 "Message Buffer Register 23" line.long 0x00 "C/S23,Control and Status 23" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x170)))&0x00200000)==0x00000000) group.long (0x0084+0x170)++0x03 line.long 0x00 "ID23,Identifier Field 23" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x170)++0x03 line.long 0x00 "ID23,Identifier Field 23" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x170)++0x07 line.long 0x00 "DATA0-3_23,Data Field 0-3 23" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_23,Data Field 4-7 23" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x180)++0x03 "Message Buffer Register 24" line.long 0x00 "C/S24,Control and Status 24" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x180)))&0x00200000)==0x00000000) group.long (0x0084+0x180)++0x03 line.long 0x00 "ID24,Identifier Field 24" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x180)++0x03 line.long 0x00 "ID24,Identifier Field 24" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x180)++0x07 line.long 0x00 "DATA0-3_24,Data Field 0-3 24" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_24,Data Field 4-7 24" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x190)++0x03 "Message Buffer Register 25" line.long 0x00 "C/S25,Control and Status 25" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x190)))&0x00200000)==0x00000000) group.long (0x0084+0x190)++0x03 line.long 0x00 "ID25,Identifier Field 25" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x190)++0x03 line.long 0x00 "ID25,Identifier Field 25" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x190)++0x07 line.long 0x00 "DATA0-3_25,Data Field 0-3 25" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_25,Data Field 4-7 25" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x1A0)++0x03 "Message Buffer Register 26" line.long 0x00 "C/S26,Control and Status 26" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x1A0)))&0x00200000)==0x00000000) group.long (0x0084+0x1A0)++0x03 line.long 0x00 "ID26,Identifier Field 26" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x1A0)++0x03 line.long 0x00 "ID26,Identifier Field 26" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x1A0)++0x07 line.long 0x00 "DATA0-3_26,Data Field 0-3 26" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_26,Data Field 4-7 26" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x1B0)++0x03 "Message Buffer Register 27" line.long 0x00 "C/S27,Control and Status 27" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x1B0)))&0x00200000)==0x00000000) group.long (0x0084+0x1B0)++0x03 line.long 0x00 "ID27,Identifier Field 27" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x1B0)++0x03 line.long 0x00 "ID27,Identifier Field 27" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x1B0)++0x07 line.long 0x00 "DATA0-3_27,Data Field 0-3 27" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_27,Data Field 4-7 27" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x1C0)++0x03 "Message Buffer Register 28" line.long 0x00 "C/S28,Control and Status 28" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x1C0)))&0x00200000)==0x00000000) group.long (0x0084+0x1C0)++0x03 line.long 0x00 "ID28,Identifier Field 28" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x1C0)++0x03 line.long 0x00 "ID28,Identifier Field 28" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x1C0)++0x07 line.long 0x00 "DATA0-3_28,Data Field 0-3 28" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_28,Data Field 4-7 28" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x1D0)++0x03 "Message Buffer Register 29" line.long 0x00 "C/S29,Control and Status 29" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x1D0)))&0x00200000)==0x00000000) group.long (0x0084+0x1D0)++0x03 line.long 0x00 "ID29,Identifier Field 29" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x1D0)++0x03 line.long 0x00 "ID29,Identifier Field 29" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x1D0)++0x07 line.long 0x00 "DATA0-3_29,Data Field 0-3 29" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_29,Data Field 4-7 29" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x1E0)++0x03 "Message Buffer Register 30" line.long 0x00 "C/S30,Control and Status 30" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x1E0)))&0x00200000)==0x00000000) group.long (0x0084+0x1E0)++0x03 line.long 0x00 "ID30,Identifier Field 30" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x1E0)++0x03 line.long 0x00 "ID30,Identifier Field 30" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x1E0)++0x07 line.long 0x00 "DATA0-3_30,Data Field 0-3 30" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_30,Data Field 4-7 30" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x1F0)++0x03 "Message Buffer Register 31" line.long 0x00 "C/S31,Control and Status 31" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x1F0)))&0x00200000)==0x00000000) group.long (0x0084+0x1F0)++0x03 line.long 0x00 "ID31,Identifier Field 31" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x1F0)++0x03 line.long 0x00 "ID31,Identifier Field 31" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x1F0)++0x07 line.long 0x00 "DATA0-3_31,Data Field 0-3 31" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_31,Data Field 4-7 31" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x200)++0x03 "Message Buffer Register 32" line.long 0x00 "C/S32,Control and Status 32" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x200)))&0x00200000)==0x00000000) group.long (0x0084+0x200)++0x03 line.long 0x00 "ID32,Identifier Field 32" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x200)++0x03 line.long 0x00 "ID32,Identifier Field 32" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x200)++0x07 line.long 0x00 "DATA0-3_32,Data Field 0-3 32" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_32,Data Field 4-7 32" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x210)++0x03 "Message Buffer Register 33" line.long 0x00 "C/S33,Control and Status 33" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x210)))&0x00200000)==0x00000000) group.long (0x0084+0x210)++0x03 line.long 0x00 "ID33,Identifier Field 33" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x210)++0x03 line.long 0x00 "ID33,Identifier Field 33" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x210)++0x07 line.long 0x00 "DATA0-3_33,Data Field 0-3 33" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_33,Data Field 4-7 33" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x220)++0x03 "Message Buffer Register 34" line.long 0x00 "C/S34,Control and Status 34" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x220)))&0x00200000)==0x00000000) group.long (0x0084+0x220)++0x03 line.long 0x00 "ID34,Identifier Field 34" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x220)++0x03 line.long 0x00 "ID34,Identifier Field 34" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x220)++0x07 line.long 0x00 "DATA0-3_34,Data Field 0-3 34" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_34,Data Field 4-7 34" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x230)++0x03 "Message Buffer Register 35" line.long 0x00 "C/S35,Control and Status 35" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x230)))&0x00200000)==0x00000000) group.long (0x0084+0x230)++0x03 line.long 0x00 "ID35,Identifier Field 35" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x230)++0x03 line.long 0x00 "ID35,Identifier Field 35" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x230)++0x07 line.long 0x00 "DATA0-3_35,Data Field 0-3 35" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_35,Data Field 4-7 35" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x240)++0x03 "Message Buffer Register 36" line.long 0x00 "C/S36,Control and Status 36" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x240)))&0x00200000)==0x00000000) group.long (0x0084+0x240)++0x03 line.long 0x00 "ID36,Identifier Field 36" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x240)++0x03 line.long 0x00 "ID36,Identifier Field 36" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x240)++0x07 line.long 0x00 "DATA0-3_36,Data Field 0-3 36" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_36,Data Field 4-7 36" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x250)++0x03 "Message Buffer Register 37" line.long 0x00 "C/S37,Control and Status 37" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x0080+0x250)))&0x00200000)==0x00000000) group.long (0x0084+0x250)++0x03 line.long 0x00 "ID37,Identifier Field 37" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x250)++0x03 line.long 0x00 "ID37,Identifier Field 37" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x250)++0x07 line.long 0x00 "DATA0-3_37,Data Field 0-3 37" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_37,Data Field 4-7 37" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" endif group.long (0x02E0+0x0)++0x03 "Message Buffer Register 38" line.long 0x00 "C/S38,Control and Status 38" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x02E0+0x0)))&0x00200000)==0x00000000) group.long (0x2E4+0x0)++0x03 line.long 0x00 "ID38,Identifier Field 38" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x0)++0x03 line.long 0x00 "ID38,Identifier Field 38" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x0)++0x07 line.long 0x00 "DATA0-3_38,Data Field 0-3 38" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_38,Data Field 4-7 38" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x10)++0x03 "Message Buffer Register 39" line.long 0x00 "C/S39,Control and Status 39" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x02E0+0x10)))&0x00200000)==0x00000000) group.long (0x2E4+0x10)++0x03 line.long 0x00 "ID39,Identifier Field 39" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x10)++0x03 line.long 0x00 "ID39,Identifier Field 39" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x10)++0x07 line.long 0x00 "DATA0-3_39,Data Field 0-3 39" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_39,Data Field 4-7 39" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x20)++0x03 "Message Buffer Register 40" line.long 0x00 "C/S40,Control and Status 40" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x02E0+0x20)))&0x00200000)==0x00000000) group.long (0x2E4+0x20)++0x03 line.long 0x00 "ID40,Identifier Field 40" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x20)++0x03 line.long 0x00 "ID40,Identifier Field 40" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x20)++0x07 line.long 0x00 "DATA0-3_40,Data Field 0-3 40" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_40,Data Field 4-7 40" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x30)++0x03 "Message Buffer Register 41" line.long 0x00 "C/S41,Control and Status 41" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x02E0+0x30)))&0x00200000)==0x00000000) group.long (0x2E4+0x30)++0x03 line.long 0x00 "ID41,Identifier Field 41" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x30)++0x03 line.long 0x00 "ID41,Identifier Field 41" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x30)++0x07 line.long 0x00 "DATA0-3_41,Data Field 0-3 41" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_41,Data Field 4-7 41" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x40)++0x03 "Message Buffer Register 42" line.long 0x00 "C/S42,Control and Status 42" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x02E0+0x40)))&0x00200000)==0x00000000) group.long (0x2E4+0x40)++0x03 line.long 0x00 "ID42,Identifier Field 42" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x40)++0x03 line.long 0x00 "ID42,Identifier Field 42" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x40)++0x07 line.long 0x00 "DATA0-3_42,Data Field 0-3 42" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_42,Data Field 4-7 42" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x50)++0x03 "Message Buffer Register 43" line.long 0x00 "C/S43,Control and Status 43" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x02E0+0x50)))&0x00200000)==0x00000000) group.long (0x2E4+0x50)++0x03 line.long 0x00 "ID43,Identifier Field 43" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x50)++0x03 line.long 0x00 "ID43,Identifier Field 43" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x50)++0x07 line.long 0x00 "DATA0-3_43,Data Field 0-3 43" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_43,Data Field 4-7 43" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x60)++0x03 "Message Buffer Register 44" line.long 0x00 "C/S44,Control and Status 44" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x02E0+0x60)))&0x00200000)==0x00000000) group.long (0x2E4+0x60)++0x03 line.long 0x00 "ID44,Identifier Field 44" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x60)++0x03 line.long 0x00 "ID44,Identifier Field 44" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x60)++0x07 line.long 0x00 "DATA0-3_44,Data Field 0-3 44" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_44,Data Field 4-7 44" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x70)++0x03 "Message Buffer Register 45" line.long 0x00 "C/S45,Control and Status 45" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x02E0+0x70)))&0x00200000)==0x00000000) group.long (0x2E4+0x70)++0x03 line.long 0x00 "ID45,Identifier Field 45" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x70)++0x03 line.long 0x00 "ID45,Identifier Field 45" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x70)++0x07 line.long 0x00 "DATA0-3_45,Data Field 0-3 45" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_45,Data Field 4-7 45" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x80)++0x03 "Message Buffer Register 46" line.long 0x00 "C/S46,Control and Status 46" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x02E0+0x80)))&0x00200000)==0x00000000) group.long (0x2E4+0x80)++0x03 line.long 0x00 "ID46,Identifier Field 46" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x80)++0x03 line.long 0x00 "ID46,Identifier Field 46" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x80)++0x07 line.long 0x00 "DATA0-3_46,Data Field 0-3 46" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_46,Data Field 4-7 46" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x90)++0x03 "Message Buffer Register 47" line.long 0x00 "C/S47,Control and Status 47" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x02E0+0x90)))&0x00200000)==0x00000000) group.long (0x2E4+0x90)++0x03 line.long 0x00 "ID47,Identifier Field 47" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x90)++0x03 line.long 0x00 "ID47,Identifier Field 47" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x90)++0x07 line.long 0x00 "DATA0-3_47,Data Field 0-3 47" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_47,Data Field 4-7 47" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0xA0)++0x03 "Message Buffer Register 48" line.long 0x00 "C/S48,Control and Status 48" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x02E0+0xA0)))&0x00200000)==0x00000000) group.long (0x2E4+0xA0)++0x03 line.long 0x00 "ID48,Identifier Field 48" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0xA0)++0x03 line.long 0x00 "ID48,Identifier Field 48" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0xA0)++0x07 line.long 0x00 "DATA0-3_48,Data Field 0-3 48" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_48,Data Field 4-7 48" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0xB0)++0x03 "Message Buffer Register 49" line.long 0x00 "C/S49,Control and Status 49" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x02E0+0xB0)))&0x00200000)==0x00000000) group.long (0x2E4+0xB0)++0x03 line.long 0x00 "ID49,Identifier Field 49" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0xB0)++0x03 line.long 0x00 "ID49,Identifier Field 49" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0xB0)++0x07 line.long 0x00 "DATA0-3_49,Data Field 0-3 49" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_49,Data Field 4-7 49" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0xC0)++0x03 "Message Buffer Register 50" line.long 0x00 "C/S50,Control and Status 50" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x02E0+0xC0)))&0x00200000)==0x00000000) group.long (0x2E4+0xC0)++0x03 line.long 0x00 "ID50,Identifier Field 50" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0xC0)++0x03 line.long 0x00 "ID50,Identifier Field 50" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0xC0)++0x07 line.long 0x00 "DATA0-3_50,Data Field 0-3 50" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_50,Data Field 4-7 50" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0xD0)++0x03 "Message Buffer Register 51" line.long 0x00 "C/S51,Control and Status 51" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x02E0+0xD0)))&0x00200000)==0x00000000) group.long (0x2E4+0xD0)++0x03 line.long 0x00 "ID51,Identifier Field 51" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0xD0)++0x03 line.long 0x00 "ID51,Identifier Field 51" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0xD0)++0x07 line.long 0x00 "DATA0-3_51,Data Field 0-3 51" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_51,Data Field 4-7 51" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0xE0)++0x03 "Message Buffer Register 52" line.long 0x00 "C/S52,Control and Status 52" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x02E0+0xE0)))&0x00200000)==0x00000000) group.long (0x2E4+0xE0)++0x03 line.long 0x00 "ID52,Identifier Field 52" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0xE0)++0x03 line.long 0x00 "ID52,Identifier Field 52" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0xE0)++0x07 line.long 0x00 "DATA0-3_52,Data Field 0-3 52" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_52,Data Field 4-7 52" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0xF0)++0x03 "Message Buffer Register 53" line.long 0x00 "C/S53,Control and Status 53" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x02E0+0xF0)))&0x00200000)==0x00000000) group.long (0x2E4+0xF0)++0x03 line.long 0x00 "ID53,Identifier Field 53" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0xF0)++0x03 line.long 0x00 "ID53,Identifier Field 53" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0xF0)++0x07 line.long 0x00 "DATA0-3_53,Data Field 0-3 53" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_53,Data Field 4-7 53" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x100)++0x03 "Message Buffer Register 54" line.long 0x00 "C/S54,Control and Status 54" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x02E0+0x100)))&0x00200000)==0x00000000) group.long (0x2E4+0x100)++0x03 line.long 0x00 "ID54,Identifier Field 54" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x100)++0x03 line.long 0x00 "ID54,Identifier Field 54" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x100)++0x07 line.long 0x00 "DATA0-3_54,Data Field 0-3 54" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_54,Data Field 4-7 54" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x110)++0x03 "Message Buffer Register 55" line.long 0x00 "C/S55,Control and Status 55" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x02E0+0x110)))&0x00200000)==0x00000000) group.long (0x2E4+0x110)++0x03 line.long 0x00 "ID55,Identifier Field 55" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x110)++0x03 line.long 0x00 "ID55,Identifier Field 55" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x110)++0x07 line.long 0x00 "DATA0-3_55,Data Field 0-3 55" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_55,Data Field 4-7 55" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x120)++0x03 "Message Buffer Register 56" line.long 0x00 "C/S56,Control and Status 56" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x02E0+0x120)))&0x00200000)==0x00000000) group.long (0x2E4+0x120)++0x03 line.long 0x00 "ID56,Identifier Field 56" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x120)++0x03 line.long 0x00 "ID56,Identifier Field 56" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x120)++0x07 line.long 0x00 "DATA0-3_56,Data Field 0-3 56" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_56,Data Field 4-7 56" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x130)++0x03 "Message Buffer Register 57" line.long 0x00 "C/S57,Control and Status 57" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x02E0+0x130)))&0x00200000)==0x00000000) group.long (0x2E4+0x130)++0x03 line.long 0x00 "ID57,Identifier Field 57" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x130)++0x03 line.long 0x00 "ID57,Identifier Field 57" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x130)++0x07 line.long 0x00 "DATA0-3_57,Data Field 0-3 57" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_57,Data Field 4-7 57" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x140)++0x03 "Message Buffer Register 58" line.long 0x00 "C/S58,Control and Status 58" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x02E0+0x140)))&0x00200000)==0x00000000) group.long (0x2E4+0x140)++0x03 line.long 0x00 "ID58,Identifier Field 58" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x140)++0x03 line.long 0x00 "ID58,Identifier Field 58" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x140)++0x07 line.long 0x00 "DATA0-3_58,Data Field 0-3 58" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_58,Data Field 4-7 58" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x150)++0x03 "Message Buffer Register 59" line.long 0x00 "C/S59,Control and Status 59" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x02E0+0x150)))&0x00200000)==0x00000000) group.long (0x2E4+0x150)++0x03 line.long 0x00 "ID59,Identifier Field 59" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x150)++0x03 line.long 0x00 "ID59,Identifier Field 59" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x150)++0x07 line.long 0x00 "DATA0-3_59,Data Field 0-3 59" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_59,Data Field 4-7 59" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x160)++0x03 "Message Buffer Register 60" line.long 0x00 "C/S60,Control and Status 60" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x02E0+0x160)))&0x00200000)==0x00000000) group.long (0x2E4+0x160)++0x03 line.long 0x00 "ID60,Identifier Field 60" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x160)++0x03 line.long 0x00 "ID60,Identifier Field 60" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x160)++0x07 line.long 0x00 "DATA0-3_60,Data Field 0-3 60" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_60,Data Field 4-7 60" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x170)++0x03 "Message Buffer Register 61" line.long 0x00 "C/S61,Control and Status 61" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x02E0+0x170)))&0x00200000)==0x00000000) group.long (0x2E4+0x170)++0x03 line.long 0x00 "ID61,Identifier Field 61" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x170)++0x03 line.long 0x00 "ID61,Identifier Field 61" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x170)++0x07 line.long 0x00 "DATA0-3_61,Data Field 0-3 61" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_61,Data Field 4-7 61" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x180)++0x03 "Message Buffer Register 62" line.long 0x00 "C/S62,Control and Status 62" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x02E0+0x180)))&0x00200000)==0x00000000) group.long (0x2E4+0x180)++0x03 line.long 0x00 "ID62,Identifier Field 62" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x180)++0x03 line.long 0x00 "ID62,Identifier Field 62" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x180)++0x07 line.long 0x00 "DATA0-3_62,Data Field 0-3 62" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_62,Data Field 4-7 62" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x190)++0x03 "Message Buffer Register 63" line.long 0x00 "C/S63,Control and Status 63" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x40020000+0x02E0+0x190)))&0x00200000)==0x00000000) group.long (0x2E4+0x190)++0x03 line.long 0x00 "ID63,Identifier Field 63" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x190)++0x03 line.long 0x00 "ID63,Identifier Field 63" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x190)++0x07 line.long 0x00 "DATA0-3_63,Data Field 0-3 63" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_63,Data Field 4-7 63" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" tree.end width 0xB tree.end tree "CAN 1" base ad:0x400d4000 width 10. group.long 0x0000++0x0b line.long 0x00 "MCR,Module Configuration Register" bitfld.long 0x00 31. " MDIS ,Module disable" "No,Yes" bitfld.long 0x00 30. " FRZ ,Freeze enable" "Disabled,Enabled" textline " " bitfld.long 0x00 29. " RFEN ,Rx FIFO feature enable" "Disabled,Enabled" bitfld.long 0x00 28. " HALT ,FlexCAN freeze mode" "Not requested,Requested" textline " " sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 27. " NOT_RDY ,FlexCAN not ready" "Normal/listen-only/loopback,Disable/stop/freeze" else bitfld.long 0x00 27. " NOT_RDY ,FlexCAN not ready" "Normal/listen-only/loopback,Disable/stop/freeze" endif textline " " bitfld.long 0x00 25. " SOFT_RST ,Soft reset" "No reset,Reset" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 24. " FRZ_ACK ,Freeze mode acknowledge" "Not acknowledged,Acknowledged" else bitfld.long 0x00 24. " FRZ_ACK ,Freeze mode acknowledge" "Not acknowledged,Acknowledged" endif textline " " bitfld.long 0x00 23. " SUPV ,Supervisor mode" "Disabled,Enabled" bitfld.long 0x00 21. " WRN_EN ,Warning Interrupt Enable" "Disabled,Enabled" textline " " sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 20. " LPM_ACK ,Low power mode acknowledge" "No low-power,Disable/stop" else bitfld.long 0x00 20. " LPM_ACK ,Low power mode acknowledge" "No low-power,Disable/stop" endif bitfld.long 0x00 17. " SRX_DIS ,Self Reception Disable" "No,Yes" textline " " bitfld.long 0x00 16. " IRMQ ,Individual Rx masking and queue feature enable" "Disabled,Enabled" bitfld.long 0x00 13. " LPRIO_EN ,Local priority feature enable" "Disabled,Enabled" textline " " bitfld.long 0x00 12. " AEN ,Tx abort feature enable" "Disabled,Enabled" bitfld.long 0x00 8.--9. " IDAM ,Format of the elements of the Rx FIFO filter table" "A,B,C,D" textline " " hexmask.long.byte 0x00 0.--6. 1. " MAXMB ,Maximum number of message buffers" line.long 0x04 "CTRL1,Control Register 1" hexmask.long.byte 0x04 24.--31. 1. " PRESDIV ,Prescaler division factor" bitfld.long 0x04 22.--23. " RJW ,Resync jump width" "1,2,3,4" textline " " bitfld.long 0x04 19.--21. " PSEG1 ,Phase Buffer Segment 1" "1,2,3,4,5,6,7,8" bitfld.long 0x04 16.--18. " PSEG2 ,Phase Buffer Segment 2" "1,2,3,4,5,6,7,8" textline " " bitfld.long 0x04 15. " BOFF_MSK , Bus off mask" "Disabled,Enabled" bitfld.long 0x04 14. " ERR_MSK , Error mask" "Disabled,Enabled" textline " " bitfld.long 0x04 13. " CLKSRC ,CAN Engine Clock Source" "Oscillator,Peripheral" textline " " bitfld.long 0x04 12. " LPB ,Loop back" "Disabled,Enabled" textline " " bitfld.long 0x04 11. " TWRN_MSK ,Tx Warning interrupt mask" "Disabled,Enabled" bitfld.long 0x04 10. " RWRN_MSK ,Rx Warning Interrupt Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 7. " SMP ,Sampling mode" "1 sample,3 samples" bitfld.long 0x04 6. " BOFF_REC ,Bus off recovery mode" "Enabled,Disabled" textline " " bitfld.long 0x04 5. " TSYN ,Timer sync mode" "Disabled,Enabled" bitfld.long 0x04 4. " LBUF ,Lowest buffer transmitted first" "With highest priority,Lowest number" textline " " bitfld.long 0x04 3. " LOM ,Listen-only mode" "Disabled,Enabled" bitfld.long 0x04 0.--2. " PROPSEG ,Propagation segment" "1,2,3,4,5,6,7,8" line.long 0x08 "TIMER,Free-Running Timer Register" hexmask.long.word 0x08 0.--15. 1. " TIMER ,Timer value" group.long 0x0010++0x0F line.long 0x00 "RXGMASK,Rx Global Mask Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x00 31. " MI[31:0] ,Standard ID mask bit 31" "0,1" bitfld.long 0x00 30. ",Standard ID mask bit 30" "0,1" bitfld.long 0x00 29. ",Standard ID mask bit 29" "0,1" bitfld.long 0x00 28. ",Standard ID mask bit 28" "0,1" else bitfld.long 0x00 31. " RTR ,RTR bit of Incoming Frame" "0,1" bitfld.long 0x00 30. " IDE ,IDE bit of Incoming Frame" "0,1" textline " " bitfld.long 0x00 28. " MI[28:0] ,Standard ID mask bit 28" "0,1" endif bitfld.long 0x00 27. ",Standard ID mask bit 27" "0,1" bitfld.long 0x00 26. ",Standard ID mask bit 26" "0,1" bitfld.long 0x00 25. ",Standard ID mask bit 25" "0,1" bitfld.long 0x00 24. ",Standard ID mask bit 24" "0,1" bitfld.long 0x00 23. ",Standard ID mask bit 23" "0,1" bitfld.long 0x00 22. ",Standard ID mask bit 22" "0,1" bitfld.long 0x00 21. ",Standard ID mask bit 21" "0,1" bitfld.long 0x00 20. ",Standard ID mask bit 20" "0,1" bitfld.long 0x00 19. ",Standard ID mask bit 19" "0,1" bitfld.long 0x00 18. ",Standard ID mask bit 18" "0,1" bitfld.long 0x00 17. ",Extended ID mask bit 17" "0,1" bitfld.long 0x00 16. ",Extended ID mask bit 16" "0,1" bitfld.long 0x00 15. ",Extended ID mask bit 15" "0,1" bitfld.long 0x00 14. ",Extended ID mask bit 14" "0,1" bitfld.long 0x00 13. ",Extended ID mask bit 13" "0,1" bitfld.long 0x00 12. ",Extended ID mask bit 12" "0,1" bitfld.long 0x00 11. ",Extended ID mask bit 11" "0,1" bitfld.long 0x00 10. ",Extended ID mask bit 10" "0,1" bitfld.long 0x00 09. ",Extended ID mask bit 9" "0,1" bitfld.long 0x00 08. ",Extended ID mask bit 8" "0,1" bitfld.long 0x00 07. ",Extended ID mask bit 7" "0,1" bitfld.long 0x00 06. ",Extended ID mask bit 6" "0,1" bitfld.long 0x00 05. ",Extended ID mask bit 5" "0,1" bitfld.long 0x00 04. ",Extended ID mask bit 4" "0,1" bitfld.long 0x00 03. ",Extended ID mask bit 3" "0,1" bitfld.long 0x00 02. ",Extended ID mask bit 2" "0,1" bitfld.long 0x00 01. ",Extended ID mask bit 1" "0,1" bitfld.long 0x00 00. ",Extended ID mask bit 0" "0,1" line.long 0x04 "RX14MASK,Rx Buffer 14 Mask Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x04 31. " MI[31:0] ,Standard ID mask bit 31" "0,1" bitfld.long 0x04 30. ",Standard ID mask bit 30" "0,1" bitfld.long 0x04 29. ",Standard ID mask bit 29" "0,1" bitfld.long 0x04 28. ",Standard ID mask bit 28" "0,1" else bitfld.long 0x04 31. " RTR ,RTR bit of Incoming Frame" "0,1" bitfld.long 0x04 30. " IDE ,IDE bit of Incoming Frame" "0,1" textline " " bitfld.long 0x04 28. " MI[28:0] ,Standard ID mask bit 28" "0,1" endif bitfld.long 0x04 27. ",Standard ID mask bit 27" "0,1" bitfld.long 0x04 26. ",Standard ID mask bit 26" "0,1" bitfld.long 0x04 25. ",Standard ID mask bit 25" "0,1" bitfld.long 0x04 24. ",Standard ID mask bit 24" "0,1" bitfld.long 0x04 23. ",Standard ID mask bit 23" "0,1" bitfld.long 0x04 22. ",Standard ID mask bit 22" "0,1" bitfld.long 0x04 21. ",Standard ID mask bit 21" "0,1" bitfld.long 0x04 20. ",Standard ID mask bit 20" "0,1" bitfld.long 0x04 19. ",Standard ID mask bit 19" "0,1" bitfld.long 0x04 18. ",Standard ID mask bit 18" "0,1" bitfld.long 0x04 17. ",Extended ID mask bit 17" "0,1" bitfld.long 0x04 16. ",Extended ID mask bit 16" "0,1" bitfld.long 0x04 15. ",Extended ID mask bit 15" "0,1" bitfld.long 0x04 14. ",Extended ID mask bit 14" "0,1" bitfld.long 0x04 13. ",Extended ID mask bit 13" "0,1" bitfld.long 0x04 12. ",Extended ID mask bit 12" "0,1" bitfld.long 0x04 11. ",Extended ID mask bit 11" "0,1" bitfld.long 0x04 10. ",Extended ID mask bit 10" "0,1" bitfld.long 0x04 09. ",Extended ID mask bit 9" "0,1" bitfld.long 0x04 08. ",Extended ID mask bit 8" "0,1" bitfld.long 0x04 07. ",Extended ID mask bit 7" "0,1" bitfld.long 0x04 06. ",Extended ID mask bit 6" "0,1" bitfld.long 0x04 05. ",Extended ID mask bit 5" "0,1" bitfld.long 0x04 04. ",Extended ID mask bit 4" "0,1" bitfld.long 0x04 03. ",Extended ID mask bit 3" "0,1" bitfld.long 0x04 02. ",Extended ID mask bit 2" "0,1" bitfld.long 0x04 01. ",Extended ID mask bit 1" "0,1" bitfld.long 0x04 00. ",Extended ID mask bit 0" "0,1" line.long 0x08 "RX15MASK,Rx Buffer 15 Mask Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x08 31. " MI[31:0] ,Standard ID mask bit 31" "0,1" bitfld.long 0x08 30. ",Standard ID mask bit 30" "0,1" bitfld.long 0x08 29. ",Standard ID mask bit 29" "0,1" bitfld.long 0x08 28. ",Standard ID mask bit 28" "0,1" else bitfld.long 0x08 31. " RTR ,RTR bit of Incoming Frame" "0,1" bitfld.long 0x08 30. " IDE ,IDE bit of Incoming Frame" "0,1" textline " " bitfld.long 0x08 28. " MI[28:0] ,Standard ID mask bit 28" "0,1" endif bitfld.long 0x08 27. ",Standard ID mask bit 27" "0,1" bitfld.long 0x08 26. ",Standard ID mask bit 26" "0,1" bitfld.long 0x08 25. ",Standard ID mask bit 25" "0,1" bitfld.long 0x08 24. ",Standard ID mask bit 24" "0,1" bitfld.long 0x08 23. ",Standard ID mask bit 23" "0,1" bitfld.long 0x08 22. ",Standard ID mask bit 22" "0,1" bitfld.long 0x08 21. ",Standard ID mask bit 21" "0,1" bitfld.long 0x08 20. ",Standard ID mask bit 20" "0,1" bitfld.long 0x08 19. ",Standard ID mask bit 19" "0,1" bitfld.long 0x08 18. ",Standard ID mask bit 18" "0,1" bitfld.long 0x08 17. ",Extended ID mask bit 17" "0,1" bitfld.long 0x08 16. ",Extended ID mask bit 16" "0,1" bitfld.long 0x08 15. ",Extended ID mask bit 15" "0,1" bitfld.long 0x08 14. ",Extended ID mask bit 14" "0,1" bitfld.long 0x08 13. ",Extended ID mask bit 13" "0,1" bitfld.long 0x08 12. ",Extended ID mask bit 12" "0,1" bitfld.long 0x08 11. ",Extended ID mask bit 11" "0,1" bitfld.long 0x08 10. ",Extended ID mask bit 10" "0,1" bitfld.long 0x08 09. ",Extended ID mask bit 9" "0,1" bitfld.long 0x08 08. ",Extended ID mask bit 8" "0,1" bitfld.long 0x08 07. ",Extended ID mask bit 7" "0,1" bitfld.long 0x08 06. ",Extended ID mask bit 6" "0,1" bitfld.long 0x08 05. ",Extended ID mask bit 5" "0,1" bitfld.long 0x08 04. ",Extended ID mask bit 4" "0,1" bitfld.long 0x08 03. ",Extended ID mask bit 3" "0,1" bitfld.long 0x08 02. ",Extended ID mask bit 2" "0,1" bitfld.long 0x08 01. ",Extended ID mask bit 1" "0,1" bitfld.long 0x08 00. ",Extended ID mask bit 0" "0,1" line.long 0x0C "ECR,Error Counter Register" hexmask.long.byte 0x0C 8.--15. 1. " RX_ERR_COUNTER ,Rx Error Counter" hexmask.long.byte 0x0C 0.--7. 1. " TX_ERR_COUNTER ,Tx Error Counter" hgroup.long 0x0020++0x03 hide.long 0x00 "ESR1,Error and Status Register 1" in group.long 0x0024++0x0B line.long 0x00 "IMASK2,Interrupt Mask Register 2" bitfld.long 0x00 31. " BUF63M ,Buffer 63 MB Mask" "Disabled,Enabled" bitfld.long 0x00 30. " BUF62M ,Buffer 62 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 29. " BUF61M ,Buffer 61 MB Mask" "Disabled,Enabled" bitfld.long 0x00 28. " BUF60M ,Buffer 60 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 27. " BUF59M ,Buffer 59 MB Mask" "Disabled,Enabled" bitfld.long 0x00 26. " BUF58M ,Buffer 58 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 25. " BUF57M ,Buffer 57 MB Mask" "Disabled,Enabled" bitfld.long 0x00 24. " BUF56M ,Buffer 56 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 23. " BUF55M ,Buffer 55 MB Mask" "Disabled,Enabled" bitfld.long 0x00 22. " BUF54M ,Buffer 54 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 21. " BUF53M ,Buffer 53 MB Mask" "Disabled,Enabled" bitfld.long 0x00 20. " BUF52M ,Buffer 52 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 19. " BUF51M ,Buffer 51 MB Mask" "Disabled,Enabled" bitfld.long 0x00 18. " BUF50M ,Buffer 50 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 17. " BUF49M ,Buffer 49 MB Mask" "Disabled,Enabled" bitfld.long 0x00 16. " BUF48M ,Buffer 48 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 15. " BUF47M ,Buffer 47 MB Mask" "Disabled,Enabled" bitfld.long 0x00 14. " BUF46M ,Buffer 46 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 13. " BUF45M ,Buffer 45 MB Mask" "Disabled,Enabled" bitfld.long 0x00 12. " BUF44M ,Buffer 44 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 11. " BUF43M ,Buffer 43 MB Mask" "Disabled,Enabled" bitfld.long 0x00 10. " BUF42M ,Buffer 42 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " BUF41M ,Buffer 41 MB Mask" "Disabled,Enabled" bitfld.long 0x00 8. " BUF40M ,Buffer 40 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " BUF39M ,Buffer 39 MB Mask" "Disabled,Enabled" bitfld.long 0x00 6. " BUF38M ,Buffer 38 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 5. " BUF37M ,Buffer 37 MB Mask" "Disabled,Enabled" bitfld.long 0x00 4. " BUF36M ,Buffer 36 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " BUF35M ,Buffer 35 MB Mask" "Disabled,Enabled" bitfld.long 0x00 2. " BUF34M ,Buffer 34 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " BUF33M ,Buffer 33 MB Mask" "Disabled,Enabled" bitfld.long 0x00 0. " BUF32M ,Buffer 32 MB Mask" "Disabled,Enabled" line.long 0x04 "IMASK1,Interrupt Masks Register 1" bitfld.long 0x04 31. " BUF31M ,Buffer 31 MB Mask" "Disabled,Enabled" bitfld.long 0x04 30. " BUF30M ,Buffer 30 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 29. " BUF29M ,Buffer 29 MB Mask" "Disabled,Enabled" bitfld.long 0x04 28. " BUF28M ,Buffer 28 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 27. " BUF27M ,Buffer 27 MB Mask" "Disabled,Enabled" bitfld.long 0x04 26. " BUF26M ,Buffer 26 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 25. " BUF25M ,Buffer 25 MB Mask" "Disabled,Enabled" bitfld.long 0x04 24. " BUF24M ,Buffer 24 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 23. " BUF23M ,Buffer 23 MB Mask" "Disabled,Enabled" bitfld.long 0x04 22. " BUF22M ,Buffer 22 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 21. " BUF21M ,Buffer 21 MB Mask" "Disabled,Enabled" bitfld.long 0x04 20. " BUF20M ,Buffer 20 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 19. " BUF19M ,Buffer 19 MB Mask" "Disabled,Enabled" bitfld.long 0x04 18. " BUF18M ,Buffer 18 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 17. " BUF17M ,Buffer 17 MB Mask" "Disabled,Enabled" bitfld.long 0x04 16. " BUF16M ,Buffer 16 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 15. " BUF15M ,Buffer 15 MB Mask" "Disabled,Enabled" bitfld.long 0x04 14. " BUF14M ,Buffer 14 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 13. " BUF13M ,Buffer 13 MB Mask" "Disabled,Enabled" bitfld.long 0x04 12. " BUF12M ,Buffer 12 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 11. " BUF11M ,Buffer 11 MB Mask" "Disabled,Enabled" bitfld.long 0x04 10. " BUF10M ,Buffer 10 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 09. " BUF9M ,Buffer 9 MB Mask" "Disabled,Enabled" bitfld.long 0x04 08. " BUF8M ,Buffer 8 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 07. " BUF7M ,Buffer 7 MB Mask" "Disabled,Enabled" bitfld.long 0x04 06. " BUF6M ,Buffer 6 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 05. " BUF5M ,Buffer 5 MB Mask" "Disabled,Enabled" bitfld.long 0x04 04. " BUF4M ,Buffer 4 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 03. " BUF3M ,Buffer 3 MB Mask" "Disabled,Enabled" bitfld.long 0x04 02. " BUF2M ,Buffer 2 MB Mask" "Disabled,Enabled" textline " " bitfld.long 0x04 01. " BUF1M ,Buffer 1 MB Mask" "Disabled,Enabled" bitfld.long 0x04 00. " BUF0M ,Buffer 0 MB Mask" "Disabled,Enabled" line.long 0x08 "IFLAG2,Interrupt Flags 2 Register" eventfld.long 0x08 31. " BUF63I ,Buffer 63 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 30. " BUF62I ,Buffer 62 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 29. " BUF61I ,Buffer 61 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 28. " BUF60I ,Buffer 60 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 27. " BUF59I ,Buffer 59 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 26. " BUF58I ,Buffer 58 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 25. " BUF57I ,Buffer 57 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 24. " BUF56I ,Buffer 56 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 23. " BUF55I ,Buffer 55 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 22. " BUF54I ,Buffer 54 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 21. " BUF53I ,Buffer 53 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 20. " BUF52I ,Buffer 52 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 19. " BUF51I ,Buffer 51 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 18. " BUF50I ,Buffer 50 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 17. " BUF49I ,Buffer 49 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 16. " BUF48I ,Buffer 48 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 15. " BUF47I ,Buffer 47 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 14. " BUF46I ,Buffer 46 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 13. " BUF45I ,Buffer 45 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 12. " BUF44I ,Buffer 44 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 11. " BUF43I ,Buffer 43 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 10. " BUF42I ,Buffer 42 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 9. " BUF41I ,Buffer 41 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 8. " BUF40I ,Buffer 40 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 7. " BUF39I ,Buffer 39 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 6. " BUF38I ,Buffer 38 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 5. " BUF37I ,Buffer 37 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 4. " BUF36I ,Buffer 36 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 3. " BUF35I ,Buffer 35 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 2. " BUF34I ,Buffer 34 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x08 1. " BUF33I ,Buffer 33 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x08 0. " BUF32I ,Buffer 32 MB Interrupt" "Not occurred,Occurred" if (((per.long(ad:0x400d4000))&0x20000000)==0x00) group.long 0x0030++0x03 line.long 0x00 "IFLAG1,Interrupt Flags 1 Register" eventfld.long 0x00 31. " BUF31I ,Buffer 31 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 30. " BUF30I ,Buffer 30 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 29. " BUF29I ,Buffer 29 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 28. " BUF28I ,Buffer 28 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 27. " BUF27I ,Buffer 27 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 26. " BUF26I ,Buffer 26 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 25. " BUF25I ,Buffer 25 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 24. " BUF24I ,Buffer 24 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 23. " BUF23I ,Buffer 23 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 22. " BUF22I ,Buffer 22 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 21. " BUF21I ,Buffer 21 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 20. " BUF20I ,Buffer 20 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 19. " BUF19I ,Buffer 19 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 18. " BUF18I ,Buffer 18 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 17. " BUF17I ,Buffer 17 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 16. " BUF16I ,Buffer 16 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 15. " BUF15I ,Buffer 15 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 14. " BUF14I ,Buffer 14 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 13. " BUF13I ,Buffer 13 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 12. " BUF12I ,Buffer 12 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 11. " BUF11I ,Buffer 11 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 10. " BUF10I ,Buffer 10 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 09. " BUF9I ,Buffer 9 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 08. " BUF8I ,Buffer 8 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 07. " BUF7I ,Buffer 7 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 06. " BUF6I ,Buffer 6 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 05. " BUF5I ,Buffer 5 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 04. " BUF4I ,Buffer 4 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 03. " BUF3I ,Buffer 3 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 02. " BUF2I ,Buffer 2 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 01. " BUF1I ,Buffer 1 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 00. " BUF0I ,Buffer 0 MB Interrupt" "Not occurred,Occurred" else group.long 0x0030++0x03 line.long 0x00 "IFLAG1,Interrupt Flags 1 Register" eventfld.long 0x00 31. " BUF31I ,Buffer 31 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 30. " BUF30I ,Buffer 30 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 29. " BUF29I ,Buffer 29 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 28. " BUF28I ,Buffer 28 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 27. " BUF27I ,Buffer 27 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 26. " BUF26I ,Buffer 26 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 25. " BUF25I ,Buffer 25 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 24. " BUF24I ,Buffer 24 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 23. " BUF23I ,Buffer 23 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 22. " BUF22I ,Buffer 22 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 21. " BUF21I ,Buffer 21 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 20. " BUF20I ,Buffer 20 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 19. " BUF19I ,Buffer 19 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 18. " BUF18I ,Buffer 18 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 17. " BUF17I ,Buffer 17 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 16. " BUF16I ,Buffer 16 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 15. " BUF15I ,Buffer 15 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 14. " BUF14I ,Buffer 14 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 13. " BUF13I ,Buffer 13 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 12. " BUF12I ,Buffer 12 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 11. " BUF11I ,Buffer 11 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 10. " BUF10I ,Buffer 10 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 09. " BUF9I ,Buffer 9 MB Interrupt" "Not occurred,Occurred" eventfld.long 0x00 08. " BUF8I ,Buffer 8 MB Interrupt" "Not occurred,Occurred" textline " " eventfld.long 0x00 07. " BUF7I ,FIFO overflow condition" "No overflow,Overflow" textline " " eventfld.long 0x00 06. " BUF6I ,4 out of 6 buffers of the FIFO are already occupied" "Not occupied,Occupied" textline " " eventfld.long 0x00 05. " BUF5I ,Least one frame is available to be read from the FIFO" "Not available,Available" endif group.long 0x34++0x3 line.long 0x00 "CTRL2,Control 2 Register" bitfld.long 0x00 29. " ECRWRE ,Error-correction Configuration Register Write Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 28. " WRMFRZ ,Unrestricted write access to FlexCAN memory enable" "Disabled,Enabled" bitfld.long 0x00 24.--27. " RFEN ,Number of Rx FIFO filters" "8,16,24,32,40,48,56,64,72,80,88,96,104,112,120,128" textline " " bitfld.long 0x00 19.--23. " TASD ,Tx Can bits delay value" "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 18. " MRP ,Matching start process" "Rx FIFO->Mailboxes,Mailboxes->Rx FIFO" textline " " bitfld.long 0x00 17. " RRS ,Remote Request Frame generate/store" "Generated,Stored" bitfld.long 0x00 16. " EACEN ,IDE and RTR comparison enable" "Disabled,Enabled" rgroup.long 0x38++0x3 line.long 0x00 "ESR2,Error and Status Register 2" hexmask.long.byte 0x00 16.--22. 1. " LPTM ,Lowest number of inactive Mailbox" bitfld.long 0x00 14. " VPS ,Contents of IMB and LPTM valid" "Not valid,Valid" textline " " bitfld.long 0x00 13. " IMB ,Inactive Mailbox available" "Not available,Available" rgroup.long 0x44++0x3 line.long 0x00 "CRCR,CRC Register" hexmask.long.byte 0x00 16.--22. 1. " MBCRC ,Tx CRC Mailbox number" hexmask.long.word 0x00 0.--14. 1. " TXCRC ,CRC value of the last message transmitted" group.long 0x48++0x3 line.long 0x00 "RXFGMASK,Rx FIFO Global Mask Register" bitfld.long 0x00 31. " FGM[31:0] ,Standard and Extended ID mask bit 31" "0,1" bitfld.long 0x00 30. ",Standard ID mask bit 30" "0,1" bitfld.long 0x00 29. ",Standard ID mask bit 29" "0,1" bitfld.long 0x00 28. ",Standard ID mask bit 28" "0,1" bitfld.long 0x00 27. ",Standard ID mask bit 27" "0,1" bitfld.long 0x00 26. ",Standard ID mask bit 26" "0,1" bitfld.long 0x00 25. ",Standard ID mask bit 25" "0,1" bitfld.long 0x00 24. ",Standard ID mask bit 24" "0,1" bitfld.long 0x00 23. ",Standard ID mask bit 23" "0,1" bitfld.long 0x00 22. ",Standard ID mask bit 22" "0,1" bitfld.long 0x00 21. ",Standard ID mask bit 21" "0,1" bitfld.long 0x00 20. ",Standard ID mask bit 20" "0,1" bitfld.long 0x00 19. ",Standard ID mask bit 19" "0,1" bitfld.long 0x00 18. ",Standard ID mask bit 18" "0,1" bitfld.long 0x00 17. ",Extended ID mask bit 17" "0,1" bitfld.long 0x00 16. ",Extended ID mask bit 16" "0,1" bitfld.long 0x00 15. ",Extended ID mask bit 15" "0,1" bitfld.long 0x00 14. ",Extended ID mask bit 14" "0,1" bitfld.long 0x00 13. ",Extended ID mask bit 13" "0,1" bitfld.long 0x00 12. ",Extended ID mask bit 12" "0,1" bitfld.long 0x00 11. ",Extended ID mask bit 11" "0,1" bitfld.long 0x00 10. ",Extended ID mask bit 10" "0,1" bitfld.long 0x00 09. ",Extended ID mask bit 9" "0,1" bitfld.long 0x00 08. ",Extended ID mask bit 8" "0,1" bitfld.long 0x00 07. ",Extended ID mask bit 7" "0,1" bitfld.long 0x00 06. ",Extended ID mask bit 6" "0,1" bitfld.long 0x00 05. ",Extended ID mask bit 5" "0,1" bitfld.long 0x00 04. ",Extended ID mask bit 4" "0,1" bitfld.long 0x00 03. ",Extended ID mask bit 3" "0,1" bitfld.long 0x00 02. ",Extended ID mask bit 2" "0,1" bitfld.long 0x00 01. ",Extended ID mask bit 1" "0,1" bitfld.long 0x00 00. ",Extended ID mask bit 0" "0,1" rgroup.long 0x4C++0x3 line.long 0x00 "RXFIR,Rx FIFO Information Register" hexmask.long.word 0x00 0.--8. 1. " IDHIT ,Identifier Acceptance Filter hit by the received message" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") group.long (0x880+0x0)++0x3 line.long 0x0 "RXIMR0,Rx Individual Mask Register 0" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x4)++0x3 line.long 0x0 "RXIMR1,Rx Individual Mask Register 1" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x8)++0x3 line.long 0x0 "RXIMR2,Rx Individual Mask Register 2" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xC)++0x3 line.long 0x0 "RXIMR3,Rx Individual Mask Register 3" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x10)++0x3 line.long 0x0 "RXIMR4,Rx Individual Mask Register 4" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x14)++0x3 line.long 0x0 "RXIMR5,Rx Individual Mask Register 5" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x18)++0x3 line.long 0x0 "RXIMR6,Rx Individual Mask Register 6" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x1C)++0x3 line.long 0x0 "RXIMR7,Rx Individual Mask Register 7" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x20)++0x3 line.long 0x0 "RXIMR8,Rx Individual Mask Register 8" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x24)++0x3 line.long 0x0 "RXIMR9,Rx Individual Mask Register 9" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x28)++0x3 line.long 0x0 "RXIMR10,Rx Individual Mask Register 10" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x2C)++0x3 line.long 0x0 "RXIMR11,Rx Individual Mask Register 11" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x30)++0x3 line.long 0x0 "RXIMR12,Rx Individual Mask Register 12" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x34)++0x3 line.long 0x0 "RXIMR13,Rx Individual Mask Register 13" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x38)++0x3 line.long 0x0 "RXIMR14,Rx Individual Mask Register 14" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x3C)++0x3 line.long 0x0 "RXIMR15,Rx Individual Mask Register 15" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x40)++0x3 line.long 0x0 "RXIMR16,Rx Individual Mask Register 16" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x44)++0x3 line.long 0x0 "RXIMR17,Rx Individual Mask Register 17" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x48)++0x3 line.long 0x0 "RXIMR18,Rx Individual Mask Register 18" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x4C)++0x3 line.long 0x0 "RXIMR19,Rx Individual Mask Register 19" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x50)++0x3 line.long 0x0 "RXIMR20,Rx Individual Mask Register 20" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x54)++0x3 line.long 0x0 "RXIMR21,Rx Individual Mask Register 21" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x58)++0x3 line.long 0x0 "RXIMR22,Rx Individual Mask Register 22" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x5C)++0x3 line.long 0x0 "RXIMR23,Rx Individual Mask Register 23" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x60)++0x3 line.long 0x0 "RXIMR24,Rx Individual Mask Register 24" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x64)++0x3 line.long 0x0 "RXIMR25,Rx Individual Mask Register 25" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x68)++0x3 line.long 0x0 "RXIMR26,Rx Individual Mask Register 26" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x6C)++0x3 line.long 0x0 "RXIMR27,Rx Individual Mask Register 27" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x70)++0x3 line.long 0x0 "RXIMR28,Rx Individual Mask Register 28" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x74)++0x3 line.long 0x0 "RXIMR29,Rx Individual Mask Register 29" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x78)++0x3 line.long 0x0 "RXIMR30,Rx Individual Mask Register 30" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x7C)++0x3 line.long 0x0 "RXIMR31,Rx Individual Mask Register 31" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x80)++0x3 line.long 0x0 "RXIMR32,Rx Individual Mask Register 32" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x84)++0x3 line.long 0x0 "RXIMR33,Rx Individual Mask Register 33" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x88)++0x3 line.long 0x0 "RXIMR34,Rx Individual Mask Register 34" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x8C)++0x3 line.long 0x0 "RXIMR35,Rx Individual Mask Register 35" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x90)++0x3 line.long 0x0 "RXIMR36,Rx Individual Mask Register 36" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x94)++0x3 line.long 0x0 "RXIMR37,Rx Individual Mask Register 37" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x98)++0x3 line.long 0x0 "RXIMR38,Rx Individual Mask Register 38" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x9C)++0x3 line.long 0x0 "RXIMR39,Rx Individual Mask Register 39" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xA0)++0x3 line.long 0x0 "RXIMR40,Rx Individual Mask Register 40" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xA4)++0x3 line.long 0x0 "RXIMR41,Rx Individual Mask Register 41" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xA8)++0x3 line.long 0x0 "RXIMR42,Rx Individual Mask Register 42" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xAC)++0x3 line.long 0x0 "RXIMR43,Rx Individual Mask Register 43" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xB0)++0x3 line.long 0x0 "RXIMR44,Rx Individual Mask Register 44" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xB4)++0x3 line.long 0x0 "RXIMR45,Rx Individual Mask Register 45" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xB8)++0x3 line.long 0x0 "RXIMR46,Rx Individual Mask Register 46" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xBC)++0x3 line.long 0x0 "RXIMR47,Rx Individual Mask Register 47" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xC0)++0x3 line.long 0x0 "RXIMR48,Rx Individual Mask Register 48" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xC4)++0x3 line.long 0x0 "RXIMR49,Rx Individual Mask Register 49" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xC8)++0x3 line.long 0x0 "RXIMR50,Rx Individual Mask Register 50" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xCC)++0x3 line.long 0x0 "RXIMR51,Rx Individual Mask Register 51" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xD0)++0x3 line.long 0x0 "RXIMR52,Rx Individual Mask Register 52" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xD4)++0x3 line.long 0x0 "RXIMR53,Rx Individual Mask Register 53" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xD8)++0x3 line.long 0x0 "RXIMR54,Rx Individual Mask Register 54" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xDC)++0x3 line.long 0x0 "RXIMR55,Rx Individual Mask Register 55" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xE0)++0x3 line.long 0x0 "RXIMR56,Rx Individual Mask Register 56" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xE4)++0x3 line.long 0x0 "RXIMR57,Rx Individual Mask Register 57" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xE8)++0x3 line.long 0x0 "RXIMR58,Rx Individual Mask Register 58" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xEC)++0x3 line.long 0x0 "RXIMR59,Rx Individual Mask Register 59" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xF0)++0x3 line.long 0x0 "RXIMR60,Rx Individual Mask Register 60" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xF4)++0x3 line.long 0x0 "RXIMR61,Rx Individual Mask Register 61" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xF8)++0x3 line.long 0x0 "RXIMR62,Rx Individual Mask Register 62" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xFC)++0x3 line.long 0x0 "RXIMR63,Rx Individual Mask Register 63" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" else group.long (0x880+0x0)++0x3 line.long 0x0 "RXIMR0,Rx Individual Mask Register 0" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x4)++0x3 line.long 0x0 "RXIMR1,Rx Individual Mask Register 1" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x8)++0x3 line.long 0x0 "RXIMR2,Rx Individual Mask Register 2" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0xC)++0x3 line.long 0x0 "RXIMR3,Rx Individual Mask Register 3" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x10)++0x3 line.long 0x0 "RXIMR4,Rx Individual Mask Register 4" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x14)++0x3 line.long 0x0 "RXIMR5,Rx Individual Mask Register 5" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x18)++0x3 line.long 0x0 "RXIMR6,Rx Individual Mask Register 6" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x1C)++0x3 line.long 0x0 "RXIMR7,Rx Individual Mask Register 7" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x20)++0x3 line.long 0x0 "RXIMR8,Rx Individual Mask Register 8" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x24)++0x3 line.long 0x0 "RXIMR9,Rx Individual Mask Register 9" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x28)++0x3 line.long 0x0 "RXIMR10,Rx Individual Mask Register 10" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x2C)++0x3 line.long 0x0 "RXIMR11,Rx Individual Mask Register 11" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x30)++0x3 line.long 0x0 "RXIMR12,Rx Individual Mask Register 12" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x34)++0x3 line.long 0x0 "RXIMR13,Rx Individual Mask Register 13" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x38)++0x3 line.long 0x0 "RXIMR14,Rx Individual Mask Register 14" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" group.long (0x880+0x3C)++0x3 line.long 0x0 "RXIMR15,Rx Individual Mask Register 15" bitfld.long 0x0 31. " MI[31:0] ,Standard ID Mask Bit 31" "0,1" bitfld.long 0x0 30. ",Standard ID Mask Bit 30" "0,1" bitfld.long 0x0 29. ",Standard ID Mask Bit 29" "0,1" bitfld.long 0x0 28. ",Standard ID Mask Bit 28" "0,1" bitfld.long 0x0 27. ",Standard ID Mask Bit 27" "0,1" bitfld.long 0x0 26. ",Standard ID Mask Bit 26" "0,1" bitfld.long 0x0 25. ",Standard ID Mask Bit 25" "0,1" bitfld.long 0x0 24. ",Standard ID Mask Bit 24" "0,1" bitfld.long 0x0 23. ",Standard ID Mask Bit 23" "0,1" bitfld.long 0x0 22. ",Standard ID Mask Bit 22" "0,1" bitfld.long 0x0 21. ",Standard ID Mask Bit 21" "0,1" bitfld.long 0x0 20. ",Standard ID Mask Bit 20" "0,1" bitfld.long 0x0 19. ",Standard ID Mask Bit 19" "0,1" bitfld.long 0x0 18. ",Standard ID Mask Bit 18" "0,1" bitfld.long 0x0 17. ",Extended ID Mask Bit 17" "0,1" bitfld.long 0x0 16. ",Extended ID Mask Bit 16" "0,1" bitfld.long 0x0 15. ",Extended ID Mask Bit 15" "0,1" bitfld.long 0x0 14. ",Extended ID Mask Bit 14" "0,1" bitfld.long 0x0 13. ",Extended ID Mask Bit 13" "0,1" bitfld.long 0x0 12. ",Extended ID Mask Bit 12" "0,1" bitfld.long 0x0 11. ",Extended ID Mask Bit 11" "0,1" bitfld.long 0x0 10. ",Extended ID Mask Bit 10" "0,1" bitfld.long 0x0 9. ",Extended ID Mask Bit 9" "0,1" bitfld.long 0x0 8. ",Extended ID Mask Bit 8" "0,1" bitfld.long 0x0 7. ",Extended ID Mask Bit 7" "0,1" bitfld.long 0x0 6. ",Extended ID Mask Bit 6" "0,1" bitfld.long 0x0 5. ",Extended ID Mask Bit 5" "0,1" bitfld.long 0x0 4. ",Extended ID Mask Bit 4" "0,1" bitfld.long 0x0 3. ",Extended ID Mask Bit 3" "0,1" bitfld.long 0x0 2. ",Extended ID Mask Bit 2" "0,1" bitfld.long 0x0 1. ",Extended ID Mask Bit 1" "0,1" bitfld.long 0x0 0. ",Extended ID Mask Bit 0" "0,1" endif group.long 0xae0++0x0F line.long 0x00 "MECR,Memory Error Control Register" bitfld.long 0x00 31. " ECRWRDIS ,Error Configuration Register Write Disable" "No,Yes" bitfld.long 0x00 19. " HANCEI_MSK ,Host Access With Non-Correctable Errors Interrupt Mask" "Disabled,Enabled" bitfld.long 0x00 18. " FANCEI_MSK ,FlexCAN Access With Non-Correctable Errors Interrupt Mask" "Disabled,Enabled" textline " " bitfld.long 0x00 16. " CEI_MSK ,Correctable Errors Interrupt Mask" "Disabled,Enabled" bitfld.long 0x00 15. " HAERRIE ,Host Access Error Injection Enable" "Disabled,Enabled" bitfld.long 0x00 14. " FAERRIE ,FlexCAN Access Error Injection Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 13. " EXTERRIE ,Extended Error Injection Enable" "Disabled,Enabled" bitfld.long 0x00 9. " RERRDIS ,Error Report Disable" "No,Yes" bitfld.long 0x00 8. " ECCDIS ,Error Correction Disable" "No,Yes" textline " " bitfld.long 0x00 7. " NCEFAFRZ ,Non-Correctable Errors In FlexCAN Access Put Device In Freeze Mode" "Disabled,Enabled" line.long 0x04 "ERRIAR,Error Injection Address Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") hexmask.long.word 0x04 0.--13. 1. " INJADDR ,Address Where Error Is To Be Injected" else hexmask.long.word 0x04 2.--13. 0x4 " INJADDR ,Address Where Error Is To Be Injected" endif line.long 0x08 "ERRIDPR,Error Injection Data Pattern Register" line.long 0x0C "ERRIPPR,Error Injection Parity Pattern Register" bitfld.long 0x0C 24.--28. " PFLIP3 ,Parity Flip Pattern For Byte 3 (most significant)" "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 0x0C 16.--20. " PFLIP2 ,Parity Flip Pattern For Byte 2" "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 0x0C 8.--12. " PFLIP1 ,Parity Flip Pattern For Byte 1" "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 0x0C 0.--4. " PFLIP0 ,Parity Flip Pattern For Byte 0 (Least Significant)" "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" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rgroup.long 0xaf0++0x3 line.long 0x00 "RERRAR,Error Report Address Register" bitfld.long 0x00 24. " NCE ,Non-Correctable Error" "No error,Error" bitfld.long 0x00 18. " SAID[2] ,Identification of the requestor of the memory read request" "FlexCAN,Host" bitfld.long 0x00 17. " SAID[1] ,Details of FlexCAN operation" "Move,Scanning" textline " " bitfld.long 0x00 16. " SAID[0] ,Operation that requested the memory read" "Transmission,Reception" hexmask.long.word 0x00 0.--13. 1. " ERRADDR ,Address Where The Error Was Detected" else group.long 0xaf0++0x3 line.long 0x00 "RERRAR,Error Report Address Register" bitfld.long 0x00 24. " NCE ,Non-Correctable Error" "No error,Error" bitfld.long 0x00 18. " SAID[2] ,Identification of the requestor of the memory read request" "FlexCAN,Host" bitfld.long 0x00 17. " SAID[1] ,Details of FlexCAN operation" "Move,Scanning" textline " " bitfld.long 0x00 16. " SAID[0] ,Operation that requested the memory read" "Transmission,Reception" hexmask.long.word 0x00 0.--13. 1. " ERRADDR ,Address Where The Error Was Detected" endif group.long 0xaf4++0xB line.long 0x00 "RERRDR,Error Report Data Register" line.long 0x04 "RERRSYNR,Error Report Syndrome Register" bitfld.long 0x04 31. " BE3 ,Byte Enabled For Byte 3 (Most Significant)" "Disabled,Enabled" bitfld.long 0x04 24.--28. " SYND3 ,Error Syndrome For Byte 3 (Most Significant)" "No error,0,1,Non-correctable error,2,Non-correctable error,Non-correctable error,5,3,Non-correctable error,Non-correctable error,Non-correctable error,Non-correctable error,Non-correctable error,7,Non-correctable error,4,Non-correctable error,Non-correctable error,2,Non-correctable error,6,1,Non-correctable error,Non-correctable error,3,4,Non-correctable error,0,Non-correctable error,Non-correctable error,Non-correctable error" textline " " bitfld.long 0x04 23. " BE2 ,Byte Enabled For Byte 2" "Disabled,Enabled" bitfld.long 0x04 16.--20. " SYND2 ,Error Syndrome for Byte 2" "No error,0,1,Non-correctable error,2,Non-correctable error,Non-correctable error,5,3,Non-correctable error,Non-correctable error,Non-correctable error,Non-correctable error,Non-correctable error,7,Non-correctable error,4,Non-correctable error,Non-correctable error,2,Non-correctable error,6,1,Non-correctable error,Non-correctable error,3,4,Non-correctable error,0,Non-correctable error,Non-correctable error,Non-correctable error" textline " " bitfld.long 0x04 15. " BE1 ,Byte Enabled For Byte 1" "Disabled,Enabled" bitfld.long 0x04 8.--12. " SYND1 ,Error Syndrome for Byte 1" "No error,0,1,Non-correctable error,2,Non-correctable error,Non-correctable error,5,3,Non-correctable error,Non-correctable error,Non-correctable error,Non-correctable error,Non-correctable error,7,Non-correctable error,4,Non-correctable error,Non-correctable error,2,Non-correctable error,6,1,Non-correctable error,Non-correctable error,3,4,Non-correctable error,0,Non-correctable error,Non-correctable error,Non-correctable error" textline " " bitfld.long 0x04 7. " BE0 ,Byte Enabled For Byte 0 (least significant)" "Disabled,Enabled" bitfld.long 0x04 0.--4. " SYND0 ,Error Syndrome For Byte 0 (least significant)" "No error,0,1,Non-correctable error,2,Non-correctable error,Non-correctable error,5,3,Non-correctable error,Non-correctable error,Non-correctable error,Non-correctable error,Non-correctable error,7,Non-correctable error,4,Non-correctable error,Non-correctable error,2,Non-correctable error,6,1,Non-correctable error,Non-correctable error,3,4,Non-correctable error,0,Non-correctable error,Non-correctable error,Non-correctable error" line.long 0x08 "ERRSR,Error Status Register" eventfld.long 0x08 19. " HANCEIF ,Host Access With Non-Correctable Error Interrupt Flag" "No error,Error" eventfld.long 0x08 18. " FANCEIF ,FlexCAN Access With Non-Correctable Error Interrupt Flag" "No error,Error" eventfld.long 0x08 16. " CEIF ,Correctable Error Interrupt Flag" "No error,Error" textline " " eventfld.long 0x08 3. " HANCEIOF ,Host Access With Non-Correctable Error Interrupt Overrun Flag" "No error,Error" eventfld.long 0x08 2. " FANCEIOF ,FlexCAN Access With Non-Correctable Error Interrupt Overrun Flag" "No error,Error" eventfld.long 0x08 0. " CEIOF ,Correctable Error Interrupt Overrun Flag" "No error,Error" width 12. tree "Message Buffer & Rx FIFO registers" if (((per.long(ad:0x400d4000))&0x20000000)==0x20000000) group.long 0x80++0x03 line.long 0x00 "RXFIFO0,Rx FIFO Structure 0" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" textline " " bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" hexmask.long.byte 0x00 16.--19. 1. " DLC ,DLC" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x80)))&0x00200000)==0x00000000) group.long 0x84++0x03 line.long 0x00 "ID0,Identifier Field 0" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long 0x84++0x03 line.long 0x00 "ID0,Identifier Field 0" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long 0x88++0x07 line.long 0x00 "DATA0-3,Data Field 0-3" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7,Data Field 4-7" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long 0xE0++0x3 line.long 0x00 "IDFTE0,ID Filter Table Element 0" group.long 0xE4++0x3 line.long 0x00 "IDFTE1,ID Filter Table Element 1" group.long 0xE8++0x3 line.long 0x00 "IDFTE2,ID Filter Table Element 2" group.long 0xEC++0x3 line.long 0x00 "IDFTE3,ID Filter Table Element 3" group.long 0xF0++0x3 line.long 0x00 "IDFTE4,ID Filter Table Element 4" group.long 0xF4++0x3 line.long 0x00 "IDFTE5,ID Filter Table Element 5" group.long 0xF8++0x3 line.long 0x00 "IDFTE6,ID Filter Table Element 6" group.long 0xFC++0x3 line.long 0x00 "IDFTE7,ID Filter Table Element 7" group.long 0x100++0x3 line.long 0x00 "IDFTE8,ID Filter Table Element 8" group.long 0x104++0x3 line.long 0x00 "IDFTE9,ID Filter Table Element 9" group.long 0x108++0x3 line.long 0x00 "IDFTE10,ID Filter Table Element 10" group.long 0x10C++0x3 line.long 0x00 "IDFTE11,ID Filter Table Element 11" group.long 0x110++0x3 line.long 0x00 "IDFTE12,ID Filter Table Element 12" group.long 0x114++0x3 line.long 0x00 "IDFTE13,ID Filter Table Element 13" group.long 0x118++0x3 line.long 0x00 "IDFTE14,ID Filter Table Element 14" group.long 0x11C++0x3 line.long 0x00 "IDFTE15,ID Filter Table Element 15" group.long 0x120++0x3 line.long 0x00 "IDFTE16,ID Filter Table Element 16" group.long 0x124++0x3 line.long 0x00 "IDFTE17,ID Filter Table Element 17" group.long 0x128++0x3 line.long 0x00 "IDFTE18,ID Filter Table Element 18" group.long 0x12C++0x3 line.long 0x00 "IDFTE19,ID Filter Table Element 19" group.long 0x130++0x3 line.long 0x00 "IDFTE20,ID Filter Table Element 20" group.long 0x134++0x3 line.long 0x00 "IDFTE21,ID Filter Table Element 21" group.long 0x138++0x3 line.long 0x00 "IDFTE22,ID Filter Table Element 22" group.long 0x13C++0x3 line.long 0x00 "IDFTE23,ID Filter Table Element 23" group.long 0x140++0x3 line.long 0x00 "IDFTE24,ID Filter Table Element 24" group.long 0x144++0x3 line.long 0x00 "IDFTE25,ID Filter Table Element 25" group.long 0x148++0x3 line.long 0x00 "IDFTE26,ID Filter Table Element 26" group.long 0x14C++0x3 line.long 0x00 "IDFTE27,ID Filter Table Element 27" group.long 0x150++0x3 line.long 0x00 "IDFTE28,ID Filter Table Element 28" group.long 0x154++0x3 line.long 0x00 "IDFTE29,ID Filter Table Element 29" group.long 0x158++0x3 line.long 0x00 "IDFTE30,ID Filter Table Element 30" group.long 0x15C++0x3 line.long 0x00 "IDFTE31,ID Filter Table Element 31" group.long 0x160++0x3 line.long 0x00 "IDFTE32,ID Filter Table Element 32" group.long 0x164++0x3 line.long 0x00 "IDFTE33,ID Filter Table Element 33" group.long 0x168++0x3 line.long 0x00 "IDFTE34,ID Filter Table Element 34" group.long 0x16C++0x3 line.long 0x00 "IDFTE35,ID Filter Table Element 35" group.long 0x170++0x3 line.long 0x00 "IDFTE36,ID Filter Table Element 36" group.long 0x174++0x3 line.long 0x00 "IDFTE37,ID Filter Table Element 37" group.long 0x178++0x3 line.long 0x00 "IDFTE38,ID Filter Table Element 38" group.long 0x17C++0x3 line.long 0x00 "IDFTE39,ID Filter Table Element 39" group.long 0x180++0x3 line.long 0x00 "IDFTE40,ID Filter Table Element 40" group.long 0x184++0x3 line.long 0x00 "IDFTE41,ID Filter Table Element 41" group.long 0x188++0x3 line.long 0x00 "IDFTE42,ID Filter Table Element 42" group.long 0x18C++0x3 line.long 0x00 "IDFTE43,ID Filter Table Element 43" group.long 0x190++0x3 line.long 0x00 "IDFTE44,ID Filter Table Element 44" group.long 0x194++0x3 line.long 0x00 "IDFTE45,ID Filter Table Element 45" group.long 0x198++0x3 line.long 0x00 "IDFTE46,ID Filter Table Element 46" group.long 0x19C++0x3 line.long 0x00 "IDFTE47,ID Filter Table Element 47" group.long 0x1A0++0x3 line.long 0x00 "IDFTE48,ID Filter Table Element 48" group.long 0x1A4++0x3 line.long 0x00 "IDFTE49,ID Filter Table Element 49" group.long 0x1A8++0x3 line.long 0x00 "IDFTE50,ID Filter Table Element 50" group.long 0x1AC++0x3 line.long 0x00 "IDFTE51,ID Filter Table Element 51" group.long 0x1B0++0x3 line.long 0x00 "IDFTE52,ID Filter Table Element 52" group.long 0x1B4++0x3 line.long 0x00 "IDFTE53,ID Filter Table Element 53" group.long 0x1B8++0x3 line.long 0x00 "IDFTE54,ID Filter Table Element 54" group.long 0x1BC++0x3 line.long 0x00 "IDFTE55,ID Filter Table Element 55" group.long 0x1C0++0x3 line.long 0x00 "IDFTE56,ID Filter Table Element 56" group.long 0x1C4++0x3 line.long 0x00 "IDFTE57,ID Filter Table Element 57" group.long 0x1C8++0x3 line.long 0x00 "IDFTE58,ID Filter Table Element 58" group.long 0x1CC++0x3 line.long 0x00 "IDFTE59,ID Filter Table Element 59" group.long 0x1D0++0x3 line.long 0x00 "IDFTE60,ID Filter Table Element 60" group.long 0x1D4++0x3 line.long 0x00 "IDFTE61,ID Filter Table Element 61" group.long 0x1D8++0x3 line.long 0x00 "IDFTE62,ID Filter Table Element 62" group.long 0x1DC++0x3 line.long 0x00 "IDFTE63,ID Filter Table Element 63" group.long 0x1E0++0x3 line.long 0x00 "IDFTE64,ID Filter Table Element 64" group.long 0x1E4++0x3 line.long 0x00 "IDFTE65,ID Filter Table Element 65" group.long 0x1E8++0x3 line.long 0x00 "IDFTE66,ID Filter Table Element 66" group.long 0x1EC++0x3 line.long 0x00 "IDFTE67,ID Filter Table Element 67" group.long 0x1F0++0x3 line.long 0x00 "IDFTE68,ID Filter Table Element 68" group.long 0x1F4++0x3 line.long 0x00 "IDFTE69,ID Filter Table Element 69" group.long 0x1F8++0x3 line.long 0x00 "IDFTE70,ID Filter Table Element 70" group.long 0x1FC++0x3 line.long 0x00 "IDFTE71,ID Filter Table Element 71" group.long 0x200++0x3 line.long 0x00 "IDFTE72,ID Filter Table Element 72" group.long 0x204++0x3 line.long 0x00 "IDFTE73,ID Filter Table Element 73" group.long 0x208++0x3 line.long 0x00 "IDFTE74,ID Filter Table Element 74" group.long 0x20C++0x3 line.long 0x00 "IDFTE75,ID Filter Table Element 75" group.long 0x210++0x3 line.long 0x00 "IDFTE76,ID Filter Table Element 76" group.long 0x214++0x3 line.long 0x00 "IDFTE77,ID Filter Table Element 77" group.long 0x218++0x3 line.long 0x00 "IDFTE78,ID Filter Table Element 78" group.long 0x21C++0x3 line.long 0x00 "IDFTE79,ID Filter Table Element 79" group.long 0x220++0x3 line.long 0x00 "IDFTE80,ID Filter Table Element 80" group.long 0x224++0x3 line.long 0x00 "IDFTE81,ID Filter Table Element 81" group.long 0x228++0x3 line.long 0x00 "IDFTE82,ID Filter Table Element 82" group.long 0x22C++0x3 line.long 0x00 "IDFTE83,ID Filter Table Element 83" group.long 0x230++0x3 line.long 0x00 "IDFTE84,ID Filter Table Element 84" group.long 0x234++0x3 line.long 0x00 "IDFTE85,ID Filter Table Element 85" group.long 0x238++0x3 line.long 0x00 "IDFTE86,ID Filter Table Element 86" group.long 0x23C++0x3 line.long 0x00 "IDFTE87,ID Filter Table Element 87" group.long 0x240++0x3 line.long 0x00 "IDFTE88,ID Filter Table Element 88" group.long 0x244++0x3 line.long 0x00 "IDFTE89,ID Filter Table Element 89" group.long 0x248++0x3 line.long 0x00 "IDFTE90,ID Filter Table Element 90" group.long 0x24C++0x3 line.long 0x00 "IDFTE91,ID Filter Table Element 91" group.long 0x250++0x3 line.long 0x00 "IDFTE92,ID Filter Table Element 92" group.long 0x254++0x3 line.long 0x00 "IDFTE93,ID Filter Table Element 93" group.long 0x258++0x3 line.long 0x00 "IDFTE94,ID Filter Table Element 94" group.long 0x25C++0x3 line.long 0x00 "IDFTE95,ID Filter Table Element 95" group.long 0x260++0x3 line.long 0x00 "IDFTE96,ID Filter Table Element 96" group.long 0x264++0x3 line.long 0x00 "IDFTE97,ID Filter Table Element 97" group.long 0x268++0x3 line.long 0x00 "IDFTE98,ID Filter Table Element 98" group.long 0x26C++0x3 line.long 0x00 "IDFTE99,ID Filter Table Element 99" group.long 0x270++0x3 line.long 0x00 "IDFTE100,ID Filter Table Element 100" group.long 0x274++0x3 line.long 0x00 "IDFTE101,ID Filter Table Element 101" group.long 0x278++0x3 line.long 0x00 "IDFTE102,ID Filter Table Element 102" group.long 0x27C++0x3 line.long 0x00 "IDFTE103,ID Filter Table Element 103" group.long 0x280++0x3 line.long 0x00 "IDFTE104,ID Filter Table Element 104" group.long 0x284++0x3 line.long 0x00 "IDFTE105,ID Filter Table Element 105" group.long 0x288++0x3 line.long 0x00 "IDFTE106,ID Filter Table Element 106" group.long 0x28C++0x3 line.long 0x00 "IDFTE107,ID Filter Table Element 107" group.long 0x290++0x3 line.long 0x00 "IDFTE108,ID Filter Table Element 108" group.long 0x294++0x3 line.long 0x00 "IDFTE109,ID Filter Table Element 109" group.long 0x298++0x3 line.long 0x00 "IDFTE110,ID Filter Table Element 110" group.long 0x29C++0x3 line.long 0x00 "IDFTE111,ID Filter Table Element 111" group.long 0x2A0++0x3 line.long 0x00 "IDFTE112,ID Filter Table Element 112" group.long 0x2A4++0x3 line.long 0x00 "IDFTE113,ID Filter Table Element 113" group.long 0x2A8++0x3 line.long 0x00 "IDFTE114,ID Filter Table Element 114" group.long 0x2AC++0x3 line.long 0x00 "IDFTE115,ID Filter Table Element 115" group.long 0x2B0++0x3 line.long 0x00 "IDFTE116,ID Filter Table Element 116" group.long 0x2B4++0x3 line.long 0x00 "IDFTE117,ID Filter Table Element 117" group.long 0x2B8++0x3 line.long 0x00 "IDFTE118,ID Filter Table Element 118" group.long 0x2BC++0x3 line.long 0x00 "IDFTE119,ID Filter Table Element 119" group.long 0x2C0++0x3 line.long 0x00 "IDFTE120,ID Filter Table Element 120" group.long 0x2C4++0x3 line.long 0x00 "IDFTE121,ID Filter Table Element 121" group.long 0x2C8++0x3 line.long 0x00 "IDFTE122,ID Filter Table Element 122" group.long 0x2CC++0x3 line.long 0x00 "IDFTE123,ID Filter Table Element 123" group.long 0x2D0++0x3 line.long 0x00 "IDFTE124,ID Filter Table Element 124" group.long 0x2D4++0x3 line.long 0x00 "IDFTE125,ID Filter Table Element 125" group.long 0x2D8++0x3 line.long 0x00 "IDFTE126,ID Filter Table Element 126" group.long 0x2DC++0x3 line.long 0x00 "IDFTE127,ID Filter Table Element 127" else group.long (0x0080+0x0)++0x03 "Message Buffer Register 0" line.long 0x00 "C/S0,Control and Status 0" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x0)))&0x00200000)==0x00000000) group.long (0x0084+0x0)++0x03 line.long 0x00 "ID0,Identifier Field 0" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x0)++0x03 line.long 0x00 "ID0,Identifier Field 0" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x0)++0x07 line.long 0x00 "DATA0-3_0,Data Field 0-3 0" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_0,Data Field 4-7 0" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x10)++0x03 "Message Buffer Register 1" line.long 0x00 "C/S1,Control and Status 1" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x10)))&0x00200000)==0x00000000) group.long (0x0084+0x10)++0x03 line.long 0x00 "ID1,Identifier Field 1" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x10)++0x03 line.long 0x00 "ID1,Identifier Field 1" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x10)++0x07 line.long 0x00 "DATA0-3_1,Data Field 0-3 1" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_1,Data Field 4-7 1" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x20)++0x03 "Message Buffer Register 2" line.long 0x00 "C/S2,Control and Status 2" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x20)))&0x00200000)==0x00000000) group.long (0x0084+0x20)++0x03 line.long 0x00 "ID2,Identifier Field 2" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x20)++0x03 line.long 0x00 "ID2,Identifier Field 2" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x20)++0x07 line.long 0x00 "DATA0-3_2,Data Field 0-3 2" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_2,Data Field 4-7 2" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x30)++0x03 "Message Buffer Register 3" line.long 0x00 "C/S3,Control and Status 3" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x30)))&0x00200000)==0x00000000) group.long (0x0084+0x30)++0x03 line.long 0x00 "ID3,Identifier Field 3" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x30)++0x03 line.long 0x00 "ID3,Identifier Field 3" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x30)++0x07 line.long 0x00 "DATA0-3_3,Data Field 0-3 3" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_3,Data Field 4-7 3" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x40)++0x03 "Message Buffer Register 4" line.long 0x00 "C/S4,Control and Status 4" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x40)))&0x00200000)==0x00000000) group.long (0x0084+0x40)++0x03 line.long 0x00 "ID4,Identifier Field 4" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x40)++0x03 line.long 0x00 "ID4,Identifier Field 4" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x40)++0x07 line.long 0x00 "DATA0-3_4,Data Field 0-3 4" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_4,Data Field 4-7 4" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x50)++0x03 "Message Buffer Register 5" line.long 0x00 "C/S5,Control and Status 5" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x50)))&0x00200000)==0x00000000) group.long (0x0084+0x50)++0x03 line.long 0x00 "ID5,Identifier Field 5" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x50)++0x03 line.long 0x00 "ID5,Identifier Field 5" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x50)++0x07 line.long 0x00 "DATA0-3_5,Data Field 0-3 5" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_5,Data Field 4-7 5" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x60)++0x03 "Message Buffer Register 6" line.long 0x00 "C/S6,Control and Status 6" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x60)))&0x00200000)==0x00000000) group.long (0x0084+0x60)++0x03 line.long 0x00 "ID6,Identifier Field 6" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x60)++0x03 line.long 0x00 "ID6,Identifier Field 6" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x60)++0x07 line.long 0x00 "DATA0-3_6,Data Field 0-3 6" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_6,Data Field 4-7 6" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x70)++0x03 "Message Buffer Register 7" line.long 0x00 "C/S7,Control and Status 7" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x70)))&0x00200000)==0x00000000) group.long (0x0084+0x70)++0x03 line.long 0x00 "ID7,Identifier Field 7" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x70)++0x03 line.long 0x00 "ID7,Identifier Field 7" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x70)++0x07 line.long 0x00 "DATA0-3_7,Data Field 0-3 7" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_7,Data Field 4-7 7" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x80)++0x03 "Message Buffer Register 8" line.long 0x00 "C/S8,Control and Status 8" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x80)))&0x00200000)==0x00000000) group.long (0x0084+0x80)++0x03 line.long 0x00 "ID8,Identifier Field 8" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x80)++0x03 line.long 0x00 "ID8,Identifier Field 8" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x80)++0x07 line.long 0x00 "DATA0-3_8,Data Field 0-3 8" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_8,Data Field 4-7 8" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x90)++0x03 "Message Buffer Register 9" line.long 0x00 "C/S9,Control and Status 9" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x90)))&0x00200000)==0x00000000) group.long (0x0084+0x90)++0x03 line.long 0x00 "ID9,Identifier Field 9" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x90)++0x03 line.long 0x00 "ID9,Identifier Field 9" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x90)++0x07 line.long 0x00 "DATA0-3_9,Data Field 0-3 9" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_9,Data Field 4-7 9" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0xA0)++0x03 "Message Buffer Register 10" line.long 0x00 "C/S10,Control and Status 10" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0xA0)))&0x00200000)==0x00000000) group.long (0x0084+0xA0)++0x03 line.long 0x00 "ID10,Identifier Field 10" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0xA0)++0x03 line.long 0x00 "ID10,Identifier Field 10" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0xA0)++0x07 line.long 0x00 "DATA0-3_10,Data Field 0-3 10" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_10,Data Field 4-7 10" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0xB0)++0x03 "Message Buffer Register 11" line.long 0x00 "C/S11,Control and Status 11" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0xB0)))&0x00200000)==0x00000000) group.long (0x0084+0xB0)++0x03 line.long 0x00 "ID11,Identifier Field 11" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0xB0)++0x03 line.long 0x00 "ID11,Identifier Field 11" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0xB0)++0x07 line.long 0x00 "DATA0-3_11,Data Field 0-3 11" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_11,Data Field 4-7 11" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0xC0)++0x03 "Message Buffer Register 12" line.long 0x00 "C/S12,Control and Status 12" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0xC0)))&0x00200000)==0x00000000) group.long (0x0084+0xC0)++0x03 line.long 0x00 "ID12,Identifier Field 12" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0xC0)++0x03 line.long 0x00 "ID12,Identifier Field 12" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0xC0)++0x07 line.long 0x00 "DATA0-3_12,Data Field 0-3 12" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_12,Data Field 4-7 12" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0xD0)++0x03 "Message Buffer Register 13" line.long 0x00 "C/S13,Control and Status 13" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0xD0)))&0x00200000)==0x00000000) group.long (0x0084+0xD0)++0x03 line.long 0x00 "ID13,Identifier Field 13" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0xD0)++0x03 line.long 0x00 "ID13,Identifier Field 13" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0xD0)++0x07 line.long 0x00 "DATA0-3_13,Data Field 0-3 13" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_13,Data Field 4-7 13" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0xE0)++0x03 "Message Buffer Register 14" line.long 0x00 "C/S14,Control and Status 14" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0xE0)))&0x00200000)==0x00000000) group.long (0x0084+0xE0)++0x03 line.long 0x00 "ID14,Identifier Field 14" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0xE0)++0x03 line.long 0x00 "ID14,Identifier Field 14" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0xE0)++0x07 line.long 0x00 "DATA0-3_14,Data Field 0-3 14" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_14,Data Field 4-7 14" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0xF0)++0x03 "Message Buffer Register 15" line.long 0x00 "C/S15,Control and Status 15" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0xF0)))&0x00200000)==0x00000000) group.long (0x0084+0xF0)++0x03 line.long 0x00 "ID15,Identifier Field 15" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0xF0)++0x03 line.long 0x00 "ID15,Identifier Field 15" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0xF0)++0x07 line.long 0x00 "DATA0-3_15,Data Field 0-3 15" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_15,Data Field 4-7 15" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x100)++0x03 "Message Buffer Register 16" line.long 0x00 "C/S16,Control and Status 16" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x100)))&0x00200000)==0x00000000) group.long (0x0084+0x100)++0x03 line.long 0x00 "ID16,Identifier Field 16" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x100)++0x03 line.long 0x00 "ID16,Identifier Field 16" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x100)++0x07 line.long 0x00 "DATA0-3_16,Data Field 0-3 16" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_16,Data Field 4-7 16" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x110)++0x03 "Message Buffer Register 17" line.long 0x00 "C/S17,Control and Status 17" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x110)))&0x00200000)==0x00000000) group.long (0x0084+0x110)++0x03 line.long 0x00 "ID17,Identifier Field 17" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x110)++0x03 line.long 0x00 "ID17,Identifier Field 17" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x110)++0x07 line.long 0x00 "DATA0-3_17,Data Field 0-3 17" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_17,Data Field 4-7 17" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x120)++0x03 "Message Buffer Register 18" line.long 0x00 "C/S18,Control and Status 18" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x120)))&0x00200000)==0x00000000) group.long (0x0084+0x120)++0x03 line.long 0x00 "ID18,Identifier Field 18" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x120)++0x03 line.long 0x00 "ID18,Identifier Field 18" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x120)++0x07 line.long 0x00 "DATA0-3_18,Data Field 0-3 18" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_18,Data Field 4-7 18" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x130)++0x03 "Message Buffer Register 19" line.long 0x00 "C/S19,Control and Status 19" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x130)))&0x00200000)==0x00000000) group.long (0x0084+0x130)++0x03 line.long 0x00 "ID19,Identifier Field 19" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x130)++0x03 line.long 0x00 "ID19,Identifier Field 19" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x130)++0x07 line.long 0x00 "DATA0-3_19,Data Field 0-3 19" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_19,Data Field 4-7 19" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x140)++0x03 "Message Buffer Register 20" line.long 0x00 "C/S20,Control and Status 20" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x140)))&0x00200000)==0x00000000) group.long (0x0084+0x140)++0x03 line.long 0x00 "ID20,Identifier Field 20" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x140)++0x03 line.long 0x00 "ID20,Identifier Field 20" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x140)++0x07 line.long 0x00 "DATA0-3_20,Data Field 0-3 20" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_20,Data Field 4-7 20" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x150)++0x03 "Message Buffer Register 21" line.long 0x00 "C/S21,Control and Status 21" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x150)))&0x00200000)==0x00000000) group.long (0x0084+0x150)++0x03 line.long 0x00 "ID21,Identifier Field 21" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x150)++0x03 line.long 0x00 "ID21,Identifier Field 21" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x150)++0x07 line.long 0x00 "DATA0-3_21,Data Field 0-3 21" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_21,Data Field 4-7 21" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x160)++0x03 "Message Buffer Register 22" line.long 0x00 "C/S22,Control and Status 22" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x160)))&0x00200000)==0x00000000) group.long (0x0084+0x160)++0x03 line.long 0x00 "ID22,Identifier Field 22" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x160)++0x03 line.long 0x00 "ID22,Identifier Field 22" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x160)++0x07 line.long 0x00 "DATA0-3_22,Data Field 0-3 22" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_22,Data Field 4-7 22" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x170)++0x03 "Message Buffer Register 23" line.long 0x00 "C/S23,Control and Status 23" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x170)))&0x00200000)==0x00000000) group.long (0x0084+0x170)++0x03 line.long 0x00 "ID23,Identifier Field 23" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x170)++0x03 line.long 0x00 "ID23,Identifier Field 23" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x170)++0x07 line.long 0x00 "DATA0-3_23,Data Field 0-3 23" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_23,Data Field 4-7 23" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x180)++0x03 "Message Buffer Register 24" line.long 0x00 "C/S24,Control and Status 24" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x180)))&0x00200000)==0x00000000) group.long (0x0084+0x180)++0x03 line.long 0x00 "ID24,Identifier Field 24" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x180)++0x03 line.long 0x00 "ID24,Identifier Field 24" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x180)++0x07 line.long 0x00 "DATA0-3_24,Data Field 0-3 24" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_24,Data Field 4-7 24" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x190)++0x03 "Message Buffer Register 25" line.long 0x00 "C/S25,Control and Status 25" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x190)))&0x00200000)==0x00000000) group.long (0x0084+0x190)++0x03 line.long 0x00 "ID25,Identifier Field 25" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x190)++0x03 line.long 0x00 "ID25,Identifier Field 25" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x190)++0x07 line.long 0x00 "DATA0-3_25,Data Field 0-3 25" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_25,Data Field 4-7 25" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x1A0)++0x03 "Message Buffer Register 26" line.long 0x00 "C/S26,Control and Status 26" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x1A0)))&0x00200000)==0x00000000) group.long (0x0084+0x1A0)++0x03 line.long 0x00 "ID26,Identifier Field 26" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x1A0)++0x03 line.long 0x00 "ID26,Identifier Field 26" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x1A0)++0x07 line.long 0x00 "DATA0-3_26,Data Field 0-3 26" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_26,Data Field 4-7 26" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x1B0)++0x03 "Message Buffer Register 27" line.long 0x00 "C/S27,Control and Status 27" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x1B0)))&0x00200000)==0x00000000) group.long (0x0084+0x1B0)++0x03 line.long 0x00 "ID27,Identifier Field 27" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x1B0)++0x03 line.long 0x00 "ID27,Identifier Field 27" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x1B0)++0x07 line.long 0x00 "DATA0-3_27,Data Field 0-3 27" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_27,Data Field 4-7 27" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x1C0)++0x03 "Message Buffer Register 28" line.long 0x00 "C/S28,Control and Status 28" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x1C0)))&0x00200000)==0x00000000) group.long (0x0084+0x1C0)++0x03 line.long 0x00 "ID28,Identifier Field 28" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x1C0)++0x03 line.long 0x00 "ID28,Identifier Field 28" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x1C0)++0x07 line.long 0x00 "DATA0-3_28,Data Field 0-3 28" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_28,Data Field 4-7 28" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x1D0)++0x03 "Message Buffer Register 29" line.long 0x00 "C/S29,Control and Status 29" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x1D0)))&0x00200000)==0x00000000) group.long (0x0084+0x1D0)++0x03 line.long 0x00 "ID29,Identifier Field 29" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x1D0)++0x03 line.long 0x00 "ID29,Identifier Field 29" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x1D0)++0x07 line.long 0x00 "DATA0-3_29,Data Field 0-3 29" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_29,Data Field 4-7 29" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x1E0)++0x03 "Message Buffer Register 30" line.long 0x00 "C/S30,Control and Status 30" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x1E0)))&0x00200000)==0x00000000) group.long (0x0084+0x1E0)++0x03 line.long 0x00 "ID30,Identifier Field 30" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x1E0)++0x03 line.long 0x00 "ID30,Identifier Field 30" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x1E0)++0x07 line.long 0x00 "DATA0-3_30,Data Field 0-3 30" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_30,Data Field 4-7 30" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x1F0)++0x03 "Message Buffer Register 31" line.long 0x00 "C/S31,Control and Status 31" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x1F0)))&0x00200000)==0x00000000) group.long (0x0084+0x1F0)++0x03 line.long 0x00 "ID31,Identifier Field 31" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x1F0)++0x03 line.long 0x00 "ID31,Identifier Field 31" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x1F0)++0x07 line.long 0x00 "DATA0-3_31,Data Field 0-3 31" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_31,Data Field 4-7 31" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x200)++0x03 "Message Buffer Register 32" line.long 0x00 "C/S32,Control and Status 32" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x200)))&0x00200000)==0x00000000) group.long (0x0084+0x200)++0x03 line.long 0x00 "ID32,Identifier Field 32" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x200)++0x03 line.long 0x00 "ID32,Identifier Field 32" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x200)++0x07 line.long 0x00 "DATA0-3_32,Data Field 0-3 32" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_32,Data Field 4-7 32" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x210)++0x03 "Message Buffer Register 33" line.long 0x00 "C/S33,Control and Status 33" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x210)))&0x00200000)==0x00000000) group.long (0x0084+0x210)++0x03 line.long 0x00 "ID33,Identifier Field 33" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x210)++0x03 line.long 0x00 "ID33,Identifier Field 33" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x210)++0x07 line.long 0x00 "DATA0-3_33,Data Field 0-3 33" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_33,Data Field 4-7 33" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x220)++0x03 "Message Buffer Register 34" line.long 0x00 "C/S34,Control and Status 34" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x220)))&0x00200000)==0x00000000) group.long (0x0084+0x220)++0x03 line.long 0x00 "ID34,Identifier Field 34" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x220)++0x03 line.long 0x00 "ID34,Identifier Field 34" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x220)++0x07 line.long 0x00 "DATA0-3_34,Data Field 0-3 34" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_34,Data Field 4-7 34" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x230)++0x03 "Message Buffer Register 35" line.long 0x00 "C/S35,Control and Status 35" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x230)))&0x00200000)==0x00000000) group.long (0x0084+0x230)++0x03 line.long 0x00 "ID35,Identifier Field 35" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x230)++0x03 line.long 0x00 "ID35,Identifier Field 35" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x230)++0x07 line.long 0x00 "DATA0-3_35,Data Field 0-3 35" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_35,Data Field 4-7 35" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x240)++0x03 "Message Buffer Register 36" line.long 0x00 "C/S36,Control and Status 36" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x240)))&0x00200000)==0x00000000) group.long (0x0084+0x240)++0x03 line.long 0x00 "ID36,Identifier Field 36" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x240)++0x03 line.long 0x00 "ID36,Identifier Field 36" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x240)++0x07 line.long 0x00 "DATA0-3_36,Data Field 0-3 36" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_36,Data Field 4-7 36" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x0080+0x250)++0x03 "Message Buffer Register 37" line.long 0x00 "C/S37,Control and Status 37" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x0080+0x250)))&0x00200000)==0x00000000) group.long (0x0084+0x250)++0x03 line.long 0x00 "ID37,Identifier Field 37" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x0084+0x250)++0x03 line.long 0x00 "ID37,Identifier Field 37" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x0088+0x250)++0x07 line.long 0x00 "DATA0-3_37,Data Field 0-3 37" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_37,Data Field 4-7 37" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" endif group.long (0x02E0+0x0)++0x03 "Message Buffer Register 38" line.long 0x00 "C/S38,Control and Status 38" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x02E0+0x0)))&0x00200000)==0x00000000) group.long (0x2E4+0x0)++0x03 line.long 0x00 "ID38,Identifier Field 38" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x0)++0x03 line.long 0x00 "ID38,Identifier Field 38" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x0)++0x07 line.long 0x00 "DATA0-3_38,Data Field 0-3 38" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_38,Data Field 4-7 38" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x10)++0x03 "Message Buffer Register 39" line.long 0x00 "C/S39,Control and Status 39" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x02E0+0x10)))&0x00200000)==0x00000000) group.long (0x2E4+0x10)++0x03 line.long 0x00 "ID39,Identifier Field 39" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x10)++0x03 line.long 0x00 "ID39,Identifier Field 39" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x10)++0x07 line.long 0x00 "DATA0-3_39,Data Field 0-3 39" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_39,Data Field 4-7 39" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x20)++0x03 "Message Buffer Register 40" line.long 0x00 "C/S40,Control and Status 40" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x02E0+0x20)))&0x00200000)==0x00000000) group.long (0x2E4+0x20)++0x03 line.long 0x00 "ID40,Identifier Field 40" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x20)++0x03 line.long 0x00 "ID40,Identifier Field 40" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x20)++0x07 line.long 0x00 "DATA0-3_40,Data Field 0-3 40" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_40,Data Field 4-7 40" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x30)++0x03 "Message Buffer Register 41" line.long 0x00 "C/S41,Control and Status 41" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x02E0+0x30)))&0x00200000)==0x00000000) group.long (0x2E4+0x30)++0x03 line.long 0x00 "ID41,Identifier Field 41" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x30)++0x03 line.long 0x00 "ID41,Identifier Field 41" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x30)++0x07 line.long 0x00 "DATA0-3_41,Data Field 0-3 41" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_41,Data Field 4-7 41" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x40)++0x03 "Message Buffer Register 42" line.long 0x00 "C/S42,Control and Status 42" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x02E0+0x40)))&0x00200000)==0x00000000) group.long (0x2E4+0x40)++0x03 line.long 0x00 "ID42,Identifier Field 42" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x40)++0x03 line.long 0x00 "ID42,Identifier Field 42" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x40)++0x07 line.long 0x00 "DATA0-3_42,Data Field 0-3 42" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_42,Data Field 4-7 42" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x50)++0x03 "Message Buffer Register 43" line.long 0x00 "C/S43,Control and Status 43" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x02E0+0x50)))&0x00200000)==0x00000000) group.long (0x2E4+0x50)++0x03 line.long 0x00 "ID43,Identifier Field 43" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x50)++0x03 line.long 0x00 "ID43,Identifier Field 43" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x50)++0x07 line.long 0x00 "DATA0-3_43,Data Field 0-3 43" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_43,Data Field 4-7 43" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x60)++0x03 "Message Buffer Register 44" line.long 0x00 "C/S44,Control and Status 44" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x02E0+0x60)))&0x00200000)==0x00000000) group.long (0x2E4+0x60)++0x03 line.long 0x00 "ID44,Identifier Field 44" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x60)++0x03 line.long 0x00 "ID44,Identifier Field 44" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x60)++0x07 line.long 0x00 "DATA0-3_44,Data Field 0-3 44" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_44,Data Field 4-7 44" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x70)++0x03 "Message Buffer Register 45" line.long 0x00 "C/S45,Control and Status 45" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x02E0+0x70)))&0x00200000)==0x00000000) group.long (0x2E4+0x70)++0x03 line.long 0x00 "ID45,Identifier Field 45" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x70)++0x03 line.long 0x00 "ID45,Identifier Field 45" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x70)++0x07 line.long 0x00 "DATA0-3_45,Data Field 0-3 45" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_45,Data Field 4-7 45" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x80)++0x03 "Message Buffer Register 46" line.long 0x00 "C/S46,Control and Status 46" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x02E0+0x80)))&0x00200000)==0x00000000) group.long (0x2E4+0x80)++0x03 line.long 0x00 "ID46,Identifier Field 46" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x80)++0x03 line.long 0x00 "ID46,Identifier Field 46" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x80)++0x07 line.long 0x00 "DATA0-3_46,Data Field 0-3 46" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_46,Data Field 4-7 46" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x90)++0x03 "Message Buffer Register 47" line.long 0x00 "C/S47,Control and Status 47" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x02E0+0x90)))&0x00200000)==0x00000000) group.long (0x2E4+0x90)++0x03 line.long 0x00 "ID47,Identifier Field 47" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x90)++0x03 line.long 0x00 "ID47,Identifier Field 47" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x90)++0x07 line.long 0x00 "DATA0-3_47,Data Field 0-3 47" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_47,Data Field 4-7 47" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0xA0)++0x03 "Message Buffer Register 48" line.long 0x00 "C/S48,Control and Status 48" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x02E0+0xA0)))&0x00200000)==0x00000000) group.long (0x2E4+0xA0)++0x03 line.long 0x00 "ID48,Identifier Field 48" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0xA0)++0x03 line.long 0x00 "ID48,Identifier Field 48" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0xA0)++0x07 line.long 0x00 "DATA0-3_48,Data Field 0-3 48" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_48,Data Field 4-7 48" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0xB0)++0x03 "Message Buffer Register 49" line.long 0x00 "C/S49,Control and Status 49" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x02E0+0xB0)))&0x00200000)==0x00000000) group.long (0x2E4+0xB0)++0x03 line.long 0x00 "ID49,Identifier Field 49" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0xB0)++0x03 line.long 0x00 "ID49,Identifier Field 49" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0xB0)++0x07 line.long 0x00 "DATA0-3_49,Data Field 0-3 49" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_49,Data Field 4-7 49" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0xC0)++0x03 "Message Buffer Register 50" line.long 0x00 "C/S50,Control and Status 50" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x02E0+0xC0)))&0x00200000)==0x00000000) group.long (0x2E4+0xC0)++0x03 line.long 0x00 "ID50,Identifier Field 50" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0xC0)++0x03 line.long 0x00 "ID50,Identifier Field 50" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0xC0)++0x07 line.long 0x00 "DATA0-3_50,Data Field 0-3 50" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_50,Data Field 4-7 50" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0xD0)++0x03 "Message Buffer Register 51" line.long 0x00 "C/S51,Control and Status 51" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x02E0+0xD0)))&0x00200000)==0x00000000) group.long (0x2E4+0xD0)++0x03 line.long 0x00 "ID51,Identifier Field 51" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0xD0)++0x03 line.long 0x00 "ID51,Identifier Field 51" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0xD0)++0x07 line.long 0x00 "DATA0-3_51,Data Field 0-3 51" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_51,Data Field 4-7 51" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0xE0)++0x03 "Message Buffer Register 52" line.long 0x00 "C/S52,Control and Status 52" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x02E0+0xE0)))&0x00200000)==0x00000000) group.long (0x2E4+0xE0)++0x03 line.long 0x00 "ID52,Identifier Field 52" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0xE0)++0x03 line.long 0x00 "ID52,Identifier Field 52" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0xE0)++0x07 line.long 0x00 "DATA0-3_52,Data Field 0-3 52" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_52,Data Field 4-7 52" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0xF0)++0x03 "Message Buffer Register 53" line.long 0x00 "C/S53,Control and Status 53" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x02E0+0xF0)))&0x00200000)==0x00000000) group.long (0x2E4+0xF0)++0x03 line.long 0x00 "ID53,Identifier Field 53" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0xF0)++0x03 line.long 0x00 "ID53,Identifier Field 53" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0xF0)++0x07 line.long 0x00 "DATA0-3_53,Data Field 0-3 53" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_53,Data Field 4-7 53" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x100)++0x03 "Message Buffer Register 54" line.long 0x00 "C/S54,Control and Status 54" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x02E0+0x100)))&0x00200000)==0x00000000) group.long (0x2E4+0x100)++0x03 line.long 0x00 "ID54,Identifier Field 54" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x100)++0x03 line.long 0x00 "ID54,Identifier Field 54" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x100)++0x07 line.long 0x00 "DATA0-3_54,Data Field 0-3 54" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_54,Data Field 4-7 54" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x110)++0x03 "Message Buffer Register 55" line.long 0x00 "C/S55,Control and Status 55" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x02E0+0x110)))&0x00200000)==0x00000000) group.long (0x2E4+0x110)++0x03 line.long 0x00 "ID55,Identifier Field 55" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x110)++0x03 line.long 0x00 "ID55,Identifier Field 55" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x110)++0x07 line.long 0x00 "DATA0-3_55,Data Field 0-3 55" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_55,Data Field 4-7 55" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x120)++0x03 "Message Buffer Register 56" line.long 0x00 "C/S56,Control and Status 56" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x02E0+0x120)))&0x00200000)==0x00000000) group.long (0x2E4+0x120)++0x03 line.long 0x00 "ID56,Identifier Field 56" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x120)++0x03 line.long 0x00 "ID56,Identifier Field 56" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x120)++0x07 line.long 0x00 "DATA0-3_56,Data Field 0-3 56" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_56,Data Field 4-7 56" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x130)++0x03 "Message Buffer Register 57" line.long 0x00 "C/S57,Control and Status 57" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x02E0+0x130)))&0x00200000)==0x00000000) group.long (0x2E4+0x130)++0x03 line.long 0x00 "ID57,Identifier Field 57" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x130)++0x03 line.long 0x00 "ID57,Identifier Field 57" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x130)++0x07 line.long 0x00 "DATA0-3_57,Data Field 0-3 57" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_57,Data Field 4-7 57" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x140)++0x03 "Message Buffer Register 58" line.long 0x00 "C/S58,Control and Status 58" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x02E0+0x140)))&0x00200000)==0x00000000) group.long (0x2E4+0x140)++0x03 line.long 0x00 "ID58,Identifier Field 58" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x140)++0x03 line.long 0x00 "ID58,Identifier Field 58" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x140)++0x07 line.long 0x00 "DATA0-3_58,Data Field 0-3 58" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_58,Data Field 4-7 58" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x150)++0x03 "Message Buffer Register 59" line.long 0x00 "C/S59,Control and Status 59" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x02E0+0x150)))&0x00200000)==0x00000000) group.long (0x2E4+0x150)++0x03 line.long 0x00 "ID59,Identifier Field 59" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x150)++0x03 line.long 0x00 "ID59,Identifier Field 59" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x150)++0x07 line.long 0x00 "DATA0-3_59,Data Field 0-3 59" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_59,Data Field 4-7 59" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x160)++0x03 "Message Buffer Register 60" line.long 0x00 "C/S60,Control and Status 60" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x02E0+0x160)))&0x00200000)==0x00000000) group.long (0x2E4+0x160)++0x03 line.long 0x00 "ID60,Identifier Field 60" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x160)++0x03 line.long 0x00 "ID60,Identifier Field 60" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x160)++0x07 line.long 0x00 "DATA0-3_60,Data Field 0-3 60" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_60,Data Field 4-7 60" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x170)++0x03 "Message Buffer Register 61" line.long 0x00 "C/S61,Control and Status 61" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x02E0+0x170)))&0x00200000)==0x00000000) group.long (0x2E4+0x170)++0x03 line.long 0x00 "ID61,Identifier Field 61" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x170)++0x03 line.long 0x00 "ID61,Identifier Field 61" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x170)++0x07 line.long 0x00 "DATA0-3_61,Data Field 0-3 61" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_61,Data Field 4-7 61" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x180)++0x03 "Message Buffer Register 62" line.long 0x00 "C/S62,Control and Status 62" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x02E0+0x180)))&0x00200000)==0x00000000) group.long (0x2E4+0x180)++0x03 line.long 0x00 "ID62,Identifier Field 62" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x180)++0x03 line.long 0x00 "ID62,Identifier Field 62" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x180)++0x07 line.long 0x00 "DATA0-3_62,Data Field 0-3 62" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_62,Data Field 4-7 62" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" group.long (0x02E0+0x190)++0x03 "Message Buffer Register 63" line.long 0x00 "C/S63,Control and Status 63" hexmask.long.byte 0x00 24.--27. 1. " CODE ,Message buffer code" bitfld.long 0x00 22. " SRR ,Substitute remote request" "Not requested,Requested" textline " " bitfld.long 0x00 21. " IDE ,ID extended bit" "Standard,Extended" bitfld.long 0x00 20. " RTR ,Remote transmission request" "Data frame,Remote frame" textline " " hexmask.long.byte 0x00 16.--19. 1. " LENGTH ,Length of data in bytes" hexmask.long.word 0x00 00.--15. 1. " TIMESTAMP ,Free-running counter time stamp" if (((per.long((ad:0x400d4000+0x02E0+0x190)))&0x00200000)==0x00000000) group.long (0x2E4+0x190)++0x03 line.long 0x00 "ID63,Identifier Field 63" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long.word 0x00 18.--28. 1. " ID ,Standard frame identifier" else group.long (0x2E4+0x190)++0x03 line.long 0x00 "ID63,Identifier Field 63" bitfld.long 0x00 29.--31. " PRIO ,Local priority" "0,1,2,3,4,5,6,7" hexmask.long 0x00 00.--28. 1. " ID ,Extended Frame identifier" endif group.long (0x2E8+0x190)++0x07 line.long 0x00 "DATA0-3_63,Data Field 0-3 63" hexmask.long.byte 0x00 24.--31. 1. " DATA0 ,Data Byte 0" hexmask.long.byte 0x00 16.--23. 1. " DATA1 ,Data Byte 1" hexmask.long.byte 0x00 08.--15. 1. " DATA2 ,Data Byte 2" hexmask.long.byte 0x00 00.--07. 1. " DATA3 ,Data Byte 3" line.long 0x04 "DATA4-7_63,Data Field 4-7 63" hexmask.long.byte 0x04 24.--31. 1. " DATA4 ,Data Byte 4" hexmask.long.byte 0x04 16.--23. 1. " DATA5 ,Data Byte 5" hexmask.long.byte 0x04 08.--15. 1. " DATA6 ,Data Byte 6" hexmask.long.byte 0x04 00.--07. 1. " DATA7 ,Data Byte 7" tree.end width 0xB tree.end tree.end tree "SPI (Serial Peripheral Interface)" tree "SPI0" base ad:0x4002C000 width 17. group.long 0x00++0x3 line.long 0x00 "SPI0_MCR,DSPI0 Module Configuration Register" bitfld.long 0x00 31. " MSTR ,Master/Slave Mode Select" "Slave,Master" bitfld.long 0x00 30. " CONT_SCKE ,Continuous SCK Enable" "Disabled,Enabled" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 28.--29. " DCONF ,DSPI0 Configuration" "SPI,?..." else bitfld.long 0x00 28.--29. " DCONF ,DSPI0 Configuration" "SPI,?..." endif textline " " bitfld.long 0x00 27. " FRZ ,Freeze Serial Transfers" "Not halted,Halted" bitfld.long 0x00 26. " MTFE ,Modified Timing Format Enable" "Disabled,Enabled" bitfld.long 0x00 25. " PCSSE ,Peripheral Chip Select Strobe Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 24. " ROOE ,Receive FIFO Overflow Overwrite Enable" "Disabled,Enabled" bitfld.long 0x00 21. " PCSIS5 ,Peripheral Chip Select 5 Inactive State" "Low,High" bitfld.long 0x00 20. " PCSIS4 ,Peripheral Chip Select 4 Inactive State" "Low,High" textline " " bitfld.long 0x00 19. " PCSIS3 ,Peripheral Chip Select 3 Inactive State" "Low,High" bitfld.long 0x00 18. " PCSIS2 ,Peripheral Chip Select 2 Inactive State" "Low,High" bitfld.long 0x00 17. " PCSIS1 ,Peripheral Chip Select 1 Inactive State" "Low,High" textline " " bitfld.long 0x00 16. " PCSIS0 ,Peripheral Chip Select 0 Inactive State" "Low,High" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x00 15. " DOZE ,Doze Enable" "Disabled,Enabled" endif bitfld.long 0x00 14. " MDIS ,Module Disable" "No,Yes" textline " " bitfld.long 0x00 13. " DIS_TXF ,Disable Transmit FIFO" "No,Yes" bitfld.long 0x00 12. " DIS_RXF ,Disable Receive FIFO" "No,Yes" bitfld.long 0x00 11. " CLR_TXF ,Clear TX FIFO" "-,Cleared" textline " " bitfld.long 0x00 10. " CLR_RXF ,Clear RX FIFO" "-,Cleared" bitfld.long 0x00 8.--9. " SMPL_PT ,Sample Point" "0,1,2,?..." bitfld.long 0x00 2. " FCPCS ,Fast Continuous PCS Mode" "Normal,Fast" textline " " bitfld.long 0x00 1. " PES ,Parity Error Stop" "Continued,Stopped" bitfld.long 0x00 0. " HALT ,Halt DSPI transfers" "Started,Stopped" group.long 0x08++0x3 line.long 0x00 "SPI0_TCR,DSPI0 Transfer Count Register" hexmask.long.word 0x00 16.--31. 1. " SPI_TCNT ,SPI Transfer Counter" if ((per.l(ad:0x4002C000)&0x80000000)==0x80000000) group.long 0xC++0x3 line.long 0x00 "SPI0_CTAR0,DSPI0 Clock and Transfer Attributes Register 0" bitfld.long 0x00 31. " DBR ,Double Baud Rate" "Normal,Doubled" bitfld.long 0x00 27.--30. " FMSZ ,Frame Size" "Reserved,Reserved,Reserved,4,5,6,7,8,9,10,11,12,13,14,15,16" bitfld.long 0x00 26. " CPOL ,Clock Polarity" "Inactive low,Inactive high" bitfld.long 0x00 25. " CPHA ,Clock Phase" "Changed,Captured" textline " " bitfld.long 0x00 24. " LSBFE ,LBS First" "MSB,LSB" bitfld.long 0x00 22.--23. " PCSSCK ,PCS to SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 20.--21. " PASC ,After SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 18.--19. " PDT ,Delay after Transfer Prescaler" "1,3,5,7" textline " " bitfld.long 0x00 16.--17. " PBR ,Baud Rate Prescaler" "2,3,5,7" bitfld.long 0x00 12.--15. " CSSCK ,PCS to SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 8.--11. " ASC ,After SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 4.--7. " DT ,Delay After Transfer Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" textline " " bitfld.long 0x00 0.--3. " BR ,Baud Rate Scaler" "2,4,6,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768" else group.long 0xC++0x3 line.long 0x00 "SPI0_CTAR0_SLAVE,DSPI0 Clock and Transfer Attributes Register 0" bitfld.long 0x00 27.--31. " FMSZ ,Frame Size" "Reserved,Reserved,Reserved,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 0x00 26. " CPOL ,Clock Polarity" "Inactive low,Inactive high" bitfld.long 0x00 25. " CPHA ,Clock Phase" "Changed,Captured" textline " " bitfld.long 0x00 24. " PE ,Parity Enable" "Disabled,Enabled" bitfld.long 0x00 23. " PP ,Parity Polarity" "Even,Odd" endif if ((per.l(ad:0x4002C000)&0x80000000)==0x80000000) group.long 0x10++0x3 line.long 0x00 "SPI0_CTAR1,DSPI0 Clock and Transfer Attributes Register 1" bitfld.long 0x00 31. " DBR ,Double Baud Rate" "Normal,Doubled" bitfld.long 0x00 27.--30. " FMSZ ,Frame Size" "Reserved,Reserved,Reserved,4,5,6,7,8,9,10,11,12,13,14,15,16" bitfld.long 0x00 26. " CPOL ,Clock Polarity" "Inactive low,Inactive high" bitfld.long 0x00 25. " CPHA ,Clock Phase" "Changed,Captured" textline " " bitfld.long 0x00 24. " LSBFE ,LBS First" "MSB,LSB" bitfld.long 0x00 22.--23. " PCSSCK ,PCS to SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 20.--21. " PASC ,After SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 18.--19. " PDT ,Delay after Transfer Prescaler" "1,3,5,7" textline " " bitfld.long 0x00 16.--17. " PBR ,Baud Rate Prescaler" "2,3,5,7" bitfld.long 0x00 12.--15. " CSSCK ,PCS to SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 8.--11. " ASC ,After SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 4.--7. " DT ,Delay After Transfer Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" textline " " bitfld.long 0x00 0.--3. " BR ,Baud Rate Scaler" "2,4,6,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768" else hgroup.long 0x10++0x3 hide.long 0x00 "SPI0_CTAR1,DSPI0 Clock and Transfer Attributes Register 1" endif if ((per.l(ad:0x4002C000)&0x80000000)==0x80000000) group.long 0x14++0x3 line.long 0x00 "SPI0_CTAR2,DSPI0 Clock and Transfer Attributes Register 2" bitfld.long 0x00 31. " DBR ,Double Baud Rate" "Normal,Doubled" bitfld.long 0x00 27.--30. " FMSZ ,Frame Size" "Reserved,Reserved,Reserved,4,5,6,7,8,9,10,11,12,13,14,15,16" bitfld.long 0x00 26. " CPOL ,Clock Polarity" "Inactive low,Inactive high" bitfld.long 0x00 25. " CPHA ,Clock Phase" "Changed,Captured" textline " " bitfld.long 0x00 24. " LSBFE ,LBS First" "MSB,LSB" bitfld.long 0x00 22.--23. " PCSSCK ,PCS to SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 20.--21. " PASC ,After SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 18.--19. " PDT ,Delay after Transfer Prescaler" "1,3,5,7" textline " " bitfld.long 0x00 16.--17. " PBR ,Baud Rate Prescaler" "2,3,5,7" bitfld.long 0x00 12.--15. " CSSCK ,PCS to SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 8.--11. " ASC ,After SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 4.--7. " DT ,Delay After Transfer Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" textline " " bitfld.long 0x00 0.--3. " BR ,Baud Rate Scaler" "2,4,6,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768" else hgroup.long 0x14++0x3 hide.long 0x00 "SPI0_CTAR2,DSPI0 Clock and Transfer Attributes Register 2" endif if ((per.l(ad:0x4002C000)&0x80000000)==0x80000000) group.long 0x18++0x3 line.long 0x00 "SPI0_CTAR3,DSPI0 Clock and Transfer Attributes Register 3" bitfld.long 0x00 31. " DBR ,Double Baud Rate" "Normal,Doubled" bitfld.long 0x00 27.--30. " FMSZ ,Frame Size" "Reserved,Reserved,Reserved,4,5,6,7,8,9,10,11,12,13,14,15,16" bitfld.long 0x00 26. " CPOL ,Clock Polarity" "Inactive low,Inactive high" bitfld.long 0x00 25. " CPHA ,Clock Phase" "Changed,Captured" textline " " bitfld.long 0x00 24. " LSBFE ,LBS First" "MSB,LSB" bitfld.long 0x00 22.--23. " PCSSCK ,PCS to SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 20.--21. " PASC ,After SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 18.--19. " PDT ,Delay after Transfer Prescaler" "1,3,5,7" textline " " bitfld.long 0x00 16.--17. " PBR ,Baud Rate Prescaler" "2,3,5,7" bitfld.long 0x00 12.--15. " CSSCK ,PCS to SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 8.--11. " ASC ,After SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 4.--7. " DT ,Delay After Transfer Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" textline " " bitfld.long 0x00 0.--3. " BR ,Baud Rate Scaler" "2,4,6,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768" else hgroup.long 0x18++0x3 hide.long 0x00 "SPI0_CTAR3,DSPI0 Clock and Transfer Attributes Register 3" endif group.long 0x2c++0x7 line.long 0x00 "SPI0_SR,DSPI0 Status Register" eventfld.long 0x00 31. " TCF ,Transfer Complete Flag" "Not completed,Completed" eventfld.long 0x00 30. " TXRXS ,TX and RX Status" "Disabled,Enabled" eventfld.long 0x00 28. " EOQF ,End of Queue Flag" "Not occured,Occured" eventfld.long 0x00 27. " TFUF ,Transmit FIFO Underflow Flag" "No underflow,Underflow" textline " " eventfld.long 0x00 25. " TFFF ,Transmit FIFO Fill Flag" "Full,Not full" eventfld.long 0x00 21. " SPEF ,SPI Parity Error Flag" "No error,Error" eventfld.long 0x00 19. " RFOF ,Receive FIFO Overflow Flag" "No overflow,Overflow" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x00 17. " RFDF ,Receive FIFO Drain Flag" "Empty,Not empty" else eventfld.long 0x00 17. " RFDF ,Receive FIFO Drain Flag" "Empty,Not empty" endif textline " " bitfld.long 0x00 12.--15. " TXCTR ,TX FIFO Counter" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 8.--11. " TXNXTPTR ,Transmit Next Pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 4.--7. " RXCTR ,RX FIFO Counter" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 0.--3. " POPNXTPTR ,Pop Next Pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "SPI0_RSER,DSPI0 DMA/Interrupt Request Select and Enable Register" bitfld.long 0x04 31. " TCF_RE ,Transmission Complete Request Enable" "Disabled,Enabled" bitfld.long 0x04 28. " EOQF_RE ,DSPI Finished Request Enable" "Disabled,Enabled" bitfld.long 0x04 27. " TFUF_RE ,Transmit FIFO Underflow Request Enable" "Disabled,Enabled" bitfld.long 0x04 25. " TFFF_RE ,Transmit FIFO Fill Request Enable" "Disabled,Enabled" textline " " bitfld.long 0x04 24. " TFFF_DIRS ,Transmit FIFO Fill DMA / Interrupt Request Select" "Interrupt,DMA" bitfld.long 0x04 21. " SPEF_RE ,SPI Parity Error Request Enable" "Disabled,Enabled" bitfld.long 0x04 19. " RFOF_RE ,Receive FIFO Overflow Request Enable" "Disabled,Enabled" bitfld.long 0x04 17. " RFDF_RE ,Receive FIFO Drain Request Enable" "Disabled,Enabled" textline " " bitfld.long 0x04 16. " RFDF_DIRS ,Receive FIFO Drain DMA / Interrupt Request Select" "Interrupt,DMA" if ((per.l(ad:0x4002C000)&0x80000000)==0x80000000) group.long 0x34++0x3 line.long 0x00 "SPI0_PUSHR,DSPI0 PUSH TX FIFO Register" bitfld.long 0x00 31. " CONT ,Continuous Peripheral Chip Select Enable" "Return to inactive,Keep asserted" bitfld.long 0x00 28.--30. " CTAS ,Clock and Transfer Attributes Select" "CTAR0,CTAR1,CTAR2,CTAR3,?..." bitfld.long 0x00 27. " EOQ ,End Of Queue" "Not ended,Ended" bitfld.long 0x00 26. " CTCNT ,Clear Transfer Counter" "-,Cleared" textline " " bitfld.long 0x00 25. " PE_MASC ,Parity Enable or Mask TASC delay in the current frame" "Disabled,Enabled" bitfld.long 0x00 24. " PP_MCSC ,Parity Polarity or Mask TCSC delay in the next frame" "Even,Odd" bitfld.long 0x00 21. " PCS5 ,PCS 5 Signal Assertion" "Negated,Asserted" textline " " bitfld.long 0x00 20. " PCS4 ,PCS 4 Signal Assertion" "Negated,Asserted" bitfld.long 0x00 19. " PCS3 ,PCS 3 Signal Assertion" "Negated,Asserted" bitfld.long 0x00 18. " PCS2 ,PCS 2 Signal Assertion" "Negated,Asserted" textline " " bitfld.long 0x00 17. " PCS1 ,PCS 1 Signal Assertion" "Negated,Asserted" bitfld.long 0x00 16. " PCS0 ,PCS 0 Signal Assertion" "Negated,Asserted" hexmask.long.word 0x00 0.--15. 1. " TXDATA ,Transmit Data" else group.long 0x34++0x3 line.long 0x00 "SPI0_PUSHR_SLAVE,DSPI0 PUSH TX FIFO Register" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") hexmask.long.word 0x00 0.--15. 1. " TXDATA ,Transmit Data" endif endif rgroup.long 0x38++0x3 line.long 0x00 "SPI0_POPR,DSPI0 POP RX FIFO Register" if ((per.l(ad:0x4002C000)&0x80000000)==0x80000000) rgroup.long 0x3c++0x0f "DSPI0 Tx FIFO Registers" line.long 0x0 "SPI0_TXFR0,DSPI0 Transmit FIFO Register 0" hexmask.long.word 0x0 16.--31. 1. " TXCMD ,Transmit Command" hexmask.long.word 0x0 0.--15. 1. " TXDATA ,Transmit Data" line.long 0x4 "SPI0_TXFR1,DSPI0 Transmit FIFO Register 1" hexmask.long.word 0x4 16.--31. 1. " TXCMD ,Transmit Command" hexmask.long.word 0x4 0.--15. 1. " TXDATA ,Transmit Data" line.long 0x8 "SPI0_TXFR2,DSPI0 Transmit FIFO Register 2" hexmask.long.word 0x8 16.--31. 1. " TXCMD ,Transmit Command" hexmask.long.word 0x8 0.--15. 1. " TXDATA ,Transmit Data" line.long 0xC "SPI0_TXFR3,DSPI0 Transmit FIFO Register 3" hexmask.long.word 0xC 16.--31. 1. " TXCMD ,Transmit Command" hexmask.long.word 0xC 0.--15. 1. " TXDATA ,Transmit Data" else rgroup.long 0x3c++0x0f "DSPI0 Tx FIFO Registers" line.long 0x0 "SPI0_TXFR0,DSPI0 Transmit FIFO Register 0" hexmask.long.word 0x0 0.--15. 1. " TXDATA ,Transmit Data" line.long 0x4 "SPI0_TXFR1,DSPI0 Transmit FIFO Register 1" hexmask.long.word 0x4 0.--15. 1. " TXDATA ,Transmit Data" line.long 0x8 "SPI0_TXFR2,DSPI0 Transmit FIFO Register 2" hexmask.long.word 0x8 0.--15. 1. " TXDATA ,Transmit Data" line.long 0xC "SPI0_TXFR3,DSPI0 Transmit FIFO Register 3" hexmask.long.word 0xC 0.--15. 1. " TXDATA ,Transmit Data" endif hgroup.long 0x7c++0x0f "DSPI0 Rx FIFO Registers" hide.long 0x0 "SPI0_RXFR0,DSPI0 Receive FIFO Register 0" in hide.long 0x4 "SPI0_RXFR1,DSPI0 Receive FIFO Register 1" in hide.long 0x8 "SPI0_RXFR2,DSPI0 Receive FIFO Register 2" in hide.long 0xC "SPI0_RXFR3,DSPI0 Receive FIFO Register 3" in width 11. tree.end tree "SPI1" base ad:0x4002D000 width 17. group.long 0x00++0x3 line.long 0x00 "SPI1_MCR,DSPI1 Module Configuration Register" bitfld.long 0x00 31. " MSTR ,Master/Slave Mode Select" "Slave,Master" bitfld.long 0x00 30. " CONT_SCKE ,Continuous SCK Enable" "Disabled,Enabled" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 28.--29. " DCONF ,DSPI1 Configuration" "SPI,?..." else bitfld.long 0x00 28.--29. " DCONF ,DSPI1 Configuration" "SPI,?..." endif textline " " bitfld.long 0x00 27. " FRZ ,Freeze Serial Transfers" "Not halted,Halted" bitfld.long 0x00 26. " MTFE ,Modified Timing Format Enable" "Disabled,Enabled" bitfld.long 0x00 25. " PCSSE ,Peripheral Chip Select Strobe Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 24. " ROOE ,Receive FIFO Overflow Overwrite Enable" "Disabled,Enabled" bitfld.long 0x00 21. " PCSIS5 ,Peripheral Chip Select 5 Inactive State" "Low,High" bitfld.long 0x00 20. " PCSIS4 ,Peripheral Chip Select 4 Inactive State" "Low,High" textline " " bitfld.long 0x00 19. " PCSIS3 ,Peripheral Chip Select 3 Inactive State" "Low,High" bitfld.long 0x00 18. " PCSIS2 ,Peripheral Chip Select 2 Inactive State" "Low,High" bitfld.long 0x00 17. " PCSIS1 ,Peripheral Chip Select 1 Inactive State" "Low,High" textline " " bitfld.long 0x00 16. " PCSIS0 ,Peripheral Chip Select 0 Inactive State" "Low,High" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x00 15. " DOZE ,Doze Enable" "Disabled,Enabled" endif bitfld.long 0x00 14. " MDIS ,Module Disable" "No,Yes" textline " " bitfld.long 0x00 13. " DIS_TXF ,Disable Transmit FIFO" "No,Yes" bitfld.long 0x00 12. " DIS_RXF ,Disable Receive FIFO" "No,Yes" bitfld.long 0x00 11. " CLR_TXF ,Clear TX FIFO" "-,Cleared" textline " " bitfld.long 0x00 10. " CLR_RXF ,Clear RX FIFO" "-,Cleared" bitfld.long 0x00 8.--9. " SMPL_PT ,Sample Point" "0,1,2,?..." bitfld.long 0x00 2. " FCPCS ,Fast Continuous PCS Mode" "Normal,Fast" textline " " bitfld.long 0x00 1. " PES ,Parity Error Stop" "Continued,Stopped" bitfld.long 0x00 0. " HALT ,Halt DSPI transfers" "Started,Stopped" group.long 0x08++0x3 line.long 0x00 "SPI1_TCR,DSPI1 Transfer Count Register" hexmask.long.word 0x00 16.--31. 1. " SPI_TCNT ,SPI Transfer Counter" if ((per.l(ad:0x4002D000)&0x80000000)==0x80000000) group.long 0xC++0x3 line.long 0x00 "SPI1_CTAR0,DSPI1 Clock and Transfer Attributes Register 0" bitfld.long 0x00 31. " DBR ,Double Baud Rate" "Normal,Doubled" bitfld.long 0x00 27.--30. " FMSZ ,Frame Size" "Reserved,Reserved,Reserved,4,5,6,7,8,9,10,11,12,13,14,15,16" bitfld.long 0x00 26. " CPOL ,Clock Polarity" "Inactive low,Inactive high" bitfld.long 0x00 25. " CPHA ,Clock Phase" "Changed,Captured" textline " " bitfld.long 0x00 24. " LSBFE ,LBS First" "MSB,LSB" bitfld.long 0x00 22.--23. " PCSSCK ,PCS to SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 20.--21. " PASC ,After SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 18.--19. " PDT ,Delay after Transfer Prescaler" "1,3,5,7" textline " " bitfld.long 0x00 16.--17. " PBR ,Baud Rate Prescaler" "2,3,5,7" bitfld.long 0x00 12.--15. " CSSCK ,PCS to SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 8.--11. " ASC ,After SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 4.--7. " DT ,Delay After Transfer Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" textline " " bitfld.long 0x00 0.--3. " BR ,Baud Rate Scaler" "2,4,6,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768" else group.long 0xC++0x3 line.long 0x00 "SPI1_CTAR0_SLAVE,DSPI1 Clock and Transfer Attributes Register 0" bitfld.long 0x00 27.--31. " FMSZ ,Frame Size" "Reserved,Reserved,Reserved,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 0x00 26. " CPOL ,Clock Polarity" "Inactive low,Inactive high" bitfld.long 0x00 25. " CPHA ,Clock Phase" "Changed,Captured" textline " " bitfld.long 0x00 24. " PE ,Parity Enable" "Disabled,Enabled" bitfld.long 0x00 23. " PP ,Parity Polarity" "Even,Odd" endif if ((per.l(ad:0x4002D000)&0x80000000)==0x80000000) group.long 0x10++0x3 line.long 0x00 "SPI1_CTAR1,DSPI1 Clock and Transfer Attributes Register 1" bitfld.long 0x00 31. " DBR ,Double Baud Rate" "Normal,Doubled" bitfld.long 0x00 27.--30. " FMSZ ,Frame Size" "Reserved,Reserved,Reserved,4,5,6,7,8,9,10,11,12,13,14,15,16" bitfld.long 0x00 26. " CPOL ,Clock Polarity" "Inactive low,Inactive high" bitfld.long 0x00 25. " CPHA ,Clock Phase" "Changed,Captured" textline " " bitfld.long 0x00 24. " LSBFE ,LBS First" "MSB,LSB" bitfld.long 0x00 22.--23. " PCSSCK ,PCS to SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 20.--21. " PASC ,After SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 18.--19. " PDT ,Delay after Transfer Prescaler" "1,3,5,7" textline " " bitfld.long 0x00 16.--17. " PBR ,Baud Rate Prescaler" "2,3,5,7" bitfld.long 0x00 12.--15. " CSSCK ,PCS to SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 8.--11. " ASC ,After SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 4.--7. " DT ,Delay After Transfer Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" textline " " bitfld.long 0x00 0.--3. " BR ,Baud Rate Scaler" "2,4,6,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768" else hgroup.long 0x10++0x3 hide.long 0x00 "SPI1_CTAR1,DSPI1 Clock and Transfer Attributes Register 1" endif if ((per.l(ad:0x4002D000)&0x80000000)==0x80000000) group.long 0x14++0x3 line.long 0x00 "SPI1_CTAR2,DSPI1 Clock and Transfer Attributes Register 2" bitfld.long 0x00 31. " DBR ,Double Baud Rate" "Normal,Doubled" bitfld.long 0x00 27.--30. " FMSZ ,Frame Size" "Reserved,Reserved,Reserved,4,5,6,7,8,9,10,11,12,13,14,15,16" bitfld.long 0x00 26. " CPOL ,Clock Polarity" "Inactive low,Inactive high" bitfld.long 0x00 25. " CPHA ,Clock Phase" "Changed,Captured" textline " " bitfld.long 0x00 24. " LSBFE ,LBS First" "MSB,LSB" bitfld.long 0x00 22.--23. " PCSSCK ,PCS to SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 20.--21. " PASC ,After SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 18.--19. " PDT ,Delay after Transfer Prescaler" "1,3,5,7" textline " " bitfld.long 0x00 16.--17. " PBR ,Baud Rate Prescaler" "2,3,5,7" bitfld.long 0x00 12.--15. " CSSCK ,PCS to SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 8.--11. " ASC ,After SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 4.--7. " DT ,Delay After Transfer Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" textline " " bitfld.long 0x00 0.--3. " BR ,Baud Rate Scaler" "2,4,6,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768" else hgroup.long 0x14++0x3 hide.long 0x00 "SPI1_CTAR2,DSPI1 Clock and Transfer Attributes Register 2" endif if ((per.l(ad:0x4002D000)&0x80000000)==0x80000000) group.long 0x18++0x3 line.long 0x00 "SPI1_CTAR3,DSPI1 Clock and Transfer Attributes Register 3" bitfld.long 0x00 31. " DBR ,Double Baud Rate" "Normal,Doubled" bitfld.long 0x00 27.--30. " FMSZ ,Frame Size" "Reserved,Reserved,Reserved,4,5,6,7,8,9,10,11,12,13,14,15,16" bitfld.long 0x00 26. " CPOL ,Clock Polarity" "Inactive low,Inactive high" bitfld.long 0x00 25. " CPHA ,Clock Phase" "Changed,Captured" textline " " bitfld.long 0x00 24. " LSBFE ,LBS First" "MSB,LSB" bitfld.long 0x00 22.--23. " PCSSCK ,PCS to SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 20.--21. " PASC ,After SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 18.--19. " PDT ,Delay after Transfer Prescaler" "1,3,5,7" textline " " bitfld.long 0x00 16.--17. " PBR ,Baud Rate Prescaler" "2,3,5,7" bitfld.long 0x00 12.--15. " CSSCK ,PCS to SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 8.--11. " ASC ,After SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 4.--7. " DT ,Delay After Transfer Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" textline " " bitfld.long 0x00 0.--3. " BR ,Baud Rate Scaler" "2,4,6,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768" else hgroup.long 0x18++0x3 hide.long 0x00 "SPI1_CTAR3,DSPI1 Clock and Transfer Attributes Register 3" endif group.long 0x2c++0x7 line.long 0x00 "SPI1_SR,DSPI1 Status Register" eventfld.long 0x00 31. " TCF ,Transfer Complete Flag" "Not completed,Completed" eventfld.long 0x00 30. " TXRXS ,TX and RX Status" "Disabled,Enabled" eventfld.long 0x00 28. " EOQF ,End of Queue Flag" "Not occured,Occured" eventfld.long 0x00 27. " TFUF ,Transmit FIFO Underflow Flag" "No underflow,Underflow" textline " " eventfld.long 0x00 25. " TFFF ,Transmit FIFO Fill Flag" "Full,Not full" eventfld.long 0x00 21. " SPEF ,SPI Parity Error Flag" "No error,Error" eventfld.long 0x00 19. " RFOF ,Receive FIFO Overflow Flag" "No overflow,Overflow" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x00 17. " RFDF ,Receive FIFO Drain Flag" "Empty,Not empty" else eventfld.long 0x00 17. " RFDF ,Receive FIFO Drain Flag" "Empty,Not empty" endif textline " " bitfld.long 0x00 12.--15. " TXCTR ,TX FIFO Counter" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 8.--11. " TXNXTPTR ,Transmit Next Pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 4.--7. " RXCTR ,RX FIFO Counter" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 0.--3. " POPNXTPTR ,Pop Next Pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "SPI1_RSER,DSPI1 DMA/Interrupt Request Select and Enable Register" bitfld.long 0x04 31. " TCF_RE ,Transmission Complete Request Enable" "Disabled,Enabled" bitfld.long 0x04 28. " EOQF_RE ,DSPI Finished Request Enable" "Disabled,Enabled" bitfld.long 0x04 27. " TFUF_RE ,Transmit FIFO Underflow Request Enable" "Disabled,Enabled" bitfld.long 0x04 25. " TFFF_RE ,Transmit FIFO Fill Request Enable" "Disabled,Enabled" textline " " bitfld.long 0x04 24. " TFFF_DIRS ,Transmit FIFO Fill DMA / Interrupt Request Select" "Interrupt,DMA" bitfld.long 0x04 21. " SPEF_RE ,SPI Parity Error Request Enable" "Disabled,Enabled" bitfld.long 0x04 19. " RFOF_RE ,Receive FIFO Overflow Request Enable" "Disabled,Enabled" bitfld.long 0x04 17. " RFDF_RE ,Receive FIFO Drain Request Enable" "Disabled,Enabled" textline " " bitfld.long 0x04 16. " RFDF_DIRS ,Receive FIFO Drain DMA / Interrupt Request Select" "Interrupt,DMA" if ((per.l(ad:0x4002D000)&0x80000000)==0x80000000) group.long 0x34++0x3 line.long 0x00 "SPI1_PUSHR,DSPI1 PUSH TX FIFO Register" bitfld.long 0x00 31. " CONT ,Continuous Peripheral Chip Select Enable" "Return to inactive,Keep asserted" bitfld.long 0x00 28.--30. " CTAS ,Clock and Transfer Attributes Select" "CTAR0,CTAR1,CTAR2,CTAR3,?..." bitfld.long 0x00 27. " EOQ ,End Of Queue" "Not ended,Ended" bitfld.long 0x00 26. " CTCNT ,Clear Transfer Counter" "-,Cleared" textline " " bitfld.long 0x00 25. " PE_MASC ,Parity Enable or Mask TASC delay in the current frame" "Disabled,Enabled" bitfld.long 0x00 24. " PP_MCSC ,Parity Polarity or Mask TCSC delay in the next frame" "Even,Odd" bitfld.long 0x00 21. " PCS5 ,PCS 5 Signal Assertion" "Negated,Asserted" textline " " bitfld.long 0x00 20. " PCS4 ,PCS 4 Signal Assertion" "Negated,Asserted" bitfld.long 0x00 19. " PCS3 ,PCS 3 Signal Assertion" "Negated,Asserted" bitfld.long 0x00 18. " PCS2 ,PCS 2 Signal Assertion" "Negated,Asserted" textline " " bitfld.long 0x00 17. " PCS1 ,PCS 1 Signal Assertion" "Negated,Asserted" bitfld.long 0x00 16. " PCS0 ,PCS 0 Signal Assertion" "Negated,Asserted" hexmask.long.word 0x00 0.--15. 1. " TXDATA ,Transmit Data" else group.long 0x34++0x3 line.long 0x00 "SPI1_PUSHR_SLAVE,DSPI1 PUSH TX FIFO Register" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") hexmask.long.word 0x00 0.--15. 1. " TXDATA ,Transmit Data" endif endif rgroup.long 0x38++0x3 line.long 0x00 "SPI1_POPR,DSPI1 POP RX FIFO Register" if ((per.l(ad:0x4002D000)&0x80000000)==0x80000000) rgroup.long 0x3c++0x0f "DSPI1 Tx FIFO Registers" line.long 0x0 "SPI1_TXFR0,DSPI1 Transmit FIFO Register 0" hexmask.long.word 0x0 16.--31. 1. " TXCMD ,Transmit Command" hexmask.long.word 0x0 0.--15. 1. " TXDATA ,Transmit Data" line.long 0x4 "SPI1_TXFR1,DSPI1 Transmit FIFO Register 1" hexmask.long.word 0x4 16.--31. 1. " TXCMD ,Transmit Command" hexmask.long.word 0x4 0.--15. 1. " TXDATA ,Transmit Data" line.long 0x8 "SPI1_TXFR2,DSPI1 Transmit FIFO Register 2" hexmask.long.word 0x8 16.--31. 1. " TXCMD ,Transmit Command" hexmask.long.word 0x8 0.--15. 1. " TXDATA ,Transmit Data" line.long 0xC "SPI1_TXFR3,DSPI1 Transmit FIFO Register 3" hexmask.long.word 0xC 16.--31. 1. " TXCMD ,Transmit Command" hexmask.long.word 0xC 0.--15. 1. " TXDATA ,Transmit Data" else rgroup.long 0x3c++0x0f "DSPI1 Tx FIFO Registers" line.long 0x0 "SPI1_TXFR0,DSPI1 Transmit FIFO Register 0" hexmask.long.word 0x0 0.--15. 1. " TXDATA ,Transmit Data" line.long 0x4 "SPI1_TXFR1,DSPI1 Transmit FIFO Register 1" hexmask.long.word 0x4 0.--15. 1. " TXDATA ,Transmit Data" line.long 0x8 "SPI1_TXFR2,DSPI1 Transmit FIFO Register 2" hexmask.long.word 0x8 0.--15. 1. " TXDATA ,Transmit Data" line.long 0xC "SPI1_TXFR3,DSPI1 Transmit FIFO Register 3" hexmask.long.word 0xC 0.--15. 1. " TXDATA ,Transmit Data" endif hgroup.long 0x7c++0x0f "DSPI1 Rx FIFO Registers" hide.long 0x0 "SPI1_RXFR0,DSPI1 Receive FIFO Register 0" in hide.long 0x4 "SPI1_RXFR1,DSPI1 Receive FIFO Register 1" in hide.long 0x8 "SPI1_RXFR2,DSPI1 Receive FIFO Register 2" in hide.long 0xC "SPI1_RXFR3,DSPI1 Receive FIFO Register 3" in width 11. tree.end tree "SPI2" base ad:0x400AC000 width 17. group.long 0x00++0x3 line.long 0x00 "SPI2_MCR,DSPI2 Module Configuration Register" bitfld.long 0x00 31. " MSTR ,Master/Slave Mode Select" "Slave,Master" bitfld.long 0x00 30. " CONT_SCKE ,Continuous SCK Enable" "Disabled,Enabled" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 28.--29. " DCONF ,DSPI2 Configuration" "SPI,?..." else bitfld.long 0x00 28.--29. " DCONF ,DSPI2 Configuration" "SPI,?..." endif textline " " bitfld.long 0x00 27. " FRZ ,Freeze Serial Transfers" "Not halted,Halted" bitfld.long 0x00 26. " MTFE ,Modified Timing Format Enable" "Disabled,Enabled" bitfld.long 0x00 25. " PCSSE ,Peripheral Chip Select Strobe Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 24. " ROOE ,Receive FIFO Overflow Overwrite Enable" "Disabled,Enabled" bitfld.long 0x00 21. " PCSIS5 ,Peripheral Chip Select 5 Inactive State" "Low,High" bitfld.long 0x00 20. " PCSIS4 ,Peripheral Chip Select 4 Inactive State" "Low,High" textline " " bitfld.long 0x00 19. " PCSIS3 ,Peripheral Chip Select 3 Inactive State" "Low,High" bitfld.long 0x00 18. " PCSIS2 ,Peripheral Chip Select 2 Inactive State" "Low,High" bitfld.long 0x00 17. " PCSIS1 ,Peripheral Chip Select 1 Inactive State" "Low,High" textline " " bitfld.long 0x00 16. " PCSIS0 ,Peripheral Chip Select 0 Inactive State" "Low,High" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x00 15. " DOZE ,Doze Enable" "Disabled,Enabled" endif bitfld.long 0x00 14. " MDIS ,Module Disable" "No,Yes" textline " " bitfld.long 0x00 13. " DIS_TXF ,Disable Transmit FIFO" "No,Yes" bitfld.long 0x00 12. " DIS_RXF ,Disable Receive FIFO" "No,Yes" bitfld.long 0x00 11. " CLR_TXF ,Clear TX FIFO" "-,Cleared" textline " " bitfld.long 0x00 10. " CLR_RXF ,Clear RX FIFO" "-,Cleared" bitfld.long 0x00 8.--9. " SMPL_PT ,Sample Point" "0,1,2,?..." bitfld.long 0x00 2. " FCPCS ,Fast Continuous PCS Mode" "Normal,Fast" textline " " bitfld.long 0x00 1. " PES ,Parity Error Stop" "Continued,Stopped" bitfld.long 0x00 0. " HALT ,Halt DSPI transfers" "Started,Stopped" group.long 0x08++0x3 line.long 0x00 "SPI2_TCR,DSPI2 Transfer Count Register" hexmask.long.word 0x00 16.--31. 1. " SPI_TCNT ,SPI Transfer Counter" if ((per.l(ad:0x400AC000)&0x80000000)==0x80000000) group.long 0xC++0x3 line.long 0x00 "SPI2_CTAR0,DSPI2 Clock and Transfer Attributes Register 0" bitfld.long 0x00 31. " DBR ,Double Baud Rate" "Normal,Doubled" bitfld.long 0x00 27.--30. " FMSZ ,Frame Size" "Reserved,Reserved,Reserved,4,5,6,7,8,9,10,11,12,13,14,15,16" bitfld.long 0x00 26. " CPOL ,Clock Polarity" "Inactive low,Inactive high" bitfld.long 0x00 25. " CPHA ,Clock Phase" "Changed,Captured" textline " " bitfld.long 0x00 24. " LSBFE ,LBS First" "MSB,LSB" bitfld.long 0x00 22.--23. " PCSSCK ,PCS to SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 20.--21. " PASC ,After SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 18.--19. " PDT ,Delay after Transfer Prescaler" "1,3,5,7" textline " " bitfld.long 0x00 16.--17. " PBR ,Baud Rate Prescaler" "2,3,5,7" bitfld.long 0x00 12.--15. " CSSCK ,PCS to SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 8.--11. " ASC ,After SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 4.--7. " DT ,Delay After Transfer Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" textline " " bitfld.long 0x00 0.--3. " BR ,Baud Rate Scaler" "2,4,6,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768" else group.long 0xC++0x3 line.long 0x00 "SPI2_CTAR0_SLAVE,DSPI2 Clock and Transfer Attributes Register 0" bitfld.long 0x00 27.--31. " FMSZ ,Frame Size" "Reserved,Reserved,Reserved,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 0x00 26. " CPOL ,Clock Polarity" "Inactive low,Inactive high" bitfld.long 0x00 25. " CPHA ,Clock Phase" "Changed,Captured" textline " " bitfld.long 0x00 24. " PE ,Parity Enable" "Disabled,Enabled" bitfld.long 0x00 23. " PP ,Parity Polarity" "Even,Odd" endif if ((per.l(ad:0x400AC000)&0x80000000)==0x80000000) group.long 0x10++0x3 line.long 0x00 "SPI2_CTAR1,DSPI2 Clock and Transfer Attributes Register 1" bitfld.long 0x00 31. " DBR ,Double Baud Rate" "Normal,Doubled" bitfld.long 0x00 27.--30. " FMSZ ,Frame Size" "Reserved,Reserved,Reserved,4,5,6,7,8,9,10,11,12,13,14,15,16" bitfld.long 0x00 26. " CPOL ,Clock Polarity" "Inactive low,Inactive high" bitfld.long 0x00 25. " CPHA ,Clock Phase" "Changed,Captured" textline " " bitfld.long 0x00 24. " LSBFE ,LBS First" "MSB,LSB" bitfld.long 0x00 22.--23. " PCSSCK ,PCS to SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 20.--21. " PASC ,After SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 18.--19. " PDT ,Delay after Transfer Prescaler" "1,3,5,7" textline " " bitfld.long 0x00 16.--17. " PBR ,Baud Rate Prescaler" "2,3,5,7" bitfld.long 0x00 12.--15. " CSSCK ,PCS to SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 8.--11. " ASC ,After SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 4.--7. " DT ,Delay After Transfer Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" textline " " bitfld.long 0x00 0.--3. " BR ,Baud Rate Scaler" "2,4,6,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768" else hgroup.long 0x10++0x3 hide.long 0x00 "SPI2_CTAR1,DSPI2 Clock and Transfer Attributes Register 1" endif if ((per.l(ad:0x400AC000)&0x80000000)==0x80000000) group.long 0x14++0x3 line.long 0x00 "SPI2_CTAR2,DSPI2 Clock and Transfer Attributes Register 2" bitfld.long 0x00 31. " DBR ,Double Baud Rate" "Normal,Doubled" bitfld.long 0x00 27.--30. " FMSZ ,Frame Size" "Reserved,Reserved,Reserved,4,5,6,7,8,9,10,11,12,13,14,15,16" bitfld.long 0x00 26. " CPOL ,Clock Polarity" "Inactive low,Inactive high" bitfld.long 0x00 25. " CPHA ,Clock Phase" "Changed,Captured" textline " " bitfld.long 0x00 24. " LSBFE ,LBS First" "MSB,LSB" bitfld.long 0x00 22.--23. " PCSSCK ,PCS to SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 20.--21. " PASC ,After SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 18.--19. " PDT ,Delay after Transfer Prescaler" "1,3,5,7" textline " " bitfld.long 0x00 16.--17. " PBR ,Baud Rate Prescaler" "2,3,5,7" bitfld.long 0x00 12.--15. " CSSCK ,PCS to SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 8.--11. " ASC ,After SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 4.--7. " DT ,Delay After Transfer Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" textline " " bitfld.long 0x00 0.--3. " BR ,Baud Rate Scaler" "2,4,6,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768" else hgroup.long 0x14++0x3 hide.long 0x00 "SPI2_CTAR2,DSPI2 Clock and Transfer Attributes Register 2" endif if ((per.l(ad:0x400AC000)&0x80000000)==0x80000000) group.long 0x18++0x3 line.long 0x00 "SPI2_CTAR3,DSPI2 Clock and Transfer Attributes Register 3" bitfld.long 0x00 31. " DBR ,Double Baud Rate" "Normal,Doubled" bitfld.long 0x00 27.--30. " FMSZ ,Frame Size" "Reserved,Reserved,Reserved,4,5,6,7,8,9,10,11,12,13,14,15,16" bitfld.long 0x00 26. " CPOL ,Clock Polarity" "Inactive low,Inactive high" bitfld.long 0x00 25. " CPHA ,Clock Phase" "Changed,Captured" textline " " bitfld.long 0x00 24. " LSBFE ,LBS First" "MSB,LSB" bitfld.long 0x00 22.--23. " PCSSCK ,PCS to SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 20.--21. " PASC ,After SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 18.--19. " PDT ,Delay after Transfer Prescaler" "1,3,5,7" textline " " bitfld.long 0x00 16.--17. " PBR ,Baud Rate Prescaler" "2,3,5,7" bitfld.long 0x00 12.--15. " CSSCK ,PCS to SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 8.--11. " ASC ,After SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 4.--7. " DT ,Delay After Transfer Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" textline " " bitfld.long 0x00 0.--3. " BR ,Baud Rate Scaler" "2,4,6,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768" else hgroup.long 0x18++0x3 hide.long 0x00 "SPI2_CTAR3,DSPI2 Clock and Transfer Attributes Register 3" endif group.long 0x2c++0x7 line.long 0x00 "SPI2_SR,DSPI2 Status Register" eventfld.long 0x00 31. " TCF ,Transfer Complete Flag" "Not completed,Completed" eventfld.long 0x00 30. " TXRXS ,TX and RX Status" "Disabled,Enabled" eventfld.long 0x00 28. " EOQF ,End of Queue Flag" "Not occured,Occured" eventfld.long 0x00 27. " TFUF ,Transmit FIFO Underflow Flag" "No underflow,Underflow" textline " " eventfld.long 0x00 25. " TFFF ,Transmit FIFO Fill Flag" "Full,Not full" eventfld.long 0x00 21. " SPEF ,SPI Parity Error Flag" "No error,Error" eventfld.long 0x00 19. " RFOF ,Receive FIFO Overflow Flag" "No overflow,Overflow" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x00 17. " RFDF ,Receive FIFO Drain Flag" "Empty,Not empty" else eventfld.long 0x00 17. " RFDF ,Receive FIFO Drain Flag" "Empty,Not empty" endif textline " " bitfld.long 0x00 12.--15. " TXCTR ,TX FIFO Counter" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 8.--11. " TXNXTPTR ,Transmit Next Pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 4.--7. " RXCTR ,RX FIFO Counter" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 0.--3. " POPNXTPTR ,Pop Next Pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "SPI2_RSER,DSPI2 DMA/Interrupt Request Select and Enable Register" bitfld.long 0x04 31. " TCF_RE ,Transmission Complete Request Enable" "Disabled,Enabled" bitfld.long 0x04 28. " EOQF_RE ,DSPI Finished Request Enable" "Disabled,Enabled" bitfld.long 0x04 27. " TFUF_RE ,Transmit FIFO Underflow Request Enable" "Disabled,Enabled" bitfld.long 0x04 25. " TFFF_RE ,Transmit FIFO Fill Request Enable" "Disabled,Enabled" textline " " bitfld.long 0x04 24. " TFFF_DIRS ,Transmit FIFO Fill DMA / Interrupt Request Select" "Interrupt,DMA" bitfld.long 0x04 21. " SPEF_RE ,SPI Parity Error Request Enable" "Disabled,Enabled" bitfld.long 0x04 19. " RFOF_RE ,Receive FIFO Overflow Request Enable" "Disabled,Enabled" bitfld.long 0x04 17. " RFDF_RE ,Receive FIFO Drain Request Enable" "Disabled,Enabled" textline " " bitfld.long 0x04 16. " RFDF_DIRS ,Receive FIFO Drain DMA / Interrupt Request Select" "Interrupt,DMA" if ((per.l(ad:0x400AC000)&0x80000000)==0x80000000) group.long 0x34++0x3 line.long 0x00 "SPI2_PUSHR,DSPI2 PUSH TX FIFO Register" bitfld.long 0x00 31. " CONT ,Continuous Peripheral Chip Select Enable" "Return to inactive,Keep asserted" bitfld.long 0x00 28.--30. " CTAS ,Clock and Transfer Attributes Select" "CTAR0,CTAR1,CTAR2,CTAR3,?..." bitfld.long 0x00 27. " EOQ ,End Of Queue" "Not ended,Ended" bitfld.long 0x00 26. " CTCNT ,Clear Transfer Counter" "-,Cleared" textline " " bitfld.long 0x00 25. " PE_MASC ,Parity Enable or Mask TASC delay in the current frame" "Disabled,Enabled" bitfld.long 0x00 24. " PP_MCSC ,Parity Polarity or Mask TCSC delay in the next frame" "Even,Odd" bitfld.long 0x00 21. " PCS5 ,PCS 5 Signal Assertion" "Negated,Asserted" textline " " bitfld.long 0x00 20. " PCS4 ,PCS 4 Signal Assertion" "Negated,Asserted" bitfld.long 0x00 19. " PCS3 ,PCS 3 Signal Assertion" "Negated,Asserted" bitfld.long 0x00 18. " PCS2 ,PCS 2 Signal Assertion" "Negated,Asserted" textline " " bitfld.long 0x00 17. " PCS1 ,PCS 1 Signal Assertion" "Negated,Asserted" bitfld.long 0x00 16. " PCS0 ,PCS 0 Signal Assertion" "Negated,Asserted" hexmask.long.word 0x00 0.--15. 1. " TXDATA ,Transmit Data" else group.long 0x34++0x3 line.long 0x00 "SPI2_PUSHR_SLAVE,DSPI2 PUSH TX FIFO Register" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") hexmask.long.word 0x00 0.--15. 1. " TXDATA ,Transmit Data" endif endif rgroup.long 0x38++0x3 line.long 0x00 "SPI2_POPR,DSPI2 POP RX FIFO Register" if ((per.l(ad:0x400AC000)&0x80000000)==0x80000000) rgroup.long 0x3c++0x0f "DSPI2 Tx FIFO Registers" line.long 0x0 "SPI2_TXFR0,DSPI2 Transmit FIFO Register 0" hexmask.long.word 0x0 16.--31. 1. " TXCMD ,Transmit Command" hexmask.long.word 0x0 0.--15. 1. " TXDATA ,Transmit Data" line.long 0x4 "SPI2_TXFR1,DSPI2 Transmit FIFO Register 1" hexmask.long.word 0x4 16.--31. 1. " TXCMD ,Transmit Command" hexmask.long.word 0x4 0.--15. 1. " TXDATA ,Transmit Data" line.long 0x8 "SPI2_TXFR2,DSPI2 Transmit FIFO Register 2" hexmask.long.word 0x8 16.--31. 1. " TXCMD ,Transmit Command" hexmask.long.word 0x8 0.--15. 1. " TXDATA ,Transmit Data" line.long 0xC "SPI2_TXFR3,DSPI2 Transmit FIFO Register 3" hexmask.long.word 0xC 16.--31. 1. " TXCMD ,Transmit Command" hexmask.long.word 0xC 0.--15. 1. " TXDATA ,Transmit Data" else rgroup.long 0x3c++0x0f "DSPI2 Tx FIFO Registers" line.long 0x0 "SPI2_TXFR0,DSPI2 Transmit FIFO Register 0" hexmask.long.word 0x0 0.--15. 1. " TXDATA ,Transmit Data" line.long 0x4 "SPI2_TXFR1,DSPI2 Transmit FIFO Register 1" hexmask.long.word 0x4 0.--15. 1. " TXDATA ,Transmit Data" line.long 0x8 "SPI2_TXFR2,DSPI2 Transmit FIFO Register 2" hexmask.long.word 0x8 0.--15. 1. " TXDATA ,Transmit Data" line.long 0xC "SPI2_TXFR3,DSPI2 Transmit FIFO Register 3" hexmask.long.word 0xC 0.--15. 1. " TXDATA ,Transmit Data" endif hgroup.long 0x7c++0x0f "DSPI2 Rx FIFO Registers" hide.long 0x0 "SPI2_RXFR0,DSPI2 Receive FIFO Register 0" in hide.long 0x4 "SPI2_RXFR1,DSPI2 Receive FIFO Register 1" in hide.long 0x8 "SPI2_RXFR2,DSPI2 Receive FIFO Register 2" in hide.long 0xC "SPI2_RXFR3,DSPI2 Receive FIFO Register 3" in width 11. tree.end tree "SPI3" base ad:0x400AD000 width 17. group.long 0x00++0x3 line.long 0x00 "SPI3_MCR,DSPI3 Module Configuration Register" bitfld.long 0x00 31. " MSTR ,Master/Slave Mode Select" "Slave,Master" bitfld.long 0x00 30. " CONT_SCKE ,Continuous SCK Enable" "Disabled,Enabled" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 28.--29. " DCONF ,DSPI3 Configuration" "SPI,?..." else bitfld.long 0x00 28.--29. " DCONF ,DSPI3 Configuration" "SPI,?..." endif textline " " bitfld.long 0x00 27. " FRZ ,Freeze Serial Transfers" "Not halted,Halted" bitfld.long 0x00 26. " MTFE ,Modified Timing Format Enable" "Disabled,Enabled" bitfld.long 0x00 25. " PCSSE ,Peripheral Chip Select Strobe Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 24. " ROOE ,Receive FIFO Overflow Overwrite Enable" "Disabled,Enabled" bitfld.long 0x00 21. " PCSIS5 ,Peripheral Chip Select 5 Inactive State" "Low,High" bitfld.long 0x00 20. " PCSIS4 ,Peripheral Chip Select 4 Inactive State" "Low,High" textline " " bitfld.long 0x00 19. " PCSIS3 ,Peripheral Chip Select 3 Inactive State" "Low,High" bitfld.long 0x00 18. " PCSIS2 ,Peripheral Chip Select 2 Inactive State" "Low,High" bitfld.long 0x00 17. " PCSIS1 ,Peripheral Chip Select 1 Inactive State" "Low,High" textline " " bitfld.long 0x00 16. " PCSIS0 ,Peripheral Chip Select 0 Inactive State" "Low,High" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x00 15. " DOZE ,Doze Enable" "Disabled,Enabled" endif bitfld.long 0x00 14. " MDIS ,Module Disable" "No,Yes" textline " " bitfld.long 0x00 13. " DIS_TXF ,Disable Transmit FIFO" "No,Yes" bitfld.long 0x00 12. " DIS_RXF ,Disable Receive FIFO" "No,Yes" bitfld.long 0x00 11. " CLR_TXF ,Clear TX FIFO" "-,Cleared" textline " " bitfld.long 0x00 10. " CLR_RXF ,Clear RX FIFO" "-,Cleared" bitfld.long 0x00 8.--9. " SMPL_PT ,Sample Point" "0,1,2,?..." bitfld.long 0x00 2. " FCPCS ,Fast Continuous PCS Mode" "Normal,Fast" textline " " bitfld.long 0x00 1. " PES ,Parity Error Stop" "Continued,Stopped" bitfld.long 0x00 0. " HALT ,Halt DSPI transfers" "Started,Stopped" group.long 0x08++0x3 line.long 0x00 "SPI3_TCR,DSPI3 Transfer Count Register" hexmask.long.word 0x00 16.--31. 1. " SPI_TCNT ,SPI Transfer Counter" if ((per.l(ad:0x400AD000)&0x80000000)==0x80000000) group.long 0xC++0x3 line.long 0x00 "SPI3_CTAR0,DSPI3 Clock and Transfer Attributes Register 0" bitfld.long 0x00 31. " DBR ,Double Baud Rate" "Normal,Doubled" bitfld.long 0x00 27.--30. " FMSZ ,Frame Size" "Reserved,Reserved,Reserved,4,5,6,7,8,9,10,11,12,13,14,15,16" bitfld.long 0x00 26. " CPOL ,Clock Polarity" "Inactive low,Inactive high" bitfld.long 0x00 25. " CPHA ,Clock Phase" "Changed,Captured" textline " " bitfld.long 0x00 24. " LSBFE ,LBS First" "MSB,LSB" bitfld.long 0x00 22.--23. " PCSSCK ,PCS to SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 20.--21. " PASC ,After SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 18.--19. " PDT ,Delay after Transfer Prescaler" "1,3,5,7" textline " " bitfld.long 0x00 16.--17. " PBR ,Baud Rate Prescaler" "2,3,5,7" bitfld.long 0x00 12.--15. " CSSCK ,PCS to SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 8.--11. " ASC ,After SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 4.--7. " DT ,Delay After Transfer Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" textline " " bitfld.long 0x00 0.--3. " BR ,Baud Rate Scaler" "2,4,6,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768" else group.long 0xC++0x3 line.long 0x00 "SPI3_CTAR0_SLAVE,DSPI3 Clock and Transfer Attributes Register 0" bitfld.long 0x00 27.--31. " FMSZ ,Frame Size" "Reserved,Reserved,Reserved,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 0x00 26. " CPOL ,Clock Polarity" "Inactive low,Inactive high" bitfld.long 0x00 25. " CPHA ,Clock Phase" "Changed,Captured" textline " " bitfld.long 0x00 24. " PE ,Parity Enable" "Disabled,Enabled" bitfld.long 0x00 23. " PP ,Parity Polarity" "Even,Odd" endif if ((per.l(ad:0x400AD000)&0x80000000)==0x80000000) group.long 0x10++0x3 line.long 0x00 "SPI3_CTAR1,DSPI3 Clock and Transfer Attributes Register 1" bitfld.long 0x00 31. " DBR ,Double Baud Rate" "Normal,Doubled" bitfld.long 0x00 27.--30. " FMSZ ,Frame Size" "Reserved,Reserved,Reserved,4,5,6,7,8,9,10,11,12,13,14,15,16" bitfld.long 0x00 26. " CPOL ,Clock Polarity" "Inactive low,Inactive high" bitfld.long 0x00 25. " CPHA ,Clock Phase" "Changed,Captured" textline " " bitfld.long 0x00 24. " LSBFE ,LBS First" "MSB,LSB" bitfld.long 0x00 22.--23. " PCSSCK ,PCS to SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 20.--21. " PASC ,After SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 18.--19. " PDT ,Delay after Transfer Prescaler" "1,3,5,7" textline " " bitfld.long 0x00 16.--17. " PBR ,Baud Rate Prescaler" "2,3,5,7" bitfld.long 0x00 12.--15. " CSSCK ,PCS to SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 8.--11. " ASC ,After SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 4.--7. " DT ,Delay After Transfer Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" textline " " bitfld.long 0x00 0.--3. " BR ,Baud Rate Scaler" "2,4,6,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768" else hgroup.long 0x10++0x3 hide.long 0x00 "SPI3_CTAR1,DSPI3 Clock and Transfer Attributes Register 1" endif if ((per.l(ad:0x400AD000)&0x80000000)==0x80000000) group.long 0x14++0x3 line.long 0x00 "SPI3_CTAR2,DSPI3 Clock and Transfer Attributes Register 2" bitfld.long 0x00 31. " DBR ,Double Baud Rate" "Normal,Doubled" bitfld.long 0x00 27.--30. " FMSZ ,Frame Size" "Reserved,Reserved,Reserved,4,5,6,7,8,9,10,11,12,13,14,15,16" bitfld.long 0x00 26. " CPOL ,Clock Polarity" "Inactive low,Inactive high" bitfld.long 0x00 25. " CPHA ,Clock Phase" "Changed,Captured" textline " " bitfld.long 0x00 24. " LSBFE ,LBS First" "MSB,LSB" bitfld.long 0x00 22.--23. " PCSSCK ,PCS to SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 20.--21. " PASC ,After SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 18.--19. " PDT ,Delay after Transfer Prescaler" "1,3,5,7" textline " " bitfld.long 0x00 16.--17. " PBR ,Baud Rate Prescaler" "2,3,5,7" bitfld.long 0x00 12.--15. " CSSCK ,PCS to SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 8.--11. " ASC ,After SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 4.--7. " DT ,Delay After Transfer Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" textline " " bitfld.long 0x00 0.--3. " BR ,Baud Rate Scaler" "2,4,6,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768" else hgroup.long 0x14++0x3 hide.long 0x00 "SPI3_CTAR2,DSPI3 Clock and Transfer Attributes Register 2" endif if ((per.l(ad:0x400AD000)&0x80000000)==0x80000000) group.long 0x18++0x3 line.long 0x00 "SPI3_CTAR3,DSPI3 Clock and Transfer Attributes Register 3" bitfld.long 0x00 31. " DBR ,Double Baud Rate" "Normal,Doubled" bitfld.long 0x00 27.--30. " FMSZ ,Frame Size" "Reserved,Reserved,Reserved,4,5,6,7,8,9,10,11,12,13,14,15,16" bitfld.long 0x00 26. " CPOL ,Clock Polarity" "Inactive low,Inactive high" bitfld.long 0x00 25. " CPHA ,Clock Phase" "Changed,Captured" textline " " bitfld.long 0x00 24. " LSBFE ,LBS First" "MSB,LSB" bitfld.long 0x00 22.--23. " PCSSCK ,PCS to SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 20.--21. " PASC ,After SCK Delay Prescaler" "1,3,5,7" bitfld.long 0x00 18.--19. " PDT ,Delay after Transfer Prescaler" "1,3,5,7" textline " " bitfld.long 0x00 16.--17. " PBR ,Baud Rate Prescaler" "2,3,5,7" bitfld.long 0x00 12.--15. " CSSCK ,PCS to SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 8.--11. " ASC ,After SCK Delay Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" bitfld.long 0x00 4.--7. " DT ,Delay After Transfer Scaler" "2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536" textline " " bitfld.long 0x00 0.--3. " BR ,Baud Rate Scaler" "2,4,6,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768" else hgroup.long 0x18++0x3 hide.long 0x00 "SPI3_CTAR3,DSPI3 Clock and Transfer Attributes Register 3" endif group.long 0x2c++0x7 line.long 0x00 "SPI3_SR,DSPI3 Status Register" eventfld.long 0x00 31. " TCF ,Transfer Complete Flag" "Not completed,Completed" eventfld.long 0x00 30. " TXRXS ,TX and RX Status" "Disabled,Enabled" eventfld.long 0x00 28. " EOQF ,End of Queue Flag" "Not occured,Occured" eventfld.long 0x00 27. " TFUF ,Transmit FIFO Underflow Flag" "No underflow,Underflow" textline " " eventfld.long 0x00 25. " TFFF ,Transmit FIFO Fill Flag" "Full,Not full" eventfld.long 0x00 21. " SPEF ,SPI Parity Error Flag" "No error,Error" eventfld.long 0x00 19. " RFOF ,Receive FIFO Overflow Flag" "No overflow,Overflow" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x00 17. " RFDF ,Receive FIFO Drain Flag" "Empty,Not empty" else eventfld.long 0x00 17. " RFDF ,Receive FIFO Drain Flag" "Empty,Not empty" endif textline " " bitfld.long 0x00 12.--15. " TXCTR ,TX FIFO Counter" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 8.--11. " TXNXTPTR ,Transmit Next Pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 4.--7. " RXCTR ,RX FIFO Counter" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 0.--3. " POPNXTPTR ,Pop Next Pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "SPI3_RSER,DSPI3 DMA/Interrupt Request Select and Enable Register" bitfld.long 0x04 31. " TCF_RE ,Transmission Complete Request Enable" "Disabled,Enabled" bitfld.long 0x04 28. " EOQF_RE ,DSPI Finished Request Enable" "Disabled,Enabled" bitfld.long 0x04 27. " TFUF_RE ,Transmit FIFO Underflow Request Enable" "Disabled,Enabled" bitfld.long 0x04 25. " TFFF_RE ,Transmit FIFO Fill Request Enable" "Disabled,Enabled" textline " " bitfld.long 0x04 24. " TFFF_DIRS ,Transmit FIFO Fill DMA / Interrupt Request Select" "Interrupt,DMA" bitfld.long 0x04 21. " SPEF_RE ,SPI Parity Error Request Enable" "Disabled,Enabled" bitfld.long 0x04 19. " RFOF_RE ,Receive FIFO Overflow Request Enable" "Disabled,Enabled" bitfld.long 0x04 17. " RFDF_RE ,Receive FIFO Drain Request Enable" "Disabled,Enabled" textline " " bitfld.long 0x04 16. " RFDF_DIRS ,Receive FIFO Drain DMA / Interrupt Request Select" "Interrupt,DMA" if ((per.l(ad:0x400AD000)&0x80000000)==0x80000000) group.long 0x34++0x3 line.long 0x00 "SPI3_PUSHR,DSPI3 PUSH TX FIFO Register" bitfld.long 0x00 31. " CONT ,Continuous Peripheral Chip Select Enable" "Return to inactive,Keep asserted" bitfld.long 0x00 28.--30. " CTAS ,Clock and Transfer Attributes Select" "CTAR0,CTAR1,CTAR2,CTAR3,?..." bitfld.long 0x00 27. " EOQ ,End Of Queue" "Not ended,Ended" bitfld.long 0x00 26. " CTCNT ,Clear Transfer Counter" "-,Cleared" textline " " bitfld.long 0x00 25. " PE_MASC ,Parity Enable or Mask TASC delay in the current frame" "Disabled,Enabled" bitfld.long 0x00 24. " PP_MCSC ,Parity Polarity or Mask TCSC delay in the next frame" "Even,Odd" bitfld.long 0x00 21. " PCS5 ,PCS 5 Signal Assertion" "Negated,Asserted" textline " " bitfld.long 0x00 20. " PCS4 ,PCS 4 Signal Assertion" "Negated,Asserted" bitfld.long 0x00 19. " PCS3 ,PCS 3 Signal Assertion" "Negated,Asserted" bitfld.long 0x00 18. " PCS2 ,PCS 2 Signal Assertion" "Negated,Asserted" textline " " bitfld.long 0x00 17. " PCS1 ,PCS 1 Signal Assertion" "Negated,Asserted" bitfld.long 0x00 16. " PCS0 ,PCS 0 Signal Assertion" "Negated,Asserted" hexmask.long.word 0x00 0.--15. 1. " TXDATA ,Transmit Data" else group.long 0x34++0x3 line.long 0x00 "SPI3_PUSHR_SLAVE,DSPI3 PUSH TX FIFO Register" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") hexmask.long.word 0x00 0.--15. 1. " TXDATA ,Transmit Data" endif endif rgroup.long 0x38++0x3 line.long 0x00 "SPI3_POPR,DSPI3 POP RX FIFO Register" if ((per.l(ad:0x400AD000)&0x80000000)==0x80000000) rgroup.long 0x3c++0x0f "DSPI3 Tx FIFO Registers" line.long 0x0 "SPI3_TXFR0,DSPI3 Transmit FIFO Register 0" hexmask.long.word 0x0 16.--31. 1. " TXCMD ,Transmit Command" hexmask.long.word 0x0 0.--15. 1. " TXDATA ,Transmit Data" line.long 0x4 "SPI3_TXFR1,DSPI3 Transmit FIFO Register 1" hexmask.long.word 0x4 16.--31. 1. " TXCMD ,Transmit Command" hexmask.long.word 0x4 0.--15. 1. " TXDATA ,Transmit Data" line.long 0x8 "SPI3_TXFR2,DSPI3 Transmit FIFO Register 2" hexmask.long.word 0x8 16.--31. 1. " TXCMD ,Transmit Command" hexmask.long.word 0x8 0.--15. 1. " TXDATA ,Transmit Data" line.long 0xC "SPI3_TXFR3,DSPI3 Transmit FIFO Register 3" hexmask.long.word 0xC 16.--31. 1. " TXCMD ,Transmit Command" hexmask.long.word 0xC 0.--15. 1. " TXDATA ,Transmit Data" else rgroup.long 0x3c++0x0f "DSPI3 Tx FIFO Registers" line.long 0x0 "SPI3_TXFR0,DSPI3 Transmit FIFO Register 0" hexmask.long.word 0x0 0.--15. 1. " TXDATA ,Transmit Data" line.long 0x4 "SPI3_TXFR1,DSPI3 Transmit FIFO Register 1" hexmask.long.word 0x4 0.--15. 1. " TXDATA ,Transmit Data" line.long 0x8 "SPI3_TXFR2,DSPI3 Transmit FIFO Register 2" hexmask.long.word 0x8 0.--15. 1. " TXDATA ,Transmit Data" line.long 0xC "SPI3_TXFR3,DSPI3 Transmit FIFO Register 3" hexmask.long.word 0xC 0.--15. 1. " TXDATA ,Transmit Data" endif hgroup.long 0x7c++0x0f "DSPI3 Rx FIFO Registers" hide.long 0x0 "SPI3_RXFR0,DSPI3 Receive FIFO Register 0" in hide.long 0x4 "SPI3_RXFR1,DSPI3 Receive FIFO Register 1" in hide.long 0x8 "SPI3_RXFR2,DSPI3 Receive FIFO Register 2" in hide.long 0xC "SPI3_RXFR3,DSPI3 Receive FIFO Register 3" in width 11. tree.end tree.end tree "I2C (Inter-Integrated Circuit)" tree "I2C0" base ad:0x40066000 width 7. group.byte 0x00++0x04 line.byte 0x00 "IBAD,I2C Bus Address Register" hexmask.byte 0x00 1.--7. 0x02 " ADR ,Slave address" line.byte 0x01 "IBFD,I2C Bus Frequency Divider Register" line.byte 0x02 "IBCR,I2C Bus Control Register" bitfld.byte 0x02 7. " MDIS ,Module disable" "No,Yes" bitfld.byte 0x02 6. " IBIE ,I-Bus interrupt enable" "Disabled,Enabled" bitfld.byte 0x02 5. " MSSL ,Master/Slave mode select" "Slave,Master" bitfld.byte 0x02 4. " TXRX ,Transmit/Receive mode select" "Receive,Transmit" newline bitfld.byte 0x02 3. " NOACK ,Data acknowledge disable" "No,Yes" bitfld.byte 0x02 2. " RSTA ,Repeat start" "No effect,Enabled" newline bitfld.byte 0x02 1. " DMAEN ,DMA enable" "Disabled,Enabled" sif (!cpuis("VF7XX-CM4")&&!cpuis("VF6XX-CM4")&&!cpuis("VF7XX-CA5")&&!cpuis("VF6XX-CA5")&&!cpuis("VF5XX-CA5")&&!cpuis("VF4XX-CA5")&&!cpuis("VF3XX-CA5")&&!cpuis("HALO-CA5")&&!cpuis("HALO-CM4")&&!cpuis("HALO-CM0")&&!cpuis("RAYLEIGH-CA7")&&!cpuis("S32D248*")&&!cpuis("S32S247*")) bitfld.byte 0x02 0. " IBSDOZE ,I-Bus interface stop in DOZE mode" "Normal,Halt" endif line.byte 0x03 "IBSR,I2C Bus Status Register" sif cpuis("S32D248*")||cpuis("S32S247*")||cpuis("S32R45-*")||cpuis("S32R57-*") rbitfld.byte 0x03 7. " TCF ,Transfer complete" "In progress,Completed" rbitfld.byte 0x03 6. " IAAS ,Addressed as a slave" "Not addressed,Addressed" rbitfld.byte 0x03 5. " IBB ,Bus busy" "Idle,Busy" else bitfld.byte 0x03 7. " TCF ,Transfer complete" "In progress,Completed" bitfld.byte 0x03 6. " IAAS ,Addressed as a slave" "Not addressed,Addressed" bitfld.byte 0x03 5. " IBB ,Bus busy" "Idle,Busy" endif eventfld.byte 0x03 4. " IBAL ,Arbitration lost" "Low,High" sif cpuis("S32D248*")||cpuis("S32S247*")||cpuis("S32R45-*")||cpuis("S32R57-*") newline rbitfld.byte 0x03 2. " SRW ,Slave Read/Write" "Receive,Transmit" else newline bitfld.byte 0x03 2. " SRW ,Slave Read/Write" "Receive,Transmit" endif eventfld.byte 0x03 1. " IBIF ,I-Bus interrupt flag" "No interrupt,Interrupt" newline sif cpuis("S32D248*")||cpuis("S32S247*")||cpuis("S32R45-*")||cpuis("S32R57-*") rbitfld.byte 0x03 0. " RXAK ,Received acknowledge" "Acknowledged,Not acknowledged" else bitfld.byte 0x03 0. " RXAK ,Received acknowledge" "Acknowledged,Not acknowledged" endif line.byte 0x04 "IBDR,I2C Bus Data I/O Register" sif cpuis("S32D248*")||cpuis("S32S247*")||cpuis("S32R45-*")||cpuis("S32R57-*") if (((per.b(ad:0x40066000+0x02))&0x80)==0x80) rgroup.byte 0x05++0x00 line.byte 0x00 "IBIC,I2C Bus Interrupt Config Register" bitfld.byte 0x00 7. " BIIE ,Bus idle interrupt enable" "Disabled,Enabled" bitfld.byte 0x00 6. " BYTERXIE ,Byte receive interrupt enable" "Disabled,Enabled" else group.byte 0x05++0x00 line.byte 0x00 "IBIC,I2C Bus Interrupt Config Register" bitfld.byte 0x00 7. " BIIE ,Bus idle interrupt enable" "Disabled,Enabled" bitfld.byte 0x00 6. " BYTERXIE ,Byte receive interrupt enable" "Disabled,Enabled" endif else group.byte 0x05++0x00 line.byte 0x00 "IBIC,I2C Bus Interrupt Config Register" bitfld.byte 0x00 7. " BIIE ,Bus idle interrupt enable" "Disabled,Enabled" endif group.byte 0x06++0x00 line.byte 0x00 "IBDBG,I2C Bus Debug Register" sif (cpuis("HALO-CA5")||cpuis("HALO-CM4")||cpuis("HALO-CM0")) rbitfld.byte 0x00 2. " BYTE_RX ,Master/slave receives a new byte" "0,1" rbitfld.byte 0x00 1. " IPG_DEBUG_HALTED ,Debug halted" "Transaction,Debug" bitfld.byte 0x00 0. " IPG_DEBUG_EN ,Debug enable" "Disabled,Enabled" elif (cpuis("RAYLEIGH-CA7")||cpuis("S32D248*")||cpuis("S32S247*")||cpuis("S32R45-*")||cpuis("S32R57-*")) bitfld.byte 0x00 3. " GLFLT_EN ,Glitch filter enable" "Disabled,Enabled" eventfld.byte 0x00 2. " BYTE_RX ,Master/slave receives a new byte" "0,1" rbitfld.byte 0x00 1. " IPG_DEBUG_HALTED ,Debug halted" "Transaction,Debug" newline bitfld.byte 0x00 0. " IPG_DEBUG_EN ,Debug enable" "Disabled,Enabled" else bitfld.byte 0x00 1. " IPG_DEBUG_HALTED ,Debug halted" "Transaction,Debug" bitfld.byte 0x00 0. " IPG_DEBUG_EN ,Debug enable" "Disabled,Enabled" endif width 0x0B tree.end tree "I2C1" base ad:0x40067000 width 7. group.byte 0x00++0x04 line.byte 0x00 "IBAD,I2C Bus Address Register" hexmask.byte 0x00 1.--7. 0x02 " ADR ,Slave address" line.byte 0x01 "IBFD,I2C Bus Frequency Divider Register" line.byte 0x02 "IBCR,I2C Bus Control Register" bitfld.byte 0x02 7. " MDIS ,Module disable" "No,Yes" bitfld.byte 0x02 6. " IBIE ,I-Bus interrupt enable" "Disabled,Enabled" bitfld.byte 0x02 5. " MSSL ,Master/Slave mode select" "Slave,Master" bitfld.byte 0x02 4. " TXRX ,Transmit/Receive mode select" "Receive,Transmit" newline bitfld.byte 0x02 3. " NOACK ,Data acknowledge disable" "No,Yes" bitfld.byte 0x02 2. " RSTA ,Repeat start" "No effect,Enabled" newline bitfld.byte 0x02 1. " DMAEN ,DMA enable" "Disabled,Enabled" sif (!cpuis("VF7XX-CM4")&&!cpuis("VF6XX-CM4")&&!cpuis("VF7XX-CA5")&&!cpuis("VF6XX-CA5")&&!cpuis("VF5XX-CA5")&&!cpuis("VF4XX-CA5")&&!cpuis("VF3XX-CA5")&&!cpuis("HALO-CA5")&&!cpuis("HALO-CM4")&&!cpuis("HALO-CM0")&&!cpuis("RAYLEIGH-CA7")&&!cpuis("S32D248*")&&!cpuis("S32S247*")) bitfld.byte 0x02 0. " IBSDOZE ,I-Bus interface stop in DOZE mode" "Normal,Halt" endif line.byte 0x03 "IBSR,I2C Bus Status Register" sif cpuis("S32D248*")||cpuis("S32S247*")||cpuis("S32R45-*")||cpuis("S32R57-*") rbitfld.byte 0x03 7. " TCF ,Transfer complete" "In progress,Completed" rbitfld.byte 0x03 6. " IAAS ,Addressed as a slave" "Not addressed,Addressed" rbitfld.byte 0x03 5. " IBB ,Bus busy" "Idle,Busy" else bitfld.byte 0x03 7. " TCF ,Transfer complete" "In progress,Completed" bitfld.byte 0x03 6. " IAAS ,Addressed as a slave" "Not addressed,Addressed" bitfld.byte 0x03 5. " IBB ,Bus busy" "Idle,Busy" endif eventfld.byte 0x03 4. " IBAL ,Arbitration lost" "Low,High" sif cpuis("S32D248*")||cpuis("S32S247*")||cpuis("S32R45-*")||cpuis("S32R57-*") newline rbitfld.byte 0x03 2. " SRW ,Slave Read/Write" "Receive,Transmit" else newline bitfld.byte 0x03 2. " SRW ,Slave Read/Write" "Receive,Transmit" endif eventfld.byte 0x03 1. " IBIF ,I-Bus interrupt flag" "No interrupt,Interrupt" newline sif cpuis("S32D248*")||cpuis("S32S247*")||cpuis("S32R45-*")||cpuis("S32R57-*") rbitfld.byte 0x03 0. " RXAK ,Received acknowledge" "Acknowledged,Not acknowledged" else bitfld.byte 0x03 0. " RXAK ,Received acknowledge" "Acknowledged,Not acknowledged" endif line.byte 0x04 "IBDR,I2C Bus Data I/O Register" sif cpuis("S32D248*")||cpuis("S32S247*")||cpuis("S32R45-*")||cpuis("S32R57-*") if (((per.b(ad:0x40067000+0x02))&0x80)==0x80) rgroup.byte 0x05++0x00 line.byte 0x00 "IBIC,I2C Bus Interrupt Config Register" bitfld.byte 0x00 7. " BIIE ,Bus idle interrupt enable" "Disabled,Enabled" bitfld.byte 0x00 6. " BYTERXIE ,Byte receive interrupt enable" "Disabled,Enabled" else group.byte 0x05++0x00 line.byte 0x00 "IBIC,I2C Bus Interrupt Config Register" bitfld.byte 0x00 7. " BIIE ,Bus idle interrupt enable" "Disabled,Enabled" bitfld.byte 0x00 6. " BYTERXIE ,Byte receive interrupt enable" "Disabled,Enabled" endif else group.byte 0x05++0x00 line.byte 0x00 "IBIC,I2C Bus Interrupt Config Register" bitfld.byte 0x00 7. " BIIE ,Bus idle interrupt enable" "Disabled,Enabled" endif group.byte 0x06++0x00 line.byte 0x00 "IBDBG,I2C Bus Debug Register" sif (cpuis("HALO-CA5")||cpuis("HALO-CM4")||cpuis("HALO-CM0")) rbitfld.byte 0x00 2. " BYTE_RX ,Master/slave receives a new byte" "0,1" rbitfld.byte 0x00 1. " IPG_DEBUG_HALTED ,Debug halted" "Transaction,Debug" bitfld.byte 0x00 0. " IPG_DEBUG_EN ,Debug enable" "Disabled,Enabled" elif (cpuis("RAYLEIGH-CA7")||cpuis("S32D248*")||cpuis("S32S247*")||cpuis("S32R45-*")||cpuis("S32R57-*")) bitfld.byte 0x00 3. " GLFLT_EN ,Glitch filter enable" "Disabled,Enabled" eventfld.byte 0x00 2. " BYTE_RX ,Master/slave receives a new byte" "0,1" rbitfld.byte 0x00 1. " IPG_DEBUG_HALTED ,Debug halted" "Transaction,Debug" newline bitfld.byte 0x00 0. " IPG_DEBUG_EN ,Debug enable" "Disabled,Enabled" else bitfld.byte 0x00 1. " IPG_DEBUG_HALTED ,Debug halted" "Transaction,Debug" bitfld.byte 0x00 0. " IPG_DEBUG_EN ,Debug enable" "Disabled,Enabled" endif width 0x0B tree.end tree "I2C2" base ad:0x400E6000 width 7. group.byte 0x00++0x04 line.byte 0x00 "IBAD,I2C Bus Address Register" hexmask.byte 0x00 1.--7. 0x02 " ADR ,Slave address" line.byte 0x01 "IBFD,I2C Bus Frequency Divider Register" line.byte 0x02 "IBCR,I2C Bus Control Register" bitfld.byte 0x02 7. " MDIS ,Module disable" "No,Yes" bitfld.byte 0x02 6. " IBIE ,I-Bus interrupt enable" "Disabled,Enabled" bitfld.byte 0x02 5. " MSSL ,Master/Slave mode select" "Slave,Master" bitfld.byte 0x02 4. " TXRX ,Transmit/Receive mode select" "Receive,Transmit" newline bitfld.byte 0x02 3. " NOACK ,Data acknowledge disable" "No,Yes" bitfld.byte 0x02 2. " RSTA ,Repeat start" "No effect,Enabled" newline bitfld.byte 0x02 1. " DMAEN ,DMA enable" "Disabled,Enabled" sif (!cpuis("VF7XX-CM4")&&!cpuis("VF6XX-CM4")&&!cpuis("VF7XX-CA5")&&!cpuis("VF6XX-CA5")&&!cpuis("VF5XX-CA5")&&!cpuis("VF4XX-CA5")&&!cpuis("VF3XX-CA5")&&!cpuis("HALO-CA5")&&!cpuis("HALO-CM4")&&!cpuis("HALO-CM0")&&!cpuis("RAYLEIGH-CA7")&&!cpuis("S32D248*")&&!cpuis("S32S247*")) bitfld.byte 0x02 0. " IBSDOZE ,I-Bus interface stop in DOZE mode" "Normal,Halt" endif line.byte 0x03 "IBSR,I2C Bus Status Register" sif cpuis("S32D248*")||cpuis("S32S247*")||cpuis("S32R45-*")||cpuis("S32R57-*") rbitfld.byte 0x03 7. " TCF ,Transfer complete" "In progress,Completed" rbitfld.byte 0x03 6. " IAAS ,Addressed as a slave" "Not addressed,Addressed" rbitfld.byte 0x03 5. " IBB ,Bus busy" "Idle,Busy" else bitfld.byte 0x03 7. " TCF ,Transfer complete" "In progress,Completed" bitfld.byte 0x03 6. " IAAS ,Addressed as a slave" "Not addressed,Addressed" bitfld.byte 0x03 5. " IBB ,Bus busy" "Idle,Busy" endif eventfld.byte 0x03 4. " IBAL ,Arbitration lost" "Low,High" sif cpuis("S32D248*")||cpuis("S32S247*")||cpuis("S32R45-*")||cpuis("S32R57-*") newline rbitfld.byte 0x03 2. " SRW ,Slave Read/Write" "Receive,Transmit" else newline bitfld.byte 0x03 2. " SRW ,Slave Read/Write" "Receive,Transmit" endif eventfld.byte 0x03 1. " IBIF ,I-Bus interrupt flag" "No interrupt,Interrupt" newline sif cpuis("S32D248*")||cpuis("S32S247*")||cpuis("S32R45-*")||cpuis("S32R57-*") rbitfld.byte 0x03 0. " RXAK ,Received acknowledge" "Acknowledged,Not acknowledged" else bitfld.byte 0x03 0. " RXAK ,Received acknowledge" "Acknowledged,Not acknowledged" endif line.byte 0x04 "IBDR,I2C Bus Data I/O Register" sif cpuis("S32D248*")||cpuis("S32S247*")||cpuis("S32R45-*")||cpuis("S32R57-*") if (((per.b(ad:0x400E6000+0x02))&0x80)==0x80) rgroup.byte 0x05++0x00 line.byte 0x00 "IBIC,I2C Bus Interrupt Config Register" bitfld.byte 0x00 7. " BIIE ,Bus idle interrupt enable" "Disabled,Enabled" bitfld.byte 0x00 6. " BYTERXIE ,Byte receive interrupt enable" "Disabled,Enabled" else group.byte 0x05++0x00 line.byte 0x00 "IBIC,I2C Bus Interrupt Config Register" bitfld.byte 0x00 7. " BIIE ,Bus idle interrupt enable" "Disabled,Enabled" bitfld.byte 0x00 6. " BYTERXIE ,Byte receive interrupt enable" "Disabled,Enabled" endif else group.byte 0x05++0x00 line.byte 0x00 "IBIC,I2C Bus Interrupt Config Register" bitfld.byte 0x00 7. " BIIE ,Bus idle interrupt enable" "Disabled,Enabled" endif group.byte 0x06++0x00 line.byte 0x00 "IBDBG,I2C Bus Debug Register" sif (cpuis("HALO-CA5")||cpuis("HALO-CM4")||cpuis("HALO-CM0")) rbitfld.byte 0x00 2. " BYTE_RX ,Master/slave receives a new byte" "0,1" rbitfld.byte 0x00 1. " IPG_DEBUG_HALTED ,Debug halted" "Transaction,Debug" bitfld.byte 0x00 0. " IPG_DEBUG_EN ,Debug enable" "Disabled,Enabled" elif (cpuis("RAYLEIGH-CA7")||cpuis("S32D248*")||cpuis("S32S247*")||cpuis("S32R45-*")||cpuis("S32R57-*")) bitfld.byte 0x00 3. " GLFLT_EN ,Glitch filter enable" "Disabled,Enabled" eventfld.byte 0x00 2. " BYTE_RX ,Master/slave receives a new byte" "0,1" rbitfld.byte 0x00 1. " IPG_DEBUG_HALTED ,Debug halted" "Transaction,Debug" newline bitfld.byte 0x00 0. " IPG_DEBUG_EN ,Debug enable" "Disabled,Enabled" else bitfld.byte 0x00 1. " IPG_DEBUG_HALTED ,Debug halted" "Transaction,Debug" bitfld.byte 0x00 0. " IPG_DEBUG_EN ,Debug enable" "Disabled,Enabled" endif width 0x0B tree.end tree "I2C3" base ad:0x400E7000 width 7. group.byte 0x00++0x04 line.byte 0x00 "IBAD,I2C Bus Address Register" hexmask.byte 0x00 1.--7. 0x02 " ADR ,Slave address" line.byte 0x01 "IBFD,I2C Bus Frequency Divider Register" line.byte 0x02 "IBCR,I2C Bus Control Register" bitfld.byte 0x02 7. " MDIS ,Module disable" "No,Yes" bitfld.byte 0x02 6. " IBIE ,I-Bus interrupt enable" "Disabled,Enabled" bitfld.byte 0x02 5. " MSSL ,Master/Slave mode select" "Slave,Master" bitfld.byte 0x02 4. " TXRX ,Transmit/Receive mode select" "Receive,Transmit" newline bitfld.byte 0x02 3. " NOACK ,Data acknowledge disable" "No,Yes" bitfld.byte 0x02 2. " RSTA ,Repeat start" "No effect,Enabled" newline bitfld.byte 0x02 1. " DMAEN ,DMA enable" "Disabled,Enabled" sif (!cpuis("VF7XX-CM4")&&!cpuis("VF6XX-CM4")&&!cpuis("VF7XX-CA5")&&!cpuis("VF6XX-CA5")&&!cpuis("VF5XX-CA5")&&!cpuis("VF4XX-CA5")&&!cpuis("VF3XX-CA5")&&!cpuis("HALO-CA5")&&!cpuis("HALO-CM4")&&!cpuis("HALO-CM0")&&!cpuis("RAYLEIGH-CA7")&&!cpuis("S32D248*")&&!cpuis("S32S247*")) bitfld.byte 0x02 0. " IBSDOZE ,I-Bus interface stop in DOZE mode" "Normal,Halt" endif line.byte 0x03 "IBSR,I2C Bus Status Register" sif cpuis("S32D248*")||cpuis("S32S247*")||cpuis("S32R45-*")||cpuis("S32R57-*") rbitfld.byte 0x03 7. " TCF ,Transfer complete" "In progress,Completed" rbitfld.byte 0x03 6. " IAAS ,Addressed as a slave" "Not addressed,Addressed" rbitfld.byte 0x03 5. " IBB ,Bus busy" "Idle,Busy" else bitfld.byte 0x03 7. " TCF ,Transfer complete" "In progress,Completed" bitfld.byte 0x03 6. " IAAS ,Addressed as a slave" "Not addressed,Addressed" bitfld.byte 0x03 5. " IBB ,Bus busy" "Idle,Busy" endif eventfld.byte 0x03 4. " IBAL ,Arbitration lost" "Low,High" sif cpuis("S32D248*")||cpuis("S32S247*")||cpuis("S32R45-*")||cpuis("S32R57-*") newline rbitfld.byte 0x03 2. " SRW ,Slave Read/Write" "Receive,Transmit" else newline bitfld.byte 0x03 2. " SRW ,Slave Read/Write" "Receive,Transmit" endif eventfld.byte 0x03 1. " IBIF ,I-Bus interrupt flag" "No interrupt,Interrupt" newline sif cpuis("S32D248*")||cpuis("S32S247*")||cpuis("S32R45-*")||cpuis("S32R57-*") rbitfld.byte 0x03 0. " RXAK ,Received acknowledge" "Acknowledged,Not acknowledged" else bitfld.byte 0x03 0. " RXAK ,Received acknowledge" "Acknowledged,Not acknowledged" endif line.byte 0x04 "IBDR,I2C Bus Data I/O Register" sif cpuis("S32D248*")||cpuis("S32S247*")||cpuis("S32R45-*")||cpuis("S32R57-*") if (((per.b(ad:0x400E7000+0x02))&0x80)==0x80) rgroup.byte 0x05++0x00 line.byte 0x00 "IBIC,I2C Bus Interrupt Config Register" bitfld.byte 0x00 7. " BIIE ,Bus idle interrupt enable" "Disabled,Enabled" bitfld.byte 0x00 6. " BYTERXIE ,Byte receive interrupt enable" "Disabled,Enabled" else group.byte 0x05++0x00 line.byte 0x00 "IBIC,I2C Bus Interrupt Config Register" bitfld.byte 0x00 7. " BIIE ,Bus idle interrupt enable" "Disabled,Enabled" bitfld.byte 0x00 6. " BYTERXIE ,Byte receive interrupt enable" "Disabled,Enabled" endif else group.byte 0x05++0x00 line.byte 0x00 "IBIC,I2C Bus Interrupt Config Register" bitfld.byte 0x00 7. " BIIE ,Bus idle interrupt enable" "Disabled,Enabled" endif group.byte 0x06++0x00 line.byte 0x00 "IBDBG,I2C Bus Debug Register" sif (cpuis("HALO-CA5")||cpuis("HALO-CM4")||cpuis("HALO-CM0")) rbitfld.byte 0x00 2. " BYTE_RX ,Master/slave receives a new byte" "0,1" rbitfld.byte 0x00 1. " IPG_DEBUG_HALTED ,Debug halted" "Transaction,Debug" bitfld.byte 0x00 0. " IPG_DEBUG_EN ,Debug enable" "Disabled,Enabled" elif (cpuis("RAYLEIGH-CA7")||cpuis("S32D248*")||cpuis("S32S247*")||cpuis("S32R45-*")||cpuis("S32R57-*")) bitfld.byte 0x00 3. " GLFLT_EN ,Glitch filter enable" "Disabled,Enabled" eventfld.byte 0x00 2. " BYTE_RX ,Master/slave receives a new byte" "0,1" rbitfld.byte 0x00 1. " IPG_DEBUG_HALTED ,Debug halted" "Transaction,Debug" newline bitfld.byte 0x00 0. " IPG_DEBUG_EN ,Debug enable" "Disabled,Enabled" else bitfld.byte 0x00 1. " IPG_DEBUG_HALTED ,Debug halted" "Transaction,Debug" bitfld.byte 0x00 0. " IPG_DEBUG_EN ,Debug enable" "Disabled,Enabled" endif width 0x0B tree.end tree.end tree "UART (Universal Asynchronous Receiver/Transmitter)" tree "UART0" base ad:0x40027000 width 13. tree "UART 0 Standard Features Registers" group.byte 0x00++0x03 line.byte 0x00 "UART0_BDH,UART Baud Rate Register High" bitfld.byte 0x00 7. " LBKDIE ,LIN break detect interrupt or DMA request enable" "Disabled,Enabled" bitfld.byte 0x00 6. " RXEDGIE ,Rxd input active edge interrupt enable" "Disabled,Enabled" newline sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") bitfld.byte 0x00 5. " SBNS ,Stop bit number select" "One,Two" newline endif bitfld.byte 0x00 0.--4. " SBR ,UART baud rate bits" "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.byte 0x01 "UART0_BDL,UART Baud Rate Register Low" line.byte 0x02 "UART0_C1,UART Control Register 1" bitfld.byte 0x02 7. " LOOPS ,Loop mode select" "Not selected,Selected" newline sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.byte 0x02 5. " RSRC ,Receiver source select" "Internal loop-back mode,Single-wire UART" newline elif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") bitfld.byte 0x02 6. " DOZEEN ,Doze enable (wait mode)" "Enabled,Disabled" bitfld.byte 0x02 5. " RSRC ,Receiver source select" "Internal loop-back mode,Single-wire UART" newline elif (cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MK40D*ZV*10") bitfld.byte 0x02 6. " UARTSWAI ,UART stops in wait mode" "Not stopped,Stopped" bitfld.byte 0x02 5. " RSRC ,Receiver source select" "Internal loop-back mode,Single-wire UART" newline else bitfld.byte 0x02 6. " SCISWAI ,UART stops in wait mode" "Not stopped,Stopped" bitfld.byte 0x02 5. " RSRC ,Receiver source select" "Internal loop-back mode,Single-wire UART" newline endif bitfld.byte 0x02 4. " M ,9-bit or 8-bit mode select" "Normal 8 bits+stop,Use 9 bits+stop" bitfld.byte 0x02 3. " WAKE ,Receiver wakeup method select" "Idle-line,Address-mark" bitfld.byte 0x02 2. " ILT ,Idle line type select" "After start bit,After stop bit" newline bitfld.byte 0x02 1. " PE ,Parity enable" "Disabled,Enabled" bitfld.byte 0x02 0. " PT ,Parity type" "Even,Odd" line.byte 0x03 "UART0_C2,UART Control Register 2" bitfld.byte 0x03 7. " TIE ,Transmitter interrupt or DMA transfer enable" "Disabled,Enabled" bitfld.byte 0x03 6. " TCIE ,Transmission complete interrupt or DMA transfer enable" "Disabled,Enabled" bitfld.byte 0x03 5. " RIE ,Receiver full interrupt or DMA transfer enable" "Disabled,Enabled" newline bitfld.byte 0x03 4. " ILIE ,Idle line interrupt or DMA transfer enable" "Disabled,Enabled" bitfld.byte 0x03 3. " TE ,Transmitter enable" "Disabled,Enabled" bitfld.byte 0x03 2. " RE ,Receiver enable" "Disabled,Enabled" newline bitfld.byte 0x03 1. " RWU ,Receiver wakeup control" "Normal,Wake-up" bitfld.byte 0x03 0. " SBK ,Send break" "Normal,Break" sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") group.byte 0x04++0x00 line.byte 0x00 "UART0_S1,UART Status Register 1" rbitfld.byte 0x00 7. " TDRE ,Transmit data register empty flag" "Not occurred,Occurred" rbitfld.byte 0x00 6. " TC ,Transmit complete flag" "Not occurred,Occurred" rbitfld.byte 0x00 5. " RDRF ,Receive data register full flag" "Not occurred,Occurred" newline eventfld.byte 0x00 4. " IDLE ,Idle line flag" "Not occurred,Occurred" eventfld.byte 0x00 3. " OR ,Receiver overrun flag" "Not occurred,Occurred" eventfld.byte 0x00 2. " NF ,Noise flag" "Not occurred,Occurred" newline eventfld.byte 0x00 1. " FE ,Framing error flag" "Not occurred,Occurred" eventfld.byte 0x00 0. " PF ,Parity error flag" "Not occurred,Occurred" else rgroup.byte 0x04++0x00 line.byte 0x00 "UART0_S1,UART Status Register 1" bitfld.byte 0x00 7. " TDRE ,Transmit data register empty flag" "Not occurred,Occurred" bitfld.byte 0x00 6. " TC ,Transmit complete flag" "Not occurred,Occurred" bitfld.byte 0x00 5. " RDRF ,Receive data register full flag" "Not occurred,Occurred" newline bitfld.byte 0x00 4. " IDLE ,Idle line flag" "Not occurred,Occurred" bitfld.byte 0x00 3. " OR ,Receiver overrun flag" "Not occurred,Occurred" bitfld.byte 0x00 2. " NF ,Noise flag" "Not occurred,Occurred" newline bitfld.byte 0x00 1. " FE ,Framing error flag" "Not occurred,Occurred" bitfld.byte 0x00 0. " PF ,Parity error flag" "Not occurred,Occurred" endif group.byte 0x05++0x01 line.byte 0x00 "UART0_S2,UART Status Register 2" sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*")||cpuis("MK40D*ZV*10") eventfld.byte 0x00 7. " LBKDIF ,LIN break detect interrupt flag" "Not occurred,Occurred" eventfld.byte 0x00 6. " RXEDGIF ,Rxd pin active edge interrupt flag" "Not occurred,Occurred" newline else bitfld.byte 0x00 7. " LBKDIF ,LIN break detect interrupt flag" "Not occurred,Occurred" bitfld.byte 0x00 6. " RXEDGIF ,Rxd pin active edge interrupt flag" "Not occurred,Occurred" newline endif sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") bitfld.byte 0x00 5. " MSBF ,Most significant bit first" "LSB first,MSB first" newline else bitfld.byte 0x00 5. " MSBF ,Most significant bit first" "LSB first,MSB first" newline endif bitfld.byte 0x00 4. " RXINV ,Receive data inversion" "Not inverted,Inverted" bitfld.byte 0x00 3. " RWUID ,Receive wakeup idle detect" "Not detected,Detected" newline sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") bitfld.byte 0x00 2. " BRK13 ,Break transmit character length" "10/11/12/13 bit long,13/14/15/16 bit long" bitfld.byte 0x00 1. " LBKDE ,LIN break detection enable" "10/11/12/13 bit times,11/12/14/15 bit times" newline elif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10") bitfld.byte 0x00 2. " BRK13 ,Break transmit character length" "10/11/12 bit long,13/14 bit long" bitfld.byte 0x00 1. " LBKDE ,LIN break detection enable (detected at lenght of)" "10/11/12 bit times,11/12 bit times" newline else bitfld.byte 0x00 2. " BRK13 ,Break transmit character length" "10/11/12 bit long,13/14 bit long" bitfld.byte 0x00 1. " LBKDE ,LIN break detection enable" "10 bit times,11 bit times" newline endif sif (cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*")||cpuis("MK40D*ZV*10") rbitfld.byte 0x00 0. " RAF ,Receiver active flag" "Idle,Active" else bitfld.byte 0x00 0. " RAF ,Receiver active flag" "Idle,Active" endif line.byte 0x01 "UART0_C3,UART Control Register 3" sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") bitfld.byte 0x01 7. " R8T9 ,Receive bit 8 / transmit bit 9" "No RX,RX" bitfld.byte 0x01 6. " R9T8 ,Receive bit 9 / transmit bit 8" "No TX,TX" newline else sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MK40D*ZV*10") rbitfld.byte 0x01 7. " R8 ,Received bit 8" "No RX,RX" else bitfld.byte 0x01 7. " R8 ,Received bit 8" "No RX,RX" endif bitfld.byte 0x01 6. " T8 ,Transmit bit 8" "No TX,TX" newline endif bitfld.byte 0x01 5. " TXDIR ,Transmitter pin data direction in single-wire mode" "Input,Output" newline bitfld.byte 0x01 4. " TXINV ,Transmit data inversion" "Not inverted,Inverted" bitfld.byte 0x01 3. " ORIE ,Overrun error interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 2. " NEIE ,Noise error interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x01 1. " FEIE ,Framing error interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 0. " PEIE ,Parity error interrupt enable" "Disabled,Enabled" sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") hgroup.byte 0x07++0x00 hide.byte 0x00 "UART0_D,UART Data Register" in else group.byte 0x07++0x00 line.byte 0x00 "UART0_D,UART Data Register" endif sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") group.byte 0x08++0x03 line.byte 0x00 "UART0_MA1,UART Match Address Registers 1" line.byte 0x01 "UART0_MA2,UART Match Address Registers 2" line.byte 0x02 "UART0_C4,UART Control Register 4" bitfld.byte 0x02 7. " MAEN1 ,Match address mode enable 1" "Disabled,Enabled" bitfld.byte 0x02 6. " MAEN2 ,Match address mode enable 2" "Disabled,Enabled" bitfld.byte 0x02 5. " M10 ,10-bit mode select" "Not selected,Selected" newline bitfld.byte 0x02 0.--4. " OSR ,Over sampling ratio" "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.byte 0x03 "UART0_C5,UART Control Register 5" sif !cpuis("MKL02*") bitfld.byte 0x03 7. " TDMAE ,Transmitter DMA enable" "Disabled,Enabled" bitfld.byte 0x03 5. " RDMAE ,Receiver full DMA enable" "Disabled,Enabled" newline endif bitfld.byte 0x03 1. " BOTHEDGE ,Both edge sampling" "No,Yes" bitfld.byte 0x03 0. " RESYNCDIS ,Resynchronization disable" "No,Yes" else group.byte 0x08++0x03 line.byte 0x00 "UART0_MA1,UART Match Address Registers 1" line.byte 0x01 "UART0_MA2,UART Match Address Registers 2" line.byte 0x02 "UART0_C4,UART Control Register 4" bitfld.byte 0x02 7. " MAEN1 ,Match address mode enable 1" "Disabled,Enabled" bitfld.byte 0x02 6. " MAEN2 ,Match address mode enable 2" "Disabled,Enabled" bitfld.byte 0x02 5. " M10 ,10-bit mode select" "Not selected,Selected" newline bitfld.byte 0x02 0.--4. " BRFA ,Baud rate fine 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" line.byte 0x03 "UART0_C5,UART Control Register 5" bitfld.byte 0x03 7. " TDMAS ,Transmitter DMA select" "Interrupt service,DMA transfer" bitfld.byte 0x03 5. " RDMAS ,Receiver full DMA select" "Interrupt service,DMA transfer" endif sif !cpuis("MKL02*")&&!cpuis("MKL04*")&&!cpuis("MKL05*")&&!cpuis("MK14*")&&!cpuis("MKL14*")&&!cpuis("MKL24*")&&!cpuis("MK15*")&&!cpuis("MKL15*")&&!cpuis("MKL25*")&&!cpuis("MKL36Z*")&&!cpuis("MKL46Z*")&&!cpuis("MKL34Z*")&&!cpuis("MKL16*")&&!cpuis("MKL26*") rgroup.byte 0x0C++0x00 line.byte 0x00 "UART0_ED,UART Extended Data Register" bitfld.byte 0x00 7. " NOISY ,The current received dataword contained in D and C3[R8] was received with noise" "Without noise,With noise" bitfld.byte 0x00 6. " PARITYE ,The current received dataword contained in D and C3[R8] was received with a parity error" "Without parity error,With parity error" group.byte 0x0D++0x01 line.byte 0x00 "UART0_MODEM,UART Modem Register" bitfld.byte 0x00 3. " RXRTSE ,Receiver request-to-send enable (num of char in RCV data reg fifo>=rwfifo(rxwater)/num of char in RCV data reg FIFO<=RWFIFO(RXWATER))" "No effect,Deasserted/asserted" bitfld.byte 0x00 2. " TXRTSPOL ,Transmitter request-to-send polarity" "Active low,Active high" bitfld.byte 0x00 1. " TXRTSE ,Transmitter request-to-send enable (char placed in empty fifo/after all characters placed to FIFO)" "No effect,Asserted/deasserted" newline bitfld.byte 0x00 0. " TXCTSE ,Transmitter clear-to-send enable" "No effect,Enabled" line.byte 0x01 "UART0_IR,UART Infrared Register" bitfld.byte 0x01 2. " IREN ,Infrared enable" "Disabled,Enabled" bitfld.byte 0x01 0.--1. " TNP ,Transmitter narrow pulse" "3/16,1/16,1/32,1/4" endif tree.end sif !cpuis("MKL02*")&&!cpuis("MKL04*")&&!cpuis("MKL05*")&&!cpuis("MK14*")&&!cpuis("MKL14*")&&!cpuis("MKL24*")&&!cpuis("MK15*")&&!cpuis("MKL15*")&&!cpuis("MKL25*")&&!cpuis("MKL36Z*")&&!cpuis("MKL46Z*")&&!cpuis("MKL34Z*")&&!cpuis("MKL16*")&&!cpuis("MKL26*") width 16. tree "UART 0 FIFO Registers" group.byte 0x10++0x03 line.byte 0x00 "UART0_PFIFO,UART FIFO Parameters" bitfld.byte 0x00 7. " TXFE ,Transmit FIFO enable" "Disabled,Enabled" newline sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MK40D*ZV*10") rbitfld.byte 0x00 4.--6. " TXFIFOSIZE ,Transmit FIFO buffer depth" "1 dataword,4 datawords,8 datawords,16 datawords,32 datawords,64 datawords,128 datawords,?..." bitfld.byte 0x00 3. " RXFE ,Receive FIFO enable" "Disabled,Enabled" newline rbitfld.byte 0x00 0.--2. " RXFIFOSIZE ,Receive FIFO buffer depth" "1 dataword,4 datawords,8 datawords,16 datawords,32 datawords,64 datawords,128 datawords,?..." else bitfld.byte 0x00 4.--6. " TXFIFOSIZE ,Transmit FIFO buffer depth" "1 dataword,4 datawords,8 datawords,16 datawords,32 datawords,64 datawords,128 datawords,?..." bitfld.byte 0x00 3. " RXFE ,Receive FIFO enable" "Disabled,Enabled" newline bitfld.byte 0x00 0.--2. " RXFIFOSIZE ,Receive FIFO buffer depth" "1 dataword,4 datawords,8 datawords,16 datawords,32 datawords,64 datawords,128 datawords,?..." endif line.byte 0x01 "UART0_CFIFO,UART FIFO Control Register" bitfld.byte 0x01 7. " TXFLUSH ,Transmit fifo/buffer flush" "Not flushed,Flushed" bitfld.byte 0x01 6. " RXFLUSH ,Receive fifo/buffer flush" "Not flushed,Flushed" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10") newline bitfld.byte 0x01 2. " RXOFE ,Receive FIFO overflow interrupt enable" "Not generated,Generated" bitfld.byte 0x01 1. " TXOFE ,Transmit FIFO overflow interrupt enable" "Not generated,Generated" else newline bitfld.byte 0x01 1. " TXOFE ,Transmit FIFO overflow interrupt enable" "Not generated,Generated" endif newline bitfld.byte 0x01 0. " RXUFE ,Receive FIFO underflow interrupt enable" "Not generated,Generated" line.byte 0x02 "UART0_SFIFO,UART FIFO Status Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MK40D*ZV*10") rbitfld.byte 0x02 7. " TXEMPT ,Transmit buffer/fifo empty" "Not empty,Empty" rbitfld.byte 0x02 6. " RXEMPT ,Receive buffer/fifo empty" "Not empty,Empty" newline sif !cpuis("MK40D*ZV*10") eventfld.byte 0x02 2. " RXOF ,Receiver buffer overflow flag" "No overflow,Overflow" newline endif eventfld.byte 0x02 1. " TXOF ,Transmitter buffer overflow flag" "No overflow,Overflow" else bitfld.byte 0x02 7. " TXEMPT ,Transmit buffer/fifo empty" "Not empty,Empty" bitfld.byte 0x02 6. " RXEMPT ,Receive buffer/fifo empty" "Not empty,Empty" eventfld.byte 0x02 1. " TXOF ,Transmitter buffer overflow flag" "No overflow,Overflow" endif newline eventfld.byte 0x02 0. " RXUF ,Receiver buffer underflow flag" "No overflow,Overflow" line.byte 0x03 "UART0_TWFIFO,UART FIFO Transmit Watermark" rgroup.byte 0x14++0x00 line.byte 0x00 "UART0_TCFIFO,UART FIFO Transmit Count" group.byte 0x15++0x00 line.byte 0x00 "UART0_RWFIFO,UART FIFO Receive Watermark" rgroup.byte 0x16++0x00 line.byte 0x00 "UART0_RCFIFO,UART FIFO Receive Count" tree.end sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") width 16. tree "UART 0 ISO7816 Registers" group.byte 0x18++0x02 line.byte 0x00 "UART0_C7816,UART 7816 Control Register" bitfld.byte 0x00 4. " ONACK ,Generate NACK on overflow" "Not generated,Generated" bitfld.byte 0x00 3. " ANACK ,Generate NACK on error" "Not generated,Generated" bitfld.byte 0x00 2. " INIT ,Detect initial character" "Not detected,Detected" newline bitfld.byte 0x00 1. " TTYPE ,Transfer type" "0 per the ISO-7816,1 per the ISO-7816" bitfld.byte 0x00 0. " ISO_7816E ,ISO-7816 functionality enabled" "Disabled,Enabled" line.byte 0x01 "UART0_IE7816,UART 7816 Interrupt Enable Register" bitfld.byte 0x01 7. " WTE ,Wait timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 6. " CWTE ,Character wait timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 5. " BWTE ,Block wait timer interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x01 4. " INITDE ,Initial character detected interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 2. " GTVE ,Guard timer violated interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 1. " TXTE ,Transmit threshold exceeded interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x01 0. " RXTE ,Receive threshold exceeded interrupt enable" "Disabled,Enabled" line.byte 0x02 "UART0_IS7816,UART 7816 Interrupt Status Register" eventfld.byte 0x02 7. " WT ,Wait timer interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 6. " CWT ,Character wait timer interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 5. " BWT ,Block wait timer interrupt" "No interrupt,Interrupt" newline eventfld.byte 0x02 4. " INITD ,Initial character detected interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 2. " GTV ,Guard timer violated interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 1. " TXT ,Transmit threshold exceeded interrupt" "No interrupt,Interrupt" newline eventfld.byte 0x02 0. " RXT ,Receive threshold exceeded interrupt" "No interrupt,Interrupt" if ((per.b(ad:0x40027000+0x18)&0x2)==0x0) group.byte 0x1B++0x00 line.byte 0x00 "UART0_WP7816T0,UART 7816 Wait Parameter Register" else group.byte 0x1B++0x00 line.byte 0x00 "UART0_WP7816T1,UART 7816 Wait Parameter Register" bitfld.byte 0x00 4.--7. " CWI ,Character wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x00 0.--3. " BWI ,Block wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif group.byte 0x1C++0x02 line.byte 0x00 "UART0_WN7816,UART 7816 Wait N Register" line.byte 0x01 "UART0_WF7816,UART 7816 Wait FD Register" line.byte 0x02 "UART0_ET7816,UART 7816 Error Threshold Register" bitfld.byte 0x02 4.--7. " TXTHRESHOLD ,Transmit NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x02 0.--3. " RXTHRESHOLD ,Receive NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" if ((per.b(ad:0x40027000+0x18)&0x2)==0x0) hgroup.byte 0x1F++0x00 hide.byte 0x00 "UART0_TL7816,UART 7816 Transmit Length Register" else group.byte 0x1F++0x00 line.byte 0x00 "UART0_TL7816,UART 7816 Transmit Length Register" endif tree.end elif (cpu()=="MK40DN512ZVLQ10")||(cpu()=="MK40DN512ZVMD10")||(cpu()=="MK40DX128ZVLQ10")||(cpu()=="MK40DX256ZVLQ10")||(cpu()=="MK40DX256ZVMD10")||(cpu()=="MK40DN512ZVLL10") width 19. tree "UART 0 ISO7816 Registers" group.byte 0x18++0x02 line.byte 0x00 "UART0_C7816,UART 7816 Control Register" bitfld.byte 0x00 4. " ONACK ,Generate NACK on overflow" "Not generated,Generated" bitfld.byte 0x00 3. " ANACK ,Generate NACK on error" "Not generated,Generated" bitfld.byte 0x00 2. " INIT ,Detect initial character" "Not detected,Detected" newline bitfld.byte 0x00 1. " TTYPE ,Transfer type" "0 per the ISO-7816,1 per the ISO-7816" bitfld.byte 0x00 0. " ISO_7816E ,ISO-7816 functionality enabled" "Disabled,Enabled" line.byte 0x01 "UART0_IE7816,UART 7816 Interrupt Enable Register" bitfld.byte 0x01 7. " WTE ,Wait timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 6. " CWTE ,Character wait timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 5. " BWTE ,Block wait timer interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x01 4. " INITDE ,Initial character detected interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 2. " GTVE ,Guard timer violated interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 1. " TXTE ,Transmit threshold exceeded interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x01 0. " RXTE ,Receive threshold exceeded interrupt enable" "Disabled,Enabled" line.byte 0x02 "UART0_IS7816,UART 7816 Interrupt Status Register" eventfld.byte 0x02 7. " WT ,Wait timer interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 6. " CWT ,Character wait timer interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 5. " BWT ,Block wait timer interrupt" "No interrupt,Interrupt" newline eventfld.byte 0x02 4. " INITD ,Initial character detected interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 2. " GTV ,Guard timer violated interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 1. " TXT ,Transmit threshold exceeded interrupt" "No interrupt,Interrupt" newline eventfld.byte 0x02 0. " RXT ,Receive threshold exceeded interrupt" "No interrupt,Interrupt" if ((per.b(ad:0x40027000+0x18)&0x1)==0x1) if ((per.b(ad:0x40027000+0x18)&0x2)==0x0) rgroup.byte 0x1B++0x00 line.byte 0x00 "UART0_WP7816T0,UART 7816 Wait Parameter Register" else rgroup.byte 0x1B++0x00 line.byte 0x00 "UART0_WP7816T1,UART 7816 Wait Parameter Register" bitfld.byte 0x00 4.--7. " CWI ,Character wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x00 0.--3. " BWI ,Block wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif rgroup.byte 0x1C++0x02 line.byte 0x00 "UART0_WN7816,UART 7816 Wait N Register" line.byte 0x01 "UART0_WF7816,UART 7816 Wait FD Register" line.byte 0x02 "UART0_ET7816,UART 7816 Error Threshold Register" bitfld.byte 0x02 4.--7. " TXTHRESHOLD ,Transmit NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x02 0.--3. " RXTHRESHOLD ,Receive NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" else if ((per.b(ad:0x40027000+0x18)&0x2)==0x0) group.byte 0x1B++0x00 line.byte 0x00 "UART0_WP7816T0,UART 7816 Wait Parameter Register" else group.byte 0x1B++0x00 line.byte 0x00 "UART0_WP7816T1,UART 7816 Wait Parameter Register" bitfld.byte 0x00 4.--7. " CWI ,Character wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x00 0.--3. " BWI ,Block wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif group.byte 0x1C++0x02 line.byte 0x00 "UART0_WN7816,UART 7816 Wait N Register" line.byte 0x01 "UART0_WF7816,UART 7816 Wait FD Register" line.byte 0x02 "UART0_ET7816,UART 7816 Error Threshold Register" bitfld.byte 0x02 4.--7. " TXTHRESHOLD ,Transmit NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x02 0.--3. " RXTHRESHOLD ,Receive NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif if ((per.b(ad:0x40027000+0x03)&0x8)==0x8) if ((per.b(ad:0x40027000+0x18)&0x2)==0x0) hgroup.byte 0x1F++0x00 hide.byte 0x00 "UART0_TL7816,UART 7816 Transmit Length Register" else group.byte 0x1F++0x00 line.byte 0x00 "UART0_TL7816,UART 7816 Transmit Length Register" endif else if ((per.b(ad:0x40027000+0x18)&0x2)==0x0) hgroup.byte 0x1F++0x00 hide.byte 0x00 "UART0_TL7816,UART 7816 Transmit Length Register" else rgroup.byte 0x1F++0x00 line.byte 0x00 "UART0_TL7816,UART 7816 Transmit Length Register" endif endif tree.end else tree "UART 0 ISO7816 Registers" group.byte 0x18++0x02 line.byte 0x00 "UART0_C7816,UART 7816 Control Register" bitfld.byte 0x00 4. " ONACK ,Generate NACK on overflow" "Not generated,Generated" bitfld.byte 0x00 3. " ANACK ,Generate NACK on error" "Not generated,Generated" bitfld.byte 0x00 2. " INIT ,Detect initial character" "Not detected,Detected" newline bitfld.byte 0x00 1. " TTYPE ,Transfer type" "0 per the ISO-7816,1 per the ISO-7816" bitfld.byte 0x00 0. " ISO_7816E ,ISO-7816 functionality enabled" "Disabled,Enabled" line.byte 0x01 "UART0_IE7816,UART 7816 Interrupt Enable Register" bitfld.byte 0x01 7. " WTE ,Wait timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 6. " CWTE ,Character wait timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 5. " BWTE ,Block wait timer interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x01 4. " INITDE ,Initial character detected interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 2. " GTVE ,Guard timer violated interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 1. " TXTE ,Transmit threshold exceeded interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x01 0. " RXTE ,Receive threshold exceeded interrupt enable" "Disabled,Enabled" line.byte 0x02 "UART0_IS7816,UART 7816 Interrupt Status Register" eventfld.byte 0x02 7. " WT ,Wait timer interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 6. " CWT ,Character wait timer interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 5. " BWT ,Block wait timer interrupt" "No interrupt,Interrupt" newline eventfld.byte 0x02 4. " INITD ,Initial character detected interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 2. " GTV ,Guard timer violated interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 1. " TXT ,Transmit threshold exceeded interrupt" "No interrupt,Interrupt" newline eventfld.byte 0x02 0. " RXT ,Receive threshold exceeded interrupt" "No interrupt,Interrupt" if ((per.b(ad:0x40027000+0x18)&0x2)==0x0) group.byte 0x1B++0x00 line.byte 0x00 "UART0_WP7816T0,UART 7816 Wait Parameter Register" else group.byte 0x1B++0x00 line.byte 0x00 "UART0_WP7816T1,UART 7816 Wait Parameter Register" bitfld.byte 0x00 4.--7. " CWI ,Character wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x00 0.--3. " BWI ,Block wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif sif (cpu()!="MK50DX128CMC7")||(cpu()!="MK50DX256CMC7") group.byte 0x1C++0x02 line.byte 0x00 "UART0_WN7816,UART 7816 Wait N Register" line.byte 0x01 "UART0_WF7816,UART 7816 Wait FD Register" line.byte 0x02 "UART0_ET7816,UART 7816 Error Threshold Register" bitfld.byte 0x02 4.--7. " TXTHRESHOLD ,Transmit NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x02 0.--3. " RXTHRESHOLD ,Receive NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" else if ((per.b(ad:0x40027000+0x18)&0x2)==0x0) group.byte 0x1C++0x02 line.byte 0x00 "UART0_WN7816,UART 7816 Wait N Register" line.byte 0x01 "UART0_WF7816,UART 7816 Wait FD Register" line.byte 0x02 "UART0_ET7816,UART 7816 Error Threshold Register" bitfld.byte 0x02 4.--7. " TXTHRESHOLD ,Transmit NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x02 0.--3. " RXTHRESHOLD ,Receive NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif endif if ((per.b(ad:0x40027000+0x18)&0x2)==0x0) hgroup.byte 0x1F++0x00 hide.byte 0x00 "UART0_TL7816,UART 7816 Transmit Length Register" else group.byte 0x1F++0x00 line.byte 0x00 "UART0_TL7816,UART 7816 Transmit Length Register" endif tree.end endif sif (cpuis("K70*")) group.byte 0x21++0x10 line.byte 0x00 "UART0_C6,UART CEA709.1-B Control Register 6" bitfld.byte 0x00 7. " EN709 ,Enable CEA709.1-B feature" "Disabled,Enabled" bitfld.byte 0x00 6. " TX709 ,Enable CEA709.1-B transmission" "Disabled,Enabled" newline bitfld.byte 0x00 5. " CE ,Collision enable" "Disabled,Enabled" bitfld.byte 0x00 4. " CP ,Collision signal polarity" "Active low,Active high" line.byte 0x01 "UART0_PCTH,UART CEA709.1-B Packet Cycle Time Counter High Register" line.byte 0x02 "UART0_PCTL,UART CEA709.1-B Packet Cycle Time Counter Low Register" line.byte 0x03 "UART0_B1T,UART CEA709.1-B Beta1 Timer Register" line.byte 0x04 "UART0_SDTH,UART CEA709.1-B Secondary Delay Timer High Register" line.byte 0x05 "UART0_SDTL,UART CEA709.1-B Secondary Delay Timer Low Register" line.byte 0x06 "UART0_PRE,UART CEA709.1-B Preamble Register" line.byte 0x07 "UART0_TPL,UART CEA709.1-B Transmit Packet Length Register" line.byte 0x08 "UART0_IE,UART CEA709.1-B Interrupt Enable Register" bitfld.byte 0x08 6. " WBEIE ,Wbase expired interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 5. " ISDIE ,Initial sync detection interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 4. " PRXIE ,Packet received interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 3. " PTXIE ,Packet transmitted interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 2. " PCTEIE ,Packet cycle timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 1. " PSIE ,Preamble start interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 0. " TXFIE ,Transmission fail interrupt enable" "Disabled,Enabled" line.byte 0x09 "UART0_WB,UART CEA709.1-B WBASE Register" line.byte 0x0A "UART0_S3,UART CEA709.1-B Status Register" bitfld.byte 0x0A 7. " PEF ,Preamble error interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x0A 6. " WBEF ,Wbase expired interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x0A 5. " ISD ,Initial sync detection interrupt enable" "No interrupt,Interrupt" bitfld.byte 0x0A 4. " PRXF ,Packet received interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x0A 3. " PTXF ,Packet transmitted interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x0A 2. " PCTEF ,Packet cycle timer expired interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x0A 1. " PSF ,Preamble start interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x0A 0. " TXFF ,Transmission fail interrupt flag" "No interrupt,Interrupt" line.byte 0x0B "UART0_S4,UART CEA709.1-B Status Register" bitfld.byte 0x0B 4. " INITF ,Initial synchronization fail flag" "Not falled,Falled" bitfld.byte 0x0B 2.--3. " CDET ,Collision occuring during transmission" "No collision,Preamble,Data,Line code violation" newline bitfld.byte 0x0B 1. " ILCV ,Improper line code violation" "Proper,Not proper" bitfld.byte 0x0B 0. " FE ,Framing error flag" "No error,Error" line.byte 0x0C "UART0_RPL,UART CEA709.1-B Received Packet Length Register" line.byte 0x0D "UART0_RPREL,UART CEA709.1-B Received Preamble Length Register" line.byte 0x0E "UART0_CPW,UART CEA709.1-B Collision Pulse Width Register" line.byte 0x0F "UART0_RIDT,UART CEA709.1-B Receive Indeterminate Time Register" line.byte 0x10 "UART0_TIDT,UART CEA709.1-B Transmit Indeterminate Time Register" elif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7") tree "UART 0 CEA709.1-B Registers" group.byte 0x21++0x09 line.byte 0x00 "UART0_C6,UART CEA709.1-B Control Register 6" bitfld.byte 0x00 7. " EN709 ,Enable CEA709.1-B feature" "Disabled,Enabled" bitfld.byte 0x00 6. " TX709 ,Enable CEA709.1-B transmission" "Disabled,Enabled" newline bitfld.byte 0x00 5. " CE ,Collision enable" "Disabled,Enabled" bitfld.byte 0x00 4. " CP ,Collision signal polarity" "Active low,Active high" line.byte 0x01 "UART0_PCTH,UART CEA709.1-B Packet Cycle Time Counter High Register" line.byte 0x02 "UART0_PCTL,UART CEA709.1-B Packet Cycle Time Counter Low Register" line.byte 0x03 "UART0_B1T,UART CEA709.1-B Beta1 Timer Register" line.byte 0x04 "UART0_SDTH,UART CEA709.1-B Secondary Delay Timer High Register" line.byte 0x05 "UART0_SDTL,UART CEA709.1-B Secondary Delay Timer Low Register" line.byte 0x06 "UART0_PRE,UART CEA709.1-B Preamble Register" line.byte 0x07 "UART0_TPL,UART CEA709.1-B Transmit Packet Length Register" line.byte 0x08 "UART0_IE,UART CEA709.1-B Interrupt Enable Register" bitfld.byte 0x08 6. " WBEIE ,Wbase expired interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 5. " ISDIE ,Initial sync detection interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 4. " PRXIE ,Packet received interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 3. " PTXIE ,Packet transmitted interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 2. " PCTEIE ,Packet cycle timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 1. " PSIE ,Preamble start interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 0. " TXFIE ,Transmission fail interrupt enable" "Disabled,Enabled" line.byte 0x09 "UART0_WB,UART CEA709.1-B WBASE" group.byte 0x2B++0x01 line.byte 0x00 "UART0_S3,UART CEA709.1-B Status Register" bitfld.byte 0x00 7. " PEF ,Preamble error interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x00 6. " WBEF ,Wbase expired interrupt flag" "No interrupt,Interrupt" newline rbitfld.byte 0x00 5. " ISD ,Initial sync detection interrupt enable" "No interrupt,Interrupt" bitfld.byte 0x00 4. " PRXF ,Packet received interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x00 3. " PTXF ,Packet transmitted interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x00 2. " PCTEF ,Packet cycle timer expired interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x00 1. " PSF ,Preamble start interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x00 0. " TXFF ,Transmission fail interrupt flag" "No interrupt,Interrupt" line.byte 0x01 "UART0_S4,UART CEA709.1-B Status Register" rbitfld.byte 0x01 4. " INITF ,Initial synchronization fail flag" "Not falled,Falled" bitfld.byte 0x01 2.--3. " CDET ,Collision occuring during transmission" "No collision,Preamble,Data,Line code violation" newline bitfld.byte 0x01 1. " ILCV ,Improper line code violation" "Proper,Not proper" bitfld.byte 0x01 0. " FE ,Framing error flag" "No error,Error" rgroup.byte 0x2D++0x01 line.byte 0x00 "UART0_RPL,UART CEA709.1-B Received Packet Length Register" line.byte 0x01 "UART0_RPREL,UART CEA709.1-B Received Preamble Length Register" group.byte 0x2F++0x02 line.byte 0x00 "UART0_CPW,UART CEA709.1-B Collision Pulse Width Register" line.byte 0x01 "UART0_RIDT,UART CEA709.1-B Receive Indeterminate Time Register" line.byte 0x02 "UART0_TIDT,UART CEA709.1-B Transmit Indeterminate Time Register" tree.end elif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") tree "UART 0 CEA709.1-B Registers" group.byte 0x21++0x07 line.byte 0x00 "UART0_C6,UART CEA709.1-B Control Register 6" bitfld.byte 0x00 7. " EN709 ,Enable CEA709.1-B feature" "Disabled,Enabled" bitfld.byte 0x00 6. " TX709 ,Enable CEA709.1-B transmission" "Disabled,Enabled" newline bitfld.byte 0x00 5. " CE ,Collision enable" "Disabled,Enabled" bitfld.byte 0x00 4. " CP ,Collision signal polarity" "Active low,Active high" line.byte 0x01 "UART0_PCTH,UART CEA709.1-B Packet Cycle Time Counter High Register" line.byte 0x02 "UART0_PCTL,UART CEA709.1-B Packet Cycle Time Counter Low Register" line.byte 0x03 "UART0_B1T,UART CEA709.1-B Beta1 Timer Register" line.byte 0x04 "UART0_SDTH,UART CEA709.1-B Secondary Delay Timer High Register" line.byte 0x05 "UART0_SDTL,UART CEA709.1-B Secondary Delay Timer Low Register" line.byte 0x06 "UART0_PRE,UART CEA709.1-B Preamble Register" line.byte 0x07 "UART0_TPL,UART CEA709.1-B Transmit Packet Length Register" sif (cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") group.byte 0x29++0x00 line.byte 0x00 "UART0_IE,UART CEA709.1-B Interrupt Enable Register" bitfld.byte 0x00 7. " PEF ,Preamble error interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x00 6. " WBEF ,Wbase expired interrupt flag" "No interrupt,Interrupt" newline rbitfld.byte 0x00 5. " ISD ,Initial sync detection interrupt enable" "No interrupt,Interrupt" bitfld.byte 0x00 4. " PRXF ,Packet received interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x00 3. " PTXF ,Packet transmitted interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x00 2. " PCTEF ,Packet cycle timer expired interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x00 1. " PSF ,Preamble start interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x00 0. " TXFF ,Transmission fail interrupt flag" "No interrupt,Interrupt" endif group.byte 0x2A++0x02 line.byte 0x00 "UART0_WB,UART CEA709.1-B WBASE Register" line.byte 0x01 "UART0_S3,UART CEA709.1-B Status Register" eventfld.byte 0x01 7. " PEF ,Preamble error interrupt flag" "No interrupt,Interrupt" eventfld.byte 0x01 6. " WBEF ,Wbase expired interrupt flag" "No interrupt,Interrupt" newline sif (cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") rbitfld.byte 0x01 5. " ISD ,Initial sync detection interrupt enable" "No interrupt,Interrupt" else bitfld.byte 0x01 5. " ISD ,Initial sync detection interrupt enable" "No interrupt,Interrupt" endif eventfld.byte 0x01 4. " PRXF ,Packet received interrupt flag" "No interrupt,Interrupt" newline eventfld.byte 0x01 3. " PTXF ,Packet transmitted interrupt flag" "No interrupt,Interrupt" eventfld.byte 0x01 2. " PCTEF ,Packet cycle timer expired interrupt flag" "No interrupt,Interrupt" newline eventfld.byte 0x01 1. " PSF ,Preamble start interrupt flag" "No interrupt,Interrupt" eventfld.byte 0x01 0. " TXFF ,Transmission fail interrupt flag" "No interrupt,Interrupt" line.byte 0x02 "UART0_S4,UART CEA709.1-B Status Register" bitfld.byte 0x02 4. " INITF ,Initial synchronization fail flag" "Not falled,Falled" bitfld.byte 0x02 2.--3. " CDET ,Collision occuring during transmission" "No collision,Preamble,Byte sync or data,Line code violation" newline eventfld.byte 0x02 1. " ILCV ,Improper line code violation" "Proper,Not proper" eventfld.byte 0x02 0. " FE ,Framing error flag" "No error,Error" rgroup.byte 0x2D++0x01 line.byte 0x00 "UART0_RPL,UART CEA709.1-B Received Packet Length Register" line.byte 0x01 "UART0_RPREL,UART CEA709.1-B Received Preamble Length Register" group.byte 0x2F++0x02 line.byte 0x00 "UART0_CPW,UART CEA709.1-B Collision Pulse Width Register" line.byte 0x01 "UART0_RIDT,UART CEA709.1-B Receive Indeterminate Time Register" line.byte 0x02 "UART0_TIDT,UART CEA709.1-B Transmit Indeterminate Time Register" tree.end elif (cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10") group.byte 0x24++0x00 line.byte 0x00 "UART0_B1T,UART CEA709.1-B Beta1 Timer" group.byte 0x30++0x01 line.byte 0x00 "UART0_RIDT,UART CEA709.1-B Receive Indeterminate Time" line.byte 0x01 "UARTX_TIDT,UART CEA709.1-B Transmit Indeterminate Time" endif endif width 0x0B tree.end tree "UART1" base ad:0x40028000 width 13. tree "UART 1 Standard Features Registers" group.byte 0x00++0x03 line.byte 0x00 "UART1_BDH,UART Baud Rate Register High" bitfld.byte 0x00 7. " LBKDIE ,LIN break detect interrupt or DMA request enable" "Disabled,Enabled" bitfld.byte 0x00 6. " RXEDGIE ,Rxd input active edge interrupt enable" "Disabled,Enabled" newline sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") bitfld.byte 0x00 5. " SBNS ,Stop bit number select" "One,Two" newline endif bitfld.byte 0x00 0.--4. " SBR ,UART baud rate bits" "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.byte 0x01 "UART1_BDL,UART Baud Rate Register Low" line.byte 0x02 "UART1_C1,UART Control Register 1" bitfld.byte 0x02 7. " LOOPS ,Loop mode select" "Not selected,Selected" newline sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.byte 0x02 5. " RSRC ,Receiver source select" "Internal loop-back mode,Single-wire UART" newline elif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") bitfld.byte 0x02 6. " UARTSWAI ,UART stops in wait mode" "Not stopped,Stopped" bitfld.byte 0x02 5. " RSRC ,Receiver source select" "Internal loop-back mode,Single-wire UART" newline elif (cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MK40D*ZV*10") bitfld.byte 0x02 6. " UARTSWAI ,UART stops in wait mode" "Not stopped,Stopped" bitfld.byte 0x02 5. " RSRC ,Receiver source select" "Internal loop-back mode,Single-wire UART" newline else bitfld.byte 0x02 6. " SCISWAI ,UART stops in wait mode" "Not stopped,Stopped" bitfld.byte 0x02 5. " RSRC ,Receiver source select" "Internal loop-back mode,Single-wire UART" newline endif bitfld.byte 0x02 4. " M ,9-bit or 8-bit mode select" "Normal 8 bits+stop,Use 9 bits+stop" bitfld.byte 0x02 3. " WAKE ,Receiver wakeup method select" "Idle-line,Address-mark" bitfld.byte 0x02 2. " ILT ,Idle line type select" "After start bit,After stop bit" newline bitfld.byte 0x02 1. " PE ,Parity enable" "Disabled,Enabled" bitfld.byte 0x02 0. " PT ,Parity type" "Even,Odd" line.byte 0x03 "UART1_C2,UART Control Register 2" bitfld.byte 0x03 7. " TIE ,Transmitter interrupt or DMA transfer enable" "Disabled,Enabled" bitfld.byte 0x03 6. " TCIE ,Transmission complete interrupt or DMA transfer enable" "Disabled,Enabled" bitfld.byte 0x03 5. " RIE ,Receiver full interrupt or DMA transfer enable" "Disabled,Enabled" newline bitfld.byte 0x03 4. " ILIE ,Idle line interrupt or DMA transfer enable" "Disabled,Enabled" bitfld.byte 0x03 3. " TE ,Transmitter enable" "Disabled,Enabled" bitfld.byte 0x03 2. " RE ,Receiver enable" "Disabled,Enabled" newline bitfld.byte 0x03 1. " RWU ,Receiver wakeup control" "Normal,Wake-up" bitfld.byte 0x03 0. " SBK ,Send break" "Normal,Break" sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") rgroup.byte 0x04++0x00 line.byte 0x00 "UART1_S1,UART Status Register 1" bitfld.byte 0x00 7. " TDRE ,Transmit data register empty flag" "Not occurred,Occurred" bitfld.byte 0x00 6. " TC ,Transmit complete flag" "Not occurred,Occurred" bitfld.byte 0x00 5. " RDRF ,Receive data register full flag" "Not occurred,Occurred" newline bitfld.byte 0x00 4. " IDLE ,Idle line flag" "Not occurred,Occurred" bitfld.byte 0x00 3. " OR ,Receiver overrun flag" "Not occurred,Occurred" bitfld.byte 0x00 2. " NF ,Noise flag" "Not occurred,Occurred" newline bitfld.byte 0x00 1. " FE ,Framing error flag" "Not occurred,Occurred" bitfld.byte 0x00 0. " PF ,Parity error flag" "Not occurred,Occurred" else rgroup.byte 0x04++0x00 line.byte 0x00 "UART1_S1,UART Status Register 1" bitfld.byte 0x00 7. " TDRE ,Transmit data register empty flag" "Not occurred,Occurred" bitfld.byte 0x00 6. " TC ,Transmit complete flag" "Not occurred,Occurred" bitfld.byte 0x00 5. " RDRF ,Receive data register full flag" "Not occurred,Occurred" newline bitfld.byte 0x00 4. " IDLE ,Idle line flag" "Not occurred,Occurred" bitfld.byte 0x00 3. " OR ,Receiver overrun flag" "Not occurred,Occurred" bitfld.byte 0x00 2. " NF ,Noise flag" "Not occurred,Occurred" newline bitfld.byte 0x00 1. " FE ,Framing error flag" "Not occurred,Occurred" bitfld.byte 0x00 0. " PF ,Parity error flag" "Not occurred,Occurred" endif group.byte 0x05++0x01 line.byte 0x00 "UART1_S2,UART Status Register 2" sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*")||cpuis("MK40D*ZV*10") eventfld.byte 0x00 7. " LBKDIF ,LIN break detect interrupt flag" "Not occurred,Occurred" eventfld.byte 0x00 6. " RXEDGIF ,Rxd pin active edge interrupt flag" "Not occurred,Occurred" newline else bitfld.byte 0x00 7. " LBKDIF ,LIN break detect interrupt flag" "Not occurred,Occurred" bitfld.byte 0x00 6. " RXEDGIF ,Rxd pin active edge interrupt flag" "Not occurred,Occurred" newline endif sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") else bitfld.byte 0x00 5. " MSBF ,Most significant bit first" "LSB first,MSB first" newline endif bitfld.byte 0x00 4. " RXINV ,Receive data inversion" "Not inverted,Inverted" bitfld.byte 0x00 3. " RWUID ,Receive wakeup idle detect" "Not detected,Detected" newline sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") bitfld.byte 0x00 2. " BRK13 ,Break transmit character length" "10/11/12 bit long,13/14/15 bit long" bitfld.byte 0x00 1. " LBKDE ,LIN break detection enable" "10/11/12 bit times,11/12/14 bit times" newline elif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10") bitfld.byte 0x00 2. " BRK13 ,Break transmit character length" "10/11/12 bit long,13/14 bit long" bitfld.byte 0x00 1. " LBKDE ,LIN break detection enable (detected at lenght of)" "10/11/12 bit times,11/12 bit times" newline else bitfld.byte 0x00 2. " BRK13 ,Break transmit character length" "10/11/12 bit long,13/14 bit long" bitfld.byte 0x00 1. " LBKDE ,LIN break detection enable" "10 bit times,11 bit times" newline endif sif (cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*")||cpuis("MK40D*ZV*10") rbitfld.byte 0x00 0. " RAF ,Receiver active flag" "Idle,Active" else bitfld.byte 0x00 0. " RAF ,Receiver active flag" "Idle,Active" endif line.byte 0x01 "UART1_C3,UART Control Register 3" sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") rbitfld.byte 0x01 7. " R8 ,Received bit 8" "No RX,RX" bitfld.byte 0x01 6. " T8 ,Transmit bit 8" "No TX,TX" newline else sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MK40D*ZV*10") rbitfld.byte 0x01 7. " R8 ,Received bit 8" "No RX,RX" else bitfld.byte 0x01 7. " R8 ,Received bit 8" "No RX,RX" endif bitfld.byte 0x01 6. " T8 ,Transmit bit 8" "No TX,TX" newline endif bitfld.byte 0x01 5. " TXDIR ,Transmitter pin data direction in single-wire mode" "Input,Output" newline bitfld.byte 0x01 4. " TXINV ,Transmit data inversion" "Not inverted,Inverted" bitfld.byte 0x01 3. " ORIE ,Overrun error interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 2. " NEIE ,Noise error interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x01 1. " FEIE ,Framing error interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 0. " PEIE ,Parity error interrupt enable" "Disabled,Enabled" sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") hgroup.byte 0x07++0x00 hide.byte 0x00 "UART1_D,UART Data Register" in else group.byte 0x07++0x00 line.byte 0x00 "UART1_D,UART Data Register" endif sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") group.byte 0x08++0x00 line.byte 0x00 "UART1_C4,UART Control Register 4" bitfld.byte 0x00 7. " TDMAS ,Transmitter DMA select" "Interrupt service,DMA transfer" bitfld.byte 0x00 5. " RDMAS ,Receiver full DMA select" "Interrupt service,DMA transfer" newline else group.byte 0x08++0x03 line.byte 0x00 "UART1_MA1,UART Match Address Registers 1" line.byte 0x01 "UART1_MA2,UART Match Address Registers 2" line.byte 0x02 "UART1_C4,UART Control Register 4" bitfld.byte 0x02 7. " MAEN1 ,Match address mode enable 1" "Disabled,Enabled" bitfld.byte 0x02 6. " MAEN2 ,Match address mode enable 2" "Disabled,Enabled" bitfld.byte 0x02 5. " M10 ,10-bit mode select" "Not selected,Selected" newline bitfld.byte 0x02 0.--4. " BRFA ,Baud rate fine 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" line.byte 0x03 "UART1_C5,UART Control Register 5" bitfld.byte 0x03 7. " TDMAS ,Transmitter DMA select" "Interrupt service,DMA transfer" bitfld.byte 0x03 5. " RDMAS ,Receiver full DMA select" "Interrupt service,DMA transfer" endif sif !cpuis("MKL02*")&&!cpuis("MKL04*")&&!cpuis("MKL05*")&&!cpuis("MK14*")&&!cpuis("MKL14*")&&!cpuis("MKL24*")&&!cpuis("MK15*")&&!cpuis("MKL15*")&&!cpuis("MKL25*")&&!cpuis("MKL36Z*")&&!cpuis("MKL46Z*")&&!cpuis("MKL34Z*")&&!cpuis("MKL16*")&&!cpuis("MKL26*") rgroup.byte 0x0C++0x00 line.byte 0x00 "UART1_ED,UART Extended Data Register" bitfld.byte 0x00 7. " NOISY ,The current received dataword contained in D and C3[R8] was received with noise" "Without noise,With noise" bitfld.byte 0x00 6. " PARITYE ,The current received dataword contained in D and C3[R8] was received with a parity error" "Without parity error,With parity error" group.byte 0x0D++0x01 line.byte 0x00 "UART1_MODEM,UART Modem Register" bitfld.byte 0x00 3. " RXRTSE ,Receiver request-to-send enable (num of char in RCV data reg fifo>=rwfifo(rxwater)/num of char in RCV data reg FIFO<=RWFIFO(RXWATER))" "No effect,Deasserted/asserted" bitfld.byte 0x00 2. " TXRTSPOL ,Transmitter request-to-send polarity" "Active low,Active high" bitfld.byte 0x00 1. " TXRTSE ,Transmitter request-to-send enable (char placed in empty fifo/after all characters placed to FIFO)" "No effect,Asserted/deasserted" newline bitfld.byte 0x00 0. " TXCTSE ,Transmitter clear-to-send enable" "No effect,Enabled" line.byte 0x01 "UART1_IR,UART Infrared Register" bitfld.byte 0x01 2. " IREN ,Infrared enable" "Disabled,Enabled" bitfld.byte 0x01 0.--1. " TNP ,Transmitter narrow pulse" "3/16,1/16,1/32,1/4" endif tree.end sif !cpuis("MKL02*")&&!cpuis("MKL04*")&&!cpuis("MKL05*")&&!cpuis("MK14*")&&!cpuis("MKL14*")&&!cpuis("MKL24*")&&!cpuis("MK15*")&&!cpuis("MKL15*")&&!cpuis("MKL25*")&&!cpuis("MKL36Z*")&&!cpuis("MKL46Z*")&&!cpuis("MKL34Z*")&&!cpuis("MKL16*")&&!cpuis("MKL26*") width 16. tree "UART 1 FIFO Registers" group.byte 0x10++0x03 line.byte 0x00 "UART1_PFIFO,UART FIFO Parameters" bitfld.byte 0x00 7. " TXFE ,Transmit FIFO enable" "Disabled,Enabled" newline sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MK40D*ZV*10") rbitfld.byte 0x00 4.--6. " TXFIFOSIZE ,Transmit FIFO buffer depth" "1 dataword,4 datawords,8 datawords,16 datawords,32 datawords,64 datawords,128 datawords,?..." bitfld.byte 0x00 3. " RXFE ,Receive FIFO enable" "Disabled,Enabled" newline rbitfld.byte 0x00 0.--2. " RXFIFOSIZE ,Receive FIFO buffer depth" "1 dataword,4 datawords,8 datawords,16 datawords,32 datawords,64 datawords,128 datawords,?..." else bitfld.byte 0x00 4.--6. " TXFIFOSIZE ,Transmit FIFO buffer depth" "1 dataword,4 datawords,8 datawords,16 datawords,32 datawords,64 datawords,128 datawords,?..." bitfld.byte 0x00 3. " RXFE ,Receive FIFO enable" "Disabled,Enabled" newline bitfld.byte 0x00 0.--2. " RXFIFOSIZE ,Receive FIFO buffer depth" "1 dataword,4 datawords,8 datawords,16 datawords,32 datawords,64 datawords,128 datawords,?..." endif line.byte 0x01 "UART1_CFIFO,UART FIFO Control Register" bitfld.byte 0x01 7. " TXFLUSH ,Transmit fifo/buffer flush" "Not flushed,Flushed" bitfld.byte 0x01 6. " RXFLUSH ,Receive fifo/buffer flush" "Not flushed,Flushed" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10") newline bitfld.byte 0x01 2. " RXOFE ,Receive FIFO overflow interrupt enable" "Not generated,Generated" bitfld.byte 0x01 1. " TXOFE ,Transmit FIFO overflow interrupt enable" "Not generated,Generated" else newline bitfld.byte 0x01 1. " TXOFE ,Transmit FIFO overflow interrupt enable" "Not generated,Generated" endif newline bitfld.byte 0x01 0. " RXUFE ,Receive FIFO underflow interrupt enable" "Not generated,Generated" line.byte 0x02 "UART1_SFIFO,UART FIFO Status Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MK40D*ZV*10") rbitfld.byte 0x02 7. " TXEMPT ,Transmit buffer/fifo empty" "Not empty,Empty" rbitfld.byte 0x02 6. " RXEMPT ,Receive buffer/fifo empty" "Not empty,Empty" newline sif !cpuis("MK40D*ZV*10") eventfld.byte 0x02 2. " RXOF ,Receiver buffer overflow flag" "No overflow,Overflow" newline endif eventfld.byte 0x02 1. " TXOF ,Transmitter buffer overflow flag" "No overflow,Overflow" else bitfld.byte 0x02 7. " TXEMPT ,Transmit buffer/fifo empty" "Not empty,Empty" bitfld.byte 0x02 6. " RXEMPT ,Receive buffer/fifo empty" "Not empty,Empty" eventfld.byte 0x02 1. " TXOF ,Transmitter buffer overflow flag" "No overflow,Overflow" endif newline eventfld.byte 0x02 0. " RXUF ,Receiver buffer underflow flag" "No overflow,Overflow" line.byte 0x03 "UART1_TWFIFO,UART FIFO Transmit Watermark" rgroup.byte 0x14++0x00 line.byte 0x00 "UART1_TCFIFO,UART FIFO Transmit Count" group.byte 0x15++0x00 line.byte 0x00 "UART1_RWFIFO,UART FIFO Receive Watermark" rgroup.byte 0x16++0x00 line.byte 0x00 "UART1_RCFIFO,UART FIFO Receive Count" tree.end sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") width 16. tree "UART 1 ISO7816 Registers" group.byte 0x18++0x02 line.byte 0x00 "UART1_C7816,UART 7816 Control Register" bitfld.byte 0x00 4. " ONACK ,Generate NACK on overflow" "Not generated,Generated" bitfld.byte 0x00 3. " ANACK ,Generate NACK on error" "Not generated,Generated" bitfld.byte 0x00 2. " INIT ,Detect initial character" "Not detected,Detected" newline bitfld.byte 0x00 1. " TTYPE ,Transfer type" "0 per the ISO-7816,1 per the ISO-7816" bitfld.byte 0x00 0. " ISO_7816E ,ISO-7816 functionality enabled" "Disabled,Enabled" line.byte 0x01 "UART1_IE7816,UART 7816 Interrupt Enable Register" bitfld.byte 0x01 7. " WTE ,Wait timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 6. " CWTE ,Character wait timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 5. " BWTE ,Block wait timer interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x01 4. " INITDE ,Initial character detected interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 2. " GTVE ,Guard timer violated interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 1. " TXTE ,Transmit threshold exceeded interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x01 0. " RXTE ,Receive threshold exceeded interrupt enable" "Disabled,Enabled" line.byte 0x02 "UART1_IS7816,UART 7816 Interrupt Status Register" eventfld.byte 0x02 7. " WT ,Wait timer interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 6. " CWT ,Character wait timer interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 5. " BWT ,Block wait timer interrupt" "No interrupt,Interrupt" newline eventfld.byte 0x02 4. " INITD ,Initial character detected interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 2. " GTV ,Guard timer violated interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 1. " TXT ,Transmit threshold exceeded interrupt" "No interrupt,Interrupt" newline eventfld.byte 0x02 0. " RXT ,Receive threshold exceeded interrupt" "No interrupt,Interrupt" if ((per.b(ad:0x40028000+0x18)&0x2)==0x0) group.byte 0x1B++0x00 line.byte 0x00 "UART1_WP7816T0,UART 7816 Wait Parameter Register" else group.byte 0x1B++0x00 line.byte 0x00 "UART1_WP7816T1,UART 7816 Wait Parameter Register" bitfld.byte 0x00 4.--7. " CWI ,Character wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x00 0.--3. " BWI ,Block wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif group.byte 0x1C++0x02 line.byte 0x00 "UART1_WN7816,UART 7816 Wait N Register" line.byte 0x01 "UART1_WF7816,UART 7816 Wait FD Register" line.byte 0x02 "UART1_ET7816,UART 7816 Error Threshold Register" bitfld.byte 0x02 4.--7. " TXTHRESHOLD ,Transmit NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x02 0.--3. " RXTHRESHOLD ,Receive NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" if ((per.b(ad:0x40028000+0x18)&0x2)==0x0) hgroup.byte 0x1F++0x00 hide.byte 0x00 "UART1_TL7816,UART 7816 Transmit Length Register" else group.byte 0x1F++0x00 line.byte 0x00 "UART1_TL7816,UART 7816 Transmit Length Register" endif tree.end elif (cpu()=="MK40DN512ZVLQ10")||(cpu()=="MK40DN512ZVMD10")||(cpu()=="MK40DX128ZVLQ10")||(cpu()=="MK40DX256ZVLQ10")||(cpu()=="MK40DX256ZVMD10")||(cpu()=="MK40DN512ZVLL10") width 19. tree "UART 1 ISO7816 Registers" group.byte 0x18++0x02 line.byte 0x00 "UART1_C7816,UART 7816 Control Register" bitfld.byte 0x00 4. " ONACK ,Generate NACK on overflow" "Not generated,Generated" bitfld.byte 0x00 3. " ANACK ,Generate NACK on error" "Not generated,Generated" bitfld.byte 0x00 2. " INIT ,Detect initial character" "Not detected,Detected" newline bitfld.byte 0x00 1. " TTYPE ,Transfer type" "0 per the ISO-7816,1 per the ISO-7816" bitfld.byte 0x00 0. " ISO_7816E ,ISO-7816 functionality enabled" "Disabled,Enabled" line.byte 0x01 "UART1_IE7816,UART 7816 Interrupt Enable Register" bitfld.byte 0x01 7. " WTE ,Wait timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 6. " CWTE ,Character wait timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 5. " BWTE ,Block wait timer interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x01 4. " INITDE ,Initial character detected interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 2. " GTVE ,Guard timer violated interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 1. " TXTE ,Transmit threshold exceeded interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x01 0. " RXTE ,Receive threshold exceeded interrupt enable" "Disabled,Enabled" line.byte 0x02 "UART1_IS7816,UART 7816 Interrupt Status Register" eventfld.byte 0x02 7. " WT ,Wait timer interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 6. " CWT ,Character wait timer interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 5. " BWT ,Block wait timer interrupt" "No interrupt,Interrupt" newline eventfld.byte 0x02 4. " INITD ,Initial character detected interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 2. " GTV ,Guard timer violated interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 1. " TXT ,Transmit threshold exceeded interrupt" "No interrupt,Interrupt" newline eventfld.byte 0x02 0. " RXT ,Receive threshold exceeded interrupt" "No interrupt,Interrupt" if ((per.b(ad:0x40028000+0x18)&0x1)==0x1) if ((per.b(ad:0x40028000+0x18)&0x2)==0x0) rgroup.byte 0x1B++0x00 line.byte 0x00 "UART1_WP7816T0,UART 7816 Wait Parameter Register" else rgroup.byte 0x1B++0x00 line.byte 0x00 "UART1_WP7816T1,UART 7816 Wait Parameter Register" bitfld.byte 0x00 4.--7. " CWI ,Character wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x00 0.--3. " BWI ,Block wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif rgroup.byte 0x1C++0x02 line.byte 0x00 "UART1_WN7816,UART 7816 Wait N Register" line.byte 0x01 "UART1_WF7816,UART 7816 Wait FD Register" line.byte 0x02 "UART1_ET7816,UART 7816 Error Threshold Register" bitfld.byte 0x02 4.--7. " TXTHRESHOLD ,Transmit NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x02 0.--3. " RXTHRESHOLD ,Receive NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" else if ((per.b(ad:0x40028000+0x18)&0x2)==0x0) group.byte 0x1B++0x00 line.byte 0x00 "UART1_WP7816T0,UART 7816 Wait Parameter Register" else group.byte 0x1B++0x00 line.byte 0x00 "UART1_WP7816T1,UART 7816 Wait Parameter Register" bitfld.byte 0x00 4.--7. " CWI ,Character wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x00 0.--3. " BWI ,Block wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif group.byte 0x1C++0x02 line.byte 0x00 "UART1_WN7816,UART 7816 Wait N Register" line.byte 0x01 "UART1_WF7816,UART 7816 Wait FD Register" line.byte 0x02 "UART1_ET7816,UART 7816 Error Threshold Register" bitfld.byte 0x02 4.--7. " TXTHRESHOLD ,Transmit NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x02 0.--3. " RXTHRESHOLD ,Receive NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif if ((per.b(ad:0x40028000+0x03)&0x8)==0x8) if ((per.b(ad:0x40028000+0x18)&0x2)==0x0) hgroup.byte 0x1F++0x00 hide.byte 0x00 "UART1_TL7816,UART 7816 Transmit Length Register" else group.byte 0x1F++0x00 line.byte 0x00 "UART1_TL7816,UART 7816 Transmit Length Register" endif else if ((per.b(ad:0x40028000+0x18)&0x2)==0x0) hgroup.byte 0x1F++0x00 hide.byte 0x00 "UART1_TL7816,UART 7816 Transmit Length Register" else rgroup.byte 0x1F++0x00 line.byte 0x00 "UART1_TL7816,UART 7816 Transmit Length Register" endif endif tree.end else endif sif (cpuis("K70*")) group.byte 0x21++0x10 line.byte 0x00 "UART1_C6,UART CEA709.1-B Control Register 6" bitfld.byte 0x00 7. " EN709 ,Enable CEA709.1-B feature" "Disabled,Enabled" bitfld.byte 0x00 6. " TX709 ,Enable CEA709.1-B transmission" "Disabled,Enabled" newline bitfld.byte 0x00 5. " CE ,Collision enable" "Disabled,Enabled" bitfld.byte 0x00 4. " CP ,Collision signal polarity" "Active low,Active high" line.byte 0x01 "UART1_PCTH,UART CEA709.1-B Packet Cycle Time Counter High Register" line.byte 0x02 "UART1_PCTL,UART CEA709.1-B Packet Cycle Time Counter Low Register" line.byte 0x03 "UART1_B1T,UART CEA709.1-B Beta1 Timer Register" line.byte 0x04 "UART1_SDTH,UART CEA709.1-B Secondary Delay Timer High Register" line.byte 0x05 "UART1_SDTL,UART CEA709.1-B Secondary Delay Timer Low Register" line.byte 0x06 "UART1_PRE,UART CEA709.1-B Preamble Register" line.byte 0x07 "UART1_TPL,UART CEA709.1-B Transmit Packet Length Register" line.byte 0x08 "UART1_IE,UART CEA709.1-B Interrupt Enable Register" bitfld.byte 0x08 6. " WBEIE ,Wbase expired interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 5. " ISDIE ,Initial sync detection interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 4. " PRXIE ,Packet received interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 3. " PTXIE ,Packet transmitted interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 2. " PCTEIE ,Packet cycle timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 1. " PSIE ,Preamble start interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 0. " TXFIE ,Transmission fail interrupt enable" "Disabled,Enabled" line.byte 0x09 "UART1_WB,UART CEA709.1-B WBASE Register" line.byte 0x0A "UART1_S3,UART CEA709.1-B Status Register" bitfld.byte 0x0A 7. " PEF ,Preamble error interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x0A 6. " WBEF ,Wbase expired interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x0A 5. " ISD ,Initial sync detection interrupt enable" "No interrupt,Interrupt" bitfld.byte 0x0A 4. " PRXF ,Packet received interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x0A 3. " PTXF ,Packet transmitted interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x0A 2. " PCTEF ,Packet cycle timer expired interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x0A 1. " PSF ,Preamble start interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x0A 0. " TXFF ,Transmission fail interrupt flag" "No interrupt,Interrupt" line.byte 0x0B "UART1_S4,UART CEA709.1-B Status Register" bitfld.byte 0x0B 4. " INITF ,Initial synchronization fail flag" "Not falled,Falled" bitfld.byte 0x0B 2.--3. " CDET ,Collision occuring during transmission" "No collision,Preamble,Data,Line code violation" newline bitfld.byte 0x0B 1. " ILCV ,Improper line code violation" "Proper,Not proper" bitfld.byte 0x0B 0. " FE ,Framing error flag" "No error,Error" line.byte 0x0C "UART1_RPL,UART CEA709.1-B Received Packet Length Register" line.byte 0x0D "UART1_RPREL,UART CEA709.1-B Received Preamble Length Register" line.byte 0x0E "UART1_CPW,UART CEA709.1-B Collision Pulse Width Register" line.byte 0x0F "UART1_RIDT,UART CEA709.1-B Receive Indeterminate Time Register" line.byte 0x10 "UART1_TIDT,UART CEA709.1-B Transmit Indeterminate Time Register" elif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7") tree "UART 1 CEA709.1-B Registers" group.byte 0x21++0x09 line.byte 0x00 "UART1_C6,UART CEA709.1-B Control Register 6" bitfld.byte 0x00 7. " EN709 ,Enable CEA709.1-B feature" "Disabled,Enabled" bitfld.byte 0x00 6. " TX709 ,Enable CEA709.1-B transmission" "Disabled,Enabled" newline bitfld.byte 0x00 5. " CE ,Collision enable" "Disabled,Enabled" bitfld.byte 0x00 4. " CP ,Collision signal polarity" "Active low,Active high" line.byte 0x01 "UART1_PCTH,UART CEA709.1-B Packet Cycle Time Counter High Register" line.byte 0x02 "UART1_PCTL,UART CEA709.1-B Packet Cycle Time Counter Low Register" line.byte 0x03 "UART1_B1T,UART CEA709.1-B Beta1 Timer Register" line.byte 0x04 "UART1_SDTH,UART CEA709.1-B Secondary Delay Timer High Register" line.byte 0x05 "UART1_SDTL,UART CEA709.1-B Secondary Delay Timer Low Register" line.byte 0x06 "UART1_PRE,UART CEA709.1-B Preamble Register" line.byte 0x07 "UART1_TPL,UART CEA709.1-B Transmit Packet Length Register" line.byte 0x08 "UART1_IE,UART CEA709.1-B Interrupt Enable Register" bitfld.byte 0x08 6. " WBEIE ,Wbase expired interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 5. " ISDIE ,Initial sync detection interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 4. " PRXIE ,Packet received interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 3. " PTXIE ,Packet transmitted interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 2. " PCTEIE ,Packet cycle timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 1. " PSIE ,Preamble start interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 0. " TXFIE ,Transmission fail interrupt enable" "Disabled,Enabled" line.byte 0x09 "UART1_WB,UART CEA709.1-B WBASE" group.byte 0x2B++0x01 line.byte 0x00 "UART1_S3,UART CEA709.1-B Status Register" bitfld.byte 0x00 7. " PEF ,Preamble error interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x00 6. " WBEF ,Wbase expired interrupt flag" "No interrupt,Interrupt" newline rbitfld.byte 0x00 5. " ISD ,Initial sync detection interrupt enable" "No interrupt,Interrupt" bitfld.byte 0x00 4. " PRXF ,Packet received interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x00 3. " PTXF ,Packet transmitted interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x00 2. " PCTEF ,Packet cycle timer expired interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x00 1. " PSF ,Preamble start interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x00 0. " TXFF ,Transmission fail interrupt flag" "No interrupt,Interrupt" line.byte 0x01 "UART1_S4,UART CEA709.1-B Status Register" rbitfld.byte 0x01 4. " INITF ,Initial synchronization fail flag" "Not falled,Falled" bitfld.byte 0x01 2.--3. " CDET ,Collision occuring during transmission" "No collision,Preamble,Data,Line code violation" newline bitfld.byte 0x01 1. " ILCV ,Improper line code violation" "Proper,Not proper" bitfld.byte 0x01 0. " FE ,Framing error flag" "No error,Error" rgroup.byte 0x2D++0x01 line.byte 0x00 "UART1_RPL,UART CEA709.1-B Received Packet Length Register" line.byte 0x01 "UART1_RPREL,UART CEA709.1-B Received Preamble Length Register" group.byte 0x2F++0x02 line.byte 0x00 "UART1_CPW,UART CEA709.1-B Collision Pulse Width Register" line.byte 0x01 "UART1_RIDT,UART CEA709.1-B Receive Indeterminate Time Register" line.byte 0x02 "UART1_TIDT,UART CEA709.1-B Transmit Indeterminate Time Register" tree.end elif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") elif (cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10") endif endif width 0x0B tree.end tree "UART2" base ad:0x40029000 width 13. tree "UART 2 Standard Features Registers" group.byte 0x00++0x03 line.byte 0x00 "UART2_BDH,UART Baud Rate Register High" bitfld.byte 0x00 7. " LBKDIE ,LIN break detect interrupt or DMA request enable" "Disabled,Enabled" bitfld.byte 0x00 6. " RXEDGIE ,Rxd input active edge interrupt enable" "Disabled,Enabled" newline sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") bitfld.byte 0x00 5. " SBNS ,Stop bit number select" "One,Two" newline endif bitfld.byte 0x00 0.--4. " SBR ,UART baud rate bits" "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.byte 0x01 "UART2_BDL,UART Baud Rate Register Low" line.byte 0x02 "UART2_C1,UART Control Register 1" bitfld.byte 0x02 7. " LOOPS ,Loop mode select" "Not selected,Selected" newline sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.byte 0x02 5. " RSRC ,Receiver source select" "Internal loop-back mode,Single-wire UART" newline elif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") bitfld.byte 0x02 6. " UARTSWAI ,UART stops in wait mode" "Not stopped,Stopped" bitfld.byte 0x02 5. " RSRC ,Receiver source select" "Internal loop-back mode,Single-wire UART" newline elif (cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MK40D*ZV*10") bitfld.byte 0x02 6. " UARTSWAI ,UART stops in wait mode" "Not stopped,Stopped" bitfld.byte 0x02 5. " RSRC ,Receiver source select" "Internal loop-back mode,Single-wire UART" newline else bitfld.byte 0x02 6. " SCISWAI ,UART stops in wait mode" "Not stopped,Stopped" bitfld.byte 0x02 5. " RSRC ,Receiver source select" "Internal loop-back mode,Single-wire UART" newline endif bitfld.byte 0x02 4. " M ,9-bit or 8-bit mode select" "Normal 8 bits+stop,Use 9 bits+stop" bitfld.byte 0x02 3. " WAKE ,Receiver wakeup method select" "Idle-line,Address-mark" bitfld.byte 0x02 2. " ILT ,Idle line type select" "After start bit,After stop bit" newline bitfld.byte 0x02 1. " PE ,Parity enable" "Disabled,Enabled" bitfld.byte 0x02 0. " PT ,Parity type" "Even,Odd" line.byte 0x03 "UART2_C2,UART Control Register 2" bitfld.byte 0x03 7. " TIE ,Transmitter interrupt or DMA transfer enable" "Disabled,Enabled" bitfld.byte 0x03 6. " TCIE ,Transmission complete interrupt or DMA transfer enable" "Disabled,Enabled" bitfld.byte 0x03 5. " RIE ,Receiver full interrupt or DMA transfer enable" "Disabled,Enabled" newline bitfld.byte 0x03 4. " ILIE ,Idle line interrupt or DMA transfer enable" "Disabled,Enabled" bitfld.byte 0x03 3. " TE ,Transmitter enable" "Disabled,Enabled" bitfld.byte 0x03 2. " RE ,Receiver enable" "Disabled,Enabled" newline bitfld.byte 0x03 1. " RWU ,Receiver wakeup control" "Normal,Wake-up" bitfld.byte 0x03 0. " SBK ,Send break" "Normal,Break" sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") rgroup.byte 0x04++0x00 line.byte 0x00 "UART2_S1,UART Status Register 1" bitfld.byte 0x00 7. " TDRE ,Transmit data register empty flag" "Not occurred,Occurred" bitfld.byte 0x00 6. " TC ,Transmit complete flag" "Not occurred,Occurred" bitfld.byte 0x00 5. " RDRF ,Receive data register full flag" "Not occurred,Occurred" newline bitfld.byte 0x00 4. " IDLE ,Idle line flag" "Not occurred,Occurred" bitfld.byte 0x00 3. " OR ,Receiver overrun flag" "Not occurred,Occurred" bitfld.byte 0x00 2. " NF ,Noise flag" "Not occurred,Occurred" newline bitfld.byte 0x00 1. " FE ,Framing error flag" "Not occurred,Occurred" bitfld.byte 0x00 0. " PF ,Parity error flag" "Not occurred,Occurred" else rgroup.byte 0x04++0x00 line.byte 0x00 "UART2_S1,UART Status Register 1" bitfld.byte 0x00 7. " TDRE ,Transmit data register empty flag" "Not occurred,Occurred" bitfld.byte 0x00 6. " TC ,Transmit complete flag" "Not occurred,Occurred" bitfld.byte 0x00 5. " RDRF ,Receive data register full flag" "Not occurred,Occurred" newline bitfld.byte 0x00 4. " IDLE ,Idle line flag" "Not occurred,Occurred" bitfld.byte 0x00 3. " OR ,Receiver overrun flag" "Not occurred,Occurred" bitfld.byte 0x00 2. " NF ,Noise flag" "Not occurred,Occurred" newline bitfld.byte 0x00 1. " FE ,Framing error flag" "Not occurred,Occurred" bitfld.byte 0x00 0. " PF ,Parity error flag" "Not occurred,Occurred" endif group.byte 0x05++0x01 line.byte 0x00 "UART2_S2,UART Status Register 2" sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*")||cpuis("MK40D*ZV*10") eventfld.byte 0x00 7. " LBKDIF ,LIN break detect interrupt flag" "Not occurred,Occurred" eventfld.byte 0x00 6. " RXEDGIF ,Rxd pin active edge interrupt flag" "Not occurred,Occurred" newline else bitfld.byte 0x00 7. " LBKDIF ,LIN break detect interrupt flag" "Not occurred,Occurred" bitfld.byte 0x00 6. " RXEDGIF ,Rxd pin active edge interrupt flag" "Not occurred,Occurred" newline endif sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") else bitfld.byte 0x00 5. " MSBF ,Most significant bit first" "LSB first,MSB first" newline endif bitfld.byte 0x00 4. " RXINV ,Receive data inversion" "Not inverted,Inverted" bitfld.byte 0x00 3. " RWUID ,Receive wakeup idle detect" "Not detected,Detected" newline sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") bitfld.byte 0x00 2. " BRK13 ,Break transmit character length" "10/11/12 bit long,13/14/15 bit long" bitfld.byte 0x00 1. " LBKDE ,LIN break detection enable" "10/11/12 bit times,11/12/14 bit times" newline elif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10") bitfld.byte 0x00 2. " BRK13 ,Break transmit character length" "10/11/12 bit long,13/14 bit long" bitfld.byte 0x00 1. " LBKDE ,LIN break detection enable (detected at lenght of)" "10/11/12 bit times,11/12 bit times" newline else bitfld.byte 0x00 2. " BRK13 ,Break transmit character length" "10/11/12 bit long,13/14 bit long" bitfld.byte 0x00 1. " LBKDE ,LIN break detection enable" "10 bit times,11 bit times" newline endif sif (cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*")||cpuis("MK40D*ZV*10") rbitfld.byte 0x00 0. " RAF ,Receiver active flag" "Idle,Active" else bitfld.byte 0x00 0. " RAF ,Receiver active flag" "Idle,Active" endif line.byte 0x01 "UART2_C3,UART Control Register 3" sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") rbitfld.byte 0x01 7. " R8 ,Received bit 8" "No RX,RX" bitfld.byte 0x01 6. " T8 ,Transmit bit 8" "No TX,TX" newline else sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MK40D*ZV*10") rbitfld.byte 0x01 7. " R8 ,Received bit 8" "No RX,RX" else bitfld.byte 0x01 7. " R8 ,Received bit 8" "No RX,RX" endif bitfld.byte 0x01 6. " T8 ,Transmit bit 8" "No TX,TX" newline endif bitfld.byte 0x01 5. " TXDIR ,Transmitter pin data direction in single-wire mode" "Input,Output" newline bitfld.byte 0x01 4. " TXINV ,Transmit data inversion" "Not inverted,Inverted" bitfld.byte 0x01 3. " ORIE ,Overrun error interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 2. " NEIE ,Noise error interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x01 1. " FEIE ,Framing error interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 0. " PEIE ,Parity error interrupt enable" "Disabled,Enabled" sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") hgroup.byte 0x07++0x00 hide.byte 0x00 "UART2_D,UART Data Register" in else group.byte 0x07++0x00 line.byte 0x00 "UART2_D,UART Data Register" endif sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") group.byte 0x08++0x00 line.byte 0x00 "UART2_C4,UART Control Register 4" bitfld.byte 0x00 7. " TDMAS ,Transmitter DMA select" "Interrupt service,DMA transfer" bitfld.byte 0x00 5. " RDMAS ,Receiver full DMA select" "Interrupt service,DMA transfer" newline else group.byte 0x08++0x03 line.byte 0x00 "UART2_MA1,UART Match Address Registers 1" line.byte 0x01 "UART2_MA2,UART Match Address Registers 2" line.byte 0x02 "UART2_C4,UART Control Register 4" bitfld.byte 0x02 7. " MAEN1 ,Match address mode enable 1" "Disabled,Enabled" bitfld.byte 0x02 6. " MAEN2 ,Match address mode enable 2" "Disabled,Enabled" bitfld.byte 0x02 5. " M10 ,10-bit mode select" "Not selected,Selected" newline bitfld.byte 0x02 0.--4. " BRFA ,Baud rate fine 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" line.byte 0x03 "UART2_C5,UART Control Register 5" bitfld.byte 0x03 7. " TDMAS ,Transmitter DMA select" "Interrupt service,DMA transfer" bitfld.byte 0x03 5. " RDMAS ,Receiver full DMA select" "Interrupt service,DMA transfer" endif sif !cpuis("MKL02*")&&!cpuis("MKL04*")&&!cpuis("MKL05*")&&!cpuis("MK14*")&&!cpuis("MKL14*")&&!cpuis("MKL24*")&&!cpuis("MK15*")&&!cpuis("MKL15*")&&!cpuis("MKL25*")&&!cpuis("MKL36Z*")&&!cpuis("MKL46Z*")&&!cpuis("MKL34Z*")&&!cpuis("MKL16*")&&!cpuis("MKL26*") rgroup.byte 0x0C++0x00 line.byte 0x00 "UART2_ED,UART Extended Data Register" bitfld.byte 0x00 7. " NOISY ,The current received dataword contained in D and C3[R8] was received with noise" "Without noise,With noise" bitfld.byte 0x00 6. " PARITYE ,The current received dataword contained in D and C3[R8] was received with a parity error" "Without parity error,With parity error" group.byte 0x0D++0x01 line.byte 0x00 "UART2_MODEM,UART Modem Register" bitfld.byte 0x00 3. " RXRTSE ,Receiver request-to-send enable (num of char in RCV data reg fifo>=rwfifo(rxwater)/num of char in RCV data reg FIFO<=RWFIFO(RXWATER))" "No effect,Deasserted/asserted" bitfld.byte 0x00 2. " TXRTSPOL ,Transmitter request-to-send polarity" "Active low,Active high" bitfld.byte 0x00 1. " TXRTSE ,Transmitter request-to-send enable (char placed in empty fifo/after all characters placed to FIFO)" "No effect,Asserted/deasserted" newline bitfld.byte 0x00 0. " TXCTSE ,Transmitter clear-to-send enable" "No effect,Enabled" line.byte 0x01 "UART2_IR,UART Infrared Register" bitfld.byte 0x01 2. " IREN ,Infrared enable" "Disabled,Enabled" bitfld.byte 0x01 0.--1. " TNP ,Transmitter narrow pulse" "3/16,1/16,1/32,1/4" endif tree.end sif !cpuis("MKL02*")&&!cpuis("MKL04*")&&!cpuis("MKL05*")&&!cpuis("MK14*")&&!cpuis("MKL14*")&&!cpuis("MKL24*")&&!cpuis("MK15*")&&!cpuis("MKL15*")&&!cpuis("MKL25*")&&!cpuis("MKL36Z*")&&!cpuis("MKL46Z*")&&!cpuis("MKL34Z*")&&!cpuis("MKL16*")&&!cpuis("MKL26*") width 16. tree "UART 2 FIFO Registers" group.byte 0x10++0x03 line.byte 0x00 "UART2_PFIFO,UART FIFO Parameters" bitfld.byte 0x00 7. " TXFE ,Transmit FIFO enable" "Disabled,Enabled" newline sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MK40D*ZV*10") rbitfld.byte 0x00 4.--6. " TXFIFOSIZE ,Transmit FIFO buffer depth" "1 dataword,4 datawords,8 datawords,16 datawords,32 datawords,64 datawords,128 datawords,?..." bitfld.byte 0x00 3. " RXFE ,Receive FIFO enable" "Disabled,Enabled" newline rbitfld.byte 0x00 0.--2. " RXFIFOSIZE ,Receive FIFO buffer depth" "1 dataword,4 datawords,8 datawords,16 datawords,32 datawords,64 datawords,128 datawords,?..." else bitfld.byte 0x00 4.--6. " TXFIFOSIZE ,Transmit FIFO buffer depth" "1 dataword,4 datawords,8 datawords,16 datawords,32 datawords,64 datawords,128 datawords,?..." bitfld.byte 0x00 3. " RXFE ,Receive FIFO enable" "Disabled,Enabled" newline bitfld.byte 0x00 0.--2. " RXFIFOSIZE ,Receive FIFO buffer depth" "1 dataword,4 datawords,8 datawords,16 datawords,32 datawords,64 datawords,128 datawords,?..." endif line.byte 0x01 "UART2_CFIFO,UART FIFO Control Register" bitfld.byte 0x01 7. " TXFLUSH ,Transmit fifo/buffer flush" "Not flushed,Flushed" bitfld.byte 0x01 6. " RXFLUSH ,Receive fifo/buffer flush" "Not flushed,Flushed" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10") newline bitfld.byte 0x01 2. " RXOFE ,Receive FIFO overflow interrupt enable" "Not generated,Generated" bitfld.byte 0x01 1. " TXOFE ,Transmit FIFO overflow interrupt enable" "Not generated,Generated" else newline bitfld.byte 0x01 1. " TXOFE ,Transmit FIFO overflow interrupt enable" "Not generated,Generated" endif newline bitfld.byte 0x01 0. " RXUFE ,Receive FIFO underflow interrupt enable" "Not generated,Generated" line.byte 0x02 "UART2_SFIFO,UART FIFO Status Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MK40D*ZV*10") rbitfld.byte 0x02 7. " TXEMPT ,Transmit buffer/fifo empty" "Not empty,Empty" rbitfld.byte 0x02 6. " RXEMPT ,Receive buffer/fifo empty" "Not empty,Empty" newline sif !cpuis("MK40D*ZV*10") eventfld.byte 0x02 2. " RXOF ,Receiver buffer overflow flag" "No overflow,Overflow" newline endif eventfld.byte 0x02 1. " TXOF ,Transmitter buffer overflow flag" "No overflow,Overflow" else bitfld.byte 0x02 7. " TXEMPT ,Transmit buffer/fifo empty" "Not empty,Empty" bitfld.byte 0x02 6. " RXEMPT ,Receive buffer/fifo empty" "Not empty,Empty" eventfld.byte 0x02 1. " TXOF ,Transmitter buffer overflow flag" "No overflow,Overflow" endif newline eventfld.byte 0x02 0. " RXUF ,Receiver buffer underflow flag" "No overflow,Overflow" line.byte 0x03 "UART2_TWFIFO,UART FIFO Transmit Watermark" rgroup.byte 0x14++0x00 line.byte 0x00 "UART2_TCFIFO,UART FIFO Transmit Count" group.byte 0x15++0x00 line.byte 0x00 "UART2_RWFIFO,UART FIFO Receive Watermark" rgroup.byte 0x16++0x00 line.byte 0x00 "UART2_RCFIFO,UART FIFO Receive Count" tree.end sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") elif (cpu()=="MK40DN512ZVLQ10")||(cpu()=="MK40DN512ZVMD10")||(cpu()=="MK40DX128ZVLQ10")||(cpu()=="MK40DX256ZVLQ10")||(cpu()=="MK40DX256ZVMD10")||(cpu()=="MK40DN512ZVLL10") width 19. tree "UART 2 ISO7816 Registers" group.byte 0x18++0x02 line.byte 0x00 "UART2_C7816,UART 7816 Control Register" bitfld.byte 0x00 4. " ONACK ,Generate NACK on overflow" "Not generated,Generated" bitfld.byte 0x00 3. " ANACK ,Generate NACK on error" "Not generated,Generated" bitfld.byte 0x00 2. " INIT ,Detect initial character" "Not detected,Detected" newline bitfld.byte 0x00 1. " TTYPE ,Transfer type" "0 per the ISO-7816,1 per the ISO-7816" bitfld.byte 0x00 0. " ISO_7816E ,ISO-7816 functionality enabled" "Disabled,Enabled" line.byte 0x01 "UART2_IE7816,UART 7816 Interrupt Enable Register" bitfld.byte 0x01 7. " WTE ,Wait timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 6. " CWTE ,Character wait timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 5. " BWTE ,Block wait timer interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x01 4. " INITDE ,Initial character detected interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 2. " GTVE ,Guard timer violated interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 1. " TXTE ,Transmit threshold exceeded interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x01 0. " RXTE ,Receive threshold exceeded interrupt enable" "Disabled,Enabled" line.byte 0x02 "UART2_IS7816,UART 7816 Interrupt Status Register" eventfld.byte 0x02 7. " WT ,Wait timer interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 6. " CWT ,Character wait timer interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 5. " BWT ,Block wait timer interrupt" "No interrupt,Interrupt" newline eventfld.byte 0x02 4. " INITD ,Initial character detected interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 2. " GTV ,Guard timer violated interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 1. " TXT ,Transmit threshold exceeded interrupt" "No interrupt,Interrupt" newline eventfld.byte 0x02 0. " RXT ,Receive threshold exceeded interrupt" "No interrupt,Interrupt" if ((per.b(ad:0x40029000+0x18)&0x1)==0x1) if ((per.b(ad:0x40029000+0x18)&0x2)==0x0) rgroup.byte 0x1B++0x00 line.byte 0x00 "UART2_WP7816T0,UART 7816 Wait Parameter Register" else rgroup.byte 0x1B++0x00 line.byte 0x00 "UART2_WP7816T1,UART 7816 Wait Parameter Register" bitfld.byte 0x00 4.--7. " CWI ,Character wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x00 0.--3. " BWI ,Block wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif rgroup.byte 0x1C++0x02 line.byte 0x00 "UART2_WN7816,UART 7816 Wait N Register" line.byte 0x01 "UART2_WF7816,UART 7816 Wait FD Register" line.byte 0x02 "UART2_ET7816,UART 7816 Error Threshold Register" bitfld.byte 0x02 4.--7. " TXTHRESHOLD ,Transmit NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x02 0.--3. " RXTHRESHOLD ,Receive NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" else if ((per.b(ad:0x40029000+0x18)&0x2)==0x0) group.byte 0x1B++0x00 line.byte 0x00 "UART2_WP7816T0,UART 7816 Wait Parameter Register" else group.byte 0x1B++0x00 line.byte 0x00 "UART2_WP7816T1,UART 7816 Wait Parameter Register" bitfld.byte 0x00 4.--7. " CWI ,Character wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x00 0.--3. " BWI ,Block wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif group.byte 0x1C++0x02 line.byte 0x00 "UART2_WN7816,UART 7816 Wait N Register" line.byte 0x01 "UART2_WF7816,UART 7816 Wait FD Register" line.byte 0x02 "UART2_ET7816,UART 7816 Error Threshold Register" bitfld.byte 0x02 4.--7. " TXTHRESHOLD ,Transmit NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x02 0.--3. " RXTHRESHOLD ,Receive NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif if ((per.b(ad:0x40029000+0x03)&0x8)==0x8) if ((per.b(ad:0x40029000+0x18)&0x2)==0x0) hgroup.byte 0x1F++0x00 hide.byte 0x00 "UART2_TL7816,UART 7816 Transmit Length Register" else group.byte 0x1F++0x00 line.byte 0x00 "UART2_TL7816,UART 7816 Transmit Length Register" endif else if ((per.b(ad:0x40029000+0x18)&0x2)==0x0) hgroup.byte 0x1F++0x00 hide.byte 0x00 "UART2_TL7816,UART 7816 Transmit Length Register" else rgroup.byte 0x1F++0x00 line.byte 0x00 "UART2_TL7816,UART 7816 Transmit Length Register" endif endif tree.end else endif sif (cpuis("K70*")) group.byte 0x21++0x10 line.byte 0x00 "UART2_C6,UART CEA709.1-B Control Register 6" bitfld.byte 0x00 7. " EN709 ,Enable CEA709.1-B feature" "Disabled,Enabled" bitfld.byte 0x00 6. " TX709 ,Enable CEA709.1-B transmission" "Disabled,Enabled" newline bitfld.byte 0x00 5. " CE ,Collision enable" "Disabled,Enabled" bitfld.byte 0x00 4. " CP ,Collision signal polarity" "Active low,Active high" line.byte 0x01 "UART2_PCTH,UART CEA709.1-B Packet Cycle Time Counter High Register" line.byte 0x02 "UART2_PCTL,UART CEA709.1-B Packet Cycle Time Counter Low Register" line.byte 0x03 "UART2_B1T,UART CEA709.1-B Beta1 Timer Register" line.byte 0x04 "UART2_SDTH,UART CEA709.1-B Secondary Delay Timer High Register" line.byte 0x05 "UART2_SDTL,UART CEA709.1-B Secondary Delay Timer Low Register" line.byte 0x06 "UART2_PRE,UART CEA709.1-B Preamble Register" line.byte 0x07 "UART2_TPL,UART CEA709.1-B Transmit Packet Length Register" line.byte 0x08 "UART2_IE,UART CEA709.1-B Interrupt Enable Register" bitfld.byte 0x08 6. " WBEIE ,Wbase expired interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 5. " ISDIE ,Initial sync detection interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 4. " PRXIE ,Packet received interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 3. " PTXIE ,Packet transmitted interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 2. " PCTEIE ,Packet cycle timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 1. " PSIE ,Preamble start interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 0. " TXFIE ,Transmission fail interrupt enable" "Disabled,Enabled" line.byte 0x09 "UART2_WB,UART CEA709.1-B WBASE Register" line.byte 0x0A "UART2_S3,UART CEA709.1-B Status Register" bitfld.byte 0x0A 7. " PEF ,Preamble error interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x0A 6. " WBEF ,Wbase expired interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x0A 5. " ISD ,Initial sync detection interrupt enable" "No interrupt,Interrupt" bitfld.byte 0x0A 4. " PRXF ,Packet received interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x0A 3. " PTXF ,Packet transmitted interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x0A 2. " PCTEF ,Packet cycle timer expired interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x0A 1. " PSF ,Preamble start interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x0A 0. " TXFF ,Transmission fail interrupt flag" "No interrupt,Interrupt" line.byte 0x0B "UART2_S4,UART CEA709.1-B Status Register" bitfld.byte 0x0B 4. " INITF ,Initial synchronization fail flag" "Not falled,Falled" bitfld.byte 0x0B 2.--3. " CDET ,Collision occuring during transmission" "No collision,Preamble,Data,Line code violation" newline bitfld.byte 0x0B 1. " ILCV ,Improper line code violation" "Proper,Not proper" bitfld.byte 0x0B 0. " FE ,Framing error flag" "No error,Error" line.byte 0x0C "UART2_RPL,UART CEA709.1-B Received Packet Length Register" line.byte 0x0D "UART2_RPREL,UART CEA709.1-B Received Preamble Length Register" line.byte 0x0E "UART2_CPW,UART CEA709.1-B Collision Pulse Width Register" line.byte 0x0F "UART2_RIDT,UART CEA709.1-B Receive Indeterminate Time Register" line.byte 0x10 "UART2_TIDT,UART CEA709.1-B Transmit Indeterminate Time Register" elif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7") tree "UART 2 CEA709.1-B Registers" group.byte 0x21++0x09 line.byte 0x00 "UART2_C6,UART CEA709.1-B Control Register 6" bitfld.byte 0x00 7. " EN709 ,Enable CEA709.1-B feature" "Disabled,Enabled" bitfld.byte 0x00 6. " TX709 ,Enable CEA709.1-B transmission" "Disabled,Enabled" newline bitfld.byte 0x00 5. " CE ,Collision enable" "Disabled,Enabled" bitfld.byte 0x00 4. " CP ,Collision signal polarity" "Active low,Active high" line.byte 0x01 "UART2_PCTH,UART CEA709.1-B Packet Cycle Time Counter High Register" line.byte 0x02 "UART2_PCTL,UART CEA709.1-B Packet Cycle Time Counter Low Register" line.byte 0x03 "UART2_B1T,UART CEA709.1-B Beta1 Timer Register" line.byte 0x04 "UART2_SDTH,UART CEA709.1-B Secondary Delay Timer High Register" line.byte 0x05 "UART2_SDTL,UART CEA709.1-B Secondary Delay Timer Low Register" line.byte 0x06 "UART2_PRE,UART CEA709.1-B Preamble Register" line.byte 0x07 "UART2_TPL,UART CEA709.1-B Transmit Packet Length Register" line.byte 0x08 "UART2_IE,UART CEA709.1-B Interrupt Enable Register" bitfld.byte 0x08 6. " WBEIE ,Wbase expired interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 5. " ISDIE ,Initial sync detection interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 4. " PRXIE ,Packet received interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 3. " PTXIE ,Packet transmitted interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 2. " PCTEIE ,Packet cycle timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 1. " PSIE ,Preamble start interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 0. " TXFIE ,Transmission fail interrupt enable" "Disabled,Enabled" line.byte 0x09 "UART2_WB,UART CEA709.1-B WBASE" group.byte 0x2B++0x01 line.byte 0x00 "UART2_S3,UART CEA709.1-B Status Register" bitfld.byte 0x00 7. " PEF ,Preamble error interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x00 6. " WBEF ,Wbase expired interrupt flag" "No interrupt,Interrupt" newline rbitfld.byte 0x00 5. " ISD ,Initial sync detection interrupt enable" "No interrupt,Interrupt" bitfld.byte 0x00 4. " PRXF ,Packet received interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x00 3. " PTXF ,Packet transmitted interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x00 2. " PCTEF ,Packet cycle timer expired interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x00 1. " PSF ,Preamble start interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x00 0. " TXFF ,Transmission fail interrupt flag" "No interrupt,Interrupt" line.byte 0x01 "UART2_S4,UART CEA709.1-B Status Register" rbitfld.byte 0x01 4. " INITF ,Initial synchronization fail flag" "Not falled,Falled" bitfld.byte 0x01 2.--3. " CDET ,Collision occuring during transmission" "No collision,Preamble,Data,Line code violation" newline bitfld.byte 0x01 1. " ILCV ,Improper line code violation" "Proper,Not proper" bitfld.byte 0x01 0. " FE ,Framing error flag" "No error,Error" rgroup.byte 0x2D++0x01 line.byte 0x00 "UART2_RPL,UART CEA709.1-B Received Packet Length Register" line.byte 0x01 "UART2_RPREL,UART CEA709.1-B Received Preamble Length Register" group.byte 0x2F++0x02 line.byte 0x00 "UART2_CPW,UART CEA709.1-B Collision Pulse Width Register" line.byte 0x01 "UART2_RIDT,UART CEA709.1-B Receive Indeterminate Time Register" line.byte 0x02 "UART2_TIDT,UART CEA709.1-B Transmit Indeterminate Time Register" tree.end elif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") elif (cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10") endif endif width 0x0B tree.end tree "UART3" base ad:0x4002A000 width 13. tree "UART 3 Standard Features Registers" group.byte 0x00++0x03 line.byte 0x00 "UART3_BDH,UART Baud Rate Register High" bitfld.byte 0x00 7. " LBKDIE ,LIN break detect interrupt or DMA request enable" "Disabled,Enabled" bitfld.byte 0x00 6. " RXEDGIE ,Rxd input active edge interrupt enable" "Disabled,Enabled" newline sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") bitfld.byte 0x00 5. " SBNS ,Stop bit number select" "One,Two" newline endif bitfld.byte 0x00 0.--4. " SBR ,UART baud rate bits" "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.byte 0x01 "UART3_BDL,UART Baud Rate Register Low" line.byte 0x02 "UART3_C1,UART Control Register 1" bitfld.byte 0x02 7. " LOOPS ,Loop mode select" "Not selected,Selected" newline sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.byte 0x02 5. " RSRC ,Receiver source select" "Internal loop-back mode,Single-wire UART" newline elif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") bitfld.byte 0x02 6. " UARTSWAI ,UART stops in wait mode" "Not stopped,Stopped" bitfld.byte 0x02 5. " RSRC ,Receiver source select" "Internal loop-back mode,Single-wire UART" newline elif (cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MK40D*ZV*10") bitfld.byte 0x02 6. " UARTSWAI ,UART stops in wait mode" "Not stopped,Stopped" bitfld.byte 0x02 5. " RSRC ,Receiver source select" "Internal loop-back mode,Single-wire UART" newline else bitfld.byte 0x02 6. " SCISWAI ,UART stops in wait mode" "Not stopped,Stopped" bitfld.byte 0x02 5. " RSRC ,Receiver source select" "Internal loop-back mode,Single-wire UART" newline endif bitfld.byte 0x02 4. " M ,9-bit or 8-bit mode select" "Normal 8 bits+stop,Use 9 bits+stop" bitfld.byte 0x02 3. " WAKE ,Receiver wakeup method select" "Idle-line,Address-mark" bitfld.byte 0x02 2. " ILT ,Idle line type select" "After start bit,After stop bit" newline bitfld.byte 0x02 1. " PE ,Parity enable" "Disabled,Enabled" bitfld.byte 0x02 0. " PT ,Parity type" "Even,Odd" line.byte 0x03 "UART3_C2,UART Control Register 2" bitfld.byte 0x03 7. " TIE ,Transmitter interrupt or DMA transfer enable" "Disabled,Enabled" bitfld.byte 0x03 6. " TCIE ,Transmission complete interrupt or DMA transfer enable" "Disabled,Enabled" bitfld.byte 0x03 5. " RIE ,Receiver full interrupt or DMA transfer enable" "Disabled,Enabled" newline bitfld.byte 0x03 4. " ILIE ,Idle line interrupt or DMA transfer enable" "Disabled,Enabled" bitfld.byte 0x03 3. " TE ,Transmitter enable" "Disabled,Enabled" bitfld.byte 0x03 2. " RE ,Receiver enable" "Disabled,Enabled" newline bitfld.byte 0x03 1. " RWU ,Receiver wakeup control" "Normal,Wake-up" bitfld.byte 0x03 0. " SBK ,Send break" "Normal,Break" sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") rgroup.byte 0x04++0x00 line.byte 0x00 "UART3_S1,UART Status Register 1" bitfld.byte 0x00 7. " TDRE ,Transmit data register empty flag" "Not occurred,Occurred" bitfld.byte 0x00 6. " TC ,Transmit complete flag" "Not occurred,Occurred" bitfld.byte 0x00 5. " RDRF ,Receive data register full flag" "Not occurred,Occurred" newline bitfld.byte 0x00 4. " IDLE ,Idle line flag" "Not occurred,Occurred" bitfld.byte 0x00 3. " OR ,Receiver overrun flag" "Not occurred,Occurred" bitfld.byte 0x00 2. " NF ,Noise flag" "Not occurred,Occurred" newline bitfld.byte 0x00 1. " FE ,Framing error flag" "Not occurred,Occurred" bitfld.byte 0x00 0. " PF ,Parity error flag" "Not occurred,Occurred" else rgroup.byte 0x04++0x00 line.byte 0x00 "UART3_S1,UART Status Register 1" bitfld.byte 0x00 7. " TDRE ,Transmit data register empty flag" "Not occurred,Occurred" bitfld.byte 0x00 6. " TC ,Transmit complete flag" "Not occurred,Occurred" bitfld.byte 0x00 5. " RDRF ,Receive data register full flag" "Not occurred,Occurred" newline bitfld.byte 0x00 4. " IDLE ,Idle line flag" "Not occurred,Occurred" bitfld.byte 0x00 3. " OR ,Receiver overrun flag" "Not occurred,Occurred" bitfld.byte 0x00 2. " NF ,Noise flag" "Not occurred,Occurred" newline bitfld.byte 0x00 1. " FE ,Framing error flag" "Not occurred,Occurred" bitfld.byte 0x00 0. " PF ,Parity error flag" "Not occurred,Occurred" endif group.byte 0x05++0x01 line.byte 0x00 "UART3_S2,UART Status Register 2" sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*")||cpuis("MK40D*ZV*10") eventfld.byte 0x00 7. " LBKDIF ,LIN break detect interrupt flag" "Not occurred,Occurred" eventfld.byte 0x00 6. " RXEDGIF ,Rxd pin active edge interrupt flag" "Not occurred,Occurred" newline else bitfld.byte 0x00 7. " LBKDIF ,LIN break detect interrupt flag" "Not occurred,Occurred" bitfld.byte 0x00 6. " RXEDGIF ,Rxd pin active edge interrupt flag" "Not occurred,Occurred" newline endif sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") else bitfld.byte 0x00 5. " MSBF ,Most significant bit first" "LSB first,MSB first" newline endif bitfld.byte 0x00 4. " RXINV ,Receive data inversion" "Not inverted,Inverted" bitfld.byte 0x00 3. " RWUID ,Receive wakeup idle detect" "Not detected,Detected" newline sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") bitfld.byte 0x00 2. " BRK13 ,Break transmit character length" "10/11/12 bit long,13/14/15 bit long" bitfld.byte 0x00 1. " LBKDE ,LIN break detection enable" "10/11/12 bit times,11/12/14 bit times" newline elif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10") bitfld.byte 0x00 2. " BRK13 ,Break transmit character length" "10/11/12 bit long,13/14 bit long" bitfld.byte 0x00 1. " LBKDE ,LIN break detection enable (detected at lenght of)" "10/11/12 bit times,11/12 bit times" newline else bitfld.byte 0x00 2. " BRK13 ,Break transmit character length" "10/11/12 bit long,13/14 bit long" bitfld.byte 0x00 1. " LBKDE ,LIN break detection enable" "10 bit times,11 bit times" newline endif sif (cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*")||cpuis("MK40D*ZV*10") rbitfld.byte 0x00 0. " RAF ,Receiver active flag" "Idle,Active" else bitfld.byte 0x00 0. " RAF ,Receiver active flag" "Idle,Active" endif line.byte 0x01 "UART3_C3,UART Control Register 3" sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") rbitfld.byte 0x01 7. " R8 ,Received bit 8" "No RX,RX" bitfld.byte 0x01 6. " T8 ,Transmit bit 8" "No TX,TX" newline else sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MK40D*ZV*10") rbitfld.byte 0x01 7. " R8 ,Received bit 8" "No RX,RX" else bitfld.byte 0x01 7. " R8 ,Received bit 8" "No RX,RX" endif bitfld.byte 0x01 6. " T8 ,Transmit bit 8" "No TX,TX" newline endif bitfld.byte 0x01 5. " TXDIR ,Transmitter pin data direction in single-wire mode" "Input,Output" newline bitfld.byte 0x01 4. " TXINV ,Transmit data inversion" "Not inverted,Inverted" bitfld.byte 0x01 3. " ORIE ,Overrun error interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 2. " NEIE ,Noise error interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x01 1. " FEIE ,Framing error interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 0. " PEIE ,Parity error interrupt enable" "Disabled,Enabled" sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") hgroup.byte 0x07++0x00 hide.byte 0x00 "UART3_D,UART Data Register" in else group.byte 0x07++0x00 line.byte 0x00 "UART3_D,UART Data Register" endif sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") group.byte 0x08++0x00 line.byte 0x00 "UART3_C4,UART Control Register 4" bitfld.byte 0x00 7. " TDMAS ,Transmitter DMA select" "Interrupt service,DMA transfer" bitfld.byte 0x00 5. " RDMAS ,Receiver full DMA select" "Interrupt service,DMA transfer" newline else group.byte 0x08++0x03 line.byte 0x00 "UART3_MA1,UART Match Address Registers 1" line.byte 0x01 "UART3_MA2,UART Match Address Registers 2" line.byte 0x02 "UART3_C4,UART Control Register 4" bitfld.byte 0x02 7. " MAEN1 ,Match address mode enable 1" "Disabled,Enabled" bitfld.byte 0x02 6. " MAEN2 ,Match address mode enable 2" "Disabled,Enabled" bitfld.byte 0x02 5. " M10 ,10-bit mode select" "Not selected,Selected" newline bitfld.byte 0x02 0.--4. " BRFA ,Baud rate fine 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" line.byte 0x03 "UART3_C5,UART Control Register 5" bitfld.byte 0x03 7. " TDMAS ,Transmitter DMA select" "Interrupt service,DMA transfer" bitfld.byte 0x03 5. " RDMAS ,Receiver full DMA select" "Interrupt service,DMA transfer" endif sif !cpuis("MKL02*")&&!cpuis("MKL04*")&&!cpuis("MKL05*")&&!cpuis("MK14*")&&!cpuis("MKL14*")&&!cpuis("MKL24*")&&!cpuis("MK15*")&&!cpuis("MKL15*")&&!cpuis("MKL25*")&&!cpuis("MKL36Z*")&&!cpuis("MKL46Z*")&&!cpuis("MKL34Z*")&&!cpuis("MKL16*")&&!cpuis("MKL26*") rgroup.byte 0x0C++0x00 line.byte 0x00 "UART3_ED,UART Extended Data Register" bitfld.byte 0x00 7. " NOISY ,The current received dataword contained in D and C3[R8] was received with noise" "Without noise,With noise" bitfld.byte 0x00 6. " PARITYE ,The current received dataword contained in D and C3[R8] was received with a parity error" "Without parity error,With parity error" group.byte 0x0D++0x01 line.byte 0x00 "UART3_MODEM,UART Modem Register" bitfld.byte 0x00 3. " RXRTSE ,Receiver request-to-send enable (num of char in RCV data reg fifo>=rwfifo(rxwater)/num of char in RCV data reg FIFO<=RWFIFO(RXWATER))" "No effect,Deasserted/asserted" bitfld.byte 0x00 2. " TXRTSPOL ,Transmitter request-to-send polarity" "Active low,Active high" bitfld.byte 0x00 1. " TXRTSE ,Transmitter request-to-send enable (char placed in empty fifo/after all characters placed to FIFO)" "No effect,Asserted/deasserted" newline bitfld.byte 0x00 0. " TXCTSE ,Transmitter clear-to-send enable" "No effect,Enabled" line.byte 0x01 "UART3_IR,UART Infrared Register" bitfld.byte 0x01 2. " IREN ,Infrared enable" "Disabled,Enabled" bitfld.byte 0x01 0.--1. " TNP ,Transmitter narrow pulse" "3/16,1/16,1/32,1/4" endif tree.end sif !cpuis("MKL02*")&&!cpuis("MKL04*")&&!cpuis("MKL05*")&&!cpuis("MK14*")&&!cpuis("MKL14*")&&!cpuis("MKL24*")&&!cpuis("MK15*")&&!cpuis("MKL15*")&&!cpuis("MKL25*")&&!cpuis("MKL36Z*")&&!cpuis("MKL46Z*")&&!cpuis("MKL34Z*")&&!cpuis("MKL16*")&&!cpuis("MKL26*") width 16. tree "UART 3 FIFO Registers" group.byte 0x10++0x03 line.byte 0x00 "UART3_PFIFO,UART FIFO Parameters" bitfld.byte 0x00 7. " TXFE ,Transmit FIFO enable" "Disabled,Enabled" newline sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MK40D*ZV*10") rbitfld.byte 0x00 4.--6. " TXFIFOSIZE ,Transmit FIFO buffer depth" "1 dataword,4 datawords,8 datawords,16 datawords,32 datawords,64 datawords,128 datawords,?..." bitfld.byte 0x00 3. " RXFE ,Receive FIFO enable" "Disabled,Enabled" newline rbitfld.byte 0x00 0.--2. " RXFIFOSIZE ,Receive FIFO buffer depth" "1 dataword,4 datawords,8 datawords,16 datawords,32 datawords,64 datawords,128 datawords,?..." else bitfld.byte 0x00 4.--6. " TXFIFOSIZE ,Transmit FIFO buffer depth" "1 dataword,4 datawords,8 datawords,16 datawords,32 datawords,64 datawords,128 datawords,?..." bitfld.byte 0x00 3. " RXFE ,Receive FIFO enable" "Disabled,Enabled" newline bitfld.byte 0x00 0.--2. " RXFIFOSIZE ,Receive FIFO buffer depth" "1 dataword,4 datawords,8 datawords,16 datawords,32 datawords,64 datawords,128 datawords,?..." endif line.byte 0x01 "UART3_CFIFO,UART FIFO Control Register" bitfld.byte 0x01 7. " TXFLUSH ,Transmit fifo/buffer flush" "Not flushed,Flushed" bitfld.byte 0x01 6. " RXFLUSH ,Receive fifo/buffer flush" "Not flushed,Flushed" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10") newline bitfld.byte 0x01 2. " RXOFE ,Receive FIFO overflow interrupt enable" "Not generated,Generated" bitfld.byte 0x01 1. " TXOFE ,Transmit FIFO overflow interrupt enable" "Not generated,Generated" else newline bitfld.byte 0x01 1. " TXOFE ,Transmit FIFO overflow interrupt enable" "Not generated,Generated" endif newline bitfld.byte 0x01 0. " RXUFE ,Receive FIFO underflow interrupt enable" "Not generated,Generated" line.byte 0x02 "UART3_SFIFO,UART FIFO Status Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MK40D*ZV*10") rbitfld.byte 0x02 7. " TXEMPT ,Transmit buffer/fifo empty" "Not empty,Empty" rbitfld.byte 0x02 6. " RXEMPT ,Receive buffer/fifo empty" "Not empty,Empty" newline sif !cpuis("MK40D*ZV*10") eventfld.byte 0x02 2. " RXOF ,Receiver buffer overflow flag" "No overflow,Overflow" newline endif eventfld.byte 0x02 1. " TXOF ,Transmitter buffer overflow flag" "No overflow,Overflow" else bitfld.byte 0x02 7. " TXEMPT ,Transmit buffer/fifo empty" "Not empty,Empty" bitfld.byte 0x02 6. " RXEMPT ,Receive buffer/fifo empty" "Not empty,Empty" eventfld.byte 0x02 1. " TXOF ,Transmitter buffer overflow flag" "No overflow,Overflow" endif newline eventfld.byte 0x02 0. " RXUF ,Receiver buffer underflow flag" "No overflow,Overflow" line.byte 0x03 "UART3_TWFIFO,UART FIFO Transmit Watermark" rgroup.byte 0x14++0x00 line.byte 0x00 "UART3_TCFIFO,UART FIFO Transmit Count" group.byte 0x15++0x00 line.byte 0x00 "UART3_RWFIFO,UART FIFO Receive Watermark" rgroup.byte 0x16++0x00 line.byte 0x00 "UART3_RCFIFO,UART FIFO Receive Count" tree.end sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") elif (cpu()=="MK40DN512ZVLQ10")||(cpu()=="MK40DN512ZVMD10")||(cpu()=="MK40DX128ZVLQ10")||(cpu()=="MK40DX256ZVLQ10")||(cpu()=="MK40DX256ZVMD10")||(cpu()=="MK40DN512ZVLL10") width 19. tree "UART 3 ISO7816 Registers" group.byte 0x18++0x02 line.byte 0x00 "UART3_C7816,UART 7816 Control Register" bitfld.byte 0x00 4. " ONACK ,Generate NACK on overflow" "Not generated,Generated" bitfld.byte 0x00 3. " ANACK ,Generate NACK on error" "Not generated,Generated" bitfld.byte 0x00 2. " INIT ,Detect initial character" "Not detected,Detected" newline bitfld.byte 0x00 1. " TTYPE ,Transfer type" "0 per the ISO-7816,1 per the ISO-7816" bitfld.byte 0x00 0. " ISO_7816E ,ISO-7816 functionality enabled" "Disabled,Enabled" line.byte 0x01 "UART3_IE7816,UART 7816 Interrupt Enable Register" bitfld.byte 0x01 7. " WTE ,Wait timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 6. " CWTE ,Character wait timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 5. " BWTE ,Block wait timer interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x01 4. " INITDE ,Initial character detected interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 2. " GTVE ,Guard timer violated interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 1. " TXTE ,Transmit threshold exceeded interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x01 0. " RXTE ,Receive threshold exceeded interrupt enable" "Disabled,Enabled" line.byte 0x02 "UART3_IS7816,UART 7816 Interrupt Status Register" eventfld.byte 0x02 7. " WT ,Wait timer interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 6. " CWT ,Character wait timer interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 5. " BWT ,Block wait timer interrupt" "No interrupt,Interrupt" newline eventfld.byte 0x02 4. " INITD ,Initial character detected interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 2. " GTV ,Guard timer violated interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 1. " TXT ,Transmit threshold exceeded interrupt" "No interrupt,Interrupt" newline eventfld.byte 0x02 0. " RXT ,Receive threshold exceeded interrupt" "No interrupt,Interrupt" if ((per.b(ad:0x4002A000+0x18)&0x1)==0x1) if ((per.b(ad:0x4002A000+0x18)&0x2)==0x0) rgroup.byte 0x1B++0x00 line.byte 0x00 "UART3_WP7816T0,UART 7816 Wait Parameter Register" else rgroup.byte 0x1B++0x00 line.byte 0x00 "UART3_WP7816T1,UART 7816 Wait Parameter Register" bitfld.byte 0x00 4.--7. " CWI ,Character wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x00 0.--3. " BWI ,Block wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif rgroup.byte 0x1C++0x02 line.byte 0x00 "UART3_WN7816,UART 7816 Wait N Register" line.byte 0x01 "UART3_WF7816,UART 7816 Wait FD Register" line.byte 0x02 "UART3_ET7816,UART 7816 Error Threshold Register" bitfld.byte 0x02 4.--7. " TXTHRESHOLD ,Transmit NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x02 0.--3. " RXTHRESHOLD ,Receive NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" else if ((per.b(ad:0x4002A000+0x18)&0x2)==0x0) group.byte 0x1B++0x00 line.byte 0x00 "UART3_WP7816T0,UART 7816 Wait Parameter Register" else group.byte 0x1B++0x00 line.byte 0x00 "UART3_WP7816T1,UART 7816 Wait Parameter Register" bitfld.byte 0x00 4.--7. " CWI ,Character wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x00 0.--3. " BWI ,Block wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif group.byte 0x1C++0x02 line.byte 0x00 "UART3_WN7816,UART 7816 Wait N Register" line.byte 0x01 "UART3_WF7816,UART 7816 Wait FD Register" line.byte 0x02 "UART3_ET7816,UART 7816 Error Threshold Register" bitfld.byte 0x02 4.--7. " TXTHRESHOLD ,Transmit NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x02 0.--3. " RXTHRESHOLD ,Receive NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif if ((per.b(ad:0x4002A000+0x03)&0x8)==0x8) if ((per.b(ad:0x4002A000+0x18)&0x2)==0x0) hgroup.byte 0x1F++0x00 hide.byte 0x00 "UART3_TL7816,UART 7816 Transmit Length Register" else group.byte 0x1F++0x00 line.byte 0x00 "UART3_TL7816,UART 7816 Transmit Length Register" endif else if ((per.b(ad:0x4002A000+0x18)&0x2)==0x0) hgroup.byte 0x1F++0x00 hide.byte 0x00 "UART3_TL7816,UART 7816 Transmit Length Register" else rgroup.byte 0x1F++0x00 line.byte 0x00 "UART3_TL7816,UART 7816 Transmit Length Register" endif endif tree.end else endif sif (cpuis("K70*")) group.byte 0x21++0x10 line.byte 0x00 "UART3_C6,UART CEA709.1-B Control Register 6" bitfld.byte 0x00 7. " EN709 ,Enable CEA709.1-B feature" "Disabled,Enabled" bitfld.byte 0x00 6. " TX709 ,Enable CEA709.1-B transmission" "Disabled,Enabled" newline bitfld.byte 0x00 5. " CE ,Collision enable" "Disabled,Enabled" bitfld.byte 0x00 4. " CP ,Collision signal polarity" "Active low,Active high" line.byte 0x01 "UART3_PCTH,UART CEA709.1-B Packet Cycle Time Counter High Register" line.byte 0x02 "UART3_PCTL,UART CEA709.1-B Packet Cycle Time Counter Low Register" line.byte 0x03 "UART3_B1T,UART CEA709.1-B Beta1 Timer Register" line.byte 0x04 "UART3_SDTH,UART CEA709.1-B Secondary Delay Timer High Register" line.byte 0x05 "UART3_SDTL,UART CEA709.1-B Secondary Delay Timer Low Register" line.byte 0x06 "UART3_PRE,UART CEA709.1-B Preamble Register" line.byte 0x07 "UART3_TPL,UART CEA709.1-B Transmit Packet Length Register" line.byte 0x08 "UART3_IE,UART CEA709.1-B Interrupt Enable Register" bitfld.byte 0x08 6. " WBEIE ,Wbase expired interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 5. " ISDIE ,Initial sync detection interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 4. " PRXIE ,Packet received interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 3. " PTXIE ,Packet transmitted interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 2. " PCTEIE ,Packet cycle timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 1. " PSIE ,Preamble start interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 0. " TXFIE ,Transmission fail interrupt enable" "Disabled,Enabled" line.byte 0x09 "UART3_WB,UART CEA709.1-B WBASE Register" line.byte 0x0A "UART3_S3,UART CEA709.1-B Status Register" bitfld.byte 0x0A 7. " PEF ,Preamble error interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x0A 6. " WBEF ,Wbase expired interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x0A 5. " ISD ,Initial sync detection interrupt enable" "No interrupt,Interrupt" bitfld.byte 0x0A 4. " PRXF ,Packet received interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x0A 3. " PTXF ,Packet transmitted interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x0A 2. " PCTEF ,Packet cycle timer expired interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x0A 1. " PSF ,Preamble start interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x0A 0. " TXFF ,Transmission fail interrupt flag" "No interrupt,Interrupt" line.byte 0x0B "UART3_S4,UART CEA709.1-B Status Register" bitfld.byte 0x0B 4. " INITF ,Initial synchronization fail flag" "Not falled,Falled" bitfld.byte 0x0B 2.--3. " CDET ,Collision occuring during transmission" "No collision,Preamble,Data,Line code violation" newline bitfld.byte 0x0B 1. " ILCV ,Improper line code violation" "Proper,Not proper" bitfld.byte 0x0B 0. " FE ,Framing error flag" "No error,Error" line.byte 0x0C "UART3_RPL,UART CEA709.1-B Received Packet Length Register" line.byte 0x0D "UART3_RPREL,UART CEA709.1-B Received Preamble Length Register" line.byte 0x0E "UART3_CPW,UART CEA709.1-B Collision Pulse Width Register" line.byte 0x0F "UART3_RIDT,UART CEA709.1-B Receive Indeterminate Time Register" line.byte 0x10 "UART3_TIDT,UART CEA709.1-B Transmit Indeterminate Time Register" elif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7") tree "UART 3 CEA709.1-B Registers" group.byte 0x21++0x09 line.byte 0x00 "UART3_C6,UART CEA709.1-B Control Register 6" bitfld.byte 0x00 7. " EN709 ,Enable CEA709.1-B feature" "Disabled,Enabled" bitfld.byte 0x00 6. " TX709 ,Enable CEA709.1-B transmission" "Disabled,Enabled" newline bitfld.byte 0x00 5. " CE ,Collision enable" "Disabled,Enabled" bitfld.byte 0x00 4. " CP ,Collision signal polarity" "Active low,Active high" line.byte 0x01 "UART3_PCTH,UART CEA709.1-B Packet Cycle Time Counter High Register" line.byte 0x02 "UART3_PCTL,UART CEA709.1-B Packet Cycle Time Counter Low Register" line.byte 0x03 "UART3_B1T,UART CEA709.1-B Beta1 Timer Register" line.byte 0x04 "UART3_SDTH,UART CEA709.1-B Secondary Delay Timer High Register" line.byte 0x05 "UART3_SDTL,UART CEA709.1-B Secondary Delay Timer Low Register" line.byte 0x06 "UART3_PRE,UART CEA709.1-B Preamble Register" line.byte 0x07 "UART3_TPL,UART CEA709.1-B Transmit Packet Length Register" line.byte 0x08 "UART3_IE,UART CEA709.1-B Interrupt Enable Register" bitfld.byte 0x08 6. " WBEIE ,Wbase expired interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 5. " ISDIE ,Initial sync detection interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 4. " PRXIE ,Packet received interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 3. " PTXIE ,Packet transmitted interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 2. " PCTEIE ,Packet cycle timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 1. " PSIE ,Preamble start interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 0. " TXFIE ,Transmission fail interrupt enable" "Disabled,Enabled" line.byte 0x09 "UART3_WB,UART CEA709.1-B WBASE" group.byte 0x2B++0x01 line.byte 0x00 "UART3_S3,UART CEA709.1-B Status Register" bitfld.byte 0x00 7. " PEF ,Preamble error interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x00 6. " WBEF ,Wbase expired interrupt flag" "No interrupt,Interrupt" newline rbitfld.byte 0x00 5. " ISD ,Initial sync detection interrupt enable" "No interrupt,Interrupt" bitfld.byte 0x00 4. " PRXF ,Packet received interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x00 3. " PTXF ,Packet transmitted interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x00 2. " PCTEF ,Packet cycle timer expired interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x00 1. " PSF ,Preamble start interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x00 0. " TXFF ,Transmission fail interrupt flag" "No interrupt,Interrupt" line.byte 0x01 "UART3_S4,UART CEA709.1-B Status Register" rbitfld.byte 0x01 4. " INITF ,Initial synchronization fail flag" "Not falled,Falled" bitfld.byte 0x01 2.--3. " CDET ,Collision occuring during transmission" "No collision,Preamble,Data,Line code violation" newline bitfld.byte 0x01 1. " ILCV ,Improper line code violation" "Proper,Not proper" bitfld.byte 0x01 0. " FE ,Framing error flag" "No error,Error" rgroup.byte 0x2D++0x01 line.byte 0x00 "UART3_RPL,UART CEA709.1-B Received Packet Length Register" line.byte 0x01 "UART3_RPREL,UART CEA709.1-B Received Preamble Length Register" group.byte 0x2F++0x02 line.byte 0x00 "UART3_CPW,UART CEA709.1-B Collision Pulse Width Register" line.byte 0x01 "UART3_RIDT,UART CEA709.1-B Receive Indeterminate Time Register" line.byte 0x02 "UART3_TIDT,UART CEA709.1-B Transmit Indeterminate Time Register" tree.end elif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") elif (cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10") endif endif width 0x0B tree.end tree "UART4" base ad:0x400A9000 width 13. tree "UART 4 Standard Features Registers" group.byte 0x00++0x03 line.byte 0x00 "UART4_BDH,UART Baud Rate Register High" bitfld.byte 0x00 7. " LBKDIE ,LIN break detect interrupt or DMA request enable" "Disabled,Enabled" bitfld.byte 0x00 6. " RXEDGIE ,Rxd input active edge interrupt enable" "Disabled,Enabled" newline sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") bitfld.byte 0x00 5. " SBNS ,Stop bit number select" "One,Two" newline endif bitfld.byte 0x00 0.--4. " SBR ,UART baud rate bits" "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.byte 0x01 "UART4_BDL,UART Baud Rate Register Low" line.byte 0x02 "UART4_C1,UART Control Register 1" bitfld.byte 0x02 7. " LOOPS ,Loop mode select" "Not selected,Selected" newline sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.byte 0x02 5. " RSRC ,Receiver source select" "Internal loop-back mode,Single-wire UART" newline elif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") bitfld.byte 0x02 6. " UARTSWAI ,UART stops in wait mode" "Not stopped,Stopped" bitfld.byte 0x02 5. " RSRC ,Receiver source select" "Internal loop-back mode,Single-wire UART" newline elif (cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MK40D*ZV*10") bitfld.byte 0x02 6. " UARTSWAI ,UART stops in wait mode" "Not stopped,Stopped" bitfld.byte 0x02 5. " RSRC ,Receiver source select" "Internal loop-back mode,Single-wire UART" newline else bitfld.byte 0x02 6. " SCISWAI ,UART stops in wait mode" "Not stopped,Stopped" bitfld.byte 0x02 5. " RSRC ,Receiver source select" "Internal loop-back mode,Single-wire UART" newline endif bitfld.byte 0x02 4. " M ,9-bit or 8-bit mode select" "Normal 8 bits+stop,Use 9 bits+stop" bitfld.byte 0x02 3. " WAKE ,Receiver wakeup method select" "Idle-line,Address-mark" bitfld.byte 0x02 2. " ILT ,Idle line type select" "After start bit,After stop bit" newline bitfld.byte 0x02 1. " PE ,Parity enable" "Disabled,Enabled" bitfld.byte 0x02 0. " PT ,Parity type" "Even,Odd" line.byte 0x03 "UART4_C2,UART Control Register 2" bitfld.byte 0x03 7. " TIE ,Transmitter interrupt or DMA transfer enable" "Disabled,Enabled" bitfld.byte 0x03 6. " TCIE ,Transmission complete interrupt or DMA transfer enable" "Disabled,Enabled" bitfld.byte 0x03 5. " RIE ,Receiver full interrupt or DMA transfer enable" "Disabled,Enabled" newline bitfld.byte 0x03 4. " ILIE ,Idle line interrupt or DMA transfer enable" "Disabled,Enabled" bitfld.byte 0x03 3. " TE ,Transmitter enable" "Disabled,Enabled" bitfld.byte 0x03 2. " RE ,Receiver enable" "Disabled,Enabled" newline bitfld.byte 0x03 1. " RWU ,Receiver wakeup control" "Normal,Wake-up" bitfld.byte 0x03 0. " SBK ,Send break" "Normal,Break" sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") rgroup.byte 0x04++0x00 line.byte 0x00 "UART4_S1,UART Status Register 1" bitfld.byte 0x00 7. " TDRE ,Transmit data register empty flag" "Not occurred,Occurred" bitfld.byte 0x00 6. " TC ,Transmit complete flag" "Not occurred,Occurred" bitfld.byte 0x00 5. " RDRF ,Receive data register full flag" "Not occurred,Occurred" newline bitfld.byte 0x00 4. " IDLE ,Idle line flag" "Not occurred,Occurred" bitfld.byte 0x00 3. " OR ,Receiver overrun flag" "Not occurred,Occurred" bitfld.byte 0x00 2. " NF ,Noise flag" "Not occurred,Occurred" newline bitfld.byte 0x00 1. " FE ,Framing error flag" "Not occurred,Occurred" bitfld.byte 0x00 0. " PF ,Parity error flag" "Not occurred,Occurred" else rgroup.byte 0x04++0x00 line.byte 0x00 "UART4_S1,UART Status Register 1" bitfld.byte 0x00 7. " TDRE ,Transmit data register empty flag" "Not occurred,Occurred" bitfld.byte 0x00 6. " TC ,Transmit complete flag" "Not occurred,Occurred" bitfld.byte 0x00 5. " RDRF ,Receive data register full flag" "Not occurred,Occurred" newline bitfld.byte 0x00 4. " IDLE ,Idle line flag" "Not occurred,Occurred" bitfld.byte 0x00 3. " OR ,Receiver overrun flag" "Not occurred,Occurred" bitfld.byte 0x00 2. " NF ,Noise flag" "Not occurred,Occurred" newline bitfld.byte 0x00 1. " FE ,Framing error flag" "Not occurred,Occurred" bitfld.byte 0x00 0. " PF ,Parity error flag" "Not occurred,Occurred" endif group.byte 0x05++0x01 line.byte 0x00 "UART4_S2,UART Status Register 2" sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*")||cpuis("MK40D*ZV*10") eventfld.byte 0x00 7. " LBKDIF ,LIN break detect interrupt flag" "Not occurred,Occurred" eventfld.byte 0x00 6. " RXEDGIF ,Rxd pin active edge interrupt flag" "Not occurred,Occurred" newline else bitfld.byte 0x00 7. " LBKDIF ,LIN break detect interrupt flag" "Not occurred,Occurred" bitfld.byte 0x00 6. " RXEDGIF ,Rxd pin active edge interrupt flag" "Not occurred,Occurred" newline endif sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") else bitfld.byte 0x00 5. " MSBF ,Most significant bit first" "LSB first,MSB first" newline endif bitfld.byte 0x00 4. " RXINV ,Receive data inversion" "Not inverted,Inverted" bitfld.byte 0x00 3. " RWUID ,Receive wakeup idle detect" "Not detected,Detected" newline sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") bitfld.byte 0x00 2. " BRK13 ,Break transmit character length" "10/11/12 bit long,13/14/15 bit long" bitfld.byte 0x00 1. " LBKDE ,LIN break detection enable" "10/11/12 bit times,11/12/14 bit times" newline elif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10") bitfld.byte 0x00 2. " BRK13 ,Break transmit character length" "10/11/12 bit long,13/14 bit long" bitfld.byte 0x00 1. " LBKDE ,LIN break detection enable (detected at lenght of)" "10/11/12 bit times,11/12 bit times" newline else bitfld.byte 0x00 2. " BRK13 ,Break transmit character length" "10/11/12 bit long,13/14 bit long" bitfld.byte 0x00 1. " LBKDE ,LIN break detection enable" "10 bit times,11 bit times" newline endif sif (cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*")||cpuis("MK40D*ZV*10") rbitfld.byte 0x00 0. " RAF ,Receiver active flag" "Idle,Active" else bitfld.byte 0x00 0. " RAF ,Receiver active flag" "Idle,Active" endif line.byte 0x01 "UART4_C3,UART Control Register 3" sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") rbitfld.byte 0x01 7. " R8 ,Received bit 8" "No RX,RX" bitfld.byte 0x01 6. " T8 ,Transmit bit 8" "No TX,TX" newline else sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MK40D*ZV*10") rbitfld.byte 0x01 7. " R8 ,Received bit 8" "No RX,RX" else bitfld.byte 0x01 7. " R8 ,Received bit 8" "No RX,RX" endif bitfld.byte 0x01 6. " T8 ,Transmit bit 8" "No TX,TX" newline endif bitfld.byte 0x01 5. " TXDIR ,Transmitter pin data direction in single-wire mode" "Input,Output" newline bitfld.byte 0x01 4. " TXINV ,Transmit data inversion" "Not inverted,Inverted" bitfld.byte 0x01 3. " ORIE ,Overrun error interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 2. " NEIE ,Noise error interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x01 1. " FEIE ,Framing error interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 0. " PEIE ,Parity error interrupt enable" "Disabled,Enabled" sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") hgroup.byte 0x07++0x00 hide.byte 0x00 "UART4_D,UART Data Register" in else group.byte 0x07++0x00 line.byte 0x00 "UART4_D,UART Data Register" endif sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") group.byte 0x08++0x00 line.byte 0x00 "UART4_C4,UART Control Register 4" bitfld.byte 0x00 7. " TDMAS ,Transmitter DMA select" "Interrupt service,DMA transfer" bitfld.byte 0x00 5. " RDMAS ,Receiver full DMA select" "Interrupt service,DMA transfer" newline else group.byte 0x08++0x03 line.byte 0x00 "UART4_MA1,UART Match Address Registers 1" line.byte 0x01 "UART4_MA2,UART Match Address Registers 2" line.byte 0x02 "UART4_C4,UART Control Register 4" bitfld.byte 0x02 7. " MAEN1 ,Match address mode enable 1" "Disabled,Enabled" bitfld.byte 0x02 6. " MAEN2 ,Match address mode enable 2" "Disabled,Enabled" bitfld.byte 0x02 5. " M10 ,10-bit mode select" "Not selected,Selected" newline bitfld.byte 0x02 0.--4. " BRFA ,Baud rate fine 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" line.byte 0x03 "UART4_C5,UART Control Register 5" bitfld.byte 0x03 7. " TDMAS ,Transmitter DMA select" "Interrupt service,DMA transfer" bitfld.byte 0x03 5. " RDMAS ,Receiver full DMA select" "Interrupt service,DMA transfer" endif sif !cpuis("MKL02*")&&!cpuis("MKL04*")&&!cpuis("MKL05*")&&!cpuis("MK14*")&&!cpuis("MKL14*")&&!cpuis("MKL24*")&&!cpuis("MK15*")&&!cpuis("MKL15*")&&!cpuis("MKL25*")&&!cpuis("MKL36Z*")&&!cpuis("MKL46Z*")&&!cpuis("MKL34Z*")&&!cpuis("MKL16*")&&!cpuis("MKL26*") rgroup.byte 0x0C++0x00 line.byte 0x00 "UART4_ED,UART Extended Data Register" bitfld.byte 0x00 7. " NOISY ,The current received dataword contained in D and C3[R8] was received with noise" "Without noise,With noise" bitfld.byte 0x00 6. " PARITYE ,The current received dataword contained in D and C3[R8] was received with a parity error" "Without parity error,With parity error" group.byte 0x0D++0x01 line.byte 0x00 "UART4_MODEM,UART Modem Register" bitfld.byte 0x00 3. " RXRTSE ,Receiver request-to-send enable (num of char in RCV data reg fifo>=rwfifo(rxwater)/num of char in RCV data reg FIFO<=RWFIFO(RXWATER))" "No effect,Deasserted/asserted" bitfld.byte 0x00 2. " TXRTSPOL ,Transmitter request-to-send polarity" "Active low,Active high" bitfld.byte 0x00 1. " TXRTSE ,Transmitter request-to-send enable (char placed in empty fifo/after all characters placed to FIFO)" "No effect,Asserted/deasserted" newline bitfld.byte 0x00 0. " TXCTSE ,Transmitter clear-to-send enable" "No effect,Enabled" line.byte 0x01 "UART4_IR,UART Infrared Register" bitfld.byte 0x01 2. " IREN ,Infrared enable" "Disabled,Enabled" bitfld.byte 0x01 0.--1. " TNP ,Transmitter narrow pulse" "3/16,1/16,1/32,1/4" endif tree.end sif !cpuis("MKL02*")&&!cpuis("MKL04*")&&!cpuis("MKL05*")&&!cpuis("MK14*")&&!cpuis("MKL14*")&&!cpuis("MKL24*")&&!cpuis("MK15*")&&!cpuis("MKL15*")&&!cpuis("MKL25*")&&!cpuis("MKL36Z*")&&!cpuis("MKL46Z*")&&!cpuis("MKL34Z*")&&!cpuis("MKL16*")&&!cpuis("MKL26*") width 16. tree "UART 4 FIFO Registers" group.byte 0x10++0x03 line.byte 0x00 "UART4_PFIFO,UART FIFO Parameters" bitfld.byte 0x00 7. " TXFE ,Transmit FIFO enable" "Disabled,Enabled" newline sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MK40D*ZV*10") rbitfld.byte 0x00 4.--6. " TXFIFOSIZE ,Transmit FIFO buffer depth" "1 dataword,4 datawords,8 datawords,16 datawords,32 datawords,64 datawords,128 datawords,?..." bitfld.byte 0x00 3. " RXFE ,Receive FIFO enable" "Disabled,Enabled" newline rbitfld.byte 0x00 0.--2. " RXFIFOSIZE ,Receive FIFO buffer depth" "1 dataword,4 datawords,8 datawords,16 datawords,32 datawords,64 datawords,128 datawords,?..." else bitfld.byte 0x00 4.--6. " TXFIFOSIZE ,Transmit FIFO buffer depth" "1 dataword,4 datawords,8 datawords,16 datawords,32 datawords,64 datawords,128 datawords,?..." bitfld.byte 0x00 3. " RXFE ,Receive FIFO enable" "Disabled,Enabled" newline bitfld.byte 0x00 0.--2. " RXFIFOSIZE ,Receive FIFO buffer depth" "1 dataword,4 datawords,8 datawords,16 datawords,32 datawords,64 datawords,128 datawords,?..." endif line.byte 0x01 "UART4_CFIFO,UART FIFO Control Register" bitfld.byte 0x01 7. " TXFLUSH ,Transmit fifo/buffer flush" "Not flushed,Flushed" bitfld.byte 0x01 6. " RXFLUSH ,Receive fifo/buffer flush" "Not flushed,Flushed" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10") newline bitfld.byte 0x01 2. " RXOFE ,Receive FIFO overflow interrupt enable" "Not generated,Generated" bitfld.byte 0x01 1. " TXOFE ,Transmit FIFO overflow interrupt enable" "Not generated,Generated" else newline bitfld.byte 0x01 1. " TXOFE ,Transmit FIFO overflow interrupt enable" "Not generated,Generated" endif newline bitfld.byte 0x01 0. " RXUFE ,Receive FIFO underflow interrupt enable" "Not generated,Generated" line.byte 0x02 "UART4_SFIFO,UART FIFO Status Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MK40D*ZV*10") rbitfld.byte 0x02 7. " TXEMPT ,Transmit buffer/fifo empty" "Not empty,Empty" rbitfld.byte 0x02 6. " RXEMPT ,Receive buffer/fifo empty" "Not empty,Empty" newline sif !cpuis("MK40D*ZV*10") eventfld.byte 0x02 2. " RXOF ,Receiver buffer overflow flag" "No overflow,Overflow" newline endif eventfld.byte 0x02 1. " TXOF ,Transmitter buffer overflow flag" "No overflow,Overflow" else bitfld.byte 0x02 7. " TXEMPT ,Transmit buffer/fifo empty" "Not empty,Empty" bitfld.byte 0x02 6. " RXEMPT ,Receive buffer/fifo empty" "Not empty,Empty" eventfld.byte 0x02 1. " TXOF ,Transmitter buffer overflow flag" "No overflow,Overflow" endif newline eventfld.byte 0x02 0. " RXUF ,Receiver buffer underflow flag" "No overflow,Overflow" line.byte 0x03 "UART4_TWFIFO,UART FIFO Transmit Watermark" rgroup.byte 0x14++0x00 line.byte 0x00 "UART4_TCFIFO,UART FIFO Transmit Count" group.byte 0x15++0x00 line.byte 0x00 "UART4_RWFIFO,UART FIFO Receive Watermark" rgroup.byte 0x16++0x00 line.byte 0x00 "UART4_RCFIFO,UART FIFO Receive Count" tree.end sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") elif (cpu()=="MK40DN512ZVLQ10")||(cpu()=="MK40DN512ZVMD10")||(cpu()=="MK40DX128ZVLQ10")||(cpu()=="MK40DX256ZVLQ10")||(cpu()=="MK40DX256ZVMD10")||(cpu()=="MK40DN512ZVLL10") width 19. tree "UART 4 ISO7816 Registers" group.byte 0x18++0x02 line.byte 0x00 "UART4_C7816,UART 7816 Control Register" bitfld.byte 0x00 4. " ONACK ,Generate NACK on overflow" "Not generated,Generated" bitfld.byte 0x00 3. " ANACK ,Generate NACK on error" "Not generated,Generated" bitfld.byte 0x00 2. " INIT ,Detect initial character" "Not detected,Detected" newline bitfld.byte 0x00 1. " TTYPE ,Transfer type" "0 per the ISO-7816,1 per the ISO-7816" bitfld.byte 0x00 0. " ISO_7816E ,ISO-7816 functionality enabled" "Disabled,Enabled" line.byte 0x01 "UART4_IE7816,UART 7816 Interrupt Enable Register" bitfld.byte 0x01 7. " WTE ,Wait timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 6. " CWTE ,Character wait timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 5. " BWTE ,Block wait timer interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x01 4. " INITDE ,Initial character detected interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 2. " GTVE ,Guard timer violated interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 1. " TXTE ,Transmit threshold exceeded interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x01 0. " RXTE ,Receive threshold exceeded interrupt enable" "Disabled,Enabled" line.byte 0x02 "UART4_IS7816,UART 7816 Interrupt Status Register" eventfld.byte 0x02 7. " WT ,Wait timer interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 6. " CWT ,Character wait timer interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 5. " BWT ,Block wait timer interrupt" "No interrupt,Interrupt" newline eventfld.byte 0x02 4. " INITD ,Initial character detected interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 2. " GTV ,Guard timer violated interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 1. " TXT ,Transmit threshold exceeded interrupt" "No interrupt,Interrupt" newline eventfld.byte 0x02 0. " RXT ,Receive threshold exceeded interrupt" "No interrupt,Interrupt" if ((per.b(ad:0x400A9000+0x18)&0x1)==0x1) if ((per.b(ad:0x400A9000+0x18)&0x2)==0x0) rgroup.byte 0x1B++0x00 line.byte 0x00 "UART4_WP7816T0,UART 7816 Wait Parameter Register" else rgroup.byte 0x1B++0x00 line.byte 0x00 "UART4_WP7816T1,UART 7816 Wait Parameter Register" bitfld.byte 0x00 4.--7. " CWI ,Character wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x00 0.--3. " BWI ,Block wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif rgroup.byte 0x1C++0x02 line.byte 0x00 "UART4_WN7816,UART 7816 Wait N Register" line.byte 0x01 "UART4_WF7816,UART 7816 Wait FD Register" line.byte 0x02 "UART4_ET7816,UART 7816 Error Threshold Register" bitfld.byte 0x02 4.--7. " TXTHRESHOLD ,Transmit NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x02 0.--3. " RXTHRESHOLD ,Receive NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" else if ((per.b(ad:0x400A9000+0x18)&0x2)==0x0) group.byte 0x1B++0x00 line.byte 0x00 "UART4_WP7816T0,UART 7816 Wait Parameter Register" else group.byte 0x1B++0x00 line.byte 0x00 "UART4_WP7816T1,UART 7816 Wait Parameter Register" bitfld.byte 0x00 4.--7. " CWI ,Character wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x00 0.--3. " BWI ,Block wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif group.byte 0x1C++0x02 line.byte 0x00 "UART4_WN7816,UART 7816 Wait N Register" line.byte 0x01 "UART4_WF7816,UART 7816 Wait FD Register" line.byte 0x02 "UART4_ET7816,UART 7816 Error Threshold Register" bitfld.byte 0x02 4.--7. " TXTHRESHOLD ,Transmit NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x02 0.--3. " RXTHRESHOLD ,Receive NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif if ((per.b(ad:0x400A9000+0x03)&0x8)==0x8) if ((per.b(ad:0x400A9000+0x18)&0x2)==0x0) hgroup.byte 0x1F++0x00 hide.byte 0x00 "UART4_TL7816,UART 7816 Transmit Length Register" else group.byte 0x1F++0x00 line.byte 0x00 "UART4_TL7816,UART 7816 Transmit Length Register" endif else if ((per.b(ad:0x400A9000+0x18)&0x2)==0x0) hgroup.byte 0x1F++0x00 hide.byte 0x00 "UART4_TL7816,UART 7816 Transmit Length Register" else rgroup.byte 0x1F++0x00 line.byte 0x00 "UART4_TL7816,UART 7816 Transmit Length Register" endif endif tree.end else endif sif (cpuis("K70*")) group.byte 0x21++0x10 line.byte 0x00 "UART4_C6,UART CEA709.1-B Control Register 6" bitfld.byte 0x00 7. " EN709 ,Enable CEA709.1-B feature" "Disabled,Enabled" bitfld.byte 0x00 6. " TX709 ,Enable CEA709.1-B transmission" "Disabled,Enabled" newline bitfld.byte 0x00 5. " CE ,Collision enable" "Disabled,Enabled" bitfld.byte 0x00 4. " CP ,Collision signal polarity" "Active low,Active high" line.byte 0x01 "UART4_PCTH,UART CEA709.1-B Packet Cycle Time Counter High Register" line.byte 0x02 "UART4_PCTL,UART CEA709.1-B Packet Cycle Time Counter Low Register" line.byte 0x03 "UART4_B1T,UART CEA709.1-B Beta1 Timer Register" line.byte 0x04 "UART4_SDTH,UART CEA709.1-B Secondary Delay Timer High Register" line.byte 0x05 "UART4_SDTL,UART CEA709.1-B Secondary Delay Timer Low Register" line.byte 0x06 "UART4_PRE,UART CEA709.1-B Preamble Register" line.byte 0x07 "UART4_TPL,UART CEA709.1-B Transmit Packet Length Register" line.byte 0x08 "UART4_IE,UART CEA709.1-B Interrupt Enable Register" bitfld.byte 0x08 6. " WBEIE ,Wbase expired interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 5. " ISDIE ,Initial sync detection interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 4. " PRXIE ,Packet received interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 3. " PTXIE ,Packet transmitted interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 2. " PCTEIE ,Packet cycle timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 1. " PSIE ,Preamble start interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 0. " TXFIE ,Transmission fail interrupt enable" "Disabled,Enabled" line.byte 0x09 "UART4_WB,UART CEA709.1-B WBASE Register" line.byte 0x0A "UART4_S3,UART CEA709.1-B Status Register" bitfld.byte 0x0A 7. " PEF ,Preamble error interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x0A 6. " WBEF ,Wbase expired interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x0A 5. " ISD ,Initial sync detection interrupt enable" "No interrupt,Interrupt" bitfld.byte 0x0A 4. " PRXF ,Packet received interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x0A 3. " PTXF ,Packet transmitted interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x0A 2. " PCTEF ,Packet cycle timer expired interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x0A 1. " PSF ,Preamble start interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x0A 0. " TXFF ,Transmission fail interrupt flag" "No interrupt,Interrupt" line.byte 0x0B "UART4_S4,UART CEA709.1-B Status Register" bitfld.byte 0x0B 4. " INITF ,Initial synchronization fail flag" "Not falled,Falled" bitfld.byte 0x0B 2.--3. " CDET ,Collision occuring during transmission" "No collision,Preamble,Data,Line code violation" newline bitfld.byte 0x0B 1. " ILCV ,Improper line code violation" "Proper,Not proper" bitfld.byte 0x0B 0. " FE ,Framing error flag" "No error,Error" line.byte 0x0C "UART4_RPL,UART CEA709.1-B Received Packet Length Register" line.byte 0x0D "UART4_RPREL,UART CEA709.1-B Received Preamble Length Register" line.byte 0x0E "UART4_CPW,UART CEA709.1-B Collision Pulse Width Register" line.byte 0x0F "UART4_RIDT,UART CEA709.1-B Receive Indeterminate Time Register" line.byte 0x10 "UART4_TIDT,UART CEA709.1-B Transmit Indeterminate Time Register" elif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7") tree "UART 4 CEA709.1-B Registers" group.byte 0x21++0x09 line.byte 0x00 "UART4_C6,UART CEA709.1-B Control Register 6" bitfld.byte 0x00 7. " EN709 ,Enable CEA709.1-B feature" "Disabled,Enabled" bitfld.byte 0x00 6. " TX709 ,Enable CEA709.1-B transmission" "Disabled,Enabled" newline bitfld.byte 0x00 5. " CE ,Collision enable" "Disabled,Enabled" bitfld.byte 0x00 4. " CP ,Collision signal polarity" "Active low,Active high" line.byte 0x01 "UART4_PCTH,UART CEA709.1-B Packet Cycle Time Counter High Register" line.byte 0x02 "UART4_PCTL,UART CEA709.1-B Packet Cycle Time Counter Low Register" line.byte 0x03 "UART4_B1T,UART CEA709.1-B Beta1 Timer Register" line.byte 0x04 "UART4_SDTH,UART CEA709.1-B Secondary Delay Timer High Register" line.byte 0x05 "UART4_SDTL,UART CEA709.1-B Secondary Delay Timer Low Register" line.byte 0x06 "UART4_PRE,UART CEA709.1-B Preamble Register" line.byte 0x07 "UART4_TPL,UART CEA709.1-B Transmit Packet Length Register" line.byte 0x08 "UART4_IE,UART CEA709.1-B Interrupt Enable Register" bitfld.byte 0x08 6. " WBEIE ,Wbase expired interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 5. " ISDIE ,Initial sync detection interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 4. " PRXIE ,Packet received interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 3. " PTXIE ,Packet transmitted interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 2. " PCTEIE ,Packet cycle timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 1. " PSIE ,Preamble start interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 0. " TXFIE ,Transmission fail interrupt enable" "Disabled,Enabled" line.byte 0x09 "UART4_WB,UART CEA709.1-B WBASE" group.byte 0x2B++0x01 line.byte 0x00 "UART4_S3,UART CEA709.1-B Status Register" bitfld.byte 0x00 7. " PEF ,Preamble error interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x00 6. " WBEF ,Wbase expired interrupt flag" "No interrupt,Interrupt" newline rbitfld.byte 0x00 5. " ISD ,Initial sync detection interrupt enable" "No interrupt,Interrupt" bitfld.byte 0x00 4. " PRXF ,Packet received interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x00 3. " PTXF ,Packet transmitted interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x00 2. " PCTEF ,Packet cycle timer expired interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x00 1. " PSF ,Preamble start interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x00 0. " TXFF ,Transmission fail interrupt flag" "No interrupt,Interrupt" line.byte 0x01 "UART4_S4,UART CEA709.1-B Status Register" rbitfld.byte 0x01 4. " INITF ,Initial synchronization fail flag" "Not falled,Falled" bitfld.byte 0x01 2.--3. " CDET ,Collision occuring during transmission" "No collision,Preamble,Data,Line code violation" newline bitfld.byte 0x01 1. " ILCV ,Improper line code violation" "Proper,Not proper" bitfld.byte 0x01 0. " FE ,Framing error flag" "No error,Error" rgroup.byte 0x2D++0x01 line.byte 0x00 "UART4_RPL,UART CEA709.1-B Received Packet Length Register" line.byte 0x01 "UART4_RPREL,UART CEA709.1-B Received Preamble Length Register" group.byte 0x2F++0x02 line.byte 0x00 "UART4_CPW,UART CEA709.1-B Collision Pulse Width Register" line.byte 0x01 "UART4_RIDT,UART CEA709.1-B Receive Indeterminate Time Register" line.byte 0x02 "UART4_TIDT,UART CEA709.1-B Transmit Indeterminate Time Register" tree.end elif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") elif (cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10") endif endif width 0x0B tree.end tree "UART5" base ad:0x400AA000 width 13. tree "UART 5 Standard Features Registers" group.byte 0x00++0x03 line.byte 0x00 "UART5_BDH,UART Baud Rate Register High" bitfld.byte 0x00 7. " LBKDIE ,LIN break detect interrupt or DMA request enable" "Disabled,Enabled" bitfld.byte 0x00 6. " RXEDGIE ,Rxd input active edge interrupt enable" "Disabled,Enabled" newline sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") bitfld.byte 0x00 5. " SBNS ,Stop bit number select" "One,Two" newline endif bitfld.byte 0x00 0.--4. " SBR ,UART baud rate bits" "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.byte 0x01 "UART5_BDL,UART Baud Rate Register Low" line.byte 0x02 "UART5_C1,UART Control Register 1" bitfld.byte 0x02 7. " LOOPS ,Loop mode select" "Not selected,Selected" newline sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.byte 0x02 5. " RSRC ,Receiver source select" "Internal loop-back mode,Single-wire UART" newline elif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") bitfld.byte 0x02 6. " UARTSWAI ,UART stops in wait mode" "Not stopped,Stopped" bitfld.byte 0x02 5. " RSRC ,Receiver source select" "Internal loop-back mode,Single-wire UART" newline elif (cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MK40D*ZV*10") bitfld.byte 0x02 6. " UARTSWAI ,UART stops in wait mode" "Not stopped,Stopped" bitfld.byte 0x02 5. " RSRC ,Receiver source select" "Internal loop-back mode,Single-wire UART" newline else bitfld.byte 0x02 6. " SCISWAI ,UART stops in wait mode" "Not stopped,Stopped" bitfld.byte 0x02 5. " RSRC ,Receiver source select" "Internal loop-back mode,Single-wire UART" newline endif bitfld.byte 0x02 4. " M ,9-bit or 8-bit mode select" "Normal 8 bits+stop,Use 9 bits+stop" bitfld.byte 0x02 3. " WAKE ,Receiver wakeup method select" "Idle-line,Address-mark" bitfld.byte 0x02 2. " ILT ,Idle line type select" "After start bit,After stop bit" newline bitfld.byte 0x02 1. " PE ,Parity enable" "Disabled,Enabled" bitfld.byte 0x02 0. " PT ,Parity type" "Even,Odd" line.byte 0x03 "UART5_C2,UART Control Register 2" bitfld.byte 0x03 7. " TIE ,Transmitter interrupt or DMA transfer enable" "Disabled,Enabled" bitfld.byte 0x03 6. " TCIE ,Transmission complete interrupt or DMA transfer enable" "Disabled,Enabled" bitfld.byte 0x03 5. " RIE ,Receiver full interrupt or DMA transfer enable" "Disabled,Enabled" newline bitfld.byte 0x03 4. " ILIE ,Idle line interrupt or DMA transfer enable" "Disabled,Enabled" bitfld.byte 0x03 3. " TE ,Transmitter enable" "Disabled,Enabled" bitfld.byte 0x03 2. " RE ,Receiver enable" "Disabled,Enabled" newline bitfld.byte 0x03 1. " RWU ,Receiver wakeup control" "Normal,Wake-up" bitfld.byte 0x03 0. " SBK ,Send break" "Normal,Break" sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") rgroup.byte 0x04++0x00 line.byte 0x00 "UART5_S1,UART Status Register 1" bitfld.byte 0x00 7. " TDRE ,Transmit data register empty flag" "Not occurred,Occurred" bitfld.byte 0x00 6. " TC ,Transmit complete flag" "Not occurred,Occurred" bitfld.byte 0x00 5. " RDRF ,Receive data register full flag" "Not occurred,Occurred" newline bitfld.byte 0x00 4. " IDLE ,Idle line flag" "Not occurred,Occurred" bitfld.byte 0x00 3. " OR ,Receiver overrun flag" "Not occurred,Occurred" bitfld.byte 0x00 2. " NF ,Noise flag" "Not occurred,Occurred" newline bitfld.byte 0x00 1. " FE ,Framing error flag" "Not occurred,Occurred" bitfld.byte 0x00 0. " PF ,Parity error flag" "Not occurred,Occurred" else rgroup.byte 0x04++0x00 line.byte 0x00 "UART5_S1,UART Status Register 1" bitfld.byte 0x00 7. " TDRE ,Transmit data register empty flag" "Not occurred,Occurred" bitfld.byte 0x00 6. " TC ,Transmit complete flag" "Not occurred,Occurred" bitfld.byte 0x00 5. " RDRF ,Receive data register full flag" "Not occurred,Occurred" newline bitfld.byte 0x00 4. " IDLE ,Idle line flag" "Not occurred,Occurred" bitfld.byte 0x00 3. " OR ,Receiver overrun flag" "Not occurred,Occurred" bitfld.byte 0x00 2. " NF ,Noise flag" "Not occurred,Occurred" newline bitfld.byte 0x00 1. " FE ,Framing error flag" "Not occurred,Occurred" bitfld.byte 0x00 0. " PF ,Parity error flag" "Not occurred,Occurred" endif group.byte 0x05++0x01 line.byte 0x00 "UART5_S2,UART Status Register 2" sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*")||cpuis("MK40D*ZV*10") eventfld.byte 0x00 7. " LBKDIF ,LIN break detect interrupt flag" "Not occurred,Occurred" eventfld.byte 0x00 6. " RXEDGIF ,Rxd pin active edge interrupt flag" "Not occurred,Occurred" newline else bitfld.byte 0x00 7. " LBKDIF ,LIN break detect interrupt flag" "Not occurred,Occurred" bitfld.byte 0x00 6. " RXEDGIF ,Rxd pin active edge interrupt flag" "Not occurred,Occurred" newline endif sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") else bitfld.byte 0x00 5. " MSBF ,Most significant bit first" "LSB first,MSB first" newline endif bitfld.byte 0x00 4. " RXINV ,Receive data inversion" "Not inverted,Inverted" bitfld.byte 0x00 3. " RWUID ,Receive wakeup idle detect" "Not detected,Detected" newline sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") bitfld.byte 0x00 2. " BRK13 ,Break transmit character length" "10/11/12 bit long,13/14/15 bit long" bitfld.byte 0x00 1. " LBKDE ,LIN break detection enable" "10/11/12 bit times,11/12/14 bit times" newline elif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10") bitfld.byte 0x00 2. " BRK13 ,Break transmit character length" "10/11/12 bit long,13/14 bit long" bitfld.byte 0x00 1. " LBKDE ,LIN break detection enable (detected at lenght of)" "10/11/12 bit times,11/12 bit times" newline else bitfld.byte 0x00 2. " BRK13 ,Break transmit character length" "10/11/12 bit long,13/14 bit long" bitfld.byte 0x00 1. " LBKDE ,LIN break detection enable" "10 bit times,11 bit times" newline endif sif (cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*")||cpuis("MK40D*ZV*10") rbitfld.byte 0x00 0. " RAF ,Receiver active flag" "Idle,Active" else bitfld.byte 0x00 0. " RAF ,Receiver active flag" "Idle,Active" endif line.byte 0x01 "UART5_C3,UART Control Register 3" sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") rbitfld.byte 0x01 7. " R8 ,Received bit 8" "No RX,RX" bitfld.byte 0x01 6. " T8 ,Transmit bit 8" "No TX,TX" newline else sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MK40D*ZV*10") rbitfld.byte 0x01 7. " R8 ,Received bit 8" "No RX,RX" else bitfld.byte 0x01 7. " R8 ,Received bit 8" "No RX,RX" endif bitfld.byte 0x01 6. " T8 ,Transmit bit 8" "No TX,TX" newline endif bitfld.byte 0x01 5. " TXDIR ,Transmitter pin data direction in single-wire mode" "Input,Output" newline bitfld.byte 0x01 4. " TXINV ,Transmit data inversion" "Not inverted,Inverted" bitfld.byte 0x01 3. " ORIE ,Overrun error interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 2. " NEIE ,Noise error interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x01 1. " FEIE ,Framing error interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 0. " PEIE ,Parity error interrupt enable" "Disabled,Enabled" sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") hgroup.byte 0x07++0x00 hide.byte 0x00 "UART5_D,UART Data Register" in else group.byte 0x07++0x00 line.byte 0x00 "UART5_D,UART Data Register" endif sif cpuis("MKL02*")||cpuis("MKL04*")||cpuis("MKL05*")||cpuis("MK14*")||cpuis("MKL14*")||cpuis("MK15*")||cpuis("MKL15*")||cpuis("MKL16*")||cpuis("MKL24*")||cpuis("MKL25*")||cpuis("MKL26*")||cpuis("MKL34Z*")||cpuis("MKL36Z*")||cpuis("MKL46Z*") group.byte 0x08++0x00 line.byte 0x00 "UART5_C4,UART Control Register 4" bitfld.byte 0x00 7. " TDMAS ,Transmitter DMA select" "Interrupt service,DMA transfer" bitfld.byte 0x00 5. " RDMAS ,Receiver full DMA select" "Interrupt service,DMA transfer" newline else group.byte 0x08++0x03 line.byte 0x00 "UART5_MA1,UART Match Address Registers 1" line.byte 0x01 "UART5_MA2,UART Match Address Registers 2" line.byte 0x02 "UART5_C4,UART Control Register 4" bitfld.byte 0x02 7. " MAEN1 ,Match address mode enable 1" "Disabled,Enabled" bitfld.byte 0x02 6. " MAEN2 ,Match address mode enable 2" "Disabled,Enabled" bitfld.byte 0x02 5. " M10 ,10-bit mode select" "Not selected,Selected" newline bitfld.byte 0x02 0.--4. " BRFA ,Baud rate fine 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" line.byte 0x03 "UART5_C5,UART Control Register 5" bitfld.byte 0x03 7. " TDMAS ,Transmitter DMA select" "Interrupt service,DMA transfer" bitfld.byte 0x03 5. " RDMAS ,Receiver full DMA select" "Interrupt service,DMA transfer" endif sif !cpuis("MKL02*")&&!cpuis("MKL04*")&&!cpuis("MKL05*")&&!cpuis("MK14*")&&!cpuis("MKL14*")&&!cpuis("MKL24*")&&!cpuis("MK15*")&&!cpuis("MKL15*")&&!cpuis("MKL25*")&&!cpuis("MKL36Z*")&&!cpuis("MKL46Z*")&&!cpuis("MKL34Z*")&&!cpuis("MKL16*")&&!cpuis("MKL26*") rgroup.byte 0x0C++0x00 line.byte 0x00 "UART5_ED,UART Extended Data Register" bitfld.byte 0x00 7. " NOISY ,The current received dataword contained in D and C3[R8] was received with noise" "Without noise,With noise" bitfld.byte 0x00 6. " PARITYE ,The current received dataword contained in D and C3[R8] was received with a parity error" "Without parity error,With parity error" group.byte 0x0D++0x01 line.byte 0x00 "UART5_MODEM,UART Modem Register" bitfld.byte 0x00 3. " RXRTSE ,Receiver request-to-send enable (num of char in RCV data reg fifo>=rwfifo(rxwater)/num of char in RCV data reg FIFO<=RWFIFO(RXWATER))" "No effect,Deasserted/asserted" bitfld.byte 0x00 2. " TXRTSPOL ,Transmitter request-to-send polarity" "Active low,Active high" bitfld.byte 0x00 1. " TXRTSE ,Transmitter request-to-send enable (char placed in empty fifo/after all characters placed to FIFO)" "No effect,Asserted/deasserted" newline bitfld.byte 0x00 0. " TXCTSE ,Transmitter clear-to-send enable" "No effect,Enabled" line.byte 0x01 "UART5_IR,UART Infrared Register" bitfld.byte 0x01 2. " IREN ,Infrared enable" "Disabled,Enabled" bitfld.byte 0x01 0.--1. " TNP ,Transmitter narrow pulse" "3/16,1/16,1/32,1/4" endif tree.end sif !cpuis("MKL02*")&&!cpuis("MKL04*")&&!cpuis("MKL05*")&&!cpuis("MK14*")&&!cpuis("MKL14*")&&!cpuis("MKL24*")&&!cpuis("MK15*")&&!cpuis("MKL15*")&&!cpuis("MKL25*")&&!cpuis("MKL36Z*")&&!cpuis("MKL46Z*")&&!cpuis("MKL34Z*")&&!cpuis("MKL16*")&&!cpuis("MKL26*") width 16. tree "UART 5 FIFO Registers" group.byte 0x10++0x03 line.byte 0x00 "UART5_PFIFO,UART FIFO Parameters" bitfld.byte 0x00 7. " TXFE ,Transmit FIFO enable" "Disabled,Enabled" newline sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MK40D*ZV*10") rbitfld.byte 0x00 4.--6. " TXFIFOSIZE ,Transmit FIFO buffer depth" "1 dataword,4 datawords,8 datawords,16 datawords,32 datawords,64 datawords,128 datawords,?..." bitfld.byte 0x00 3. " RXFE ,Receive FIFO enable" "Disabled,Enabled" newline rbitfld.byte 0x00 0.--2. " RXFIFOSIZE ,Receive FIFO buffer depth" "1 dataword,4 datawords,8 datawords,16 datawords,32 datawords,64 datawords,128 datawords,?..." else bitfld.byte 0x00 4.--6. " TXFIFOSIZE ,Transmit FIFO buffer depth" "1 dataword,4 datawords,8 datawords,16 datawords,32 datawords,64 datawords,128 datawords,?..." bitfld.byte 0x00 3. " RXFE ,Receive FIFO enable" "Disabled,Enabled" newline bitfld.byte 0x00 0.--2. " RXFIFOSIZE ,Receive FIFO buffer depth" "1 dataword,4 datawords,8 datawords,16 datawords,32 datawords,64 datawords,128 datawords,?..." endif line.byte 0x01 "UART5_CFIFO,UART FIFO Control Register" bitfld.byte 0x01 7. " TXFLUSH ,Transmit fifo/buffer flush" "Not flushed,Flushed" bitfld.byte 0x01 6. " RXFLUSH ,Receive fifo/buffer flush" "Not flushed,Flushed" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10") newline bitfld.byte 0x01 2. " RXOFE ,Receive FIFO overflow interrupt enable" "Not generated,Generated" bitfld.byte 0x01 1. " TXOFE ,Transmit FIFO overflow interrupt enable" "Not generated,Generated" else newline bitfld.byte 0x01 1. " TXOFE ,Transmit FIFO overflow interrupt enable" "Not generated,Generated" endif newline bitfld.byte 0x01 0. " RXUFE ,Receive FIFO underflow interrupt enable" "Not generated,Generated" line.byte 0x02 "UART5_SFIFO,UART FIFO Status Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10")||cpuis("MK40D*ZV*10") rbitfld.byte 0x02 7. " TXEMPT ,Transmit buffer/fifo empty" "Not empty,Empty" rbitfld.byte 0x02 6. " RXEMPT ,Receive buffer/fifo empty" "Not empty,Empty" newline sif !cpuis("MK40D*ZV*10") eventfld.byte 0x02 2. " RXOF ,Receiver buffer overflow flag" "No overflow,Overflow" newline endif eventfld.byte 0x02 1. " TXOF ,Transmitter buffer overflow flag" "No overflow,Overflow" else bitfld.byte 0x02 7. " TXEMPT ,Transmit buffer/fifo empty" "Not empty,Empty" bitfld.byte 0x02 6. " RXEMPT ,Receive buffer/fifo empty" "Not empty,Empty" eventfld.byte 0x02 1. " TXOF ,Transmitter buffer overflow flag" "No overflow,Overflow" endif newline eventfld.byte 0x02 0. " RXUF ,Receiver buffer underflow flag" "No overflow,Overflow" line.byte 0x03 "UART5_TWFIFO,UART FIFO Transmit Watermark" rgroup.byte 0x14++0x00 line.byte 0x00 "UART5_TCFIFO,UART FIFO Transmit Count" group.byte 0x15++0x00 line.byte 0x00 "UART5_RWFIFO,UART FIFO Receive Watermark" rgroup.byte 0x16++0x00 line.byte 0x00 "UART5_RCFIFO,UART FIFO Receive Count" tree.end sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") elif (cpu()=="MK40DN512ZVLQ10")||(cpu()=="MK40DN512ZVMD10")||(cpu()=="MK40DX128ZVLQ10")||(cpu()=="MK40DX256ZVLQ10")||(cpu()=="MK40DX256ZVMD10")||(cpu()=="MK40DN512ZVLL10") width 19. tree "UART 5 ISO7816 Registers" group.byte 0x18++0x02 line.byte 0x00 "UART5_C7816,UART 7816 Control Register" bitfld.byte 0x00 4. " ONACK ,Generate NACK on overflow" "Not generated,Generated" bitfld.byte 0x00 3. " ANACK ,Generate NACK on error" "Not generated,Generated" bitfld.byte 0x00 2. " INIT ,Detect initial character" "Not detected,Detected" newline bitfld.byte 0x00 1. " TTYPE ,Transfer type" "0 per the ISO-7816,1 per the ISO-7816" bitfld.byte 0x00 0. " ISO_7816E ,ISO-7816 functionality enabled" "Disabled,Enabled" line.byte 0x01 "UART5_IE7816,UART 7816 Interrupt Enable Register" bitfld.byte 0x01 7. " WTE ,Wait timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 6. " CWTE ,Character wait timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 5. " BWTE ,Block wait timer interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x01 4. " INITDE ,Initial character detected interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 2. " GTVE ,Guard timer violated interrupt enable" "Disabled,Enabled" bitfld.byte 0x01 1. " TXTE ,Transmit threshold exceeded interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x01 0. " RXTE ,Receive threshold exceeded interrupt enable" "Disabled,Enabled" line.byte 0x02 "UART5_IS7816,UART 7816 Interrupt Status Register" eventfld.byte 0x02 7. " WT ,Wait timer interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 6. " CWT ,Character wait timer interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 5. " BWT ,Block wait timer interrupt" "No interrupt,Interrupt" newline eventfld.byte 0x02 4. " INITD ,Initial character detected interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 2. " GTV ,Guard timer violated interrupt" "No interrupt,Interrupt" eventfld.byte 0x02 1. " TXT ,Transmit threshold exceeded interrupt" "No interrupt,Interrupt" newline eventfld.byte 0x02 0. " RXT ,Receive threshold exceeded interrupt" "No interrupt,Interrupt" if ((per.b(ad:0x400AA000+0x18)&0x1)==0x1) if ((per.b(ad:0x400AA000+0x18)&0x2)==0x0) rgroup.byte 0x1B++0x00 line.byte 0x00 "UART5_WP7816T0,UART 7816 Wait Parameter Register" else rgroup.byte 0x1B++0x00 line.byte 0x00 "UART5_WP7816T1,UART 7816 Wait Parameter Register" bitfld.byte 0x00 4.--7. " CWI ,Character wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x00 0.--3. " BWI ,Block wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif rgroup.byte 0x1C++0x02 line.byte 0x00 "UART5_WN7816,UART 7816 Wait N Register" line.byte 0x01 "UART5_WF7816,UART 7816 Wait FD Register" line.byte 0x02 "UART5_ET7816,UART 7816 Error Threshold Register" bitfld.byte 0x02 4.--7. " TXTHRESHOLD ,Transmit NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x02 0.--3. " RXTHRESHOLD ,Receive NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" else if ((per.b(ad:0x400AA000+0x18)&0x2)==0x0) group.byte 0x1B++0x00 line.byte 0x00 "UART5_WP7816T0,UART 7816 Wait Parameter Register" else group.byte 0x1B++0x00 line.byte 0x00 "UART5_WP7816T1,UART 7816 Wait Parameter Register" bitfld.byte 0x00 4.--7. " CWI ,Character wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x00 0.--3. " BWI ,Block wait time integer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif group.byte 0x1C++0x02 line.byte 0x00 "UART5_WN7816,UART 7816 Wait N Register" line.byte 0x01 "UART5_WF7816,UART 7816 Wait FD Register" line.byte 0x02 "UART5_ET7816,UART 7816 Error Threshold Register" bitfld.byte 0x02 4.--7. " TXTHRESHOLD ,Transmit NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.byte 0x02 0.--3. " RXTHRESHOLD ,Receive NACK threshold" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif if ((per.b(ad:0x400AA000+0x03)&0x8)==0x8) if ((per.b(ad:0x400AA000+0x18)&0x2)==0x0) hgroup.byte 0x1F++0x00 hide.byte 0x00 "UART5_TL7816,UART 7816 Transmit Length Register" else group.byte 0x1F++0x00 line.byte 0x00 "UART5_TL7816,UART 7816 Transmit Length Register" endif else if ((per.b(ad:0x400AA000+0x18)&0x2)==0x0) hgroup.byte 0x1F++0x00 hide.byte 0x00 "UART5_TL7816,UART 7816 Transmit Length Register" else rgroup.byte 0x1F++0x00 line.byte 0x00 "UART5_TL7816,UART 7816 Transmit Length Register" endif endif tree.end else endif sif (cpuis("K70*")) group.byte 0x21++0x10 line.byte 0x00 "UART5_C6,UART CEA709.1-B Control Register 6" bitfld.byte 0x00 7. " EN709 ,Enable CEA709.1-B feature" "Disabled,Enabled" bitfld.byte 0x00 6. " TX709 ,Enable CEA709.1-B transmission" "Disabled,Enabled" newline bitfld.byte 0x00 5. " CE ,Collision enable" "Disabled,Enabled" bitfld.byte 0x00 4. " CP ,Collision signal polarity" "Active low,Active high" line.byte 0x01 "UART5_PCTH,UART CEA709.1-B Packet Cycle Time Counter High Register" line.byte 0x02 "UART5_PCTL,UART CEA709.1-B Packet Cycle Time Counter Low Register" line.byte 0x03 "UART5_B1T,UART CEA709.1-B Beta1 Timer Register" line.byte 0x04 "UART5_SDTH,UART CEA709.1-B Secondary Delay Timer High Register" line.byte 0x05 "UART5_SDTL,UART CEA709.1-B Secondary Delay Timer Low Register" line.byte 0x06 "UART5_PRE,UART CEA709.1-B Preamble Register" line.byte 0x07 "UART5_TPL,UART CEA709.1-B Transmit Packet Length Register" line.byte 0x08 "UART5_IE,UART CEA709.1-B Interrupt Enable Register" bitfld.byte 0x08 6. " WBEIE ,Wbase expired interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 5. " ISDIE ,Initial sync detection interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 4. " PRXIE ,Packet received interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 3. " PTXIE ,Packet transmitted interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 2. " PCTEIE ,Packet cycle timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 1. " PSIE ,Preamble start interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 0. " TXFIE ,Transmission fail interrupt enable" "Disabled,Enabled" line.byte 0x09 "UART5_WB,UART CEA709.1-B WBASE Register" line.byte 0x0A "UART5_S3,UART CEA709.1-B Status Register" bitfld.byte 0x0A 7. " PEF ,Preamble error interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x0A 6. " WBEF ,Wbase expired interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x0A 5. " ISD ,Initial sync detection interrupt enable" "No interrupt,Interrupt" bitfld.byte 0x0A 4. " PRXF ,Packet received interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x0A 3. " PTXF ,Packet transmitted interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x0A 2. " PCTEF ,Packet cycle timer expired interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x0A 1. " PSF ,Preamble start interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x0A 0. " TXFF ,Transmission fail interrupt flag" "No interrupt,Interrupt" line.byte 0x0B "UART5_S4,UART CEA709.1-B Status Register" bitfld.byte 0x0B 4. " INITF ,Initial synchronization fail flag" "Not falled,Falled" bitfld.byte 0x0B 2.--3. " CDET ,Collision occuring during transmission" "No collision,Preamble,Data,Line code violation" newline bitfld.byte 0x0B 1. " ILCV ,Improper line code violation" "Proper,Not proper" bitfld.byte 0x0B 0. " FE ,Framing error flag" "No error,Error" line.byte 0x0C "UART5_RPL,UART CEA709.1-B Received Packet Length Register" line.byte 0x0D "UART5_RPREL,UART CEA709.1-B Received Preamble Length Register" line.byte 0x0E "UART5_CPW,UART CEA709.1-B Collision Pulse Width Register" line.byte 0x0F "UART5_RIDT,UART CEA709.1-B Receive Indeterminate Time Register" line.byte 0x10 "UART5_TIDT,UART CEA709.1-B Transmit Indeterminate Time Register" elif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7") tree "UART 5 CEA709.1-B Registers" group.byte 0x21++0x09 line.byte 0x00 "UART5_C6,UART CEA709.1-B Control Register 6" bitfld.byte 0x00 7. " EN709 ,Enable CEA709.1-B feature" "Disabled,Enabled" bitfld.byte 0x00 6. " TX709 ,Enable CEA709.1-B transmission" "Disabled,Enabled" newline bitfld.byte 0x00 5. " CE ,Collision enable" "Disabled,Enabled" bitfld.byte 0x00 4. " CP ,Collision signal polarity" "Active low,Active high" line.byte 0x01 "UART5_PCTH,UART CEA709.1-B Packet Cycle Time Counter High Register" line.byte 0x02 "UART5_PCTL,UART CEA709.1-B Packet Cycle Time Counter Low Register" line.byte 0x03 "UART5_B1T,UART CEA709.1-B Beta1 Timer Register" line.byte 0x04 "UART5_SDTH,UART CEA709.1-B Secondary Delay Timer High Register" line.byte 0x05 "UART5_SDTL,UART CEA709.1-B Secondary Delay Timer Low Register" line.byte 0x06 "UART5_PRE,UART CEA709.1-B Preamble Register" line.byte 0x07 "UART5_TPL,UART CEA709.1-B Transmit Packet Length Register" line.byte 0x08 "UART5_IE,UART CEA709.1-B Interrupt Enable Register" bitfld.byte 0x08 6. " WBEIE ,Wbase expired interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 5. " ISDIE ,Initial sync detection interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 4. " PRXIE ,Packet received interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 3. " PTXIE ,Packet transmitted interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 2. " PCTEIE ,Packet cycle timer interrupt enable" "Disabled,Enabled" bitfld.byte 0x08 1. " PSIE ,Preamble start interrupt enable" "Disabled,Enabled" newline bitfld.byte 0x08 0. " TXFIE ,Transmission fail interrupt enable" "Disabled,Enabled" line.byte 0x09 "UART5_WB,UART CEA709.1-B WBASE" group.byte 0x2B++0x01 line.byte 0x00 "UART5_S3,UART CEA709.1-B Status Register" bitfld.byte 0x00 7. " PEF ,Preamble error interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x00 6. " WBEF ,Wbase expired interrupt flag" "No interrupt,Interrupt" newline rbitfld.byte 0x00 5. " ISD ,Initial sync detection interrupt enable" "No interrupt,Interrupt" bitfld.byte 0x00 4. " PRXF ,Packet received interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x00 3. " PTXF ,Packet transmitted interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x00 2. " PCTEF ,Packet cycle timer expired interrupt flag" "No interrupt,Interrupt" newline bitfld.byte 0x00 1. " PSF ,Preamble start interrupt flag" "No interrupt,Interrupt" bitfld.byte 0x00 0. " TXFF ,Transmission fail interrupt flag" "No interrupt,Interrupt" line.byte 0x01 "UART5_S4,UART CEA709.1-B Status Register" rbitfld.byte 0x01 4. " INITF ,Initial synchronization fail flag" "Not falled,Falled" bitfld.byte 0x01 2.--3. " CDET ,Collision occuring during transmission" "No collision,Preamble,Data,Line code violation" newline bitfld.byte 0x01 1. " ILCV ,Improper line code violation" "Proper,Not proper" bitfld.byte 0x01 0. " FE ,Framing error flag" "No error,Error" rgroup.byte 0x2D++0x01 line.byte 0x00 "UART5_RPL,UART CEA709.1-B Received Packet Length Register" line.byte 0x01 "UART5_RPREL,UART CEA709.1-B Received Preamble Length Register" group.byte 0x2F++0x02 line.byte 0x00 "UART5_CPW,UART CEA709.1-B Collision Pulse Width Register" line.byte 0x01 "UART5_RIDT,UART CEA709.1-B Receive Indeterminate Time Register" line.byte 0x02 "UART5_TIDT,UART CEA709.1-B Transmit Indeterminate Time Register" tree.end elif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") elif (cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10") endif endif width 0x0B tree.end tree.end tree "SDHC (Secured digital host controller)" tree "SDHC0" base ad:0x400B1000 width 11. group.long 0x00++0x0f line.long 0x00 "DSADDR,DMA System Address Register" hexmask.long 0x00 2.--31. 0x04 " DSADDR ,DMA System Address" line.long 0x04 "BLKATTR,Block Attributes Register" hexmask.long.word 0x04 16.--31. 1. " BLKCNT ,Blocks Count For Current Transfer" hexmask.long.word 0x04 0.--12. 1. " BLKSIZE ,Transfer Block Size" line.long 0x08 "CMDARG,Command Argument Register" line.long 0x0c "XFERTYP,Transfer Type Register" bitfld.long 0x0C 24.--29. " CMDINX ,Command Index" "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 0x0C 22.--23. " CMDTYP ,Command Type" "Normal,Suspend,Resume,Abort" bitfld.long 0x0C 21. " DPSEL ,Data Present Select" "Not present,Present" textline " " bitfld.long 0x0C 20. " CICEN ,Command Index Check Enable" "Disabled,Enabled" bitfld.long 0x0C 19. " CCCEN ,Command CRC Check Enable" "Disabled,Enabled" bitfld.long 0x0C 16.--17. " RSPTYP ,Response Type Select" "No response,Response lenght 136,Response lenght 48,Response lenght 48/check busy" textline " " bitfld.long 0x0C 5. " MSBSEL ,Multi/Single Block Select" "Single,Multi" bitfld.long 0x0C 4. " DTDSEL ,Data Transfer Direction Select" "Write,Read" bitfld.long 0x0C 2. " AC12EN ,Auto CMD12 Enable" "Disabled,Enabled" textline " " bitfld.long 0x0C 1. " BCEN ,Block Count Enable" "Disabled,Enabled" bitfld.long 0x0C 0. " DMAEN ,DMA Enable" "Disabled,Enabled" width 11. rgroup.long 0x10++0x0f line.long 0x0 "CMDRSP0,Command Response 0" line.long 0x4 "CMDRSP1,Command Response 1" line.long 0x8 "CMDRSP2,Command Response 2" line.long 0xC "CMDRSP3,Command Response 3" group.long 0x20++0x3 line.long 0x00 "DATPORT,Buffer Data Port Register" sif (cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10") rgroup.long 0x24++0x3 else group.long 0x24++0x3 endif line.long 0x00 "PRSSTAT,Present State Register" bitfld.long 0x00 31. " DLSL[7] ,Data 7 line signal level" "Low,High" bitfld.long 0x00 30. " DLSL[6] ,Data 6 line signal level" "Low,High" bitfld.long 0x00 29. " DLSL[5] ,Data 5 line signal level" "Low,High" textline " " bitfld.long 0x00 28. " DLSL[4] ,Data 4 line signal level" "Low,High" bitfld.long 0x00 27. " DLSL[3] ,Data 3 line signal level" "Low,High" bitfld.long 0x00 26. " DLSL[2] ,Data 2 line signal level" "Low,High" textline " " bitfld.long 0x00 25. " DLSL[1] ,Data 1 line signal level" "Low,High" bitfld.long 0x00 24. " DLSL[0] ,Data 0 line signal level" "Low,High" bitfld.long 0x00 23. " CLSL ,CMD Line Signal Level" "Low,High" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") textline " " bitfld.long 0x00 19. " WPSPL ,Write Protect Switch Pin Level" "Low,High" bitfld.long 0x00 18. " CDPL ,Card Detect Pin Level" "Low,High" endif textline " " bitfld.long 0x00 16. " CINS ,Card Inserted" "Not inserted,Inserted" bitfld.long 0x00 11. " BREN ,Buffer Read Enable" "Disabled,Enabled" bitfld.long 0x00 10. " BWEN ,Buffer Write Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " RTA ,Read Transfer Active" "Not active,Active" bitfld.long 0x00 8. " WTA ,Write Transfer Active" "Not active,Active" bitfld.long 0x00 7. " SDOFF ,SD Clock Gated Off Internally" "Active,Gated off" textline " " bitfld.long 0x00 6. " PEROFF ,Ipg_perclk Gated Off Internally" "Active,Gated off" bitfld.long 0x00 5. " HCKOFF ,Hclk Gated Off Internally" "Active,Gated off" bitfld.long 0x00 4. " IPGOFF ,Lpg_clk Gated Off Internally" "Active,Gated off" textline " " bitfld.long 0x00 3. " SDSTB ,SD Clock Stable" "Not stabled,Stabled" bitfld.long 0x00 2. " DLA ,Data Line Active" "Not active,Active" bitfld.long 0x00 1. " CDIHB ,Command Inhibit (DAT)" "Not generated,Generated" textline " " bitfld.long 0x00 0. " CIHB ,Command Inhibit (CMD)" "Not generated,Generated" group.long 0x28++0xB line.long 0x00 "PROCTL,Protocol Control Register" bitfld.long 0x00 26. " WECRM ,Wakeup Event Enable On SD Card Removal" "Disabled,Enabled" bitfld.long 0x00 25. " WECINS ,Wakeup Event Enable On SD Card Insertion" "Disabled,Enabled" bitfld.long 0x00 24. " WECINT ,Wakeup Event Enable On Card Interrupt" "Disabled,Enabled" textline " " bitfld.long 0x00 19. " IABG ,Interrupt At Block Gap" "Disabled,Enabled" bitfld.long 0x00 18. " RWCTL ,Read Wait Control" "Disabled,Enabled" bitfld.long 0x00 17. " CREQ ,Continue Request" "No effect,Restart" textline " " bitfld.long 0x00 16. " SABGREQ ,Stop At Block Gap Request" "Transfer,Stop" bitfld.long 0x00 8.--9. " DMAS ,DMA Select" "No DMA/Simple DMA,ADMA1,ADMA2,?..." bitfld.long 0x00 7. " CDSS ,Card Detect Signal Selection" "Level,Test" textline " " bitfld.long 0x00 6. " CDTL ,Card Detect Test Level" "Low,High" bitfld.long 0x00 4.--5. " EMODE ,Endian Mode" "Big endian,Half word big endian,Little endian,?..." bitfld.long 0x00 3. " D3CD ,DAT3 as Card Detection Pin" "Not act,Act" textline " " bitfld.long 0x00 1.--2. " DTW ,Data Transfer Width" "1-bit mode,4-bit mode,8-bit mode,?..." bitfld.long 0x00 0. " LCTL ,LED Control" "Off,On" line.long 0x04 "SYSCTL,System Control Register" bitfld.long 0x04 27. " INITA ,Initialization Active" "Not active,Active" bitfld.long 0x04 26. " RSTD ,Software Reset For DAT Line" "No reset,Reset" bitfld.long 0x04 25. " RSTC ,Software Reset For CMD Line" "No reset,Reset" textline " " bitfld.long 0x04 24. " RSTA ,Software Reset For ALL" "No reset,Reset" bitfld.long 0x04 16.--19. " DTOCV ,Data Timeout Counter Value" "SDCLK x (2^13),SDCLK x (2^14),SDCLK x (2^15),SDCLK x (2^16),SDCLK x (2^17),SDCLK x (2^18),SDCLK x (2^19),SDCLK x (2^20),SDCLK x (2^21),SDCLK x (2^22),SDCLK x (2^23),SDCLK x (2^24),SDCLK x (2^25),SDCLK x (2^26),SDCLK x (2^27),?..." hexmask.long.byte 0x04 8.--15. 1. " SDCLKFS ,SDCLK Frequency Select" textline " " bitfld.long 0x04 4.--7. " DVS ,Divisor" "Div by 1,Div by 2,Div by 3,Div by 4,Div by 5,Div by 6,Div by 7,Div by 8,Div by 9,Div by 10,Div by 11,Div by 12,Div by 13,Div by 14,Div by 15,Div by 16" bitfld.long 0x04 3. " SDCLKEN ,SD Clock Enable" "Disabled,Enabled" bitfld.long 0x04 2. " PEREN ,Peripheral Clock Enable" "Disabled,Enabled" textline " " bitfld.long 0x04 1. " HCKEN ,HCLK Enable" "Gated off,Not gated off" bitfld.long 0x04 0. " IPGEN ,IPG Clock Enable" "Gated off,Not gated off" line.long 0x08 "IRQSTAT,Interrupt Status Register" eventfld.long 0x08 28. " DMAE ,DMA Error" "No error,Error" eventfld.long 0x08 24. " AC12E ,Auto CMD12 Error" "No error,Error" eventfld.long 0x08 22. " DEBE ,Data End Bit Error" "No error,Error" textline " " eventfld.long 0x08 21. " DCE ,Data CRC Error" "No error,Error" eventfld.long 0x08 20. " DTOE ,Data Timeout Error" "No error,Error" eventfld.long 0x08 19. " CIE ,Command Index Error" "No error,Error" textline " " eventfld.long 0x08 18. " CEBE ,Command End Bit Error" "No error,Error" eventfld.long 0x08 17. " CCE ,Command CRC Error" "No error,Error" eventfld.long 0x08 16. " CTOE ,Command Timeout Error" "No error,Error" textline " " eventfld.long 0x08 8. " CINT ,Card Interrupt" "No interrupt,Interrupt" eventfld.long 0x08 7. " CRM ,Card Removal" "Not removed,Removed" eventfld.long 0x08 6. " CINS ,Card Insertion" "Not inserted,Inserted" textline " " eventfld.long 0x08 5. " BRR ,Buffer Read Ready" "Not ready,Ready" eventfld.long 0x08 4. " BWR ,Buffer Write Ready" "Not ready,Ready" eventfld.long 0x08 3. " DINT ,DMA Interrupt" "No interrupt,Interrupt" textline " " eventfld.long 0x08 2. " BGE ,Block Gap Event" "Not stopped,Stopped" eventfld.long 0x08 1. " TC ,Transfer Complete" "Not completed,Completed" eventfld.long 0x08 0. " CC ,Command Complete" "Not completed,Completed" group.long 0x34++0x07 line.long 0x00 "IRQSTATEN,Interrupt Status Enable Register" bitfld.long 0x00 28. " DMAESEN ,DMA Error Status Enable" "Masked,Enabled" bitfld.long 0x00 24. " AC12ESEN ,Auto CMD12 Error Status Enable" "Masked,Enabled" bitfld.long 0x00 22. " DEBESEN ,Data End Bit Error Status Enable" "Masked,Enabled" textline " " bitfld.long 0x00 21. " DCESEN ,Data CRC Error Status Enable" "Masked,Enabled" bitfld.long 0x00 20. " DTOESEN ,Data Timeout Error Status Enable" "Masked,Enabled" bitfld.long 0x00 19. " CIESEN ,Command Index Error Status Enable" "Masked,Enabled" textline " " bitfld.long 0x00 18. " CEBESEN ,Command End Bit Error Status Enable" "Masked,Enabled" bitfld.long 0x00 17. " CCESEN ,Command CRC Error Status Enable" "Masked,Enabled" bitfld.long 0x00 16. " CTOESEN ,CCommand Timeout Error Status Enable" "Masked,Enabled" textline " " bitfld.long 0x00 8. " CINTSEN ,Card Interrupt Status Enable" "Masked,Enabled" bitfld.long 0x00 7. " CRMSEN ,Card Removal Status Enable" "Masked,Enabled" bitfld.long 0x00 6. " CINSEN ,Card Insertion Status Enable" "Masked,Enabled" textline " " bitfld.long 0x00 5. " BRRSEN ,Buffer Read Ready Status Enable" "Masked,Enabled" bitfld.long 0x00 4. " BWRSEN ,Buffer Write Ready Status Enable" "Masked,Enabled" bitfld.long 0x00 3. " DINTSEN ,DMA Interrupt Status Enable" "Masked,Enabled" textline " " bitfld.long 0x00 2. " BGESEN ,Block Gap Event Status Enable" "Masked,Enabled" bitfld.long 0x00 1. " TCSEN ,Transfer Complete Status Enable" "Masked,Enabled" bitfld.long 0x00 0. " CCSEN ,Command Complete Status Enable" "Masked,Enabled" line.long 0x04 "IRQSIGEN,Interrupt Signal Enable Register" bitfld.long 0x04 28. " DMAEIEN ,DMA Error Interrupt Enable" "Masked,Enabled" bitfld.long 0x04 24. " AC12EIEN ,Auto CMD12 Error Interrupt Enable" "Masked,Enabled" bitfld.long 0x04 22. " DEBEIEN ,Data End Bit Error Interrupt Enable" "Masked,Enabled" textline " " bitfld.long 0x04 21. " DCEIEN ,Data CRC Error Interrupt Enable" "Masked,Enabled" bitfld.long 0x04 20. " DTOEIEN ,Data Timeout Error Interrupt Enable" "Masked,Enabled" bitfld.long 0x04 19. " CIEIEN ,Command Index Error Interrupt Enable" "Masked,Enabled" textline " " bitfld.long 0x04 18. " CEBEIEN ,Command End Bit Error Interrupt Enable" "Masked,Enabled" bitfld.long 0x04 17. " CCEIEN ,Command CRC Error Interrupt Enable" "Masked,Enabled" bitfld.long 0x04 16. " CTOEIEN ,Command Timeout Error Interrupt Enable" "Masked,Enabled" textline " " bitfld.long 0x04 8. " CINTIEN ,Card Interrupt Enable" "Masked,Enabled" bitfld.long 0x04 7. " CRMIEN ,Card Removal Interrupt Enable" "Masked,Enabled" bitfld.long 0x04 6. " CINSIEN ,Card Insertion Interrupt Enable" "Masked,Enabled" textline " " bitfld.long 0x04 5. " BRRIEN ,Buffer Read Ready Interrupt Enable" "Masked,Enabled" bitfld.long 0x04 4. " BWRIEN ,Buffer Write Ready Interrupt Enable" "Masked,Enabled" bitfld.long 0x04 3. " DINTIEN ,DMA Interrupt Enable" "Masked,Enabled" textline " " bitfld.long 0x04 2. " BGEIEN ,Block Gap Event Interrupt Enable" "Masked,Enabled" bitfld.long 0x04 1. " TCIEN ,Transfer Complete Interrupt Enable" "Masked,Enabled" bitfld.long 0x04 0. " CCIEN ,Command Complete Interrupt Enable" "Masked,Enabled" if ((per.l(ad:0x400B1000+0x30)&0x1000000)==0x0) hgroup.long 0x3C++0x03 hide.long 0x00 "AC12ERR,Auto CMD12 Error Status Register" else rgroup.long 0x3C++0x03 line.long 0x00 "AC12ERR,Auto CMD12 Error Status Register" bitfld.long 0x00 7. " CNIBAC12E ,Command Not Issued By Auto CMD12 Error" "No error,Not issued" bitfld.long 0x00 4. " AC12IE ,Auto CMD12 Index Error" "No error,Error" bitfld.long 0x00 3. " AC12CE ,Auto CMD12 CRC Error" "No error,Error" textline " " bitfld.long 0x00 2. " AC12EBE ,Auto CMD12 End Bit Error" "No error,Error" bitfld.long 0x00 1. " AC12TOE ,Auto CMD12 Timeout Error" "No error,Error" bitfld.long 0x00 0. " AC12NE ,Auto CMD12 Not Executed" "Executed,Not executed" endif rgroup.long 0x40++0x03 line.long 0x00 "HTCAPBLT,Host Controller Capabilities" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x00 24. " VS33 ,Voltage Support 3.3 V" "Not supported,Supported" else bitfld.long 0x00 26. " VS18 ,Voltage Support 1.8 V" "Not supported,Supported" bitfld.long 0x00 25. " VS30 ,Voltage Support 3.0 V" "Not supported,Supported" bitfld.long 0x00 24. " VS33 ,Voltage Support 3.3 V" "Not supported,Supported" endif textline " " bitfld.long 0x00 23. " SRS ,Suspend/Resume Support" "Not supported,Supported" bitfld.long 0x00 22. " DMAS ,DMA Support" "Not supported,Supported" bitfld.long 0x00 21. " HSS ,High Speed Support" "Not supported,Supported" textline " " bitfld.long 0x00 20. " ADMAS ,ADMA Support" "Not supported,Supported" bitfld.long 0x00 16.--18. " MBL ,Max Block Length" "512 bytes,1024 bytes,2048 bytes,4096 bytes,?..." group.long 0x44++0x03 line.long 0x00 "WML,Watermark Level Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") hexmask.long.byte 0x00 24.--28. 1. " WRBRSTLEN ,Write Burst Length" textline " " endif hexmask.long.byte 0x00 16.--23. 1. " WRWML ,Write Watermark Level" textline " " sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") hexmask.long.byte 0x00 8.--12. 1. " RDBRSTLEN ,Read Burst Length" textline " " endif hexmask.long.byte 0x00 0.--7. 1. " RDWML ,Read Watermark Level" wgroup.long 0x50++0x03 line.long 0x00 "FEVT,Force Event Register" bitfld.long 0x00 31. " CINT ,Force Event Card Interrupt" "No effect,Forced" bitfld.long 0x00 28. " DMAE ,Force Event DMA Error" "No effect,Forced" bitfld.long 0x00 24. " AC12E ,Force Event Auto Command 12 Error" "No effect,Forced" textline " " bitfld.long 0x00 22. " DEBE ,Force Event Data End Bit Error" "No effect,Forced" bitfld.long 0x00 21. " DCE ,Force Event Data CRC Error" "No effect,Forced" bitfld.long 0x00 20. " DTOE ,Force Event Data Time Out Error" "No effect,Forced" textline " " bitfld.long 0x00 19. " CIE ,Force Event Command Index Error" "No effect,Forced" bitfld.long 0x00 18. " CEBE ,Force Event Command End Bit Error" "No effect,Forced" bitfld.long 0x00 17. " CCE ,Force Event Command CRC Error" "No effect,Forced" textline " " bitfld.long 0x00 16. " CTOE ,Force Event Command Time Out Error" "No effect,Forced" bitfld.long 0x00 7. " CNIBAC12E ,Forc-e Event Command Not Executed By Auto Command 12 Error" "No effect,Forced" bitfld.long 0x00 4. " AC12IE ,Force Event Auto Command 12 Index Error" "No effect,Forced" textline " " bitfld.long 0x00 3. " AC12EBE ,Force Event Auto Command 12 End Bit Error" "No effect,Forced" bitfld.long 0x00 2. " AC12CE ,Force Event Auto Command 12 CRC Error" "No effect,Forced" bitfld.long 0x00 1. " AC12TOE ,Force Event Auto Command 12 Time Out Error" "No effect,Forced" textline " " bitfld.long 0x00 0. " AC12NE ,Force Event Auto Command 12 Not Executed" "No effect,Forced" rgroup.long 0x54++0x03 line.long 0x00 "ADMAES,ADMA Error Status Register" bitfld.long 0x00 3. " ADMADCE ,ADMA Descritor Error" "No error,Error" bitfld.long 0x00 2. " ADMALME ,ADMA Length Mismatch Error" "No error,Error" bitfld.long 0x00 0.--1. " ADMAES ,ADMA Error State" "0,1,2,3" group.long 0x58++0x03 line.long 0x00 "ADSADDR,ADMA System Address Register" hexmask.long 0x00 2.--31. 0x04 " ADSADDR ,ADMA System Address" group.long 0xC0++0x07 line.long 0x00 "VENDOR,Vendor Specific Register" hexmask.long.byte 0x00 16.--23. 1. " INTSTVAL ,Internal State Value" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x00 1. " EXBLKNU ,Exact Block Number Block Read Enable For SDIO CMD53" "Disabled,Enabled" elif (cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10") bitfld.long 0x00 1. " EXBLKNU , Exact Block Number Block Read Enable" "Disabled,Enabled" bitfld.long 0x00 0. " EXTDMAEN , External DMA Request Enable" "Disabled,Enabled" else bitfld.long 0x00 1. " VOLTSEL ,Voltage Selection" "1.8V,3.0V" bitfld.long 0x00 0. " EXTDMAEN ,External DMA Request Enable" "Disabled,Enabled" endif line.long 0x04 "MMCBOOT,MMC Boot Register" hexmask.long.word 0x04 16.--31. 1. " BOOTBLKCNT ,Boot Block Counter" bitfld.long 0x04 7. " AUTOSABGEN ,Auto Stop at boost gap enable" "Disabled,Enabled" bitfld.long 0x04 6. " BOOTEN ,Boot mode enable (Fast boot)" "Disabled,Enabled" textline " " bitfld.long 0x04 5. " BOOTMODE ,Boot ack mode select" "Normal,Alternative" bitfld.long 0x04 4. " BOOTACK ,Boot ack mode select" "No ack,Ack" bitfld.long 0x04 0.--3. " DTOCVACK ,Boot ACK time out counter value" "SDCLK x 2^8,SDCLK x 2^9,SDCLK x 2^10,SDCLK x 2^11,SDCLK x 2^12,SDCLK x 2^13,SDCLK x 2^14,SDCLK x 2^15,SDCLK x 2^16,SDCLK x 2^17,SDCLK x 2^18,SDCLK x 2^19,SDCLK x 2^20,SDCLK x 2^21,SDCLK x 2^22,?..." rgroup.long 0xfc++0x03 line.long 0x00 "HOSTVER,Host Controller Version" hexmask.long.byte 0x00 8.--15. 1. " VVN ,Vedor Version Number" hexmask.long.byte 0x00 0.--7. 1. " SVN ,Specification Version Number" width 0xb tree.end tree "SDHC1" base ad:0x400B2000 width 11. group.long 0x00++0x0f line.long 0x00 "DSADDR,DMA System Address Register" hexmask.long 0x00 2.--31. 0x04 " DSADDR ,DMA System Address" line.long 0x04 "BLKATTR,Block Attributes Register" hexmask.long.word 0x04 16.--31. 1. " BLKCNT ,Blocks Count For Current Transfer" hexmask.long.word 0x04 0.--12. 1. " BLKSIZE ,Transfer Block Size" line.long 0x08 "CMDARG,Command Argument Register" line.long 0x0c "XFERTYP,Transfer Type Register" bitfld.long 0x0C 24.--29. " CMDINX ,Command Index" "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 0x0C 22.--23. " CMDTYP ,Command Type" "Normal,Suspend,Resume,Abort" bitfld.long 0x0C 21. " DPSEL ,Data Present Select" "Not present,Present" textline " " bitfld.long 0x0C 20. " CICEN ,Command Index Check Enable" "Disabled,Enabled" bitfld.long 0x0C 19. " CCCEN ,Command CRC Check Enable" "Disabled,Enabled" bitfld.long 0x0C 16.--17. " RSPTYP ,Response Type Select" "No response,Response lenght 136,Response lenght 48,Response lenght 48/check busy" textline " " bitfld.long 0x0C 5. " MSBSEL ,Multi/Single Block Select" "Single,Multi" bitfld.long 0x0C 4. " DTDSEL ,Data Transfer Direction Select" "Write,Read" bitfld.long 0x0C 2. " AC12EN ,Auto CMD12 Enable" "Disabled,Enabled" textline " " bitfld.long 0x0C 1. " BCEN ,Block Count Enable" "Disabled,Enabled" bitfld.long 0x0C 0. " DMAEN ,DMA Enable" "Disabled,Enabled" width 11. rgroup.long 0x10++0x0f line.long 0x0 "CMDRSP0,Command Response 0" line.long 0x4 "CMDRSP1,Command Response 1" line.long 0x8 "CMDRSP2,Command Response 2" line.long 0xC "CMDRSP3,Command Response 3" group.long 0x20++0x3 line.long 0x00 "DATPORT,Buffer Data Port Register" sif (cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10") rgroup.long 0x24++0x3 else group.long 0x24++0x3 endif line.long 0x00 "PRSSTAT,Present State Register" bitfld.long 0x00 31. " DLSL[7] ,Data 7 line signal level" "Low,High" bitfld.long 0x00 30. " DLSL[6] ,Data 6 line signal level" "Low,High" bitfld.long 0x00 29. " DLSL[5] ,Data 5 line signal level" "Low,High" textline " " bitfld.long 0x00 28. " DLSL[4] ,Data 4 line signal level" "Low,High" bitfld.long 0x00 27. " DLSL[3] ,Data 3 line signal level" "Low,High" bitfld.long 0x00 26. " DLSL[2] ,Data 2 line signal level" "Low,High" textline " " bitfld.long 0x00 25. " DLSL[1] ,Data 1 line signal level" "Low,High" bitfld.long 0x00 24. " DLSL[0] ,Data 0 line signal level" "Low,High" bitfld.long 0x00 23. " CLSL ,CMD Line Signal Level" "Low,High" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") textline " " bitfld.long 0x00 19. " WPSPL ,Write Protect Switch Pin Level" "Low,High" bitfld.long 0x00 18. " CDPL ,Card Detect Pin Level" "Low,High" endif textline " " bitfld.long 0x00 16. " CINS ,Card Inserted" "Not inserted,Inserted" bitfld.long 0x00 11. " BREN ,Buffer Read Enable" "Disabled,Enabled" bitfld.long 0x00 10. " BWEN ,Buffer Write Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " RTA ,Read Transfer Active" "Not active,Active" bitfld.long 0x00 8. " WTA ,Write Transfer Active" "Not active,Active" bitfld.long 0x00 7. " SDOFF ,SD Clock Gated Off Internally" "Active,Gated off" textline " " bitfld.long 0x00 6. " PEROFF ,Ipg_perclk Gated Off Internally" "Active,Gated off" bitfld.long 0x00 5. " HCKOFF ,Hclk Gated Off Internally" "Active,Gated off" bitfld.long 0x00 4. " IPGOFF ,Lpg_clk Gated Off Internally" "Active,Gated off" textline " " bitfld.long 0x00 3. " SDSTB ,SD Clock Stable" "Not stabled,Stabled" bitfld.long 0x00 2. " DLA ,Data Line Active" "Not active,Active" bitfld.long 0x00 1. " CDIHB ,Command Inhibit (DAT)" "Not generated,Generated" textline " " bitfld.long 0x00 0. " CIHB ,Command Inhibit (CMD)" "Not generated,Generated" group.long 0x28++0xB line.long 0x00 "PROCTL,Protocol Control Register" bitfld.long 0x00 26. " WECRM ,Wakeup Event Enable On SD Card Removal" "Disabled,Enabled" bitfld.long 0x00 25. " WECINS ,Wakeup Event Enable On SD Card Insertion" "Disabled,Enabled" bitfld.long 0x00 24. " WECINT ,Wakeup Event Enable On Card Interrupt" "Disabled,Enabled" textline " " bitfld.long 0x00 19. " IABG ,Interrupt At Block Gap" "Disabled,Enabled" bitfld.long 0x00 18. " RWCTL ,Read Wait Control" "Disabled,Enabled" bitfld.long 0x00 17. " CREQ ,Continue Request" "No effect,Restart" textline " " bitfld.long 0x00 16. " SABGREQ ,Stop At Block Gap Request" "Transfer,Stop" bitfld.long 0x00 8.--9. " DMAS ,DMA Select" "No DMA/Simple DMA,ADMA1,ADMA2,?..." bitfld.long 0x00 7. " CDSS ,Card Detect Signal Selection" "Level,Test" textline " " bitfld.long 0x00 6. " CDTL ,Card Detect Test Level" "Low,High" bitfld.long 0x00 4.--5. " EMODE ,Endian Mode" "Big endian,Half word big endian,Little endian,?..." bitfld.long 0x00 3. " D3CD ,DAT3 as Card Detection Pin" "Not act,Act" textline " " bitfld.long 0x00 1.--2. " DTW ,Data Transfer Width" "1-bit mode,4-bit mode,8-bit mode,?..." bitfld.long 0x00 0. " LCTL ,LED Control" "Off,On" line.long 0x04 "SYSCTL,System Control Register" bitfld.long 0x04 27. " INITA ,Initialization Active" "Not active,Active" bitfld.long 0x04 26. " RSTD ,Software Reset For DAT Line" "No reset,Reset" bitfld.long 0x04 25. " RSTC ,Software Reset For CMD Line" "No reset,Reset" textline " " bitfld.long 0x04 24. " RSTA ,Software Reset For ALL" "No reset,Reset" bitfld.long 0x04 16.--19. " DTOCV ,Data Timeout Counter Value" "SDCLK x (2^13),SDCLK x (2^14),SDCLK x (2^15),SDCLK x (2^16),SDCLK x (2^17),SDCLK x (2^18),SDCLK x (2^19),SDCLK x (2^20),SDCLK x (2^21),SDCLK x (2^22),SDCLK x (2^23),SDCLK x (2^24),SDCLK x (2^25),SDCLK x (2^26),SDCLK x (2^27),?..." hexmask.long.byte 0x04 8.--15. 1. " SDCLKFS ,SDCLK Frequency Select" textline " " bitfld.long 0x04 4.--7. " DVS ,Divisor" "Div by 1,Div by 2,Div by 3,Div by 4,Div by 5,Div by 6,Div by 7,Div by 8,Div by 9,Div by 10,Div by 11,Div by 12,Div by 13,Div by 14,Div by 15,Div by 16" bitfld.long 0x04 3. " SDCLKEN ,SD Clock Enable" "Disabled,Enabled" bitfld.long 0x04 2. " PEREN ,Peripheral Clock Enable" "Disabled,Enabled" textline " " bitfld.long 0x04 1. " HCKEN ,HCLK Enable" "Gated off,Not gated off" bitfld.long 0x04 0. " IPGEN ,IPG Clock Enable" "Gated off,Not gated off" line.long 0x08 "IRQSTAT,Interrupt Status Register" eventfld.long 0x08 28. " DMAE ,DMA Error" "No error,Error" eventfld.long 0x08 24. " AC12E ,Auto CMD12 Error" "No error,Error" eventfld.long 0x08 22. " DEBE ,Data End Bit Error" "No error,Error" textline " " eventfld.long 0x08 21. " DCE ,Data CRC Error" "No error,Error" eventfld.long 0x08 20. " DTOE ,Data Timeout Error" "No error,Error" eventfld.long 0x08 19. " CIE ,Command Index Error" "No error,Error" textline " " eventfld.long 0x08 18. " CEBE ,Command End Bit Error" "No error,Error" eventfld.long 0x08 17. " CCE ,Command CRC Error" "No error,Error" eventfld.long 0x08 16. " CTOE ,Command Timeout Error" "No error,Error" textline " " eventfld.long 0x08 8. " CINT ,Card Interrupt" "No interrupt,Interrupt" eventfld.long 0x08 7. " CRM ,Card Removal" "Not removed,Removed" eventfld.long 0x08 6. " CINS ,Card Insertion" "Not inserted,Inserted" textline " " eventfld.long 0x08 5. " BRR ,Buffer Read Ready" "Not ready,Ready" eventfld.long 0x08 4. " BWR ,Buffer Write Ready" "Not ready,Ready" eventfld.long 0x08 3. " DINT ,DMA Interrupt" "No interrupt,Interrupt" textline " " eventfld.long 0x08 2. " BGE ,Block Gap Event" "Not stopped,Stopped" eventfld.long 0x08 1. " TC ,Transfer Complete" "Not completed,Completed" eventfld.long 0x08 0. " CC ,Command Complete" "Not completed,Completed" group.long 0x34++0x07 line.long 0x00 "IRQSTATEN,Interrupt Status Enable Register" bitfld.long 0x00 28. " DMAESEN ,DMA Error Status Enable" "Masked,Enabled" bitfld.long 0x00 24. " AC12ESEN ,Auto CMD12 Error Status Enable" "Masked,Enabled" bitfld.long 0x00 22. " DEBESEN ,Data End Bit Error Status Enable" "Masked,Enabled" textline " " bitfld.long 0x00 21. " DCESEN ,Data CRC Error Status Enable" "Masked,Enabled" bitfld.long 0x00 20. " DTOESEN ,Data Timeout Error Status Enable" "Masked,Enabled" bitfld.long 0x00 19. " CIESEN ,Command Index Error Status Enable" "Masked,Enabled" textline " " bitfld.long 0x00 18. " CEBESEN ,Command End Bit Error Status Enable" "Masked,Enabled" bitfld.long 0x00 17. " CCESEN ,Command CRC Error Status Enable" "Masked,Enabled" bitfld.long 0x00 16. " CTOESEN ,CCommand Timeout Error Status Enable" "Masked,Enabled" textline " " bitfld.long 0x00 8. " CINTSEN ,Card Interrupt Status Enable" "Masked,Enabled" bitfld.long 0x00 7. " CRMSEN ,Card Removal Status Enable" "Masked,Enabled" bitfld.long 0x00 6. " CINSEN ,Card Insertion Status Enable" "Masked,Enabled" textline " " bitfld.long 0x00 5. " BRRSEN ,Buffer Read Ready Status Enable" "Masked,Enabled" bitfld.long 0x00 4. " BWRSEN ,Buffer Write Ready Status Enable" "Masked,Enabled" bitfld.long 0x00 3. " DINTSEN ,DMA Interrupt Status Enable" "Masked,Enabled" textline " " bitfld.long 0x00 2. " BGESEN ,Block Gap Event Status Enable" "Masked,Enabled" bitfld.long 0x00 1. " TCSEN ,Transfer Complete Status Enable" "Masked,Enabled" bitfld.long 0x00 0. " CCSEN ,Command Complete Status Enable" "Masked,Enabled" line.long 0x04 "IRQSIGEN,Interrupt Signal Enable Register" bitfld.long 0x04 28. " DMAEIEN ,DMA Error Interrupt Enable" "Masked,Enabled" bitfld.long 0x04 24. " AC12EIEN ,Auto CMD12 Error Interrupt Enable" "Masked,Enabled" bitfld.long 0x04 22. " DEBEIEN ,Data End Bit Error Interrupt Enable" "Masked,Enabled" textline " " bitfld.long 0x04 21. " DCEIEN ,Data CRC Error Interrupt Enable" "Masked,Enabled" bitfld.long 0x04 20. " DTOEIEN ,Data Timeout Error Interrupt Enable" "Masked,Enabled" bitfld.long 0x04 19. " CIEIEN ,Command Index Error Interrupt Enable" "Masked,Enabled" textline " " bitfld.long 0x04 18. " CEBEIEN ,Command End Bit Error Interrupt Enable" "Masked,Enabled" bitfld.long 0x04 17. " CCEIEN ,Command CRC Error Interrupt Enable" "Masked,Enabled" bitfld.long 0x04 16. " CTOEIEN ,Command Timeout Error Interrupt Enable" "Masked,Enabled" textline " " bitfld.long 0x04 8. " CINTIEN ,Card Interrupt Enable" "Masked,Enabled" bitfld.long 0x04 7. " CRMIEN ,Card Removal Interrupt Enable" "Masked,Enabled" bitfld.long 0x04 6. " CINSIEN ,Card Insertion Interrupt Enable" "Masked,Enabled" textline " " bitfld.long 0x04 5. " BRRIEN ,Buffer Read Ready Interrupt Enable" "Masked,Enabled" bitfld.long 0x04 4. " BWRIEN ,Buffer Write Ready Interrupt Enable" "Masked,Enabled" bitfld.long 0x04 3. " DINTIEN ,DMA Interrupt Enable" "Masked,Enabled" textline " " bitfld.long 0x04 2. " BGEIEN ,Block Gap Event Interrupt Enable" "Masked,Enabled" bitfld.long 0x04 1. " TCIEN ,Transfer Complete Interrupt Enable" "Masked,Enabled" bitfld.long 0x04 0. " CCIEN ,Command Complete Interrupt Enable" "Masked,Enabled" if ((per.l(ad:0x400B2000+0x30)&0x1000000)==0x0) hgroup.long 0x3C++0x03 hide.long 0x00 "AC12ERR,Auto CMD12 Error Status Register" else rgroup.long 0x3C++0x03 line.long 0x00 "AC12ERR,Auto CMD12 Error Status Register" bitfld.long 0x00 7. " CNIBAC12E ,Command Not Issued By Auto CMD12 Error" "No error,Not issued" bitfld.long 0x00 4. " AC12IE ,Auto CMD12 Index Error" "No error,Error" bitfld.long 0x00 3. " AC12CE ,Auto CMD12 CRC Error" "No error,Error" textline " " bitfld.long 0x00 2. " AC12EBE ,Auto CMD12 End Bit Error" "No error,Error" bitfld.long 0x00 1. " AC12TOE ,Auto CMD12 Timeout Error" "No error,Error" bitfld.long 0x00 0. " AC12NE ,Auto CMD12 Not Executed" "Executed,Not executed" endif rgroup.long 0x40++0x03 line.long 0x00 "HTCAPBLT,Host Controller Capabilities" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x00 24. " VS33 ,Voltage Support 3.3 V" "Not supported,Supported" else bitfld.long 0x00 26. " VS18 ,Voltage Support 1.8 V" "Not supported,Supported" bitfld.long 0x00 25. " VS30 ,Voltage Support 3.0 V" "Not supported,Supported" bitfld.long 0x00 24. " VS33 ,Voltage Support 3.3 V" "Not supported,Supported" endif textline " " bitfld.long 0x00 23. " SRS ,Suspend/Resume Support" "Not supported,Supported" bitfld.long 0x00 22. " DMAS ,DMA Support" "Not supported,Supported" bitfld.long 0x00 21. " HSS ,High Speed Support" "Not supported,Supported" textline " " bitfld.long 0x00 20. " ADMAS ,ADMA Support" "Not supported,Supported" bitfld.long 0x00 16.--18. " MBL ,Max Block Length" "512 bytes,1024 bytes,2048 bytes,4096 bytes,?..." group.long 0x44++0x03 line.long 0x00 "WML,Watermark Level Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") hexmask.long.byte 0x00 24.--28. 1. " WRBRSTLEN ,Write Burst Length" textline " " endif hexmask.long.byte 0x00 16.--23. 1. " WRWML ,Write Watermark Level" textline " " sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") hexmask.long.byte 0x00 8.--12. 1. " RDBRSTLEN ,Read Burst Length" textline " " endif hexmask.long.byte 0x00 0.--7. 1. " RDWML ,Read Watermark Level" wgroup.long 0x50++0x03 line.long 0x00 "FEVT,Force Event Register" bitfld.long 0x00 31. " CINT ,Force Event Card Interrupt" "No effect,Forced" bitfld.long 0x00 28. " DMAE ,Force Event DMA Error" "No effect,Forced" bitfld.long 0x00 24. " AC12E ,Force Event Auto Command 12 Error" "No effect,Forced" textline " " bitfld.long 0x00 22. " DEBE ,Force Event Data End Bit Error" "No effect,Forced" bitfld.long 0x00 21. " DCE ,Force Event Data CRC Error" "No effect,Forced" bitfld.long 0x00 20. " DTOE ,Force Event Data Time Out Error" "No effect,Forced" textline " " bitfld.long 0x00 19. " CIE ,Force Event Command Index Error" "No effect,Forced" bitfld.long 0x00 18. " CEBE ,Force Event Command End Bit Error" "No effect,Forced" bitfld.long 0x00 17. " CCE ,Force Event Command CRC Error" "No effect,Forced" textline " " bitfld.long 0x00 16. " CTOE ,Force Event Command Time Out Error" "No effect,Forced" bitfld.long 0x00 7. " CNIBAC12E ,Forc-e Event Command Not Executed By Auto Command 12 Error" "No effect,Forced" bitfld.long 0x00 4. " AC12IE ,Force Event Auto Command 12 Index Error" "No effect,Forced" textline " " bitfld.long 0x00 3. " AC12EBE ,Force Event Auto Command 12 End Bit Error" "No effect,Forced" bitfld.long 0x00 2. " AC12CE ,Force Event Auto Command 12 CRC Error" "No effect,Forced" bitfld.long 0x00 1. " AC12TOE ,Force Event Auto Command 12 Time Out Error" "No effect,Forced" textline " " bitfld.long 0x00 0. " AC12NE ,Force Event Auto Command 12 Not Executed" "No effect,Forced" rgroup.long 0x54++0x03 line.long 0x00 "ADMAES,ADMA Error Status Register" bitfld.long 0x00 3. " ADMADCE ,ADMA Descritor Error" "No error,Error" bitfld.long 0x00 2. " ADMALME ,ADMA Length Mismatch Error" "No error,Error" bitfld.long 0x00 0.--1. " ADMAES ,ADMA Error State" "0,1,2,3" group.long 0x58++0x03 line.long 0x00 "ADSADDR,ADMA System Address Register" hexmask.long 0x00 2.--31. 0x04 " ADSADDR ,ADMA System Address" group.long 0xC0++0x07 line.long 0x00 "VENDOR,Vendor Specific Register" hexmask.long.byte 0x00 16.--23. 1. " INTSTVAL ,Internal State Value" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x00 1. " EXBLKNU ,Exact Block Number Block Read Enable For SDIO CMD53" "Disabled,Enabled" elif (cpu()=="MK60DN512ZAB10")||(cpu()=="MK60DN512ZCAB10")||(cpu()=="MK20DN512ZCAB10")||(cpu()=="MK20DN512ZAB10") bitfld.long 0x00 1. " EXBLKNU , Exact Block Number Block Read Enable" "Disabled,Enabled" bitfld.long 0x00 0. " EXTDMAEN , External DMA Request Enable" "Disabled,Enabled" else bitfld.long 0x00 1. " VOLTSEL ,Voltage Selection" "1.8V,3.0V" bitfld.long 0x00 0. " EXTDMAEN ,External DMA Request Enable" "Disabled,Enabled" endif line.long 0x04 "MMCBOOT,MMC Boot Register" hexmask.long.word 0x04 16.--31. 1. " BOOTBLKCNT ,Boot Block Counter" bitfld.long 0x04 7. " AUTOSABGEN ,Auto Stop at boost gap enable" "Disabled,Enabled" bitfld.long 0x04 6. " BOOTEN ,Boot mode enable (Fast boot)" "Disabled,Enabled" textline " " bitfld.long 0x04 5. " BOOTMODE ,Boot ack mode select" "Normal,Alternative" bitfld.long 0x04 4. " BOOTACK ,Boot ack mode select" "No ack,Ack" bitfld.long 0x04 0.--3. " DTOCVACK ,Boot ACK time out counter value" "SDCLK x 2^8,SDCLK x 2^9,SDCLK x 2^10,SDCLK x 2^11,SDCLK x 2^12,SDCLK x 2^13,SDCLK x 2^14,SDCLK x 2^15,SDCLK x 2^16,SDCLK x 2^17,SDCLK x 2^18,SDCLK x 2^19,SDCLK x 2^20,SDCLK x 2^21,SDCLK x 2^22,?..." rgroup.long 0xfc++0x03 line.long 0x00 "HOSTVER,Host Controller Version" hexmask.long.byte 0x00 8.--15. 1. " VVN ,Vedor Version Number" hexmask.long.byte 0x00 0.--7. 1. " SVN ,Specification Version Number" width 0xb tree.end tree.end tree "I2S/SAI (Integrated Interchip Sound/Synchronous Audio Interface)" tree "I2S0" base ad:0x4002F000 width 10. group.long 0x00++0x17 line.long 0x00 "I2S_TCSR,SAI Transmit Control Register" bitfld.long 0x00 31. " TE ,Transmitter enable" "Disabled,Enabled" bitfld.long 0x00 30. " STOPE ,Stop enable" "Disabled,Enabled" textline " " bitfld.long 0x00 29. " DBGE ,Debug enable" "Disabled,Enabled" bitfld.long 0x00 28. " BCE ,Bit Clock Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25. " FR ,FIFO reset" "No reset,Reset" bitfld.long 0x00 24. " SR ,Software reset" "No reset,Reset" textline " " eventfld.long 0x00 20. " WSF ,Word start flag" "Not started,Started" eventfld.long 0x00 19. " SEF ,Sync error flag" "No error,Error" textline " " eventfld.long 0x00 18. " FEF ,FIFO error flag" "No error,Error" textline " " sif (cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") rbitfld.long 0x00 17. " FWF ,FIFO empty warning flag" "Not empty,Empty" rbitfld.long 0x00 16. " FRF ,FIFO watermark reach" "Not reached,Reached" textline " " else bitfld.long 0x00 17. " FWF ,FIFO empty warning flag" "Not empty,Empty" bitfld.long 0x00 16. " FRF ,FIFO watermark reach" "Not reached,Reached" textline " " endif bitfld.long 0x00 12. " WSIE ,Word start interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 11. " SEIE ,Sync error interrupt enable" "Disabled,Enabled" bitfld.long 0x00 10. " FEIE ,FIFO error interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " FWIE ,FIFO warning interrupt enable" "Disabled,Enabled" bitfld.long 0x00 8. " FRIE ,FIFO request interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " FWDE ,FIFO warning DMA enable" "Disabled,Enabled" bitfld.long 0x00 0. " FRDE ,FIFO request DMA enable" "Disabled,Enabled" line.long 0x04 "I2S0_TCR1,SAI Transmit Configuration 1 Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x04 0.--4. " TFW ,Transmit FIFO watermark" "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" elif (cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x04 0.--1. " TFW ,Transmit FIFO watermark" "0,1,2,3" else bitfld.long 0x04 0.--2. " TFW ,Transmit FIFO watermark" "0,1,2,3,4,5,6,7" endif line.long 0x08 "I2S0_TCR2,SAI Transmit Configuration 2 Register" bitfld.long 0x08 30.--31. " SYNC ,Synchronous Mode" "Asynchronous,Receiver,SAI transmitter,SAI receiver" bitfld.long 0x08 29. " BCS ,Bit Clock Swap" "Normal,Swap" textline " " bitfld.long 0x08 28. " BCI ,Bit Clock Input" "No effect,External clock" bitfld.long 0x08 26.--27. " MSEL ,MCLK Select" "Bus clock,Master clock 1,Master clock 2,Master clock 3" textline " " bitfld.long 0x08 25. " BCP ,Bit clock polarity" "Active high,Active low" bitfld.long 0x08 24. " BCD ,Bit clock direction" "External,Internal" hexmask.long.byte 0x08 0.--7. 1. " DIV ,Bit clock divide" line.long 0x0c "I2S0_TCR3,SAI Transmit Configuration 3 Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||((cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5"))||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x0c 16. " TCE ,Transmit channel enable" "Disabled,Enabled" textline " " else bitfld.long 0x0c 16.--17. " TCE ,Transmit channel enable" "0,1,2,3" textline " " endif sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x0c 0.--3. " WDFL ,Word flag configuration" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " else bitfld.long 0x0c 0.--4. " WDFL ,Word flag configuration" "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 " " endif line.long 0x10 "I2S0_TCR4,SAI Transmit Configuration 4 Register" sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x10 16.--19. " FRSZ ,Frame size" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " else bitfld.long 0x10 16.--20. " FRSZ ,Frame size" "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 " " endif bitfld.long 0x10 8.--12. " SYWD ,Sync width" "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 0x10 4. " MF ,Specify whether the LSB or the MSB is transmitted first" "LSB,MSB" bitfld.long 0x10 3. " FSE ,Frame sync assertion" "First bit of frame,Before first bit of frame" textline " " bitfld.long 0x10 1. " FSP ,Frame sync polarity" "Active high,Active low" bitfld.long 0x10 0. " FSD ,Frame sync direction" "External,Internal" line.long 0x14 "I2S0_TCR5,SAI Transmit Configuration 5 Register" bitfld.long 0x14 24.--28. " WNW ,Word N width" "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 16.--20. " W0W ,Word 0 width" "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 0x14 8.--12. " FBT ,First bit shifted" "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" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") wgroup.long 0x20++0x3 line.long 0x00 "I2S0_TDR,SAI Transmit Data Register" rgroup.long 0x40++0x3 line.long 0x00 "I2S0_TFR,SAI Transmit FIFO Register" sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") hexmask.long.byte 0x00 16.--19. 1. " WFP ,Write FIFO pointer" hexmask.long.byte 0x00 0.--3. 1. " RFP ,Read FIFO pointer" elif (cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x00 16.--18. " WFP ,Write FIFO pointer" "0,1,2,3,4,5,6,7" bitfld.long 0x00 0.--2. " RFP ,Read FIFO pointer" "0,1,2,3,4,5,6,7" else hexmask.long.byte 0x00 16.--21. 1. " WFP ,Write FIFO pointer" hexmask.long.byte 0x00 0.--5. 1. " RFP ,Read FIFO pointer" endif else wgroup.long 0x20++0x7 line.long 0x00 "I2S0_TDR0,SAI Transmit Data 0 Register" line.long 0x04 "I2S0_TDR1,SAI Transmit Data 1 Register" rgroup.long 0x40++0x7 line.long 0x00 "I2S0_TFR0,SAI Transmit FIFO 0 Register" bitfld.long 0x00 16.--19. " WFP ,Write FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 0.--3. " RFP ,Read FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "I2S0_TFR1,SAI Transmit FIFO 1 Register" bitfld.long 0x04 16.--19. " WFP ,Write FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x04 0.--3. " RFP ,Read FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif group.long 0x60++0x3 line.long 0x00 "I2S0_TMR,SAI Transmit Mask Register" sif (cpu()!="MK21DX128VLK5")&&(cpu()!="MK21DX256VLK5")&&(cpu()!="MK21DN512VLK5")&&(cpu()!="MK21DX128VMC5")&&(cpu()!="MK21DX256VMC5")&&(cpu()!="MK21DN512VMC5")&&(cpu()!="MK22DX128VLF5")&&(cpu()!="MK22DX256VLF5")&&(cpu()!="MK22DX128VLH5")&&(cpu()!="MK22DX256VLH5")&&(cpu()!="MK22DN512VLH5")&&(cpu()!="MK22DX128VLK5")&&(cpu()!="MK22DX256VLK5")&&(cpu()!="MK22DN512VLK5")&&(cpu()!="MK22DX128VMC5")&&(cpu()!="MK22DX256VMC5")&&(cpu()!="MK22DN512VMC5")&&(cpu()!="MK20DN128VMP5")&&(cpu()!="MK20DN32VMP5")&&(cpu()!="MK20DN64VMP5")&&(cpu()!="MK20DN128VMP5")&&(cpu()!="MK20DX32VMP5")&&(cpu()!="MK20DX64VMP5") bitfld.long 0x00 31. " TWM[31] ,Mask bit[31]" "Not masked,Masked" bitfld.long 0x00 30. " TWM[30] ,Mask bit[30]" "Not masked,Masked" bitfld.long 0x00 29. " TWM[29] ,Mask bit[29]" "Not masked,Masked" bitfld.long 0x00 28. " TWM[28] ,Mask bit[28]" "Not masked,Masked" textline " " bitfld.long 0x00 27. " TWM[27] ,Mask bit[27]" "Not masked,Masked" bitfld.long 0x00 26. " TWM[26] ,Mask bit[26]" "Not masked,Masked" bitfld.long 0x00 25. " TWM[25] ,Mask bit[25]" "Not masked,Masked" bitfld.long 0x00 24. " TWM[24] ,Mask bit[24]" "Not masked,Masked" textline " " bitfld.long 0x00 23. " TWM[23] ,Mask bit[23]" "Not masked,Masked" bitfld.long 0x00 22. " TWM[22] ,Mask bit[22]" "Not masked,Masked" bitfld.long 0x00 21. " TWM[21] ,Mask bit[21]" "Not masked,Masked" bitfld.long 0x00 20. " TWM[20] ,Mask bit[20]" "Not masked,Masked" textline " " bitfld.long 0x00 19. " TWM[19] ,Mask bit[19]" "Not masked,Masked" bitfld.long 0x00 18. " TWM[18] ,Mask bit[18]" "Not masked,Masked" bitfld.long 0x00 17. " TWM[17] ,Mask bit[17]" "Not masked,Masked" bitfld.long 0x00 16. " TWM[16] ,Mask bit[16]" "Not masked,Masked" textline " " endif bitfld.long 0x00 15. " TWM[15] ,Mask bit[15]" "Not masked,Masked" bitfld.long 0x00 14. " TWM[14] ,Mask bit[14]" "Not masked,Masked" bitfld.long 0x00 13. " TWM[13] ,Mask bit[13]" "Not masked,Masked" bitfld.long 0x00 12. " TWM[12] ,Mask bit[12]" "Not masked,Masked" textline " " bitfld.long 0x00 11. " TWM[11] ,Mask bit[11]" "Not masked,Masked" bitfld.long 0x00 10. " TWM[10] ,Mask bit[10]" "Not masked,Masked" bitfld.long 0x00 9. " TWM[9] ,Mask bit[9]" "Not masked,Masked" bitfld.long 0x00 8. " TWM[8] ,Mask bit[8]" "Not masked,Masked" textline " " bitfld.long 0x00 7. " TWM[7] ,Mask bit[7]" "Not masked,Masked" bitfld.long 0x00 6. " TWM[6] ,Mask bit[6]" "Not masked,Masked" bitfld.long 0x00 5. " TWM[5] ,Mask bit[5]" "Not masked,Masked" bitfld.long 0x00 4. " TWM[4] ,Mask bit[4]" "Not masked,Masked" textline " " bitfld.long 0x00 3. " TWM[3] ,Mask bit[3]" "Not masked,Masked" bitfld.long 0x00 2. " TWM[2] ,Mask bit[2]" "Not masked,Masked" bitfld.long 0x00 1. " TWM[1] ,Mask bit[1]" "Not masked,Masked" bitfld.long 0x00 0. " TWM[0] ,Mask bit[0]" "Not masked,Masked" group.long 0x80++0x17 line.long 0x00 "I2S0_RCSR,SAI Receive Control Register" bitfld.long 0x00 31. " RE ,Receiver enable" "Disabled,Enabled" bitfld.long 0x00 30. " STOPE ,Stop enable" "Disabled,Enabled" textline " " bitfld.long 0x00 29. " DBGE ,Debug enable" "Disabled,Enabled" bitfld.long 0x00 28. " BCE ,Bit Clock Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25. " FR ,FIFO reset" "No reset,Reset" bitfld.long 0x00 24. " SR ,Software reset" "No reset,Reset" textline " " eventfld.long 0x00 20. " WSF ,Word start flag" "Not started,Started" eventfld.long 0x00 19. " SEF ,Sync error flag" "No error,Error" textline " " eventfld.long 0x00 18. " FEF ,FIFO error flag" "No error,Error" textline " " sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5"||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7") bitfld.long 0x00 17. " FWF ,FIFO warning flag" "Not full,Full" bitfld.long 0x00 16. " FRF ,FIFO watermark reach" "Not reached,Reached" textline " " elif (cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7") rbitfld.long 0x00 17. " FWF ,FIFO empty warning flag" "Not empty,Empty" rbitfld.long 0x00 16. " FRF ,FIFO watermark reach" "Not reached,Reached" textline " " elif (cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") rbitfld.long 0x00 17. " FWF ,FIFO warning flag" "Not full,Full" rbitfld.long 0x00 16. " FRF ,FIFO watermark reach" "Not reached,Reached" textline " " else bitfld.long 0x00 17. " FWF ,FIFO empty warning flag" "Not empty,Empty" bitfld.long 0x00 16. " FRF ,FIFO watermark reach" "Not reached,Reached" textline " " endif bitfld.long 0x00 12. " WSIE ,Word start interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 11. " SEIE ,Sync error interrupt enable" "Disabled,Enabled" bitfld.long 0x00 10. " FEIE ,FIFO error interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " FWIE ,FIFO warning interrupt enable" "Disabled,Enabled" bitfld.long 0x00 8. " FRIE ,FIFO request interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " FWDE ,FIFO warning DMA enable" "Disabled,Enabled" bitfld.long 0x00 0. " FRDE ,FIFO request DMA enable" "Disabled,Enabled" line.long 0x04 "I2S0_RCR1,SAI Receive Configuration 1 Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x04 0.--4. " RFW ,Receive FIFO watermark" "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" elif (cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x04 0.--1. " RFW ,Receive FIFO watermark" "0,1,2,3" else bitfld.long 0x04 0.--2. " RFW ,Receive FIFO watermark" "0,1,2,3,4,5,6,7" endif line.long 0x08 "I2S0_RCR2,SAI Receive Configuration 2 Register" bitfld.long 0x08 30.--31. " SYNC ,Synchronous Mode" "Asynchronous,Transmitter,SAI receiver,SAI transmitter" bitfld.long 0x08 29. " BCS ,Bit Clock Swap" "Normal,Swap" textline " " bitfld.long 0x08 28. " BCI ,Bit Clock Input" "No effect,External clock" bitfld.long 0x08 26.--27. " MSEL ,MCLK Select" "Bus clock,Master clock 1,Master clock 2,Master clock 3" textline " " bitfld.long 0x08 25. " BCP ,Bit clock polarity" "Active high,Active low" bitfld.long 0x08 24. " BCD ,Bit clock direction" "External,Internal" hexmask.long.byte 0x08 0.--7. 1. " DIV ,Bit clock divide" line.long 0x0c "I2S0_RCR3,SAI Receive Configuration 3 Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x0c 16. " RCE ,Receive channel enable" "Disabled,Enabled" textline " " else bitfld.long 0x0c 16.--17. " RCE ,Receive channel enable" "Disabled,Reserved,Reserved,Enabled" textline " " endif sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x0c 0.--3. " WDFL ,Word flag configuration" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " else bitfld.long 0x0c 0.--4. " WDFL ,Word flag configuration" "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 " " endif line.long 0x10 "I2S0_RCR4,SAI Receive Configuration 4 Register" sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x10 16.--19. " FRSZ ,Frame size" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " else bitfld.long 0x10 16.--20. " FRSZ ,Frame size" "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 " " endif bitfld.long 0x10 8.--12. " SYWD ,Sync width" "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 0x10 4. " MF ,Specify whether the LSB or the MSB is received first" "LSB,MSB" bitfld.long 0x10 3. " FSE ,Frame sync assertion" "First bit of frame,Before first bit of frame" textline " " bitfld.long 0x10 1. " FSP ,Frame sync polarity" "Active high,Active low" bitfld.long 0x10 0. " FSD ,Frame sync direction" "External,Internal" line.long 0x14 "I2S0_RCR5,SAI Receive Configuration 5 Register" bitfld.long 0x14 24.--28. " WNW ,Word N width" "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 16.--20. " W0W ,Word 0 width" "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 0x14 8.--12. " FBT ,First bit shifted" "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" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") rgroup.long 0xa0++0x7 line.long 0x00 "I2S0_RDR,SAI Receive Data Register" rgroup.long 0xc0++0x7 line.long 0x00 "I2S0_RFR,SAI Receive FIFO Register" sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") hexmask.long.byte 0x00 16.--19. 1. " WFP ,Write FIFO pointer" hexmask.long.byte 0x00 0.--3. 1. " RFP ,Read FIFO pointer" textline " " elif (cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x00 16.--18. " WFP ,Write FIFO pointer" "0,1,2,3,4,5,6,7" bitfld.long 0x00 0.--2. " RFP ,Read FIFO pointer" "0,1,2,3,4,5,6,7" textline " " else hexmask.long.byte 0x00 16.--21. 1. " WFP ,Write FIFO pointer" hexmask.long.byte 0x00 0.--5. 1. " RFP ,Read FIFO pointer" textline " " endif else rgroup.long 0xa0++0x7 line.long 0x00 "I2S0_RDR0,SAI Receive Data 0 Register" line.long 0x04 "I2S0_RDR1,SAI Receive Data 1 Register" rgroup.long 0xc0++0x7 line.long 0x00 "I2S0_RFR0,SAI Receive FIFO 0 Register" bitfld.long 0x00 16.--19. " WFP ,Write FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 0.--3. " RFP ,Read FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "I2S0_RFR1,SAI Receive FIFO 1 Register" bitfld.long 0x04 16.--19. " WFP ,Write FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x04 0.--3. " RFP ,Read FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif group.long 0xe0++0x3 line.long 0x00 "I2S0_RMR,SAI Receive Mask Register" sif (cpu()!="MK21DX128VLK5")&&(cpu()!="MK21DX256VLK5")&&(cpu()!="MK21DN512VLK5")&&(cpu()!="MK21DX128VMC5")&&(cpu()!="MK21DX256VMC5")&&(cpu()!="MK21DN512VMC5")&&(cpu()!="MK22DX128VLF5")&&(cpu()!="MK22DX256VLF5")&&(cpu()!="MK22DX128VLH5")&&(cpu()!="MK22DX256VLH5")&&(cpu()!="MK22DN512VLH5")&&(cpu()!="MK22DX128VLK5")&&(cpu()!="MK22DX256VLK5")&&(cpu()!="MK22DN512VLK5")&&(cpu()!="MK22DX128VMC5")&&(cpu()!="MK22DX256VMC5")&&(cpu()!="MK22DN512VMC5")&&(cpu()!="MK20DN128VMP5")&&(cpu()!="MK20DN32VMP5")&&(cpu()!="MK20DN64VMP5")&&(cpu()!="MK20DN128VMP5")&&(cpu()!="MK20DX32VMP5")&&(cpu()!="MK20DX64VMP5") bitfld.long 0x00 31. " RMR31 ,Receive Mask bit 31" "Not masked,Masked" bitfld.long 0x00 30. " RMR30 ,Receive Mask bit 30" "Not masked,Masked" bitfld.long 0x00 29. " RMR29 ,Receive Mask bit 29" "Not masked,Masked" textline " " bitfld.long 0x00 28. " RMR28 ,Receive Mask bit 28" "Not masked,Masked" bitfld.long 0x00 27. " RMR27 ,Receive Mask bit 27" "Not masked,Masked" bitfld.long 0x00 26. " RMR26 ,Receive Mask bit 26" "Not masked,Masked" textline " " bitfld.long 0x00 25. " RMR25 ,Receive Mask bit 25" "Not masked,Masked" bitfld.long 0x00 24. " RMR24 ,Receive Mask bit 24" "Not masked,Masked" bitfld.long 0x00 23. " RMR23 ,Receive Mask bit 23" "Not masked,Masked" textline " " bitfld.long 0x00 22. " RMR22 ,Receive Mask bit 22" "Not masked,Masked" bitfld.long 0x00 21. " RMR21 ,Receive Mask bit 21" "Not masked,Masked" bitfld.long 0x00 20. " RMR20 ,Receive Mask bit 20" "Not masked,Masked" textline " " bitfld.long 0x00 19. " RMR19 ,Receive Mask bit 19" "Not masked,Masked" bitfld.long 0x00 18. " RMR18 ,Receive Mask bit 18" "Not masked,Masked" bitfld.long 0x00 17. " RMR17 ,Receive Mask bit 17" "Not masked,Masked" textline " " bitfld.long 0x00 16. " RMR16 ,Receive Mask bit 16" "Not masked,Masked" textline " " endif bitfld.long 0x00 15. " RMR15 ,Receive Mask bit 15" "Not masked,Masked" bitfld.long 0x00 14. " RMR14 ,Receive Mask bit 14" "Not masked,Masked" textline " " bitfld.long 0x00 13. " RMR13 ,Receive Mask bit 13" "Not masked,Masked" bitfld.long 0x00 12. " RMR12 ,Receive Mask bit 12" "Not masked,Masked" bitfld.long 0x00 11. " RMR11 ,Receive Mask bit 11" "Not masked,Masked" textline " " bitfld.long 0x00 10. " RMR10 ,Receive Mask bit 10" "Not masked,Masked" bitfld.long 0x00 9. " RMR9 ,Receive Mask bit 9" "Not masked,Masked" bitfld.long 0x00 8. " RMR8 ,Receive Mask bit 8" "Not masked,Masked" textline " " bitfld.long 0x00 7. " RMR7 ,Receive Mask bit 7" "Not masked,Masked" bitfld.long 0x00 6. " RMR6 ,Receive Mask bit 6" "Not masked,Masked" bitfld.long 0x00 5. " RMR5 ,Receive Mask bit 5" "Not masked,Masked" textline " " bitfld.long 0x00 4. " RMR4 ,Receive Mask bit 4" "Not masked,Masked" bitfld.long 0x00 3. " RMR3 ,Receive Mask bit 3" "Not masked,Masked" bitfld.long 0x00 2. " RMR2 ,Receive Mask bit 2" "Not masked,Masked" textline " " bitfld.long 0x00 1. " RMR1 ,Receive Mask bit 1" "Not masked,Masked" bitfld.long 0x00 0. " RMR0 ,Receive Mask bit 0" "Not masked,Masked" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x100++0x7 line.long 0x00 "I2S0_MCR,SAI MCLK Control Register" sif (cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") rbitfld.long 0x00 31. " DUF ,Divider Update Flag" "Not updated,Updated" else bitfld.long 0x00 31. " DUF ,Divider Update Flag" "Not updated,Updated" endif bitfld.long 0x00 30. " MOE ,MCLK Output Enable" "Disabled,Enabled" textline " " sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") bitfld.long 0x00 24.--25. " MICS ,MCLK Input Clock Select" "MCLK divider input clock 0,MCLK divider input clock 1,MCLK divider input clock 2,MCLK divider input clock 3" else bitfld.long 0x00 24.--25. " MICS ,MCLK Input Clock Select" "BUS Clock,I2S0 MCLK,I2S1 MCLK,?..." endif line.long 0x04 "I2S0_MDR,SAI MCLK Divide Register" hexmask.long.byte 0x04 12.--19. 1. " FRACT ,MCLK fraction" hexmask.long.word 0x04 0.--11. 1. " DIVIDE ,MCLK divide" endif width 0xb tree.end tree "I2S1" base ad:0x40030000 width 10. group.long 0x00++0x17 line.long 0x00 "I2S_TCSR,SAI Transmit Control Register" bitfld.long 0x00 31. " TE ,Transmitter enable" "Disabled,Enabled" bitfld.long 0x00 30. " STOPE ,Stop enable" "Disabled,Enabled" textline " " bitfld.long 0x00 29. " DBGE ,Debug enable" "Disabled,Enabled" bitfld.long 0x00 28. " BCE ,Bit Clock Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25. " FR ,FIFO reset" "No reset,Reset" bitfld.long 0x00 24. " SR ,Software reset" "No reset,Reset" textline " " eventfld.long 0x00 20. " WSF ,Word start flag" "Not started,Started" eventfld.long 0x00 19. " SEF ,Sync error flag" "No error,Error" textline " " eventfld.long 0x00 18. " FEF ,FIFO error flag" "No error,Error" textline " " sif (cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") rbitfld.long 0x00 17. " FWF ,FIFO empty warning flag" "Not empty,Empty" rbitfld.long 0x00 16. " FRF ,FIFO watermark reach" "Not reached,Reached" textline " " else bitfld.long 0x00 17. " FWF ,FIFO empty warning flag" "Not empty,Empty" bitfld.long 0x00 16. " FRF ,FIFO watermark reach" "Not reached,Reached" textline " " endif bitfld.long 0x00 12. " WSIE ,Word start interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 11. " SEIE ,Sync error interrupt enable" "Disabled,Enabled" bitfld.long 0x00 10. " FEIE ,FIFO error interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " FWIE ,FIFO warning interrupt enable" "Disabled,Enabled" bitfld.long 0x00 8. " FRIE ,FIFO request interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " FWDE ,FIFO warning DMA enable" "Disabled,Enabled" bitfld.long 0x00 0. " FRDE ,FIFO request DMA enable" "Disabled,Enabled" line.long 0x04 "I2S1_TCR1,SAI Transmit Configuration 1 Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x04 0.--4. " TFW ,Transmit FIFO watermark" "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" elif (cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x04 0.--1. " TFW ,Transmit FIFO watermark" "0,1,2,3" else bitfld.long 0x04 0.--2. " TFW ,Transmit FIFO watermark" "0,1,2,3,4,5,6,7" endif line.long 0x08 "I2S1_TCR2,SAI Transmit Configuration 2 Register" bitfld.long 0x08 30.--31. " SYNC ,Synchronous Mode" "Asynchronous,Receiver,SAI transmitter,SAI receiver" bitfld.long 0x08 29. " BCS ,Bit Clock Swap" "Normal,Swap" textline " " bitfld.long 0x08 28. " BCI ,Bit Clock Input" "No effect,External clock" bitfld.long 0x08 26.--27. " MSEL ,MCLK Select" "Bus clock,Master clock 1,Master clock 2,Master clock 3" textline " " bitfld.long 0x08 25. " BCP ,Bit clock polarity" "Active high,Active low" bitfld.long 0x08 24. " BCD ,Bit clock direction" "External,Internal" hexmask.long.byte 0x08 0.--7. 1. " DIV ,Bit clock divide" line.long 0x0c "I2S1_TCR3,SAI Transmit Configuration 3 Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||((cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5"))||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x0c 16. " TCE ,Transmit channel enable" "Disabled,Enabled" textline " " else bitfld.long 0x0c 16.--17. " TCE ,Transmit channel enable" "0,1,2,3" textline " " endif sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x0c 0.--3. " WDFL ,Word flag configuration" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " else bitfld.long 0x0c 0.--4. " WDFL ,Word flag configuration" "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 " " endif line.long 0x10 "I2S1_TCR4,SAI Transmit Configuration 4 Register" sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x10 16.--19. " FRSZ ,Frame size" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " else bitfld.long 0x10 16.--20. " FRSZ ,Frame size" "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 " " endif bitfld.long 0x10 8.--12. " SYWD ,Sync width" "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 0x10 4. " MF ,Specify whether the LSB or the MSB is transmitted first" "LSB,MSB" bitfld.long 0x10 3. " FSE ,Frame sync assertion" "First bit of frame,Before first bit of frame" textline " " bitfld.long 0x10 1. " FSP ,Frame sync polarity" "Active high,Active low" bitfld.long 0x10 0. " FSD ,Frame sync direction" "External,Internal" line.long 0x14 "I2S1_TCR5,SAI Transmit Configuration 5 Register" bitfld.long 0x14 24.--28. " WNW ,Word N width" "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 16.--20. " W0W ,Word 0 width" "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 0x14 8.--12. " FBT ,First bit shifted" "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" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") wgroup.long 0x20++0x3 line.long 0x00 "I2S1_TDR,SAI Transmit Data Register" rgroup.long 0x40++0x3 line.long 0x00 "I2S1_TFR,SAI Transmit FIFO Register" sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") hexmask.long.byte 0x00 16.--19. 1. " WFP ,Write FIFO pointer" hexmask.long.byte 0x00 0.--3. 1. " RFP ,Read FIFO pointer" elif (cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x00 16.--18. " WFP ,Write FIFO pointer" "0,1,2,3,4,5,6,7" bitfld.long 0x00 0.--2. " RFP ,Read FIFO pointer" "0,1,2,3,4,5,6,7" else hexmask.long.byte 0x00 16.--21. 1. " WFP ,Write FIFO pointer" hexmask.long.byte 0x00 0.--5. 1. " RFP ,Read FIFO pointer" endif else wgroup.long 0x20++0x7 line.long 0x00 "I2S1_TDR0,SAI Transmit Data 0 Register" line.long 0x04 "I2S1_TDR1,SAI Transmit Data 1 Register" rgroup.long 0x40++0x7 line.long 0x00 "I2S1_TFR0,SAI Transmit FIFO 0 Register" bitfld.long 0x00 16.--19. " WFP ,Write FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 0.--3. " RFP ,Read FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "I2S1_TFR1,SAI Transmit FIFO 1 Register" bitfld.long 0x04 16.--19. " WFP ,Write FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x04 0.--3. " RFP ,Read FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif group.long 0x60++0x3 line.long 0x00 "I2S1_TMR,SAI Transmit Mask Register" sif (cpu()!="MK21DX128VLK5")&&(cpu()!="MK21DX256VLK5")&&(cpu()!="MK21DN512VLK5")&&(cpu()!="MK21DX128VMC5")&&(cpu()!="MK21DX256VMC5")&&(cpu()!="MK21DN512VMC5")&&(cpu()!="MK22DX128VLF5")&&(cpu()!="MK22DX256VLF5")&&(cpu()!="MK22DX128VLH5")&&(cpu()!="MK22DX256VLH5")&&(cpu()!="MK22DN512VLH5")&&(cpu()!="MK22DX128VLK5")&&(cpu()!="MK22DX256VLK5")&&(cpu()!="MK22DN512VLK5")&&(cpu()!="MK22DX128VMC5")&&(cpu()!="MK22DX256VMC5")&&(cpu()!="MK22DN512VMC5")&&(cpu()!="MK20DN128VMP5")&&(cpu()!="MK20DN32VMP5")&&(cpu()!="MK20DN64VMP5")&&(cpu()!="MK20DN128VMP5")&&(cpu()!="MK20DX32VMP5")&&(cpu()!="MK20DX64VMP5") bitfld.long 0x00 31. " TWM[31] ,Mask bit[31]" "Not masked,Masked" bitfld.long 0x00 30. " TWM[30] ,Mask bit[30]" "Not masked,Masked" bitfld.long 0x00 29. " TWM[29] ,Mask bit[29]" "Not masked,Masked" bitfld.long 0x00 28. " TWM[28] ,Mask bit[28]" "Not masked,Masked" textline " " bitfld.long 0x00 27. " TWM[27] ,Mask bit[27]" "Not masked,Masked" bitfld.long 0x00 26. " TWM[26] ,Mask bit[26]" "Not masked,Masked" bitfld.long 0x00 25. " TWM[25] ,Mask bit[25]" "Not masked,Masked" bitfld.long 0x00 24. " TWM[24] ,Mask bit[24]" "Not masked,Masked" textline " " bitfld.long 0x00 23. " TWM[23] ,Mask bit[23]" "Not masked,Masked" bitfld.long 0x00 22. " TWM[22] ,Mask bit[22]" "Not masked,Masked" bitfld.long 0x00 21. " TWM[21] ,Mask bit[21]" "Not masked,Masked" bitfld.long 0x00 20. " TWM[20] ,Mask bit[20]" "Not masked,Masked" textline " " bitfld.long 0x00 19. " TWM[19] ,Mask bit[19]" "Not masked,Masked" bitfld.long 0x00 18. " TWM[18] ,Mask bit[18]" "Not masked,Masked" bitfld.long 0x00 17. " TWM[17] ,Mask bit[17]" "Not masked,Masked" bitfld.long 0x00 16. " TWM[16] ,Mask bit[16]" "Not masked,Masked" textline " " endif bitfld.long 0x00 15. " TWM[15] ,Mask bit[15]" "Not masked,Masked" bitfld.long 0x00 14. " TWM[14] ,Mask bit[14]" "Not masked,Masked" bitfld.long 0x00 13. " TWM[13] ,Mask bit[13]" "Not masked,Masked" bitfld.long 0x00 12. " TWM[12] ,Mask bit[12]" "Not masked,Masked" textline " " bitfld.long 0x00 11. " TWM[11] ,Mask bit[11]" "Not masked,Masked" bitfld.long 0x00 10. " TWM[10] ,Mask bit[10]" "Not masked,Masked" bitfld.long 0x00 9. " TWM[9] ,Mask bit[9]" "Not masked,Masked" bitfld.long 0x00 8. " TWM[8] ,Mask bit[8]" "Not masked,Masked" textline " " bitfld.long 0x00 7. " TWM[7] ,Mask bit[7]" "Not masked,Masked" bitfld.long 0x00 6. " TWM[6] ,Mask bit[6]" "Not masked,Masked" bitfld.long 0x00 5. " TWM[5] ,Mask bit[5]" "Not masked,Masked" bitfld.long 0x00 4. " TWM[4] ,Mask bit[4]" "Not masked,Masked" textline " " bitfld.long 0x00 3. " TWM[3] ,Mask bit[3]" "Not masked,Masked" bitfld.long 0x00 2. " TWM[2] ,Mask bit[2]" "Not masked,Masked" bitfld.long 0x00 1. " TWM[1] ,Mask bit[1]" "Not masked,Masked" bitfld.long 0x00 0. " TWM[0] ,Mask bit[0]" "Not masked,Masked" group.long 0x80++0x17 line.long 0x00 "I2S1_RCSR,SAI Receive Control Register" bitfld.long 0x00 31. " RE ,Receiver enable" "Disabled,Enabled" bitfld.long 0x00 30. " STOPE ,Stop enable" "Disabled,Enabled" textline " " bitfld.long 0x00 29. " DBGE ,Debug enable" "Disabled,Enabled" bitfld.long 0x00 28. " BCE ,Bit Clock Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25. " FR ,FIFO reset" "No reset,Reset" bitfld.long 0x00 24. " SR ,Software reset" "No reset,Reset" textline " " eventfld.long 0x00 20. " WSF ,Word start flag" "Not started,Started" eventfld.long 0x00 19. " SEF ,Sync error flag" "No error,Error" textline " " eventfld.long 0x00 18. " FEF ,FIFO error flag" "No error,Error" textline " " sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5"||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7") bitfld.long 0x00 17. " FWF ,FIFO warning flag" "Not full,Full" bitfld.long 0x00 16. " FRF ,FIFO watermark reach" "Not reached,Reached" textline " " elif (cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7") rbitfld.long 0x00 17. " FWF ,FIFO empty warning flag" "Not empty,Empty" rbitfld.long 0x00 16. " FRF ,FIFO watermark reach" "Not reached,Reached" textline " " elif (cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") rbitfld.long 0x00 17. " FWF ,FIFO warning flag" "Not full,Full" rbitfld.long 0x00 16. " FRF ,FIFO watermark reach" "Not reached,Reached" textline " " else bitfld.long 0x00 17. " FWF ,FIFO empty warning flag" "Not empty,Empty" bitfld.long 0x00 16. " FRF ,FIFO watermark reach" "Not reached,Reached" textline " " endif bitfld.long 0x00 12. " WSIE ,Word start interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 11. " SEIE ,Sync error interrupt enable" "Disabled,Enabled" bitfld.long 0x00 10. " FEIE ,FIFO error interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " FWIE ,FIFO warning interrupt enable" "Disabled,Enabled" bitfld.long 0x00 8. " FRIE ,FIFO request interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " FWDE ,FIFO warning DMA enable" "Disabled,Enabled" bitfld.long 0x00 0. " FRDE ,FIFO request DMA enable" "Disabled,Enabled" line.long 0x04 "I2S1_RCR1,SAI Receive Configuration 1 Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x04 0.--4. " RFW ,Receive FIFO watermark" "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" elif (cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x04 0.--1. " RFW ,Receive FIFO watermark" "0,1,2,3" else bitfld.long 0x04 0.--2. " RFW ,Receive FIFO watermark" "0,1,2,3,4,5,6,7" endif line.long 0x08 "I2S1_RCR2,SAI Receive Configuration 2 Register" bitfld.long 0x08 30.--31. " SYNC ,Synchronous Mode" "Asynchronous,Transmitter,SAI receiver,SAI transmitter" bitfld.long 0x08 29. " BCS ,Bit Clock Swap" "Normal,Swap" textline " " bitfld.long 0x08 28. " BCI ,Bit Clock Input" "No effect,External clock" bitfld.long 0x08 26.--27. " MSEL ,MCLK Select" "Bus clock,Master clock 1,Master clock 2,Master clock 3" textline " " bitfld.long 0x08 25. " BCP ,Bit clock polarity" "Active high,Active low" bitfld.long 0x08 24. " BCD ,Bit clock direction" "External,Internal" hexmask.long.byte 0x08 0.--7. 1. " DIV ,Bit clock divide" line.long 0x0c "I2S1_RCR3,SAI Receive Configuration 3 Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x0c 16. " RCE ,Receive channel enable" "Disabled,Enabled" textline " " else bitfld.long 0x0c 16.--17. " RCE ,Receive channel enable" "Disabled,Reserved,Reserved,Enabled" textline " " endif sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x0c 0.--3. " WDFL ,Word flag configuration" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " else bitfld.long 0x0c 0.--4. " WDFL ,Word flag configuration" "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 " " endif line.long 0x10 "I2S1_RCR4,SAI Receive Configuration 4 Register" sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x10 16.--19. " FRSZ ,Frame size" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " else bitfld.long 0x10 16.--20. " FRSZ ,Frame size" "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 " " endif bitfld.long 0x10 8.--12. " SYWD ,Sync width" "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 0x10 4. " MF ,Specify whether the LSB or the MSB is received first" "LSB,MSB" bitfld.long 0x10 3. " FSE ,Frame sync assertion" "First bit of frame,Before first bit of frame" textline " " bitfld.long 0x10 1. " FSP ,Frame sync polarity" "Active high,Active low" bitfld.long 0x10 0. " FSD ,Frame sync direction" "External,Internal" line.long 0x14 "I2S1_RCR5,SAI Receive Configuration 5 Register" bitfld.long 0x14 24.--28. " WNW ,Word N width" "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 16.--20. " W0W ,Word 0 width" "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 0x14 8.--12. " FBT ,First bit shifted" "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" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") rgroup.long 0xa0++0x7 line.long 0x00 "I2S1_RDR,SAI Receive Data Register" rgroup.long 0xc0++0x7 line.long 0x00 "I2S1_RFR,SAI Receive FIFO Register" sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") hexmask.long.byte 0x00 16.--19. 1. " WFP ,Write FIFO pointer" hexmask.long.byte 0x00 0.--3. 1. " RFP ,Read FIFO pointer" textline " " elif (cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x00 16.--18. " WFP ,Write FIFO pointer" "0,1,2,3,4,5,6,7" bitfld.long 0x00 0.--2. " RFP ,Read FIFO pointer" "0,1,2,3,4,5,6,7" textline " " else hexmask.long.byte 0x00 16.--21. 1. " WFP ,Write FIFO pointer" hexmask.long.byte 0x00 0.--5. 1. " RFP ,Read FIFO pointer" textline " " endif else rgroup.long 0xa0++0x7 line.long 0x00 "I2S1_RDR0,SAI Receive Data 0 Register" line.long 0x04 "I2S1_RDR1,SAI Receive Data 1 Register" rgroup.long 0xc0++0x7 line.long 0x00 "I2S1_RFR0,SAI Receive FIFO 0 Register" bitfld.long 0x00 16.--19. " WFP ,Write FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 0.--3. " RFP ,Read FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "I2S1_RFR1,SAI Receive FIFO 1 Register" bitfld.long 0x04 16.--19. " WFP ,Write FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x04 0.--3. " RFP ,Read FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif group.long 0xe0++0x3 line.long 0x00 "I2S1_RMR,SAI Receive Mask Register" sif (cpu()!="MK21DX128VLK5")&&(cpu()!="MK21DX256VLK5")&&(cpu()!="MK21DN512VLK5")&&(cpu()!="MK21DX128VMC5")&&(cpu()!="MK21DX256VMC5")&&(cpu()!="MK21DN512VMC5")&&(cpu()!="MK22DX128VLF5")&&(cpu()!="MK22DX256VLF5")&&(cpu()!="MK22DX128VLH5")&&(cpu()!="MK22DX256VLH5")&&(cpu()!="MK22DN512VLH5")&&(cpu()!="MK22DX128VLK5")&&(cpu()!="MK22DX256VLK5")&&(cpu()!="MK22DN512VLK5")&&(cpu()!="MK22DX128VMC5")&&(cpu()!="MK22DX256VMC5")&&(cpu()!="MK22DN512VMC5")&&(cpu()!="MK20DN128VMP5")&&(cpu()!="MK20DN32VMP5")&&(cpu()!="MK20DN64VMP5")&&(cpu()!="MK20DN128VMP5")&&(cpu()!="MK20DX32VMP5")&&(cpu()!="MK20DX64VMP5") bitfld.long 0x00 31. " RMR31 ,Receive Mask bit 31" "Not masked,Masked" bitfld.long 0x00 30. " RMR30 ,Receive Mask bit 30" "Not masked,Masked" bitfld.long 0x00 29. " RMR29 ,Receive Mask bit 29" "Not masked,Masked" textline " " bitfld.long 0x00 28. " RMR28 ,Receive Mask bit 28" "Not masked,Masked" bitfld.long 0x00 27. " RMR27 ,Receive Mask bit 27" "Not masked,Masked" bitfld.long 0x00 26. " RMR26 ,Receive Mask bit 26" "Not masked,Masked" textline " " bitfld.long 0x00 25. " RMR25 ,Receive Mask bit 25" "Not masked,Masked" bitfld.long 0x00 24. " RMR24 ,Receive Mask bit 24" "Not masked,Masked" bitfld.long 0x00 23. " RMR23 ,Receive Mask bit 23" "Not masked,Masked" textline " " bitfld.long 0x00 22. " RMR22 ,Receive Mask bit 22" "Not masked,Masked" bitfld.long 0x00 21. " RMR21 ,Receive Mask bit 21" "Not masked,Masked" bitfld.long 0x00 20. " RMR20 ,Receive Mask bit 20" "Not masked,Masked" textline " " bitfld.long 0x00 19. " RMR19 ,Receive Mask bit 19" "Not masked,Masked" bitfld.long 0x00 18. " RMR18 ,Receive Mask bit 18" "Not masked,Masked" bitfld.long 0x00 17. " RMR17 ,Receive Mask bit 17" "Not masked,Masked" textline " " bitfld.long 0x00 16. " RMR16 ,Receive Mask bit 16" "Not masked,Masked" textline " " endif bitfld.long 0x00 15. " RMR15 ,Receive Mask bit 15" "Not masked,Masked" bitfld.long 0x00 14. " RMR14 ,Receive Mask bit 14" "Not masked,Masked" textline " " bitfld.long 0x00 13. " RMR13 ,Receive Mask bit 13" "Not masked,Masked" bitfld.long 0x00 12. " RMR12 ,Receive Mask bit 12" "Not masked,Masked" bitfld.long 0x00 11. " RMR11 ,Receive Mask bit 11" "Not masked,Masked" textline " " bitfld.long 0x00 10. " RMR10 ,Receive Mask bit 10" "Not masked,Masked" bitfld.long 0x00 9. " RMR9 ,Receive Mask bit 9" "Not masked,Masked" bitfld.long 0x00 8. " RMR8 ,Receive Mask bit 8" "Not masked,Masked" textline " " bitfld.long 0x00 7. " RMR7 ,Receive Mask bit 7" "Not masked,Masked" bitfld.long 0x00 6. " RMR6 ,Receive Mask bit 6" "Not masked,Masked" bitfld.long 0x00 5. " RMR5 ,Receive Mask bit 5" "Not masked,Masked" textline " " bitfld.long 0x00 4. " RMR4 ,Receive Mask bit 4" "Not masked,Masked" bitfld.long 0x00 3. " RMR3 ,Receive Mask bit 3" "Not masked,Masked" bitfld.long 0x00 2. " RMR2 ,Receive Mask bit 2" "Not masked,Masked" textline " " bitfld.long 0x00 1. " RMR1 ,Receive Mask bit 1" "Not masked,Masked" bitfld.long 0x00 0. " RMR0 ,Receive Mask bit 0" "Not masked,Masked" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x100++0x7 line.long 0x00 "I2S1_MCR,SAI MCLK Control Register" sif (cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") rbitfld.long 0x00 31. " DUF ,Divider Update Flag" "Not updated,Updated" else bitfld.long 0x00 31. " DUF ,Divider Update Flag" "Not updated,Updated" endif bitfld.long 0x00 30. " MOE ,MCLK Output Enable" "Disabled,Enabled" textline " " sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") bitfld.long 0x00 24.--25. " MICS ,MCLK Input Clock Select" "MCLK divider input clock 0,MCLK divider input clock 1,MCLK divider input clock 2,MCLK divider input clock 3" else bitfld.long 0x00 24.--25. " MICS ,MCLK Input Clock Select" "BUS Clock,I2S0 MCLK,I2S1 MCLK,?..." endif line.long 0x04 "I2S1_MDR,SAI MCLK Divide Register" hexmask.long.byte 0x04 12.--19. 1. " FRACT ,MCLK fraction" hexmask.long.word 0x04 0.--11. 1. " DIVIDE ,MCLK divide" endif width 0xb tree.end tree "I2S2" base ad:0x40031000 width 10. group.long 0x00++0x17 line.long 0x00 "I2S_TCSR,SAI Transmit Control Register" bitfld.long 0x00 31. " TE ,Transmitter enable" "Disabled,Enabled" bitfld.long 0x00 30. " STOPE ,Stop enable" "Disabled,Enabled" textline " " bitfld.long 0x00 29. " DBGE ,Debug enable" "Disabled,Enabled" bitfld.long 0x00 28. " BCE ,Bit Clock Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25. " FR ,FIFO reset" "No reset,Reset" bitfld.long 0x00 24. " SR ,Software reset" "No reset,Reset" textline " " eventfld.long 0x00 20. " WSF ,Word start flag" "Not started,Started" eventfld.long 0x00 19. " SEF ,Sync error flag" "No error,Error" textline " " eventfld.long 0x00 18. " FEF ,FIFO error flag" "No error,Error" textline " " sif (cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") rbitfld.long 0x00 17. " FWF ,FIFO empty warning flag" "Not empty,Empty" rbitfld.long 0x00 16. " FRF ,FIFO watermark reach" "Not reached,Reached" textline " " else bitfld.long 0x00 17. " FWF ,FIFO empty warning flag" "Not empty,Empty" bitfld.long 0x00 16. " FRF ,FIFO watermark reach" "Not reached,Reached" textline " " endif bitfld.long 0x00 12. " WSIE ,Word start interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 11. " SEIE ,Sync error interrupt enable" "Disabled,Enabled" bitfld.long 0x00 10. " FEIE ,FIFO error interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " FWIE ,FIFO warning interrupt enable" "Disabled,Enabled" bitfld.long 0x00 8. " FRIE ,FIFO request interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " FWDE ,FIFO warning DMA enable" "Disabled,Enabled" bitfld.long 0x00 0. " FRDE ,FIFO request DMA enable" "Disabled,Enabled" line.long 0x04 "I2S2_TCR1,SAI Transmit Configuration 1 Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x04 0.--4. " TFW ,Transmit FIFO watermark" "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" elif (cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x04 0.--1. " TFW ,Transmit FIFO watermark" "0,1,2,3" else bitfld.long 0x04 0.--2. " TFW ,Transmit FIFO watermark" "0,1,2,3,4,5,6,7" endif line.long 0x08 "I2S2_TCR2,SAI Transmit Configuration 2 Register" bitfld.long 0x08 30.--31. " SYNC ,Synchronous Mode" "Asynchronous,Receiver,SAI transmitter,SAI receiver" bitfld.long 0x08 29. " BCS ,Bit Clock Swap" "Normal,Swap" textline " " bitfld.long 0x08 28. " BCI ,Bit Clock Input" "No effect,External clock" bitfld.long 0x08 26.--27. " MSEL ,MCLK Select" "Bus clock,Master clock 1,Master clock 2,Master clock 3" textline " " bitfld.long 0x08 25. " BCP ,Bit clock polarity" "Active high,Active low" bitfld.long 0x08 24. " BCD ,Bit clock direction" "External,Internal" hexmask.long.byte 0x08 0.--7. 1. " DIV ,Bit clock divide" line.long 0x0c "I2S2_TCR3,SAI Transmit Configuration 3 Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||((cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5"))||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x0c 16. " TCE ,Transmit channel enable" "Disabled,Enabled" textline " " else bitfld.long 0x0c 16.--17. " TCE ,Transmit channel enable" "0,1,2,3" textline " " endif sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x0c 0.--3. " WDFL ,Word flag configuration" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " else bitfld.long 0x0c 0.--4. " WDFL ,Word flag configuration" "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 " " endif line.long 0x10 "I2S2_TCR4,SAI Transmit Configuration 4 Register" sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x10 16.--19. " FRSZ ,Frame size" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " else bitfld.long 0x10 16.--20. " FRSZ ,Frame size" "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 " " endif bitfld.long 0x10 8.--12. " SYWD ,Sync width" "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 0x10 4. " MF ,Specify whether the LSB or the MSB is transmitted first" "LSB,MSB" bitfld.long 0x10 3. " FSE ,Frame sync assertion" "First bit of frame,Before first bit of frame" textline " " bitfld.long 0x10 1. " FSP ,Frame sync polarity" "Active high,Active low" bitfld.long 0x10 0. " FSD ,Frame sync direction" "External,Internal" line.long 0x14 "I2S2_TCR5,SAI Transmit Configuration 5 Register" bitfld.long 0x14 24.--28. " WNW ,Word N width" "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 16.--20. " W0W ,Word 0 width" "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 0x14 8.--12. " FBT ,First bit shifted" "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" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") wgroup.long 0x20++0x3 line.long 0x00 "I2S2_TDR,SAI Transmit Data Register" rgroup.long 0x40++0x3 line.long 0x00 "I2S2_TFR,SAI Transmit FIFO Register" sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") hexmask.long.byte 0x00 16.--19. 1. " WFP ,Write FIFO pointer" hexmask.long.byte 0x00 0.--3. 1. " RFP ,Read FIFO pointer" elif (cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x00 16.--18. " WFP ,Write FIFO pointer" "0,1,2,3,4,5,6,7" bitfld.long 0x00 0.--2. " RFP ,Read FIFO pointer" "0,1,2,3,4,5,6,7" else hexmask.long.byte 0x00 16.--21. 1. " WFP ,Write FIFO pointer" hexmask.long.byte 0x00 0.--5. 1. " RFP ,Read FIFO pointer" endif else wgroup.long 0x20++0x7 line.long 0x00 "I2S2_TDR0,SAI Transmit Data 0 Register" line.long 0x04 "I2S2_TDR1,SAI Transmit Data 1 Register" rgroup.long 0x40++0x7 line.long 0x00 "I2S2_TFR0,SAI Transmit FIFO 0 Register" bitfld.long 0x00 16.--19. " WFP ,Write FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 0.--3. " RFP ,Read FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "I2S2_TFR1,SAI Transmit FIFO 1 Register" bitfld.long 0x04 16.--19. " WFP ,Write FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x04 0.--3. " RFP ,Read FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif group.long 0x60++0x3 line.long 0x00 "I2S2_TMR,SAI Transmit Mask Register" sif (cpu()!="MK21DX128VLK5")&&(cpu()!="MK21DX256VLK5")&&(cpu()!="MK21DN512VLK5")&&(cpu()!="MK21DX128VMC5")&&(cpu()!="MK21DX256VMC5")&&(cpu()!="MK21DN512VMC5")&&(cpu()!="MK22DX128VLF5")&&(cpu()!="MK22DX256VLF5")&&(cpu()!="MK22DX128VLH5")&&(cpu()!="MK22DX256VLH5")&&(cpu()!="MK22DN512VLH5")&&(cpu()!="MK22DX128VLK5")&&(cpu()!="MK22DX256VLK5")&&(cpu()!="MK22DN512VLK5")&&(cpu()!="MK22DX128VMC5")&&(cpu()!="MK22DX256VMC5")&&(cpu()!="MK22DN512VMC5")&&(cpu()!="MK20DN128VMP5")&&(cpu()!="MK20DN32VMP5")&&(cpu()!="MK20DN64VMP5")&&(cpu()!="MK20DN128VMP5")&&(cpu()!="MK20DX32VMP5")&&(cpu()!="MK20DX64VMP5") bitfld.long 0x00 31. " TWM[31] ,Mask bit[31]" "Not masked,Masked" bitfld.long 0x00 30. " TWM[30] ,Mask bit[30]" "Not masked,Masked" bitfld.long 0x00 29. " TWM[29] ,Mask bit[29]" "Not masked,Masked" bitfld.long 0x00 28. " TWM[28] ,Mask bit[28]" "Not masked,Masked" textline " " bitfld.long 0x00 27. " TWM[27] ,Mask bit[27]" "Not masked,Masked" bitfld.long 0x00 26. " TWM[26] ,Mask bit[26]" "Not masked,Masked" bitfld.long 0x00 25. " TWM[25] ,Mask bit[25]" "Not masked,Masked" bitfld.long 0x00 24. " TWM[24] ,Mask bit[24]" "Not masked,Masked" textline " " bitfld.long 0x00 23. " TWM[23] ,Mask bit[23]" "Not masked,Masked" bitfld.long 0x00 22. " TWM[22] ,Mask bit[22]" "Not masked,Masked" bitfld.long 0x00 21. " TWM[21] ,Mask bit[21]" "Not masked,Masked" bitfld.long 0x00 20. " TWM[20] ,Mask bit[20]" "Not masked,Masked" textline " " bitfld.long 0x00 19. " TWM[19] ,Mask bit[19]" "Not masked,Masked" bitfld.long 0x00 18. " TWM[18] ,Mask bit[18]" "Not masked,Masked" bitfld.long 0x00 17. " TWM[17] ,Mask bit[17]" "Not masked,Masked" bitfld.long 0x00 16. " TWM[16] ,Mask bit[16]" "Not masked,Masked" textline " " endif bitfld.long 0x00 15. " TWM[15] ,Mask bit[15]" "Not masked,Masked" bitfld.long 0x00 14. " TWM[14] ,Mask bit[14]" "Not masked,Masked" bitfld.long 0x00 13. " TWM[13] ,Mask bit[13]" "Not masked,Masked" bitfld.long 0x00 12. " TWM[12] ,Mask bit[12]" "Not masked,Masked" textline " " bitfld.long 0x00 11. " TWM[11] ,Mask bit[11]" "Not masked,Masked" bitfld.long 0x00 10. " TWM[10] ,Mask bit[10]" "Not masked,Masked" bitfld.long 0x00 9. " TWM[9] ,Mask bit[9]" "Not masked,Masked" bitfld.long 0x00 8. " TWM[8] ,Mask bit[8]" "Not masked,Masked" textline " " bitfld.long 0x00 7. " TWM[7] ,Mask bit[7]" "Not masked,Masked" bitfld.long 0x00 6. " TWM[6] ,Mask bit[6]" "Not masked,Masked" bitfld.long 0x00 5. " TWM[5] ,Mask bit[5]" "Not masked,Masked" bitfld.long 0x00 4. " TWM[4] ,Mask bit[4]" "Not masked,Masked" textline " " bitfld.long 0x00 3. " TWM[3] ,Mask bit[3]" "Not masked,Masked" bitfld.long 0x00 2. " TWM[2] ,Mask bit[2]" "Not masked,Masked" bitfld.long 0x00 1. " TWM[1] ,Mask bit[1]" "Not masked,Masked" bitfld.long 0x00 0. " TWM[0] ,Mask bit[0]" "Not masked,Masked" group.long 0x80++0x17 line.long 0x00 "I2S2_RCSR,SAI Receive Control Register" bitfld.long 0x00 31. " RE ,Receiver enable" "Disabled,Enabled" bitfld.long 0x00 30. " STOPE ,Stop enable" "Disabled,Enabled" textline " " bitfld.long 0x00 29. " DBGE ,Debug enable" "Disabled,Enabled" bitfld.long 0x00 28. " BCE ,Bit Clock Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25. " FR ,FIFO reset" "No reset,Reset" bitfld.long 0x00 24. " SR ,Software reset" "No reset,Reset" textline " " eventfld.long 0x00 20. " WSF ,Word start flag" "Not started,Started" eventfld.long 0x00 19. " SEF ,Sync error flag" "No error,Error" textline " " eventfld.long 0x00 18. " FEF ,FIFO error flag" "No error,Error" textline " " sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5"||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7") bitfld.long 0x00 17. " FWF ,FIFO warning flag" "Not full,Full" bitfld.long 0x00 16. " FRF ,FIFO watermark reach" "Not reached,Reached" textline " " elif (cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7") rbitfld.long 0x00 17. " FWF ,FIFO empty warning flag" "Not empty,Empty" rbitfld.long 0x00 16. " FRF ,FIFO watermark reach" "Not reached,Reached" textline " " elif (cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") rbitfld.long 0x00 17. " FWF ,FIFO warning flag" "Not full,Full" rbitfld.long 0x00 16. " FRF ,FIFO watermark reach" "Not reached,Reached" textline " " else bitfld.long 0x00 17. " FWF ,FIFO empty warning flag" "Not empty,Empty" bitfld.long 0x00 16. " FRF ,FIFO watermark reach" "Not reached,Reached" textline " " endif bitfld.long 0x00 12. " WSIE ,Word start interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 11. " SEIE ,Sync error interrupt enable" "Disabled,Enabled" bitfld.long 0x00 10. " FEIE ,FIFO error interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " FWIE ,FIFO warning interrupt enable" "Disabled,Enabled" bitfld.long 0x00 8. " FRIE ,FIFO request interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " FWDE ,FIFO warning DMA enable" "Disabled,Enabled" bitfld.long 0x00 0. " FRDE ,FIFO request DMA enable" "Disabled,Enabled" line.long 0x04 "I2S2_RCR1,SAI Receive Configuration 1 Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x04 0.--4. " RFW ,Receive FIFO watermark" "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" elif (cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x04 0.--1. " RFW ,Receive FIFO watermark" "0,1,2,3" else bitfld.long 0x04 0.--2. " RFW ,Receive FIFO watermark" "0,1,2,3,4,5,6,7" endif line.long 0x08 "I2S2_RCR2,SAI Receive Configuration 2 Register" bitfld.long 0x08 30.--31. " SYNC ,Synchronous Mode" "Asynchronous,Transmitter,SAI receiver,SAI transmitter" bitfld.long 0x08 29. " BCS ,Bit Clock Swap" "Normal,Swap" textline " " bitfld.long 0x08 28. " BCI ,Bit Clock Input" "No effect,External clock" bitfld.long 0x08 26.--27. " MSEL ,MCLK Select" "Bus clock,Master clock 1,Master clock 2,Master clock 3" textline " " bitfld.long 0x08 25. " BCP ,Bit clock polarity" "Active high,Active low" bitfld.long 0x08 24. " BCD ,Bit clock direction" "External,Internal" hexmask.long.byte 0x08 0.--7. 1. " DIV ,Bit clock divide" line.long 0x0c "I2S2_RCR3,SAI Receive Configuration 3 Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x0c 16. " RCE ,Receive channel enable" "Disabled,Enabled" textline " " else bitfld.long 0x0c 16.--17. " RCE ,Receive channel enable" "Disabled,Reserved,Reserved,Enabled" textline " " endif sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x0c 0.--3. " WDFL ,Word flag configuration" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " else bitfld.long 0x0c 0.--4. " WDFL ,Word flag configuration" "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 " " endif line.long 0x10 "I2S2_RCR4,SAI Receive Configuration 4 Register" sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x10 16.--19. " FRSZ ,Frame size" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " else bitfld.long 0x10 16.--20. " FRSZ ,Frame size" "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 " " endif bitfld.long 0x10 8.--12. " SYWD ,Sync width" "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 0x10 4. " MF ,Specify whether the LSB or the MSB is received first" "LSB,MSB" bitfld.long 0x10 3. " FSE ,Frame sync assertion" "First bit of frame,Before first bit of frame" textline " " bitfld.long 0x10 1. " FSP ,Frame sync polarity" "Active high,Active low" bitfld.long 0x10 0. " FSD ,Frame sync direction" "External,Internal" line.long 0x14 "I2S2_RCR5,SAI Receive Configuration 5 Register" bitfld.long 0x14 24.--28. " WNW ,Word N width" "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 16.--20. " W0W ,Word 0 width" "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 0x14 8.--12. " FBT ,First bit shifted" "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" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") rgroup.long 0xa0++0x7 line.long 0x00 "I2S2_RDR,SAI Receive Data Register" rgroup.long 0xc0++0x7 line.long 0x00 "I2S2_RFR,SAI Receive FIFO Register" sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") hexmask.long.byte 0x00 16.--19. 1. " WFP ,Write FIFO pointer" hexmask.long.byte 0x00 0.--3. 1. " RFP ,Read FIFO pointer" textline " " elif (cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x00 16.--18. " WFP ,Write FIFO pointer" "0,1,2,3,4,5,6,7" bitfld.long 0x00 0.--2. " RFP ,Read FIFO pointer" "0,1,2,3,4,5,6,7" textline " " else hexmask.long.byte 0x00 16.--21. 1. " WFP ,Write FIFO pointer" hexmask.long.byte 0x00 0.--5. 1. " RFP ,Read FIFO pointer" textline " " endif else rgroup.long 0xa0++0x7 line.long 0x00 "I2S2_RDR0,SAI Receive Data 0 Register" line.long 0x04 "I2S2_RDR1,SAI Receive Data 1 Register" rgroup.long 0xc0++0x7 line.long 0x00 "I2S2_RFR0,SAI Receive FIFO 0 Register" bitfld.long 0x00 16.--19. " WFP ,Write FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 0.--3. " RFP ,Read FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "I2S2_RFR1,SAI Receive FIFO 1 Register" bitfld.long 0x04 16.--19. " WFP ,Write FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x04 0.--3. " RFP ,Read FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif group.long 0xe0++0x3 line.long 0x00 "I2S2_RMR,SAI Receive Mask Register" sif (cpu()!="MK21DX128VLK5")&&(cpu()!="MK21DX256VLK5")&&(cpu()!="MK21DN512VLK5")&&(cpu()!="MK21DX128VMC5")&&(cpu()!="MK21DX256VMC5")&&(cpu()!="MK21DN512VMC5")&&(cpu()!="MK22DX128VLF5")&&(cpu()!="MK22DX256VLF5")&&(cpu()!="MK22DX128VLH5")&&(cpu()!="MK22DX256VLH5")&&(cpu()!="MK22DN512VLH5")&&(cpu()!="MK22DX128VLK5")&&(cpu()!="MK22DX256VLK5")&&(cpu()!="MK22DN512VLK5")&&(cpu()!="MK22DX128VMC5")&&(cpu()!="MK22DX256VMC5")&&(cpu()!="MK22DN512VMC5")&&(cpu()!="MK20DN128VMP5")&&(cpu()!="MK20DN32VMP5")&&(cpu()!="MK20DN64VMP5")&&(cpu()!="MK20DN128VMP5")&&(cpu()!="MK20DX32VMP5")&&(cpu()!="MK20DX64VMP5") bitfld.long 0x00 31. " RMR31 ,Receive Mask bit 31" "Not masked,Masked" bitfld.long 0x00 30. " RMR30 ,Receive Mask bit 30" "Not masked,Masked" bitfld.long 0x00 29. " RMR29 ,Receive Mask bit 29" "Not masked,Masked" textline " " bitfld.long 0x00 28. " RMR28 ,Receive Mask bit 28" "Not masked,Masked" bitfld.long 0x00 27. " RMR27 ,Receive Mask bit 27" "Not masked,Masked" bitfld.long 0x00 26. " RMR26 ,Receive Mask bit 26" "Not masked,Masked" textline " " bitfld.long 0x00 25. " RMR25 ,Receive Mask bit 25" "Not masked,Masked" bitfld.long 0x00 24. " RMR24 ,Receive Mask bit 24" "Not masked,Masked" bitfld.long 0x00 23. " RMR23 ,Receive Mask bit 23" "Not masked,Masked" textline " " bitfld.long 0x00 22. " RMR22 ,Receive Mask bit 22" "Not masked,Masked" bitfld.long 0x00 21. " RMR21 ,Receive Mask bit 21" "Not masked,Masked" bitfld.long 0x00 20. " RMR20 ,Receive Mask bit 20" "Not masked,Masked" textline " " bitfld.long 0x00 19. " RMR19 ,Receive Mask bit 19" "Not masked,Masked" bitfld.long 0x00 18. " RMR18 ,Receive Mask bit 18" "Not masked,Masked" bitfld.long 0x00 17. " RMR17 ,Receive Mask bit 17" "Not masked,Masked" textline " " bitfld.long 0x00 16. " RMR16 ,Receive Mask bit 16" "Not masked,Masked" textline " " endif bitfld.long 0x00 15. " RMR15 ,Receive Mask bit 15" "Not masked,Masked" bitfld.long 0x00 14. " RMR14 ,Receive Mask bit 14" "Not masked,Masked" textline " " bitfld.long 0x00 13. " RMR13 ,Receive Mask bit 13" "Not masked,Masked" bitfld.long 0x00 12. " RMR12 ,Receive Mask bit 12" "Not masked,Masked" bitfld.long 0x00 11. " RMR11 ,Receive Mask bit 11" "Not masked,Masked" textline " " bitfld.long 0x00 10. " RMR10 ,Receive Mask bit 10" "Not masked,Masked" bitfld.long 0x00 9. " RMR9 ,Receive Mask bit 9" "Not masked,Masked" bitfld.long 0x00 8. " RMR8 ,Receive Mask bit 8" "Not masked,Masked" textline " " bitfld.long 0x00 7. " RMR7 ,Receive Mask bit 7" "Not masked,Masked" bitfld.long 0x00 6. " RMR6 ,Receive Mask bit 6" "Not masked,Masked" bitfld.long 0x00 5. " RMR5 ,Receive Mask bit 5" "Not masked,Masked" textline " " bitfld.long 0x00 4. " RMR4 ,Receive Mask bit 4" "Not masked,Masked" bitfld.long 0x00 3. " RMR3 ,Receive Mask bit 3" "Not masked,Masked" bitfld.long 0x00 2. " RMR2 ,Receive Mask bit 2" "Not masked,Masked" textline " " bitfld.long 0x00 1. " RMR1 ,Receive Mask bit 1" "Not masked,Masked" bitfld.long 0x00 0. " RMR0 ,Receive Mask bit 0" "Not masked,Masked" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x100++0x7 line.long 0x00 "I2S2_MCR,SAI MCLK Control Register" sif (cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") rbitfld.long 0x00 31. " DUF ,Divider Update Flag" "Not updated,Updated" else bitfld.long 0x00 31. " DUF ,Divider Update Flag" "Not updated,Updated" endif bitfld.long 0x00 30. " MOE ,MCLK Output Enable" "Disabled,Enabled" textline " " sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") bitfld.long 0x00 24.--25. " MICS ,MCLK Input Clock Select" "MCLK divider input clock 0,MCLK divider input clock 1,MCLK divider input clock 2,MCLK divider input clock 3" else bitfld.long 0x00 24.--25. " MICS ,MCLK Input Clock Select" "BUS Clock,I2S0 MCLK,I2S1 MCLK,?..." endif line.long 0x04 "I2S2_MDR,SAI MCLK Divide Register" hexmask.long.byte 0x04 12.--19. 1. " FRACT ,MCLK fraction" hexmask.long.word 0x04 0.--11. 1. " DIVIDE ,MCLK divide" endif width 0xb tree.end tree "I2S3" base ad:0x40032000 width 10. group.long 0x00++0x17 line.long 0x00 "I2S_TCSR,SAI Transmit Control Register" bitfld.long 0x00 31. " TE ,Transmitter enable" "Disabled,Enabled" bitfld.long 0x00 30. " STOPE ,Stop enable" "Disabled,Enabled" textline " " bitfld.long 0x00 29. " DBGE ,Debug enable" "Disabled,Enabled" bitfld.long 0x00 28. " BCE ,Bit Clock Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25. " FR ,FIFO reset" "No reset,Reset" bitfld.long 0x00 24. " SR ,Software reset" "No reset,Reset" textline " " eventfld.long 0x00 20. " WSF ,Word start flag" "Not started,Started" eventfld.long 0x00 19. " SEF ,Sync error flag" "No error,Error" textline " " eventfld.long 0x00 18. " FEF ,FIFO error flag" "No error,Error" textline " " sif (cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") rbitfld.long 0x00 17. " FWF ,FIFO empty warning flag" "Not empty,Empty" rbitfld.long 0x00 16. " FRF ,FIFO watermark reach" "Not reached,Reached" textline " " else bitfld.long 0x00 17. " FWF ,FIFO empty warning flag" "Not empty,Empty" bitfld.long 0x00 16. " FRF ,FIFO watermark reach" "Not reached,Reached" textline " " endif bitfld.long 0x00 12. " WSIE ,Word start interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 11. " SEIE ,Sync error interrupt enable" "Disabled,Enabled" bitfld.long 0x00 10. " FEIE ,FIFO error interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " FWIE ,FIFO warning interrupt enable" "Disabled,Enabled" bitfld.long 0x00 8. " FRIE ,FIFO request interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " FWDE ,FIFO warning DMA enable" "Disabled,Enabled" bitfld.long 0x00 0. " FRDE ,FIFO request DMA enable" "Disabled,Enabled" line.long 0x04 "I2S3_TCR1,SAI Transmit Configuration 1 Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x04 0.--4. " TFW ,Transmit FIFO watermark" "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" elif (cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x04 0.--1. " TFW ,Transmit FIFO watermark" "0,1,2,3" else bitfld.long 0x04 0.--2. " TFW ,Transmit FIFO watermark" "0,1,2,3,4,5,6,7" endif line.long 0x08 "I2S3_TCR2,SAI Transmit Configuration 2 Register" bitfld.long 0x08 30.--31. " SYNC ,Synchronous Mode" "Asynchronous,Receiver,SAI transmitter,SAI receiver" bitfld.long 0x08 29. " BCS ,Bit Clock Swap" "Normal,Swap" textline " " bitfld.long 0x08 28. " BCI ,Bit Clock Input" "No effect,External clock" bitfld.long 0x08 26.--27. " MSEL ,MCLK Select" "Bus clock,Master clock 1,Master clock 2,Master clock 3" textline " " bitfld.long 0x08 25. " BCP ,Bit clock polarity" "Active high,Active low" bitfld.long 0x08 24. " BCD ,Bit clock direction" "External,Internal" hexmask.long.byte 0x08 0.--7. 1. " DIV ,Bit clock divide" line.long 0x0c "I2S3_TCR3,SAI Transmit Configuration 3 Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||((cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5"))||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x0c 16. " TCE ,Transmit channel enable" "Disabled,Enabled" textline " " else bitfld.long 0x0c 16.--17. " TCE ,Transmit channel enable" "0,1,2,3" textline " " endif sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x0c 0.--3. " WDFL ,Word flag configuration" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " else bitfld.long 0x0c 0.--4. " WDFL ,Word flag configuration" "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 " " endif line.long 0x10 "I2S3_TCR4,SAI Transmit Configuration 4 Register" sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x10 16.--19. " FRSZ ,Frame size" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " else bitfld.long 0x10 16.--20. " FRSZ ,Frame size" "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 " " endif bitfld.long 0x10 8.--12. " SYWD ,Sync width" "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 0x10 4. " MF ,Specify whether the LSB or the MSB is transmitted first" "LSB,MSB" bitfld.long 0x10 3. " FSE ,Frame sync assertion" "First bit of frame,Before first bit of frame" textline " " bitfld.long 0x10 1. " FSP ,Frame sync polarity" "Active high,Active low" bitfld.long 0x10 0. " FSD ,Frame sync direction" "External,Internal" line.long 0x14 "I2S3_TCR5,SAI Transmit Configuration 5 Register" bitfld.long 0x14 24.--28. " WNW ,Word N width" "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 16.--20. " W0W ,Word 0 width" "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 0x14 8.--12. " FBT ,First bit shifted" "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" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") wgroup.long 0x20++0x3 line.long 0x00 "I2S3_TDR,SAI Transmit Data Register" rgroup.long 0x40++0x3 line.long 0x00 "I2S3_TFR,SAI Transmit FIFO Register" sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") hexmask.long.byte 0x00 16.--19. 1. " WFP ,Write FIFO pointer" hexmask.long.byte 0x00 0.--3. 1. " RFP ,Read FIFO pointer" elif (cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x00 16.--18. " WFP ,Write FIFO pointer" "0,1,2,3,4,5,6,7" bitfld.long 0x00 0.--2. " RFP ,Read FIFO pointer" "0,1,2,3,4,5,6,7" else hexmask.long.byte 0x00 16.--21. 1. " WFP ,Write FIFO pointer" hexmask.long.byte 0x00 0.--5. 1. " RFP ,Read FIFO pointer" endif else wgroup.long 0x20++0x7 line.long 0x00 "I2S3_TDR0,SAI Transmit Data 0 Register" line.long 0x04 "I2S3_TDR1,SAI Transmit Data 1 Register" rgroup.long 0x40++0x7 line.long 0x00 "I2S3_TFR0,SAI Transmit FIFO 0 Register" bitfld.long 0x00 16.--19. " WFP ,Write FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 0.--3. " RFP ,Read FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "I2S3_TFR1,SAI Transmit FIFO 1 Register" bitfld.long 0x04 16.--19. " WFP ,Write FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x04 0.--3. " RFP ,Read FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif group.long 0x60++0x3 line.long 0x00 "I2S3_TMR,SAI Transmit Mask Register" sif (cpu()!="MK21DX128VLK5")&&(cpu()!="MK21DX256VLK5")&&(cpu()!="MK21DN512VLK5")&&(cpu()!="MK21DX128VMC5")&&(cpu()!="MK21DX256VMC5")&&(cpu()!="MK21DN512VMC5")&&(cpu()!="MK22DX128VLF5")&&(cpu()!="MK22DX256VLF5")&&(cpu()!="MK22DX128VLH5")&&(cpu()!="MK22DX256VLH5")&&(cpu()!="MK22DN512VLH5")&&(cpu()!="MK22DX128VLK5")&&(cpu()!="MK22DX256VLK5")&&(cpu()!="MK22DN512VLK5")&&(cpu()!="MK22DX128VMC5")&&(cpu()!="MK22DX256VMC5")&&(cpu()!="MK22DN512VMC5")&&(cpu()!="MK20DN128VMP5")&&(cpu()!="MK20DN32VMP5")&&(cpu()!="MK20DN64VMP5")&&(cpu()!="MK20DN128VMP5")&&(cpu()!="MK20DX32VMP5")&&(cpu()!="MK20DX64VMP5") bitfld.long 0x00 31. " TWM[31] ,Mask bit[31]" "Not masked,Masked" bitfld.long 0x00 30. " TWM[30] ,Mask bit[30]" "Not masked,Masked" bitfld.long 0x00 29. " TWM[29] ,Mask bit[29]" "Not masked,Masked" bitfld.long 0x00 28. " TWM[28] ,Mask bit[28]" "Not masked,Masked" textline " " bitfld.long 0x00 27. " TWM[27] ,Mask bit[27]" "Not masked,Masked" bitfld.long 0x00 26. " TWM[26] ,Mask bit[26]" "Not masked,Masked" bitfld.long 0x00 25. " TWM[25] ,Mask bit[25]" "Not masked,Masked" bitfld.long 0x00 24. " TWM[24] ,Mask bit[24]" "Not masked,Masked" textline " " bitfld.long 0x00 23. " TWM[23] ,Mask bit[23]" "Not masked,Masked" bitfld.long 0x00 22. " TWM[22] ,Mask bit[22]" "Not masked,Masked" bitfld.long 0x00 21. " TWM[21] ,Mask bit[21]" "Not masked,Masked" bitfld.long 0x00 20. " TWM[20] ,Mask bit[20]" "Not masked,Masked" textline " " bitfld.long 0x00 19. " TWM[19] ,Mask bit[19]" "Not masked,Masked" bitfld.long 0x00 18. " TWM[18] ,Mask bit[18]" "Not masked,Masked" bitfld.long 0x00 17. " TWM[17] ,Mask bit[17]" "Not masked,Masked" bitfld.long 0x00 16. " TWM[16] ,Mask bit[16]" "Not masked,Masked" textline " " endif bitfld.long 0x00 15. " TWM[15] ,Mask bit[15]" "Not masked,Masked" bitfld.long 0x00 14. " TWM[14] ,Mask bit[14]" "Not masked,Masked" bitfld.long 0x00 13. " TWM[13] ,Mask bit[13]" "Not masked,Masked" bitfld.long 0x00 12. " TWM[12] ,Mask bit[12]" "Not masked,Masked" textline " " bitfld.long 0x00 11. " TWM[11] ,Mask bit[11]" "Not masked,Masked" bitfld.long 0x00 10. " TWM[10] ,Mask bit[10]" "Not masked,Masked" bitfld.long 0x00 9. " TWM[9] ,Mask bit[9]" "Not masked,Masked" bitfld.long 0x00 8. " TWM[8] ,Mask bit[8]" "Not masked,Masked" textline " " bitfld.long 0x00 7. " TWM[7] ,Mask bit[7]" "Not masked,Masked" bitfld.long 0x00 6. " TWM[6] ,Mask bit[6]" "Not masked,Masked" bitfld.long 0x00 5. " TWM[5] ,Mask bit[5]" "Not masked,Masked" bitfld.long 0x00 4. " TWM[4] ,Mask bit[4]" "Not masked,Masked" textline " " bitfld.long 0x00 3. " TWM[3] ,Mask bit[3]" "Not masked,Masked" bitfld.long 0x00 2. " TWM[2] ,Mask bit[2]" "Not masked,Masked" bitfld.long 0x00 1. " TWM[1] ,Mask bit[1]" "Not masked,Masked" bitfld.long 0x00 0. " TWM[0] ,Mask bit[0]" "Not masked,Masked" group.long 0x80++0x17 line.long 0x00 "I2S3_RCSR,SAI Receive Control Register" bitfld.long 0x00 31. " RE ,Receiver enable" "Disabled,Enabled" bitfld.long 0x00 30. " STOPE ,Stop enable" "Disabled,Enabled" textline " " bitfld.long 0x00 29. " DBGE ,Debug enable" "Disabled,Enabled" bitfld.long 0x00 28. " BCE ,Bit Clock Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25. " FR ,FIFO reset" "No reset,Reset" bitfld.long 0x00 24. " SR ,Software reset" "No reset,Reset" textline " " eventfld.long 0x00 20. " WSF ,Word start flag" "Not started,Started" eventfld.long 0x00 19. " SEF ,Sync error flag" "No error,Error" textline " " eventfld.long 0x00 18. " FEF ,FIFO error flag" "No error,Error" textline " " sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5"||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7") bitfld.long 0x00 17. " FWF ,FIFO warning flag" "Not full,Full" bitfld.long 0x00 16. " FRF ,FIFO watermark reach" "Not reached,Reached" textline " " elif (cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7") rbitfld.long 0x00 17. " FWF ,FIFO empty warning flag" "Not empty,Empty" rbitfld.long 0x00 16. " FRF ,FIFO watermark reach" "Not reached,Reached" textline " " elif (cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") rbitfld.long 0x00 17. " FWF ,FIFO warning flag" "Not full,Full" rbitfld.long 0x00 16. " FRF ,FIFO watermark reach" "Not reached,Reached" textline " " else bitfld.long 0x00 17. " FWF ,FIFO empty warning flag" "Not empty,Empty" bitfld.long 0x00 16. " FRF ,FIFO watermark reach" "Not reached,Reached" textline " " endif bitfld.long 0x00 12. " WSIE ,Word start interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 11. " SEIE ,Sync error interrupt enable" "Disabled,Enabled" bitfld.long 0x00 10. " FEIE ,FIFO error interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " FWIE ,FIFO warning interrupt enable" "Disabled,Enabled" bitfld.long 0x00 8. " FRIE ,FIFO request interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " FWDE ,FIFO warning DMA enable" "Disabled,Enabled" bitfld.long 0x00 0. " FRDE ,FIFO request DMA enable" "Disabled,Enabled" line.long 0x04 "I2S3_RCR1,SAI Receive Configuration 1 Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x04 0.--4. " RFW ,Receive FIFO watermark" "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" elif (cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x04 0.--1. " RFW ,Receive FIFO watermark" "0,1,2,3" else bitfld.long 0x04 0.--2. " RFW ,Receive FIFO watermark" "0,1,2,3,4,5,6,7" endif line.long 0x08 "I2S3_RCR2,SAI Receive Configuration 2 Register" bitfld.long 0x08 30.--31. " SYNC ,Synchronous Mode" "Asynchronous,Transmitter,SAI receiver,SAI transmitter" bitfld.long 0x08 29. " BCS ,Bit Clock Swap" "Normal,Swap" textline " " bitfld.long 0x08 28. " BCI ,Bit Clock Input" "No effect,External clock" bitfld.long 0x08 26.--27. " MSEL ,MCLK Select" "Bus clock,Master clock 1,Master clock 2,Master clock 3" textline " " bitfld.long 0x08 25. " BCP ,Bit clock polarity" "Active high,Active low" bitfld.long 0x08 24. " BCD ,Bit clock direction" "External,Internal" hexmask.long.byte 0x08 0.--7. 1. " DIV ,Bit clock divide" line.long 0x0c "I2S3_RCR3,SAI Receive Configuration 3 Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x0c 16. " RCE ,Receive channel enable" "Disabled,Enabled" textline " " else bitfld.long 0x0c 16.--17. " RCE ,Receive channel enable" "Disabled,Reserved,Reserved,Enabled" textline " " endif sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x0c 0.--3. " WDFL ,Word flag configuration" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " else bitfld.long 0x0c 0.--4. " WDFL ,Word flag configuration" "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 " " endif line.long 0x10 "I2S3_RCR4,SAI Receive Configuration 4 Register" sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x10 16.--19. " FRSZ ,Frame size" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " else bitfld.long 0x10 16.--20. " FRSZ ,Frame size" "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 " " endif bitfld.long 0x10 8.--12. " SYWD ,Sync width" "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 0x10 4. " MF ,Specify whether the LSB or the MSB is received first" "LSB,MSB" bitfld.long 0x10 3. " FSE ,Frame sync assertion" "First bit of frame,Before first bit of frame" textline " " bitfld.long 0x10 1. " FSP ,Frame sync polarity" "Active high,Active low" bitfld.long 0x10 0. " FSD ,Frame sync direction" "External,Internal" line.long 0x14 "I2S3_RCR5,SAI Receive Configuration 5 Register" bitfld.long 0x14 24.--28. " WNW ,Word N width" "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 16.--20. " W0W ,Word 0 width" "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 0x14 8.--12. " FBT ,First bit shifted" "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" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5")||(cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") rgroup.long 0xa0++0x7 line.long 0x00 "I2S3_RDR,SAI Receive Data Register" rgroup.long 0xc0++0x7 line.long 0x00 "I2S3_RFR,SAI Receive FIFO Register" sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") hexmask.long.byte 0x00 16.--19. 1. " WFP ,Write FIFO pointer" hexmask.long.byte 0x00 0.--3. 1. " RFP ,Read FIFO pointer" textline " " elif (cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5") bitfld.long 0x00 16.--18. " WFP ,Write FIFO pointer" "0,1,2,3,4,5,6,7" bitfld.long 0x00 0.--2. " RFP ,Read FIFO pointer" "0,1,2,3,4,5,6,7" textline " " else hexmask.long.byte 0x00 16.--21. 1. " WFP ,Write FIFO pointer" hexmask.long.byte 0x00 0.--5. 1. " RFP ,Read FIFO pointer" textline " " endif else rgroup.long 0xa0++0x7 line.long 0x00 "I2S3_RDR0,SAI Receive Data 0 Register" line.long 0x04 "I2S3_RDR1,SAI Receive Data 1 Register" rgroup.long 0xc0++0x7 line.long 0x00 "I2S3_RFR0,SAI Receive FIFO 0 Register" bitfld.long 0x00 16.--19. " WFP ,Write FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 0.--3. " RFP ,Read FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "I2S3_RFR1,SAI Receive FIFO 1 Register" bitfld.long 0x04 16.--19. " WFP ,Write FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x04 0.--3. " RFP ,Read FIFO pointer" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif group.long 0xe0++0x3 line.long 0x00 "I2S3_RMR,SAI Receive Mask Register" sif (cpu()!="MK21DX128VLK5")&&(cpu()!="MK21DX256VLK5")&&(cpu()!="MK21DN512VLK5")&&(cpu()!="MK21DX128VMC5")&&(cpu()!="MK21DX256VMC5")&&(cpu()!="MK21DN512VMC5")&&(cpu()!="MK22DX128VLF5")&&(cpu()!="MK22DX256VLF5")&&(cpu()!="MK22DX128VLH5")&&(cpu()!="MK22DX256VLH5")&&(cpu()!="MK22DN512VLH5")&&(cpu()!="MK22DX128VLK5")&&(cpu()!="MK22DX256VLK5")&&(cpu()!="MK22DN512VLK5")&&(cpu()!="MK22DX128VMC5")&&(cpu()!="MK22DX256VMC5")&&(cpu()!="MK22DN512VMC5")&&(cpu()!="MK20DN128VMP5")&&(cpu()!="MK20DN32VMP5")&&(cpu()!="MK20DN64VMP5")&&(cpu()!="MK20DN128VMP5")&&(cpu()!="MK20DX32VMP5")&&(cpu()!="MK20DX64VMP5") bitfld.long 0x00 31. " RMR31 ,Receive Mask bit 31" "Not masked,Masked" bitfld.long 0x00 30. " RMR30 ,Receive Mask bit 30" "Not masked,Masked" bitfld.long 0x00 29. " RMR29 ,Receive Mask bit 29" "Not masked,Masked" textline " " bitfld.long 0x00 28. " RMR28 ,Receive Mask bit 28" "Not masked,Masked" bitfld.long 0x00 27. " RMR27 ,Receive Mask bit 27" "Not masked,Masked" bitfld.long 0x00 26. " RMR26 ,Receive Mask bit 26" "Not masked,Masked" textline " " bitfld.long 0x00 25. " RMR25 ,Receive Mask bit 25" "Not masked,Masked" bitfld.long 0x00 24. " RMR24 ,Receive Mask bit 24" "Not masked,Masked" bitfld.long 0x00 23. " RMR23 ,Receive Mask bit 23" "Not masked,Masked" textline " " bitfld.long 0x00 22. " RMR22 ,Receive Mask bit 22" "Not masked,Masked" bitfld.long 0x00 21. " RMR21 ,Receive Mask bit 21" "Not masked,Masked" bitfld.long 0x00 20. " RMR20 ,Receive Mask bit 20" "Not masked,Masked" textline " " bitfld.long 0x00 19. " RMR19 ,Receive Mask bit 19" "Not masked,Masked" bitfld.long 0x00 18. " RMR18 ,Receive Mask bit 18" "Not masked,Masked" bitfld.long 0x00 17. " RMR17 ,Receive Mask bit 17" "Not masked,Masked" textline " " bitfld.long 0x00 16. " RMR16 ,Receive Mask bit 16" "Not masked,Masked" textline " " endif bitfld.long 0x00 15. " RMR15 ,Receive Mask bit 15" "Not masked,Masked" bitfld.long 0x00 14. " RMR14 ,Receive Mask bit 14" "Not masked,Masked" textline " " bitfld.long 0x00 13. " RMR13 ,Receive Mask bit 13" "Not masked,Masked" bitfld.long 0x00 12. " RMR12 ,Receive Mask bit 12" "Not masked,Masked" bitfld.long 0x00 11. " RMR11 ,Receive Mask bit 11" "Not masked,Masked" textline " " bitfld.long 0x00 10. " RMR10 ,Receive Mask bit 10" "Not masked,Masked" bitfld.long 0x00 9. " RMR9 ,Receive Mask bit 9" "Not masked,Masked" bitfld.long 0x00 8. " RMR8 ,Receive Mask bit 8" "Not masked,Masked" textline " " bitfld.long 0x00 7. " RMR7 ,Receive Mask bit 7" "Not masked,Masked" bitfld.long 0x00 6. " RMR6 ,Receive Mask bit 6" "Not masked,Masked" bitfld.long 0x00 5. " RMR5 ,Receive Mask bit 5" "Not masked,Masked" textline " " bitfld.long 0x00 4. " RMR4 ,Receive Mask bit 4" "Not masked,Masked" bitfld.long 0x00 3. " RMR3 ,Receive Mask bit 3" "Not masked,Masked" bitfld.long 0x00 2. " RMR2 ,Receive Mask bit 2" "Not masked,Masked" textline " " bitfld.long 0x00 1. " RMR1 ,Receive Mask bit 1" "Not masked,Masked" bitfld.long 0x00 0. " RMR0 ,Receive Mask bit 0" "Not masked,Masked" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x100++0x7 line.long 0x00 "I2S3_MCR,SAI MCLK Control Register" sif (cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") rbitfld.long 0x00 31. " DUF ,Divider Update Flag" "Not updated,Updated" else bitfld.long 0x00 31. " DUF ,Divider Update Flag" "Not updated,Updated" endif bitfld.long 0x00 30. " MOE ,MCLK Output Enable" "Disabled,Enabled" textline " " sif (cpu()=="MK21DX128VLK5")||(cpu()=="MK21DX256VLK5")||(cpu()=="MK21DN512VLK5")||(cpu()=="MK21DX128VMC5")||(cpu()=="MK21DX256VMC5")||(cpu()=="MK21DN512VMC5")||(cpu()=="MK22DX128VLF5")||(cpu()=="MK22DX256VLF5")||(cpu()=="MK22DX128VLH5")||(cpu()=="MK22DX256VLH5")||(cpu()=="MK22DN512VLH5")||(cpu()=="MK22DX128VLK5")||(cpu()=="MK22DX256VLK5")||(cpu()=="MK22DN512VLK5")||(cpu()=="MK22DX128VMC5")||(cpu()=="MK22DX256VMC5")||(cpu()=="MK22DN512VMC5")||(cpu()=="MK50DX128CMC7")||(cpu()=="MK50DX256CMC7")||(cpu()=="MK51DX128CMC7")||(cpu()=="MK51DX256CMC7")||(cpu()=="MK40DX64VMC7")||(cpu()=="MK40DX128VMC7")||(cpu()=="MK40DX256VMC7")||(cpu()=="MK30DX64VMC7")||(cpu()=="MK30DX128VMC7")||(cpu()=="MK30DX256VMC7")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DN32VMP5")||(cpu()=="MK20DN64VMP5")||(cpu()=="MK20DN128VMP5")||(cpu()=="MK20DX32VMP5")||(cpu()=="MK20DX64VMP5")||(cpu()=="MK20DX128VMC7")||(cpu()=="MK20DX256VMC7")||(cpu()=="MK20DX64VMC7") bitfld.long 0x00 24.--25. " MICS ,MCLK Input Clock Select" "MCLK divider input clock 0,MCLK divider input clock 1,MCLK divider input clock 2,MCLK divider input clock 3" else bitfld.long 0x00 24.--25. " MICS ,MCLK Input Clock Select" "BUS Clock,I2S0 MCLK,I2S1 MCLK,?..." endif line.long 0x04 "I2S3_MDR,SAI MCLK Divide Register" hexmask.long.byte 0x04 12.--19. 1. " FRACT ,MCLK fraction" hexmask.long.word 0x04 0.--11. 1. " DIVIDE ,MCLK divide" endif width 0xb tree.end tree.end tree "ESAI (Enhanced Serial Audio Interface)" base ad:0x40062000 width 7. wgroup.long 0x00++0x03 line.long 0x00 "ETDR,ESAI Transmit Data Register" hgroup.long 0x04++0x03 hide.long 0x00 "ERDR,ESAI Receive Data Register" in group.long 0x08++0x03 line.long 0x00 "ECR,ESAI Control Register" bitfld.long 0x00 19. " ETI ,EXTAL Transmitter In" "HCKT normal,EXTAL muxed into HCKT" bitfld.long 0x00 18. " ETO ,EXTAL Transmitter Out" "HCKT normal,EXTAL driven onto HCKT" textline " " bitfld.long 0x00 17. " ERI ,EXTAL Receiver In" "HCKR normal,EXTAL muxed into HCKR" bitfld.long 0x00 16. " ERO ,EXTAL Receiver Out" "HCKR normal,EXTAL driven onto HCKR" textline " " bitfld.long 0x00 1. " ERST ,ESAI Reset" "No reset,Reset" bitfld.long 0x00 0. " ESAIEN ,ESAI Enable" "Enabled,Disabled" rgroup.long 0x0c++0x03 line.long 0x00 "ESR,ESAI Status Register" bitfld.long 0x00 10. " TINIT ,Transmit Initialization" "Finished,Not finished" bitfld.long 0x00 9. " RFF ,Receive FIFO Full" "< Rx FIFO watermark,>= Rx FIFO watermark" textline " " bitfld.long 0x00 8. " TFE ,Transmit FIFO Empty" "< Tx FIFO watermark,>= Tx FIFO watermark" bitfld.long 0x00 7. " TLS ,Transmit Last Slot" "Not highest priority,Highest priority" textline " " bitfld.long 0x00 6. " TDE ,Transmit Data Exception" "Not highest priority,Highest priority" bitfld.long 0x00 5. " TED ,Transmit Even Data" "Not highest priority,Highest priority" textline " " bitfld.long 0x00 4. " TD ,Transmit Data" "Not highest priority,Highest priority" bitfld.long 0x00 3. " RLS ,Receive Last Slot" "Not highest priority,Highest priority" textline " " bitfld.long 0x00 2. " RDE ,Receive Data Exception" "Not highest priority,Highest priority" bitfld.long 0x00 1. " RED ,Receive Even Data" "Not highest priority,Highest priority" textline " " bitfld.long 0x00 0. " RD ,Receive Data" "Not highest priority,Highest priority" width 7. group.long 0x10++0x03 line.long 0x00 "TFCR,Transmit FIFO Configuration Register" bitfld.long 0x00 19. " TIEN ,Transmitter Initialization Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 16.--18. " TWA ,Transmit Word Alignment" "MSB=bit 31./bits 7-0 ignored,MSB=bit 27./bits 3-0 ignored,MSB=bit 23.,MSB=bit 19./Bottom 4 bits zeroed,MSB=bit 15./Bottom 8 bits zeroed,MSB=bit 11./Bottom 12 bits zeroed,MSB=bit 7./Bottom 16 bits zeroed,MSB=bit 3./Bottom 20 bits zeroed" textline " " hexmask.long.byte 0x00 8.--15. 1. " TFWM ,Transmit FIFO Watermark" bitfld.long 0x00 7. " TE5 ,Transmitter #5 FIFO Enable" "Disabled,Enabled" bitfld.long 0x00 6. " TE4 ,Transmitter #4 FIFO Enable" "Disabled,Enabled" bitfld.long 0x00 5. " TE3 ,Transmitter #3 FIFO Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " TE2 ,Transmitter #2 FIFO Enable" "Disabled,Enabled" bitfld.long 0x00 3. " TE1 ,Transmitter #1 FIFO Enable" "Disabled,Enabled" bitfld.long 0x00 2. " TE0 ,Transmitter #0 FIFO Enable" "Disabled,Enabled" bitfld.long 0x00 1. " TFR ,Transmit FIFO Reset" "No reset,Reset" textline " " bitfld.long 0x00 0. " TFE ,Transmit FIFO Enable" "Disabled,Enabled" rgroup.long 0x14++0x03 line.long 0x00 "TFSR,Transmit FIFO Status Register" bitfld.long 0x00 12.--14. " NTFO ,Next Transmitter FIFO Out" "#0,#1,#2,#3,#4,#5,?..." bitfld.long 0x00 8.--10. " NTFI ,Next Transmitter FIFO In" "#0,#1,#2,#3,#4,#5,?..." hexmask.long.byte 0x00 0.--7. 1. " TFCNT ,Transmit FIFO Counter" group.long 0x18++0x03 line.long 0x00 "RFCR,Receive FIFO Configuration Register" bitfld.long 0x00 19. " REXT ,Receive Extension" "Zero,Sign" textline " " bitfld.long 0x00 16.--18. " RWA ,Receive Word Alignment" "MSB=bit 31./bits 7-0 zeroed,MSB=bit 27./bits 3-0 zeroed,MSB=bit 23,MSB=bit 19./bits 3-0 ignored,MSB=bit 15./bits 7-0 ignored,MSB=bit 11./bits 11-0 ignored,MSB=bit 7./bits 15-0 ignored,MSB=bit 3./bits 19-0 ignored" textline " " hexmask.long.byte 0x00 8.--15. 1. " RFWM ,Receive FIFO Watermark" bitfld.long 0x00 5. " RE3 ,Receiver #3 FIFO Enable" "Disabled,Enabled" bitfld.long 0x00 4. " RE2 ,Receiver #2 FIFO Enable" "Disabled,Enabled" bitfld.long 0x00 3. " RE1 ,Receiver #1 FIFO Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " RE0 ,Receiver #0 FIFO Enable" "Disabled,Enabled" bitfld.long 0x00 1. " RFR ,Receive FIFO Reset" "No reset,Reset" bitfld.long 0x00 0. " RFE ,Receive FIFO Enable" "Disabled,Enabled" rgroup.long 0x1C++0x03 line.long 0x00 "RFSR,Receive FIFO Status Register" bitfld.long 0x00 12.--13. " NRFI ,Next Receiver FIFO In" "#0,#1,#2,#3" bitfld.long 0x00 8.--9. " NRFO ,Next Receiver FIFO Out" "#0,#1,#2,#3" hexmask.long.byte 0x00 0.--7. 1. " RFCNT ,Receive FIFO Counter" wgroup.long 0x80++0x017 line.long 0x0 "TX0,ESAI Transmit Data Register 0" hexmask.long.tbyte 0x0 0.--23. 1. " TX0 ,Stores the data to be transmitted" line.long 0x4 "TX1,ESAI Transmit Data Register 1" hexmask.long.tbyte 0x4 0.--23. 1. " TX1 ,Stores the data to be transmitted" line.long 0x8 "TX2,ESAI Transmit Data Register 2" hexmask.long.tbyte 0x8 0.--23. 1. " TX2 ,Stores the data to be transmitted" line.long 0xC "TX3,ESAI Transmit Data Register 3" hexmask.long.tbyte 0xC 0.--23. 1. " TX3 ,Stores the data to be transmitted" line.long 0x10 "TX4,ESAI Transmit Data Register 4" hexmask.long.tbyte 0x10 0.--23. 1. " TX4 ,Stores the data to be transmitted" line.long 0x14 "TX5,ESAI Transmit Data Register 5" hexmask.long.tbyte 0x14 0.--23. 1. " TX5 ,Stores the data to be transmitted" wgroup.long 0x98++0x03 line.long 0x00 "TSR,ESAI Transmit Slot Register" hexmask.long.tbyte 0x00 0.--23. 1. " TSR ,Transmit Slot Register" rgroup.long 0xa0++0x0f line.long 0x0 "RX0,ESAI Receive Data Registers 0" hexmask.long.tbyte 0x0 0.--23. 1. " RX0 ,Data from the receive shift register" line.long 0x4 "RX1,ESAI Receive Data Registers 1" hexmask.long.tbyte 0x4 0.--23. 1. " RX1 ,Data from the receive shift register" line.long 0x8 "RX2,ESAI Receive Data Registers 2" hexmask.long.tbyte 0x8 0.--23. 1. " RX2 ,Data from the receive shift register" line.long 0xC "RX3,ESAI Receive Data Registers 3" hexmask.long.tbyte 0xC 0.--23. 1. " RX3 ,Data from the receive shift register" width 7. rgroup.long 0xcc++0x03 line.long 0x00 "SAISR,ESAI Status Register" bitfld.long 0x00 17. " TODFE ,SAISR Transmit Odd-Data Register Empty" "Not empty,Empty" bitfld.long 0x00 16. " TEDE ,SAISR Transmit Even-Data Register Empty" "Not empty,Empty" bitfld.long 0x00 15. " TDE ,SAISR Transmit Data Register Empty" "Not empty,Empty" textline " " bitfld.long 0x00 14. " TUE ,SAISR Transmit Underrun Error Flag" "No error,Error" bitfld.long 0x00 13. " TFS ,SAISR Transmit Frame Sync Flar" "Not occurred,Occurred" bitfld.long 0x00 10. " RODF ,SAISR Receive Odd-Data Register Full" "Not full,Full" textline " " bitfld.long 0x00 9. " REDF ,SAISR Receive Even-Data Register Full" "Not full,Full" bitfld.long 0x00 8. " RDF ,SAISR Receive Data Register Full" "Not full,Full" bitfld.long 0x00 7. " ROE ,SAISR Receive Overrun Error Flag" "No error,Error" textline " " bitfld.long 0x00 6. " RFS ,SAISR Receive Frame Sync Flag" "Not occurred,Occurred" bitfld.long 0x00 2. " IF2 ,SAISR Serial Input Flag 2" "Not occurred,Occurred" textline " " bitfld.long 0x00 1. " IF1 ,SAISR Serial Inout Flag 1" "Not occurred,Occurred" bitfld.long 0x00 0. " IF0 ,SAISR Serial Input Flag 0" "Not occurred,Occurred" group.long 0xd0++0x3 line.long 0x00 "SAICR,ESAI Common Control Register" bitfld.long 0x00 8. " ALC ,SAICR Alignment Control" "23 bit,15 bit" bitfld.long 0x00 7. " TEBE ,SAICR Transmit External Buffer Enable" "Disabled,Enabled" bitfld.long 0x00 6. " SYNC ,SAICR Synchronous Mode Selection" "Asynchronous,Synchronous" textline " " bitfld.long 0x00 2. " OF2 ,SAICR Serial Output Flag 2" "Not occurred,Occurred" bitfld.long 0x00 1. " OF1 ,SAICR Serial Output Flag 1" "Not occurred,Occurred" bitfld.long 0x00 0. " OF0 ,SAICR Serial Output Flag 0" "Not occurred,Occurred" width 7. if ((d.l(ad:0x40062000+0xD8)&0x3e00)==0x0) group.long 0xD4++0x03 line.long 0x0 "TCR,Transmit Control Register" bitfld.long 0x0 23. " TLIE ,Transmit Last Slot Interrupt Enable" "Disabled,Enabled" bitfld.long 0x0 22. " TIE ,Transmit Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x0 21. " TEDIE ,Transmit Even Slot Data Interrupt Enable" "Disabled,Enabled" bitfld.long 0x0 20. " TEIE ,Transmit Exception Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x0 19. " TPR ,Transmit Section Personal Reset" "No effect,Reset" bitfld.long 0x0 17. " PADC ,Transmit Zero Padding Control" "Disabled,Enabled" textline " " bitfld.long 0x0 16. " TFSR ,Transmit Frame Sync Relative Timing" "First bit of data,Last bit of prev data" bitfld.long 0x0 15. " TFSL ,Transmit Frame Sync Length" "Word-length,1-bit clock period" textline " " bitfld.long 0x0 10.--14. " TSWS ,Transmit Slot and Word Length Select" "Slot-8/Word-8,Slot-12/Word-12,Slot-16/Word-16,Slot-20/Word-20,Slot-12/Word-8,Slot-16/Word-12,Slot-20/Word-16,Slot-24/Word-20,Slot-16/Word-8,Slot-20/Word-12,Slot-24/Word-16,Reserved,Slot-20/Word-8,Slot-24/Word-12,Reserved,Slot-32/Word-20,Slot-24/Word-8,Reserved,Slot-32/Word-16,Reserved,Reserved,Slot-32/Word-12,Reserved,Reserved,Slot-32/Word-8,Reserved,Reserved,Reserved,Reserved,Reserved,Slot-24/Word-24,Slot-32/Word-24" bitfld.long 0x0 8.--9. " TMOD ,Transmit Network Mode Control" "Normal,On-Demand,Reserved,AC97" textline " " bitfld.long 0x0 7. " TWA ,Transmit Word Alignment Control" "Left,Right" bitfld.long 0x0 6. " TSHFD ,Transmit Shift Direction" "MSB first,LSB first" textline " " bitfld.long 0x0 5. " TE5 ,ESAI Transmit 5 Enable" "Disabled,Enabled" bitfld.long 0x0 4. " TE4 ,ESAI Transmit 4 Enable" "Disabled,Enabled" textline " " bitfld.long 0x0 3. " TE3 ,ESAI Transmit 3 Enable" "Disabled,Enabled" bitfld.long 0x0 2. " TE2 ,ESAI Transmit 2 Enable" "Disabled,Enabled" textline " " bitfld.long 0x0 1. " TE1 ,ESAI Transmit 1 Enable" "Disabled,Enabled" bitfld.long 0x0 0. " TE0 ,ESAI Transmit 0 Enable" "Disabled,Enabled" else group.long 0xD4++0x03 line.long 0x0 "TCR,Transmit Control Register" bitfld.long 0x0 23. " TLIE ,Transmit Last Slot Interrupt Enable" "Disabled,Enabled" bitfld.long 0x0 22. " TIE ,Transmit Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x0 21. " TEDIE ,Transmit Even Slot Data Interrupt Enable" "Disabled,Enabled" bitfld.long 0x0 20. " TEIE ,Transmit Exception Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x0 19. " TPR ,Transmit Section Personal Reset" "No effect,Reset" bitfld.long 0x0 17. " PADC ,Transmit Zero Padding Control" "Disabled,Enabled" textline " " bitfld.long 0x0 16. " TFSR ,Transmit Frame Sync Relative Timing" "First bit of data,Last bit of prev data" bitfld.long 0x0 15. " TFSL ,Transmit Frame Sync Length" "Word-length,1-bit clock period" textline " " bitfld.long 0x0 10.--14. " TSWS ,Transmit Slot and Word Length Select" "Slot-8/Word-8,Slot-12/Word-12,Slot-16/Word-16,Slot-20/Word-20,Slot-12/Word-8,Slot-16/Word-12,Slot-20/Word-16,Slot-24/Word-20,Slot-16/Word-8,Slot-20/Word-12,Slot-24/Word-16,Reserved,Slot-20/Word-8,Slot-24/Word-12,Reserved,Slot-32/Word-20,Slot-24/Word-8,Reserved,Slot-32/Word-16,Reserved,Reserved,Slot-32/Word-12,Reserved,Reserved,Slot-32/Word-8,Reserved,Reserved,Reserved,Reserved,Reserved,Slot-24/Word-24,Slot-32/Word-24" bitfld.long 0x0 8.--9. " TMOD ,Transmit Network Mode Control" "Normal,Network,Reserved,AC97" textline " " bitfld.long 0x0 7. " TWA ,Transmit Word Alignment Control" "Left,Right" bitfld.long 0x0 6. " TSHFD ,Transmit Shift Direction" "MSB first,LSB first" textline " " bitfld.long 0x0 5. " TE5 ,ESAI Transmit 5 Enable" "Disabled,Enabled" bitfld.long 0x0 4. " TE4 ,ESAI Transmit 4 Enable" "Disabled,Enabled" textline " " bitfld.long 0x0 3. " TE3 ,ESAI Transmit 3 Enable" "Disabled,Enabled" bitfld.long 0x0 2. " TE2 ,ESAI Transmit 2 Enable" "Disabled,Enabled" textline " " bitfld.long 0x0 1. " TE1 ,ESAI Transmit 1 Enable" "Disabled,Enabled" bitfld.long 0x0 0. " TE0 ,ESAI Transmit 0 Enable" "Disabled,Enabled" endif if ((d.l(ad:0x40062000+0xD4)&0x300)==0x100) group.long 0xD8++0x3 line.long 0x0 "TCCR,Transmit Clock Control Register" bitfld.long 0x0 23. " THCKD ,High Frequency Clock Direction (HCKR pin) (HCKT pin)" "Input,Output" bitfld.long 0x0 22. " TFSD ,Frame Sync Signal Direction (FST pin)" "Input,Output" textline " " bitfld.long 0x0 21. " TCKD ,Transmitter Clock Source Direction (SCKT pin)" "External,Internal" bitfld.long 0x0 20. " THCKP ,Transmitter High Frequency Clock Polarity" "Positive,Negative" textline " " bitfld.long 0x0 19. " TFSP ,Transmitter Frame Sync Polarity" "Positive-High,Negative-Low" bitfld.long 0x0 18. " TCKP ,Transmitter Clock Polarity" "Positive,Negative" textline " " bitfld.long 0x0 14.--17. " TFP ,Tx High Frequency Clock Divider Control" "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16" bitfld.long 0x0 09.--13. " TDC ,Frame Rate Divider Control" "On-demand,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" textline " " bitfld.long 0x0 08. " TPSR ,TCCR Transmit Prescaler Range" "Div by 8,Bypassed" hexmask.long.byte 0x0 0.--7. 1. " TPM ,TCCR Transmit Prescale Modulus Select (divide ratio from 1 to 256)" else group.long 0xD8++0x3 line.long 0x0 "TCCR,Transmit Clock Control Register" bitfld.long 0x0 23. " THCKD ,High Frequency Clock Direction (HCKR pin) (HCKT pin)" "Input,Output" bitfld.long 0x0 22. " TFSD ,Frame Sync Signal Direction (FST pin)" "Input,Output" textline " " bitfld.long 0x0 21. " TCKD ,Transmitter Clock Source Direction (SCKT pin)" "External,Internal" bitfld.long 0x0 20. " THCKP ,Transmitter High Frequency Clock Polarity" "Positive,Negative" textline " " bitfld.long 0x0 19. " TFSP ,Transmitter Frame Sync Polarity" "Positive-High,Negative-Low" bitfld.long 0x0 18. " TCKP ,Transmitter Clock Polarity" "Positive,Negative" textline " " bitfld.long 0x0 14.--17. " TFP ,Tx High Frequency Clock Divider Control" "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16" bitfld.long 0x0 09.--13. " TDC ,Frame Rate Divider Control" "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" textline " " bitfld.long 0x0 08. " TPSR ,TCCR Transmit Prescaler Range" "Div by 8,Bypassed" hexmask.long.byte 0x0 0.--7. 1. " TPM ,TCCR Transmit Prescale Modulus Select (divide ratio from 1 to 256)" endif if ((d.l(ad:0x40062000+0xE0)&0x3e00)==0x0) group.long 0xDC++0x3 line.long 0x0 "RCR,Receive Control Register" bitfld.long 0x0 23. " RLIE ,Receive Last Slot Interrupt Enable" "Disabled,Enabled" bitfld.long 0x0 22. " RIE ,Receive Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x0 21. " REDIE ,Receive Even Slot Data Interrupt Enable" "Disabled,Enabled" bitfld.long 0x0 20. " REIE ,Receive Exception Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x0 19. " RPR ,Receiver Section Personal Reset" "No effect,Reset" bitfld.long 0x0 16. " RFSR ,Receiver Frame Sync Relative Timing" "First bit of data,Last bit of prev data" textline " " bitfld.long 0x0 15. " RFSL ,Receiver Frame Sync Length" "Word-length,1-bit clock period" bitfld.long 0x0 10.--14. " RSWS ,Receiver Slot and Word Length Select" "Slot-8/Word-8,Slot-12/Word-12,Slot-16/Word-16,Slot-20/Word-20,Slot-12/Word-8,Slot-16/Word-12,Slot-20/Word-16,Slot-24/Word-20,Slot-16/Word-8,Slot-20/Word-12,Slot-24/Word-16,Reserved,Slot-20/Word-8,Slot-24/Word-12,Reserved,Slot-32/Word-20,Slot-24/Word-8,Reserved,Slot-32/Word-16,Reserved,Reserved,Slot-32/Word-12,Reserved,Reserved,Slot-32/Word-8,Reserved,Reserved,Reserved,Reserved,Reserved,Slot-24/Word-24,Slot-32/Word-24" textline " " bitfld.long 0x0 8.--9. " RMOD ,Receiver Network Mode Control" "Normal,On-Demand,Reserved,AC97" bitfld.long 0x0 7. " RWA ,Receiver Word Alignment Control" "Left,Right" textline " " bitfld.long 0x0 6. " RSHFD ,Receiver Shift Direction" "MSB first,LSB first" bitfld.long 0x0 3. " RE3 ,ESAI Receiver 3 Enable" "Disabled,Enabled" textline " " bitfld.long 0x0 2. " RE2 ,ESAI Receiver 2 Enable" "Disabled,Enabled" bitfld.long 0x0 1. " RE1 ,ESAI Receiver 1 Enable" "Disabled,Enabled" textline " " bitfld.long 0x0 0. " RE0 ,ESAI Receiver 0 Enable" "Disabled,Enabled" else group.long 0xDC++0x3 line.long 0x0 "RCR,Receive Control Register" bitfld.long 0x0 23. " RLIE ,Receive Last Slot Interrupt Enable" "Disabled,Enabled" bitfld.long 0x0 22. " RIE ,Receive Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x0 21. " REDIE ,Receive Even Slot Data Interrupt Enable" "Disabled,Enabled" bitfld.long 0x0 20. " REIE ,Receive Exception Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x0 19. " RPR ,Receiver Section Personal Reset" "No effect,Reset" bitfld.long 0x0 16. " RFSR ,Receiver Frame Sync Relative Timing" "First bit of data,Last bit of prev data" textline " " bitfld.long 0x0 15. " RFSL ,Receiver Frame Sync Length" "Word-length,1-bit clock period" bitfld.long 0x0 10.--14. " RSWS ,Receiver Slot and Word Length Select" "Slot-8/Word-8,Slot-12/Word-12,Slot-16/Word-16,Slot-20/Word-20,Slot-12/Word-8,Slot-16/Word-12,Slot-20/Word-16,Slot-24/Word-20,Slot-16/Word-8,Slot-20/Word-12,Slot-24/Word-16,Reserved,Slot-20/Word-8,Slot-24/Word-12,Reserved,Slot-32/Word-20,Slot-24/Word-8,Reserved,Slot-32/Word-16,Reserved,Reserved,Slot-32/Word-12,Reserved,Reserved,Slot-32/Word-8,Reserved,Reserved,Reserved,Reserved,Reserved,Slot-24/Word-24,Slot-32/Word-24" textline " " bitfld.long 0x0 8.--9. " RMOD ,Receiver Network Mode Control" "Normal,Network,Reserved,AC97" bitfld.long 0x0 7. " RWA ,Receiver Word Alignment Control" "Left,Right" textline " " bitfld.long 0x0 6. " RSHFD ,Receiver Shift Direction" "MSB first,LSB first" bitfld.long 0x0 3. " RE3 ,ESAI Receiver 3 Enable" "Disabled,Enabled" textline " " bitfld.long 0x0 2. " RE2 ,ESAI Receiver 2 Enable" "Disabled,Enabled" bitfld.long 0x0 1. " RE1 ,ESAI Receiver 1 Enable" "Disabled,Enabled" textline " " bitfld.long 0x0 0. " RE0 ,ESAI Receiver 0 Enable" "Disabled,Enabled" endif if ((d.l(ad:0x40062000+0xDC)&0x300)==0x100)&&((d.l(ad:0x40062000+0xD0)&0x40)==0x0) group.long 0xE0++0x3 line.long 0x0 "RCCR,Receive Clock Control Register" bitfld.long 0x0 23. " RHCKD ,High Frequency Clock Direction (HCKR pin)" "HCKR input,HCKR output" bitfld.long 0x0 22. " RFSD ,Frame Sync Signal Direction (FSR pin)" "FSR input,FSR output" textline " " bitfld.long 0x0 21. " RCKD ,Clock Source Direction (SCKR pin)" "SCKR input,SCKR output" bitfld.long 0x0 20. " RHCKP ,Receiver High Frequency Clock Polarity" "Positive,Negative" textline " " bitfld.long 0x0 19. " RFSP ,Receiver Frame Sync Polarity" "Positive-High,Negative-Low" bitfld.long 0x0 18. " RCKP ,Receiver Clock Polarity" "Positive,Negative" textline " " bitfld.long 0x0 14.--17. " RFP ,Rx High Frequency Clock Divider Control" "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16" bitfld.long 0x0 09.--13. " RDC ,Rx Frame Rate Divider Control" "On-demand,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" textline " " bitfld.long 0x0 8. " RPSR ,Receiver Prescaler Range" "Div by 8,Bypassed" hexmask.long.byte 0x0 0.--7. 1. " RPM ,Receiver Prescale Modulus Select (divide ratio from 1 to 256)" elif ((d.l(ad:0x40062000+0xDC)&0x300)==0x100)&&((d.l(ad:0x40062000+0xD0)&0x40)==0x40)&&((d.l(ad:0x40062000+0xD0)&0x80)==0x0) group.long 0xE0++0x3 line.long 0x0 "RCCR,Receive Clock Control Register" bitfld.long 0x0 23. " RHCKD ,High Frequency Clock Direction (HCKR pin)" "IF2,OF2" bitfld.long 0x0 22. " RFSD ,Frame Sync Signal Direction (FSR pin)" "IF1,OF1" textline " " bitfld.long 0x0 21. " RCKD ,Clock Source Direction (SCKR pin)" "IF0,OF0" bitfld.long 0x0 20. " RHCKP ,Receiver High Frequency Clock Polarity" "Positive,Negative" textline " " bitfld.long 0x0 19. " RFSP ,Receiver Frame Sync Polarity" "Positive-High,Negative-Low" bitfld.long 0x0 18. " RCKP ,Receiver Clock Polarity" "Positive,Negative" textline " " bitfld.long 0x0 14.--17. " RFP ,Rx High Frequency Clock Divider Control" "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16" bitfld.long 0x0 09.--13. " RDC ,Rx Frame Rate Divider Control" "On-demand,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" textline " " bitfld.long 0x0 8. " RPSR ,Receiver Prescaler Range" "Div by 8,Bypassed" hexmask.long.byte 0x0 0.--7. 1. " RPM ,Receiver Prescale Modulus Select (divide ratio from 1 to 256)" elif ((d.l(ad:0x40062000+0xDC)&0x300)==0x100)&&((d.l(ad:0x40062000+0xD0)&0x40)==0x40)&&((d.l(ad:0x40062000+0xD0)&0x80)==0x80) group.long 0xE0++0x3 line.long 0x0 "RCCR,Receive Clock Control Register" bitfld.long 0x0 23. " RHCKD ,High Frequency Clock Direction (HCKR pin)" "IF2,OF2" bitfld.long 0x0 22. " RFSD ,Frame Sync Signal Direction (FSR pin)" "Reserved,TxBufferEnable" textline " " bitfld.long 0x0 21. " RCKD ,Clock Source Direction (SCKR pin)" "IF0,OF0" bitfld.long 0x0 20. " RHCKP ,Receiver High Frequency Clock Polarity" "Positive,Negative" textline " " bitfld.long 0x0 19. " RFSP ,Receiver Frame Sync Polarity" "Positive-High,Negative-Low" bitfld.long 0x0 18. " RCKP ,Receiver Clock Polarity" "Positive,Negative" textline " " bitfld.long 0x0 14.--17. " RFP ,Rx High Frequency Clock Divider Control" "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16" bitfld.long 0x0 09.--13. " RDC ,Rx Frame Rate Divider Control" "On-demand,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" textline " " bitfld.long 0x0 8. " RPSR ,Receiver Prescaler Range" "Div by 8,Bypassed" hexmask.long.byte 0x0 0.--7. 1. " RPM ,Receiver Prescale Modulus Select (divide ratio from 1 to 256)" elif ((d.l(ad:0x40062000+0xD0)&0x40)==0x0) group.long 0xE0++0x3 line.long 0x0 "RCCR,Receive Clock Control Register" bitfld.long 0x0 23. " RHCKD ,High Frequency Clock Direction (HCKR pin)" "HCKR input,HCKR output" bitfld.long 0x0 22. " RFSD ,Frame Sync Signal Direction (FSR pin)" "FSR input,FSR output" textline " " bitfld.long 0x0 21. " RCKD ,Clock Source Direction (SCKR pin)" "SCKR input,SCKR output" bitfld.long 0x0 20. " RHCKP ,Receiver High Frequency Clock Polarity" "Positive,Negative" textline " " bitfld.long 0x0 19. " RFSP ,Receiver Frame Sync Polarity" "Positive-High,Negative-Low" bitfld.long 0x0 18. " RCKP ,Receiver Clock Polarity" "Positive,Negative" textline " " bitfld.long 0x0 14.--17. " RFP ,Rx High Frequency Clock Divider Control" "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16" bitfld.long 0x0 09.--13. " RDC ,Rx Frame Rate Divider Control" "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" textline " " bitfld.long 0x0 8. " RPSR ,Receiver Prescaler Range" "Div by 8,Bypassed" hexmask.long.byte 0x0 0.--7. 1. " RPM ,Receiver Prescale Modulus Select (divide ratio from 1 to 256)" elif (((d.l(ad:0x40062000+0xD0)&0x40)==0x40)&&((d.l(ad:0x40062000+0xD0)&0x80)==0x0)) group.long 0xE0++0x3 line.long 0x0 "RCCR,Receive Clock Control Register" bitfld.long 0x0 23. " RHCKD ,High Frequency Clock Direction (HCKR pin)" "IF2,OF2" bitfld.long 0x0 22. " RFSD ,Frame Sync Signal Direction (FSR pin)" "IF1,OF1" textline " " bitfld.long 0x0 21. " RCKD ,Clock Source Direction (SCKR pin)" "IF0,OF0" bitfld.long 0x0 20. " RHCKP ,Receiver High Frequency Clock Polarity" "Positive,Negative" textline " " bitfld.long 0x0 19. " RFSP ,Receiver Frame Sync Polarity" "Positive-High,Negative-Low" bitfld.long 0x0 18. " RCKP ,Receiver Clock Polarity" "Positive,Negative" textline " " bitfld.long 0x0 14.--17. " RFP ,Rx High Frequency Clock Divider Control" "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16" bitfld.long 0x0 09.--13. " RDC ,Rx Frame Rate Divider Control" "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" textline " " bitfld.long 0x0 8. " RPSR ,Receiver Prescaler Range" "Div by 8,Bypassed" hexmask.long.byte 0x0 0.--7. 1. " RPM ,Receiver Prescale Modulus Select (divide ratio from 1 to 256)" elif (((d.l(ad:0x40062000+0xD0)&0x40)==0x40)&&((d.l(ad:0x40062000+0xD0)&0x80)==0x80)) group.long 0xE0++0x3 line.long 0x0 "RCCR,Receive Clock Control Register" bitfld.long 0x0 23. " RHCKD ,High Frequency Clock Direction (HCKR pin)" "IF2,OF2" bitfld.long 0x0 22. " RFSD ,Frame Sync Signal Direction (FSR pin)" "Reserved,TxBufferEnable" textline " " bitfld.long 0x0 21. " RCKD ,Clock Source Direction (SCKR pin)" "IF0,OF0" bitfld.long 0x0 20. " RHCKP ,Receiver High Frequency Clock Polarity" "Positive,Negative" textline " " bitfld.long 0x0 19. " RFSP ,Receiver Frame Sync Polarity" "Positive-High,Negative-Low" bitfld.long 0x0 18. " RCKP ,Receiver Clock Polarity" "Positive,Negative" textline " " bitfld.long 0x0 14.--17. " RFP ,Rx High Frequency Clock Divider Control" "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16" bitfld.long 0x0 09.--13. " RDC ,Rx Frame Rate Divider Control" "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" textline " " bitfld.long 0x0 8. " RPSR ,Receiver Prescaler Range" "Div by 8,Bypassed" hexmask.long.byte 0x0 0.--7. 1. " RPM ,Receiver Prescale Modulus Select (divide ratio from 1 to 256)" else hgroup.long 0xE0++0x3 hide.long 0x0 "RCCR,Receive Clock Control Register" endif width 7. group.long 0xe4++0xf line.long 0x00 "TSMA,ESAI Transmit Slot Mask Register A" bitfld.long 0x00 15. " TS15 ,Transmit Slot" "Disabled,Enabled" bitfld.long 0x00 14. " TS14 ,Transmit Slot" "Disabled,Enabled" bitfld.long 0x00 13. " TS13 ,Transmit Slot" "Disabled,Enabled" bitfld.long 0x00 12. " TS12 ,Transmit Slot" "Disabled,Enabled" textline " " bitfld.long 0x00 11. " TS11 ,Transmit Slot" "Disabled,Enabled" bitfld.long 0x00 10. " TS10 ,Transmit Slot" "Disabled,Enabled" bitfld.long 0x00 09. " TS09 ,Transmit Slot" "Disabled,Enabled" bitfld.long 0x00 08. " TS08 ,Transmit Slot" "Disabled,Enabled" textline " " bitfld.long 0x00 07. " TS07 ,Transmit Slot" "Disabled,Enabled" bitfld.long 0x00 06. " TS06 ,Transmit Slot" "Disabled,Enabled" bitfld.long 0x00 05. " TS05 ,Transmit Slot" "Disabled,Enabled" bitfld.long 0x00 04. " TS04 ,Transmit Slot" "Disabled,Enabled" textline " " bitfld.long 0x00 03. " TS03 ,Transmit Slot" "Disabled,Enabled" bitfld.long 0x00 02. " TS02 ,Transmit Slot" "Disabled,Enabled" bitfld.long 0x00 01. " TS01 ,Transmit Slot" "Disabled,Enabled" bitfld.long 0x00 00. " TS00 ,Transmit Slot" "Disabled,Enabled" line.long 0x04 "TSMB,ESAI Transmit Slot Mask Register B" bitfld.long 0x04 15. " TS31 ,Transmit Slot" "Disabled,Enabled" bitfld.long 0x04 14. " TS30 ,Transmit Slot" "Disabled,Enabled" bitfld.long 0x04 13. " TS29 ,Transmit Slot" "Disabled,Enabled" bitfld.long 0x04 12. " TS28 ,Transmit Slot" "Disabled,Enabled" textline " " bitfld.long 0x04 11. " TS27 ,Transmit Slot" "Disabled,Enabled" bitfld.long 0x04 10. " TS26 ,Transmit Slot" "Disabled,Enabled" bitfld.long 0x04 09. " TS25 ,Transmit Slot" "Disabled,Enabled" bitfld.long 0x04 08. " TS24 ,Transmit Slot" "Disabled,Enabled" textline " " bitfld.long 0x04 07. " TS23 ,Transmit Slot" "Disabled,Enabled" bitfld.long 0x04 06. " TS22 ,Transmit Slot" "Disabled,Enabled" bitfld.long 0x04 05. " TS21 ,Transmit Slot" "Disabled,Enabled" bitfld.long 0x04 04. " TS20 ,Transmit Slot" "Disabled,Enabled" textline " " bitfld.long 0x04 03. " TS19 ,Transmit Slot" "Disabled,Enabled" bitfld.long 0x04 02. " TS18 ,Transmit Slot" "Disabled,Enabled" bitfld.long 0x04 01. " TS17 ,Transmit Slot" "Disabled,Enabled" bitfld.long 0x04 00. " TS16 ,Transmit Slot" "Disabled,Enabled" line.long 0x08 "RSMA,ESAI Receive Slot Mask Register A" bitfld.long 0x08 15. " RS15 ,Receive Slot" "Disabled,Enabled" bitfld.long 0x08 14. " RS14 ,Receive Slot" "Disabled,Enabled" bitfld.long 0x08 13. " RS13 ,Receive Slot" "Disabled,Enabled" bitfld.long 0x08 12. " RS12 ,Receive Slot" "Disabled,Enabled" textline " " bitfld.long 0x08 11. " RS11 ,Receive Slot" "Disabled,Enabled" bitfld.long 0x08 10. " RS10 ,Receive Slot" "Disabled,Enabled" bitfld.long 0x08 09. " RS09 ,Receive Slot" "Disabled,Enabled" bitfld.long 0x08 08. " RS08 ,Receive Slot" "Disabled,Enabled" textline " " bitfld.long 0x08 07. " RS07 ,Receive Slot" "Disabled,Enabled" bitfld.long 0x08 06. " RS06 ,Receive Slot" "Disabled,Enabled" bitfld.long 0x08 05. " RS05 ,Receive Slot" "Disabled,Enabled" bitfld.long 0x08 04. " RS04 ,Receive Slot" "Disabled,Enabled" textline " " bitfld.long 0x08 03. " RS03 ,Receive Slot" "Disabled,Enabled" bitfld.long 0x08 02. " RS02 ,Receive Slot" "Disabled,Enabled" bitfld.long 0x08 01. " RS01 ,Receive Slot" "Disabled,Enabled" bitfld.long 0x08 00. " RS00 ,Receive Slot" "Disabled,Enabled" line.long 0x0c "RSMB,ESAI Receive Slot Mask Register B" bitfld.long 0x0c 15. " RS31 ,Receive Slot" "Disabled,Enabled" bitfld.long 0x0c 14. " RS30 ,Receive Slot" "Disabled,Enabled" bitfld.long 0x0c 13. " RS29 ,Receive Slot" "Disabled,Enabled" bitfld.long 0x0c 12. " RS28 ,Receive Slot" "Disabled,Enabled" textline " " bitfld.long 0x0c 11. " RS27 ,Receive Slot" "Disabled,Enabled" bitfld.long 0x0c 10. " RS26 ,Receive Slot" "Disabled,Enabled" bitfld.long 0x0c 09. " RS25 ,Receive Slot" "Disabled,Enabled" bitfld.long 0x0c 08. " RS24 ,Receive Slot" "Disabled,Enabled" textline " " bitfld.long 0x0c 07. " RS23 ,Receive Slot" "Disabled,Enabled" bitfld.long 0x0c 06. " RS22 ,Receive Slot" "Disabled,Enabled" bitfld.long 0x0c 05. " RS21 ,Receive Slot" "Disabled,Enabled" bitfld.long 0x0c 04. " RS20 ,Receive Slot" "Disabled,Enabled" textline " " bitfld.long 0x0c 03. " RS19 ,Receive Slot" "Disabled,Enabled" bitfld.long 0x0c 02. " RS18 ,Receive Slot" "Disabled,Enabled" bitfld.long 0x0c 01. " RS17 ,Receive Slot" "Disabled,Enabled" bitfld.long 0x0c 00. " RS16 ,Receive Slot" "Disabled,Enabled" width 7. group.long 0xf8++0x7 line.long 0x00 "PRRC,Port C Direction Register" bitfld.long 0x00 11. " PDC11 ,Port C Direction pin 11" "0,1" bitfld.long 0x00 10. " PDC10 ,Port C Direction pin 10" "0,1" bitfld.long 0x00 9. " PDC9 ,Port C Direction pin 9" "0,1" bitfld.long 0x00 8. " PDC8 ,Port C Direction pin 8" "0,1" bitfld.long 0x00 7. " PDC7 ,Port C Direction pin 7" "0,1" bitfld.long 0x00 6. " PDC6 ,Port C Direction pin 6" "0,1" textline " " bitfld.long 0x00 5. " PDC5 ,Port C Direction pin 5" "0,1" bitfld.long 0x00 4. " PDC4 ,Port C Direction pin 4" "0,1" bitfld.long 0x00 3. " PDC3 ,Port C Direction pin 3" "0,1" bitfld.long 0x00 2. " PDC2 ,Port C Direction pin 2" "0,1" bitfld.long 0x00 1. " PDC1 ,Port C Direction pin 1" "0,1" bitfld.long 0x00 0. " PDC0 ,Port C Direction pin 0" "0,1" line.long 0x04 "PCRC,Port C Control Register" bitfld.long 0x04 11. " PC11 ,Port C Control pin 11" "0,1" bitfld.long 0x04 10. " PC10 ,Port C Control pin 10" "0,1" bitfld.long 0x04 9. " PC9 ,Port C Control pin 9" "0,1" bitfld.long 0x04 8. " PC8 ,Port C Control pin 8" "0,1" bitfld.long 0x04 7. " PC7 ,Port C Control pin 7" "0,1" bitfld.long 0x04 6. " PC6 ,Port C Control pin 6" "0,1" textline " " bitfld.long 0x04 5. " PC5 ,Port C Control pin 5" "0,1" bitfld.long 0x04 4. " PC4 ,Port C Control pin 4" "0,1" bitfld.long 0x04 3. " PC3 ,Port C Control pin 3" "0,1" bitfld.long 0x04 2. " PC2 ,Port C Control pin 2" "0,1" bitfld.long 0x04 1. " PC1 ,Port C Control pin 1" "0,1" bitfld.long 0x04 0. " PC0 ,Port C Control pin 0" "0,1" width 0xb tree.end tree "ASRC (Asynchronous Sample Rate Converter)" base ad:0x40060000 width 12. group.long 0x00++0x7 line.long 0x00 "ASRCTR,Control Register" bitfld.long 0x00 22. " ATSC ,ASRC Pair C Automatic Selection For Processing Options" "Disabled,Enabled" bitfld.long 0x00 21. " ATSB ,ASRC Pair B Automatic Selection For Processing Options" "Disabled,Enabled" bitfld.long 0x00 20. " ATSA ,ASRC Pair A Automatic Selection For Processing Options" "Disabled,Enabled" bitfld.long 0x00 17.--18. " USRC/IDRC ,Use Ideal Ratio for Pair C" ",,Internal measured ratio,Idea ratio" textline " " bitfld.long 0x00 15.--16. " USRB/IDRB ,Use Ideal Ratio for Pair B" ",,Internal measured ratio,Idea ratio" bitfld.long 0x00 13.--14. " USRA/IDRA ,Use Ideal Ratio for Pair A" ",,Internal measured ratio,Idea ratio" bitfld.long 0x00 4. " SRST ,Software Reset" "No reset,Reset" bitfld.long 0x00 3. " ASREC ,ASRC Enable C" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " ASREB ,ASRC Enable B" "Disabled,Enabled" bitfld.long 0x00 1. " ASREA ,ASRC Enable A" "Disabled,Enabled" bitfld.long 0x00 0. " ASRCEN ,ASRC Enable" "Disabled,Enabled" line.long 0x04 "ASRIER,Interrupt Enable Register" bitfld.long 0x04 7. " AFPWE ,FP in Wait State Interrupt Enable" "Disabled,Enabled" bitfld.long 0x04 6. " AOLIE ,Overload Interrupt Enable" "Disabled,Enabled" bitfld.long 0x04 5. " ADOEC ,Data Output C Interrupt Enable" "Disabled,Enabled" bitfld.long 0x04 4. " ADOEB ,Data Output B Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x04 3. " ADOEA ,Data Output A Interrupt Enable" "Disabled,Enabled" bitfld.long 0x04 2. " ADIEC ,Data Input C Interrupt Enable" "Disabled,Enabled" bitfld.long 0x04 1. " ADIEB ,Data Input B Interrupt Enable" "Disabled,Enabled" bitfld.long 0x04 0. " ADIEA ,Data Input A Interrupt Enable" "Disabled,Enabled" group.long 0x0C++0x13 line.long 0x00 "ASRCNCR,Channel Number Configuration Register" bitfld.long 0x00 8.--11. " ANCC ,Number of C Channels" "0,1,2,3,4,5,6,7,8,9,10,?..." bitfld.long 0x00 4.--7. " ANCB ,Number of B Channels" "0,1,2,3,4,5,6,7,8,9,10,?..." bitfld.long 0x00 0.--3. " ANCA ,Number of A Channels" "0,1,2,3,4,5,6,7,8,9,10,?..." line.long 0x04 "ASRCFG,Filter Configuration Status Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5"||cpu()=="IMX6SOLO"||cpu()=="IMX6DUALLITE"||cpu()=="IMX6DUAL"||cpuis("IMX6QUAD")) rbitfld.long 0x04 23. " INIRQC ,Initialization for Conversion Pair C is served" "Not served,Served" rbitfld.long 0x04 22. " INIRQB ,Initialization for Conversion Pair B is served" "Not served,Served" rbitfld.long 0x04 21. " INIRQA ,Initialization for Conversion Pair A is served" "Not served,Served" textline " " else bitfld.long 0x04 23. " INIRQC ,Initialization for Conversion Pair C is served" "Not served,Served" bitfld.long 0x04 22. " INIRQB ,Initialization for Conversion Pair B is served" "Not served,Served" bitfld.long 0x04 21. " INIRQA ,Initialization for Conversion Pair A is served" "Not served,Served" textline " " endif bitfld.long 0x04 20. " NDPRC ,Not Use Default Parameters for RAM-stored Parameters For Conversion Pair C" "Used,Not used" bitfld.long 0x04 19. " NDPRB ,Not Use Default Parameters for RAM-stored Parameters For Conversion Pair B" "Used,Not used" bitfld.long 0x04 18. " NDPRA ,Not Use Default Parameters for RAM-stored Parameters For Conversion Pair A" "Used,Not used" textline " " bitfld.long 0x04 16.--17. " POSTMODC ,Post-Processing Configuration for Conversion Pair C" "Upsampling-by-2,Direct-Connection,Downsampling-by-2,?..." bitfld.long 0x04 14.--15. " PREMODC ,Pre-Processing Configuration for Conversion Pair C" "Upsampling-by-2,Direct-Connection,Downsampling-by-2,Passthrough" bitfld.long 0x04 12.--13. " POSTMODB ,Post-Processing Configuration for Conversion Pair B" "Upsampling-by-2,Direct-Connection,Downsampling-by-2,?..." textline " " bitfld.long 0x04 10.--11. " PREMODB ,Pre-Processing Configuration for Conversion Pair B" "Upsampling-by-2,Direct-Connection,Downsampling-by-2,Passthrough" bitfld.long 0x04 8.--9. " POSTMODA ,Post-Processing Configuration for Conversion Pair A" "Upsampling-by-2,Direct-Connection,Downsampling-by-2,?..." bitfld.long 0x04 6.--7. " PREMODA ,Pre-Processing Configuration for Conversion Pair A" "Upsampling-by-2,Direct-Connection,Downsampling-by-2,Passthrough" line.long 0x08 "ASRCSR,Clock Source Register" sif (cpuis("IMX6*")) bitfld.long 0x08 20.--23. " AOCSC ,Output Clock Source C" "ESAI RX,SSI-1 RX,SSI-2 RX,SSI-3 RX,SPDIF RX,MLB,Connected,Tied to zero,ESAI Tx,SSI-1 Tx,SSI-2 Tx,SSI-3 TX,SPDIF Tx,SPDIF1_CLK,,Disabled" bitfld.long 0x08 16.--19. " AOCSB ,Output Clock Source B" "ESAI RX,SSI-1 RX,SSI-2 RX,SSI-3 RX,SPDIF RX,MLB,Connected,Tied to zero,ESAI Tx,SSI-1 Tx,SSI-2 Tx,SSI-3 TX,SPDIF Tx,SPDIF1_CLK,,Disabled" bitfld.long 0x08 12.--15. " AOCSA ,Output Clock Source A" "ESAI RX,SSI-1 RX,SSI-2 RX,SSI-3 RX,SPDIF RX,MLB,Connected,Tied to zero,ESAI Tx,SSI-1 Tx,SSI-2 Tx,SSI-3 TX,SPDIF Tx,SPDIF1_CLK,,Disabled" textline " " bitfld.long 0x08 8.--11. " AICSC ,Input Clock Source C" "ESAI RX,SSI-1 RX,SSI-2 RX,SSI-3 RX,SPDIF RX,MLB,Connected,Tied to zero,ESAI Tx,SSI-1 Tx,SSI-2 Tx,SSI-3 TX,SPDIF Tx,SPDIF1_CLK,,Disabled" bitfld.long 0x08 4.--7. " AICSB ,Input Clock Source B" "ESAI RX,SSI-1 RX,SSI-2 RX,SSI-3 RX,SPDIF RX,MLB,Connected,Tied to zero,ESAI Tx,SSI-1 Tx,SSI-2 Tx,SSI-3 TX,SPDIF Tx,SPDIF1_CLK,,Disabled" bitfld.long 0x08 0.--3. " AICSA ,Input Clock Source A" "ESAI RX,SSI-1 RX,SSI-2 RX,SSI-3 RX,SPDIF RX,MLB,Connected,Tied to zero,ESAI Tx,SSI-1 Tx,SSI-2 Tx,SSI-3 TX,SPDIF Tx,SPDIF1_CLK,,Disabled" elif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x08 20.--23. " AOCSC ,Output Clock Source C" "ESAI RX,SAI0 RX,SAI1 RX,SAI2 RX,SAI3 RX,SPDIF RX,MLB Clock in,ESAI Tx,SAI0 TX,SAI3 TX,SPDIF Tx,SSI-3 TX,SPDIF Tx,PLL4,Audio External,SAI1 Tx" bitfld.long 0x08 16.--19. " AOCSB ,Output Clock Source B" "ESAI RX,SAI0 RX,SAI1 RX,SAI2 RX,SAI3 RX,SPDIF RX,MLB Clock in,ESAI Tx,SAI0 TX,SAI3 TX,SPDIF Tx,SSI-3 TX,SPDIF Tx,PLL4,Audio External,SAI1 Tx" bitfld.long 0x08 12.--15. " AOCSA ,Output Clock Source A" "ESAI RX,SAI0 RX,SAI1 RX,SAI2 RX,SAI3 RX,SPDIF RX,MLB Clock in,ESAI Tx,SAI0 TX,SAI3 TX,SPDIF Tx,SSI-3 TX,SPDIF Tx,PLL4,Audio External,SAI1 Tx" textline " " bitfld.long 0x08 8.--11. " AICSC ,Input Clock Source C" "ESAI RX,SAI0 RX,SAI1 RX,SAI2 RX,SAI3 RX,SPDIF RX,MLB Clock in,ESAI Tx,SAI0 TX,SAI3 TX,SPDIF Tx,SSI-3 TX,SPDIF Tx,PLL4,Audio External,SAI1 Tx" bitfld.long 0x08 4.--7. " AICSB ,Input Clock Source B" "ESAI RX,SAI0 RX,SAI1 RX,SAI2 RX,SAI3 RX,SPDIF RX,MLB Clock in,ESAI Tx,SAI0 TX,SAI3 TX,SPDIF Tx,SSI-3 TX,SPDIF Tx,PLL4,Audio External,SAI1 Tx" bitfld.long 0x08 0.--3. " AICSA ,Input Clock Source A" "ESAI RX,SAI0 RX,SAI1 RX,SAI2 RX,SAI3 RX,SPDIF RX,MLB Clock in,ESAI Tx,SAI0 TX,SAI3 TX,SPDIF Tx,SSI-3 TX,SPDIF Tx,PLL4,Audio External,SAI1 Tx" else bitfld.long 0x08 20.--23. " AOCSC ,Output Clock Source C" "ESAI RX,SSI-1 RX,SSI-2 RX,SSI-3 RX,SPDIF RX,MLB,Tied to zero,Tied to zero,ESAI Tx,SSI-1 Tx,SSI-2 Tx,SSI-3 TX,SPDIF Tx,ASRCKI,ESAI RX,Disabled" bitfld.long 0x08 16.--19. " AOCSB ,Output Clock Source B" "ESAI RX,SSI-1 RX,SSI-2 RX,SSI-3 RX,SPDIF RX,MLB,Tied to zero,Tied to zero,ESAI Tx,SSI-1 Tx,SSI-2 Tx,SSI-3 TX,SPDIF Tx,ASRCKI,ESAI RX,Disabled" bitfld.long 0x08 12.--15. " AOCSA ,Output Clock Source A" "ESAI RX,SSI-1 RX,SSI-2 RX,SSI-3 RX,SPDIF RX,MLB,Tied to zero,Tied to zero,ESAI Tx,SSI-1 Tx,SSI-2 Tx,SSI-3 TX,SPDIF Tx,ASRCKI,ESAI RX,Disabled" textline " " bitfld.long 0x08 8.--11. " AICSC ,Input Clock Source C" "ESAI RX,SSI-1 RX,SSI-2 RX,SSI-3 RX,SPDIF RX,MLB,Tied to zero,Tied to zero,ESAI Tx,SSI-1 Tx,SSI-2 Tx,SSI-3 TX,SPDIF Tx,ASRCKI,ESAI RX,Disabled" bitfld.long 0x08 4.--7. " AICSB ,Input Clock Source B" "ESAI RX,SSI-1 RX,SSI-2 RX,SSI-3 RX,SPDIF RX,MLB,Tied to zero,Tied to zero,ESAI Tx,SSI-1 Tx,SSI-2 Tx,SSI-3 TX,SPDIF Tx,ASRCKI,ESAI RX,Disabled" bitfld.long 0x08 0.--3. " AICSA ,Input Clock Source A" "ESAI RX,SSI-1 RX,SSI-2 RX,SSI-3 RX,SPDIF RX,MLB,Tied to zero,Tied to zero,ESAI Tx,SSI-1 Tx,SSI-2 Tx,SSI-3 TX,SPDIF Tx,ASRCKI,ESAI RX,Disabled" endif line.long 0x0C "ASRCDR1,Clock Divider Register 1" bitfld.long 0x0C 21.--23. " AOCDB ,Output Clock Divider B" "/1,/2,/3,/4,/5,/6,/7,/8" bitfld.long 0x0C 18.--20. " AOCPB ,Output Clock Prescaler B" "1,2,4,8,16,32,64,128" bitfld.long 0x0C 15.--17. " AOCDA ,Output Clock Divider A" "/1,/2,/3,/4,/5,/6,/7,/8" textline " " bitfld.long 0x0C 12.--14. " AOCPA ,Output Clock Prescaler A" "1,2,4,8,16,32,64,128" bitfld.long 0x0C 9.--11. " AICDB ,Input Clock Divider B" "/1,/2,/3,/4,/5,/6,/7,/8" bitfld.long 0x0C 6.--8. " AICPB ,Input Clock Prescaler B" "1,2,4,8,16,32,64,128" textline " " bitfld.long 0x0C 3.--5. " AICDA ,Input Clock Divider A" "/1,/2,/3,/4,/5,/6,/7,/8" bitfld.long 0x0C 0.--2. " AICPA ,Input Clock Prescaler A" "1,2,4,8,16,32,64,128" line.long 0x10 "ASRCDR2,Clock Divider Register 2" bitfld.long 0x10 9.--11. " AOCDC ,Output Clock Divider C" "/1,/2,/3,/4,/5,/6,/7,/8" bitfld.long 0x10 6.--8. " AOCPC ,Output Clock Prescaler C" "1,2,4,8,16,32,64,128" bitfld.long 0x10 3.--5. " AICDC ,Input Clock Divider C" "/1,/2,/3,/4,/5,/6,/7,/8" textline " " bitfld.long 0x10 0.--2. " AICPC ,Input Clock Prescaler C" "1,2,4,8,16,32,64,128" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x20++0x03 else rgroup.long 0x20++0x03 endif line.long 0x00 "ASRSTR,Status Register" bitfld.long 0x00 21. " DSLCNT ,DSL Counter Input to FIFO ready" "In process,Stored" bitfld.long 0x00 20. " ATQOL ,Taskque FIFO overload" "Not overloaded,Overloaded" bitfld.long 0x00 19. " AOOLC ,Pair C Output Task Overload" "Not overloaded,Overloaded" textline " " bitfld.long 0x00 18. " AOOLB ,Pair B Output Task Overload" "Not overloaded,Overloaded" bitfld.long 0x00 17. " AOOLA ,Pair A Output Task Overload" "Not overloaded,Overloaded" bitfld.long 0x00 16. " AIOLC ,Pair C Input Task Overload" "Not overloaded,Overloaded" textline " " bitfld.long 0x00 15. " AIOLB ,Pair B Input Task Overload" "Not overloaded,Overloaded" bitfld.long 0x00 14. " AIOLA ,Pair A Input Task Overload" "Not overloaded,Overloaded" bitfld.long 0x00 13. " AODOC ,Output Data Buffer C is overflowed" "Not overloaded,Overloaded" textline " " bitfld.long 0x00 12. " AODOB ,Output Data Buffer B is overflowed" "Not overloaded,Overloaded" bitfld.long 0x00 11. " AODOA ,Output Data Buffer A is overflowed" "Not overloaded,Overloaded" bitfld.long 0x00 10. " AIDUC ,Input Data Buffer C is underflowed" "Not underflowed,Underflowed" textline " " bitfld.long 0x00 9. " AIDUB ,Input Data Buffer B is underflowed" "Not underflowed,Underflowed" bitfld.long 0x00 8. " AIDUA ,Input Data Buffer A is underflowed" "Not underflowed,Underflowed" bitfld.long 0x00 7. " FPWT ,FP is in wait states" "Not wait state,Wait state" textline " " bitfld.long 0x00 6. " AOLE ,Overload Error Flag" "No error,Error" bitfld.long 0x00 5. " AODFC ,Number of data in Output Data Buffer C is greater than threshold" "Less/Equal,Greater" bitfld.long 0x00 4. " AODFB ,Number of data in Output Data Buffer B is greater than threshold" "Less/Equal,Greater" textline " " bitfld.long 0x00 3. " AODFA ,Number of data in Output Data Buffer A is greater than threshold" "Less/Equal,Greater" bitfld.long 0x00 2. " AIDEC ,Number of data in Input Data Buffer C is less than threshold" "Greater/Equal,Less" bitfld.long 0x00 1. " AIDEB ,Number of data in Input Data Buffer B is less than threshold" "Greater/Equal,Less" textline " " bitfld.long 0x00 0. " AIDEA ,Number of data in Input Data Buffer A is less than threshold" "Greater/Equal,Less" textline " " group.long 0x40++0x13 line.long 0x0 "ASRPMn1,Parameter Register 1" hexmask.long.tbyte 0x0 0.--23. 1. " PARAMETER_VALUE_1 ,PARAMETER_VALUE_1" line.long 0x4 "ASRPMn2,Parameter Register 2" hexmask.long.tbyte 0x4 0.--23. 1. " PARAMETER_VALUE_2 ,PARAMETER_VALUE_2" line.long 0x8 "ASRPMn3,Parameter Register 3" hexmask.long.tbyte 0x8 0.--23. 1. " PARAMETER_VALUE_3 ,PARAMETER_VALUE_3" line.long 0xC "ASRPMn4,Parameter Register 4" hexmask.long.tbyte 0xC 0.--23. 1. " PARAMETER_VALUE_4 ,PARAMETER_VALUE_4" line.long 0x10 "ASRPMn5,Parameter Register 5" hexmask.long.tbyte 0x10 0.--23. 1. " PARAMETER_VALUE_5 ,PARAMETER_VALUE_5" textline " " group.long 0x54++0x03 line.long 0x00 "ASRTFR1,Task Queue FIFO Register 1" hexmask.long.byte 0x00 13.--19. 1. " TF_FILL ,Current number of entries in task queue FIFO" hexmask.long.word 0x00 6.--12. 0x40 " TF_BASE ,Base address for task queue FIFO" group.long 0x5C++0x03 line.long 0x00 "ASRCCR,Channel Counter Register" bitfld.long 0x00 20.--23. " ACOC ,The channel counter for Pair C's output FIFO" "0,1,2,3,4,5,6,7,8,9,?..." bitfld.long 0x00 16.--19. " ACOB ,The channel counter for Pair B's output FIFO" "0,1,2,3,4,5,6,7,8,9,?..." bitfld.long 0x00 12.--15. " ACOA ,The channel counter for Pair A's output FIFO" "0,1,2,3,4,5,6,7,8,9,?..." textline " " bitfld.long 0x00 8.--11. " ACIC ,The channel counter for Pair C's input FIFO" "0,1,2,3,4,5,6,7,8,9,?..." bitfld.long 0x00 4.--7. " ACIB ,The channel counter for Pair B's input FIFO" "0,1,2,3,4,5,6,7,8,9,?..." bitfld.long 0x00 0.--3. " ACIA ,The channel counter for Pair A's input FIFO" "0,1,2,3,4,5,6,7,8,9,?..." wgroup.long 0x60++0x03 line.long 0x00 "ASRDIA,Data Input Register for Pair A" hexmask.long.tbyte 0x00 0.--23. 1. " DATA ,Audio data input" wgroup.long 0x68++0x03 line.long 0x00 "ASRDIB,Data Input Register for Pair B" hexmask.long.tbyte 0x00 0.--23. 1. " DATA ,Audio data input" wgroup.long 0x70++0x03 line.long 0x00 "ASRDIC,Data Input Register for Pair C" hexmask.long.tbyte 0x00 0.--23. 1. " DATA ,Audio data input" rgroup.long 0x64++0x03 line.long 0x00 "ASRDOA,Data Output Register for Pair A" hexmask.long.tbyte 0x00 0.--23. 1. " DATA ,Audio data output" rgroup.long 0x6C++0x03 line.long 0x00 "ASRDOB,Data Output Register for Pair B" hexmask.long.tbyte 0x00 0.--23. 1. " DATA ,Audio data output" rgroup.long 0x74++0x03 line.long 0x00 "ASRDOC,Data Output Register for Pair C" hexmask.long.tbyte 0x00 0.--23. 1. " DATA ,Audio data output" group.long 0x80++0x23 line.long 0x00 "ASRIDRHA,Ideal Ratio for Pair A-High Part" hexmask.long.byte 0x00 0.--7. 1. " IDRATIOA ,IDRATIOA High part of ideal ratio value for pair A" line.long 0x04 "ASRIDRLA,Ideal Ratio for Pair A -Low Part" hexmask.long.tbyte 0x04 0.--23. 1. " IDRATIOA ,IDRATIOA Low part of ideal ratio value for pair A" line.long 0x08 "ASRIDRHB,ASRC Ideal Ratio for Pair B-High Part" hexmask.long.byte 0x08 0.--7. 1. " IDRATIOB ,IDRATIOB High part of ideal ratio value for pair B" line.long 0x0C "ASRIDRLB,Ideal Ratio for Pair B-Low Part" hexmask.long.tbyte 0x0C 0.--23. 1. " IDRATIOB ,IDRATIOB Low part of ideal ratio value for pair B" line.long 0x10 "ASRIDRHC,Ideal Ratio for Pair C-High Part" hexmask.long.byte 0x10 0.--7. 1. " IDRATIOC ,IDRATIOC High part of ideal ratio value for pair C" line.long 0x14 "ASRIDRLC,Ideal Ratio for Pair C-Low Part" hexmask.long.tbyte 0x14 0.--23. 1. " IDRATIOC ,IDRATIOC Low part of ideal ratio value for pair C" line.long 0x18 "ASR76K,76kHz Period in terms of ASRC processing clock" hexmask.long.tbyte 0x18 0.--16. 1. " ASR76K ,Value for the period of the 76kHz sampling clock" line.long 0x1C "ASR56K,56kHz Period in terms of ASRC processing clock" hexmask.long.tbyte 0x1C 0.--16. 1. " ASR56K ,Value for the period of the 56kHz sampling clock" line.long 0x20 "ASRMCRA,Misc Control Register for Pair A" bitfld.long 0x20 23. " ZEROBUFA ,Zeroize the buffer" "Enabled,Disabled" bitfld.long 0x20 22. " EXTTHRSHA ,External thresholds for FIFO control of Pair A" "Default,External" bitfld.long 0x20 21. " BUFSTALLA ,Stall Pair A conversion in case of Buffer Near Empty/Full Condition" "Disabled,Enabled" textline " " bitfld.long 0x20 20. " BYPASSPOLYA ,Bypass Polyphase Filtering for Pair A" "Disabled,Enabled" bitfld.long 0x20 12.--17. " OUTFIFO_THRESHOLDA ,The threshold for Pair A's output FIFO per channel" "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 0x20 11. " RSYNIFA ,Re-sync Input FIFO Channel Counter" "Disabled,Enabled" textline " " bitfld.long 0x20 10. " RSYNOFA ,Re-sync Output FIFO Channel Counter" "Disabled,Enabled" bitfld.long 0x20 0.--5. " INFIFO_THRESHOLDA ,The threshold for Pair A's input FIFO per channel" "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" rgroup.long 0xA4++0x03 line.long 0x00 "ASRFSTA,FIFO Status Register for Pair A" bitfld.long 0x00 23. " OAFA ,Output FIFO is near Full for Pair A" "Disabled,Enabled" hexmask.long.byte 0x00 12.--18. 1. " OUTFIFO_FILLA ,The fillings for Pair A's output FIFO per channel" bitfld.long 0x00 11. " IAEA ,Input FIFO is near Empty for Pair A" "Disabled,Enabled" textline " " hexmask.long.byte 0x00 0.--6. 1. " INFIFO_FILLA ,The fillings for Pair A's input FIFO per channel" group.long 0xA8++0x03 line.long 0x00 "ASRMCRB,Misc Control Register for Pair B" bitfld.long 0x00 23. " ZEROBUFB ,Zeroize the buffer" "Enabled,Disabled" bitfld.long 0x00 22. " EXTTHRSHB ,External thresholds for FIFO control of Pair B" "Default,External" bitfld.long 0x00 21. " BUFSTALLB ,Stall Pair B conversion in case of Buffer Near Empty/Full Condition" "Disabled,Enabled" textline " " bitfld.long 0x00 20. " BYPASSPOLYB ,Bypass Polyphase Filtering for Pair B" "Disabled,Enabled" bitfld.long 0x00 12.--17. " OUTFIFO_THRESHOLDB ,The threshold for Pair B's output FIFO per channel" "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 11. " RSYNIFB ,Re-sync Input FIFO Channel Counter" "Disabled,Enabled" textline " " bitfld.long 0x00 10. " RSYNOFB ,Re-sync Output FIFO Channel Counter" "Disabled,Enabled" bitfld.long 0x00 0.--5. " INFIFO_THRESHOLDB ,The threshold for Pair B's input FIFO per channel" "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" rgroup.long 0xAC++0x03 line.long 0x00 "ASRFSTB,FIFO Status Register for Pair B" bitfld.long 0x00 23. " OAFB ,Output FIFO is near Full for Pair B" "Disabled,Enabled" hexmask.long.byte 0x00 12.--18. 1. " OUTFIFO_FILLB ,The fillings for Pair B's output FIFO per channel" bitfld.long 0x00 11. " IAEB ,Input FIFO is near Empty for Pair B" "Disabled,Enabled" textline " " hexmask.long.byte 0x00 0.--6. 1. " INFIFO_FILLB ,The fillings for Pair B's input FIFO per channel" group.long 0xB0++0x03 line.long 0x00 "ASRMCRC,Misc Control Register for Pair C" bitfld.long 0x00 23. " ZEROBUFC ,Zeroize the buffer" "Enabled,Disabled" bitfld.long 0x00 22. " EXTTHRSHC ,External thresholds for FIFO control of Pair C" "Default,External" bitfld.long 0x00 21. " BUFSTALLC ,Stall Pair C conversion in case of Buffer Near Empty/Full Condition" "Disabled,Enabled" textline " " bitfld.long 0x00 20. " BYPASSPOLYC ,Bypass Polyphase Filtering for Pair C" "Disabled,Enabled" bitfld.long 0x00 12.--17. " OUTFIFO_THRESHOLDC ,The threshold for Pair C's output FIFO per channel" "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 11. " RSYNIFC ,Re-sync Input FIFO Channel Counter" "Disabled,Enabled" textline " " bitfld.long 0x00 10. " RSYNOFC ,Re-sync Output FIFO Channel Counter" "Disabled,Enabled" bitfld.long 0x00 0.--5. " INFIFO_THRESHOLDC ,The threshold for Pair C's input FIFO per channel" "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" rgroup.long 0xB4++0x03 line.long 0x00 "ASRFSTC,FIFO Status Register for Pair C" bitfld.long 0x00 23. " OAFC ,Output FIFO is near Full for Pair C" "Disabled,Enabled" hexmask.long.byte 0x00 12.--18. 1. " OUTFIFO_FILLC ,The fillings for Pair C's output FIFO per channel" bitfld.long 0x00 11. " IAEC ,Input FIFO is near Empty for Pair C" "Disabled,Enabled" textline " " hexmask.long.byte 0x00 0.--6. 1. " INFIFO_FILLC ,The fillings for Pair C's input FIFO per channel" group.long 0xC0++0xB line.long 0x0 "ASRMCR1A,Misc Control Register 1 for Pair A" bitfld.long 0x0 9.--11. " IWD ,Data Width of the input FIFO" "24-bit,16-bit,8-bit,?..." bitfld.long 0x0 8. " IMSB ,Data Alignment (Input FIFO)" "LSB,MSB" bitfld.long 0x0 2. " OMSB ,Data Alignment (Output FIFO)" "LSB,MSB" textline " " bitfld.long 0x0 1. " OSGN ,Sign Extension Option (Output FIFO)" "Disabled,Enabled" bitfld.long 0x0 0. " OW16 ,Bit Width Option (Output FIFO)" "24-bit,16-bit" line.long 0x4 "ASRMCR1B,Misc Control Register 1 for Pair B" bitfld.long 0x4 9.--11. " IWD ,Data Width of the input FIFO" "24-bit,16-bit,8-bit,?..." bitfld.long 0x4 8. " IMSB ,Data Alignment (Input FIFO)" "LSB,MSB" bitfld.long 0x4 2. " OMSB ,Data Alignment (Output FIFO)" "LSB,MSB" textline " " bitfld.long 0x4 1. " OSGN ,Sign Extension Option (Output FIFO)" "Disabled,Enabled" bitfld.long 0x4 0. " OW16 ,Bit Width Option (Output FIFO)" "24-bit,16-bit" line.long 0x8 "ASRMCR1C,Misc Control Register 1 for Pair C" bitfld.long 0x8 9.--11. " IWD ,Data Width of the input FIFO" "24-bit,16-bit,8-bit,?..." bitfld.long 0x8 8. " IMSB ,Data Alignment (Input FIFO)" "LSB,MSB" bitfld.long 0x8 2. " OMSB ,Data Alignment (Output FIFO)" "LSB,MSB" textline " " bitfld.long 0x8 1. " OSGN ,Sign Extension Option (Output FIFO)" "Disabled,Enabled" bitfld.long 0x8 0. " OW16 ,Bit Width Option (Output FIFO)" "24-bit,16-bit" width 0x0B tree.end tree "SPDIF (Sony/Philips Digital Interface)" base ad:0x40061000 width 9. group.long 0x00++0x7 line.long 0x00 "SCR,Configuration Register" bitfld.long 0x00 23. " RXFIFO_CTRL ,Rx FIFO control" "Normal operation,Read zero" bitfld.long 0x00 22. " RXFIFO_OFF/ON ,RX FIFO disable" "No,Yes" textline " " bitfld.long 0x00 21. " RXFIFO_RST ,RX FIFO reset" "Normal operation,Reset" bitfld.long 0x00 19.--20. " RXFIFOFULL_SEL ,RX FIFO full select" ">= 1 sample,>= 4 sample,>= 8 sample,>= 16 sample" textline " " bitfld.long 0x00 18. " RXAUTOSYNC ,RX auto sync" "Disabled,Enabled" bitfld.long 0x00 17. " TXAUTOSYNC ,TX auto sync" "Disabled,Enabled" textline " " bitfld.long 0x00 15.--16. " TXFIFOEMPTY_SEL ,TX FIFO empty select" "0 sample,<= 4 sample,<= 8 sample,<= 16 sample" bitfld.long 0x00 13. " LOW_PWR ,Low power mode" "No effect,Mode" textline " " bitfld.long 0x00 12. " SOFT_RST ,Software reset" "No reset,Reset" bitfld.long 0x00 10.--11. " TXFIFO_CTRL ,TX FIFO control" "Send out 0,Normal operation,Reset to 1 sample remaining,?..." textline " " bitfld.long 0x00 9. " DMA_RX_EN ,DMA receive request enable" "Disabled,Enabled" bitfld.long 0x00 8. " DMA_TX_EN ,DMA transmit request enable" "Disabled,Enabled" textline " " bitfld.long 0x00 5. " VALCTRL ,Outgoing validity control" "Set,Clear" bitfld.long 0x00 2.--4. " TXSEL ,TX select" "Off,Feed_Through,Reserved,Reserved,Reserved,Tx normal operation,?..." textline " " bitfld.long 0x00 0.--1. " USRC_SEL ,U channel select" "No embedded UCH,UCZ from receive block,Reserved,UCH from on chip transmitter" line.long 0x04 "SRCD,CDText Control Register" bitfld.long 0x04 1. " USYNCMODE ,U sync mode" "Non-CD data,CD user channel" if (((per.long(ad:0x40061000+0x08))&0x40)==0x40) group.long 0x08++0x03 line.long 0x00 "SRPC,PhaseConfig Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5") bitfld.long 0x00 7.--10. " CLKSRC_SEL ,Clock source selection" "SPDIF_RXCLK,SPDIF_RXCLK,SPDIF_RXCLK,SPDIF_RXCLK,SPDIF_RXCLK,Extal_ckl,Spdif_clk,Asrc_clk,Spdif_extclk,Esai_hckt,SPDIF_RXCLK,SPDIF_RXCLK,Mkb_clk,Mlb_phy_clk,?..." else bitfld.long 0x00 7.--10. " CLKSRC_SEL ,Clock source selection" "SPDIF_RXCLK,SPDIF_RXCLK,Reserved,SPDIF_RXCLK,SPDIF_RXCLK,Extal_ckl,Spdif_clk,Reserved,Asrc_clk,Esai_hckt,SPDIF_RXCLK,SPDIF_RXCLK,Mkb_clk,Camp_clk,?..." endif textline " " bitfld.long 0x00 6. " LOCK ,Internal DPLL lock" "Not locked,Locked" textline " " bitfld.long 0x00 3.--5. " GAINSEL ,Gain selection" "24*2**10,16*2**10,12*2**10,8*2**10,6*2**10,4*2**10,3*2**10,?..." else group.long 0x08++0x03 line.long 0x00 "SRPC,PhaseConfig Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5") bitfld.long 0x00 7.--10. " CLKSRC_SEL ,Clock source selection" "Extal,Spdif_clk,Asrc_clk,Spdif_clk,Esai_hckt,Extal_ckl,Spdif_clk,Asrc_clk,Spdif_extclk,Esai_hckt,Mkb_clk,Mlb_phy_clk,Mkb_clk,Mlb_phy_clk,?..." else bitfld.long 0x00 7.--10. " CLKSRC_SEL ,Clock source selection" "Extal,Spdif_clk,Reserved,Asrc_clk,Esai_hckt,Extal_ckl,Spdif_clk,Reserved,Asrc_clk,Esai_hckt,Mlb_clk,Camp_clk,Mkb_clk,Camp_clk,?..." endif textline " " bitfld.long 0x00 6. " LOCK ,Internal DPLL lock" "Not locked,Locked" textline " " bitfld.long 0x00 3.--5. " GAINSEL ,Gain selection" "24*2**10,16*2**10,12*2**10,8*2**10,6*2**10,4*2**10,3*2**10,?..." endif group.long 0x0c++0x7 line.long 0x0 "SIE,Interrupt Enable Register" bitfld.long 0x00 20. " LOCK ,SPDIF receiver's DPLL lock interrupt enable" "Disabled,Enabled" bitfld.long 0x0 19. " TXUNOV_EN ,SPDIF transmit FIFO under/overrun interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x0 18. " TXRESYN_EN ,SPDIF transmit FIFO resync interrupt" "Disabled,Enabled" bitfld.long 0x00 17. " CNEW ,SPDIF receive change in value of control channel" "Disabled,Enabled" textline " " bitfld.long 0x00 16. " VALNOGOOD ,SPDIF validity flag no good interrupt enable" "Disabled,Enabled" bitfld.long 0x00 15. " SYMERR ,SPDIF receiver found illegal symbol interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 14. " BITERR ,SPDIF receiver found parity bit error interrupt enable" "Disabled,Enabled" bitfld.long 0x00 10. " URXFUL ,U channel receive register full interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 9. " URXOV ,U channel receive register overrun interrupt enable" "Disabled,Enabled" bitfld.long 0x00 8. " QRXFUL ,Q channel receive register full interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " QRXOV ,Q channel receive register overrun interrupt enable" "Disabled,Enabled" bitfld.long 0x00 6. " UQSYNC ,U/Q channel sync found interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 5. " UQERR ,U/Q channel framing error interrupt enable" "Disabled,Enabled" bitfld.long 0x00 4. " RXFIFOUNOV ,RX FIFO underrun/overrun interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " RXFIFORESYN ,RX FIFO resync interrupt enable" "Disabled,Enabled" bitfld.long 0x00 2. " LOCKLOSS ,SPDIF receiver loss of lock interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x0 1. " TXEM ,SPDIF transmit FIFO empty interrupt enable" "Disabled,Enabled" bitfld.long 0x00 0. " RXFIFOFUL ,SPDIF RX FIFO full interrupt enable" "Disabled,Enabled" line.long 0x4 "SIS/SIC,Interrupt Status Register" bitfld.long 0x04 20. " LOCK ,SPDIF receiver's DPLL lock interrupt enable" "No interrupt,Interrupt" bitfld.long 0x04 19. " TXUNOV_EN ,SPDIF transmit FIFO under/overrun interrupt enable" "No interrupt,Interrupt" textline " " bitfld.long 0x04 18. " TXRESYN_EN ,SPDIF transmit FIFO resync interrupt" "No interrupt,Interrupt" bitfld.long 0x04 17. " CNEW ,SPDIF receive change in value of control channel" "No interrupt,Interrupt" textline " " bitfld.long 0x04 16. " VALNOGOOD ,SPDIF validity flag no good interrupt enable" "No interrupt,Interrupt" bitfld.long 0x04 15. " SYMERR ,SPDIF receiver found illegal symbol interrupt enable" "No interrupt,Interrupt" textline " " bitfld.long 0x04 14. " BITERR ,SPDIF receiver found parity bit error interrupt enable" "No interrupt,Interrupt" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x04 9. " URXOV ,U channel receive register overrun interrupt enable" "No interrupt,Interrupt" else bitfld.long 0x04 10. " URXFUL ,U channel receive register full interrupt enable" "No interrupt,Interrupt" textline " " bitfld.long 0x04 9. " URXOV ,U channel receive register overrun interrupt enable" "No interrupt,Interrupt" bitfld.long 0x04 8. " QRXFUL ,Q channel receive register full interrupt enable" "No interrupt,Interrupt" endif textline " " bitfld.long 0x04 7. " QRXOV ,Q channel receive register overrun interrupt enable" "No interrupt,Interrupt" bitfld.long 0x04 6. " UQSYNC ,U/Q channel sync found interrupt enable" "No interrupt,Interrupt" textline " " bitfld.long 0x04 5. " UQERR ,U/Q channel framing error interrupt enable" "No interrupt,Interrupt" bitfld.long 0x04 4. " RXFIFOUNOV ,RX FIFO underrun/overrun interrupt enable" "No interrupt,Interrupt" textline " " bitfld.long 0x04 3. " RXFIFORESYN ,RX FIFO resync interrupt enable" "No interrupt,Interrupt" bitfld.long 0x04 2. " LOCKLOSS ,SPDIF receiver loss of lock interrupt enable" "No interrupt,Interrupt" textline " " sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x04 1. " TXEM ,SPDIF transmit FIFO empty interrupt enable" "No interrupt,Interrupt" rbitfld.long 0x04 0. " RXFIFOFUL ,SPDIF RX FIFO full interrupt enable" "No interrupt,Interrupt" else bitfld.long 0x04 1. " TXEM ,SPDIF transmit FIFO empty interrupt enable" "No interrupt,Interrupt" bitfld.long 0x04 0. " RXFIFOFUL ,SPDIF RX FIFO full interrupt enable" "No interrupt,Interrupt" endif rgroup.long 0x14++0x17 line.long 0x00 "SRL,SPDIF Rx Left Regsiter" hexmask.long.tbyte 0x00 0.--23. 1. " RXDATA_L ,Processor receive SPDIF data left" line.long 0x04 "SRR,SPDIF Rx Right Regsiter" hexmask.long.tbyte 0x04 0.--23. 1. " RXDATA_R ,Processor receive SPDIF data right" line.long 0x08 "SRCSH,SPDIF RxC Channel_h Register" hexmask.long.tbyte 0x08 0.--23. 1. " RXCCH_H ,SPDIF receive C channel register (high bits)" line.long 0x0C "SRCSL,SPDIF RxC Channel_l Register" hexmask.long.tbyte 0x0C 0.--23. 1. " RXCCH_L ,SPDIF receive C channel register (low bits)" line.long 0x10 "SRU,Uchannel Rx Register" hexmask.long.tbyte 0x10 0.--23. 1. " RXU_CH ,SPDIF receive U channel register" line.long 0x14 "SRQ,Qchannel Rx Register" hexmask.long.tbyte 0x14 0.--23. 1. " RXQ_CH ,SPDIF receive Q channel register" wgroup.long 0x2C++0x3 line.long 0x0 "STL,SPDIF Left Channel Data Transmitter" hexmask.long.tbyte 0x0 0.--23. 1. " TXDATALEFT ,SPDIF transmit left channel data" wgroup.long 0x30++0x3 line.long 0x0 "STR,SPDIF Right Channel Data Transmitter" hexmask.long.tbyte 0x0 0.--23. 1. " TXDATARIGHT ,SPDIF transmit right channel data" group.long 0x34++0x3 line.long 0x0 "STCSCH,SPDIF Tx Consumer Channel Status High Register" hexmask.long.tbyte 0x0 0.--23. 1. " TXCCHANNELCONS_H ,SPDIF transmit Cons. C channel data" group.long 0x38++0x3 line.long 0x0 "STCSCL,SPDIF Tx Consumer Channel Status Low Register" hexmask.long.tbyte 0x0 0.--23. 1. " TXCCHANNELCONS_L ,SPDIF transmit Cons. C channel data" rgroup.long 0x44++0x03 line.long 0x00 "SRFM,Frequency Measurement Data Register" hexmask.long.tbyte 0x0 0.--23. 1. " FREQ_MEAS ,Frequency measurement data" group.long 0x50++0x3 line.long 0x0 "STC,Transmit Clock Control Register" hexmask.long.word 0x00 11.--19. 1. " SYSCLK_DF ,System clock divider factor 2-512" textline " " sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x00 8.--10. " TXCLK_SOURCE ,Tx clock source" "SPDIF EXTAL,PLL4 DIV CLK,AUDIO EXTAL,MLB CLK IN,ESAI HCKT,SYS CLK,SAI0 TX BCLK,SAI3 TX BCLK" else bitfld.long 0x00 8.--10. " TXCLK_SOURCE ,Tx clock source" "Camp1 clk,CCM spidf0_clk_root,Reserved,Asrc_clk,Esai_hckt,Frequency divider ipg_clk,Mlb_clk,Camp2 clk" endif textline " " bitfld.long 0x00 7. " TX_ALL_CLK_EN ,Spdif transfer clock enable" "Disabled,Enabled" textline " " hexmask.long.byte 0x00 0.--6. 1. " TXCLK_DF ,Divider factor (1-128)" width 0xb tree.end tree "DCU4 (Display Control Unit)" tree "DCU0" base ad:0x40058000 width 23. group.long 0x0++0x3 line.long 0x00 "CTRLDESCCURSOR1,Control Descriptor Cursor 1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the cursor in pixels" textline " " hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the cursor in pixels" group.long 0x4++0x3 line.long 0x00 "CTRLDESCCURSOR2,Control Descriptor Cursor 2 Register" hexmask.long.word 0x00 16.--26. 1. " POSY ,Y position of the cursor in pixels" textline " " hexmask.long.word 0x00 0.--10. 1. " POSX ,X position of the cursor in pixels" group.long 0x8++0x3 line.long 0x00 "CTRLDESCCURSOR3,Control Descriptor Cursor 3 Register" bitfld.long 0x00 31. " CUR_EN ,Cursor Enable signal" "Disabled,Enabled" hexmask.long.tbyte 0x00 0.--23. 1. " DEFAULT_CURSOR_COLOR[23:0] ,Default pixel color value for the cursor" group.long 0xC++0x3 line.long 0x00 "CTRLDESCCURSOR4,Control Descriptor Cursor 4 Register" hexmask.long.byte 0x00 16.--23. 1. " HWC_BLINK_OFF ,HWC blink register" textline " " bitfld.long 0x00 8. " EN_BLINK ,Enable the cursor blink mode" "Disabled,Enabled" hexmask.long.byte 0x00 0.--7. 1. " HWC_BLINK_ON ,HWC blink register" group.long 0x10++0x3 line.long 0x00 "DCU_MODE,DCU4 Mode Register" bitfld.long 0x00 31. " DCU_SW_RESET ,Used to clear all the registers to reset state" "No effect,Reset" bitfld.long 0x00 30. " EN_DITHER ,Enable dithering mode" "Disabled,Enabled" bitfld.long 0x00 28.--29. " ADDB ,Two-bit value to be added to pixel blue component for dithering" "0,1,2,3" textline " " bitfld.long 0x00 26.--27. " ADDG ,Two bit Value to be added with pixel green component for dithering" "0,1,2,3" bitfld.long 0x00 24.--25. " ADDR ,Two-bit value to be added to pixel red component for dithering" "0,1,2,3" bitfld.long 0x00 23. " DDR_MODE ,Special Mode for DCU interface with DRAM" "Off,On" textline " " bitfld.long 0x00 20.--22. " BLEND_ITER ,Defines the maximum number of pixels which are blended in the pixel blend stack" "Reserved,Reserved,2,3,4,5,6,?..." sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x00 16.--19. " PDI_SYNC_LOCK ,Defines the number of frames" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 15. " PDI_INTERPOL_EN ,Control Bit Interpolation/Chroma" "Chroma,Interpolation" textline " " bitfld.long 0x00 14. " RASTER_EN ,Enables raster scanning of pixel data" "Disabled,Enabled" bitfld.long 0x00 13. " PDI_EN ,Enables the PDI" "Disabled,Enabled" bitfld.long 0x00 12. " PDI_BYTE_REV ,Controls the byte ordering in Narrow Mode" "LSB/MSB,MSB/LSB" textline " " bitfld.long 0x00 11. " PDI_DE_MODE ,Enables the PDI data Enable Mode" "Ignored,Enabled" bitfld.long 0x00 10. " PDI_NARROW_MODE ,Enables the PDI Narrow Mode" "Disabled,Enabled" bitfld.long 0x00 8.--9. " PDI_MODE ,Defines the different modes in which PDI is operating" "8-bit monochrome,16-bit RGB 565 format,18-bit RGB 666 data format, YCbCr data in 4:2:2 format" textline " " bitfld.long 0x00 7. " PDI_SLAVE_MODE ,Enables PDI slave Mode" "Disabled,Enabled" else bitfld.long 0x00 14. " RASTER_EN ,Enables raster scanning of pixel data" "Disabled,Enabled" endif bitfld.long 0x00 6. " TAG_EN ,Enables the calculation of CRC only on the safety layers" "Disabled,Enabled" textline " " bitfld.long 0x00 5. " SIG_EN ,Enables the signature calculator block" "Disabled,Enabled" bitfld.long 0x00 4. " PDI_SYNC ,Decides whether the PDI uses external or internal synchronization" "External,Internal" bitfld.long 0x00 2. " EN_GAMMA ,Enables/Disables the Gamma Correction" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " DCU_MODE ,DCU operating mode" "DCU off,Normal mode,Test mode,Color Bar" group.long 0x14++0x3 line.long 0x00 "BGND,Background Register" hexmask.long.byte 0x00 16.--23. 1. " BGND_R ,Red component of the default color displayed in the sectors where no layer is active" hexmask.long.byte 0x00 8.--15. 1. " BGND_G ,Green component of the default color displayed in the sectors where no layer is active" textline " " hexmask.long.byte 0x00 0.--7. 1. " BGND_B ,Blue component of the default color displayed in the sectors where no layer is active" group.long 0x18++0x3 line.long 0x00 "DISP_SIZE,Display Size Register" hexmask.long.word 0x00 16.--26. 1. " DELTA_Y ,Sets the display size vertical resolution (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " DELTA_X ,Sets the display size horizontal resolution (in multiples of 16 pixels)" group.long 0x1C++0x3 line.long 0x00 "HSYN_PARA,Horizontal Sync Parameter Register" hexmask.long.word 0x00 22.--30. 1. " BP_H ,HSYNC back-porch pulse width (in pixel clock cycles)" hexmask.long.word 0x00 11.--19. 1. " PW_H ,HSYNC active pulse width (in pixel clock cycles)" textline " " hexmask.long.word 0x00 0.--8. 1. " FP_H ,HSYNC front-porch pulse width (in pixel clock cycles)" group.long 0x20++0x3 line.long 0x00 "VSYN_PARA,Vertical Sync Parameter Register" hexmask.long.word 0x00 22.--30. 1. " BP_V ,VSYNC back-porch pulse width (in horizontal line cycles). Pulse width has a minimum value of 1" hexmask.long.word 0x00 11.--19. 1. " PW_V ,VSYNC active pulse width (in horizontal line cycles)" textline " " hexmask.long.word 0x00 0.--8. 1. " FP_V ,VSYNC front-porch pulse width (in horizontal line cycles). Pulse width has a minimum value of 1" group.long 0x24++0x3 line.long 0x00 "SYNPOL,Synchronize Polarity Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x00 10. " INV_PDI_DE ,Polarity of PDI input data Enable" "Low,High" bitfld.long 0x00 9. " INV_PDI_HS ,Polarity of PDI input HSYNC" "Low,High" textline " " bitfld.long 0x00 8. " INV_PDI_VS ,Polarity of PDI input VSYNC" "Low,High" bitfld.long 0x00 7. " INV_PDI_CLK ,Polarity of PDI input Clock" "Rising edge,Falling edge" endif bitfld.long 0x00 6. " INV_PXCK ,Polarity change of Pixel Clock" "Falling,Rising" bitfld.long 0x00 5. " NEG ,Indicates if value at the output (pixel data output) needs to be negated" "Not changed,Negated" textline " " bitfld.long 0x00 4. " BP_VS ,Bypass Vertical synchronization signal (internal pin muxing)" "Not bypassed,Bypassed" bitfld.long 0x00 3. " BP_HS ,Bypass Horizontal synchronization signal (internal pin muxing)" "Not bypassed,Bypassed" textline " " bitfld.long 0x00 2. " INV_CS ,Invert Composite synchronization signal" "Not inverted,Inverted" bitfld.long 0x00 1. " INV_VS ,Invert Vertical synchronization signal" "Not inverted,Inverted" textline " " bitfld.long 0x00 0. " INV_HS ,Invert Horizontal synchronization signal" "Not inverted,Inverted" group.long 0x28++0x3 line.long 0x00 "THRESHOLD,Threshold Register" hexmask.long.word 0x00 16.--26. 1. " LS_BF_VS ,Lines before VS_BLANK threshold value" hexmask.long.byte 0x00 8.--15. 1. " OUT_BUF_HIGH ,Output buffer high threshold (in pixels)" textline " " hexmask.long.byte 0x00 0.--7. 1. " OUT_BUF_LOW ,Output buffer filling low Threshold (in pixels)" group.long 0x2C++0x3 line.long 0x00 "INT_STATUS,Interrupt Status Register" bitfld.long 0x00 31. " P6_EMPTY ,Interrupt flag to indicate that the FIFO in position 6 in the pixel blend stack underflowed" "No interrupt,Interrupt" bitfld.long 0x00 30. " P5_EMPTY ,Interrupt flag to indicate that the FIFO in position 5 in the pixel blend stack underflowed" "No interrupt,Interrupt" bitfld.long 0x00 29. " P4_EMPTY ,Interrupt flag to indicate that the FIFO in position 4 in the pixel blend stack underflowed" "No interrupt,Interrupt" textline " " bitfld.long 0x00 28. " P3_EMPTY ,Interrupt flag to indicate that the FIFO in position 3 in the pixel blend stack underflowed" "No interrupt,Interrupt" bitfld.long 0x00 27. " P2_EMPTY ,Interrupt flag to indicate that the FIFO in position 2 in the pixel blend stack underflowed" "No interrupt,Interrupt" bitfld.long 0x00 26. " P1_EMPTY ,Interrupt flag to indicate that the FIFO in position 1 (lowest) in the pixel blend stack underflowed" "No interrupt,Interrupt" textline " " bitfld.long 0x00 23. " P6_FIFO_HI_FLAG ,Interrupt flag to indicate that the high threshold has been reached in the FIFO in position 6 in the pixel blend stack" "No interrupt,Interrupt" bitfld.long 0x00 22. " P6_FIFO_LO_FLAG ,Interrupt flag to indicate that the low threshold has been reached in the FIFO in position 6 in the pixel blend stack" "No interrupt,Interrupt" bitfld.long 0x00 21. " P5_FIFO_HI_FLAG ,Interrupt flag to indicate that the high threshold has been reached in the FIFO in position 5 in the pixel blend stack" "No interrupt,Interrupt" textline " " bitfld.long 0x00 20. " P5_FIFO_LO_FLAG ,Interrupt flag to indicate that the low threshold has been reached in the FIFO in position 5 in the pixel blend stack" "No interrupt,Interrupt" bitfld.long 0x00 19. " P4_FIFO_HI_FLAG ,Interrupt flag to indicate that the high threshold has been reached in the FIFO in position 4 in the pixel blend stack" "No interrupt,Interrupt" bitfld.long 0x00 18. " P4_FIFO_LO_FLAG ,Interrupt flag to indicate that the low threshold has been reached in the FIFO in position 4 in the pixel blend stack" "No interrupt,Interrupt" textline " " bitfld.long 0x00 17. " P3_FIFO_HI_FLAG ,Interrupt flag to indicate that the high threshold has been reached in the FIFO in position 3 in the pixel blend stack" "No interrupt,Interrupt" bitfld.long 0x00 16. " P3_FIFO_LO_FLAG ,Interrupt flag to indicate that the low threshold has been reached in the FIFO in position 3 in the pixel blend stack" "No interrupt,Interrupt" bitfld.long 0x00 14. " DMA_TRANS_FINISH ,Interrupt flag, which indicates that the DCU4 DMA has fetched the last pixel of data from the memory" "No interrupt,Interrupt" textline " " bitfld.long 0x00 12. " LYR_TRANS_FINISH ,Interrupt flag to indicate that the transfer is complete of layer configuration from the layer control descriptor registers into the DCU4 functional block" "No interrupt,Interrupt" bitfld.long 0x00 11. " IPM_ERROR ,Interrupt flag, which indicates that an error has occured in the Magenta line transaction" "0,1" bitfld.long 0x00 10. " PROG_END ,Interrupt flag which indicates that the DCU4 has begun to transfer layer configuration from the layer control descriptor registers into the DCU4 functional block" "No interrupt,Interrupt" textline " " bitfld.long 0x00 9. " P2_FIFO_HI_FLAG ,Interrupt flag to indicate that the high threshold has been reached in the FIFO in position 2 in the pixel blend stack" "No interrupt,Interrupt" bitfld.long 0x00 8. " P2_FIFO_LO_FLAG ,Interrupt flag to indicate that the low threshold has been reached in the FIFO in position 2 in the pixel blend stack" "No interrupt,Interrupt" bitfld.long 0x00 7. " P1_FIFO_HI_FLAG ,Interrupt flag to indicate that the high threshold has been reached in the FIFO in position 1 (lowest) in the pixel blend stack" "No interrupt,Interrupt" textline " " bitfld.long 0x00 6. " P1_FIFO_LO_FLAG ,Interrupt flag to indicate that the low threshold has been reached in the FIFO in position 1 (lowest) in the pixel blend stack" "No interrupt,Interrupt" bitfld.long 0x00 5. " CRC_OVERFLOW ,Interrupt signal to indicate that CRC_ready has not been serviced and CRC has been calculated for the next frame" "No interrupt,Interrupt" bitfld.long 0x00 4. " CRC_READY ,Interrupt flag to indicate CRC calculation is done and ready to be compared with precomputed CRC value by the software" "No interrupt,Interrupt" textline " " eventfld.long 0x00 3. " VS_BLANK ,Interrupt signal to indicate vertical blanking period" "No interrupt,Interrupt" bitfld.long 0x00 2. " LS_BF_VS ,Interrupt flag to indicate the Lines Before VS_BLANK event has been reached" "No interrupt,Interrupt" eventfld.long 0x00 1. " UNDRUN ,Interrupt flag to indicate the output buffer underrun condition" "No interrupt,Interrupt" textline " " bitfld.long 0x00 0. " VSYNC ,Interrupt flag to indicate that the vertical synchronization phase has begun" "No interrupt,Interrupt" group.long 0x30++0x3 line.long 0x00 "INT_MASK,Interrupt Mask Register" bitfld.long 0x00 31. " M_P6_EMPTY ,Mask for P6_EMPTY interrupt flag" "Not masked,Masked" bitfld.long 0x00 30. " M_P5_EMPTY ,Mask for P5_EMPTY interrupt flag" "Not masked,Masked" bitfld.long 0x00 29. " M_P4_EMPTY ,Mask for P4_EMPTY interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 28. " M_P3_EMPTY ,Mask for P3_EMPTY interrupt flag" "Not masked,Masked" bitfld.long 0x00 27. " M_P2_EMPTY ,Mask for P2_EMPTY interrupt flag" "Not masked,Masked" bitfld.long 0x00 26. " M_P1_EMPTY ,Mask for P1_EMPTY interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 23. " M_P6_FIFO_HI_FLAG ,Mask for P6_FIFO_HI_FLAG interrupt flag" "Not masked,Masked" bitfld.long 0x00 22. " M_P6_FIFO_LO_FLAG ,Mask for P6_FIFO_LO_FLAG interrupt flag" "Not masked,Masked" bitfld.long 0x00 21. " M_P5_FIFO_HI_FLAG ,Mask for P5_FIFO_HI_FLAG interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 20. " M_P5_FIFO_LO_FLAG ,Mask for P5_FIFO_LO_FLAG interrupt flag" "Not masked,Masked" bitfld.long 0x00 19. " M_P4_FIFO_HI_FLAG ,Mask for P4_FIFO_HI_FLAG interrupt flag" "Not masked,Masked" bitfld.long 0x00 18. " M_P4_FIFO_LO_FLAG ,Mask for P4_FIFO_LO_FLAG interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 17. " M_P3_FIFO_HI_FLAG ,Mask for P3_FIFO_HI_FLAG interrupt flag" "Not masked,Masked" bitfld.long 0x00 16. " M_P3_FIFO_LO_FLAG ,Mask for P6_FIFO_LO_FLAG interrupt flag" "Not masked,Masked" bitfld.long 0x00 14. " M_DMA_TRANS_FINISH ,Mask for DMA_TRANS_FINISH interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 12. " MSK_SHDW_CMPLT_INT ,Mask for SHDW_CMPLT interrupt flag" "Not masked,Masked" bitfld.long 0x00 11. " M_IPM_ERROR ,Mask for IPM_ERROR interrupt flag" "Not masked,Masked" bitfld.long 0x00 10. " M_PROG_END ,Mask for PROG_END interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 9. " M_P2_FIFO_HI_FLAG ,Mask for P2_FIFO_HI_FLAG interrupt flag" "Not masked,Masked" bitfld.long 0x00 8. " M_P2_FIFO_LO_FLAG ,Mask for P2_FIFO_LO_FLAG interrupt flag" "Not masked,Masked" bitfld.long 0x00 7. " M_P1_FIFO_HI_FLAG ,Mask for P1_FIFO_HI_FLAG interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 6. " M_P1_FIFO_LO_FLAG ,Mask for P1_FIFO_LO_FLAG interrupt flag" "Not masked,Masked" bitfld.long 0x00 5. " M_CRC_OVERFLOW ,Mask for CRC_OVERFLOW interrupt flag" "Not masked,Masked" bitfld.long 0x00 4. " M_CRC_READY ,Mask for CRC_READY interrupt flag" "Not masked,Masked" textline " " eventfld.long 0x00 3. " M_VS_BLANK ,Mask for VS_BLANK interrupt flag" "Not masked,Masked" bitfld.long 0x00 2. " M_LS_BF_VS ,Mask for LS_BF_VS interrupt flag" "Not masked,Masked" bitfld.long 0x00 1. " M_UNDRUN ,Mask for M_UNDRUN interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 0. " M_VSYNC ,Mask for VSYNC interrupt flag" "Not masked,Masked" group.long 0x34++0x3 line.long 0x00 "COLBAR_1,COLBAR_1 Register" hexmask.long.byte 0x00 16.--23. 1. " COLBAR_1_R ,Red component value" hexmask.long.byte 0x00 8.--15. 1. " COLBAR_1_G ,Green component value" textline " " hexmask.long.byte 0x00 0.--7. 1. " COLBAR_1_B ,Blue component value" group.long 0x38++0x3 line.long 0x00 "COLBAR_2,COLBAR_2 Register" hexmask.long.byte 0x00 16.--23. 1. " COLBAR_2_R ,Red component value" hexmask.long.byte 0x00 8.--15. 1. " COLBAR_2_G ,Green component value" textline " " hexmask.long.byte 0x00 0.--7. 1. " COLBAR_2_B ,Blue component value" group.long 0x3C++0x3 line.long 0x00 "COLBAR_3,COLBAR_3 Register" hexmask.long.byte 0x00 16.--23. 1. " COLBAR_3_R ,Red component value" hexmask.long.byte 0x00 8.--15. 1. " COLBAR_3_G ,Green component value" textline " " hexmask.long.byte 0x00 0.--7. 1. " COLBAR_3_B ,Blue component value" group.long 0x40++0x3 line.long 0x00 "COLBAR_4,COLBAR_4 Register" hexmask.long.byte 0x00 16.--23. 1. " COLBAR_4_R ,Red component value" hexmask.long.byte 0x00 8.--15. 1. " COLBAR_4_G ,Green component value" textline " " hexmask.long.byte 0x00 0.--7. 1. " COLBAR_4_B ,Blue component value" group.long 0x44++0x3 line.long 0x00 "COLBAR_5,COLBAR_5 Register" hexmask.long.byte 0x00 16.--23. 1. " COLBAR_5_R ,Red component value" hexmask.long.byte 0x00 8.--15. 1. " COLBAR_5_G ,Green component value" textline " " hexmask.long.byte 0x00 0.--7. 1. " COLBAR_5_B ,Blue component value" group.long 0x48++0x3 line.long 0x00 "COLBAR_6,COLBAR_6 Register" hexmask.long.byte 0x00 16.--23. 1. " COLBAR_6_R ,Red component value" hexmask.long.byte 0x00 8.--15. 1. " COLBAR_6_G ,Green component value" textline " " hexmask.long.byte 0x00 0.--7. 1. " COLBAR_6_B ,Blue component value" group.long 0x4C++0x3 line.long 0x00 "COLBAR_7,COLBAR_7 Register" hexmask.long.byte 0x00 16.--23. 1. " COLBAR_7_R ,Red component value" hexmask.long.byte 0x00 8.--15. 1. " COLBAR_7_G ,Green component value" textline " " hexmask.long.byte 0x00 0.--7. 1. " COLBAR_7_B ,Blue component value" group.long 0x50++0x3 line.long 0x00 "COLBAR_8,COLBAR_8 Register" hexmask.long.byte 0x00 16.--23. 1. " COLBAR_8_R ,Red component value" hexmask.long.byte 0x00 8.--15. 1. " COLBAR_8_G ,Green component value" textline " " hexmask.long.byte 0x00 0.--7. 1. " COLBAR_8_B ,Blue component value" group.long 0x54++0x3 line.long 0x00 "DIV_RATIO,Divide Ratio Register" hexmask.long.byte 0x00 0.--7. 1. " DIV_RATIO ,Specifies the divide value for the input clock" group.long 0x58++0x3 line.long 0x00 "SIGN_CALC_1,Sign Calculation 1 Register" hexmask.long.word 0x00 16.--26. 1. " SIG_VER_SIZE ,Vertical size of the window of interest of pixels for CRC calculation (in pixels)" hexmask.long.word 0x00 0.--10. 1. " SIG_HOR_SIZE ,Horizontal size of window of interest of pixels for CRC calculations (in pixels)" group.long 0x5C++0x3 line.long 0x00 "SIGN_CALC_2,Sign Calculation 2 Register" hexmask.long.word 0x00 16.--26. 1. " SIG_VER_POS ,Vertical position of the window of interest of pixels for CRC calculation (in pixels)" hexmask.long.word 0x00 0.--10. 1. " SIG_HOR_POS ,Horizontal position of window of interest of pixels for CRC calculation (in pixels)" group.long 0x60++0x3 line.long 0x00 "CRC_VAL,CRC Value Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") group.long 0x64++0x3 line.long 0x00 "PDI_STATUS,PDI Status Register" bitfld.long 0x00 9. " PDI_BLANKING_ERR ,Sequence present" "Present,Not present" bitfld.long 0x00 8. " PDI_ECC_ERR2 ,Multibit error" "No error,Error" bitfld.long 0x00 7. " PDI_ECC_ERR1 ,One bit error" "No error,Error" textline " " bitfld.long 0x00 6. " PDI_LOCK_LOST ,Frame lock lost" "Locked,Lost" bitfld.long 0x00 5. " PDI_LOCK_DET ,PDI frame locked" "Waiting,Detected" bitfld.long 0x00 4. " PDI_VSYNC_DET ,VSYNC detected" "Not detected,Detected" textline " " bitfld.long 0x00 3. " PDI_HSYNC_DET ,HSYNC detected" "Not detected,Detected" bitfld.long 0x00 2. " PDI_DE_DET ,Data Enable detected" "Not detected,Detected" bitfld.long 0x00 1. " PDI_CLK_LOST ,PDI_CLK lost" "Present,Lost" textline " " bitfld.long 0x00 0. " PDI_CLK_DET ,Clock detected" "Not detected,Detected" group.long 0x68++0x3 line.long 0x00 "PDI_STA_MSK,PDI Status Mask Register" bitfld.long 0x00 9. " M_PDI_BLANKING_ERR ,Mask for PDI_BLANKING_ERR interrupt flag" "0,1" bitfld.long 0x00 8. " M_PDI_ECC_ERR2 ,Mask for M_PDI_ECC_ERR2 interrupt flag" "0,1" bitfld.long 0x00 7. " M_PDI_ECC_ERR1 ,Mask for M_PDI_ECC_ERR1 interrupt flag" "0,1" textline " " bitfld.long 0x00 6. " M_PDI_LOCK_LOST ,Mask for M_PDI_LOCK_LOST interrupt flag" "0,1" bitfld.long 0x00 5. " M_PDI_LOCK_DET ,Mask for M_PDI_LOCK_DET interrupt flag" "0,1" bitfld.long 0x00 4. " M_PDI_VSYNC_DET ,Mask for M_PDI_VSYNC_DET interrupt flag" "0,1" textline " " bitfld.long 0x00 3. " M_PDI_HSYNC_DET ,Mask for M_PDI_HSYNC_DET interrupt flag" "0,1" bitfld.long 0x00 2. " M_PDI_DE_DET ,Mask for M_PDI_DE_DET interrupt flag" "0,1" bitfld.long 0x00 1. " M_PDI_CLK_LOST ,Mask for M_PDI_CLK_LOST interrupt flag" "0,1" textline " " bitfld.long 0x00 0. " M_PDI_CLK_DET ,Mask for M_PDI_CLK_DET interrupt flag" "0,1" endif group.long 0x6C++0x3 line.long 0x00 "PARR_ERR_STATUS1,Parameter Error Status 1 Register" bitfld.long 0x00 31. " L31 ,Parameter error" "No error,Error" bitfld.long 0x00 30. " L30 ,Parameter error" "No error,Error" bitfld.long 0x00 29. " L29 ,Parameter error" "No error,Error" bitfld.long 0x00 28. " L28 ,Parameter error" "No error,Error" textline " " bitfld.long 0x00 27. " L27 ,Parameter error" "No error,Error" bitfld.long 0x00 26. " L26 ,Parameter error" "No error,Error" bitfld.long 0x00 25. " L25 ,Parameter error" "No error,Error" bitfld.long 0x00 24. " L24 ,Parameter error" "No error,Error" textline " " bitfld.long 0x00 23. " L23 ,Parameter error" "No error,Error" bitfld.long 0x00 22. " L22 ,Parameter error" "No error,Error" bitfld.long 0x00 21. " L21 ,Parameter error" "No error,Error" bitfld.long 0x00 20. " L20 ,Parameter error" "No error,Error" textline " " bitfld.long 0x00 19. " L19 ,Parameter error" "No error,Error" bitfld.long 0x00 18. " L18 ,Parameter error" "No error,Error" bitfld.long 0x00 17. " L17 ,Parameter error" "No error,Error" bitfld.long 0x00 16. " L16 ,Parameter error" "No error,Error" textline " " bitfld.long 0x00 15. " L15 ,Parameter error" "No error,Error" bitfld.long 0x00 14. " L14 ,Parameter error" "No error,Error" bitfld.long 0x00 13. " L13 ,Parameter error" "No error,Error" bitfld.long 0x00 12. " L12 ,Parameter error" "No error,Error" textline " " bitfld.long 0x00 11. " L11 ,Parameter error" "No error,Error" bitfld.long 0x00 10. " L10 ,Parameter error" "No error,Error" bitfld.long 0x00 9. " L9 ,Parameter error" "No error,Error" bitfld.long 0x00 8. " L8 ,Parameter error" "No error,Error" textline " " bitfld.long 0x00 7. " L7 ,Parameter error" "No error,Error" bitfld.long 0x00 6. " L6 ,Parameter error" "No error,Error" bitfld.long 0x00 5. " L5 ,Parameter error" "No error,Error" bitfld.long 0x00 4. " L4 ,Parameter error" "No error,Error" textline " " bitfld.long 0x00 3. " L3 ,Parameter error" "No error,Error" bitfld.long 0x00 2. " L2 ,Parameter error" "No error,Error" bitfld.long 0x00 1. " L1 ,Parameter error" "No error,Error" bitfld.long 0x00 0. " L0 ,Parameter error" "No error,Error" group.long 0x70++0x3 line.long 0x00 "PARR_ERR_STATUS2,Parameter Error Status 2 Register" bitfld.long 0x00 31. " L63 ,Parameter error" "No error,Error" bitfld.long 0x00 30. " L62 ,Parameter error" "No error,Error" bitfld.long 0x00 29. " L61 ,Parameter error" "No error,Error" bitfld.long 0x00 28. " L60 ,Parameter error" "No error,Error" textline " " bitfld.long 0x00 27. " L59 ,Parameter error" "No error,Error" bitfld.long 0x00 26. " L58 ,Parameter error" "No error,Error" bitfld.long 0x00 25. " L57 ,Parameter error" "No error,Error" bitfld.long 0x00 24. " L56 ,Parameter error" "No error,Error" textline " " bitfld.long 0x00 23. " L55 ,Parameter error" "No error,Error" bitfld.long 0x00 22. " L54 ,Parameter error" "No error,Error" bitfld.long 0x00 21. " L53 ,Parameter error" "No error,Error" bitfld.long 0x00 20. " L52 ,Parameter error" "No error,Error" textline " " bitfld.long 0x00 19. " L51 ,Parameter error" "No error,Error" bitfld.long 0x00 18. " L50 ,Parameter error" "No error,Error" bitfld.long 0x00 17. " L49 ,Parameter error" "No error,Error" bitfld.long 0x00 16. " L48 ,Parameter error" "No error,Error" textline " " bitfld.long 0x00 15. " L47 ,Parameter error" "No error,Error" bitfld.long 0x00 14. " L46 ,Parameter error" "No error,Error" bitfld.long 0x00 13. " L45 ,Parameter error" "No error,Error" bitfld.long 0x00 12. " L44 ,Parameter error" "No error,Error" textline " " bitfld.long 0x00 11. " L43 ,Parameter error" "No error,Error" bitfld.long 0x00 10. " L42 ,Parameter error" "No error,Error" bitfld.long 0x00 9. " L41 ,Parameter error" "No error,Error" bitfld.long 0x00 8. " L40 ,Parameter error" "No error,Error" textline " " bitfld.long 0x00 7. " L39 ,Parameter error" "No error,Error" bitfld.long 0x00 6. " L38 ,Parameter error" "No error,Error" bitfld.long 0x00 5. " L37 ,Parameter error" "No error,Error" bitfld.long 0x00 4. " L36 ,Parameter error" "No error,Error" textline " " bitfld.long 0x00 3. " L35 ,Parameter error" "No error,Error" bitfld.long 0x00 2. " L34 ,Parameter error" "No error,Error" bitfld.long 0x00 1. " L33 ,Parameter error" "No error,Error" bitfld.long 0x00 0. " L32 ,Parameter error" "No error,Error" group.long 0x7C++0x3 line.long 0x00 "PARR_ERR_STATUS3,Parameter Error Status 3 Register" bitfld.long 0x00 3. " RLE_ERR ,Error signal to indicate that more than one layer has RLE mode enabled" "No error,Error" bitfld.long 0x00 2. " HWC_ERR ,Interrupt signal to indicate HWC error" "No error,Error" textline " " bitfld.long 0x00 1. " SIG_ERR ,Interrupt occurs whenever the area of interest specified by SIG_CALC register is outside the display size" "No error,Error" bitfld.long 0x00 0. " DISP_ERR ,Interrupt occurs whenever width and height of display" "No error,Error" group.long 0x80++0x3 line.long 0x00 "MASK_PARR_ERR_STATUS1,Mask Parameter Error Status 1 Register" bitfld.long 0x00 31. " M_L_PARR_ERR31 ,Mask for L31 interrupt flag" "Not masked,Masked" bitfld.long 0x00 30. " M_L_PARR_ERR30 ,Mask for L30 interrupt flag" "Not masked,Masked" bitfld.long 0x00 29. " M_L_PARR_ERR29 ,Mask for L29 interrupt flag" "Not masked,Masked" bitfld.long 0x00 28. " M_L_PARR_ERR28 ,Mask for L28 interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 27. " M_L_PARR_ERR27 ,Mask for L27 interrupt flag" "Not masked,Masked" bitfld.long 0x00 26. " M_L_PARR_ERR26 ,Mask for L26 interrupt flag" "Not masked,Masked" bitfld.long 0x00 25. " M_L_PARR_ERR25 ,Mask for L25 interrupt flag" "Not masked,Masked" bitfld.long 0x00 24. " M_L_PARR_ERR24 ,Mask for L24 interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 23. " M_L_PARR_ERR23 ,Mask for L23 interrupt flag" "Not masked,Masked" bitfld.long 0x00 22. " M_L_PARR_ERR22 ,Mask for L22 interrupt flag" "Not masked,Masked" bitfld.long 0x00 21. " M_L_PARR_ERR21 ,Mask for L21 interrupt flag" "Not masked,Masked" bitfld.long 0x00 20. " M_L_PARR_ERR20 ,Mask for L20 interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 19. " M_L_PARR_ERR19 ,Mask for L19 interrupt flag" "Not masked,Masked" bitfld.long 0x00 18. " M_L_PARR_ERR18 ,Mask for L18 interrupt flag" "Not masked,Masked" bitfld.long 0x00 17. " M_L_PARR_ERR17 ,Mask for L17 interrupt flag" "Not masked,Masked" bitfld.long 0x00 16. " M_L_PARR_ERR16 ,Mask for L16 interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 15. " M_L_PARR_ERR15 ,Mask for L15 interrupt flag" "Not masked,Masked" bitfld.long 0x00 14. " M_L_PARR_ERR14 ,Mask for L14 interrupt flag" "Not masked,Masked" bitfld.long 0x00 13. " M_L_PARR_ERR13 ,Mask for L13 interrupt flag" "Not masked,Masked" bitfld.long 0x00 12. " M_L_PARR_ERR12 ,Mask for L12 interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 11. " M_L_PARR_ERR11 ,Mask for L11 interrupt flag" "Not masked,Masked" bitfld.long 0x00 10. " M_L_PARR_ERR10 ,Mask for L10 interrupt flag" "Not masked,Masked" bitfld.long 0x00 9. " M_L_PARR_ERR9 ,Mask for L9 interrupt flag" "Not masked,Masked" bitfld.long 0x00 8. " M_L_PARR_ERR8 ,Mask for L8 interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 7. " M_L_PARR_ERR7 ,Mask for L7 interrupt flag" "Not masked,Masked" bitfld.long 0x00 6. " M_L_PARR_ERR6 ,Mask for L6 interrupt flag" "Not masked,Masked" bitfld.long 0x00 5. " M_L_PARR_ERR5 ,Mask for L5 interrupt flag" "Not masked,Masked" bitfld.long 0x00 4. " M_L_PARR_ERR4 ,Mask for L4 interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 3. " M_L_PARR_ERR3 ,Mask for L3 interrupt flag" "Not masked,Masked" bitfld.long 0x00 2. " M_L_PARR_ERR2 ,Mask for L2 interrupt flag" "Not masked,Masked" bitfld.long 0x00 1. " M_L_PARR_ERR1 ,Mask for L1 interrupt flag" "Not masked,Masked" bitfld.long 0x00 0. " M_L_PARR_ERR0 ,Mask for L0 interrupt flag" "Not masked,Masked" group.long 0x84++0x3 line.long 0x00 "MASK_PARR_ERR_STATUS2,Mask Parameter Error Status 2 Register" bitfld.long 0x00 31. " M_L_PARR_ERR63 ,Mask for L63 interrupt flag" "Not masked,Masked" bitfld.long 0x00 30. " M_L_PARR_ERR62 ,Mask for L62 interrupt flag" "Not masked,Masked" bitfld.long 0x00 29. " M_L_PARR_ERR61 ,Mask for L61 interrupt flag" "Not masked,Masked" bitfld.long 0x00 28. " M_L_PARR_ERR60 ,Mask for L60 interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 27. " M_L_PARR_ERR59 ,Mask for L59 interrupt flag" "Not masked,Masked" bitfld.long 0x00 26. " M_L_PARR_ERR58 ,Mask for L58 interrupt flag" "Not masked,Masked" bitfld.long 0x00 25. " M_L_PARR_ERR57 ,Mask for L57 interrupt flag" "Not masked,Masked" bitfld.long 0x00 24. " M_L_PARR_ERR56 ,Mask for L56 interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 23. " M_L_PARR_ERR55 ,Mask for L55 interrupt flag" "Not masked,Masked" bitfld.long 0x00 22. " M_L_PARR_ERR54 ,Mask for L54 interrupt flag" "Not masked,Masked" bitfld.long 0x00 21. " M_L_PARR_ERR53 ,Mask for L53 interrupt flag" "Not masked,Masked" bitfld.long 0x00 20. " M_L_PARR_ERR52 ,Mask for L52 interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 19. " M_L_PARR_ERR51 ,Mask for L51 interrupt flag" "Not masked,Masked" bitfld.long 0x00 18. " M_L_PARR_ERR50 ,Mask for L50 interrupt flag" "Not masked,Masked" bitfld.long 0x00 17. " M_L_PARR_ERR49 ,Mask for L49 interrupt flag" "Not masked,Masked" bitfld.long 0x00 16. " M_L_PARR_ERR48 ,Mask for L48 interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 15. " M_L_PARR_ERR47 ,Mask for L47 interrupt flag" "Not masked,Masked" bitfld.long 0x00 14. " M_L_PARR_ERR46 ,Mask for L46 interrupt flag" "Not masked,Masked" bitfld.long 0x00 13. " M_L_PARR_ERR45 ,Mask for L45 interrupt flag" "Not masked,Masked" bitfld.long 0x00 12. " M_L_PARR_ERR44 ,Mask for L44 interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 11. " M_L_PARR_ERR43 ,Mask for L43 interrupt flag" "Not masked,Masked" bitfld.long 0x00 10. " M_L_PARR_ERR42 ,Mask for L42 interrupt flag" "Not masked,Masked" bitfld.long 0x00 9. " M_L_PARR_ERR41 ,Mask for L41 interrupt flag" "Not masked,Masked" bitfld.long 0x00 8. " M_L_PARR_ERR40 ,Mask for L40 interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 7. " M_L_PARR_ERR39 ,Mask for L39 interrupt flag" "Not masked,Masked" bitfld.long 0x00 6. " M_L_PARR_ERR38 ,Mask for L38 interrupt flag" "Not masked,Masked" bitfld.long 0x00 5. " M_L_PARR_ERR37 ,Mask for L37 interrupt flag" "Not masked,Masked" bitfld.long 0x00 4. " M_L_PARR_ERR36 ,Mask for L36 interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 3. " M_L_PARR_ERR35 ,Mask for L35 interrupt flag" "Not masked,Masked" bitfld.long 0x00 2. " M_L_PARR_ERR34 ,Mask for L34 interrupt flag" "Not masked,Masked" bitfld.long 0x00 1. " M_L_PARR_ERR33 ,Mask for L33 interrupt flag" "Not masked,Masked" bitfld.long 0x00 0. " M_L_PARR_ERR32 ,Mask for L32 interrupt flag" "Not masked,Masked" group.long 0x90++0x3 line.long 0x00 "MASK_PARR_ERR_STATUS3,Mask Parameter Error Status 3 Register" bitfld.long 0x00 3. " M_RLE_ERR ,Mask for RLE_ERR interrupt flag" "Not masked,Masked" bitfld.long 0x00 2. " M_HWC_ERR ,Mask for HWC_ERR interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 1. " M_SIG_ERR ,Mask for SIG_ERR interrupt flag" "Not masked,Masked" bitfld.long 0x00 0. " M_DISP_ERR ,Mask for DISP_ERR interrupt flag" "Not masked,Masked" group.long 0x94++0x3 line.long 0x00 "THRESHOLD_INP_BUF_1,Threshold Input 1 Register" hexmask.long.byte 0x00 24.--30. 1. " INP_BUF_P2_HI ,High threshold for the FIFO in position 2 in the pixel blend stack" hexmask.long.byte 0x00 16.--22. 1. " INP_BUF_P2_LO ,Low threshold for the FIFO in position 2 in the pixel blend stack" textline " " hexmask.long.byte 0x00 8.--14. 1. " INP_BUF_P1_HI ,High threshold for the FIFO in position 1 (lowest) in the pixel blend stack" hexmask.long.byte 0x00 0.--6. 1. " INP_BUF_P1_LO ,Low threshold for the FIFO in position 1 (lowest) in the pixel blend stack" group.long 0x98++0x3 line.long 0x00 "THRESHOLD_INP_BUF_2,Threshold Input 2 Register" hexmask.long.byte 0x00 24.--30. 1. " INP_BUF_P4_HI ,High threshold for the FIFO in position 4 in the pixel blend stack" hexmask.long.byte 0x00 16.--22. 1. " INP_BUF_P4_LO ,Low threshold for the FIFO in position 4 in the pixel blend stack" textline " " hexmask.long.byte 0x00 8.--14. 1. " INP_BUF_P3_HI ,High threshold for the FIFO in position 3 in the pixel blend stack" hexmask.long.byte 0x00 0.--6. 1. " INP_BUF_P3_LO ,Low threshold for the FIFO in position 3 in the pixel blend stack" group.long 0x9C++0x3 line.long 0x00 "THRESHOLD_INP_BUF_3,Threshold Input 3 Register" hexmask.long.byte 0x00 24.--30. 1. " INP_BUF_P6_HI ,High threshold for the FIFO in position 6 in the pixel blend stack" hexmask.long.byte 0x00 16.--22. 1. " INP_BUF_P6_LO ,Low threshold for the FIFO in position 6 in the pixel blend stack" textline " " hexmask.long.byte 0x00 8.--14. 1. " INP_BUF_P5_HI ,High threshold for the FIFO in position 5 in the pixel blend stack" hexmask.long.byte 0x00 0.--6. 1. " INP_BUF_P5_LO ,Low threshold for the FIFO in position 5 in the pixel blend stack" group.long 0xA0++0x3 line.long 0x00 "LUMA_COMP,LUMA Component Register" hexmask.long.word 0x00 22.--31. 1. " Y_RED ,Luminance coefficient for red component" hexmask.long.word 0x00 11.--20. 1. " Y_GREEN ,Luminance coefficient for green component" textline " " hexmask.long.word 0x00 0.--9. 1. " Y_BLUE ,Luminance coefficient for blue component" group.long 0xA4++0x3 line.long 0x00 "CHROMA_RED,Red Chroma Components Register" hexmask.long.word 0x00 16.--26. 1. " CR_RED ,Cr coefficient for calculation of red component" hexmask.long.word 0x00 0.--11. 1. " CB_RED ,Cb coefficient for calculation of red component" group.long 0xA8++0x3 line.long 0x00 "CHROMA_GREEN,Green Chroma Components Register" hexmask.long.word 0x00 16.--26. 1. " CR_GREEN ,Cr coefficient for calculation of green component" hexmask.long.word 0x00 0.--11. 1. " CB_GREEN ,Cb coefficient for calculation of green component" group.long 0xAC++0x3 line.long 0x00 "CHROMA_BLUE,Blue Chroma Components Register" hexmask.long.word 0x00 16.--26. 1. " CR_BLUE ,Cr coefficient for calculation of blue component" hexmask.long.word 0x00 0.--11. 1. " CB_BLUE ,Cb coefficient for calculation of blue component" group.long 0xB0++0x3 line.long 0x00 "CRC_POS,CRC Position Register" group.long 0xB4++0x3 line.long 0x00 "LYR_INTPOL_EN,Layer Interpolation Enable Register" bitfld.long 0x00 31. " EN ,Interpolation Enable bit for DCU3 Layer coded in YCbCr422 format" "Disabled,Enabled" group.long 0xB8++0x3 line.long 0x00 "LYR_LUMA_COMP,Layer Luminance Component Register" hexmask.long.word 0x00 22.--31. 1. " Y_RED ,Luminance coefficient for red component" hexmask.long.word 0x00 11.--20. 1. " Y_GREEN ,Luminance coefficient for green component" textline " " hexmask.long.word 0x00 0.--9. 1. " Y_BLUE ,Luminance coefficient for blue component" group.long 0xBC++0x3 line.long 0x00 "LYR_CHRM_RED,Layer Chroma Red Register" hexmask.long.word 0x00 16.--26. 1. " CR_RED ,Cr coefficient for calculation of red component" hexmask.long.word 0x00 0.--11. 1. " CB_RED ,Cb coefficient for calculation of red component" group.long 0xC0++0x3 line.long 0x00 "LYR_CHRM_GRN,Layer Chroma Green Register" hexmask.long.word 0x00 16.--26. 1. " CR_GREEN ,Cr coefficient for calculation of green component" hexmask.long.word 0x00 0.--11. 1. " CB_GREEN ,Cr coefficient for calculation of green component" group.long 0xC4++0x3 line.long 0x00 "LYR_CHRM_BLUE,Layer Chroma Blue Register" hexmask.long.word 0x00 16.--26. 1. " CR_BLUE ,Cr coefficient for calculation of blue component" hexmask.long.word 0x00 0.--11. 1. " CB_BLUE ,Cb coefficient for calculation of blue component" group.long 0xC8++0x3 line.long 0x00 "COMP_IMSIZE,Compression Image Size Register" hexmask.long.tbyte 0x00 0.--21. 1. " COMP_IMSIZE ,Compressed Image size in bytes for RLE coded layer" if (((per.l(ad:0x40058000+0xCC))&0x80000000)==0x00) group.long 0xCC++0x3 line.long 0x00 "UPDATE_MODE,Update Mode Register" bitfld.long 0x00 31. " MODE ,Update Mode" "Disabled,Enabled" bitfld.long 0x00 30. " READREG ,Readreg" "No transfer,Next vertical blanking period" else group.long 0xCC++0x3 line.long 0x00 "UPDATE_MODE,Update Mode Register" bitfld.long 0x00 31. " MODE ,Update Mode" "Disabled,Enabled" bitfld.long 0x00 30. " READREG ,Readreg" "No transfer,Underway" endif group.long 0xD0++0x3 line.long 0x00 "UNDERRUN,Underrun Register" hexmask.long.word 0x00 16.--26. 1. " LINE ,Line number where the underrun occured" hexmask.long.word 0x00 0.--10. 1. " PIXEL ,Pixel number where the under run occured" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") group.long 0x100++0x3 line.long 0x00 "GLBL_PROTECT,Global Protection Register" bitfld.long 0x00 31. " HLB ,Hard Lock Bit" "Locked,Unlocked" group.long 0x104++0x3 line.long 0x00 "SFT_LCK_BIT_L0,Soft Lock Bit Layer 0 Register" bitfld.long 0x00 31. " WEN_LO_1 ,Write Enable for Soft Lock Bit SLB_L0_1" "Disabled,Enabled" bitfld.long 0x00 30. " WEN_LO_2 ,Write Enable for Soft Lock Bit SLB_L0_2" "Disabled,Enabled" bitfld.long 0x00 29. " WEN_LO_3 ,Write Enable for Soft Lock Bit SLB_L0_3" "Disabled,Enabled" textline " " bitfld.long 0x00 28. " WEN_LO_4 ,Write Enable for Soft Lock Bit SLB_L0_4" "Disabled,Enabled" bitfld.long 0x00 27. " SLB_L0_1 ,Soft Lock Bit for Control Desc L0_1 Register" "Not locked,Locked" bitfld.long 0x00 26. " SLB_L0_2 ,Soft Lock Bit for Control Desc L0_2 Register" "Not locked,Locked" textline " " bitfld.long 0x00 25. " SLB_L0_3 ,Soft Lock Bit for Control Desc L0_3 Register" "Not locked,Locked" bitfld.long 0x00 24. " SLB_L0_4 ,Soft Lock Bit for Control Desc L0_4 Register" "Not locked,Locked" bitfld.long 0x00 23. " WEN_LO_5 ,Write Enable for Soft Lock Bit SLB_L0_5" "Disabled,Enabled" textline " " bitfld.long 0x00 22. " WEN_LO_6 ,Write Enable for Soft Lock Bit SLB_L0_6" "Disabled,Enabled" bitfld.long 0x00 21. " WEN_LO_7 ,Write Enable for Soft Lock Bit SLB_L0_7" "Disabled,Enabled" bitfld.long 0x00 19. " SLB_L0_5 ,Soft Lock Bit for Control Desc L0_5 Register" "Not locked,Locked" textline " " bitfld.long 0x00 18. " SLB_L0_6 ,Soft Lock Bit for Control Desc L0_6 Register" "Not locked,Locked" bitfld.long 0x00 17. " SLB_L0_7 ,Soft Lock Bit for Control Desc L0_7 Register" "Not locked,Locked" group.long 0x108++0x3 line.long 0x00 "SFT_LCK_BIT_L1,Soft Lock Bit Layer 1 Register" bitfld.long 0x00 31. " WEN_L1_1 ,Write Enable for Soft Lock Bit SLB_L1_1" "Disabled,Enabled" bitfld.long 0x00 30. " WEN_L1_2 ,Write Enable for Soft Lock Bit SLB_L1_2" "Disabled,Enabled" bitfld.long 0x00 29. " WEN_L1_3 ,Write Enable for Soft Lock Bit SLB_L1_3" "Disabled,Enabled" textline " " bitfld.long 0x00 28. " WEN_L1_4 ,Write Enable for Soft Lock Bit SLB_L1_4" "Disabled,Enabled" bitfld.long 0x00 27. " SLB_L1_1 ,Soft Lock Bit for Control Desc L1_1 Register" "Not locked,Locked" bitfld.long 0x00 26. " SLB_L1_2 ,Soft Lock Bit for Control Desc L1_2 Register" "Not locked,Locked" textline " " bitfld.long 0x00 25. " SLB_L1_3 ,Soft Lock Bit for Control Desc L1_3 Register" "Not locked,Locked" bitfld.long 0x00 24. " SLB_L1_4 ,Soft Lock Bit for Control Desc L1_4 Register" "Not locked,Locked" bitfld.long 0x00 23. " WEN_L1_5 ,Write Enable for Soft Lock Bit SLB_L1_5" "Disabled,Enabled" textline " " bitfld.long 0x00 22. " WEN_L1_6 ,Write Enable for Soft Lock Bit SLB_L1_6" "Disabled,Enabled" bitfld.long 0x00 21. " WEN_L1_7 ,Write Enable for Soft Lock Bit SLB_L1_7" "Disabled,Enabled" bitfld.long 0x00 19. " SLB_L1_5 ,Soft Lock Bit for Control Desc L1_5 Register" "Not locked,Locked" textline " " bitfld.long 0x00 18. " SLB_L1_6 ,Soft Lock Bit for Control Desc L1_6 Register" "Not locked,Locked" bitfld.long 0x00 17. " SLB_L1_7 ,Soft Lock Bit for Control Desc L1_7 Register" "Not locked,Locked" group.long 0x10C++0x3 line.long 0x00 "SFT_LCK_DISP_SIZE,Soft Lock Display Size Register" bitfld.long 0x00 31. " WEN_DISP ,Write Enable for Soft Lock Bit SLB_DISP" "Disabled,Enabled" bitfld.long 0x00 27. " SLB_DISP ,Soft Lock Bit for DISP_SIZE Register" "Not locked,Locked" group.long 0x110++0x3 line.long 0x00 "SFT_LCK_HS/VS_PARA,Soft Lock Hsync/Vsync Parameter Register" bitfld.long 0x00 31. " WEN_HSYNC ,Write Enable for Soft Lock Bit SLB_HSYNC" "Disabled,Enabled" bitfld.long 0x00 30. " WEN_VSYNC ,Write Enable for Soft Lock Bit SLB_VSYNC" "Disabled,Enabled" textline " " bitfld.long 0x00 27. " SLB_HSYNC ,Soft Lock Bit for HSYNC Register" "Not locked,Locked" bitfld.long 0x00 26. " SLB_VSYNC ,Soft Lock Bit for VSYNC Register" "Not locked,Locked" group.long 0x114++0x3 line.long 0x00 "SFT_LCK_POL,Soft Lock POL Register" bitfld.long 0x00 31. " WEN_POL ,Write Enable for Soft Lock Bit SLB_POL" "Disabled,Enabled" bitfld.long 0x00 27. " SLB_POL ,Soft Lock Bit for SYN_POL Register" "Not locked,Locked" group.long 0x118++0x3 line.long 0x00 "SFT_LCK_L0_TRANSP,Soft Lock L0 Transparency Register" bitfld.long 0x00 31. " WEN_L0_FCOLOR ,Write Enable for Soft Lock Bit SLB_L0_FCOLOR" "Disabled,Enabled" bitfld.long 0x00 30. " WEN_L0_BCOLOR ,Write Enable for Soft Lock Bit SLB_L0_BCOLOR" "Disabled,Enabled" textline " " bitfld.long 0x00 27. " SLB_L0_FCOLOR ,Soft Lock Bit for L0_FCOLOR Register" "Not locked,Locked" bitfld.long 0x00 26. " SLB_L0_BCOLOR ,Soft Lock Bit for L0_BCOLOR Register" "Not locked,Locked" group.long 0x11C++0x3 line.long 0x00 "SFT_LCK_L1_TRANSP,Soft Lock L1 Transparency Register" bitfld.long 0x00 31. " WEN_L1_FCOLOR ,Write Enable for Soft Lock Bit SLB_L1_FCOLOR" "Disabled,Enabled" bitfld.long 0x00 30. " WEN_L1_BCOLOR ,Write Enable for Soft Lock Bit SLB_L1_BCOLOR" "Disabled,Enabled" textline " " bitfld.long 0x00 27. " SLB_L1_FCOLOR ,Soft Lock Bit for L1_FCOLOR Register" "Not locked,Locked" bitfld.long 0x00 26. " SLB_L1_BCOLOR ,Soft Lock Bit for L1_BCOLOR Register" "Not locked,Locked" endif width 20. tree "Dectriptor 1" group.long (0x200+0x0)++0x3 line.long 0x00 "CTRLDESCL1_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x0)++0x3 line.long 0x00 "CTRLDESCL1_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x0)++0x3 line.long 0x00 "CTRLDESCL1_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x0)++0x3 line.long 0x00 "CTRLDESCL1_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x0)++0x3 line.long 0x00 "CTRLDESCL1_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x0)++0x3 line.long 0x00 "CTRLDESCL1_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x0)++0x3 line.long 0x00 "CTRLDESCL1_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x0)++0x3 line.long 0x00 "CTRLDESCL1_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x0)++0x3 line.long 0x00 "CTRLDESCL1_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 2" group.long (0x200+0x40)++0x3 line.long 0x00 "CTRLDESCL2_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x40)++0x3 line.long 0x00 "CTRLDESCL2_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x40)++0x3 line.long 0x00 "CTRLDESCL2_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x40)++0x3 line.long 0x00 "CTRLDESCL2_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x40)++0x3 line.long 0x00 "CTRLDESCL2_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x40)++0x3 line.long 0x00 "CTRLDESCL2_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x40)++0x3 line.long 0x00 "CTRLDESCL2_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x40)++0x3 line.long 0x00 "CTRLDESCL2_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x40)++0x3 line.long 0x00 "CTRLDESCL2_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 3" group.long (0x200+0x80)++0x3 line.long 0x00 "CTRLDESCL3_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x80)++0x3 line.long 0x00 "CTRLDESCL3_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x80)++0x3 line.long 0x00 "CTRLDESCL3_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x80)++0x3 line.long 0x00 "CTRLDESCL3_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x80)++0x3 line.long 0x00 "CTRLDESCL3_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x80)++0x3 line.long 0x00 "CTRLDESCL3_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x80)++0x3 line.long 0x00 "CTRLDESCL3_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x80)++0x3 line.long 0x00 "CTRLDESCL3_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x80)++0x3 line.long 0x00 "CTRLDESCL3_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 4" group.long (0x200+0xC0)++0x3 line.long 0x00 "CTRLDESCL4_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xC0)++0x3 line.long 0x00 "CTRLDESCL4_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xC0)++0x3 line.long 0x00 "CTRLDESCL4_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xC0)++0x3 line.long 0x00 "CTRLDESCL4_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xC0)++0x3 line.long 0x00 "CTRLDESCL4_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xC0)++0x3 line.long 0x00 "CTRLDESCL4_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xC0)++0x3 line.long 0x00 "CTRLDESCL4_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xC0)++0x3 line.long 0x00 "CTRLDESCL4_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xC0)++0x3 line.long 0x00 "CTRLDESCL4_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 5" group.long (0x200+0x100)++0x3 line.long 0x00 "CTRLDESCL5_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x100)++0x3 line.long 0x00 "CTRLDESCL5_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x100)++0x3 line.long 0x00 "CTRLDESCL5_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x100)++0x3 line.long 0x00 "CTRLDESCL5_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x100)++0x3 line.long 0x00 "CTRLDESCL5_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x100)++0x3 line.long 0x00 "CTRLDESCL5_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x100)++0x3 line.long 0x00 "CTRLDESCL5_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x100)++0x3 line.long 0x00 "CTRLDESCL5_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x100)++0x3 line.long 0x00 "CTRLDESCL5_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 6" group.long (0x200+0x140)++0x3 line.long 0x00 "CTRLDESCL6_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x140)++0x3 line.long 0x00 "CTRLDESCL6_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x140)++0x3 line.long 0x00 "CTRLDESCL6_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x140)++0x3 line.long 0x00 "CTRLDESCL6_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x140)++0x3 line.long 0x00 "CTRLDESCL6_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x140)++0x3 line.long 0x00 "CTRLDESCL6_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x140)++0x3 line.long 0x00 "CTRLDESCL6_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x140)++0x3 line.long 0x00 "CTRLDESCL6_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x140)++0x3 line.long 0x00 "CTRLDESCL6_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 7" group.long (0x200+0x180)++0x3 line.long 0x00 "CTRLDESCL7_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x180)++0x3 line.long 0x00 "CTRLDESCL7_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x180)++0x3 line.long 0x00 "CTRLDESCL7_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x180)++0x3 line.long 0x00 "CTRLDESCL7_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x180)++0x3 line.long 0x00 "CTRLDESCL7_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x180)++0x3 line.long 0x00 "CTRLDESCL7_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x180)++0x3 line.long 0x00 "CTRLDESCL7_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x180)++0x3 line.long 0x00 "CTRLDESCL7_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x180)++0x3 line.long 0x00 "CTRLDESCL7_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 8" group.long (0x200+0x1C0)++0x3 line.long 0x00 "CTRLDESCL8_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x1C0)++0x3 line.long 0x00 "CTRLDESCL8_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x1C0)++0x3 line.long 0x00 "CTRLDESCL8_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x1C0)++0x3 line.long 0x00 "CTRLDESCL8_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x1C0)++0x3 line.long 0x00 "CTRLDESCL8_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x1C0)++0x3 line.long 0x00 "CTRLDESCL8_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x1C0)++0x3 line.long 0x00 "CTRLDESCL8_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x1C0)++0x3 line.long 0x00 "CTRLDESCL8_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x1C0)++0x3 line.long 0x00 "CTRLDESCL8_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 9" group.long (0x200+0x200)++0x3 line.long 0x00 "CTRLDESCL9_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x200)++0x3 line.long 0x00 "CTRLDESCL9_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x200)++0x3 line.long 0x00 "CTRLDESCL9_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x200)++0x3 line.long 0x00 "CTRLDESCL9_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x200)++0x3 line.long 0x00 "CTRLDESCL9_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x200)++0x3 line.long 0x00 "CTRLDESCL9_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x200)++0x3 line.long 0x00 "CTRLDESCL9_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x200)++0x3 line.long 0x00 "CTRLDESCL9_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x200)++0x3 line.long 0x00 "CTRLDESCL9_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 10" group.long (0x200+0x240)++0x3 line.long 0x00 "CTRLDESCL10_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x240)++0x3 line.long 0x00 "CTRLDESCL10_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x240)++0x3 line.long 0x00 "CTRLDESCL10_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x240)++0x3 line.long 0x00 "CTRLDESCL10_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x240)++0x3 line.long 0x00 "CTRLDESCL10_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x240)++0x3 line.long 0x00 "CTRLDESCL10_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x240)++0x3 line.long 0x00 "CTRLDESCL10_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x240)++0x3 line.long 0x00 "CTRLDESCL10_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x240)++0x3 line.long 0x00 "CTRLDESCL10_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 11" group.long (0x200+0x280)++0x3 line.long 0x00 "CTRLDESCL11_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x280)++0x3 line.long 0x00 "CTRLDESCL11_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x280)++0x3 line.long 0x00 "CTRLDESCL11_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x280)++0x3 line.long 0x00 "CTRLDESCL11_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x280)++0x3 line.long 0x00 "CTRLDESCL11_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x280)++0x3 line.long 0x00 "CTRLDESCL11_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x280)++0x3 line.long 0x00 "CTRLDESCL11_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x280)++0x3 line.long 0x00 "CTRLDESCL11_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x280)++0x3 line.long 0x00 "CTRLDESCL11_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 12" group.long (0x200+0x2C0)++0x3 line.long 0x00 "CTRLDESCL12_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x2C0)++0x3 line.long 0x00 "CTRLDESCL12_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x2C0)++0x3 line.long 0x00 "CTRLDESCL12_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x2C0)++0x3 line.long 0x00 "CTRLDESCL12_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x2C0)++0x3 line.long 0x00 "CTRLDESCL12_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x2C0)++0x3 line.long 0x00 "CTRLDESCL12_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x2C0)++0x3 line.long 0x00 "CTRLDESCL12_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x2C0)++0x3 line.long 0x00 "CTRLDESCL12_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x2C0)++0x3 line.long 0x00 "CTRLDESCL12_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 13" group.long (0x200+0x300)++0x3 line.long 0x00 "CTRLDESCL13_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x300)++0x3 line.long 0x00 "CTRLDESCL13_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x300)++0x3 line.long 0x00 "CTRLDESCL13_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x300)++0x3 line.long 0x00 "CTRLDESCL13_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x300)++0x3 line.long 0x00 "CTRLDESCL13_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x300)++0x3 line.long 0x00 "CTRLDESCL13_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x300)++0x3 line.long 0x00 "CTRLDESCL13_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x300)++0x3 line.long 0x00 "CTRLDESCL13_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x300)++0x3 line.long 0x00 "CTRLDESCL13_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 14" group.long (0x200+0x340)++0x3 line.long 0x00 "CTRLDESCL14_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x340)++0x3 line.long 0x00 "CTRLDESCL14_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x340)++0x3 line.long 0x00 "CTRLDESCL14_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x340)++0x3 line.long 0x00 "CTRLDESCL14_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x340)++0x3 line.long 0x00 "CTRLDESCL14_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x340)++0x3 line.long 0x00 "CTRLDESCL14_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x340)++0x3 line.long 0x00 "CTRLDESCL14_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x340)++0x3 line.long 0x00 "CTRLDESCL14_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x340)++0x3 line.long 0x00 "CTRLDESCL14_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 15" group.long (0x200+0x380)++0x3 line.long 0x00 "CTRLDESCL15_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x380)++0x3 line.long 0x00 "CTRLDESCL15_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x380)++0x3 line.long 0x00 "CTRLDESCL15_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x380)++0x3 line.long 0x00 "CTRLDESCL15_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x380)++0x3 line.long 0x00 "CTRLDESCL15_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x380)++0x3 line.long 0x00 "CTRLDESCL15_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x380)++0x3 line.long 0x00 "CTRLDESCL15_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x380)++0x3 line.long 0x00 "CTRLDESCL15_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x380)++0x3 line.long 0x00 "CTRLDESCL15_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 16" group.long (0x200+0x3C0)++0x3 line.long 0x00 "CTRLDESCL16_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x3C0)++0x3 line.long 0x00 "CTRLDESCL16_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x3C0)++0x3 line.long 0x00 "CTRLDESCL16_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x3C0)++0x3 line.long 0x00 "CTRLDESCL16_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x3C0)++0x3 line.long 0x00 "CTRLDESCL16_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x3C0)++0x3 line.long 0x00 "CTRLDESCL16_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x3C0)++0x3 line.long 0x00 "CTRLDESCL16_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x3C0)++0x3 line.long 0x00 "CTRLDESCL16_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x3C0)++0x3 line.long 0x00 "CTRLDESCL16_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 17" group.long (0x200+0x400)++0x3 line.long 0x00 "CTRLDESCL17_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x400)++0x3 line.long 0x00 "CTRLDESCL17_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x400)++0x3 line.long 0x00 "CTRLDESCL17_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x400)++0x3 line.long 0x00 "CTRLDESCL17_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x400)++0x3 line.long 0x00 "CTRLDESCL17_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x400)++0x3 line.long 0x00 "CTRLDESCL17_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x400)++0x3 line.long 0x00 "CTRLDESCL17_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x400)++0x3 line.long 0x00 "CTRLDESCL17_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x400)++0x3 line.long 0x00 "CTRLDESCL17_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 18" group.long (0x200+0x440)++0x3 line.long 0x00 "CTRLDESCL18_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x440)++0x3 line.long 0x00 "CTRLDESCL18_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x440)++0x3 line.long 0x00 "CTRLDESCL18_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x440)++0x3 line.long 0x00 "CTRLDESCL18_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x440)++0x3 line.long 0x00 "CTRLDESCL18_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x440)++0x3 line.long 0x00 "CTRLDESCL18_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x440)++0x3 line.long 0x00 "CTRLDESCL18_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x440)++0x3 line.long 0x00 "CTRLDESCL18_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x440)++0x3 line.long 0x00 "CTRLDESCL18_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 19" group.long (0x200+0x480)++0x3 line.long 0x00 "CTRLDESCL19_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x480)++0x3 line.long 0x00 "CTRLDESCL19_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x480)++0x3 line.long 0x00 "CTRLDESCL19_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x480)++0x3 line.long 0x00 "CTRLDESCL19_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x480)++0x3 line.long 0x00 "CTRLDESCL19_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x480)++0x3 line.long 0x00 "CTRLDESCL19_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x480)++0x3 line.long 0x00 "CTRLDESCL19_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x480)++0x3 line.long 0x00 "CTRLDESCL19_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x480)++0x3 line.long 0x00 "CTRLDESCL19_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 20" group.long (0x200+0x4C0)++0x3 line.long 0x00 "CTRLDESCL20_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x4C0)++0x3 line.long 0x00 "CTRLDESCL20_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x4C0)++0x3 line.long 0x00 "CTRLDESCL20_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x4C0)++0x3 line.long 0x00 "CTRLDESCL20_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x4C0)++0x3 line.long 0x00 "CTRLDESCL20_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x4C0)++0x3 line.long 0x00 "CTRLDESCL20_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x4C0)++0x3 line.long 0x00 "CTRLDESCL20_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x4C0)++0x3 line.long 0x00 "CTRLDESCL20_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x4C0)++0x3 line.long 0x00 "CTRLDESCL20_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 21" group.long (0x200+0x500)++0x3 line.long 0x00 "CTRLDESCL21_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x500)++0x3 line.long 0x00 "CTRLDESCL21_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x500)++0x3 line.long 0x00 "CTRLDESCL21_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x500)++0x3 line.long 0x00 "CTRLDESCL21_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x500)++0x3 line.long 0x00 "CTRLDESCL21_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x500)++0x3 line.long 0x00 "CTRLDESCL21_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x500)++0x3 line.long 0x00 "CTRLDESCL21_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x500)++0x3 line.long 0x00 "CTRLDESCL21_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x500)++0x3 line.long 0x00 "CTRLDESCL21_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 22" group.long (0x200+0x540)++0x3 line.long 0x00 "CTRLDESCL22_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x540)++0x3 line.long 0x00 "CTRLDESCL22_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x540)++0x3 line.long 0x00 "CTRLDESCL22_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x540)++0x3 line.long 0x00 "CTRLDESCL22_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x540)++0x3 line.long 0x00 "CTRLDESCL22_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x540)++0x3 line.long 0x00 "CTRLDESCL22_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x540)++0x3 line.long 0x00 "CTRLDESCL22_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x540)++0x3 line.long 0x00 "CTRLDESCL22_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x540)++0x3 line.long 0x00 "CTRLDESCL22_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 23" group.long (0x200+0x580)++0x3 line.long 0x00 "CTRLDESCL23_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x580)++0x3 line.long 0x00 "CTRLDESCL23_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x580)++0x3 line.long 0x00 "CTRLDESCL23_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x580)++0x3 line.long 0x00 "CTRLDESCL23_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x580)++0x3 line.long 0x00 "CTRLDESCL23_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x580)++0x3 line.long 0x00 "CTRLDESCL23_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x580)++0x3 line.long 0x00 "CTRLDESCL23_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x580)++0x3 line.long 0x00 "CTRLDESCL23_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x580)++0x3 line.long 0x00 "CTRLDESCL23_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 24" group.long (0x200+0x5C0)++0x3 line.long 0x00 "CTRLDESCL24_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x5C0)++0x3 line.long 0x00 "CTRLDESCL24_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x5C0)++0x3 line.long 0x00 "CTRLDESCL24_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x5C0)++0x3 line.long 0x00 "CTRLDESCL24_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x5C0)++0x3 line.long 0x00 "CTRLDESCL24_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x5C0)++0x3 line.long 0x00 "CTRLDESCL24_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x5C0)++0x3 line.long 0x00 "CTRLDESCL24_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x5C0)++0x3 line.long 0x00 "CTRLDESCL24_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x5C0)++0x3 line.long 0x00 "CTRLDESCL24_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 25" group.long (0x200+0x600)++0x3 line.long 0x00 "CTRLDESCL25_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x600)++0x3 line.long 0x00 "CTRLDESCL25_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x600)++0x3 line.long 0x00 "CTRLDESCL25_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x600)++0x3 line.long 0x00 "CTRLDESCL25_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x600)++0x3 line.long 0x00 "CTRLDESCL25_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x600)++0x3 line.long 0x00 "CTRLDESCL25_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x600)++0x3 line.long 0x00 "CTRLDESCL25_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x600)++0x3 line.long 0x00 "CTRLDESCL25_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x600)++0x3 line.long 0x00 "CTRLDESCL25_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 26" group.long (0x200+0x640)++0x3 line.long 0x00 "CTRLDESCL26_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x640)++0x3 line.long 0x00 "CTRLDESCL26_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x640)++0x3 line.long 0x00 "CTRLDESCL26_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x640)++0x3 line.long 0x00 "CTRLDESCL26_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x640)++0x3 line.long 0x00 "CTRLDESCL26_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x640)++0x3 line.long 0x00 "CTRLDESCL26_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x640)++0x3 line.long 0x00 "CTRLDESCL26_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x640)++0x3 line.long 0x00 "CTRLDESCL26_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x640)++0x3 line.long 0x00 "CTRLDESCL26_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 27" group.long (0x200+0x680)++0x3 line.long 0x00 "CTRLDESCL27_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x680)++0x3 line.long 0x00 "CTRLDESCL27_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x680)++0x3 line.long 0x00 "CTRLDESCL27_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x680)++0x3 line.long 0x00 "CTRLDESCL27_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x680)++0x3 line.long 0x00 "CTRLDESCL27_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x680)++0x3 line.long 0x00 "CTRLDESCL27_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x680)++0x3 line.long 0x00 "CTRLDESCL27_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x680)++0x3 line.long 0x00 "CTRLDESCL27_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x680)++0x3 line.long 0x00 "CTRLDESCL27_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 28" group.long (0x200+0x6C0)++0x3 line.long 0x00 "CTRLDESCL28_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x6C0)++0x3 line.long 0x00 "CTRLDESCL28_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x6C0)++0x3 line.long 0x00 "CTRLDESCL28_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x6C0)++0x3 line.long 0x00 "CTRLDESCL28_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x6C0)++0x3 line.long 0x00 "CTRLDESCL28_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x6C0)++0x3 line.long 0x00 "CTRLDESCL28_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x6C0)++0x3 line.long 0x00 "CTRLDESCL28_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x6C0)++0x3 line.long 0x00 "CTRLDESCL28_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x6C0)++0x3 line.long 0x00 "CTRLDESCL28_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 29" group.long (0x200+0x700)++0x3 line.long 0x00 "CTRLDESCL29_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x700)++0x3 line.long 0x00 "CTRLDESCL29_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x700)++0x3 line.long 0x00 "CTRLDESCL29_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x700)++0x3 line.long 0x00 "CTRLDESCL29_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x700)++0x3 line.long 0x00 "CTRLDESCL29_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x700)++0x3 line.long 0x00 "CTRLDESCL29_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x700)++0x3 line.long 0x00 "CTRLDESCL29_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x700)++0x3 line.long 0x00 "CTRLDESCL29_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x700)++0x3 line.long 0x00 "CTRLDESCL29_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 30" group.long (0x200+0x740)++0x3 line.long 0x00 "CTRLDESCL30_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x740)++0x3 line.long 0x00 "CTRLDESCL30_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x740)++0x3 line.long 0x00 "CTRLDESCL30_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x740)++0x3 line.long 0x00 "CTRLDESCL30_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x740)++0x3 line.long 0x00 "CTRLDESCL30_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x740)++0x3 line.long 0x00 "CTRLDESCL30_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x740)++0x3 line.long 0x00 "CTRLDESCL30_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x740)++0x3 line.long 0x00 "CTRLDESCL30_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x740)++0x3 line.long 0x00 "CTRLDESCL30_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 31" group.long (0x200+0x780)++0x3 line.long 0x00 "CTRLDESCL31_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x780)++0x3 line.long 0x00 "CTRLDESCL31_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x780)++0x3 line.long 0x00 "CTRLDESCL31_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x780)++0x3 line.long 0x00 "CTRLDESCL31_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x780)++0x3 line.long 0x00 "CTRLDESCL31_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x780)++0x3 line.long 0x00 "CTRLDESCL31_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x780)++0x3 line.long 0x00 "CTRLDESCL31_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x780)++0x3 line.long 0x00 "CTRLDESCL31_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x780)++0x3 line.long 0x00 "CTRLDESCL31_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 32" group.long (0x200+0x7C0)++0x3 line.long 0x00 "CTRLDESCL32_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x7C0)++0x3 line.long 0x00 "CTRLDESCL32_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x7C0)++0x3 line.long 0x00 "CTRLDESCL32_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x7C0)++0x3 line.long 0x00 "CTRLDESCL32_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x7C0)++0x3 line.long 0x00 "CTRLDESCL32_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x7C0)++0x3 line.long 0x00 "CTRLDESCL32_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x7C0)++0x3 line.long 0x00 "CTRLDESCL32_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x7C0)++0x3 line.long 0x00 "CTRLDESCL32_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x7C0)++0x3 line.long 0x00 "CTRLDESCL32_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 33" group.long (0x200+0x800)++0x3 line.long 0x00 "CTRLDESCL33_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x800)++0x3 line.long 0x00 "CTRLDESCL33_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x800)++0x3 line.long 0x00 "CTRLDESCL33_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x800)++0x3 line.long 0x00 "CTRLDESCL33_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x800)++0x3 line.long 0x00 "CTRLDESCL33_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x800)++0x3 line.long 0x00 "CTRLDESCL33_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x800)++0x3 line.long 0x00 "CTRLDESCL33_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x800)++0x3 line.long 0x00 "CTRLDESCL33_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x800)++0x3 line.long 0x00 "CTRLDESCL33_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 34" group.long (0x200+0x840)++0x3 line.long 0x00 "CTRLDESCL34_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x840)++0x3 line.long 0x00 "CTRLDESCL34_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x840)++0x3 line.long 0x00 "CTRLDESCL34_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x840)++0x3 line.long 0x00 "CTRLDESCL34_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x840)++0x3 line.long 0x00 "CTRLDESCL34_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x840)++0x3 line.long 0x00 "CTRLDESCL34_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x840)++0x3 line.long 0x00 "CTRLDESCL34_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x840)++0x3 line.long 0x00 "CTRLDESCL34_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x840)++0x3 line.long 0x00 "CTRLDESCL34_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 35" group.long (0x200+0x880)++0x3 line.long 0x00 "CTRLDESCL35_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x880)++0x3 line.long 0x00 "CTRLDESCL35_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x880)++0x3 line.long 0x00 "CTRLDESCL35_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x880)++0x3 line.long 0x00 "CTRLDESCL35_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x880)++0x3 line.long 0x00 "CTRLDESCL35_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x880)++0x3 line.long 0x00 "CTRLDESCL35_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x880)++0x3 line.long 0x00 "CTRLDESCL35_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x880)++0x3 line.long 0x00 "CTRLDESCL35_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x880)++0x3 line.long 0x00 "CTRLDESCL35_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 36" group.long (0x200+0x8C0)++0x3 line.long 0x00 "CTRLDESCL36_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x8C0)++0x3 line.long 0x00 "CTRLDESCL36_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x8C0)++0x3 line.long 0x00 "CTRLDESCL36_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x8C0)++0x3 line.long 0x00 "CTRLDESCL36_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x8C0)++0x3 line.long 0x00 "CTRLDESCL36_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x8C0)++0x3 line.long 0x00 "CTRLDESCL36_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x8C0)++0x3 line.long 0x00 "CTRLDESCL36_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x8C0)++0x3 line.long 0x00 "CTRLDESCL36_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x8C0)++0x3 line.long 0x00 "CTRLDESCL36_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 37" group.long (0x200+0x900)++0x3 line.long 0x00 "CTRLDESCL37_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x900)++0x3 line.long 0x00 "CTRLDESCL37_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x900)++0x3 line.long 0x00 "CTRLDESCL37_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x900)++0x3 line.long 0x00 "CTRLDESCL37_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x900)++0x3 line.long 0x00 "CTRLDESCL37_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x900)++0x3 line.long 0x00 "CTRLDESCL37_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x900)++0x3 line.long 0x00 "CTRLDESCL37_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x900)++0x3 line.long 0x00 "CTRLDESCL37_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x900)++0x3 line.long 0x00 "CTRLDESCL37_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 38" group.long (0x200+0x940)++0x3 line.long 0x00 "CTRLDESCL38_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x940)++0x3 line.long 0x00 "CTRLDESCL38_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x940)++0x3 line.long 0x00 "CTRLDESCL38_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x940)++0x3 line.long 0x00 "CTRLDESCL38_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x940)++0x3 line.long 0x00 "CTRLDESCL38_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x940)++0x3 line.long 0x00 "CTRLDESCL38_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x940)++0x3 line.long 0x00 "CTRLDESCL38_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x940)++0x3 line.long 0x00 "CTRLDESCL38_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x940)++0x3 line.long 0x00 "CTRLDESCL38_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 39" group.long (0x200+0x980)++0x3 line.long 0x00 "CTRLDESCL39_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x980)++0x3 line.long 0x00 "CTRLDESCL39_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x980)++0x3 line.long 0x00 "CTRLDESCL39_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x980)++0x3 line.long 0x00 "CTRLDESCL39_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x980)++0x3 line.long 0x00 "CTRLDESCL39_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x980)++0x3 line.long 0x00 "CTRLDESCL39_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x980)++0x3 line.long 0x00 "CTRLDESCL39_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x980)++0x3 line.long 0x00 "CTRLDESCL39_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x980)++0x3 line.long 0x00 "CTRLDESCL39_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 40" group.long (0x200+0x9C0)++0x3 line.long 0x00 "CTRLDESCL40_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x9C0)++0x3 line.long 0x00 "CTRLDESCL40_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x9C0)++0x3 line.long 0x00 "CTRLDESCL40_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x9C0)++0x3 line.long 0x00 "CTRLDESCL40_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x9C0)++0x3 line.long 0x00 "CTRLDESCL40_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x9C0)++0x3 line.long 0x00 "CTRLDESCL40_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x9C0)++0x3 line.long 0x00 "CTRLDESCL40_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x9C0)++0x3 line.long 0x00 "CTRLDESCL40_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x9C0)++0x3 line.long 0x00 "CTRLDESCL40_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 41" group.long (0x200+0xA00)++0x3 line.long 0x00 "CTRLDESCL41_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xA00)++0x3 line.long 0x00 "CTRLDESCL41_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xA00)++0x3 line.long 0x00 "CTRLDESCL41_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xA00)++0x3 line.long 0x00 "CTRLDESCL41_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xA00)++0x3 line.long 0x00 "CTRLDESCL41_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xA00)++0x3 line.long 0x00 "CTRLDESCL41_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xA00)++0x3 line.long 0x00 "CTRLDESCL41_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xA00)++0x3 line.long 0x00 "CTRLDESCL41_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xA00)++0x3 line.long 0x00 "CTRLDESCL41_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 42" group.long (0x200+0xA40)++0x3 line.long 0x00 "CTRLDESCL42_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xA40)++0x3 line.long 0x00 "CTRLDESCL42_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xA40)++0x3 line.long 0x00 "CTRLDESCL42_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xA40)++0x3 line.long 0x00 "CTRLDESCL42_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xA40)++0x3 line.long 0x00 "CTRLDESCL42_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xA40)++0x3 line.long 0x00 "CTRLDESCL42_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xA40)++0x3 line.long 0x00 "CTRLDESCL42_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xA40)++0x3 line.long 0x00 "CTRLDESCL42_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xA40)++0x3 line.long 0x00 "CTRLDESCL42_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 43" group.long (0x200+0xA80)++0x3 line.long 0x00 "CTRLDESCL43_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xA80)++0x3 line.long 0x00 "CTRLDESCL43_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xA80)++0x3 line.long 0x00 "CTRLDESCL43_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xA80)++0x3 line.long 0x00 "CTRLDESCL43_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xA80)++0x3 line.long 0x00 "CTRLDESCL43_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xA80)++0x3 line.long 0x00 "CTRLDESCL43_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xA80)++0x3 line.long 0x00 "CTRLDESCL43_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xA80)++0x3 line.long 0x00 "CTRLDESCL43_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xA80)++0x3 line.long 0x00 "CTRLDESCL43_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 44" group.long (0x200+0xAC0)++0x3 line.long 0x00 "CTRLDESCL44_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xAC0)++0x3 line.long 0x00 "CTRLDESCL44_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xAC0)++0x3 line.long 0x00 "CTRLDESCL44_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xAC0)++0x3 line.long 0x00 "CTRLDESCL44_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xAC0)++0x3 line.long 0x00 "CTRLDESCL44_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xAC0)++0x3 line.long 0x00 "CTRLDESCL44_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xAC0)++0x3 line.long 0x00 "CTRLDESCL44_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xAC0)++0x3 line.long 0x00 "CTRLDESCL44_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xAC0)++0x3 line.long 0x00 "CTRLDESCL44_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 45" group.long (0x200+0xB00)++0x3 line.long 0x00 "CTRLDESCL45_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xB00)++0x3 line.long 0x00 "CTRLDESCL45_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xB00)++0x3 line.long 0x00 "CTRLDESCL45_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xB00)++0x3 line.long 0x00 "CTRLDESCL45_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xB00)++0x3 line.long 0x00 "CTRLDESCL45_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xB00)++0x3 line.long 0x00 "CTRLDESCL45_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xB00)++0x3 line.long 0x00 "CTRLDESCL45_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xB00)++0x3 line.long 0x00 "CTRLDESCL45_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xB00)++0x3 line.long 0x00 "CTRLDESCL45_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 46" group.long (0x200+0xB40)++0x3 line.long 0x00 "CTRLDESCL46_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xB40)++0x3 line.long 0x00 "CTRLDESCL46_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xB40)++0x3 line.long 0x00 "CTRLDESCL46_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xB40)++0x3 line.long 0x00 "CTRLDESCL46_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xB40)++0x3 line.long 0x00 "CTRLDESCL46_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xB40)++0x3 line.long 0x00 "CTRLDESCL46_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xB40)++0x3 line.long 0x00 "CTRLDESCL46_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xB40)++0x3 line.long 0x00 "CTRLDESCL46_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xB40)++0x3 line.long 0x00 "CTRLDESCL46_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 47" group.long (0x200+0xB80)++0x3 line.long 0x00 "CTRLDESCL47_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xB80)++0x3 line.long 0x00 "CTRLDESCL47_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xB80)++0x3 line.long 0x00 "CTRLDESCL47_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xB80)++0x3 line.long 0x00 "CTRLDESCL47_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xB80)++0x3 line.long 0x00 "CTRLDESCL47_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xB80)++0x3 line.long 0x00 "CTRLDESCL47_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xB80)++0x3 line.long 0x00 "CTRLDESCL47_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xB80)++0x3 line.long 0x00 "CTRLDESCL47_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xB80)++0x3 line.long 0x00 "CTRLDESCL47_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 48" group.long (0x200+0xBC0)++0x3 line.long 0x00 "CTRLDESCL48_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xBC0)++0x3 line.long 0x00 "CTRLDESCL48_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xBC0)++0x3 line.long 0x00 "CTRLDESCL48_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xBC0)++0x3 line.long 0x00 "CTRLDESCL48_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xBC0)++0x3 line.long 0x00 "CTRLDESCL48_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xBC0)++0x3 line.long 0x00 "CTRLDESCL48_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xBC0)++0x3 line.long 0x00 "CTRLDESCL48_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xBC0)++0x3 line.long 0x00 "CTRLDESCL48_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xBC0)++0x3 line.long 0x00 "CTRLDESCL48_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 49" group.long (0x200+0xC00)++0x3 line.long 0x00 "CTRLDESCL49_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xC00)++0x3 line.long 0x00 "CTRLDESCL49_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xC00)++0x3 line.long 0x00 "CTRLDESCL49_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xC00)++0x3 line.long 0x00 "CTRLDESCL49_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xC00)++0x3 line.long 0x00 "CTRLDESCL49_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xC00)++0x3 line.long 0x00 "CTRLDESCL49_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xC00)++0x3 line.long 0x00 "CTRLDESCL49_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xC00)++0x3 line.long 0x00 "CTRLDESCL49_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xC00)++0x3 line.long 0x00 "CTRLDESCL49_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 50" group.long (0x200+0xC40)++0x3 line.long 0x00 "CTRLDESCL50_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xC40)++0x3 line.long 0x00 "CTRLDESCL50_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xC40)++0x3 line.long 0x00 "CTRLDESCL50_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xC40)++0x3 line.long 0x00 "CTRLDESCL50_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xC40)++0x3 line.long 0x00 "CTRLDESCL50_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xC40)++0x3 line.long 0x00 "CTRLDESCL50_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xC40)++0x3 line.long 0x00 "CTRLDESCL50_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xC40)++0x3 line.long 0x00 "CTRLDESCL50_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xC40)++0x3 line.long 0x00 "CTRLDESCL50_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 51" group.long (0x200+0xC80)++0x3 line.long 0x00 "CTRLDESCL51_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xC80)++0x3 line.long 0x00 "CTRLDESCL51_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xC80)++0x3 line.long 0x00 "CTRLDESCL51_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xC80)++0x3 line.long 0x00 "CTRLDESCL51_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xC80)++0x3 line.long 0x00 "CTRLDESCL51_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xC80)++0x3 line.long 0x00 "CTRLDESCL51_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xC80)++0x3 line.long 0x00 "CTRLDESCL51_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xC80)++0x3 line.long 0x00 "CTRLDESCL51_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xC80)++0x3 line.long 0x00 "CTRLDESCL51_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 52" group.long (0x200+0xCC0)++0x3 line.long 0x00 "CTRLDESCL52_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xCC0)++0x3 line.long 0x00 "CTRLDESCL52_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xCC0)++0x3 line.long 0x00 "CTRLDESCL52_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xCC0)++0x3 line.long 0x00 "CTRLDESCL52_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xCC0)++0x3 line.long 0x00 "CTRLDESCL52_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xCC0)++0x3 line.long 0x00 "CTRLDESCL52_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xCC0)++0x3 line.long 0x00 "CTRLDESCL52_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xCC0)++0x3 line.long 0x00 "CTRLDESCL52_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xCC0)++0x3 line.long 0x00 "CTRLDESCL52_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 53" group.long (0x200+0xD00)++0x3 line.long 0x00 "CTRLDESCL53_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xD00)++0x3 line.long 0x00 "CTRLDESCL53_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xD00)++0x3 line.long 0x00 "CTRLDESCL53_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xD00)++0x3 line.long 0x00 "CTRLDESCL53_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xD00)++0x3 line.long 0x00 "CTRLDESCL53_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xD00)++0x3 line.long 0x00 "CTRLDESCL53_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xD00)++0x3 line.long 0x00 "CTRLDESCL53_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xD00)++0x3 line.long 0x00 "CTRLDESCL53_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xD00)++0x3 line.long 0x00 "CTRLDESCL53_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 54" group.long (0x200+0xD40)++0x3 line.long 0x00 "CTRLDESCL54_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xD40)++0x3 line.long 0x00 "CTRLDESCL54_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xD40)++0x3 line.long 0x00 "CTRLDESCL54_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xD40)++0x3 line.long 0x00 "CTRLDESCL54_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xD40)++0x3 line.long 0x00 "CTRLDESCL54_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xD40)++0x3 line.long 0x00 "CTRLDESCL54_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xD40)++0x3 line.long 0x00 "CTRLDESCL54_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xD40)++0x3 line.long 0x00 "CTRLDESCL54_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xD40)++0x3 line.long 0x00 "CTRLDESCL54_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 55" group.long (0x200+0xD80)++0x3 line.long 0x00 "CTRLDESCL55_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xD80)++0x3 line.long 0x00 "CTRLDESCL55_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xD80)++0x3 line.long 0x00 "CTRLDESCL55_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xD80)++0x3 line.long 0x00 "CTRLDESCL55_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xD80)++0x3 line.long 0x00 "CTRLDESCL55_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xD80)++0x3 line.long 0x00 "CTRLDESCL55_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xD80)++0x3 line.long 0x00 "CTRLDESCL55_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xD80)++0x3 line.long 0x00 "CTRLDESCL55_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xD80)++0x3 line.long 0x00 "CTRLDESCL55_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 56" group.long (0x200+0xDC0)++0x3 line.long 0x00 "CTRLDESCL56_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xDC0)++0x3 line.long 0x00 "CTRLDESCL56_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xDC0)++0x3 line.long 0x00 "CTRLDESCL56_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xDC0)++0x3 line.long 0x00 "CTRLDESCL56_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xDC0)++0x3 line.long 0x00 "CTRLDESCL56_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xDC0)++0x3 line.long 0x00 "CTRLDESCL56_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xDC0)++0x3 line.long 0x00 "CTRLDESCL56_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xDC0)++0x3 line.long 0x00 "CTRLDESCL56_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xDC0)++0x3 line.long 0x00 "CTRLDESCL56_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 57" group.long (0x200+0xE00)++0x3 line.long 0x00 "CTRLDESCL57_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xE00)++0x3 line.long 0x00 "CTRLDESCL57_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xE00)++0x3 line.long 0x00 "CTRLDESCL57_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xE00)++0x3 line.long 0x00 "CTRLDESCL57_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xE00)++0x3 line.long 0x00 "CTRLDESCL57_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xE00)++0x3 line.long 0x00 "CTRLDESCL57_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xE00)++0x3 line.long 0x00 "CTRLDESCL57_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xE00)++0x3 line.long 0x00 "CTRLDESCL57_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xE00)++0x3 line.long 0x00 "CTRLDESCL57_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 58" group.long (0x200+0xE40)++0x3 line.long 0x00 "CTRLDESCL58_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xE40)++0x3 line.long 0x00 "CTRLDESCL58_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xE40)++0x3 line.long 0x00 "CTRLDESCL58_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xE40)++0x3 line.long 0x00 "CTRLDESCL58_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xE40)++0x3 line.long 0x00 "CTRLDESCL58_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xE40)++0x3 line.long 0x00 "CTRLDESCL58_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xE40)++0x3 line.long 0x00 "CTRLDESCL58_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xE40)++0x3 line.long 0x00 "CTRLDESCL58_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xE40)++0x3 line.long 0x00 "CTRLDESCL58_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 59" group.long (0x200+0xE80)++0x3 line.long 0x00 "CTRLDESCL59_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xE80)++0x3 line.long 0x00 "CTRLDESCL59_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xE80)++0x3 line.long 0x00 "CTRLDESCL59_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xE80)++0x3 line.long 0x00 "CTRLDESCL59_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xE80)++0x3 line.long 0x00 "CTRLDESCL59_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xE80)++0x3 line.long 0x00 "CTRLDESCL59_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xE80)++0x3 line.long 0x00 "CTRLDESCL59_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xE80)++0x3 line.long 0x00 "CTRLDESCL59_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xE80)++0x3 line.long 0x00 "CTRLDESCL59_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 60" group.long (0x200+0xEC0)++0x3 line.long 0x00 "CTRLDESCL60_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xEC0)++0x3 line.long 0x00 "CTRLDESCL60_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xEC0)++0x3 line.long 0x00 "CTRLDESCL60_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xEC0)++0x3 line.long 0x00 "CTRLDESCL60_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xEC0)++0x3 line.long 0x00 "CTRLDESCL60_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xEC0)++0x3 line.long 0x00 "CTRLDESCL60_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xEC0)++0x3 line.long 0x00 "CTRLDESCL60_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xEC0)++0x3 line.long 0x00 "CTRLDESCL60_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xEC0)++0x3 line.long 0x00 "CTRLDESCL60_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 61" group.long (0x200+0xF00)++0x3 line.long 0x00 "CTRLDESCL61_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xF00)++0x3 line.long 0x00 "CTRLDESCL61_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xF00)++0x3 line.long 0x00 "CTRLDESCL61_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xF00)++0x3 line.long 0x00 "CTRLDESCL61_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xF00)++0x3 line.long 0x00 "CTRLDESCL61_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xF00)++0x3 line.long 0x00 "CTRLDESCL61_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xF00)++0x3 line.long 0x00 "CTRLDESCL61_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xF00)++0x3 line.long 0x00 "CTRLDESCL61_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xF00)++0x3 line.long 0x00 "CTRLDESCL61_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 62" group.long (0x200+0xF40)++0x3 line.long 0x00 "CTRLDESCL62_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xF40)++0x3 line.long 0x00 "CTRLDESCL62_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xF40)++0x3 line.long 0x00 "CTRLDESCL62_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xF40)++0x3 line.long 0x00 "CTRLDESCL62_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xF40)++0x3 line.long 0x00 "CTRLDESCL62_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xF40)++0x3 line.long 0x00 "CTRLDESCL62_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xF40)++0x3 line.long 0x00 "CTRLDESCL62_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xF40)++0x3 line.long 0x00 "CTRLDESCL62_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xF40)++0x3 line.long 0x00 "CTRLDESCL62_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 63" group.long (0x200+0xF80)++0x3 line.long 0x00 "CTRLDESCL63_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xF80)++0x3 line.long 0x00 "CTRLDESCL63_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xF80)++0x3 line.long 0x00 "CTRLDESCL63_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xF80)++0x3 line.long 0x00 "CTRLDESCL63_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xF80)++0x3 line.long 0x00 "CTRLDESCL63_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xF80)++0x3 line.long 0x00 "CTRLDESCL63_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xF80)++0x3 line.long 0x00 "CTRLDESCL63_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xF80)++0x3 line.long 0x00 "CTRLDESCL63_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xF80)++0x3 line.long 0x00 "CTRLDESCL63_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 64" group.long (0x200+0xFC0)++0x3 line.long 0x00 "CTRLDESCL64_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xFC0)++0x3 line.long 0x00 "CTRLDESCL64_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xFC0)++0x3 line.long 0x00 "CTRLDESCL64_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xFC0)++0x3 line.long 0x00 "CTRLDESCL64_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xFC0)++0x3 line.long 0x00 "CTRLDESCL64_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xFC0)++0x3 line.long 0x00 "CTRLDESCL64_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xFC0)++0x3 line.long 0x00 "CTRLDESCL64_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xFC0)++0x3 line.long 0x00 "CTRLDESCL64_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xFC0)++0x3 line.long 0x00 "CTRLDESCL64_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end width 0xb tree.end tree "DCU1" base ad:0x400D8000 width 23. group.long 0x0++0x3 line.long 0x00 "CTRLDESCCURSOR1,Control Descriptor Cursor 1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the cursor in pixels" textline " " hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the cursor in pixels" group.long 0x4++0x3 line.long 0x00 "CTRLDESCCURSOR2,Control Descriptor Cursor 2 Register" hexmask.long.word 0x00 16.--26. 1. " POSY ,Y position of the cursor in pixels" textline " " hexmask.long.word 0x00 0.--10. 1. " POSX ,X position of the cursor in pixels" group.long 0x8++0x3 line.long 0x00 "CTRLDESCCURSOR3,Control Descriptor Cursor 3 Register" bitfld.long 0x00 31. " CUR_EN ,Cursor Enable signal" "Disabled,Enabled" hexmask.long.tbyte 0x00 0.--23. 1. " DEFAULT_CURSOR_COLOR[23:0] ,Default pixel color value for the cursor" group.long 0xC++0x3 line.long 0x00 "CTRLDESCCURSOR4,Control Descriptor Cursor 4 Register" hexmask.long.byte 0x00 16.--23. 1. " HWC_BLINK_OFF ,HWC blink register" textline " " bitfld.long 0x00 8. " EN_BLINK ,Enable the cursor blink mode" "Disabled,Enabled" hexmask.long.byte 0x00 0.--7. 1. " HWC_BLINK_ON ,HWC blink register" group.long 0x10++0x3 line.long 0x00 "DCU_MODE,DCU4 Mode Register" bitfld.long 0x00 31. " DCU_SW_RESET ,Used to clear all the registers to reset state" "No effect,Reset" bitfld.long 0x00 30. " EN_DITHER ,Enable dithering mode" "Disabled,Enabled" bitfld.long 0x00 28.--29. " ADDB ,Two-bit value to be added to pixel blue component for dithering" "0,1,2,3" textline " " bitfld.long 0x00 26.--27. " ADDG ,Two bit Value to be added with pixel green component for dithering" "0,1,2,3" bitfld.long 0x00 24.--25. " ADDR ,Two-bit value to be added to pixel red component for dithering" "0,1,2,3" bitfld.long 0x00 23. " DDR_MODE ,Special Mode for DCU interface with DRAM" "Off,On" textline " " bitfld.long 0x00 20.--22. " BLEND_ITER ,Defines the maximum number of pixels which are blended in the pixel blend stack" "Reserved,Reserved,2,3,4,5,6,?..." sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x00 16.--19. " PDI_SYNC_LOCK ,Defines the number of frames" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 15. " PDI_INTERPOL_EN ,Control Bit Interpolation/Chroma" "Chroma,Interpolation" textline " " bitfld.long 0x00 14. " RASTER_EN ,Enables raster scanning of pixel data" "Disabled,Enabled" bitfld.long 0x00 13. " PDI_EN ,Enables the PDI" "Disabled,Enabled" bitfld.long 0x00 12. " PDI_BYTE_REV ,Controls the byte ordering in Narrow Mode" "LSB/MSB,MSB/LSB" textline " " bitfld.long 0x00 11. " PDI_DE_MODE ,Enables the PDI data Enable Mode" "Ignored,Enabled" bitfld.long 0x00 10. " PDI_NARROW_MODE ,Enables the PDI Narrow Mode" "Disabled,Enabled" bitfld.long 0x00 8.--9. " PDI_MODE ,Defines the different modes in which PDI is operating" "8-bit monochrome,16-bit RGB 565 format,18-bit RGB 666 data format, YCbCr data in 4:2:2 format" textline " " bitfld.long 0x00 7. " PDI_SLAVE_MODE ,Enables PDI slave Mode" "Disabled,Enabled" else bitfld.long 0x00 14. " RASTER_EN ,Enables raster scanning of pixel data" "Disabled,Enabled" endif bitfld.long 0x00 6. " TAG_EN ,Enables the calculation of CRC only on the safety layers" "Disabled,Enabled" textline " " bitfld.long 0x00 5. " SIG_EN ,Enables the signature calculator block" "Disabled,Enabled" bitfld.long 0x00 4. " PDI_SYNC ,Decides whether the PDI uses external or internal synchronization" "External,Internal" bitfld.long 0x00 2. " EN_GAMMA ,Enables/Disables the Gamma Correction" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " DCU_MODE ,DCU operating mode" "DCU off,Normal mode,Test mode,Color Bar" group.long 0x14++0x3 line.long 0x00 "BGND,Background Register" hexmask.long.byte 0x00 16.--23. 1. " BGND_R ,Red component of the default color displayed in the sectors where no layer is active" hexmask.long.byte 0x00 8.--15. 1. " BGND_G ,Green component of the default color displayed in the sectors where no layer is active" textline " " hexmask.long.byte 0x00 0.--7. 1. " BGND_B ,Blue component of the default color displayed in the sectors where no layer is active" group.long 0x18++0x3 line.long 0x00 "DISP_SIZE,Display Size Register" hexmask.long.word 0x00 16.--26. 1. " DELTA_Y ,Sets the display size vertical resolution (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " DELTA_X ,Sets the display size horizontal resolution (in multiples of 16 pixels)" group.long 0x1C++0x3 line.long 0x00 "HSYN_PARA,Horizontal Sync Parameter Register" hexmask.long.word 0x00 22.--30. 1. " BP_H ,HSYNC back-porch pulse width (in pixel clock cycles)" hexmask.long.word 0x00 11.--19. 1. " PW_H ,HSYNC active pulse width (in pixel clock cycles)" textline " " hexmask.long.word 0x00 0.--8. 1. " FP_H ,HSYNC front-porch pulse width (in pixel clock cycles)" group.long 0x20++0x3 line.long 0x00 "VSYN_PARA,Vertical Sync Parameter Register" hexmask.long.word 0x00 22.--30. 1. " BP_V ,VSYNC back-porch pulse width (in horizontal line cycles). Pulse width has a minimum value of 1" hexmask.long.word 0x00 11.--19. 1. " PW_V ,VSYNC active pulse width (in horizontal line cycles)" textline " " hexmask.long.word 0x00 0.--8. 1. " FP_V ,VSYNC front-porch pulse width (in horizontal line cycles). Pulse width has a minimum value of 1" group.long 0x24++0x3 line.long 0x00 "SYNPOL,Synchronize Polarity Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x00 10. " INV_PDI_DE ,Polarity of PDI input data Enable" "Low,High" bitfld.long 0x00 9. " INV_PDI_HS ,Polarity of PDI input HSYNC" "Low,High" textline " " bitfld.long 0x00 8. " INV_PDI_VS ,Polarity of PDI input VSYNC" "Low,High" bitfld.long 0x00 7. " INV_PDI_CLK ,Polarity of PDI input Clock" "Rising edge,Falling edge" endif bitfld.long 0x00 6. " INV_PXCK ,Polarity change of Pixel Clock" "Falling,Rising" bitfld.long 0x00 5. " NEG ,Indicates if value at the output (pixel data output) needs to be negated" "Not changed,Negated" textline " " bitfld.long 0x00 4. " BP_VS ,Bypass Vertical synchronization signal (internal pin muxing)" "Not bypassed,Bypassed" bitfld.long 0x00 3. " BP_HS ,Bypass Horizontal synchronization signal (internal pin muxing)" "Not bypassed,Bypassed" textline " " bitfld.long 0x00 2. " INV_CS ,Invert Composite synchronization signal" "Not inverted,Inverted" bitfld.long 0x00 1. " INV_VS ,Invert Vertical synchronization signal" "Not inverted,Inverted" textline " " bitfld.long 0x00 0. " INV_HS ,Invert Horizontal synchronization signal" "Not inverted,Inverted" group.long 0x28++0x3 line.long 0x00 "THRESHOLD,Threshold Register" hexmask.long.word 0x00 16.--26. 1. " LS_BF_VS ,Lines before VS_BLANK threshold value" hexmask.long.byte 0x00 8.--15. 1. " OUT_BUF_HIGH ,Output buffer high threshold (in pixels)" textline " " hexmask.long.byte 0x00 0.--7. 1. " OUT_BUF_LOW ,Output buffer filling low Threshold (in pixels)" group.long 0x2C++0x3 line.long 0x00 "INT_STATUS,Interrupt Status Register" bitfld.long 0x00 31. " P6_EMPTY ,Interrupt flag to indicate that the FIFO in position 6 in the pixel blend stack underflowed" "No interrupt,Interrupt" bitfld.long 0x00 30. " P5_EMPTY ,Interrupt flag to indicate that the FIFO in position 5 in the pixel blend stack underflowed" "No interrupt,Interrupt" bitfld.long 0x00 29. " P4_EMPTY ,Interrupt flag to indicate that the FIFO in position 4 in the pixel blend stack underflowed" "No interrupt,Interrupt" textline " " bitfld.long 0x00 28. " P3_EMPTY ,Interrupt flag to indicate that the FIFO in position 3 in the pixel blend stack underflowed" "No interrupt,Interrupt" bitfld.long 0x00 27. " P2_EMPTY ,Interrupt flag to indicate that the FIFO in position 2 in the pixel blend stack underflowed" "No interrupt,Interrupt" bitfld.long 0x00 26. " P1_EMPTY ,Interrupt flag to indicate that the FIFO in position 1 (lowest) in the pixel blend stack underflowed" "No interrupt,Interrupt" textline " " bitfld.long 0x00 23. " P6_FIFO_HI_FLAG ,Interrupt flag to indicate that the high threshold has been reached in the FIFO in position 6 in the pixel blend stack" "No interrupt,Interrupt" bitfld.long 0x00 22. " P6_FIFO_LO_FLAG ,Interrupt flag to indicate that the low threshold has been reached in the FIFO in position 6 in the pixel blend stack" "No interrupt,Interrupt" bitfld.long 0x00 21. " P5_FIFO_HI_FLAG ,Interrupt flag to indicate that the high threshold has been reached in the FIFO in position 5 in the pixel blend stack" "No interrupt,Interrupt" textline " " bitfld.long 0x00 20. " P5_FIFO_LO_FLAG ,Interrupt flag to indicate that the low threshold has been reached in the FIFO in position 5 in the pixel blend stack" "No interrupt,Interrupt" bitfld.long 0x00 19. " P4_FIFO_HI_FLAG ,Interrupt flag to indicate that the high threshold has been reached in the FIFO in position 4 in the pixel blend stack" "No interrupt,Interrupt" bitfld.long 0x00 18. " P4_FIFO_LO_FLAG ,Interrupt flag to indicate that the low threshold has been reached in the FIFO in position 4 in the pixel blend stack" "No interrupt,Interrupt" textline " " bitfld.long 0x00 17. " P3_FIFO_HI_FLAG ,Interrupt flag to indicate that the high threshold has been reached in the FIFO in position 3 in the pixel blend stack" "No interrupt,Interrupt" bitfld.long 0x00 16. " P3_FIFO_LO_FLAG ,Interrupt flag to indicate that the low threshold has been reached in the FIFO in position 3 in the pixel blend stack" "No interrupt,Interrupt" bitfld.long 0x00 14. " DMA_TRANS_FINISH ,Interrupt flag, which indicates that the DCU4 DMA has fetched the last pixel of data from the memory" "No interrupt,Interrupt" textline " " bitfld.long 0x00 12. " LYR_TRANS_FINISH ,Interrupt flag to indicate that the transfer is complete of layer configuration from the layer control descriptor registers into the DCU4 functional block" "No interrupt,Interrupt" bitfld.long 0x00 11. " IPM_ERROR ,Interrupt flag, which indicates that an error has occured in the Magenta line transaction" "0,1" bitfld.long 0x00 10. " PROG_END ,Interrupt flag which indicates that the DCU4 has begun to transfer layer configuration from the layer control descriptor registers into the DCU4 functional block" "No interrupt,Interrupt" textline " " bitfld.long 0x00 9. " P2_FIFO_HI_FLAG ,Interrupt flag to indicate that the high threshold has been reached in the FIFO in position 2 in the pixel blend stack" "No interrupt,Interrupt" bitfld.long 0x00 8. " P2_FIFO_LO_FLAG ,Interrupt flag to indicate that the low threshold has been reached in the FIFO in position 2 in the pixel blend stack" "No interrupt,Interrupt" bitfld.long 0x00 7. " P1_FIFO_HI_FLAG ,Interrupt flag to indicate that the high threshold has been reached in the FIFO in position 1 (lowest) in the pixel blend stack" "No interrupt,Interrupt" textline " " bitfld.long 0x00 6. " P1_FIFO_LO_FLAG ,Interrupt flag to indicate that the low threshold has been reached in the FIFO in position 1 (lowest) in the pixel blend stack" "No interrupt,Interrupt" bitfld.long 0x00 5. " CRC_OVERFLOW ,Interrupt signal to indicate that CRC_ready has not been serviced and CRC has been calculated for the next frame" "No interrupt,Interrupt" bitfld.long 0x00 4. " CRC_READY ,Interrupt flag to indicate CRC calculation is done and ready to be compared with precomputed CRC value by the software" "No interrupt,Interrupt" textline " " eventfld.long 0x00 3. " VS_BLANK ,Interrupt signal to indicate vertical blanking period" "No interrupt,Interrupt" bitfld.long 0x00 2. " LS_BF_VS ,Interrupt flag to indicate the Lines Before VS_BLANK event has been reached" "No interrupt,Interrupt" eventfld.long 0x00 1. " UNDRUN ,Interrupt flag to indicate the output buffer underrun condition" "No interrupt,Interrupt" textline " " bitfld.long 0x00 0. " VSYNC ,Interrupt flag to indicate that the vertical synchronization phase has begun" "No interrupt,Interrupt" group.long 0x30++0x3 line.long 0x00 "INT_MASK,Interrupt Mask Register" bitfld.long 0x00 31. " M_P6_EMPTY ,Mask for P6_EMPTY interrupt flag" "Not masked,Masked" bitfld.long 0x00 30. " M_P5_EMPTY ,Mask for P5_EMPTY interrupt flag" "Not masked,Masked" bitfld.long 0x00 29. " M_P4_EMPTY ,Mask for P4_EMPTY interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 28. " M_P3_EMPTY ,Mask for P3_EMPTY interrupt flag" "Not masked,Masked" bitfld.long 0x00 27. " M_P2_EMPTY ,Mask for P2_EMPTY interrupt flag" "Not masked,Masked" bitfld.long 0x00 26. " M_P1_EMPTY ,Mask for P1_EMPTY interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 23. " M_P6_FIFO_HI_FLAG ,Mask for P6_FIFO_HI_FLAG interrupt flag" "Not masked,Masked" bitfld.long 0x00 22. " M_P6_FIFO_LO_FLAG ,Mask for P6_FIFO_LO_FLAG interrupt flag" "Not masked,Masked" bitfld.long 0x00 21. " M_P5_FIFO_HI_FLAG ,Mask for P5_FIFO_HI_FLAG interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 20. " M_P5_FIFO_LO_FLAG ,Mask for P5_FIFO_LO_FLAG interrupt flag" "Not masked,Masked" bitfld.long 0x00 19. " M_P4_FIFO_HI_FLAG ,Mask for P4_FIFO_HI_FLAG interrupt flag" "Not masked,Masked" bitfld.long 0x00 18. " M_P4_FIFO_LO_FLAG ,Mask for P4_FIFO_LO_FLAG interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 17. " M_P3_FIFO_HI_FLAG ,Mask for P3_FIFO_HI_FLAG interrupt flag" "Not masked,Masked" bitfld.long 0x00 16. " M_P3_FIFO_LO_FLAG ,Mask for P6_FIFO_LO_FLAG interrupt flag" "Not masked,Masked" bitfld.long 0x00 14. " M_DMA_TRANS_FINISH ,Mask for DMA_TRANS_FINISH interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 12. " MSK_SHDW_CMPLT_INT ,Mask for SHDW_CMPLT interrupt flag" "Not masked,Masked" bitfld.long 0x00 11. " M_IPM_ERROR ,Mask for IPM_ERROR interrupt flag" "Not masked,Masked" bitfld.long 0x00 10. " M_PROG_END ,Mask for PROG_END interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 9. " M_P2_FIFO_HI_FLAG ,Mask for P2_FIFO_HI_FLAG interrupt flag" "Not masked,Masked" bitfld.long 0x00 8. " M_P2_FIFO_LO_FLAG ,Mask for P2_FIFO_LO_FLAG interrupt flag" "Not masked,Masked" bitfld.long 0x00 7. " M_P1_FIFO_HI_FLAG ,Mask for P1_FIFO_HI_FLAG interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 6. " M_P1_FIFO_LO_FLAG ,Mask for P1_FIFO_LO_FLAG interrupt flag" "Not masked,Masked" bitfld.long 0x00 5. " M_CRC_OVERFLOW ,Mask for CRC_OVERFLOW interrupt flag" "Not masked,Masked" bitfld.long 0x00 4. " M_CRC_READY ,Mask for CRC_READY interrupt flag" "Not masked,Masked" textline " " eventfld.long 0x00 3. " M_VS_BLANK ,Mask for VS_BLANK interrupt flag" "Not masked,Masked" bitfld.long 0x00 2. " M_LS_BF_VS ,Mask for LS_BF_VS interrupt flag" "Not masked,Masked" bitfld.long 0x00 1. " M_UNDRUN ,Mask for M_UNDRUN interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 0. " M_VSYNC ,Mask for VSYNC interrupt flag" "Not masked,Masked" group.long 0x34++0x3 line.long 0x00 "COLBAR_1,COLBAR_1 Register" hexmask.long.byte 0x00 16.--23. 1. " COLBAR_1_R ,Red component value" hexmask.long.byte 0x00 8.--15. 1. " COLBAR_1_G ,Green component value" textline " " hexmask.long.byte 0x00 0.--7. 1. " COLBAR_1_B ,Blue component value" group.long 0x38++0x3 line.long 0x00 "COLBAR_2,COLBAR_2 Register" hexmask.long.byte 0x00 16.--23. 1. " COLBAR_2_R ,Red component value" hexmask.long.byte 0x00 8.--15. 1. " COLBAR_2_G ,Green component value" textline " " hexmask.long.byte 0x00 0.--7. 1. " COLBAR_2_B ,Blue component value" group.long 0x3C++0x3 line.long 0x00 "COLBAR_3,COLBAR_3 Register" hexmask.long.byte 0x00 16.--23. 1. " COLBAR_3_R ,Red component value" hexmask.long.byte 0x00 8.--15. 1. " COLBAR_3_G ,Green component value" textline " " hexmask.long.byte 0x00 0.--7. 1. " COLBAR_3_B ,Blue component value" group.long 0x40++0x3 line.long 0x00 "COLBAR_4,COLBAR_4 Register" hexmask.long.byte 0x00 16.--23. 1. " COLBAR_4_R ,Red component value" hexmask.long.byte 0x00 8.--15. 1. " COLBAR_4_G ,Green component value" textline " " hexmask.long.byte 0x00 0.--7. 1. " COLBAR_4_B ,Blue component value" group.long 0x44++0x3 line.long 0x00 "COLBAR_5,COLBAR_5 Register" hexmask.long.byte 0x00 16.--23. 1. " COLBAR_5_R ,Red component value" hexmask.long.byte 0x00 8.--15. 1. " COLBAR_5_G ,Green component value" textline " " hexmask.long.byte 0x00 0.--7. 1. " COLBAR_5_B ,Blue component value" group.long 0x48++0x3 line.long 0x00 "COLBAR_6,COLBAR_6 Register" hexmask.long.byte 0x00 16.--23. 1. " COLBAR_6_R ,Red component value" hexmask.long.byte 0x00 8.--15. 1. " COLBAR_6_G ,Green component value" textline " " hexmask.long.byte 0x00 0.--7. 1. " COLBAR_6_B ,Blue component value" group.long 0x4C++0x3 line.long 0x00 "COLBAR_7,COLBAR_7 Register" hexmask.long.byte 0x00 16.--23. 1. " COLBAR_7_R ,Red component value" hexmask.long.byte 0x00 8.--15. 1. " COLBAR_7_G ,Green component value" textline " " hexmask.long.byte 0x00 0.--7. 1. " COLBAR_7_B ,Blue component value" group.long 0x50++0x3 line.long 0x00 "COLBAR_8,COLBAR_8 Register" hexmask.long.byte 0x00 16.--23. 1. " COLBAR_8_R ,Red component value" hexmask.long.byte 0x00 8.--15. 1. " COLBAR_8_G ,Green component value" textline " " hexmask.long.byte 0x00 0.--7. 1. " COLBAR_8_B ,Blue component value" group.long 0x54++0x3 line.long 0x00 "DIV_RATIO,Divide Ratio Register" hexmask.long.byte 0x00 0.--7. 1. " DIV_RATIO ,Specifies the divide value for the input clock" group.long 0x58++0x3 line.long 0x00 "SIGN_CALC_1,Sign Calculation 1 Register" hexmask.long.word 0x00 16.--26. 1. " SIG_VER_SIZE ,Vertical size of the window of interest of pixels for CRC calculation (in pixels)" hexmask.long.word 0x00 0.--10. 1. " SIG_HOR_SIZE ,Horizontal size of window of interest of pixels for CRC calculations (in pixels)" group.long 0x5C++0x3 line.long 0x00 "SIGN_CALC_2,Sign Calculation 2 Register" hexmask.long.word 0x00 16.--26. 1. " SIG_VER_POS ,Vertical position of the window of interest of pixels for CRC calculation (in pixels)" hexmask.long.word 0x00 0.--10. 1. " SIG_HOR_POS ,Horizontal position of window of interest of pixels for CRC calculation (in pixels)" group.long 0x60++0x3 line.long 0x00 "CRC_VAL,CRC Value Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") group.long 0x64++0x3 line.long 0x00 "PDI_STATUS,PDI Status Register" bitfld.long 0x00 9. " PDI_BLANKING_ERR ,Sequence present" "Present,Not present" bitfld.long 0x00 8. " PDI_ECC_ERR2 ,Multibit error" "No error,Error" bitfld.long 0x00 7. " PDI_ECC_ERR1 ,One bit error" "No error,Error" textline " " bitfld.long 0x00 6. " PDI_LOCK_LOST ,Frame lock lost" "Locked,Lost" bitfld.long 0x00 5. " PDI_LOCK_DET ,PDI frame locked" "Waiting,Detected" bitfld.long 0x00 4. " PDI_VSYNC_DET ,VSYNC detected" "Not detected,Detected" textline " " bitfld.long 0x00 3. " PDI_HSYNC_DET ,HSYNC detected" "Not detected,Detected" bitfld.long 0x00 2. " PDI_DE_DET ,Data Enable detected" "Not detected,Detected" bitfld.long 0x00 1. " PDI_CLK_LOST ,PDI_CLK lost" "Present,Lost" textline " " bitfld.long 0x00 0. " PDI_CLK_DET ,Clock detected" "Not detected,Detected" group.long 0x68++0x3 line.long 0x00 "PDI_STA_MSK,PDI Status Mask Register" bitfld.long 0x00 9. " M_PDI_BLANKING_ERR ,Mask for PDI_BLANKING_ERR interrupt flag" "0,1" bitfld.long 0x00 8. " M_PDI_ECC_ERR2 ,Mask for M_PDI_ECC_ERR2 interrupt flag" "0,1" bitfld.long 0x00 7. " M_PDI_ECC_ERR1 ,Mask for M_PDI_ECC_ERR1 interrupt flag" "0,1" textline " " bitfld.long 0x00 6. " M_PDI_LOCK_LOST ,Mask for M_PDI_LOCK_LOST interrupt flag" "0,1" bitfld.long 0x00 5. " M_PDI_LOCK_DET ,Mask for M_PDI_LOCK_DET interrupt flag" "0,1" bitfld.long 0x00 4. " M_PDI_VSYNC_DET ,Mask for M_PDI_VSYNC_DET interrupt flag" "0,1" textline " " bitfld.long 0x00 3. " M_PDI_HSYNC_DET ,Mask for M_PDI_HSYNC_DET interrupt flag" "0,1" bitfld.long 0x00 2. " M_PDI_DE_DET ,Mask for M_PDI_DE_DET interrupt flag" "0,1" bitfld.long 0x00 1. " M_PDI_CLK_LOST ,Mask for M_PDI_CLK_LOST interrupt flag" "0,1" textline " " bitfld.long 0x00 0. " M_PDI_CLK_DET ,Mask for M_PDI_CLK_DET interrupt flag" "0,1" endif group.long 0x6C++0x3 line.long 0x00 "PARR_ERR_STATUS1,Parameter Error Status 1 Register" bitfld.long 0x00 31. " L31 ,Parameter error" "No error,Error" bitfld.long 0x00 30. " L30 ,Parameter error" "No error,Error" bitfld.long 0x00 29. " L29 ,Parameter error" "No error,Error" bitfld.long 0x00 28. " L28 ,Parameter error" "No error,Error" textline " " bitfld.long 0x00 27. " L27 ,Parameter error" "No error,Error" bitfld.long 0x00 26. " L26 ,Parameter error" "No error,Error" bitfld.long 0x00 25. " L25 ,Parameter error" "No error,Error" bitfld.long 0x00 24. " L24 ,Parameter error" "No error,Error" textline " " bitfld.long 0x00 23. " L23 ,Parameter error" "No error,Error" bitfld.long 0x00 22. " L22 ,Parameter error" "No error,Error" bitfld.long 0x00 21. " L21 ,Parameter error" "No error,Error" bitfld.long 0x00 20. " L20 ,Parameter error" "No error,Error" textline " " bitfld.long 0x00 19. " L19 ,Parameter error" "No error,Error" bitfld.long 0x00 18. " L18 ,Parameter error" "No error,Error" bitfld.long 0x00 17. " L17 ,Parameter error" "No error,Error" bitfld.long 0x00 16. " L16 ,Parameter error" "No error,Error" textline " " bitfld.long 0x00 15. " L15 ,Parameter error" "No error,Error" bitfld.long 0x00 14. " L14 ,Parameter error" "No error,Error" bitfld.long 0x00 13. " L13 ,Parameter error" "No error,Error" bitfld.long 0x00 12. " L12 ,Parameter error" "No error,Error" textline " " bitfld.long 0x00 11. " L11 ,Parameter error" "No error,Error" bitfld.long 0x00 10. " L10 ,Parameter error" "No error,Error" bitfld.long 0x00 9. " L9 ,Parameter error" "No error,Error" bitfld.long 0x00 8. " L8 ,Parameter error" "No error,Error" textline " " bitfld.long 0x00 7. " L7 ,Parameter error" "No error,Error" bitfld.long 0x00 6. " L6 ,Parameter error" "No error,Error" bitfld.long 0x00 5. " L5 ,Parameter error" "No error,Error" bitfld.long 0x00 4. " L4 ,Parameter error" "No error,Error" textline " " bitfld.long 0x00 3. " L3 ,Parameter error" "No error,Error" bitfld.long 0x00 2. " L2 ,Parameter error" "No error,Error" bitfld.long 0x00 1. " L1 ,Parameter error" "No error,Error" bitfld.long 0x00 0. " L0 ,Parameter error" "No error,Error" group.long 0x70++0x3 line.long 0x00 "PARR_ERR_STATUS2,Parameter Error Status 2 Register" bitfld.long 0x00 31. " L63 ,Parameter error" "No error,Error" bitfld.long 0x00 30. " L62 ,Parameter error" "No error,Error" bitfld.long 0x00 29. " L61 ,Parameter error" "No error,Error" bitfld.long 0x00 28. " L60 ,Parameter error" "No error,Error" textline " " bitfld.long 0x00 27. " L59 ,Parameter error" "No error,Error" bitfld.long 0x00 26. " L58 ,Parameter error" "No error,Error" bitfld.long 0x00 25. " L57 ,Parameter error" "No error,Error" bitfld.long 0x00 24. " L56 ,Parameter error" "No error,Error" textline " " bitfld.long 0x00 23. " L55 ,Parameter error" "No error,Error" bitfld.long 0x00 22. " L54 ,Parameter error" "No error,Error" bitfld.long 0x00 21. " L53 ,Parameter error" "No error,Error" bitfld.long 0x00 20. " L52 ,Parameter error" "No error,Error" textline " " bitfld.long 0x00 19. " L51 ,Parameter error" "No error,Error" bitfld.long 0x00 18. " L50 ,Parameter error" "No error,Error" bitfld.long 0x00 17. " L49 ,Parameter error" "No error,Error" bitfld.long 0x00 16. " L48 ,Parameter error" "No error,Error" textline " " bitfld.long 0x00 15. " L47 ,Parameter error" "No error,Error" bitfld.long 0x00 14. " L46 ,Parameter error" "No error,Error" bitfld.long 0x00 13. " L45 ,Parameter error" "No error,Error" bitfld.long 0x00 12. " L44 ,Parameter error" "No error,Error" textline " " bitfld.long 0x00 11. " L43 ,Parameter error" "No error,Error" bitfld.long 0x00 10. " L42 ,Parameter error" "No error,Error" bitfld.long 0x00 9. " L41 ,Parameter error" "No error,Error" bitfld.long 0x00 8. " L40 ,Parameter error" "No error,Error" textline " " bitfld.long 0x00 7. " L39 ,Parameter error" "No error,Error" bitfld.long 0x00 6. " L38 ,Parameter error" "No error,Error" bitfld.long 0x00 5. " L37 ,Parameter error" "No error,Error" bitfld.long 0x00 4. " L36 ,Parameter error" "No error,Error" textline " " bitfld.long 0x00 3. " L35 ,Parameter error" "No error,Error" bitfld.long 0x00 2. " L34 ,Parameter error" "No error,Error" bitfld.long 0x00 1. " L33 ,Parameter error" "No error,Error" bitfld.long 0x00 0. " L32 ,Parameter error" "No error,Error" group.long 0x7C++0x3 line.long 0x00 "PARR_ERR_STATUS3,Parameter Error Status 3 Register" bitfld.long 0x00 3. " RLE_ERR ,Error signal to indicate that more than one layer has RLE mode enabled" "No error,Error" bitfld.long 0x00 2. " HWC_ERR ,Interrupt signal to indicate HWC error" "No error,Error" textline " " bitfld.long 0x00 1. " SIG_ERR ,Interrupt occurs whenever the area of interest specified by SIG_CALC register is outside the display size" "No error,Error" bitfld.long 0x00 0. " DISP_ERR ,Interrupt occurs whenever width and height of display" "No error,Error" group.long 0x80++0x3 line.long 0x00 "MASK_PARR_ERR_STATUS1,Mask Parameter Error Status 1 Register" bitfld.long 0x00 31. " M_L_PARR_ERR31 ,Mask for L31 interrupt flag" "Not masked,Masked" bitfld.long 0x00 30. " M_L_PARR_ERR30 ,Mask for L30 interrupt flag" "Not masked,Masked" bitfld.long 0x00 29. " M_L_PARR_ERR29 ,Mask for L29 interrupt flag" "Not masked,Masked" bitfld.long 0x00 28. " M_L_PARR_ERR28 ,Mask for L28 interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 27. " M_L_PARR_ERR27 ,Mask for L27 interrupt flag" "Not masked,Masked" bitfld.long 0x00 26. " M_L_PARR_ERR26 ,Mask for L26 interrupt flag" "Not masked,Masked" bitfld.long 0x00 25. " M_L_PARR_ERR25 ,Mask for L25 interrupt flag" "Not masked,Masked" bitfld.long 0x00 24. " M_L_PARR_ERR24 ,Mask for L24 interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 23. " M_L_PARR_ERR23 ,Mask for L23 interrupt flag" "Not masked,Masked" bitfld.long 0x00 22. " M_L_PARR_ERR22 ,Mask for L22 interrupt flag" "Not masked,Masked" bitfld.long 0x00 21. " M_L_PARR_ERR21 ,Mask for L21 interrupt flag" "Not masked,Masked" bitfld.long 0x00 20. " M_L_PARR_ERR20 ,Mask for L20 interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 19. " M_L_PARR_ERR19 ,Mask for L19 interrupt flag" "Not masked,Masked" bitfld.long 0x00 18. " M_L_PARR_ERR18 ,Mask for L18 interrupt flag" "Not masked,Masked" bitfld.long 0x00 17. " M_L_PARR_ERR17 ,Mask for L17 interrupt flag" "Not masked,Masked" bitfld.long 0x00 16. " M_L_PARR_ERR16 ,Mask for L16 interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 15. " M_L_PARR_ERR15 ,Mask for L15 interrupt flag" "Not masked,Masked" bitfld.long 0x00 14. " M_L_PARR_ERR14 ,Mask for L14 interrupt flag" "Not masked,Masked" bitfld.long 0x00 13. " M_L_PARR_ERR13 ,Mask for L13 interrupt flag" "Not masked,Masked" bitfld.long 0x00 12. " M_L_PARR_ERR12 ,Mask for L12 interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 11. " M_L_PARR_ERR11 ,Mask for L11 interrupt flag" "Not masked,Masked" bitfld.long 0x00 10. " M_L_PARR_ERR10 ,Mask for L10 interrupt flag" "Not masked,Masked" bitfld.long 0x00 9. " M_L_PARR_ERR9 ,Mask for L9 interrupt flag" "Not masked,Masked" bitfld.long 0x00 8. " M_L_PARR_ERR8 ,Mask for L8 interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 7. " M_L_PARR_ERR7 ,Mask for L7 interrupt flag" "Not masked,Masked" bitfld.long 0x00 6. " M_L_PARR_ERR6 ,Mask for L6 interrupt flag" "Not masked,Masked" bitfld.long 0x00 5. " M_L_PARR_ERR5 ,Mask for L5 interrupt flag" "Not masked,Masked" bitfld.long 0x00 4. " M_L_PARR_ERR4 ,Mask for L4 interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 3. " M_L_PARR_ERR3 ,Mask for L3 interrupt flag" "Not masked,Masked" bitfld.long 0x00 2. " M_L_PARR_ERR2 ,Mask for L2 interrupt flag" "Not masked,Masked" bitfld.long 0x00 1. " M_L_PARR_ERR1 ,Mask for L1 interrupt flag" "Not masked,Masked" bitfld.long 0x00 0. " M_L_PARR_ERR0 ,Mask for L0 interrupt flag" "Not masked,Masked" group.long 0x84++0x3 line.long 0x00 "MASK_PARR_ERR_STATUS2,Mask Parameter Error Status 2 Register" bitfld.long 0x00 31. " M_L_PARR_ERR63 ,Mask for L63 interrupt flag" "Not masked,Masked" bitfld.long 0x00 30. " M_L_PARR_ERR62 ,Mask for L62 interrupt flag" "Not masked,Masked" bitfld.long 0x00 29. " M_L_PARR_ERR61 ,Mask for L61 interrupt flag" "Not masked,Masked" bitfld.long 0x00 28. " M_L_PARR_ERR60 ,Mask for L60 interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 27. " M_L_PARR_ERR59 ,Mask for L59 interrupt flag" "Not masked,Masked" bitfld.long 0x00 26. " M_L_PARR_ERR58 ,Mask for L58 interrupt flag" "Not masked,Masked" bitfld.long 0x00 25. " M_L_PARR_ERR57 ,Mask for L57 interrupt flag" "Not masked,Masked" bitfld.long 0x00 24. " M_L_PARR_ERR56 ,Mask for L56 interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 23. " M_L_PARR_ERR55 ,Mask for L55 interrupt flag" "Not masked,Masked" bitfld.long 0x00 22. " M_L_PARR_ERR54 ,Mask for L54 interrupt flag" "Not masked,Masked" bitfld.long 0x00 21. " M_L_PARR_ERR53 ,Mask for L53 interrupt flag" "Not masked,Masked" bitfld.long 0x00 20. " M_L_PARR_ERR52 ,Mask for L52 interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 19. " M_L_PARR_ERR51 ,Mask for L51 interrupt flag" "Not masked,Masked" bitfld.long 0x00 18. " M_L_PARR_ERR50 ,Mask for L50 interrupt flag" "Not masked,Masked" bitfld.long 0x00 17. " M_L_PARR_ERR49 ,Mask for L49 interrupt flag" "Not masked,Masked" bitfld.long 0x00 16. " M_L_PARR_ERR48 ,Mask for L48 interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 15. " M_L_PARR_ERR47 ,Mask for L47 interrupt flag" "Not masked,Masked" bitfld.long 0x00 14. " M_L_PARR_ERR46 ,Mask for L46 interrupt flag" "Not masked,Masked" bitfld.long 0x00 13. " M_L_PARR_ERR45 ,Mask for L45 interrupt flag" "Not masked,Masked" bitfld.long 0x00 12. " M_L_PARR_ERR44 ,Mask for L44 interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 11. " M_L_PARR_ERR43 ,Mask for L43 interrupt flag" "Not masked,Masked" bitfld.long 0x00 10. " M_L_PARR_ERR42 ,Mask for L42 interrupt flag" "Not masked,Masked" bitfld.long 0x00 9. " M_L_PARR_ERR41 ,Mask for L41 interrupt flag" "Not masked,Masked" bitfld.long 0x00 8. " M_L_PARR_ERR40 ,Mask for L40 interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 7. " M_L_PARR_ERR39 ,Mask for L39 interrupt flag" "Not masked,Masked" bitfld.long 0x00 6. " M_L_PARR_ERR38 ,Mask for L38 interrupt flag" "Not masked,Masked" bitfld.long 0x00 5. " M_L_PARR_ERR37 ,Mask for L37 interrupt flag" "Not masked,Masked" bitfld.long 0x00 4. " M_L_PARR_ERR36 ,Mask for L36 interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 3. " M_L_PARR_ERR35 ,Mask for L35 interrupt flag" "Not masked,Masked" bitfld.long 0x00 2. " M_L_PARR_ERR34 ,Mask for L34 interrupt flag" "Not masked,Masked" bitfld.long 0x00 1. " M_L_PARR_ERR33 ,Mask for L33 interrupt flag" "Not masked,Masked" bitfld.long 0x00 0. " M_L_PARR_ERR32 ,Mask for L32 interrupt flag" "Not masked,Masked" group.long 0x90++0x3 line.long 0x00 "MASK_PARR_ERR_STATUS3,Mask Parameter Error Status 3 Register" bitfld.long 0x00 3. " M_RLE_ERR ,Mask for RLE_ERR interrupt flag" "Not masked,Masked" bitfld.long 0x00 2. " M_HWC_ERR ,Mask for HWC_ERR interrupt flag" "Not masked,Masked" textline " " bitfld.long 0x00 1. " M_SIG_ERR ,Mask for SIG_ERR interrupt flag" "Not masked,Masked" bitfld.long 0x00 0. " M_DISP_ERR ,Mask for DISP_ERR interrupt flag" "Not masked,Masked" group.long 0x94++0x3 line.long 0x00 "THRESHOLD_INP_BUF_1,Threshold Input 1 Register" hexmask.long.byte 0x00 24.--30. 1. " INP_BUF_P2_HI ,High threshold for the FIFO in position 2 in the pixel blend stack" hexmask.long.byte 0x00 16.--22. 1. " INP_BUF_P2_LO ,Low threshold for the FIFO in position 2 in the pixel blend stack" textline " " hexmask.long.byte 0x00 8.--14. 1. " INP_BUF_P1_HI ,High threshold for the FIFO in position 1 (lowest) in the pixel blend stack" hexmask.long.byte 0x00 0.--6. 1. " INP_BUF_P1_LO ,Low threshold for the FIFO in position 1 (lowest) in the pixel blend stack" group.long 0x98++0x3 line.long 0x00 "THRESHOLD_INP_BUF_2,Threshold Input 2 Register" hexmask.long.byte 0x00 24.--30. 1. " INP_BUF_P4_HI ,High threshold for the FIFO in position 4 in the pixel blend stack" hexmask.long.byte 0x00 16.--22. 1. " INP_BUF_P4_LO ,Low threshold for the FIFO in position 4 in the pixel blend stack" textline " " hexmask.long.byte 0x00 8.--14. 1. " INP_BUF_P3_HI ,High threshold for the FIFO in position 3 in the pixel blend stack" hexmask.long.byte 0x00 0.--6. 1. " INP_BUF_P3_LO ,Low threshold for the FIFO in position 3 in the pixel blend stack" group.long 0x9C++0x3 line.long 0x00 "THRESHOLD_INP_BUF_3,Threshold Input 3 Register" hexmask.long.byte 0x00 24.--30. 1. " INP_BUF_P6_HI ,High threshold for the FIFO in position 6 in the pixel blend stack" hexmask.long.byte 0x00 16.--22. 1. " INP_BUF_P6_LO ,Low threshold for the FIFO in position 6 in the pixel blend stack" textline " " hexmask.long.byte 0x00 8.--14. 1. " INP_BUF_P5_HI ,High threshold for the FIFO in position 5 in the pixel blend stack" hexmask.long.byte 0x00 0.--6. 1. " INP_BUF_P5_LO ,Low threshold for the FIFO in position 5 in the pixel blend stack" group.long 0xA0++0x3 line.long 0x00 "LUMA_COMP,LUMA Component Register" hexmask.long.word 0x00 22.--31. 1. " Y_RED ,Luminance coefficient for red component" hexmask.long.word 0x00 11.--20. 1. " Y_GREEN ,Luminance coefficient for green component" textline " " hexmask.long.word 0x00 0.--9. 1. " Y_BLUE ,Luminance coefficient for blue component" group.long 0xA4++0x3 line.long 0x00 "CHROMA_RED,Red Chroma Components Register" hexmask.long.word 0x00 16.--26. 1. " CR_RED ,Cr coefficient for calculation of red component" hexmask.long.word 0x00 0.--11. 1. " CB_RED ,Cb coefficient for calculation of red component" group.long 0xA8++0x3 line.long 0x00 "CHROMA_GREEN,Green Chroma Components Register" hexmask.long.word 0x00 16.--26. 1. " CR_GREEN ,Cr coefficient for calculation of green component" hexmask.long.word 0x00 0.--11. 1. " CB_GREEN ,Cb coefficient for calculation of green component" group.long 0xAC++0x3 line.long 0x00 "CHROMA_BLUE,Blue Chroma Components Register" hexmask.long.word 0x00 16.--26. 1. " CR_BLUE ,Cr coefficient for calculation of blue component" hexmask.long.word 0x00 0.--11. 1. " CB_BLUE ,Cb coefficient for calculation of blue component" group.long 0xB0++0x3 line.long 0x00 "CRC_POS,CRC Position Register" group.long 0xB4++0x3 line.long 0x00 "LYR_INTPOL_EN,Layer Interpolation Enable Register" bitfld.long 0x00 31. " EN ,Interpolation Enable bit for DCU3 Layer coded in YCbCr422 format" "Disabled,Enabled" group.long 0xB8++0x3 line.long 0x00 "LYR_LUMA_COMP,Layer Luminance Component Register" hexmask.long.word 0x00 22.--31. 1. " Y_RED ,Luminance coefficient for red component" hexmask.long.word 0x00 11.--20. 1. " Y_GREEN ,Luminance coefficient for green component" textline " " hexmask.long.word 0x00 0.--9. 1. " Y_BLUE ,Luminance coefficient for blue component" group.long 0xBC++0x3 line.long 0x00 "LYR_CHRM_RED,Layer Chroma Red Register" hexmask.long.word 0x00 16.--26. 1. " CR_RED ,Cr coefficient for calculation of red component" hexmask.long.word 0x00 0.--11. 1. " CB_RED ,Cb coefficient for calculation of red component" group.long 0xC0++0x3 line.long 0x00 "LYR_CHRM_GRN,Layer Chroma Green Register" hexmask.long.word 0x00 16.--26. 1. " CR_GREEN ,Cr coefficient for calculation of green component" hexmask.long.word 0x00 0.--11. 1. " CB_GREEN ,Cr coefficient for calculation of green component" group.long 0xC4++0x3 line.long 0x00 "LYR_CHRM_BLUE,Layer Chroma Blue Register" hexmask.long.word 0x00 16.--26. 1. " CR_BLUE ,Cr coefficient for calculation of blue component" hexmask.long.word 0x00 0.--11. 1. " CB_BLUE ,Cb coefficient for calculation of blue component" group.long 0xC8++0x3 line.long 0x00 "COMP_IMSIZE,Compression Image Size Register" hexmask.long.tbyte 0x00 0.--21. 1. " COMP_IMSIZE ,Compressed Image size in bytes for RLE coded layer" if (((per.l(ad:0x400D8000+0xCC))&0x80000000)==0x00) group.long 0xCC++0x3 line.long 0x00 "UPDATE_MODE,Update Mode Register" bitfld.long 0x00 31. " MODE ,Update Mode" "Disabled,Enabled" bitfld.long 0x00 30. " READREG ,Readreg" "No transfer,Next vertical blanking period" else group.long 0xCC++0x3 line.long 0x00 "UPDATE_MODE,Update Mode Register" bitfld.long 0x00 31. " MODE ,Update Mode" "Disabled,Enabled" bitfld.long 0x00 30. " READREG ,Readreg" "No transfer,Underway" endif group.long 0xD0++0x3 line.long 0x00 "UNDERRUN,Underrun Register" hexmask.long.word 0x00 16.--26. 1. " LINE ,Line number where the underrun occured" hexmask.long.word 0x00 0.--10. 1. " PIXEL ,Pixel number where the under run occured" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") group.long 0x100++0x3 line.long 0x00 "GLBL_PROTECT,Global Protection Register" bitfld.long 0x00 31. " HLB ,Hard Lock Bit" "Locked,Unlocked" group.long 0x104++0x3 line.long 0x00 "SFT_LCK_BIT_L0,Soft Lock Bit Layer 0 Register" bitfld.long 0x00 31. " WEN_LO_1 ,Write Enable for Soft Lock Bit SLB_L0_1" "Disabled,Enabled" bitfld.long 0x00 30. " WEN_LO_2 ,Write Enable for Soft Lock Bit SLB_L0_2" "Disabled,Enabled" bitfld.long 0x00 29. " WEN_LO_3 ,Write Enable for Soft Lock Bit SLB_L0_3" "Disabled,Enabled" textline " " bitfld.long 0x00 28. " WEN_LO_4 ,Write Enable for Soft Lock Bit SLB_L0_4" "Disabled,Enabled" bitfld.long 0x00 27. " SLB_L0_1 ,Soft Lock Bit for Control Desc L0_1 Register" "Not locked,Locked" bitfld.long 0x00 26. " SLB_L0_2 ,Soft Lock Bit for Control Desc L0_2 Register" "Not locked,Locked" textline " " bitfld.long 0x00 25. " SLB_L0_3 ,Soft Lock Bit for Control Desc L0_3 Register" "Not locked,Locked" bitfld.long 0x00 24. " SLB_L0_4 ,Soft Lock Bit for Control Desc L0_4 Register" "Not locked,Locked" bitfld.long 0x00 23. " WEN_LO_5 ,Write Enable for Soft Lock Bit SLB_L0_5" "Disabled,Enabled" textline " " bitfld.long 0x00 22. " WEN_LO_6 ,Write Enable for Soft Lock Bit SLB_L0_6" "Disabled,Enabled" bitfld.long 0x00 21. " WEN_LO_7 ,Write Enable for Soft Lock Bit SLB_L0_7" "Disabled,Enabled" bitfld.long 0x00 19. " SLB_L0_5 ,Soft Lock Bit for Control Desc L0_5 Register" "Not locked,Locked" textline " " bitfld.long 0x00 18. " SLB_L0_6 ,Soft Lock Bit for Control Desc L0_6 Register" "Not locked,Locked" bitfld.long 0x00 17. " SLB_L0_7 ,Soft Lock Bit for Control Desc L0_7 Register" "Not locked,Locked" group.long 0x108++0x3 line.long 0x00 "SFT_LCK_BIT_L1,Soft Lock Bit Layer 1 Register" bitfld.long 0x00 31. " WEN_L1_1 ,Write Enable for Soft Lock Bit SLB_L1_1" "Disabled,Enabled" bitfld.long 0x00 30. " WEN_L1_2 ,Write Enable for Soft Lock Bit SLB_L1_2" "Disabled,Enabled" bitfld.long 0x00 29. " WEN_L1_3 ,Write Enable for Soft Lock Bit SLB_L1_3" "Disabled,Enabled" textline " " bitfld.long 0x00 28. " WEN_L1_4 ,Write Enable for Soft Lock Bit SLB_L1_4" "Disabled,Enabled" bitfld.long 0x00 27. " SLB_L1_1 ,Soft Lock Bit for Control Desc L1_1 Register" "Not locked,Locked" bitfld.long 0x00 26. " SLB_L1_2 ,Soft Lock Bit for Control Desc L1_2 Register" "Not locked,Locked" textline " " bitfld.long 0x00 25. " SLB_L1_3 ,Soft Lock Bit for Control Desc L1_3 Register" "Not locked,Locked" bitfld.long 0x00 24. " SLB_L1_4 ,Soft Lock Bit for Control Desc L1_4 Register" "Not locked,Locked" bitfld.long 0x00 23. " WEN_L1_5 ,Write Enable for Soft Lock Bit SLB_L1_5" "Disabled,Enabled" textline " " bitfld.long 0x00 22. " WEN_L1_6 ,Write Enable for Soft Lock Bit SLB_L1_6" "Disabled,Enabled" bitfld.long 0x00 21. " WEN_L1_7 ,Write Enable for Soft Lock Bit SLB_L1_7" "Disabled,Enabled" bitfld.long 0x00 19. " SLB_L1_5 ,Soft Lock Bit for Control Desc L1_5 Register" "Not locked,Locked" textline " " bitfld.long 0x00 18. " SLB_L1_6 ,Soft Lock Bit for Control Desc L1_6 Register" "Not locked,Locked" bitfld.long 0x00 17. " SLB_L1_7 ,Soft Lock Bit for Control Desc L1_7 Register" "Not locked,Locked" group.long 0x10C++0x3 line.long 0x00 "SFT_LCK_DISP_SIZE,Soft Lock Display Size Register" bitfld.long 0x00 31. " WEN_DISP ,Write Enable for Soft Lock Bit SLB_DISP" "Disabled,Enabled" bitfld.long 0x00 27. " SLB_DISP ,Soft Lock Bit for DISP_SIZE Register" "Not locked,Locked" group.long 0x110++0x3 line.long 0x00 "SFT_LCK_HS/VS_PARA,Soft Lock Hsync/Vsync Parameter Register" bitfld.long 0x00 31. " WEN_HSYNC ,Write Enable for Soft Lock Bit SLB_HSYNC" "Disabled,Enabled" bitfld.long 0x00 30. " WEN_VSYNC ,Write Enable for Soft Lock Bit SLB_VSYNC" "Disabled,Enabled" textline " " bitfld.long 0x00 27. " SLB_HSYNC ,Soft Lock Bit for HSYNC Register" "Not locked,Locked" bitfld.long 0x00 26. " SLB_VSYNC ,Soft Lock Bit for VSYNC Register" "Not locked,Locked" group.long 0x114++0x3 line.long 0x00 "SFT_LCK_POL,Soft Lock POL Register" bitfld.long 0x00 31. " WEN_POL ,Write Enable for Soft Lock Bit SLB_POL" "Disabled,Enabled" bitfld.long 0x00 27. " SLB_POL ,Soft Lock Bit for SYN_POL Register" "Not locked,Locked" group.long 0x118++0x3 line.long 0x00 "SFT_LCK_L0_TRANSP,Soft Lock L0 Transparency Register" bitfld.long 0x00 31. " WEN_L0_FCOLOR ,Write Enable for Soft Lock Bit SLB_L0_FCOLOR" "Disabled,Enabled" bitfld.long 0x00 30. " WEN_L0_BCOLOR ,Write Enable for Soft Lock Bit SLB_L0_BCOLOR" "Disabled,Enabled" textline " " bitfld.long 0x00 27. " SLB_L0_FCOLOR ,Soft Lock Bit for L0_FCOLOR Register" "Not locked,Locked" bitfld.long 0x00 26. " SLB_L0_BCOLOR ,Soft Lock Bit for L0_BCOLOR Register" "Not locked,Locked" group.long 0x11C++0x3 line.long 0x00 "SFT_LCK_L1_TRANSP,Soft Lock L1 Transparency Register" bitfld.long 0x00 31. " WEN_L1_FCOLOR ,Write Enable for Soft Lock Bit SLB_L1_FCOLOR" "Disabled,Enabled" bitfld.long 0x00 30. " WEN_L1_BCOLOR ,Write Enable for Soft Lock Bit SLB_L1_BCOLOR" "Disabled,Enabled" textline " " bitfld.long 0x00 27. " SLB_L1_FCOLOR ,Soft Lock Bit for L1_FCOLOR Register" "Not locked,Locked" bitfld.long 0x00 26. " SLB_L1_BCOLOR ,Soft Lock Bit for L1_BCOLOR Register" "Not locked,Locked" endif width 20. tree "Dectriptor 1" group.long (0x200+0x0)++0x3 line.long 0x00 "CTRLDESCL1_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x0)++0x3 line.long 0x00 "CTRLDESCL1_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x0)++0x3 line.long 0x00 "CTRLDESCL1_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x0)++0x3 line.long 0x00 "CTRLDESCL1_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x0)++0x3 line.long 0x00 "CTRLDESCL1_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x0)++0x3 line.long 0x00 "CTRLDESCL1_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x0)++0x3 line.long 0x00 "CTRLDESCL1_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x0)++0x3 line.long 0x00 "CTRLDESCL1_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x0)++0x3 line.long 0x00 "CTRLDESCL1_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 2" group.long (0x200+0x40)++0x3 line.long 0x00 "CTRLDESCL2_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x40)++0x3 line.long 0x00 "CTRLDESCL2_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x40)++0x3 line.long 0x00 "CTRLDESCL2_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x40)++0x3 line.long 0x00 "CTRLDESCL2_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x40)++0x3 line.long 0x00 "CTRLDESCL2_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x40)++0x3 line.long 0x00 "CTRLDESCL2_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x40)++0x3 line.long 0x00 "CTRLDESCL2_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x40)++0x3 line.long 0x00 "CTRLDESCL2_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x40)++0x3 line.long 0x00 "CTRLDESCL2_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 3" group.long (0x200+0x80)++0x3 line.long 0x00 "CTRLDESCL3_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x80)++0x3 line.long 0x00 "CTRLDESCL3_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x80)++0x3 line.long 0x00 "CTRLDESCL3_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x80)++0x3 line.long 0x00 "CTRLDESCL3_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x80)++0x3 line.long 0x00 "CTRLDESCL3_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x80)++0x3 line.long 0x00 "CTRLDESCL3_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x80)++0x3 line.long 0x00 "CTRLDESCL3_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x80)++0x3 line.long 0x00 "CTRLDESCL3_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x80)++0x3 line.long 0x00 "CTRLDESCL3_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 4" group.long (0x200+0xC0)++0x3 line.long 0x00 "CTRLDESCL4_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xC0)++0x3 line.long 0x00 "CTRLDESCL4_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xC0)++0x3 line.long 0x00 "CTRLDESCL4_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xC0)++0x3 line.long 0x00 "CTRLDESCL4_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xC0)++0x3 line.long 0x00 "CTRLDESCL4_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xC0)++0x3 line.long 0x00 "CTRLDESCL4_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xC0)++0x3 line.long 0x00 "CTRLDESCL4_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xC0)++0x3 line.long 0x00 "CTRLDESCL4_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xC0)++0x3 line.long 0x00 "CTRLDESCL4_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 5" group.long (0x200+0x100)++0x3 line.long 0x00 "CTRLDESCL5_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x100)++0x3 line.long 0x00 "CTRLDESCL5_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x100)++0x3 line.long 0x00 "CTRLDESCL5_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x100)++0x3 line.long 0x00 "CTRLDESCL5_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x100)++0x3 line.long 0x00 "CTRLDESCL5_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x100)++0x3 line.long 0x00 "CTRLDESCL5_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x100)++0x3 line.long 0x00 "CTRLDESCL5_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x100)++0x3 line.long 0x00 "CTRLDESCL5_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x100)++0x3 line.long 0x00 "CTRLDESCL5_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 6" group.long (0x200+0x140)++0x3 line.long 0x00 "CTRLDESCL6_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x140)++0x3 line.long 0x00 "CTRLDESCL6_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x140)++0x3 line.long 0x00 "CTRLDESCL6_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x140)++0x3 line.long 0x00 "CTRLDESCL6_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x140)++0x3 line.long 0x00 "CTRLDESCL6_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x140)++0x3 line.long 0x00 "CTRLDESCL6_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x140)++0x3 line.long 0x00 "CTRLDESCL6_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x140)++0x3 line.long 0x00 "CTRLDESCL6_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x140)++0x3 line.long 0x00 "CTRLDESCL6_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 7" group.long (0x200+0x180)++0x3 line.long 0x00 "CTRLDESCL7_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x180)++0x3 line.long 0x00 "CTRLDESCL7_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x180)++0x3 line.long 0x00 "CTRLDESCL7_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x180)++0x3 line.long 0x00 "CTRLDESCL7_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x180)++0x3 line.long 0x00 "CTRLDESCL7_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x180)++0x3 line.long 0x00 "CTRLDESCL7_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x180)++0x3 line.long 0x00 "CTRLDESCL7_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x180)++0x3 line.long 0x00 "CTRLDESCL7_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x180)++0x3 line.long 0x00 "CTRLDESCL7_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 8" group.long (0x200+0x1C0)++0x3 line.long 0x00 "CTRLDESCL8_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x1C0)++0x3 line.long 0x00 "CTRLDESCL8_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x1C0)++0x3 line.long 0x00 "CTRLDESCL8_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x1C0)++0x3 line.long 0x00 "CTRLDESCL8_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x1C0)++0x3 line.long 0x00 "CTRLDESCL8_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x1C0)++0x3 line.long 0x00 "CTRLDESCL8_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x1C0)++0x3 line.long 0x00 "CTRLDESCL8_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x1C0)++0x3 line.long 0x00 "CTRLDESCL8_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x1C0)++0x3 line.long 0x00 "CTRLDESCL8_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 9" group.long (0x200+0x200)++0x3 line.long 0x00 "CTRLDESCL9_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x200)++0x3 line.long 0x00 "CTRLDESCL9_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x200)++0x3 line.long 0x00 "CTRLDESCL9_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x200)++0x3 line.long 0x00 "CTRLDESCL9_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x200)++0x3 line.long 0x00 "CTRLDESCL9_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x200)++0x3 line.long 0x00 "CTRLDESCL9_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x200)++0x3 line.long 0x00 "CTRLDESCL9_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x200)++0x3 line.long 0x00 "CTRLDESCL9_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x200)++0x3 line.long 0x00 "CTRLDESCL9_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 10" group.long (0x200+0x240)++0x3 line.long 0x00 "CTRLDESCL10_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x240)++0x3 line.long 0x00 "CTRLDESCL10_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x240)++0x3 line.long 0x00 "CTRLDESCL10_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x240)++0x3 line.long 0x00 "CTRLDESCL10_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x240)++0x3 line.long 0x00 "CTRLDESCL10_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x240)++0x3 line.long 0x00 "CTRLDESCL10_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x240)++0x3 line.long 0x00 "CTRLDESCL10_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x240)++0x3 line.long 0x00 "CTRLDESCL10_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x240)++0x3 line.long 0x00 "CTRLDESCL10_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 11" group.long (0x200+0x280)++0x3 line.long 0x00 "CTRLDESCL11_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x280)++0x3 line.long 0x00 "CTRLDESCL11_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x280)++0x3 line.long 0x00 "CTRLDESCL11_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x280)++0x3 line.long 0x00 "CTRLDESCL11_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x280)++0x3 line.long 0x00 "CTRLDESCL11_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x280)++0x3 line.long 0x00 "CTRLDESCL11_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x280)++0x3 line.long 0x00 "CTRLDESCL11_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x280)++0x3 line.long 0x00 "CTRLDESCL11_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x280)++0x3 line.long 0x00 "CTRLDESCL11_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 12" group.long (0x200+0x2C0)++0x3 line.long 0x00 "CTRLDESCL12_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x2C0)++0x3 line.long 0x00 "CTRLDESCL12_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x2C0)++0x3 line.long 0x00 "CTRLDESCL12_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x2C0)++0x3 line.long 0x00 "CTRLDESCL12_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x2C0)++0x3 line.long 0x00 "CTRLDESCL12_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x2C0)++0x3 line.long 0x00 "CTRLDESCL12_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x2C0)++0x3 line.long 0x00 "CTRLDESCL12_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x2C0)++0x3 line.long 0x00 "CTRLDESCL12_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x2C0)++0x3 line.long 0x00 "CTRLDESCL12_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 13" group.long (0x200+0x300)++0x3 line.long 0x00 "CTRLDESCL13_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x300)++0x3 line.long 0x00 "CTRLDESCL13_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x300)++0x3 line.long 0x00 "CTRLDESCL13_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x300)++0x3 line.long 0x00 "CTRLDESCL13_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x300)++0x3 line.long 0x00 "CTRLDESCL13_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x300)++0x3 line.long 0x00 "CTRLDESCL13_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x300)++0x3 line.long 0x00 "CTRLDESCL13_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x300)++0x3 line.long 0x00 "CTRLDESCL13_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x300)++0x3 line.long 0x00 "CTRLDESCL13_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 14" group.long (0x200+0x340)++0x3 line.long 0x00 "CTRLDESCL14_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x340)++0x3 line.long 0x00 "CTRLDESCL14_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x340)++0x3 line.long 0x00 "CTRLDESCL14_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x340)++0x3 line.long 0x00 "CTRLDESCL14_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x340)++0x3 line.long 0x00 "CTRLDESCL14_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x340)++0x3 line.long 0x00 "CTRLDESCL14_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x340)++0x3 line.long 0x00 "CTRLDESCL14_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x340)++0x3 line.long 0x00 "CTRLDESCL14_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x340)++0x3 line.long 0x00 "CTRLDESCL14_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 15" group.long (0x200+0x380)++0x3 line.long 0x00 "CTRLDESCL15_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x380)++0x3 line.long 0x00 "CTRLDESCL15_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x380)++0x3 line.long 0x00 "CTRLDESCL15_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x380)++0x3 line.long 0x00 "CTRLDESCL15_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x380)++0x3 line.long 0x00 "CTRLDESCL15_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x380)++0x3 line.long 0x00 "CTRLDESCL15_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x380)++0x3 line.long 0x00 "CTRLDESCL15_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x380)++0x3 line.long 0x00 "CTRLDESCL15_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x380)++0x3 line.long 0x00 "CTRLDESCL15_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 16" group.long (0x200+0x3C0)++0x3 line.long 0x00 "CTRLDESCL16_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x3C0)++0x3 line.long 0x00 "CTRLDESCL16_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x3C0)++0x3 line.long 0x00 "CTRLDESCL16_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x3C0)++0x3 line.long 0x00 "CTRLDESCL16_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x3C0)++0x3 line.long 0x00 "CTRLDESCL16_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x3C0)++0x3 line.long 0x00 "CTRLDESCL16_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x3C0)++0x3 line.long 0x00 "CTRLDESCL16_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x3C0)++0x3 line.long 0x00 "CTRLDESCL16_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x3C0)++0x3 line.long 0x00 "CTRLDESCL16_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 17" group.long (0x200+0x400)++0x3 line.long 0x00 "CTRLDESCL17_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x400)++0x3 line.long 0x00 "CTRLDESCL17_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x400)++0x3 line.long 0x00 "CTRLDESCL17_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x400)++0x3 line.long 0x00 "CTRLDESCL17_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x400)++0x3 line.long 0x00 "CTRLDESCL17_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x400)++0x3 line.long 0x00 "CTRLDESCL17_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x400)++0x3 line.long 0x00 "CTRLDESCL17_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x400)++0x3 line.long 0x00 "CTRLDESCL17_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x400)++0x3 line.long 0x00 "CTRLDESCL17_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 18" group.long (0x200+0x440)++0x3 line.long 0x00 "CTRLDESCL18_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x440)++0x3 line.long 0x00 "CTRLDESCL18_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x440)++0x3 line.long 0x00 "CTRLDESCL18_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x440)++0x3 line.long 0x00 "CTRLDESCL18_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x440)++0x3 line.long 0x00 "CTRLDESCL18_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x440)++0x3 line.long 0x00 "CTRLDESCL18_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x440)++0x3 line.long 0x00 "CTRLDESCL18_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x440)++0x3 line.long 0x00 "CTRLDESCL18_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x440)++0x3 line.long 0x00 "CTRLDESCL18_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 19" group.long (0x200+0x480)++0x3 line.long 0x00 "CTRLDESCL19_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x480)++0x3 line.long 0x00 "CTRLDESCL19_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x480)++0x3 line.long 0x00 "CTRLDESCL19_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x480)++0x3 line.long 0x00 "CTRLDESCL19_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x480)++0x3 line.long 0x00 "CTRLDESCL19_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x480)++0x3 line.long 0x00 "CTRLDESCL19_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x480)++0x3 line.long 0x00 "CTRLDESCL19_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x480)++0x3 line.long 0x00 "CTRLDESCL19_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x480)++0x3 line.long 0x00 "CTRLDESCL19_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 20" group.long (0x200+0x4C0)++0x3 line.long 0x00 "CTRLDESCL20_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x4C0)++0x3 line.long 0x00 "CTRLDESCL20_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x4C0)++0x3 line.long 0x00 "CTRLDESCL20_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x4C0)++0x3 line.long 0x00 "CTRLDESCL20_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x4C0)++0x3 line.long 0x00 "CTRLDESCL20_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x4C0)++0x3 line.long 0x00 "CTRLDESCL20_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x4C0)++0x3 line.long 0x00 "CTRLDESCL20_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x4C0)++0x3 line.long 0x00 "CTRLDESCL20_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x4C0)++0x3 line.long 0x00 "CTRLDESCL20_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 21" group.long (0x200+0x500)++0x3 line.long 0x00 "CTRLDESCL21_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x500)++0x3 line.long 0x00 "CTRLDESCL21_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x500)++0x3 line.long 0x00 "CTRLDESCL21_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x500)++0x3 line.long 0x00 "CTRLDESCL21_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x500)++0x3 line.long 0x00 "CTRLDESCL21_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x500)++0x3 line.long 0x00 "CTRLDESCL21_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x500)++0x3 line.long 0x00 "CTRLDESCL21_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x500)++0x3 line.long 0x00 "CTRLDESCL21_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x500)++0x3 line.long 0x00 "CTRLDESCL21_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 22" group.long (0x200+0x540)++0x3 line.long 0x00 "CTRLDESCL22_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x540)++0x3 line.long 0x00 "CTRLDESCL22_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x540)++0x3 line.long 0x00 "CTRLDESCL22_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x540)++0x3 line.long 0x00 "CTRLDESCL22_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x540)++0x3 line.long 0x00 "CTRLDESCL22_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x540)++0x3 line.long 0x00 "CTRLDESCL22_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x540)++0x3 line.long 0x00 "CTRLDESCL22_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x540)++0x3 line.long 0x00 "CTRLDESCL22_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x540)++0x3 line.long 0x00 "CTRLDESCL22_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 23" group.long (0x200+0x580)++0x3 line.long 0x00 "CTRLDESCL23_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x580)++0x3 line.long 0x00 "CTRLDESCL23_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x580)++0x3 line.long 0x00 "CTRLDESCL23_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x580)++0x3 line.long 0x00 "CTRLDESCL23_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x580)++0x3 line.long 0x00 "CTRLDESCL23_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x580)++0x3 line.long 0x00 "CTRLDESCL23_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x580)++0x3 line.long 0x00 "CTRLDESCL23_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x580)++0x3 line.long 0x00 "CTRLDESCL23_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x580)++0x3 line.long 0x00 "CTRLDESCL23_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 24" group.long (0x200+0x5C0)++0x3 line.long 0x00 "CTRLDESCL24_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x5C0)++0x3 line.long 0x00 "CTRLDESCL24_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x5C0)++0x3 line.long 0x00 "CTRLDESCL24_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x5C0)++0x3 line.long 0x00 "CTRLDESCL24_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x5C0)++0x3 line.long 0x00 "CTRLDESCL24_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x5C0)++0x3 line.long 0x00 "CTRLDESCL24_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x5C0)++0x3 line.long 0x00 "CTRLDESCL24_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x5C0)++0x3 line.long 0x00 "CTRLDESCL24_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x5C0)++0x3 line.long 0x00 "CTRLDESCL24_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 25" group.long (0x200+0x600)++0x3 line.long 0x00 "CTRLDESCL25_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x600)++0x3 line.long 0x00 "CTRLDESCL25_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x600)++0x3 line.long 0x00 "CTRLDESCL25_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x600)++0x3 line.long 0x00 "CTRLDESCL25_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x600)++0x3 line.long 0x00 "CTRLDESCL25_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x600)++0x3 line.long 0x00 "CTRLDESCL25_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x600)++0x3 line.long 0x00 "CTRLDESCL25_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x600)++0x3 line.long 0x00 "CTRLDESCL25_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x600)++0x3 line.long 0x00 "CTRLDESCL25_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 26" group.long (0x200+0x640)++0x3 line.long 0x00 "CTRLDESCL26_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x640)++0x3 line.long 0x00 "CTRLDESCL26_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x640)++0x3 line.long 0x00 "CTRLDESCL26_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x640)++0x3 line.long 0x00 "CTRLDESCL26_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x640)++0x3 line.long 0x00 "CTRLDESCL26_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x640)++0x3 line.long 0x00 "CTRLDESCL26_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x640)++0x3 line.long 0x00 "CTRLDESCL26_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x640)++0x3 line.long 0x00 "CTRLDESCL26_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x640)++0x3 line.long 0x00 "CTRLDESCL26_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 27" group.long (0x200+0x680)++0x3 line.long 0x00 "CTRLDESCL27_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x680)++0x3 line.long 0x00 "CTRLDESCL27_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x680)++0x3 line.long 0x00 "CTRLDESCL27_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x680)++0x3 line.long 0x00 "CTRLDESCL27_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x680)++0x3 line.long 0x00 "CTRLDESCL27_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x680)++0x3 line.long 0x00 "CTRLDESCL27_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x680)++0x3 line.long 0x00 "CTRLDESCL27_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x680)++0x3 line.long 0x00 "CTRLDESCL27_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x680)++0x3 line.long 0x00 "CTRLDESCL27_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 28" group.long (0x200+0x6C0)++0x3 line.long 0x00 "CTRLDESCL28_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x6C0)++0x3 line.long 0x00 "CTRLDESCL28_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x6C0)++0x3 line.long 0x00 "CTRLDESCL28_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x6C0)++0x3 line.long 0x00 "CTRLDESCL28_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x6C0)++0x3 line.long 0x00 "CTRLDESCL28_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x6C0)++0x3 line.long 0x00 "CTRLDESCL28_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x6C0)++0x3 line.long 0x00 "CTRLDESCL28_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x6C0)++0x3 line.long 0x00 "CTRLDESCL28_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x6C0)++0x3 line.long 0x00 "CTRLDESCL28_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 29" group.long (0x200+0x700)++0x3 line.long 0x00 "CTRLDESCL29_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x700)++0x3 line.long 0x00 "CTRLDESCL29_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x700)++0x3 line.long 0x00 "CTRLDESCL29_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x700)++0x3 line.long 0x00 "CTRLDESCL29_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x700)++0x3 line.long 0x00 "CTRLDESCL29_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x700)++0x3 line.long 0x00 "CTRLDESCL29_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x700)++0x3 line.long 0x00 "CTRLDESCL29_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x700)++0x3 line.long 0x00 "CTRLDESCL29_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x700)++0x3 line.long 0x00 "CTRLDESCL29_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 30" group.long (0x200+0x740)++0x3 line.long 0x00 "CTRLDESCL30_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x740)++0x3 line.long 0x00 "CTRLDESCL30_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x740)++0x3 line.long 0x00 "CTRLDESCL30_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x740)++0x3 line.long 0x00 "CTRLDESCL30_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x740)++0x3 line.long 0x00 "CTRLDESCL30_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x740)++0x3 line.long 0x00 "CTRLDESCL30_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x740)++0x3 line.long 0x00 "CTRLDESCL30_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x740)++0x3 line.long 0x00 "CTRLDESCL30_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x740)++0x3 line.long 0x00 "CTRLDESCL30_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 31" group.long (0x200+0x780)++0x3 line.long 0x00 "CTRLDESCL31_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x780)++0x3 line.long 0x00 "CTRLDESCL31_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x780)++0x3 line.long 0x00 "CTRLDESCL31_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x780)++0x3 line.long 0x00 "CTRLDESCL31_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x780)++0x3 line.long 0x00 "CTRLDESCL31_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x780)++0x3 line.long 0x00 "CTRLDESCL31_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x780)++0x3 line.long 0x00 "CTRLDESCL31_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x780)++0x3 line.long 0x00 "CTRLDESCL31_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x780)++0x3 line.long 0x00 "CTRLDESCL31_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 32" group.long (0x200+0x7C0)++0x3 line.long 0x00 "CTRLDESCL32_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x7C0)++0x3 line.long 0x00 "CTRLDESCL32_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x7C0)++0x3 line.long 0x00 "CTRLDESCL32_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x7C0)++0x3 line.long 0x00 "CTRLDESCL32_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x7C0)++0x3 line.long 0x00 "CTRLDESCL32_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x7C0)++0x3 line.long 0x00 "CTRLDESCL32_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x7C0)++0x3 line.long 0x00 "CTRLDESCL32_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x7C0)++0x3 line.long 0x00 "CTRLDESCL32_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x7C0)++0x3 line.long 0x00 "CTRLDESCL32_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 33" group.long (0x200+0x800)++0x3 line.long 0x00 "CTRLDESCL33_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x800)++0x3 line.long 0x00 "CTRLDESCL33_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x800)++0x3 line.long 0x00 "CTRLDESCL33_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x800)++0x3 line.long 0x00 "CTRLDESCL33_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x800)++0x3 line.long 0x00 "CTRLDESCL33_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x800)++0x3 line.long 0x00 "CTRLDESCL33_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x800)++0x3 line.long 0x00 "CTRLDESCL33_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x800)++0x3 line.long 0x00 "CTRLDESCL33_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x800)++0x3 line.long 0x00 "CTRLDESCL33_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 34" group.long (0x200+0x840)++0x3 line.long 0x00 "CTRLDESCL34_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x840)++0x3 line.long 0x00 "CTRLDESCL34_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x840)++0x3 line.long 0x00 "CTRLDESCL34_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x840)++0x3 line.long 0x00 "CTRLDESCL34_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x840)++0x3 line.long 0x00 "CTRLDESCL34_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x840)++0x3 line.long 0x00 "CTRLDESCL34_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x840)++0x3 line.long 0x00 "CTRLDESCL34_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x840)++0x3 line.long 0x00 "CTRLDESCL34_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x840)++0x3 line.long 0x00 "CTRLDESCL34_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 35" group.long (0x200+0x880)++0x3 line.long 0x00 "CTRLDESCL35_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x880)++0x3 line.long 0x00 "CTRLDESCL35_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x880)++0x3 line.long 0x00 "CTRLDESCL35_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x880)++0x3 line.long 0x00 "CTRLDESCL35_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x880)++0x3 line.long 0x00 "CTRLDESCL35_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x880)++0x3 line.long 0x00 "CTRLDESCL35_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x880)++0x3 line.long 0x00 "CTRLDESCL35_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x880)++0x3 line.long 0x00 "CTRLDESCL35_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x880)++0x3 line.long 0x00 "CTRLDESCL35_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 36" group.long (0x200+0x8C0)++0x3 line.long 0x00 "CTRLDESCL36_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x8C0)++0x3 line.long 0x00 "CTRLDESCL36_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x8C0)++0x3 line.long 0x00 "CTRLDESCL36_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x8C0)++0x3 line.long 0x00 "CTRLDESCL36_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x8C0)++0x3 line.long 0x00 "CTRLDESCL36_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x8C0)++0x3 line.long 0x00 "CTRLDESCL36_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x8C0)++0x3 line.long 0x00 "CTRLDESCL36_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x8C0)++0x3 line.long 0x00 "CTRLDESCL36_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x8C0)++0x3 line.long 0x00 "CTRLDESCL36_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 37" group.long (0x200+0x900)++0x3 line.long 0x00 "CTRLDESCL37_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x900)++0x3 line.long 0x00 "CTRLDESCL37_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x900)++0x3 line.long 0x00 "CTRLDESCL37_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x900)++0x3 line.long 0x00 "CTRLDESCL37_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x900)++0x3 line.long 0x00 "CTRLDESCL37_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x900)++0x3 line.long 0x00 "CTRLDESCL37_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x900)++0x3 line.long 0x00 "CTRLDESCL37_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x900)++0x3 line.long 0x00 "CTRLDESCL37_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x900)++0x3 line.long 0x00 "CTRLDESCL37_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 38" group.long (0x200+0x940)++0x3 line.long 0x00 "CTRLDESCL38_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x940)++0x3 line.long 0x00 "CTRLDESCL38_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x940)++0x3 line.long 0x00 "CTRLDESCL38_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x940)++0x3 line.long 0x00 "CTRLDESCL38_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x940)++0x3 line.long 0x00 "CTRLDESCL38_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x940)++0x3 line.long 0x00 "CTRLDESCL38_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x940)++0x3 line.long 0x00 "CTRLDESCL38_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x940)++0x3 line.long 0x00 "CTRLDESCL38_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x940)++0x3 line.long 0x00 "CTRLDESCL38_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 39" group.long (0x200+0x980)++0x3 line.long 0x00 "CTRLDESCL39_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x980)++0x3 line.long 0x00 "CTRLDESCL39_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x980)++0x3 line.long 0x00 "CTRLDESCL39_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x980)++0x3 line.long 0x00 "CTRLDESCL39_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x980)++0x3 line.long 0x00 "CTRLDESCL39_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x980)++0x3 line.long 0x00 "CTRLDESCL39_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x980)++0x3 line.long 0x00 "CTRLDESCL39_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x980)++0x3 line.long 0x00 "CTRLDESCL39_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x980)++0x3 line.long 0x00 "CTRLDESCL39_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 40" group.long (0x200+0x9C0)++0x3 line.long 0x00 "CTRLDESCL40_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0x9C0)++0x3 line.long 0x00 "CTRLDESCL40_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0x9C0)++0x3 line.long 0x00 "CTRLDESCL40_3,Control Descriptor Ln_3 Register" group.long (0x20C+0x9C0)++0x3 line.long 0x00 "CTRLDESCL40_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0x9C0)++0x3 line.long 0x00 "CTRLDESCL40_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0x9C0)++0x3 line.long 0x00 "CTRLDESCL40_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0x9C0)++0x3 line.long 0x00 "CTRLDESCL40_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0x9C0)++0x3 line.long 0x00 "CTRLDESCL40_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0x9C0)++0x3 line.long 0x00 "CTRLDESCL40_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 41" group.long (0x200+0xA00)++0x3 line.long 0x00 "CTRLDESCL41_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xA00)++0x3 line.long 0x00 "CTRLDESCL41_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xA00)++0x3 line.long 0x00 "CTRLDESCL41_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xA00)++0x3 line.long 0x00 "CTRLDESCL41_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xA00)++0x3 line.long 0x00 "CTRLDESCL41_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xA00)++0x3 line.long 0x00 "CTRLDESCL41_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xA00)++0x3 line.long 0x00 "CTRLDESCL41_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xA00)++0x3 line.long 0x00 "CTRLDESCL41_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xA00)++0x3 line.long 0x00 "CTRLDESCL41_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 42" group.long (0x200+0xA40)++0x3 line.long 0x00 "CTRLDESCL42_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xA40)++0x3 line.long 0x00 "CTRLDESCL42_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xA40)++0x3 line.long 0x00 "CTRLDESCL42_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xA40)++0x3 line.long 0x00 "CTRLDESCL42_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xA40)++0x3 line.long 0x00 "CTRLDESCL42_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xA40)++0x3 line.long 0x00 "CTRLDESCL42_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xA40)++0x3 line.long 0x00 "CTRLDESCL42_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xA40)++0x3 line.long 0x00 "CTRLDESCL42_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xA40)++0x3 line.long 0x00 "CTRLDESCL42_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 43" group.long (0x200+0xA80)++0x3 line.long 0x00 "CTRLDESCL43_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xA80)++0x3 line.long 0x00 "CTRLDESCL43_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xA80)++0x3 line.long 0x00 "CTRLDESCL43_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xA80)++0x3 line.long 0x00 "CTRLDESCL43_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xA80)++0x3 line.long 0x00 "CTRLDESCL43_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xA80)++0x3 line.long 0x00 "CTRLDESCL43_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xA80)++0x3 line.long 0x00 "CTRLDESCL43_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xA80)++0x3 line.long 0x00 "CTRLDESCL43_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xA80)++0x3 line.long 0x00 "CTRLDESCL43_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 44" group.long (0x200+0xAC0)++0x3 line.long 0x00 "CTRLDESCL44_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xAC0)++0x3 line.long 0x00 "CTRLDESCL44_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xAC0)++0x3 line.long 0x00 "CTRLDESCL44_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xAC0)++0x3 line.long 0x00 "CTRLDESCL44_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xAC0)++0x3 line.long 0x00 "CTRLDESCL44_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xAC0)++0x3 line.long 0x00 "CTRLDESCL44_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xAC0)++0x3 line.long 0x00 "CTRLDESCL44_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xAC0)++0x3 line.long 0x00 "CTRLDESCL44_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xAC0)++0x3 line.long 0x00 "CTRLDESCL44_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 45" group.long (0x200+0xB00)++0x3 line.long 0x00 "CTRLDESCL45_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xB00)++0x3 line.long 0x00 "CTRLDESCL45_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xB00)++0x3 line.long 0x00 "CTRLDESCL45_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xB00)++0x3 line.long 0x00 "CTRLDESCL45_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xB00)++0x3 line.long 0x00 "CTRLDESCL45_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xB00)++0x3 line.long 0x00 "CTRLDESCL45_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xB00)++0x3 line.long 0x00 "CTRLDESCL45_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xB00)++0x3 line.long 0x00 "CTRLDESCL45_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xB00)++0x3 line.long 0x00 "CTRLDESCL45_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 46" group.long (0x200+0xB40)++0x3 line.long 0x00 "CTRLDESCL46_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xB40)++0x3 line.long 0x00 "CTRLDESCL46_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xB40)++0x3 line.long 0x00 "CTRLDESCL46_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xB40)++0x3 line.long 0x00 "CTRLDESCL46_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xB40)++0x3 line.long 0x00 "CTRLDESCL46_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xB40)++0x3 line.long 0x00 "CTRLDESCL46_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xB40)++0x3 line.long 0x00 "CTRLDESCL46_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xB40)++0x3 line.long 0x00 "CTRLDESCL46_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xB40)++0x3 line.long 0x00 "CTRLDESCL46_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 47" group.long (0x200+0xB80)++0x3 line.long 0x00 "CTRLDESCL47_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xB80)++0x3 line.long 0x00 "CTRLDESCL47_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xB80)++0x3 line.long 0x00 "CTRLDESCL47_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xB80)++0x3 line.long 0x00 "CTRLDESCL47_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xB80)++0x3 line.long 0x00 "CTRLDESCL47_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xB80)++0x3 line.long 0x00 "CTRLDESCL47_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xB80)++0x3 line.long 0x00 "CTRLDESCL47_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xB80)++0x3 line.long 0x00 "CTRLDESCL47_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xB80)++0x3 line.long 0x00 "CTRLDESCL47_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 48" group.long (0x200+0xBC0)++0x3 line.long 0x00 "CTRLDESCL48_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xBC0)++0x3 line.long 0x00 "CTRLDESCL48_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xBC0)++0x3 line.long 0x00 "CTRLDESCL48_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xBC0)++0x3 line.long 0x00 "CTRLDESCL48_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xBC0)++0x3 line.long 0x00 "CTRLDESCL48_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xBC0)++0x3 line.long 0x00 "CTRLDESCL48_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xBC0)++0x3 line.long 0x00 "CTRLDESCL48_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xBC0)++0x3 line.long 0x00 "CTRLDESCL48_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xBC0)++0x3 line.long 0x00 "CTRLDESCL48_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 49" group.long (0x200+0xC00)++0x3 line.long 0x00 "CTRLDESCL49_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xC00)++0x3 line.long 0x00 "CTRLDESCL49_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xC00)++0x3 line.long 0x00 "CTRLDESCL49_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xC00)++0x3 line.long 0x00 "CTRLDESCL49_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xC00)++0x3 line.long 0x00 "CTRLDESCL49_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xC00)++0x3 line.long 0x00 "CTRLDESCL49_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xC00)++0x3 line.long 0x00 "CTRLDESCL49_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xC00)++0x3 line.long 0x00 "CTRLDESCL49_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xC00)++0x3 line.long 0x00 "CTRLDESCL49_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 50" group.long (0x200+0xC40)++0x3 line.long 0x00 "CTRLDESCL50_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xC40)++0x3 line.long 0x00 "CTRLDESCL50_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xC40)++0x3 line.long 0x00 "CTRLDESCL50_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xC40)++0x3 line.long 0x00 "CTRLDESCL50_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xC40)++0x3 line.long 0x00 "CTRLDESCL50_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xC40)++0x3 line.long 0x00 "CTRLDESCL50_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xC40)++0x3 line.long 0x00 "CTRLDESCL50_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xC40)++0x3 line.long 0x00 "CTRLDESCL50_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xC40)++0x3 line.long 0x00 "CTRLDESCL50_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 51" group.long (0x200+0xC80)++0x3 line.long 0x00 "CTRLDESCL51_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xC80)++0x3 line.long 0x00 "CTRLDESCL51_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xC80)++0x3 line.long 0x00 "CTRLDESCL51_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xC80)++0x3 line.long 0x00 "CTRLDESCL51_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xC80)++0x3 line.long 0x00 "CTRLDESCL51_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xC80)++0x3 line.long 0x00 "CTRLDESCL51_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xC80)++0x3 line.long 0x00 "CTRLDESCL51_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xC80)++0x3 line.long 0x00 "CTRLDESCL51_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xC80)++0x3 line.long 0x00 "CTRLDESCL51_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 52" group.long (0x200+0xCC0)++0x3 line.long 0x00 "CTRLDESCL52_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xCC0)++0x3 line.long 0x00 "CTRLDESCL52_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xCC0)++0x3 line.long 0x00 "CTRLDESCL52_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xCC0)++0x3 line.long 0x00 "CTRLDESCL52_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xCC0)++0x3 line.long 0x00 "CTRLDESCL52_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xCC0)++0x3 line.long 0x00 "CTRLDESCL52_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xCC0)++0x3 line.long 0x00 "CTRLDESCL52_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xCC0)++0x3 line.long 0x00 "CTRLDESCL52_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xCC0)++0x3 line.long 0x00 "CTRLDESCL52_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 53" group.long (0x200+0xD00)++0x3 line.long 0x00 "CTRLDESCL53_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xD00)++0x3 line.long 0x00 "CTRLDESCL53_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xD00)++0x3 line.long 0x00 "CTRLDESCL53_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xD00)++0x3 line.long 0x00 "CTRLDESCL53_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xD00)++0x3 line.long 0x00 "CTRLDESCL53_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xD00)++0x3 line.long 0x00 "CTRLDESCL53_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xD00)++0x3 line.long 0x00 "CTRLDESCL53_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xD00)++0x3 line.long 0x00 "CTRLDESCL53_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xD00)++0x3 line.long 0x00 "CTRLDESCL53_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 54" group.long (0x200+0xD40)++0x3 line.long 0x00 "CTRLDESCL54_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xD40)++0x3 line.long 0x00 "CTRLDESCL54_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xD40)++0x3 line.long 0x00 "CTRLDESCL54_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xD40)++0x3 line.long 0x00 "CTRLDESCL54_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xD40)++0x3 line.long 0x00 "CTRLDESCL54_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xD40)++0x3 line.long 0x00 "CTRLDESCL54_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xD40)++0x3 line.long 0x00 "CTRLDESCL54_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xD40)++0x3 line.long 0x00 "CTRLDESCL54_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xD40)++0x3 line.long 0x00 "CTRLDESCL54_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 55" group.long (0x200+0xD80)++0x3 line.long 0x00 "CTRLDESCL55_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xD80)++0x3 line.long 0x00 "CTRLDESCL55_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xD80)++0x3 line.long 0x00 "CTRLDESCL55_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xD80)++0x3 line.long 0x00 "CTRLDESCL55_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xD80)++0x3 line.long 0x00 "CTRLDESCL55_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xD80)++0x3 line.long 0x00 "CTRLDESCL55_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xD80)++0x3 line.long 0x00 "CTRLDESCL55_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xD80)++0x3 line.long 0x00 "CTRLDESCL55_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xD80)++0x3 line.long 0x00 "CTRLDESCL55_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 56" group.long (0x200+0xDC0)++0x3 line.long 0x00 "CTRLDESCL56_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xDC0)++0x3 line.long 0x00 "CTRLDESCL56_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xDC0)++0x3 line.long 0x00 "CTRLDESCL56_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xDC0)++0x3 line.long 0x00 "CTRLDESCL56_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xDC0)++0x3 line.long 0x00 "CTRLDESCL56_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xDC0)++0x3 line.long 0x00 "CTRLDESCL56_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xDC0)++0x3 line.long 0x00 "CTRLDESCL56_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xDC0)++0x3 line.long 0x00 "CTRLDESCL56_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xDC0)++0x3 line.long 0x00 "CTRLDESCL56_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 57" group.long (0x200+0xE00)++0x3 line.long 0x00 "CTRLDESCL57_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xE00)++0x3 line.long 0x00 "CTRLDESCL57_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xE00)++0x3 line.long 0x00 "CTRLDESCL57_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xE00)++0x3 line.long 0x00 "CTRLDESCL57_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xE00)++0x3 line.long 0x00 "CTRLDESCL57_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xE00)++0x3 line.long 0x00 "CTRLDESCL57_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xE00)++0x3 line.long 0x00 "CTRLDESCL57_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xE00)++0x3 line.long 0x00 "CTRLDESCL57_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xE00)++0x3 line.long 0x00 "CTRLDESCL57_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 58" group.long (0x200+0xE40)++0x3 line.long 0x00 "CTRLDESCL58_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xE40)++0x3 line.long 0x00 "CTRLDESCL58_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xE40)++0x3 line.long 0x00 "CTRLDESCL58_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xE40)++0x3 line.long 0x00 "CTRLDESCL58_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xE40)++0x3 line.long 0x00 "CTRLDESCL58_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xE40)++0x3 line.long 0x00 "CTRLDESCL58_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xE40)++0x3 line.long 0x00 "CTRLDESCL58_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xE40)++0x3 line.long 0x00 "CTRLDESCL58_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xE40)++0x3 line.long 0x00 "CTRLDESCL58_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 59" group.long (0x200+0xE80)++0x3 line.long 0x00 "CTRLDESCL59_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xE80)++0x3 line.long 0x00 "CTRLDESCL59_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xE80)++0x3 line.long 0x00 "CTRLDESCL59_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xE80)++0x3 line.long 0x00 "CTRLDESCL59_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xE80)++0x3 line.long 0x00 "CTRLDESCL59_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xE80)++0x3 line.long 0x00 "CTRLDESCL59_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xE80)++0x3 line.long 0x00 "CTRLDESCL59_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xE80)++0x3 line.long 0x00 "CTRLDESCL59_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xE80)++0x3 line.long 0x00 "CTRLDESCL59_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 60" group.long (0x200+0xEC0)++0x3 line.long 0x00 "CTRLDESCL60_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xEC0)++0x3 line.long 0x00 "CTRLDESCL60_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xEC0)++0x3 line.long 0x00 "CTRLDESCL60_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xEC0)++0x3 line.long 0x00 "CTRLDESCL60_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xEC0)++0x3 line.long 0x00 "CTRLDESCL60_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xEC0)++0x3 line.long 0x00 "CTRLDESCL60_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xEC0)++0x3 line.long 0x00 "CTRLDESCL60_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xEC0)++0x3 line.long 0x00 "CTRLDESCL60_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xEC0)++0x3 line.long 0x00 "CTRLDESCL60_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 61" group.long (0x200+0xF00)++0x3 line.long 0x00 "CTRLDESCL61_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xF00)++0x3 line.long 0x00 "CTRLDESCL61_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xF00)++0x3 line.long 0x00 "CTRLDESCL61_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xF00)++0x3 line.long 0x00 "CTRLDESCL61_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xF00)++0x3 line.long 0x00 "CTRLDESCL61_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xF00)++0x3 line.long 0x00 "CTRLDESCL61_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xF00)++0x3 line.long 0x00 "CTRLDESCL61_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xF00)++0x3 line.long 0x00 "CTRLDESCL61_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xF00)++0x3 line.long 0x00 "CTRLDESCL61_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 62" group.long (0x200+0xF40)++0x3 line.long 0x00 "CTRLDESCL62_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xF40)++0x3 line.long 0x00 "CTRLDESCL62_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xF40)++0x3 line.long 0x00 "CTRLDESCL62_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xF40)++0x3 line.long 0x00 "CTRLDESCL62_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xF40)++0x3 line.long 0x00 "CTRLDESCL62_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xF40)++0x3 line.long 0x00 "CTRLDESCL62_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xF40)++0x3 line.long 0x00 "CTRLDESCL62_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xF40)++0x3 line.long 0x00 "CTRLDESCL62_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xF40)++0x3 line.long 0x00 "CTRLDESCL62_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 63" group.long (0x200+0xF80)++0x3 line.long 0x00 "CTRLDESCL63_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xF80)++0x3 line.long 0x00 "CTRLDESCL63_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xF80)++0x3 line.long 0x00 "CTRLDESCL63_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xF80)++0x3 line.long 0x00 "CTRLDESCL63_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xF80)++0x3 line.long 0x00 "CTRLDESCL63_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xF80)++0x3 line.long 0x00 "CTRLDESCL63_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xF80)++0x3 line.long 0x00 "CTRLDESCL63_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xF80)++0x3 line.long 0x00 "CTRLDESCL63_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xF80)++0x3 line.long 0x00 "CTRLDESCL63_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end tree "Dectriptor 64" group.long (0x200+0xFC0)++0x3 line.long 0x00 "CTRLDESCL64_1,Control Descriptor Ln_1 Register" hexmask.long.word 0x00 16.--26. 1. " HEIGHT ,Height of the layer in pixels" hexmask.long.word 0x00 0.--10. 1. " WIDTH ,Width of the layer (in pixels)" group.long (0x204+0xFC0)++0x3 line.long 0x00 "CTRLDESCL64_2,Control Descriptor Ln_2 Register" hexmask.long.word 0x00 16.--27. 1. " POSY ,Two's complement signed value setting the vertic al position of top row of the layer" hexmask.long.word 0x00 0.--11. 1. " POSX ,Two's complement signed value setting the horizontal position of left hand column of the layer" group.long (0x208+0xFC0)++0x3 line.long 0x00 "CTRLDESCL64_3,Control Descriptor Ln_3 Register" group.long (0x20C+0xFC0)++0x3 line.long 0x00 "CTRLDESCL64_4,Control Descriptor Ln_4 Register" bitfld.long 0x00 31. " EN ,Enable the layer" "Disabled,Enabled" bitfld.long 0x00 30. " TILE_EN ,Enable the Tile Mode" "Disabled,Enabled" bitfld.long 0x00 29. " DATA_SEL ,Selects the Tile data either from MCU memory or CLUT" "MCU,CLUT" textline " " bitfld.long 0x00 28. " SAFETY_EN ,Safety Mode Enable" "Disabled,Enabled" hexmask.long.byte 0x00 20.--27. 1. " TRANS ,Transparency Level" bitfld.long 0x00 16.--19. " BPP ,Layer encoding format (bit per pixel)" "1 bpp,2 bpp,4 bpp,8 bpp,16 bpp (RGB565),24 bpp,32 bpp (ARGB8888),Transparency mode 4 bpp,Transparency mode 8bpp,Luminance offset mode 4 bpp,Luminance offset mode 8 bpp,16 bpp (ARGB1555),16 bpp (ARGB4444),16 bpp (APAL8 mode),YCbCr422,?..." textline " " bitfld.long 0x00 15. " RLE_EN ,Enable RLE mode for layer" "Disabled,Enabled" hexmask.long.word 0x00 4.--14. 1. " LUOFFS ,Look Up Table offset" bitfld.long 0x00 2. " BB ,Chroma Keying" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " AB ,Alpha Blending" "Disabled,Chroma keying,Whole frame,Disabled" group.long (0x210+0xFC0)++0x3 line.long 0x00 "CTRLDESCL64_5,Control Descriptor Ln_5 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMAX_R ,Chroma Keying Max Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMAX_G ,Chroma Keying Max Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMAX_B ,Chroma Keying Max Blue Component" group.long (0x214+0xFC0)++0x3 line.long 0x00 "CTRLDESCL64_6,Control Descriptor Ln_6 Register" hexmask.long.byte 0x00 16.--23. 1. " CKMIN_R ,Chroma Keying Minimum Red Component" hexmask.long.byte 0x00 8.--15. 1. " CKMIN_G ,Chroma Keying Minimum Green Component" textline " " hexmask.long.byte 0x00 0.--7. 1. " CKMIN_B ,Chroma Keying Minimum Blue Component" group.long (0x218+0xFC0)++0x3 line.long 0x00 "CTRLDESCL64_7,Control Descriptor Ln_7 Register" hexmask.long.word 0x00 16.--26. 1. " TILE_VER_SIZE ,Height of the TILE (in pixels)" hexmask.long.byte 0x00 0.--6. 1. " TILE_HOR_SIZE ,Width of the TILE (in multiples of 16 pixels)" group.long (0x21C+0xFC0)++0x3 line.long 0x00 "CTRLDESCL64_8,Control Descriptor Ln_8 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_FCOLOR ,Foreground color to use when the layer is configured to use a transparency mode" group.long (0x220+0xFC0)++0x3 line.long 0x00 "CTRLDESCL64_9,Control Descriptor Ln_9 Register" hexmask.long.tbyte 0x00 0.--23. 1. " FG_BCOLOR ,Background color to use when the layer is configured to use a transparency mode" tree.end width 0xb tree.end tree.end tree "LCD64F6B (LCD Driver)" base ad:0x400BE000 width 12. sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") if (((per.l(ad:0x400BE000))&0x1C000000)==0x0) group.long 0x00++0x03 line.long 0x00 "LCDCR,LCD Control Register" bitfld.long 0x00 31. " LCDEN ,LCD Driver System Enable" "Disabled,Enabled" bitfld.long 0x00 30. " LCDRST ,Continue To Drive LCD Display" "Stopped,Continued" bitfld.long 0x00 29. " LCDRCS ,LCD Reference Clock Select" "System,Oscillator" textline " " bitfld.long 0x00 26.--28. " DUTY ,LCD Duty Select" "1/1,1/2,1/3,1/4,1/5,1/6,1/6,1/8" bitfld.long 0x00 25. " BIAS ,BIAS Voltage Select" "1/1,1/1" bitfld.long 0x00 22.--23. " PWR ,LCD Power Mode" "Standard,2x,3x,4x" textline " " bitfld.long 0x00 21. " BSTEN ,LCD Output Current Boost Enable" "Disabled,Enabled" bitfld.long 0x00 20. " BSTSEL ,LCD Output Current Boost Select" "8,16" bitfld.long 0x00 19. " BSTAO ,LCD Boost Always On" "Disabled,Enabled" textline " " bitfld.long 0x00 18. " LCDOCS ,LCD OSC Clock Select" "128Khz Internal,32Khz External" bitfld.long 0x00 17. " LCDINT ,LCD Interrupt Enable" "Disabled,Enabled" eventfld.long 0x00 16. " EOF ,End Of Frame Interrupt Flag" "Not executed,Executed" textline " " hexmask.long.byte 0x00 8.--15. 1. " NOF ,Number Of Frames" bitfld.long 0x00 4.--5. " LCDBPA ,Backplane Adding" "Disabled,Enabled,?..." bitfld.long 0x00 0.--2. " LCDBPS ,Backplane Shifting" "Disabled,Enabled,?..." elif (((per.l(ad:0x400BE000))&0x1C000000)==0x4000000) group.long 0x00++0x03 line.long 0x00 "LCDCR,LCD Control Register" bitfld.long 0x00 31. " LCDEN ,LCD Driver System Enable" "Disabled,Enabled" bitfld.long 0x00 30. " LCDRST ,Continue To Drive LCD Display" "Stopped,Continued" bitfld.long 0x00 29. " LCDRCS ,LCD Reference Clock Select" "System,Oscillator" textline " " bitfld.long 0x00 26.--28. " DUTY ,LCD Duty Select" "1/1,1/2,1/3,1/4,1/5,1/6,1/6,1/8" bitfld.long 0x00 25. " BIAS ,BIAS Voltage Select" "1/2,1/3" bitfld.long 0x00 22.--23. " PWR ,LCD Power Mode" "Standard,2x,3x,4x" textline " " bitfld.long 0x00 21. " BSTEN ,LCD Output Current Boost Enable" "Disabled,Enabled" bitfld.long 0x00 20. " BSTSEL ,LCD Output Current Boost Select" "8,16" bitfld.long 0x00 19. " BSTAO ,LCD Boost Always On" "Disabled,Enabled" textline " " bitfld.long 0x00 18. " LCDOCS ,LCD OSC Clock Select" "128Khz Internal,32Khz External" bitfld.long 0x00 17. " LCDINT ,LCD Interrupt Enable" "Disabled,Enabled" eventfld.long 0x00 16. " EOF ,End Of Frame Interrupt Flag" "Not executed,Executed" textline " " hexmask.long.byte 0x00 8.--15. 1. " NOF ,Number Of Frames" bitfld.long 0x00 4.--5. " LCDBPA ,Backplane Adding" "Disabled,Enabled,?..." bitfld.long 0x00 0.--2. " LCDBPS ,Backplane Shifting" "Disabled,Enabled,?..." else group.long 0x00++0x03 line.long 0x00 "LCDCR,LCD Control Register" bitfld.long 0x00 31. " LCDEN ,LCD Driver System Enable" "Disabled,Enabled" bitfld.long 0x00 30. " LCDRST ,Continue To Drive LCD Display" "Stopped,Continued" bitfld.long 0x00 29. " LCDRCS ,LCD Reference Clock Select" "System,Oscillator" textline " " bitfld.long 0x00 26.--28. " DUTY ,LCD Duty Select" "1/1,1/2,1/3,1/4,1/5,1/6,1/6,1/8" bitfld.long 0x00 25. " BIAS ,BIAS Voltage Select" "1/3,1/3" bitfld.long 0x00 22.--23. " PWR ,LCD Power Mode" "Standard,2x,3x,4x" textline " " bitfld.long 0x00 21. " BSTEN ,LCD Output Current Boost Enable" "Disabled,Enabled" bitfld.long 0x00 20. " BSTSEL ,LCD Output Current Boost Select" "8,16" bitfld.long 0x00 19. " BSTAO ,LCD Boost Always On" "Disabled,Enabled" textline " " bitfld.long 0x00 18. " LCDOCS ,LCD OSC Clock Select" "128Khz Internal,32Khz External" bitfld.long 0x00 17. " LCDINT ,LCD Interrupt Enable" "Disabled,Enabled" eventfld.long 0x00 16. " EOF ,End Of Frame Interrupt Flag" "Not executed,Executed" textline " " hexmask.long.byte 0x00 8.--15. 1. " NOF ,Number Of Frames" bitfld.long 0x00 4.--5. " LCDBPA ,Backplane Adding" "Disabled,Enabled,?..." bitfld.long 0x00 0.--2. " LCDBPS ,Backplane Shifting" "Disabled,Enabled,?..." endif group.long 0x04++0x03 line.long 0x00 "LCDCPCR,LCD Prescaler Control Register" bitfld.long 0x00 24.--27. " LCLK ,LCD Clock Prescaler" "480,2*480,2^2*480,2^3*480,2^4*480,2^5*480,2^6*480,2^7*480,2^8*480,2^9*480,2^10*480,2^11480,2^12*480,2^13*480,2^14*480,2^15*480" endif group.long 0x08++0x03 line.long 0x00 "LCDCCR,LCD Contrast Control Register" bitfld.long 0x00 31. " CCEN ,LCD Contrast Control Enable" "Disabled,Enabled" hexmask.long.word 0x00 16.--26. 1. " LCC ,LCD Contrast Control" group.long 0x10++0x07 line.long 0x00 "LCD_FPENR0,LCD Frontplane Enable Register 0" bitfld.long 0x00 31. " FP31EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x00 30. " FP30EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x00 29. " FP29EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x00 28. " FP28EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x00 27. " FP27EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x00 26. " FP26EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x00 25. " FP25EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x00 24. " FP24EN ,Frontplane Output Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 23. " FP23EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x00 22. " FP22EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x00 21. " FP21EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x00 20. " FP20EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x00 19. " FP19EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x00 18. " FP18EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x00 17. " FP17EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x00 16. " FP16EN ,Frontplane Output Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 15. " FP15EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x00 14. " FP14EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x00 13. " FP13EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x00 12. " FP12EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x00 11. " FP11EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x00 10. " FP10EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x00 9. " FP9EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x00 8. " FP8EN ,Frontplane Output Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " FP7EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x00 6. " FP6EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x00 5. " FP5EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x00 4. " FP4EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x00 3. " FP3EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x00 2. " FP2EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x00 1. " FP1EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x00 0. " FP0EN ,Frontplane Output Enable" "Disabled,Enabled" line.long 0x04 "LCD_FPENR1,LCD Frontplane Enable Register 1" bitfld.long 0x04 31. " FP63EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x04 30. " FP62EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x04 29. " FP61EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x04 28. " FP60EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x04 27. " FP59EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x04 26. " FP58EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x04 25. " FP57EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x04 24. " FP56EN ,Frontplane Output Enable" "Disabled,Enabled" textline " " bitfld.long 0x04 23. " FP55EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x04 22. " FP54EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x04 21. " FP53EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x04 20. " FP52EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x04 19. " FP51EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x04 18. " FP50EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x04 17. " FP49EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x04 16. " FP48EN ,Frontplane Output Enable" "Disabled,Enabled" textline " " bitfld.long 0x04 15. " FP47EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x04 14. " FP46EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x04 13. " FP45EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x04 12. " FP44EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x04 11. " FP43EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x04 10. " FP42EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x04 9. " FP41EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x04 8. " FP40EN ,Frontplane Output Enable" "Disabled,Enabled" textline " " bitfld.long 0x04 7. " FP39EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x04 6. " FP38EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x04 5. " FP37EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x04 4. " FP36EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x04 3. " FP35EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x04 2. " FP34EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x04 1. " FP33EN ,Frontplane Output Enable" "Disabled,Enabled" bitfld.long 0x04 0. " FP32EN ,Frontplane Output Enable" "Disabled,Enabled" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") group.long 0x20++0x27 line.long 0x0 "LCDRAM0,LCD_Location 0" bitfld.long 0x0 31. " FP0BP7 ,LCD segment ON" "Off,On" bitfld.long 0x0 30. " FP0BP6 ,LCD segment ON" "Off,On" bitfld.long 0x0 29. " FP0BP5 ,LCD segment ON" "Off,On" bitfld.long 0x0 28. " FP0BP4 ,LCD segment ON" "Off,On" bitfld.long 0x0 27. " FP0BP3 ,LCD segment ON" "Off,On" bitfld.long 0x0 26. " FP0BP2 ,LCD segment ON" "Off,On" bitfld.long 0x0 25. " FP0BP1 ,LCD segment ON" "Off,On" bitfld.long 0x0 24. " FP0BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x0 23. " FP1BP7 ,LCD segment ON" "Off,On" bitfld.long 0x0 22. " FP1BP6 ,LCD segment ON" "Off,On" bitfld.long 0x0 21. " FP1BP5 ,LCD segment ON" "Off,On" bitfld.long 0x0 20. " FP1BP4 ,LCD segment ON" "Off,On" bitfld.long 0x0 19. " FP1BP3 ,LCD segment ON" "Off,On" bitfld.long 0x0 18. " FP1BP2 ,LCD segment ON" "Off,On" bitfld.long 0x0 17. " FP1BP1 ,LCD segment ON" "Off,On" bitfld.long 0x0 16. " FP1BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x0 15. " FP2BP7 ,LCD segment ON" "Off,On" bitfld.long 0x0 14. " FP2BP6 ,LCD segment ON" "Off,On" bitfld.long 0x0 13. " FP2BP5 ,LCD segment ON" "Off,On" bitfld.long 0x0 12. " FP2BP4 ,LCD segment ON" "Off,On" bitfld.long 0x0 11. " FP2BP3 ,LCD segment ON" "Off,On" bitfld.long 0x0 10. " FP2BP2 ,LCD segment ON" "Off,On" bitfld.long 0x0 9. " FP2BP1 ,LCD segment ON" "Off,On" bitfld.long 0x0 8. " FP2BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x0 7. " FP3BP7 ,LCD segment ON" "Off,On" bitfld.long 0x0 6. " FP3BP6 ,LCD segment ON" "Off,On" bitfld.long 0x0 5. " FP3BP5 ,LCD segment ON" "Off,On" bitfld.long 0x0 4. " FP3BP4 ,LCD segment ON" "Off,On" bitfld.long 0x0 3. " FP3BP3 ,LCD segment ON" "Off,On" bitfld.long 0x0 2. " FP3BP2 ,LCD segment ON" "Off,On" bitfld.long 0x0 1. " FP3BP1 ,LCD segment ON" "Off,On" bitfld.long 0x0 0. " FP3BP0 ,LCD segment ON" "Off,On" line.long 0x4 "LCDRAM1,LCD_Location 1" bitfld.long 0x4 31. " FP4BP7 ,LCD segment ON" "Off,On" bitfld.long 0x4 30. " FP4BP6 ,LCD segment ON" "Off,On" bitfld.long 0x4 29. " FP4BP5 ,LCD segment ON" "Off,On" bitfld.long 0x4 28. " FP4BP4 ,LCD segment ON" "Off,On" bitfld.long 0x4 27. " FP4BP3 ,LCD segment ON" "Off,On" bitfld.long 0x4 26. " FP4BP2 ,LCD segment ON" "Off,On" bitfld.long 0x4 25. " FP4BP1 ,LCD segment ON" "Off,On" bitfld.long 0x4 24. " FP4BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x4 23. " FP5BP7 ,LCD segment ON" "Off,On" bitfld.long 0x4 22. " FP5BP6 ,LCD segment ON" "Off,On" bitfld.long 0x4 21. " FP5BP5 ,LCD segment ON" "Off,On" bitfld.long 0x4 20. " FP5BP4 ,LCD segment ON" "Off,On" bitfld.long 0x4 19. " FP5BP3 ,LCD segment ON" "Off,On" bitfld.long 0x4 18. " FP5BP2 ,LCD segment ON" "Off,On" bitfld.long 0x4 17. " FP5BP1 ,LCD segment ON" "Off,On" bitfld.long 0x4 16. " FP5BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x4 15. " FP6BP7 ,LCD segment ON" "Off,On" bitfld.long 0x4 14. " FP6BP6 ,LCD segment ON" "Off,On" bitfld.long 0x4 13. " FP6BP5 ,LCD segment ON" "Off,On" bitfld.long 0x4 12. " FP6BP4 ,LCD segment ON" "Off,On" bitfld.long 0x4 11. " FP6BP3 ,LCD segment ON" "Off,On" bitfld.long 0x4 10. " FP6BP2 ,LCD segment ON" "Off,On" bitfld.long 0x4 9. " FP6BP1 ,LCD segment ON" "Off,On" bitfld.long 0x4 8. " FP6BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x4 7. " FP7BP7 ,LCD segment ON" "Off,On" bitfld.long 0x4 6. " FP7BP6 ,LCD segment ON" "Off,On" bitfld.long 0x4 5. " FP7BP5 ,LCD segment ON" "Off,On" bitfld.long 0x4 4. " FP7BP4 ,LCD segment ON" "Off,On" bitfld.long 0x4 3. " FP7BP3 ,LCD segment ON" "Off,On" bitfld.long 0x4 2. " FP7BP2 ,LCD segment ON" "Off,On" bitfld.long 0x4 1. " FP7BP1 ,LCD segment ON" "Off,On" bitfld.long 0x4 0. " FP7BP0 ,LCD segment ON" "Off,On" line.long 0x8 "LCDRAM2,LCD_Location 2" bitfld.long 0x8 31. " FP8BP7 ,LCD segment ON" "Off,On" bitfld.long 0x8 30. " FP8BP6 ,LCD segment ON" "Off,On" bitfld.long 0x8 29. " FP8BP5 ,LCD segment ON" "Off,On" bitfld.long 0x8 28. " FP8BP4 ,LCD segment ON" "Off,On" bitfld.long 0x8 27. " FP8BP3 ,LCD segment ON" "Off,On" bitfld.long 0x8 26. " FP8BP2 ,LCD segment ON" "Off,On" bitfld.long 0x8 25. " FP8BP1 ,LCD segment ON" "Off,On" bitfld.long 0x8 24. " FP8BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x8 23. " FP9BP7 ,LCD segment ON" "Off,On" bitfld.long 0x8 22. " FP9BP6 ,LCD segment ON" "Off,On" bitfld.long 0x8 21. " FP9BP5 ,LCD segment ON" "Off,On" bitfld.long 0x8 20. " FP9BP4 ,LCD segment ON" "Off,On" bitfld.long 0x8 19. " FP9BP3 ,LCD segment ON" "Off,On" bitfld.long 0x8 18. " FP9BP2 ,LCD segment ON" "Off,On" bitfld.long 0x8 17. " FP9BP1 ,LCD segment ON" "Off,On" bitfld.long 0x8 16. " FP9BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x8 15. " FP10BP7 ,LCD segment ON" "Off,On" bitfld.long 0x8 14. " FP10BP6 ,LCD segment ON" "Off,On" bitfld.long 0x8 13. " FP10BP5 ,LCD segment ON" "Off,On" bitfld.long 0x8 12. " FP10BP4 ,LCD segment ON" "Off,On" bitfld.long 0x8 11. " FP10BP3 ,LCD segment ON" "Off,On" bitfld.long 0x8 10. " FP10BP2 ,LCD segment ON" "Off,On" bitfld.long 0x8 9. " FP10BP1 ,LCD segment ON" "Off,On" bitfld.long 0x8 8. " FP10BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x8 7. " FP11BP7 ,LCD segment ON" "Off,On" bitfld.long 0x8 6. " FP11BP6 ,LCD segment ON" "Off,On" bitfld.long 0x8 5. " FP11BP5 ,LCD segment ON" "Off,On" bitfld.long 0x8 4. " FP11BP4 ,LCD segment ON" "Off,On" bitfld.long 0x8 3. " FP11BP3 ,LCD segment ON" "Off,On" bitfld.long 0x8 2. " FP11BP2 ,LCD segment ON" "Off,On" bitfld.long 0x8 1. " FP11BP1 ,LCD segment ON" "Off,On" bitfld.long 0x8 0. " FP11BP0 ,LCD segment ON" "Off,On" line.long 0xC "LCDRAM3,LCD_Location 3" bitfld.long 0xC 31. " FP12BP7 ,LCD segment ON" "Off,On" bitfld.long 0xC 30. " FP12BP6 ,LCD segment ON" "Off,On" bitfld.long 0xC 29. " FP12BP5 ,LCD segment ON" "Off,On" bitfld.long 0xC 28. " FP12BP4 ,LCD segment ON" "Off,On" bitfld.long 0xC 27. " FP12BP3 ,LCD segment ON" "Off,On" bitfld.long 0xC 26. " FP12BP2 ,LCD segment ON" "Off,On" bitfld.long 0xC 25. " FP12BP1 ,LCD segment ON" "Off,On" bitfld.long 0xC 24. " FP12BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0xC 23. " FP13BP7 ,LCD segment ON" "Off,On" bitfld.long 0xC 22. " FP13BP6 ,LCD segment ON" "Off,On" bitfld.long 0xC 21. " FP13BP5 ,LCD segment ON" "Off,On" bitfld.long 0xC 20. " FP13BP4 ,LCD segment ON" "Off,On" bitfld.long 0xC 19. " FP13BP3 ,LCD segment ON" "Off,On" bitfld.long 0xC 18. " FP13BP2 ,LCD segment ON" "Off,On" bitfld.long 0xC 17. " FP13BP1 ,LCD segment ON" "Off,On" bitfld.long 0xC 16. " FP13BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0xC 15. " FP14BP7 ,LCD segment ON" "Off,On" bitfld.long 0xC 14. " FP14BP6 ,LCD segment ON" "Off,On" bitfld.long 0xC 13. " FP14BP5 ,LCD segment ON" "Off,On" bitfld.long 0xC 12. " FP14BP4 ,LCD segment ON" "Off,On" bitfld.long 0xC 11. " FP14BP3 ,LCD segment ON" "Off,On" bitfld.long 0xC 10. " FP14BP2 ,LCD segment ON" "Off,On" bitfld.long 0xC 9. " FP14BP1 ,LCD segment ON" "Off,On" bitfld.long 0xC 8. " FP14BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0xC 7. " FP15BP7 ,LCD segment ON" "Off,On" bitfld.long 0xC 6. " FP15BP6 ,LCD segment ON" "Off,On" bitfld.long 0xC 5. " FP15BP5 ,LCD segment ON" "Off,On" bitfld.long 0xC 4. " FP15BP4 ,LCD segment ON" "Off,On" bitfld.long 0xC 3. " FP15BP3 ,LCD segment ON" "Off,On" bitfld.long 0xC 2. " FP15BP2 ,LCD segment ON" "Off,On" bitfld.long 0xC 1. " FP15BP1 ,LCD segment ON" "Off,On" bitfld.long 0xC 0. " FP15BP0 ,LCD segment ON" "Off,On" line.long 0x10 "LCDRAM4,LCD_Location 4" bitfld.long 0x10 31. " FP16BP7 ,LCD segment ON" "Off,On" bitfld.long 0x10 30. " FP16BP6 ,LCD segment ON" "Off,On" bitfld.long 0x10 29. " FP16BP5 ,LCD segment ON" "Off,On" bitfld.long 0x10 28. " FP16BP4 ,LCD segment ON" "Off,On" bitfld.long 0x10 27. " FP16BP3 ,LCD segment ON" "Off,On" bitfld.long 0x10 26. " FP16BP2 ,LCD segment ON" "Off,On" bitfld.long 0x10 25. " FP16BP1 ,LCD segment ON" "Off,On" bitfld.long 0x10 24. " FP16BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x10 23. " FP17BP7 ,LCD segment ON" "Off,On" bitfld.long 0x10 22. " FP17BP6 ,LCD segment ON" "Off,On" bitfld.long 0x10 21. " FP17BP5 ,LCD segment ON" "Off,On" bitfld.long 0x10 20. " FP17BP4 ,LCD segment ON" "Off,On" bitfld.long 0x10 19. " FP17BP3 ,LCD segment ON" "Off,On" bitfld.long 0x10 18. " FP17BP2 ,LCD segment ON" "Off,On" bitfld.long 0x10 17. " FP17BP1 ,LCD segment ON" "Off,On" bitfld.long 0x10 16. " FP17BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x10 15. " FP18BP7 ,LCD segment ON" "Off,On" bitfld.long 0x10 14. " FP18BP6 ,LCD segment ON" "Off,On" bitfld.long 0x10 13. " FP18BP5 ,LCD segment ON" "Off,On" bitfld.long 0x10 12. " FP18BP4 ,LCD segment ON" "Off,On" bitfld.long 0x10 11. " FP18BP3 ,LCD segment ON" "Off,On" bitfld.long 0x10 10. " FP18BP2 ,LCD segment ON" "Off,On" bitfld.long 0x10 9. " FP18BP1 ,LCD segment ON" "Off,On" bitfld.long 0x10 8. " FP18BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x10 7. " FP19BP7 ,LCD segment ON" "Off,On" bitfld.long 0x10 6. " FP19BP6 ,LCD segment ON" "Off,On" bitfld.long 0x10 5. " FP19BP5 ,LCD segment ON" "Off,On" bitfld.long 0x10 4. " FP19BP4 ,LCD segment ON" "Off,On" bitfld.long 0x10 3. " FP19BP3 ,LCD segment ON" "Off,On" bitfld.long 0x10 2. " FP19BP2 ,LCD segment ON" "Off,On" bitfld.long 0x10 1. " FP19BP1 ,LCD segment ON" "Off,On" bitfld.long 0x10 0. " FP19BP0 ,LCD segment ON" "Off,On" line.long 0x14 "LCDRAM5,LCD_Location 5" bitfld.long 0x14 31. " FP20BP7 ,LCD segment ON" "Off,On" bitfld.long 0x14 30. " FP20BP6 ,LCD segment ON" "Off,On" bitfld.long 0x14 29. " FP20BP5 ,LCD segment ON" "Off,On" bitfld.long 0x14 28. " FP20BP4 ,LCD segment ON" "Off,On" bitfld.long 0x14 27. " FP20BP3 ,LCD segment ON" "Off,On" bitfld.long 0x14 26. " FP20BP2 ,LCD segment ON" "Off,On" bitfld.long 0x14 25. " FP20BP1 ,LCD segment ON" "Off,On" bitfld.long 0x14 24. " FP20BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x14 23. " FP21BP7 ,LCD segment ON" "Off,On" bitfld.long 0x14 22. " FP21BP6 ,LCD segment ON" "Off,On" bitfld.long 0x14 21. " FP21BP5 ,LCD segment ON" "Off,On" bitfld.long 0x14 20. " FP21BP4 ,LCD segment ON" "Off,On" bitfld.long 0x14 19. " FP21BP3 ,LCD segment ON" "Off,On" bitfld.long 0x14 18. " FP21BP2 ,LCD segment ON" "Off,On" bitfld.long 0x14 17. " FP21BP1 ,LCD segment ON" "Off,On" bitfld.long 0x14 16. " FP21BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x14 15. " FP22BP7 ,LCD segment ON" "Off,On" bitfld.long 0x14 14. " FP22BP6 ,LCD segment ON" "Off,On" bitfld.long 0x14 13. " FP22BP5 ,LCD segment ON" "Off,On" bitfld.long 0x14 12. " FP22BP4 ,LCD segment ON" "Off,On" bitfld.long 0x14 11. " FP22BP3 ,LCD segment ON" "Off,On" bitfld.long 0x14 10. " FP22BP2 ,LCD segment ON" "Off,On" bitfld.long 0x14 9. " FP22BP1 ,LCD segment ON" "Off,On" bitfld.long 0x14 8. " FP22BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x14 7. " FP23BP7 ,LCD segment ON" "Off,On" bitfld.long 0x14 6. " FP23BP6 ,LCD segment ON" "Off,On" bitfld.long 0x14 5. " FP23BP5 ,LCD segment ON" "Off,On" bitfld.long 0x14 4. " FP23BP4 ,LCD segment ON" "Off,On" bitfld.long 0x14 3. " FP23BP3 ,LCD segment ON" "Off,On" bitfld.long 0x14 2. " FP23BP2 ,LCD segment ON" "Off,On" bitfld.long 0x14 1. " FP23BP1 ,LCD segment ON" "Off,On" bitfld.long 0x14 0. " FP23BP0 ,LCD segment ON" "Off,On" line.long 0x18 "LCDRAM6,LCD_Location 6" bitfld.long 0x18 31. " FP24BP7 ,LCD segment ON" "Off,On" bitfld.long 0x18 30. " FP24BP6 ,LCD segment ON" "Off,On" bitfld.long 0x18 29. " FP24BP5 ,LCD segment ON" "Off,On" bitfld.long 0x18 28. " FP24BP4 ,LCD segment ON" "Off,On" bitfld.long 0x18 27. " FP24BP3 ,LCD segment ON" "Off,On" bitfld.long 0x18 26. " FP24BP2 ,LCD segment ON" "Off,On" bitfld.long 0x18 25. " FP24BP1 ,LCD segment ON" "Off,On" bitfld.long 0x18 24. " FP24BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x18 23. " FP25BP7 ,LCD segment ON" "Off,On" bitfld.long 0x18 22. " FP25BP6 ,LCD segment ON" "Off,On" bitfld.long 0x18 21. " FP25BP5 ,LCD segment ON" "Off,On" bitfld.long 0x18 20. " FP25BP4 ,LCD segment ON" "Off,On" bitfld.long 0x18 19. " FP25BP3 ,LCD segment ON" "Off,On" bitfld.long 0x18 18. " FP25BP2 ,LCD segment ON" "Off,On" bitfld.long 0x18 17. " FP25BP1 ,LCD segment ON" "Off,On" bitfld.long 0x18 16. " FP25BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x18 15. " FP26BP7 ,LCD segment ON" "Off,On" bitfld.long 0x18 14. " FP26BP6 ,LCD segment ON" "Off,On" bitfld.long 0x18 13. " FP26BP5 ,LCD segment ON" "Off,On" bitfld.long 0x18 12. " FP26BP4 ,LCD segment ON" "Off,On" bitfld.long 0x18 11. " FP26BP3 ,LCD segment ON" "Off,On" bitfld.long 0x18 10. " FP26BP2 ,LCD segment ON" "Off,On" bitfld.long 0x18 9. " FP26BP1 ,LCD segment ON" "Off,On" bitfld.long 0x18 8. " FP26BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x18 7. " FP27BP7 ,LCD segment ON" "Off,On" bitfld.long 0x18 6. " FP27BP6 ,LCD segment ON" "Off,On" bitfld.long 0x18 5. " FP27BP5 ,LCD segment ON" "Off,On" bitfld.long 0x18 4. " FP27BP4 ,LCD segment ON" "Off,On" bitfld.long 0x18 3. " FP27BP3 ,LCD segment ON" "Off,On" bitfld.long 0x18 2. " FP27BP2 ,LCD segment ON" "Off,On" bitfld.long 0x18 1. " FP27BP1 ,LCD segment ON" "Off,On" bitfld.long 0x18 0. " FP27BP0 ,LCD segment ON" "Off,On" line.long 0x1C "LCDRAM7,LCD_Location 7" bitfld.long 0x1C 31. " FP28BP7 ,LCD segment ON" "Off,On" bitfld.long 0x1C 30. " FP28BP6 ,LCD segment ON" "Off,On" bitfld.long 0x1C 29. " FP28BP5 ,LCD segment ON" "Off,On" bitfld.long 0x1C 28. " FP28BP4 ,LCD segment ON" "Off,On" bitfld.long 0x1C 27. " FP28BP3 ,LCD segment ON" "Off,On" bitfld.long 0x1C 26. " FP28BP2 ,LCD segment ON" "Off,On" bitfld.long 0x1C 25. " FP28BP1 ,LCD segment ON" "Off,On" bitfld.long 0x1C 24. " FP28BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x1C 23. " FP29BP7 ,LCD segment ON" "Off,On" bitfld.long 0x1C 22. " FP29BP6 ,LCD segment ON" "Off,On" bitfld.long 0x1C 21. " FP29BP5 ,LCD segment ON" "Off,On" bitfld.long 0x1C 20. " FP29BP4 ,LCD segment ON" "Off,On" bitfld.long 0x1C 19. " FP29BP3 ,LCD segment ON" "Off,On" bitfld.long 0x1C 18. " FP29BP2 ,LCD segment ON" "Off,On" bitfld.long 0x1C 17. " FP29BP1 ,LCD segment ON" "Off,On" bitfld.long 0x1C 16. " FP29BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x1C 15. " FP30BP7 ,LCD segment ON" "Off,On" bitfld.long 0x1C 14. " FP30BP6 ,LCD segment ON" "Off,On" bitfld.long 0x1C 13. " FP30BP5 ,LCD segment ON" "Off,On" bitfld.long 0x1C 12. " FP30BP4 ,LCD segment ON" "Off,On" bitfld.long 0x1C 11. " FP30BP3 ,LCD segment ON" "Off,On" bitfld.long 0x1C 10. " FP30BP2 ,LCD segment ON" "Off,On" bitfld.long 0x1C 9. " FP30BP1 ,LCD segment ON" "Off,On" bitfld.long 0x1C 8. " FP30BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x1C 7. " FP31BP7 ,LCD segment ON" "Off,On" bitfld.long 0x1C 6. " FP31BP6 ,LCD segment ON" "Off,On" bitfld.long 0x1C 5. " FP31BP5 ,LCD segment ON" "Off,On" bitfld.long 0x1C 4. " FP31BP4 ,LCD segment ON" "Off,On" bitfld.long 0x1C 3. " FP31BP3 ,LCD segment ON" "Off,On" bitfld.long 0x1C 2. " FP31BP2 ,LCD segment ON" "Off,On" bitfld.long 0x1C 1. " FP31BP1 ,LCD segment ON" "Off,On" bitfld.long 0x1C 0. " FP31BP0 ,LCD segment ON" "Off,On" line.long 0x20 "LCDRAM8,LCD_Location 8" bitfld.long 0x20 31. " FP32BP7 ,LCD segment ON" "Off,On" bitfld.long 0x20 30. " FP32BP6 ,LCD segment ON" "Off,On" bitfld.long 0x20 29. " FP32BP5 ,LCD segment ON" "Off,On" bitfld.long 0x20 28. " FP32BP4 ,LCD segment ON" "Off,On" bitfld.long 0x20 27. " FP32BP3 ,LCD segment ON" "Off,On" bitfld.long 0x20 26. " FP32BP2 ,LCD segment ON" "Off,On" bitfld.long 0x20 25. " FP32BP1 ,LCD segment ON" "Off,On" bitfld.long 0x20 24. " FP32BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x20 23. " FP33BP7 ,LCD segment ON" "Off,On" bitfld.long 0x20 22. " FP33BP6 ,LCD segment ON" "Off,On" bitfld.long 0x20 21. " FP33BP5 ,LCD segment ON" "Off,On" bitfld.long 0x20 20. " FP33BP4 ,LCD segment ON" "Off,On" bitfld.long 0x20 19. " FP33BP3 ,LCD segment ON" "Off,On" bitfld.long 0x20 18. " FP33BP2 ,LCD segment ON" "Off,On" bitfld.long 0x20 17. " FP33BP1 ,LCD segment ON" "Off,On" bitfld.long 0x20 16. " FP33BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x20 15. " FP34BP7 ,LCD segment ON" "Off,On" bitfld.long 0x20 14. " FP34BP6 ,LCD segment ON" "Off,On" bitfld.long 0x20 13. " FP34BP5 ,LCD segment ON" "Off,On" bitfld.long 0x20 12. " FP34BP4 ,LCD segment ON" "Off,On" bitfld.long 0x20 11. " FP34BP3 ,LCD segment ON" "Off,On" bitfld.long 0x20 10. " FP34BP2 ,LCD segment ON" "Off,On" bitfld.long 0x20 9. " FP34BP1 ,LCD segment ON" "Off,On" bitfld.long 0x20 8. " FP34BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x20 7. " FP35BP7 ,LCD segment ON" "Off,On" bitfld.long 0x20 6. " FP35BP6 ,LCD segment ON" "Off,On" bitfld.long 0x20 5. " FP35BP5 ,LCD segment ON" "Off,On" bitfld.long 0x20 4. " FP35BP4 ,LCD segment ON" "Off,On" bitfld.long 0x20 3. " FP35BP3 ,LCD segment ON" "Off,On" bitfld.long 0x20 2. " FP35BP2 ,LCD segment ON" "Off,On" bitfld.long 0x20 1. " FP35BP1 ,LCD segment ON" "Off,On" bitfld.long 0x20 0. " FP35BP0 ,LCD segment ON" "Off,On" line.long 0x24 "LCDRAM9,LCD_Location 9" bitfld.long 0x24 31. " FP36BP7 ,LCD segment ON" "Off,On" bitfld.long 0x24 30. " FP36BP6 ,LCD segment ON" "Off,On" bitfld.long 0x24 29. " FP36BP5 ,LCD segment ON" "Off,On" bitfld.long 0x24 28. " FP36BP4 ,LCD segment ON" "Off,On" bitfld.long 0x24 27. " FP36BP3 ,LCD segment ON" "Off,On" bitfld.long 0x24 26. " FP36BP2 ,LCD segment ON" "Off,On" bitfld.long 0x24 25. " FP36BP1 ,LCD segment ON" "Off,On" bitfld.long 0x24 24. " FP36BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x24 23. " FP37BP7 ,LCD segment ON" "Off,On" bitfld.long 0x24 22. " FP37BP6 ,LCD segment ON" "Off,On" bitfld.long 0x24 21. " FP37BP5 ,LCD segment ON" "Off,On" bitfld.long 0x24 20. " FP37BP4 ,LCD segment ON" "Off,On" bitfld.long 0x24 19. " FP37BP3 ,LCD segment ON" "Off,On" bitfld.long 0x24 18. " FP37BP2 ,LCD segment ON" "Off,On" bitfld.long 0x24 17. " FP37BP1 ,LCD segment ON" "Off,On" bitfld.long 0x24 16. " FP37BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x24 15. " FP38BP7 ,LCD segment ON" "Off,On" bitfld.long 0x24 14. " FP38BP6 ,LCD segment ON" "Off,On" bitfld.long 0x24 13. " FP38BP5 ,LCD segment ON" "Off,On" bitfld.long 0x24 12. " FP38BP4 ,LCD segment ON" "Off,On" bitfld.long 0x24 11. " FP38BP3 ,LCD segment ON" "Off,On" bitfld.long 0x24 10. " FP38BP2 ,LCD segment ON" "Off,On" bitfld.long 0x24 9. " FP38BP1 ,LCD segment ON" "Off,On" bitfld.long 0x24 8. " FP38BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x24 7. " FP39BP7 ,LCD segment ON" "Off,On" bitfld.long 0x24 6. " FP39BP6 ,LCD segment ON" "Off,On" bitfld.long 0x24 5. " FP39BP5 ,LCD segment ON" "Off,On" bitfld.long 0x24 4. " FP39BP4 ,LCD segment ON" "Off,On" bitfld.long 0x24 3. " FP39BP3 ,LCD segment ON" "Off,On" bitfld.long 0x24 2. " FP39BP2 ,LCD segment ON" "Off,On" bitfld.long 0x24 1. " FP39BP1 ,LCD segment ON" "Off,On" bitfld.long 0x24 0. " FP39BP0 ,LCD segment ON" "Off,On" else group.long 0x20++0x3F line.long 0x0 "LCDRAM0,LCD_Location 0" bitfld.long 0x0 31. " FP3BP7 ,LCD segment ON" "Off,On" bitfld.long 0x0 30. " FP3BP6 ,LCD segment ON" "Off,On" bitfld.long 0x0 29. " FP3BP5 ,LCD segment ON" "Off,On" bitfld.long 0x0 28. " FP3BP4 ,LCD segment ON" "Off,On" bitfld.long 0x0 27. " FP3BP3 ,LCD segment ON" "Off,On" bitfld.long 0x0 26. " FP3BP2 ,LCD segment ON" "Off,On" bitfld.long 0x0 25. " FP3BP1 ,LCD segment ON" "Off,On" bitfld.long 0x0 24. " FP3BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x0 23. " FP2BP7 ,LCD segment ON" "Off,On" bitfld.long 0x0 22. " FP2BP6 ,LCD segment ON" "Off,On" bitfld.long 0x0 21. " FP2BP5 ,LCD segment ON" "Off,On" bitfld.long 0x0 20. " FP2BP4 ,LCD segment ON" "Off,On" bitfld.long 0x0 19. " FP2BP3 ,LCD segment ON" "Off,On" bitfld.long 0x0 18. " FP2BP2 ,LCD segment ON" "Off,On" bitfld.long 0x0 17. " FP2BP1 ,LCD segment ON" "Off,On" bitfld.long 0x0 16. " FP2BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x0 15. " FP1BP7 ,LCD segment ON" "Off,On" bitfld.long 0x0 14. " FP1BP6 ,LCD segment ON" "Off,On" bitfld.long 0x0 13. " FP1BP5 ,LCD segment ON" "Off,On" bitfld.long 0x0 12. " FP1BP4 ,LCD segment ON" "Off,On" bitfld.long 0x0 11. " FP1BP3 ,LCD segment ON" "Off,On" bitfld.long 0x0 10. " FP1BP2 ,LCD segment ON" "Off,On" bitfld.long 0x0 9. " FP1BP1 ,LCD segment ON" "Off,On" bitfld.long 0x0 8. " FP1BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x0 7. " FP0BP7 ,LCD segment ON" "Off,On" bitfld.long 0x0 6. " FP0BP6 ,LCD segment ON" "Off,On" bitfld.long 0x0 5. " FP0BP5 ,LCD segment ON" "Off,On" bitfld.long 0x0 4. " FP0BP4 ,LCD segment ON" "Off,On" bitfld.long 0x0 3. " FP0BP3 ,LCD segment ON" "Off,On" bitfld.long 0x0 2. " FP0BP2 ,LCD segment ON" "Off,On" bitfld.long 0x0 1. " FP0BP1 ,LCD segment ON" "Off,On" bitfld.long 0x0 0. " FP0BP0 ,LCD segment ON" "Off,On" line.long 0x4 "LCDRAM1,LCD_Location 1" bitfld.long 0x4 31. " FP7BP7 ,LCD segment ON" "Off,On" bitfld.long 0x4 30. " FP7BP6 ,LCD segment ON" "Off,On" bitfld.long 0x4 29. " FP7BP5 ,LCD segment ON" "Off,On" bitfld.long 0x4 28. " FP7BP4 ,LCD segment ON" "Off,On" bitfld.long 0x4 27. " FP7BP3 ,LCD segment ON" "Off,On" bitfld.long 0x4 26. " FP7BP2 ,LCD segment ON" "Off,On" bitfld.long 0x4 25. " FP7BP1 ,LCD segment ON" "Off,On" bitfld.long 0x4 24. " FP7BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x4 23. " FP6BP7 ,LCD segment ON" "Off,On" bitfld.long 0x4 22. " FP6BP6 ,LCD segment ON" "Off,On" bitfld.long 0x4 21. " FP6BP5 ,LCD segment ON" "Off,On" bitfld.long 0x4 20. " FP6BP4 ,LCD segment ON" "Off,On" bitfld.long 0x4 19. " FP6BP3 ,LCD segment ON" "Off,On" bitfld.long 0x4 18. " FP6BP2 ,LCD segment ON" "Off,On" bitfld.long 0x4 17. " FP6BP1 ,LCD segment ON" "Off,On" bitfld.long 0x4 16. " FP6BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x4 15. " FP5BP7 ,LCD segment ON" "Off,On" bitfld.long 0x4 14. " FP5BP6 ,LCD segment ON" "Off,On" bitfld.long 0x4 13. " FP5BP5 ,LCD segment ON" "Off,On" bitfld.long 0x4 12. " FP5BP4 ,LCD segment ON" "Off,On" bitfld.long 0x4 11. " FP5BP3 ,LCD segment ON" "Off,On" bitfld.long 0x4 10. " FP5BP2 ,LCD segment ON" "Off,On" bitfld.long 0x4 9. " FP5BP1 ,LCD segment ON" "Off,On" bitfld.long 0x4 8. " FP5BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x4 7. " FP4BP7 ,LCD segment ON" "Off,On" bitfld.long 0x4 6. " FP4BP6 ,LCD segment ON" "Off,On" bitfld.long 0x4 5. " FP4BP5 ,LCD segment ON" "Off,On" bitfld.long 0x4 4. " FP4BP4 ,LCD segment ON" "Off,On" bitfld.long 0x4 3. " FP4BP3 ,LCD segment ON" "Off,On" bitfld.long 0x4 2. " FP4BP2 ,LCD segment ON" "Off,On" bitfld.long 0x4 1. " FP4BP1 ,LCD segment ON" "Off,On" bitfld.long 0x4 0. " FP4BP0 ,LCD segment ON" "Off,On" line.long 0x08 "LCDRAM2,LCD_Location 2" bitfld.long 0x08 31. " FP11BP7 ,LCD segment ON" "Off,On" bitfld.long 0x08 30. " FP11BP6 ,LCD segment ON" "Off,On" bitfld.long 0x08 29. " FP11BP5 ,LCD segment ON" "Off,On" bitfld.long 0x08 28. " FP11BP4 ,LCD segment ON" "Off,On" bitfld.long 0x08 27. " FP11BP3 ,LCD segment ON" "Off,On" bitfld.long 0x08 26. " FP11BP2 ,LCD segment ON" "Off,On" bitfld.long 0x08 25. " FP11BP1 ,LCD segment ON" "Off,On" bitfld.long 0x08 24. " FP11BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x08 23. " FP10BP7 ,LCD segment ON" "Off,On" bitfld.long 0x08 22. " FP10BP6 ,LCD segment ON" "Off,On" bitfld.long 0x08 21. " FP10BP5 ,LCD segment ON" "Off,On" bitfld.long 0x08 20. " FP10BP4 ,LCD segment ON" "Off,On" bitfld.long 0x08 19. " FP10BP3 ,LCD segment ON" "Off,On" bitfld.long 0x08 18. " FP10BP2 ,LCD segment ON" "Off,On" bitfld.long 0x08 17. " FP10BP1 ,LCD segment ON" "Off,On" bitfld.long 0x08 16. " FP10BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x08 15. " FP9BP7 ,LCD segment ON" "Off,On" bitfld.long 0x08 14. " FP9BP6 ,LCD segment ON" "Off,On" bitfld.long 0x08 13. " FP9BP5 ,LCD segment ON" "Off,On" bitfld.long 0x08 12. " FP9BP4 ,LCD segment ON" "Off,On" bitfld.long 0x08 11. " FP9BP3 ,LCD segment ON" "Off,On" bitfld.long 0x08 10. " FP9BP2 ,LCD segment ON" "Off,On" bitfld.long 0x08 9. " FP9BP1 ,LCD segment ON" "Off,On" bitfld.long 0x08 8. " FP9BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x08 7. " FP8BP7 ,LCD segment ON" "Off,On" bitfld.long 0x08 6. " FP8BP6 ,LCD segment ON" "Off,On" bitfld.long 0x08 5. " FP8BP5 ,LCD segment ON" "Off,On" bitfld.long 0x08 4. " FP8BP4 ,LCD segment ON" "Off,On" bitfld.long 0x08 3. " FP8BP3 ,LCD segment ON" "Off,On" bitfld.long 0x08 2. " FP8BP2 ,LCD segment ON" "Off,On" bitfld.long 0x08 1. " FP8BP1 ,LCD segment ON" "Off,On" bitfld.long 0x08 0. " FP8BP0 ,LCD segment ON" "Off,On" line.long 0xC "LCDRAM3,LCD_Location 3" bitfld.long 0xC 31. " FP15BP7 ,LCD segment ON" "Off,On" bitfld.long 0xC 30. " FP15BP6 ,LCD segment ON" "Off,On" bitfld.long 0xC 29. " FP15BP5 ,LCD segment ON" "Off,On" bitfld.long 0xC 28. " FP15BP4 ,LCD segment ON" "Off,On" bitfld.long 0xC 27. " FP15BP3 ,LCD segment ON" "Off,On" bitfld.long 0xC 26. " FP15BP2 ,LCD segment ON" "Off,On" bitfld.long 0xC 25. " FP15BP1 ,LCD segment ON" "Off,On" bitfld.long 0xC 24. " FP15BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0xC 23. " FP14BP7 ,LCD segment ON" "Off,On" bitfld.long 0xC 22. " FP14BP6 ,LCD segment ON" "Off,On" bitfld.long 0xC 21. " FP14BP5 ,LCD segment ON" "Off,On" bitfld.long 0xC 20. " FP14BP4 ,LCD segment ON" "Off,On" bitfld.long 0xC 19. " FP14BP3 ,LCD segment ON" "Off,On" bitfld.long 0xC 18. " FP14BP2 ,LCD segment ON" "Off,On" bitfld.long 0xC 17. " FP14BP1 ,LCD segment ON" "Off,On" bitfld.long 0xC 16. " FP14BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0xC 15. " FP13BP7 ,LCD segment ON" "Off,On" bitfld.long 0xC 14. " FP13BP6 ,LCD segment ON" "Off,On" bitfld.long 0xC 13. " FP13BP5 ,LCD segment ON" "Off,On" bitfld.long 0xC 12. " FP13BP4 ,LCD segment ON" "Off,On" bitfld.long 0xC 11. " FP13BP3 ,LCD segment ON" "Off,On" bitfld.long 0xC 10. " FP13BP2 ,LCD segment ON" "Off,On" bitfld.long 0xC 9. " FP13BP1 ,LCD segment ON" "Off,On" bitfld.long 0xC 8. " FP13BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0xC 7. " FP12BP7 ,LCD segment ON" "Off,On" bitfld.long 0xC 6. " FP12BP6 ,LCD segment ON" "Off,On" bitfld.long 0xC 5. " FP12BP5 ,LCD segment ON" "Off,On" bitfld.long 0xC 4. " FP12BP4 ,LCD segment ON" "Off,On" bitfld.long 0xC 3. " FP12BP3 ,LCD segment ON" "Off,On" bitfld.long 0xC 2. " FP12BP2 ,LCD segment ON" "Off,On" bitfld.long 0xC 1. " FP12BP1 ,LCD segment ON" "Off,On" bitfld.long 0xC 0. " FP12BP0 ,LCD segment ON" "Off,On" line.long 0x10 "LCDRAM4,LCD_Location 4" bitfld.long 0x10 31. " FP19BP7 ,LCD segment ON" "Off,On" bitfld.long 0x10 30. " FP19BP6 ,LCD segment ON" "Off,On" bitfld.long 0x10 29. " FP19BP5 ,LCD segment ON" "Off,On" bitfld.long 0x10 28. " FP19BP4 ,LCD segment ON" "Off,On" bitfld.long 0x10 27. " FP19BP3 ,LCD segment ON" "Off,On" bitfld.long 0x10 26. " FP19BP2 ,LCD segment ON" "Off,On" bitfld.long 0x10 25. " FP19BP1 ,LCD segment ON" "Off,On" bitfld.long 0x10 24. " FP19BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x10 23. " FP18BP7 ,LCD segment ON" "Off,On" bitfld.long 0x10 22. " FP18BP6 ,LCD segment ON" "Off,On" bitfld.long 0x10 21. " FP18BP5 ,LCD segment ON" "Off,On" bitfld.long 0x10 20. " FP18BP4 ,LCD segment ON" "Off,On" bitfld.long 0x10 19. " FP18BP3 ,LCD segment ON" "Off,On" bitfld.long 0x10 18. " FP18BP2 ,LCD segment ON" "Off,On" bitfld.long 0x10 17. " FP18BP1 ,LCD segment ON" "Off,On" bitfld.long 0x10 16. " FP18BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x10 15. " FP17BP7 ,LCD segment ON" "Off,On" bitfld.long 0x10 14. " FP17BP6 ,LCD segment ON" "Off,On" bitfld.long 0x10 13. " FP17BP5 ,LCD segment ON" "Off,On" bitfld.long 0x10 12. " FP17BP4 ,LCD segment ON" "Off,On" bitfld.long 0x10 11. " FP17BP3 ,LCD segment ON" "Off,On" bitfld.long 0x10 10. " FP17BP2 ,LCD segment ON" "Off,On" bitfld.long 0x10 9. " FP17BP1 ,LCD segment ON" "Off,On" bitfld.long 0x10 8. " FP17BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x10 7. " FP16BP7 ,LCD segment ON" "Off,On" bitfld.long 0x10 6. " FP16BP6 ,LCD segment ON" "Off,On" bitfld.long 0x10 5. " FP16BP5 ,LCD segment ON" "Off,On" bitfld.long 0x10 4. " FP16BP4 ,LCD segment ON" "Off,On" bitfld.long 0x10 3. " FP16BP3 ,LCD segment ON" "Off,On" bitfld.long 0x10 2. " FP16BP2 ,LCD segment ON" "Off,On" bitfld.long 0x10 1. " FP16BP1 ,LCD segment ON" "Off,On" bitfld.long 0x10 0. " FP16BP0 ,LCD segment ON" "Off,On" line.long 0x14 "LCDRAM5,LCD_Location 5" bitfld.long 0x14 31. " FP23BP7 ,LCD segment ON" "Off,On" bitfld.long 0x14 30. " FP23BP6 ,LCD segment ON" "Off,On" bitfld.long 0x14 29. " FP23BP5 ,LCD segment ON" "Off,On" bitfld.long 0x14 28. " FP23BP4 ,LCD segment ON" "Off,On" bitfld.long 0x14 27. " FP23BP3 ,LCD segment ON" "Off,On" bitfld.long 0x14 26. " FP23BP2 ,LCD segment ON" "Off,On" bitfld.long 0x14 25. " FP23BP1 ,LCD segment ON" "Off,On" bitfld.long 0x14 24. " FP23BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x14 23. " FP22BP7 ,LCD segment ON" "Off,On" bitfld.long 0x14 22. " FP22BP6 ,LCD segment ON" "Off,On" bitfld.long 0x14 21. " FP22BP5 ,LCD segment ON" "Off,On" bitfld.long 0x14 20. " FP22BP4 ,LCD segment ON" "Off,On" bitfld.long 0x14 19. " FP22BP3 ,LCD segment ON" "Off,On" bitfld.long 0x14 18. " FP22BP2 ,LCD segment ON" "Off,On" bitfld.long 0x14 17. " FP22BP1 ,LCD segment ON" "Off,On" bitfld.long 0x14 16. " FP22BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x14 15. " FP21BP7 ,LCD segment ON" "Off,On" bitfld.long 0x14 14. " FP21BP6 ,LCD segment ON" "Off,On" bitfld.long 0x14 13. " FP21BP5 ,LCD segment ON" "Off,On" bitfld.long 0x14 12. " FP21BP4 ,LCD segment ON" "Off,On" bitfld.long 0x14 11. " FP21BP3 ,LCD segment ON" "Off,On" bitfld.long 0x14 10. " FP21BP2 ,LCD segment ON" "Off,On" bitfld.long 0x14 9. " FP21BP1 ,LCD segment ON" "Off,On" bitfld.long 0x14 8. " FP21BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x14 7. " FP20BP7 ,LCD segment ON" "Off,On" bitfld.long 0x14 6. " FP20BP6 ,LCD segment ON" "Off,On" bitfld.long 0x14 5. " FP20BP5 ,LCD segment ON" "Off,On" bitfld.long 0x14 4. " FP20BP4 ,LCD segment ON" "Off,On" bitfld.long 0x14 3. " FP20BP3 ,LCD segment ON" "Off,On" bitfld.long 0x14 2. " FP20BP2 ,LCD segment ON" "Off,On" bitfld.long 0x14 1. " FP20BP1 ,LCD segment ON" "Off,On" bitfld.long 0x14 0. " FP20BP0 ,LCD segment ON" "Off,On" line.long 0x18 "LCDRAM6,LCD_Location 6" bitfld.long 0x18 31. " FP27BP7 ,LCD segment ON" "Off,On" bitfld.long 0x18 30. " FP27BP6 ,LCD segment ON" "Off,On" bitfld.long 0x18 29. " FP27BP5 ,LCD segment ON" "Off,On" bitfld.long 0x18 28. " FP27BP4 ,LCD segment ON" "Off,On" bitfld.long 0x18 27. " FP27BP3 ,LCD segment ON" "Off,On" bitfld.long 0x18 26. " FP27BP2 ,LCD segment ON" "Off,On" bitfld.long 0x18 25. " FP27BP1 ,LCD segment ON" "Off,On" bitfld.long 0x18 24. " FP27BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x18 23. " FP26BP7 ,LCD segment ON" "Off,On" bitfld.long 0x18 22. " FP26BP6 ,LCD segment ON" "Off,On" bitfld.long 0x18 21. " FP26BP5 ,LCD segment ON" "Off,On" bitfld.long 0x18 20. " FP26BP4 ,LCD segment ON" "Off,On" bitfld.long 0x18 19. " FP26BP3 ,LCD segment ON" "Off,On" bitfld.long 0x18 18. " FP26BP2 ,LCD segment ON" "Off,On" bitfld.long 0x18 17. " FP26BP1 ,LCD segment ON" "Off,On" bitfld.long 0x18 16. " FP26BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x18 15. " FP25BP7 ,LCD segment ON" "Off,On" bitfld.long 0x18 14. " FP25BP6 ,LCD segment ON" "Off,On" bitfld.long 0x18 13. " FP25BP5 ,LCD segment ON" "Off,On" bitfld.long 0x18 12. " FP25BP4 ,LCD segment ON" "Off,On" bitfld.long 0x18 11. " FP25BP3 ,LCD segment ON" "Off,On" bitfld.long 0x18 10. " FP25BP2 ,LCD segment ON" "Off,On" bitfld.long 0x18 9. " FP25BP1 ,LCD segment ON" "Off,On" bitfld.long 0x18 8. " FP25BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x18 7. " FP24BP7 ,LCD segment ON" "Off,On" bitfld.long 0x18 6. " FP24BP6 ,LCD segment ON" "Off,On" bitfld.long 0x18 5. " FP24BP5 ,LCD segment ON" "Off,On" bitfld.long 0x18 4. " FP24BP4 ,LCD segment ON" "Off,On" bitfld.long 0x18 3. " FP24BP3 ,LCD segment ON" "Off,On" bitfld.long 0x18 2. " FP24BP2 ,LCD segment ON" "Off,On" bitfld.long 0x18 1. " FP24BP1 ,LCD segment ON" "Off,On" bitfld.long 0x18 0. " FP24BP0 ,LCD segment ON" "Off,On" line.long 0x1C "LCDRAM7,LCD_Location 7" bitfld.long 0x1C 31. " FP31BP7 ,LCD segment ON" "Off,On" bitfld.long 0x1C 30. " FP31BP6 ,LCD segment ON" "Off,On" bitfld.long 0x1C 29. " FP31BP5 ,LCD segment ON" "Off,On" bitfld.long 0x1C 28. " FP31BP4 ,LCD segment ON" "Off,On" bitfld.long 0x1C 27. " FP31BP3 ,LCD segment ON" "Off,On" bitfld.long 0x1C 26. " FP31BP2 ,LCD segment ON" "Off,On" bitfld.long 0x1C 25. " FP31BP1 ,LCD segment ON" "Off,On" bitfld.long 0x1C 24. " FP31BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x1C 23. " FP30BP7 ,LCD segment ON" "Off,On" bitfld.long 0x1C 22. " FP30BP6 ,LCD segment ON" "Off,On" bitfld.long 0x1C 21. " FP30BP5 ,LCD segment ON" "Off,On" bitfld.long 0x1C 20. " FP30BP4 ,LCD segment ON" "Off,On" bitfld.long 0x1C 19. " FP30BP3 ,LCD segment ON" "Off,On" bitfld.long 0x1C 18. " FP30BP2 ,LCD segment ON" "Off,On" bitfld.long 0x1C 17. " FP30BP1 ,LCD segment ON" "Off,On" bitfld.long 0x1C 16. " FP30BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x1C 15. " FP29BP7 ,LCD segment ON" "Off,On" bitfld.long 0x1C 14. " FP29BP6 ,LCD segment ON" "Off,On" bitfld.long 0x1C 13. " FP29BP5 ,LCD segment ON" "Off,On" bitfld.long 0x1C 12. " FP29BP4 ,LCD segment ON" "Off,On" bitfld.long 0x1C 11. " FP29BP3 ,LCD segment ON" "Off,On" bitfld.long 0x1C 10. " FP29BP2 ,LCD segment ON" "Off,On" bitfld.long 0x1C 9. " FP29BP1 ,LCD segment ON" "Off,On" bitfld.long 0x1C 8. " FP29BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x1C 7. " FP28BP7 ,LCD segment ON" "Off,On" bitfld.long 0x1C 6. " FP28BP6 ,LCD segment ON" "Off,On" bitfld.long 0x1C 5. " FP28BP5 ,LCD segment ON" "Off,On" bitfld.long 0x1C 4. " FP28BP4 ,LCD segment ON" "Off,On" bitfld.long 0x1C 3. " FP28BP3 ,LCD segment ON" "Off,On" bitfld.long 0x1C 2. " FP28BP2 ,LCD segment ON" "Off,On" bitfld.long 0x1C 1. " FP28BP1 ,LCD segment ON" "Off,On" bitfld.long 0x1C 0. " FP28BP0 ,LCD segment ON" "Off,On" line.long 0x20 "LCDRAM8,LCD_Location 8" bitfld.long 0x20 31. " FP35BP7 ,LCD segment ON" "Off,On" bitfld.long 0x20 30. " FP35BP6 ,LCD segment ON" "Off,On" bitfld.long 0x20 29. " FP35BP5 ,LCD segment ON" "Off,On" bitfld.long 0x20 28. " FP35BP4 ,LCD segment ON" "Off,On" bitfld.long 0x20 27. " FP35BP3 ,LCD segment ON" "Off,On" bitfld.long 0x20 26. " FP35BP2 ,LCD segment ON" "Off,On" bitfld.long 0x20 25. " FP35BP1 ,LCD segment ON" "Off,On" bitfld.long 0x20 24. " FP35BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x20 23. " FP34BP7 ,LCD segment ON" "Off,On" bitfld.long 0x20 22. " FP34BP6 ,LCD segment ON" "Off,On" bitfld.long 0x20 21. " FP34BP5 ,LCD segment ON" "Off,On" bitfld.long 0x20 20. " FP34BP4 ,LCD segment ON" "Off,On" bitfld.long 0x20 19. " FP34BP3 ,LCD segment ON" "Off,On" bitfld.long 0x20 18. " FP34BP2 ,LCD segment ON" "Off,On" bitfld.long 0x20 17. " FP34BP1 ,LCD segment ON" "Off,On" bitfld.long 0x20 16. " FP34BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x20 15. " FP33BP7 ,LCD segment ON" "Off,On" bitfld.long 0x20 14. " FP33BP6 ,LCD segment ON" "Off,On" bitfld.long 0x20 13. " FP33BP5 ,LCD segment ON" "Off,On" bitfld.long 0x20 12. " FP33BP4 ,LCD segment ON" "Off,On" bitfld.long 0x20 11. " FP33BP3 ,LCD segment ON" "Off,On" bitfld.long 0x20 10. " FP33BP2 ,LCD segment ON" "Off,On" bitfld.long 0x20 9. " FP33BP1 ,LCD segment ON" "Off,On" bitfld.long 0x20 8. " FP33BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x20 7. " FP32BP7 ,LCD segment ON" "Off,On" bitfld.long 0x20 6. " FP32BP6 ,LCD segment ON" "Off,On" bitfld.long 0x20 5. " FP32BP5 ,LCD segment ON" "Off,On" bitfld.long 0x20 4. " FP32BP4 ,LCD segment ON" "Off,On" bitfld.long 0x20 3. " FP32BP3 ,LCD segment ON" "Off,On" bitfld.long 0x20 2. " FP32BP2 ,LCD segment ON" "Off,On" bitfld.long 0x20 1. " FP32BP1 ,LCD segment ON" "Off,On" bitfld.long 0x20 0. " FP32BP0 ,LCD segment ON" "Off,On" line.long 0x24 "LCDRAM9,LCD_Location 9" bitfld.long 0x24 31. " FP39BP7 ,LCD segment ON" "Off,On" bitfld.long 0x24 30. " FP39BP6 ,LCD segment ON" "Off,On" bitfld.long 0x24 29. " FP39BP5 ,LCD segment ON" "Off,On" bitfld.long 0x24 28. " FP39BP4 ,LCD segment ON" "Off,On" bitfld.long 0x24 27. " FP39BP3 ,LCD segment ON" "Off,On" bitfld.long 0x24 26. " FP39BP2 ,LCD segment ON" "Off,On" bitfld.long 0x24 25. " FP39BP1 ,LCD segment ON" "Off,On" bitfld.long 0x24 24. " FP39BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x24 23. " FP38BP7 ,LCD segment ON" "Off,On" bitfld.long 0x24 22. " FP38BP6 ,LCD segment ON" "Off,On" bitfld.long 0x24 21. " FP38BP5 ,LCD segment ON" "Off,On" bitfld.long 0x24 20. " FP38BP4 ,LCD segment ON" "Off,On" bitfld.long 0x24 19. " FP38BP3 ,LCD segment ON" "Off,On" bitfld.long 0x24 18. " FP38BP2 ,LCD segment ON" "Off,On" bitfld.long 0x24 17. " FP38BP1 ,LCD segment ON" "Off,On" bitfld.long 0x24 16. " FP38BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x24 15. " FP37BP7 ,LCD segment ON" "Off,On" bitfld.long 0x24 14. " FP37BP6 ,LCD segment ON" "Off,On" bitfld.long 0x24 13. " FP37BP5 ,LCD segment ON" "Off,On" bitfld.long 0x24 12. " FP37BP4 ,LCD segment ON" "Off,On" bitfld.long 0x24 11. " FP37BP3 ,LCD segment ON" "Off,On" bitfld.long 0x24 10. " FP37BP2 ,LCD segment ON" "Off,On" bitfld.long 0x24 9. " FP37BP1 ,LCD segment ON" "Off,On" bitfld.long 0x24 8. " FP37BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x24 7. " FP36BP7 ,LCD segment ON" "Off,On" bitfld.long 0x24 6. " FP36BP6 ,LCD segment ON" "Off,On" bitfld.long 0x24 5. " FP36BP5 ,LCD segment ON" "Off,On" bitfld.long 0x24 4. " FP36BP4 ,LCD segment ON" "Off,On" bitfld.long 0x24 3. " FP36BP3 ,LCD segment ON" "Off,On" bitfld.long 0x24 2. " FP36BP2 ,LCD segment ON" "Off,On" bitfld.long 0x24 1. " FP36BP1 ,LCD segment ON" "Off,On" bitfld.long 0x24 0. " FP36BP0 ,LCD segment ON" "Off,On" line.long 0x28 "LCDRAM10,LCD_Location 10" bitfld.long 0x28 31. " FP43BP7 ,LCD segment ON" "Off,On" bitfld.long 0x28 30. " FP43BP6 ,LCD segment ON" "Off,On" bitfld.long 0x28 29. " FP43BP5 ,LCD segment ON" "Off,On" bitfld.long 0x28 28. " FP43BP4 ,LCD segment ON" "Off,On" bitfld.long 0x28 27. " FP43BP3 ,LCD segment ON" "Off,On" bitfld.long 0x28 26. " FP43BP2 ,LCD segment ON" "Off,On" bitfld.long 0x28 25. " FP43BP1 ,LCD segment ON" "Off,On" bitfld.long 0x28 24. " FP43BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x28 23. " FP42BP7 ,LCD segment ON" "Off,On" bitfld.long 0x28 22. " FP42BP6 ,LCD segment ON" "Off,On" bitfld.long 0x28 21. " FP42BP5 ,LCD segment ON" "Off,On" bitfld.long 0x28 20. " FP42BP4 ,LCD segment ON" "Off,On" bitfld.long 0x28 19. " FP42BP3 ,LCD segment ON" "Off,On" bitfld.long 0x28 18. " FP42BP2 ,LCD segment ON" "Off,On" bitfld.long 0x28 17. " FP42BP1 ,LCD segment ON" "Off,On" bitfld.long 0x28 16. " FP42BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x28 15. " FP41BP7 ,LCD segment ON" "Off,On" bitfld.long 0x28 14. " FP41BP6 ,LCD segment ON" "Off,On" bitfld.long 0x28 13. " FP41BP5 ,LCD segment ON" "Off,On" bitfld.long 0x28 12. " FP41BP4 ,LCD segment ON" "Off,On" bitfld.long 0x28 11. " FP41BP3 ,LCD segment ON" "Off,On" bitfld.long 0x28 10. " FP41BP2 ,LCD segment ON" "Off,On" bitfld.long 0x28 9. " FP41BP1 ,LCD segment ON" "Off,On" bitfld.long 0x28 8. " FP41BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x28 7. " FP40BP7 ,LCD segment ON" "Off,On" bitfld.long 0x28 6. " FP40BP6 ,LCD segment ON" "Off,On" bitfld.long 0x28 5. " FP40BP5 ,LCD segment ON" "Off,On" bitfld.long 0x28 4. " FP40BP4 ,LCD segment ON" "Off,On" bitfld.long 0x28 3. " FP40BP3 ,LCD segment ON" "Off,On" bitfld.long 0x28 2. " FP40BP2 ,LCD segment ON" "Off,On" bitfld.long 0x28 1. " FP40BP1 ,LCD segment ON" "Off,On" bitfld.long 0x28 0. " FP40BP0 ,LCD segment ON" "Off,On" line.long 0x2C "LCDRAM11,LCD_Location 11" bitfld.long 0x2C 31. " FP47BP7 ,LCD segment ON" "Off,On" bitfld.long 0x2C 30. " FP47BP6 ,LCD segment ON" "Off,On" bitfld.long 0x2C 29. " FP47BP5 ,LCD segment ON" "Off,On" bitfld.long 0x2C 28. " FP47BP4 ,LCD segment ON" "Off,On" bitfld.long 0x2C 27. " FP47BP3 ,LCD segment ON" "Off,On" bitfld.long 0x2C 26. " FP47BP2 ,LCD segment ON" "Off,On" bitfld.long 0x2C 25. " FP47BP1 ,LCD segment ON" "Off,On" bitfld.long 0x2C 24. " FP47BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x2C 23. " FP46BP7 ,LCD segment ON" "Off,On" bitfld.long 0x2C 22. " FP46BP6 ,LCD segment ON" "Off,On" bitfld.long 0x2C 21. " FP46BP5 ,LCD segment ON" "Off,On" bitfld.long 0x2C 20. " FP46BP4 ,LCD segment ON" "Off,On" bitfld.long 0x2C 19. " FP46BP3 ,LCD segment ON" "Off,On" bitfld.long 0x2C 18. " FP46BP2 ,LCD segment ON" "Off,On" bitfld.long 0x2C 17. " FP46BP1 ,LCD segment ON" "Off,On" bitfld.long 0x2C 16. " FP46BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x2C 15. " FP45BP7 ,LCD segment ON" "Off,On" bitfld.long 0x2C 14. " FP45BP6 ,LCD segment ON" "Off,On" bitfld.long 0x2C 13. " FP45BP5 ,LCD segment ON" "Off,On" bitfld.long 0x2C 12. " FP45BP4 ,LCD segment ON" "Off,On" bitfld.long 0x2C 11. " FP45BP3 ,LCD segment ON" "Off,On" bitfld.long 0x2C 10. " FP45BP2 ,LCD segment ON" "Off,On" bitfld.long 0x2C 9. " FP45BP1 ,LCD segment ON" "Off,On" bitfld.long 0x2C 8. " FP45BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x2C 7. " FP44BP7 ,LCD segment ON" "Off,On" bitfld.long 0x2C 6. " FP44BP6 ,LCD segment ON" "Off,On" bitfld.long 0x2C 5. " FP44BP5 ,LCD segment ON" "Off,On" bitfld.long 0x2C 4. " FP44BP4 ,LCD segment ON" "Off,On" bitfld.long 0x2C 3. " FP44BP3 ,LCD segment ON" "Off,On" bitfld.long 0x2C 2. " FP44BP2 ,LCD segment ON" "Off,On" bitfld.long 0x2C 1. " FP44BP1 ,LCD segment ON" "Off,On" bitfld.long 0x2C 0. " FP44BP0 ,LCD segment ON" "Off,On" line.long 0x30 "LCDRAM12,LCD_Location 12" bitfld.long 0x30 31. " FP51BP7 ,LCD segment ON" "Off,On" bitfld.long 0x30 30. " FP51BP6 ,LCD segment ON" "Off,On" bitfld.long 0x30 29. " FP51BP5 ,LCD segment ON" "Off,On" bitfld.long 0x30 28. " FP51BP4 ,LCD segment ON" "Off,On" bitfld.long 0x30 27. " FP51BP3 ,LCD segment ON" "Off,On" bitfld.long 0x30 26. " FP51BP2 ,LCD segment ON" "Off,On" bitfld.long 0x30 25. " FP51BP1 ,LCD segment ON" "Off,On" bitfld.long 0x30 24. " FP51BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x30 23. " FP50BP7 ,LCD segment ON" "Off,On" bitfld.long 0x30 22. " FP50BP6 ,LCD segment ON" "Off,On" bitfld.long 0x30 21. " FP50BP5 ,LCD segment ON" "Off,On" bitfld.long 0x30 20. " FP50BP4 ,LCD segment ON" "Off,On" bitfld.long 0x30 19. " FP50BP3 ,LCD segment ON" "Off,On" bitfld.long 0x30 18. " FP50BP2 ,LCD segment ON" "Off,On" bitfld.long 0x30 17. " FP50BP1 ,LCD segment ON" "Off,On" bitfld.long 0x30 16. " FP50BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x30 15. " FP49BP7 ,LCD segment ON" "Off,On" bitfld.long 0x30 14. " FP49BP6 ,LCD segment ON" "Off,On" bitfld.long 0x30 13. " FP49BP5 ,LCD segment ON" "Off,On" bitfld.long 0x30 12. " FP49BP4 ,LCD segment ON" "Off,On" bitfld.long 0x30 11. " FP49BP3 ,LCD segment ON" "Off,On" bitfld.long 0x30 10. " FP49BP2 ,LCD segment ON" "Off,On" bitfld.long 0x30 9. " FP49BP1 ,LCD segment ON" "Off,On" bitfld.long 0x30 8. " FP49BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x30 7. " FP48BP7 ,LCD segment ON" "Off,On" bitfld.long 0x30 6. " FP48BP6 ,LCD segment ON" "Off,On" bitfld.long 0x30 5. " FP48BP5 ,LCD segment ON" "Off,On" bitfld.long 0x30 4. " FP48BP4 ,LCD segment ON" "Off,On" bitfld.long 0x30 3. " FP48BP3 ,LCD segment ON" "Off,On" bitfld.long 0x30 2. " FP48BP2 ,LCD segment ON" "Off,On" bitfld.long 0x30 1. " FP48BP1 ,LCD segment ON" "Off,On" bitfld.long 0x30 0. " FP48BP0 ,LCD segment ON" "Off,On" line.long 0x34 "LCDRAM13,LCD_Location 13" bitfld.long 0x34 31. " FP55BP7 ,LCD segment ON" "Off,On" bitfld.long 0x34 30. " FP55BP6 ,LCD segment ON" "Off,On" bitfld.long 0x34 29. " FP55BP5 ,LCD segment ON" "Off,On" bitfld.long 0x34 28. " FP55BP4 ,LCD segment ON" "Off,On" bitfld.long 0x34 27. " FP55BP3 ,LCD segment ON" "Off,On" bitfld.long 0x34 26. " FP55BP2 ,LCD segment ON" "Off,On" bitfld.long 0x34 25. " FP55BP1 ,LCD segment ON" "Off,On" bitfld.long 0x34 24. " FP55BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x34 23. " FP54BP7 ,LCD segment ON" "Off,On" bitfld.long 0x34 22. " FP54BP6 ,LCD segment ON" "Off,On" bitfld.long 0x34 21. " FP54BP5 ,LCD segment ON" "Off,On" bitfld.long 0x34 20. " FP54BP4 ,LCD segment ON" "Off,On" bitfld.long 0x34 19. " FP54BP3 ,LCD segment ON" "Off,On" bitfld.long 0x34 18. " FP54BP2 ,LCD segment ON" "Off,On" bitfld.long 0x34 17. " FP54BP1 ,LCD segment ON" "Off,On" bitfld.long 0x34 16. " FP54BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x34 15. " FP53BP7 ,LCD segment ON" "Off,On" bitfld.long 0x34 14. " FP53BP6 ,LCD segment ON" "Off,On" bitfld.long 0x34 13. " FP53BP5 ,LCD segment ON" "Off,On" bitfld.long 0x34 12. " FP53BP4 ,LCD segment ON" "Off,On" bitfld.long 0x34 11. " FP53BP3 ,LCD segment ON" "Off,On" bitfld.long 0x34 10. " FP53BP2 ,LCD segment ON" "Off,On" bitfld.long 0x34 9. " FP53BP1 ,LCD segment ON" "Off,On" bitfld.long 0x34 8. " FP53BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x34 7. " FP52BP7 ,LCD segment ON" "Off,On" bitfld.long 0x34 6. " FP52BP6 ,LCD segment ON" "Off,On" bitfld.long 0x34 5. " FP52BP5 ,LCD segment ON" "Off,On" bitfld.long 0x34 4. " FP52BP4 ,LCD segment ON" "Off,On" bitfld.long 0x34 3. " FP52BP3 ,LCD segment ON" "Off,On" bitfld.long 0x34 2. " FP52BP2 ,LCD segment ON" "Off,On" bitfld.long 0x34 1. " FP52BP1 ,LCD segment ON" "Off,On" bitfld.long 0x34 0. " FP52BP0 ,LCD segment ON" "Off,On" line.long 0x38 "LCDRAM14,LCD_Location 14" bitfld.long 0x38 31. " FP59BP7 ,LCD segment ON" "Off,On" bitfld.long 0x38 30. " FP59BP6 ,LCD segment ON" "Off,On" bitfld.long 0x38 29. " FP59BP5 ,LCD segment ON" "Off,On" bitfld.long 0x38 28. " FP59BP4 ,LCD segment ON" "Off,On" bitfld.long 0x38 27. " FP59BP3 ,LCD segment ON" "Off,On" bitfld.long 0x38 26. " FP59BP2 ,LCD segment ON" "Off,On" bitfld.long 0x38 25. " FP59BP1 ,LCD segment ON" "Off,On" bitfld.long 0x38 24. " FP59BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x38 23. " FP58BP7 ,LCD segment ON" "Off,On" bitfld.long 0x38 22. " FP58BP6 ,LCD segment ON" "Off,On" bitfld.long 0x38 21. " FP58BP5 ,LCD segment ON" "Off,On" bitfld.long 0x38 20. " FP58BP4 ,LCD segment ON" "Off,On" bitfld.long 0x38 19. " FP58BP3 ,LCD segment ON" "Off,On" bitfld.long 0x38 18. " FP58BP2 ,LCD segment ON" "Off,On" bitfld.long 0x38 17. " FP58BP1 ,LCD segment ON" "Off,On" bitfld.long 0x38 16. " FP58BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x38 15. " FP57BP7 ,LCD segment ON" "Off,On" bitfld.long 0x38 14. " FP57BP6 ,LCD segment ON" "Off,On" bitfld.long 0x38 13. " FP57BP5 ,LCD segment ON" "Off,On" bitfld.long 0x38 12. " FP57BP4 ,LCD segment ON" "Off,On" bitfld.long 0x38 11. " FP57BP3 ,LCD segment ON" "Off,On" bitfld.long 0x38 10. " FP57BP2 ,LCD segment ON" "Off,On" bitfld.long 0x38 9. " FP57BP1 ,LCD segment ON" "Off,On" bitfld.long 0x38 8. " FP57BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x38 7. " FP56BP7 ,LCD segment ON" "Off,On" bitfld.long 0x38 6. " FP56BP6 ,LCD segment ON" "Off,On" bitfld.long 0x38 5. " FP56BP5 ,LCD segment ON" "Off,On" bitfld.long 0x38 4. " FP56BP4 ,LCD segment ON" "Off,On" bitfld.long 0x38 3. " FP56BP3 ,LCD segment ON" "Off,On" bitfld.long 0x38 2. " FP56BP2 ,LCD segment ON" "Off,On" bitfld.long 0x38 1. " FP56BP1 ,LCD segment ON" "Off,On" bitfld.long 0x38 0. " FP56BP0 ,LCD segment ON" "Off,On" line.long 0x3C "LCDRAM15,LCD_Location 15" bitfld.long 0x3C 31. " FP63BP7 ,LCD segment ON" "Off,On" bitfld.long 0x3C 30. " FP63BP6 ,LCD segment ON" "Off,On" bitfld.long 0x3C 29. " FP63BP5 ,LCD segment ON" "Off,On" bitfld.long 0x3C 28. " FP63BP4 ,LCD segment ON" "Off,On" bitfld.long 0x3C 27. " FP63BP3 ,LCD segment ON" "Off,On" bitfld.long 0x3C 26. " FP63BP2 ,LCD segment ON" "Off,On" bitfld.long 0x3C 25. " FP63BP1 ,LCD segment ON" "Off,On" bitfld.long 0x3C 24. " FP63BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x3C 23. " FP62BP7 ,LCD segment ON" "Off,On" bitfld.long 0x3C 22. " FP62BP6 ,LCD segment ON" "Off,On" bitfld.long 0x3C 21. " FP62BP5 ,LCD segment ON" "Off,On" bitfld.long 0x3C 20. " FP62BP4 ,LCD segment ON" "Off,On" bitfld.long 0x3C 19. " FP62BP3 ,LCD segment ON" "Off,On" bitfld.long 0x3C 18. " FP62BP2 ,LCD segment ON" "Off,On" bitfld.long 0x3C 17. " FP62BP1 ,LCD segment ON" "Off,On" bitfld.long 0x3C 16. " FP62BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x3C 15. " FP61BP7 ,LCD segment ON" "Off,On" bitfld.long 0x3C 14. " FP61BP6 ,LCD segment ON" "Off,On" bitfld.long 0x3C 13. " FP61BP5 ,LCD segment ON" "Off,On" bitfld.long 0x3C 12. " FP61BP4 ,LCD segment ON" "Off,On" bitfld.long 0x3C 11. " FP61BP3 ,LCD segment ON" "Off,On" bitfld.long 0x3C 10. " FP61BP2 ,LCD segment ON" "Off,On" bitfld.long 0x3C 9. " FP61BP1 ,LCD segment ON" "Off,On" bitfld.long 0x3C 8. " FP61BP0 ,LCD segment ON" "Off,On" textline " " bitfld.long 0x3C 7. " FP60BP7 ,LCD segment ON" "Off,On" bitfld.long 0x3C 6. " FP60BP6 ,LCD segment ON" "Off,On" bitfld.long 0x3C 5. " FP60BP5 ,LCD segment ON" "Off,On" bitfld.long 0x3C 4. " FP60BP4 ,LCD segment ON" "Off,On" bitfld.long 0x3C 3. " FP60BP3 ,LCD segment ON" "Off,On" bitfld.long 0x3C 2. " FP60BP2 ,LCD segment ON" "Off,On" bitfld.long 0x3C 1. " FP60BP1 ,LCD segment ON" "Off,On" bitfld.long 0x3C 0. " FP60BP0 ,LCD segment ON" "Off,On" endif width 0xB tree.end tree "VIU3 (Video-In)" base ad:0x400C9000 width 14. group.long 0x0++0x3 line.long 0x00 "SCR,Status And Configuration Register" bitfld.long 0x00 31. " MODE32BIT ,Select 32-bit or 16-bit output from the output formatter" "16-bit RGB/YUV 4:2:2,32-bit RGB/YUV 4:4:4" bitfld.long 0x00 30. " ROUND_ON ,Round is on" "Off,On" bitfld.long 0x00 29. " DITHER_ON ,Dithering is on" "Off,On" textline " " sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 28. " FIELD_NO ,Field number" "0,1" else bitfld.long 0x00 28. " FIELD_NO ,Field number" "0,1" endif bitfld.long 0x00 27. " DMA_ACT ,DMA transfer of current field/frame is busy" "Not busy,Busy" bitfld.long 0x00 26. " SCALER_EN ,Down scaling enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25. " YUV2RGB_EN ,YUV to RGB conversion enable" "Disabled,Enabled" bitfld.long 0x00 24. " BC_EN ,Bright/Contrast adjust enable" "Disabled,Enabled" bitfld.long 0x00 23. " MODE444 ,YUV 4:4:4 mode enable" "Disabled,Enabled" textline " " eventfld.long 0x00 21. " ERROR_IRQ ,Interrupt status" "No interrupt,Interrupt" eventfld.long 0x00 20. " DMA_END_IRQ ,Interrupt status" "No interrupt,Interrupt" textline " " eventfld.long 0x00 19. " VSTART_IRQ ,Interrupt status" "No interrupt,Interrupt" eventfld.long 0x00 18. " HSYNC_IRQ ,Interrupt status" "No interrupt,Interrupt" eventfld.long 0x00 17. " VSYNC_IRQ ,Interrupt status" "No interrupt,Interrupt" textline " " eventfld.long 0x00 16. " FIELD_IRQ ,Interrupt status" "No interrupt,Interrupt" bitfld.long 0x00 14. " ECC_EN ,ECC errors generate ERROR_IRQ" "Disabled,Enabled" textline " " bitfld.long 0x00 13. " ERROR_EN ,Interrupt enable" "Disabled,Enabled" bitfld.long 0x00 12. " DMA_END_EN ,Interrupt enable" "Disabled,Enabled" bitfld.long 0x00 11. " VSTART_EN ,Interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 10. " HSYNC_EN ,Interrupt enable" "Disabled,Enabled" bitfld.long 0x00 9. " VSYNC_EN ,Interrupt enable" "Disabled,Enabled" bitfld.long 0x00 8. " FIELD_EN ,Interrupt enable" "Disabled,Enabled" textline " " sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x00 4.--7. " ERROR_CODE ,Error code" "No error,DMA arm command given during vertical active DMA_ACT does not accept the value on IPS bus,DMA arm command given during vertical blanking when DMA_ACT is set,Reserved,Line too long,Too many lines in a field/frame,Line too short,Not enough lines in a field/frame,FIFO overflow,FIFO underflow,One bit ECC error,Two or more bits ECC error,?..." else bitfld.long 0x00 4.--7. " ERROR_CODE ,Error code" "No error,DMA arm command given during vertical active DMA_ACT does not accept the value on IPS bus,DMA arm command given during vertical blanking when DMA_ACT is set,Reserved,Line too long,Too many lines in a field/frame,Line too short,Not enough lines in a field/frame,FIFO overflow,FIFO underflow,One bit ECC error,Two or more bits ECC error,?..." endif textline " " bitfld.long 0x00 1.--3. " FORMAT_CTRL ,Output pixel data format controlOutput pixel data format control(16-bit RGB mode/32-bit RGB mode/16-bit YUV mode/32-bit YUV mode)" "{R[7:3]; G[7:2]; B[7:3]}/{alpha; R; G; B}/{C;Y}/{dummy; Y; U; V},{G[4:2]; B[7:2]; R[7:3]; G[7:5]}/{alpha; B; G; R}/{Y;C}/{dummy; Y; V; U},Reserved/{R; G; B; alpha}/Reserved/{dummy; U; V; Y},Reserved/{B; G; R; alpha}/Reserved/{dummy; V; U; Y},Reserved/Reserved/Reserved/{Y; U; V; dummy},Reserved/Reserved/Reserved/{Y; V; U; dummy},Reserved/Reserved/Reserved/{U; V; Y; dummy},Reserved/Reserved/Reserved/{V; U; Y; dummy}" textline " " bitfld.long 0x00 0. " SOFT_RESET ,Soft reset" "No reset,Reset" textline " " group.long 0x4++0x3 line.long 0x00 "LUMA_COMP,Luminance Coefficients For Red, Green And Blue Matrix" hexmask.long.word 0x00 22.--31. 1. " Y_RED ,Luminance coefficient for red matrix" hexmask.long.word 0x00 11.--20. 1. " Y_GREEN ,Luminance coefficient for green matrix" textline " " hexmask.long.word 0x00 0.--9. 1. " Y_BLUE ,Luminance coefficient for blue matrix" group.long 0x8++0x3 line.long 0x00 "CHROMA_RED,Chroma Coefficients For Red Matrix" hexmask.long.word 0x00 16.--26. 1. " CR_RED ,Cr coefficient for red matrix" hexmask.long.word 0x00 0.--11. 1. " CB_RED ,Cb coefficient for red matrix" group.long 0xC++0x3 line.long 0x00 "CHROMA_GREEN,Chroma Coefficients For Green Matrix" hexmask.long.word 0x00 16.--26. 1. " CR_GREEN ,Cr coefficient for green matrix" hexmask.long.word 0x00 0.--11. 1. " CB_GREEN ,Cb coefficient for green matrix" group.long 0x10++0x3 line.long 0x00 "CHROMA_BLUE,Chroma Coefficients For Blue Matrix" hexmask.long.word 0x00 16.--26. 1. " CR_BLUE ,Cr coefficient for blue matrix" hexmask.long.word 0x00 0.--11. 1. " CB_BLUE ,Cb coefficient for blue matrix" group.long 0x14++0x3 line.long 0x00 "DMA_ADDR,Base Address Of Every Field/Frame Of Picture In Memory" hexmask.long 0x00 3.--31. 0x8 " ADDR ,Base address of every field of picture in memory used by DMA" group.long 0x18++0x3 line.long 0x00 "DMA_INC,Horizontal DMA Increment" hexmask.long.word 0x00 3.--15. 1. " INC ,Increment" group.long 0x1C++0x3 line.long 0x00 "INVSZ,Input Video Pixel and Line Count" hexmask.long.word 0x00 16.--31. 1. " LINEC ,Expected number of active lines in each input video field/frame" hexmask.long.word 0x00 0.--15. 1. " PIXELC ,Expected number of active pixels in each input video line" group.long 0x20++0x3 line.long 0x00 "HPRALRM,High IPM Request Priority Alarm" hexmask.long.byte 0x00 0.--7. 1. " ALARM ,High priority alarm threshold" group.long 0x24++0x3 line.long 0x00 "ALPHA,Programable Alpha Value" hexmask.long.byte 0x00 0.--7. 1. " ALPHA ,Alpha value used for picture blending" group.long 0x28++0x3 line.long 0x00 "HFACTOR,Down Scaling Factor In Horizontal Direction" hexmask.long.word 0x00 0.--10. 1. " FACTOR ,Down scaling factor at horizontal direction" group.long 0x2C++0x3 line.long 0x00 "VFACTOR,Down Scaling Factor In Vertical Direction" hexmask.long.word 0x00 0.--10. 1. " FACTOR ,Down scaling factor at vertical direction" group.long 0x30++0x3 line.long 0x00 "VID_SIZE,Down Scaling Destination Pixel and Line Count" hexmask.long.word 0x00 16.--31. 1. " LINEC ,Expected number of lines in each output video frame after down scaling" hexmask.long.word 0x00 0.--15. 1. " PIXELC ,Expected number of pixels in each output video line after down scaling" group.long 0x34++0x3 line.long 0x00 "LUT_ADDR,B/C Adjust Look-up-table Current Address" hexmask.long.byte 0x00 2.--9. 0x4 " ADDR ,Current address pointer of the B/C adjust look-up-table" group.long 0x38++0x3 line.long 0x00 "LUT_DATA,B/C Adjust Look-up-table Data Entry" group.long 0x3C++0x3 line.long 0x00 "EXT_CONFIG,Extended Configuration Register" bitfld.long 0x00 12. " CS_EN ,Chroma swap enable" "Disabled,Enabled" bitfld.long 0x00 11. " LENDIAN ,Data endian control" "Big,Little" bitfld.long 0x00 9. " RGB2YUV_EN ,RGB to YUV conversion enable" "Disabled,Enabled" textline " " bitfld.long 0x00 8. " DE_VALID ,External data enable indicator is valid at parallel input modes" "Invalid,Valid" bitfld.long 0x00 5.--7. " INP_FORMAT ,Input video format select" "10/8bit ITU stream,24bit parallel YUV,Reserved,Reserved,24bit parallel RGB,8bit serial RGB,18bit parallel RGB,16bit parallel RGB" bitfld.long 0x00 4. " PCLK_POL ,Pixel clock polarity control" "High,Low" textline " " bitfld.long 0x00 3. " VSYNC_POL ,Vsync polarity control" "High,Low" bitfld.long 0x00 2. " HSYNC_POL ,Hsync polarity control" "High,Low" bitfld.long 0x00 1. " DE_POL ,Data enable polarity control" "High,Low" textline " " bitfld.long 0x00 0. " HMIRROR_EN ,Horizontal mirror enable" "Disabled,Enabled" group.long 0x40++0x3 line.long 0x00 "RGB_Y,Red, Green and Blue Coefficients for Luminance component" hexmask.long.byte 0x00 22.--29. 1. " R_Y ,Red coefficient for luminance component" hexmask.long.word 0x00 11.--19. 1. " G_Y ,Green coefficient for luminance component" bitfld.long 0x00 0.--5. " B_Y ,Blue coefficient for luminance component" "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" group.long 0x44++0x3 line.long 0x00 "RGB_U,Red, Green and Blue Coefficients for Chroma U component" hexmask.long.byte 0x00 22.--28. 1. " R_U ,Red coefficients for chroma U component" hexmask.long.byte 0x00 11.--18. 1. " G_U ,Green coefficients for chroma U component" hexmask.long.byte 0x00 0.--7. 1. " B_U ,Blue coefficients for chroma U component" group.long 0x48++0x3 line.long 0x00 "RGB_V,Red, Green and Blue Coefficients for Chroma V component" hexmask.long.byte 0x00 22.--29. 1. " R_V ,Red coefficients for chroma V component" hexmask.long.byte 0x00 11.--18. 1. " G_V ,Green coefficients for chroma V component" bitfld.long 0x00 0.--5. " B_V ,Blue coefficients for chroma V component" "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" width 0xb tree.end tree "TCON (Timing Controller)" tree "TCON0" base ad:0x4003D000 width 12. group.long 0x0++0x3 line.long 0x00 "CTRL1,TCON control1 register" bitfld.long 0x00 31. " TCON_EN ,TCON enable" "Disabled,Enabled" bitfld.long 0x00 29. " TCON_BYPASS ,TCON bypass" "Not bypassed,Bypassed" textline " " sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x00 28. " INV_EN ,Data inversion enable" "Disabled,Enabled" textline " " endif bitfld.long 0x00 27. " TCON11_INV ,TCON11 output inversion control" "Not inverted,Inverted" bitfld.long 0x00 26. " TCON10_INV ,TCON10 output inversion control" "Not inverted,Inverted" textline " " bitfld.long 0x00 25. " TCON9_INV ,TCON9 output inversion control" "Not inverted,Inverted" bitfld.long 0x00 24. " TCON8_INV ,TCON8 output inversion control" "Not inverted,Inverted" textline " " bitfld.long 0x00 23. " TCON7_INV ,TCON7 output inversion control" "Not inverted,Inverted" bitfld.long 0x00 22. " TCON6_INV ,TCON6 output inversion control" "Not inverted,Inverted" textline " " bitfld.long 0x00 21. " TCON5_INV ,TCON5 output inversion control" "Not inverted,Inverted" bitfld.long 0x00 20. " TCON4_INV ,TCON4 output inversion control" "Not inverted,Inverted" textline " " bitfld.long 0x00 19. " TCON3_INV ,TCON3 output inversion control" "Not inverted,Inverted" bitfld.long 0x00 18. " TCON2_INV ,TCON2 output inversion control" "Not inverted,Inverted" textline " " bitfld.long 0x00 17. " TCON1_INV ,TCON1 output inversion control" "Not inverted,Inverted" bitfld.long 0x00 16. " TCON0_INV ,TCON0 output inversion control" "Not inverted,Inverted" textline " " bitfld.long 0x00 13.--15. " INIT_DELAY ,Initialization delay" "0,1,2,3,4,5,6,7" bitfld.long 0x00 10.--12. " V_REF_SEL ,V_REF selector" "TCON_PULSE0,TCON_PULSE1,TCON_PULSE2,TCON_PULSE3,TCON_PULSE4,TCON_PULSE5,TCON_PULSE0/while reset VTGL_COUNTER,TCON_PULSE0/while set VTGL_COUNTER" textline " " bitfld.long 0x00 8.--9. " H_REF_SEL ,H_REF selector" "TCON_COMP0,TCON_COMP1,TCON_COMP2,TCON_COMP3" bitfld.long 0x00 6.--7. " VLEN ,Maximum counter value for vtgl_counter in the toggle generator" "0,1,2,3" textline " " bitfld.long 0x00 5. " HSYNC_INV ,HSYNC inversion" "High,Low" bitfld.long 0x00 4. " VSYNC_INV ,VSYNC inversion" "High,Low" textline " " bitfld.long 0x00 3. " COLOR_DEPTH ,Color depth of each color component" "6 bits,8 bits" bitfld.long 0x00 2. " RGB_PADDING_EN ,RGB data padding enable" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " RGB_PADDING ,RGB data driven during blanking" "All 0,All 1" group.long 0x4++0x3 line.long 0x00 "BMC,Bit map control register" bitfld.long 0x00 5.--9. " CLK_POS ,Clock position selection" "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 2.--4. " COLOR_ORDER ,Color component order configuration" "RGB,BRG,GBR,RBG,GRB,BGR,?..." bitfld.long 0x00 1. " BIT_ORDER ,Bit order" "MSB down to LSB,LSB up to MSB" group.long 0x8++0x3 line.long 0x00 "COMP0,Comparator 0 configure register" bitfld.long 0x00 31. " FUNC_SEL ,On which direction the comparation is based" "Horizontal,Vertical" hexmask.long.word 0x00 0.--11. 1. " COMP_VALUE ,Comparison value" group.long 0xC++0x3 line.long 0x00 "COMP1,Comparator 1 configure register" bitfld.long 0x00 31. " FUNC_SEL ,On which direction the comparation is based" "Horizontal,Vertical" hexmask.long.word 0x00 0.--11. 1. " COMP_VALUE ,Comparison value" group.long 0x10++0x3 line.long 0x00 "COMP2,Comparator 2 configure register" bitfld.long 0x00 31. " FUNC_SEL ,On which direction the comparation is based" "Horizontal,Vertical" hexmask.long.word 0x00 0.--11. 1. " COMP_VALUE ,Comparison value" group.long 0x14++0x3 line.long 0x00 "COMP3,Comparator 3 configure register" bitfld.long 0x00 31. " FUNC_SEL ,On which direction the comparation is based" "Horizontal,Vertical" hexmask.long.word 0x00 0.--11. 1. " COMP_VALUE ,Comparison value" group.long 0x18++0x3 line.long 0x00 "COMP0_MSK,Comparator 0 compare value mask register" bitfld.long 0x00 11. " MSK11 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 10. " MSK10 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 9. " MSK9 ,Comparison value mask" "Not masked,Masked" textline " " bitfld.long 0x00 8. " MSK8 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 7. " MSK7 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 6. " MSK6 ,Comparison value mask" "Not masked,Masked" textline " " bitfld.long 0x00 5. " MSK5 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 4. " MSK4 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 3. " MSK3 ,Comparison value mask" "Not masked,Masked" textline " " bitfld.long 0x00 2. " MSK2 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 1. " MSK1 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 0. " MSK0 ,Comparison value mask" "Not masked,Masked" group.long 0x1C++0x3 line.long 0x00 "COMP1_MSK,Comparator 1 compare value mask register" bitfld.long 0x00 11. " MSK11 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 10. " MSK10 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 9. " MSK9 ,Comparison value mask" "Not masked,Masked" textline " " bitfld.long 0x00 8. " MSK8 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 7. " MSK7 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 6. " MSK6 ,Comparison value mask" "Not masked,Masked" textline " " bitfld.long 0x00 5. " MSK5 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 4. " MSK4 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 3. " MSK3 ,Comparison value mask" "Not masked,Masked" textline " " bitfld.long 0x00 2. " MSK2 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 1. " MSK1 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 0. " MSK0 ,Comparison value mask" "Not masked,Masked" group.long 0x20++0x3 line.long 0x00 "COMP2_MSK,Comparator 2 compare value mask register" bitfld.long 0x00 11. " MSK11 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 10. " MSK10 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 9. " MSK9 ,Comparison value mask" "Not masked,Masked" textline " " bitfld.long 0x00 8. " MSK8 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 7. " MSK7 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 6. " MSK6 ,Comparison value mask" "Not masked,Masked" textline " " bitfld.long 0x00 5. " MSK5 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 4. " MSK4 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 3. " MSK3 ,Comparison value mask" "Not masked,Masked" textline " " bitfld.long 0x00 2. " MSK2 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 1. " MSK1 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 0. " MSK0 ,Comparison value mask" "Not masked,Masked" group.long 0x24++0x3 line.long 0x00 "COMP3_MSK,Comparator 3 compare value mask register" bitfld.long 0x00 11. " MSK11 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 10. " MSK10 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 9. " MSK9 ,Comparison value mask" "Not masked,Masked" textline " " bitfld.long 0x00 8. " MSK8 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 7. " MSK7 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 6. " MSK6 ,Comparison value mask" "Not masked,Masked" textline " " bitfld.long 0x00 5. " MSK5 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 4. " MSK4 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 3. " MSK3 ,Comparison value mask" "Not masked,Masked" textline " " bitfld.long 0x00 2. " MSK2 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 1. " MSK1 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 0. " MSK0 ,Comparison value mask" "Not masked,Masked" group.long 0x28++0x3 line.long 0x00 "PULSE0,Pulse 0 configure register" bitfld.long 0x00 30.--31. " FUNC_SEL ,Select the type of pulse" "SET/RESET for horizontal,SET/RESET for vertical,SET/RESET for vertical,SET for horizontal/RESET for vertical" hexmask.long.word 0x00 16.--27. 1. " SET ,Set point compare value" textline " " bitfld.long 0x00 14.--15. " COMPARATOR_SEL ,Comparator select" "Comparator0,Comparator1,Comparator2,Comparator3" hexmask.long.word 0x00 0.--11. 1. " RESET ,Reset point compare value" group.long 0x2C++0x3 line.long 0x00 "PULSE1,Pulse 1 configure register" bitfld.long 0x00 30.--31. " FUNC_SEL ,Select the type of pulse" "SET/RESET for horizontal,SET/RESET for vertical,SET/RESET for vertical,SET for horizontal/RESET for vertical" hexmask.long.word 0x00 16.--27. 1. " SET ,Set point compare value" textline " " bitfld.long 0x00 14.--15. " COMPARATOR_SEL ,Comparator select" "Comparator0,Comparator1,Comparator2,Comparator3" hexmask.long.word 0x00 0.--11. 1. " RESET ,Reset point compare value" group.long 0x30++0x3 line.long 0x00 "PULSE2,Pulse 2 configure register" bitfld.long 0x00 30.--31. " FUNC_SEL ,Select the type of pulse" "SET/RESET for horizontal,SET/RESET for vertical,SET/RESET for vertical,SET for horizontal/RESET for vertical" hexmask.long.word 0x00 16.--27. 1. " SET ,Set point compare value" textline " " bitfld.long 0x00 14.--15. " COMPARATOR_SEL ,Comparator select" "Comparator0,Comparator1,Comparator2,Comparator3" hexmask.long.word 0x00 0.--11. 1. " RESET ,Reset point compare value" group.long 0x34++0x3 line.long 0x00 "PULSE3,Pulse 3 configure register" bitfld.long 0x00 30.--31. " FUNC_SEL ,Select the type of pulse" "SET/RESET for horizontal,SET/RESET for vertical,SET/RESET for vertical,SET for horizontal/RESET for vertical" hexmask.long.word 0x00 16.--27. 1. " SET ,Set point compare value" textline " " bitfld.long 0x00 14.--15. " COMPARATOR_SEL ,Comparator select" "Comparator0,Comparator1,Comparator2,Comparator3" hexmask.long.word 0x00 0.--11. 1. " RESET ,Reset point compare value" group.long 0x38++0x3 line.long 0x00 "PULSE4,Pulse 4 configure register" bitfld.long 0x00 30.--31. " FUNC_SEL ,Select the type of pulse" "SET/RESET for horizontal,SET/RESET for vertical,SET/RESET for vertical,SET for horizontal/RESET for vertical" hexmask.long.word 0x00 16.--27. 1. " SET ,Set point compare value" textline " " bitfld.long 0x00 14.--15. " COMPARATOR_SEL ,Comparator select" "Comparator0,Comparator1,Comparator2,Comparator3" hexmask.long.word 0x00 0.--11. 1. " RESET ,Reset point compare value" group.long 0x3C++0x3 line.long 0x00 "PULSE5,Pulse 5 configure register" bitfld.long 0x00 30.--31. " FUNC_SEL ,Select the type of pulse" "SET/RESET for horizontal,SET/RESET for vertical,SET/RESET for vertical,SET for horizontal/RESET for vertical" hexmask.long.word 0x00 16.--27. 1. " SET ,Set point compare value" textline " " bitfld.long 0x00 14.--15. " COMPARATOR_SEL ,Comparator select" "Comparator0,Comparator1,Comparator2,Comparator3" hexmask.long.word 0x00 0.--11. 1. " RESET ,Reset point compare value" group.long 0x40++0x3 line.long 0x00 "PULSE0_MSK,Pulse 0 compare value mask register" bitfld.long 0x00 27. " SET_MSK[11] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 26. " SET_MSK[10] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 25. " SET_MSK[9] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 24. " SET_MSK[8] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 23. " SET_MSK[7] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 22. " SET_MSK[6] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 21. " SET_MSK[5] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 20. " SET_MSK[4] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 19. " SET_MSK[3] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 18. " SET_MSK[2] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 17. " SET_MSK[1] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 16. " SET_MSK[0] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 11. " RESET_MSK[11] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 10. " RESET_MSK[10] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 9. " RESET_MSK[9] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 8. " RESET_MSK[8] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 7. " RESET_MSK[7] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 6. " RESET_MSK[6] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 5. " RESET_MSK[5] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 4. " RESET_MSK[4] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 3. " RESET_MSK[3] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 2. " RESET_MSK[2] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 1. " RESET_MSK[1] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 0. " RESET_MSK[0] ,Reset point compare mask value" "Ignored,Included" group.long 0x44++0x3 line.long 0x00 "PULSE1_MSK,Pulse 1 compare value mask register" bitfld.long 0x00 27. " SET_MSK[11] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 26. " SET_MSK[10] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 25. " SET_MSK[9] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 24. " SET_MSK[8] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 23. " SET_MSK[7] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 22. " SET_MSK[6] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 21. " SET_MSK[5] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 20. " SET_MSK[4] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 19. " SET_MSK[3] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 18. " SET_MSK[2] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 17. " SET_MSK[1] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 16. " SET_MSK[0] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 11. " RESET_MSK[11] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 10. " RESET_MSK[10] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 9. " RESET_MSK[9] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 8. " RESET_MSK[8] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 7. " RESET_MSK[7] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 6. " RESET_MSK[6] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 5. " RESET_MSK[5] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 4. " RESET_MSK[4] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 3. " RESET_MSK[3] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 2. " RESET_MSK[2] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 1. " RESET_MSK[1] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 0. " RESET_MSK[0] ,Reset point compare mask value" "Ignored,Included" group.long 0x48++0x3 line.long 0x00 "PULSE2_MSK,Pulse 2 compare value mask register" bitfld.long 0x00 27. " SET_MSK[11] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 26. " SET_MSK[10] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 25. " SET_MSK[9] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 24. " SET_MSK[8] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 23. " SET_MSK[7] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 22. " SET_MSK[6] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 21. " SET_MSK[5] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 20. " SET_MSK[4] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 19. " SET_MSK[3] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 18. " SET_MSK[2] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 17. " SET_MSK[1] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 16. " SET_MSK[0] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 11. " RESET_MSK[11] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 10. " RESET_MSK[10] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 9. " RESET_MSK[9] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 8. " RESET_MSK[8] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 7. " RESET_MSK[7] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 6. " RESET_MSK[6] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 5. " RESET_MSK[5] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 4. " RESET_MSK[4] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 3. " RESET_MSK[3] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 2. " RESET_MSK[2] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 1. " RESET_MSK[1] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 0. " RESET_MSK[0] ,Reset point compare mask value" "Ignored,Included" group.long 0x4C++0x3 line.long 0x00 "PULSE3_MSK,Pulse 3 compare value mask register" bitfld.long 0x00 27. " SET_MSK[11] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 26. " SET_MSK[10] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 25. " SET_MSK[9] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 24. " SET_MSK[8] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 23. " SET_MSK[7] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 22. " SET_MSK[6] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 21. " SET_MSK[5] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 20. " SET_MSK[4] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 19. " SET_MSK[3] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 18. " SET_MSK[2] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 17. " SET_MSK[1] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 16. " SET_MSK[0] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 11. " RESET_MSK[11] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 10. " RESET_MSK[10] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 9. " RESET_MSK[9] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 8. " RESET_MSK[8] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 7. " RESET_MSK[7] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 6. " RESET_MSK[6] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 5. " RESET_MSK[5] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 4. " RESET_MSK[4] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 3. " RESET_MSK[3] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 2. " RESET_MSK[2] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 1. " RESET_MSK[1] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 0. " RESET_MSK[0] ,Reset point compare mask value" "Ignored,Included" group.long 0x50++0x3 line.long 0x00 "PULSE4_MSK,Pulse 4 compare value mask register" bitfld.long 0x00 27. " SET_MSK[11] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 26. " SET_MSK[10] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 25. " SET_MSK[9] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 24. " SET_MSK[8] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 23. " SET_MSK[7] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 22. " SET_MSK[6] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 21. " SET_MSK[5] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 20. " SET_MSK[4] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 19. " SET_MSK[3] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 18. " SET_MSK[2] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 17. " SET_MSK[1] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 16. " SET_MSK[0] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 11. " RESET_MSK[11] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 10. " RESET_MSK[10] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 9. " RESET_MSK[9] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 8. " RESET_MSK[8] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 7. " RESET_MSK[7] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 6. " RESET_MSK[6] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 5. " RESET_MSK[5] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 4. " RESET_MSK[4] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 3. " RESET_MSK[3] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 2. " RESET_MSK[2] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 1. " RESET_MSK[1] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 0. " RESET_MSK[0] ,Reset point compare mask value" "Ignored,Included" group.long 0x54++0x3 line.long 0x00 "PULSE5_MSK,Pulse 5 compare value mask register" bitfld.long 0x00 27. " SET_MSK[11] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 26. " SET_MSK[10] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 25. " SET_MSK[9] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 24. " SET_MSK[8] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 23. " SET_MSK[7] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 22. " SET_MSK[6] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 21. " SET_MSK[5] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 20. " SET_MSK[4] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 19. " SET_MSK[3] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 18. " SET_MSK[2] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 17. " SET_MSK[1] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 16. " SET_MSK[0] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 11. " RESET_MSK[11] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 10. " RESET_MSK[10] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 9. " RESET_MSK[9] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 8. " RESET_MSK[8] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 7. " RESET_MSK[7] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 6. " RESET_MSK[6] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 5. " RESET_MSK[5] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 4. " RESET_MSK[4] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 3. " RESET_MSK[3] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 2. " RESET_MSK[2] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 1. " RESET_MSK[1] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 0. " RESET_MSK[0] ,Reset point compare mask value" "Ignored,Included" group.long 0x58++0x3 line.long 0x00 "SMX0,Function control register 0" bitfld.long 0x00 29.--31. " INDEX3_SEL ,SMX0 LUT index3 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 26.--28. " INDEX2_SEL ,SMX0 LUT index2 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 23.--25. " INDEX1_SEL ,SMX0 LUT index1 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." textline " " bitfld.long 0x00 20.--22. " INDEX0_SEL ,SMX0 LUT index0 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 5.--9. " Y_SEL ,SMX0 logic input Y selection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." bitfld.long 0x00 0.--4. " X_SEL ,SMX0 logic input Xselection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." group.long 0x5C++0x3 line.long 0x00 "SMX1,Function control register 1" bitfld.long 0x00 29.--31. " INDEX3_SEL ,SMX1 LUT index3 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 26.--28. " INDEX2_SEL ,SMX1 LUT index2 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 23.--25. " INDEX1_SEL ,SMX1 LUT index1 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." textline " " bitfld.long 0x00 20.--22. " INDEX0_SEL ,SMX1 LUT index0 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 5.--9. " Y_SEL ,SMX1 logic input Y selection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." bitfld.long 0x00 0.--4. " X_SEL ,SMX1 logic input Xselection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." group.long 0x60++0x3 line.long 0x00 "SMX2,Function control register 2" bitfld.long 0x00 29.--31. " INDEX3_SEL ,SMX2 LUT index3 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 26.--28. " INDEX2_SEL ,SMX2 LUT index2 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 23.--25. " INDEX1_SEL ,SMX2 LUT index1 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." textline " " bitfld.long 0x00 20.--22. " INDEX0_SEL ,SMX2 LUT index0 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 5.--9. " Y_SEL ,SMX2 logic input Y selection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." bitfld.long 0x00 0.--4. " X_SEL ,SMX2 logic input Xselection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." group.long 0x64++0x3 line.long 0x00 "SMX3,Function control register 3" bitfld.long 0x00 29.--31. " INDEX3_SEL ,SMX3 LUT index3 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 26.--28. " INDEX2_SEL ,SMX3 LUT index2 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 23.--25. " INDEX1_SEL ,SMX3 LUT index1 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." textline " " bitfld.long 0x00 20.--22. " INDEX0_SEL ,SMX3 LUT index0 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 5.--9. " Y_SEL ,SMX3 logic input Y selection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." bitfld.long 0x00 0.--4. " X_SEL ,SMX3 logic input Xselection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." group.long 0x68++0x3 line.long 0x00 "SMX4,Function control register 4" bitfld.long 0x00 29.--31. " INDEX3_SEL ,SMX4 LUT index3 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 26.--28. " INDEX2_SEL ,SMX4 LUT index2 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 23.--25. " INDEX1_SEL ,SMX4 LUT index1 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." textline " " bitfld.long 0x00 20.--22. " INDEX0_SEL ,SMX4 LUT index0 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 5.--9. " Y_SEL ,SMX4 logic input Y selection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." bitfld.long 0x00 0.--4. " X_SEL ,SMX4 logic input Xselection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." group.long 0x6C++0x3 line.long 0x00 "SMX5,Function control register 5" bitfld.long 0x00 29.--31. " INDEX3_SEL ,SMX5 LUT index3 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 26.--28. " INDEX2_SEL ,SMX5 LUT index2 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 23.--25. " INDEX1_SEL ,SMX5 LUT index1 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." textline " " bitfld.long 0x00 20.--22. " INDEX0_SEL ,SMX5 LUT index0 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 5.--9. " Y_SEL ,SMX5 logic input Y selection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." bitfld.long 0x00 0.--4. " X_SEL ,SMX5 logic input Xselection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." group.long 0x70++0x3 line.long 0x00 "SMX6,Function control register 6" bitfld.long 0x00 29.--31. " INDEX3_SEL ,SMX6 LUT index3 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 26.--28. " INDEX2_SEL ,SMX6 LUT index2 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 23.--25. " INDEX1_SEL ,SMX6 LUT index1 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." textline " " bitfld.long 0x00 20.--22. " INDEX0_SEL ,SMX6 LUT index0 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 5.--9. " Y_SEL ,SMX6 logic input Y selection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." bitfld.long 0x00 0.--4. " X_SEL ,SMX6 logic input Xselection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." group.long 0x74++0x3 line.long 0x00 "SMX7,Function control register 7" bitfld.long 0x00 29.--31. " INDEX3_SEL ,SMX7 LUT index3 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 26.--28. " INDEX2_SEL ,SMX7 LUT index2 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 23.--25. " INDEX1_SEL ,SMX7 LUT index1 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." textline " " bitfld.long 0x00 20.--22. " INDEX0_SEL ,SMX7 LUT index0 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 5.--9. " Y_SEL ,SMX7 logic input Y selection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." bitfld.long 0x00 0.--4. " X_SEL ,SMX7 logic input Xselection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." group.long 0x78++0x3 line.long 0x00 "SMX8,Function control register 8" bitfld.long 0x00 29.--31. " INDEX3_SEL ,SMX8 LUT index3 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 26.--28. " INDEX2_SEL ,SMX8 LUT index2 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 23.--25. " INDEX1_SEL ,SMX8 LUT index1 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." textline " " bitfld.long 0x00 20.--22. " INDEX0_SEL ,SMX8 LUT index0 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 5.--9. " Y_SEL ,SMX8 logic input Y selection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." bitfld.long 0x00 0.--4. " X_SEL ,SMX8 logic input Xselection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." group.long 0x7C++0x3 line.long 0x00 "SMX9,Function control register 9" bitfld.long 0x00 29.--31. " INDEX3_SEL ,SMX9 LUT index3 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 26.--28. " INDEX2_SEL ,SMX9 LUT index2 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 23.--25. " INDEX1_SEL ,SMX9 LUT index1 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." textline " " bitfld.long 0x00 20.--22. " INDEX0_SEL ,SMX9 LUT index0 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 5.--9. " Y_SEL ,SMX9 logic input Y selection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." bitfld.long 0x00 0.--4. " X_SEL ,SMX9 logic input Xselection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." group.long 0x80++0x3 line.long 0x00 "SMX10,Function control register 10" bitfld.long 0x00 29.--31. " INDEX3_SEL ,SMX10 LUT index3 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 26.--28. " INDEX2_SEL ,SMX10 LUT index2 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 23.--25. " INDEX1_SEL ,SMX10 LUT index1 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." textline " " bitfld.long 0x00 20.--22. " INDEX0_SEL ,SMX10 LUT index0 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 5.--9. " Y_SEL ,SMX10 logic input Y selection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." bitfld.long 0x00 0.--4. " X_SEL ,SMX10 logic input Xselection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." group.long 0x84++0x3 line.long 0x00 "SMX11,Function control register 11" bitfld.long 0x00 29.--31. " INDEX3_SEL ,SMX11 LUT index3 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 26.--28. " INDEX2_SEL ,SMX11 LUT index2 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 23.--25. " INDEX1_SEL ,SMX11 LUT index1 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." textline " " bitfld.long 0x00 20.--22. " INDEX0_SEL ,SMX11 LUT index0 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 5.--9. " Y_SEL ,SMX11 logic input Y selection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." bitfld.long 0x00 0.--4. " X_SEL ,SMX11 logic input Xselection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." group.long 0x88++0x3 line.long 0x00 "SMX12,Function control register 12" bitfld.long 0x00 29.--31. " INDEX3_SEL ,SMX12 LUT index3 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 26.--28. " INDEX2_SEL ,SMX12 LUT index2 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 23.--25. " INDEX1_SEL ,SMX12 LUT index1 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." textline " " bitfld.long 0x00 20.--22. " INDEX0_SEL ,SMX12 LUT index0 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 5.--9. " Y_SEL ,SMX12 logic input Y selection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." bitfld.long 0x00 0.--4. " X_SEL ,SMX12 logic input Xselection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." group.long 0x8C++0x3 line.long 0x00 "SMX13,Function control register 13" bitfld.long 0x00 29.--31. " INDEX3_SEL ,SMX13 LUT index3 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 26.--28. " INDEX2_SEL ,SMX13 LUT index2 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 23.--25. " INDEX1_SEL ,SMX13 LUT index1 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." textline " " bitfld.long 0x00 20.--22. " INDEX0_SEL ,SMX13 LUT index0 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 5.--9. " Y_SEL ,SMX13 logic input Y selection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." bitfld.long 0x00 0.--4. " X_SEL ,SMX13 logic input Xselection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." group.long 0x90++0x3 line.long 0x00 "OMUX_LOW,TCON output mux control low" bitfld.long 0x00 25.--29. " TCON5 ,Output selection for tcon pin5" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,SMX12,SMX13,?..." bitfld.long 0x00 20.--24. " TCON4 ,Output selection for tcon pin4" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,SMX12,SMX13,?..." bitfld.long 0x00 15.--19. " TCON3 ,Output selection for tcon pin3" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,SMX12,SMX13,?..." textline " " bitfld.long 0x00 10.--14. " TCON2 ,Output selection for tcon pin2" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,SMX12,SMX13,?..." bitfld.long 0x00 5.--9. " TCON1 ,Output selection for tcon pin1" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,SMX12,SMX13,?..." bitfld.long 0x00 0.--4. " TCON0 ,Output selection for tcon pin0" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,SMX12,SMX13,?..." group.long 0x94++0x3 line.long 0x00 "OMUX_HIGH,TCON output mux control high" bitfld.long 0x00 25.--29. " TCON11 ,Output selection for tcon pin11" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,SMX12,SMX13,?..." bitfld.long 0x00 20.--24. " TCON10 ,Output selection for tcon pin10" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,SMX12,SMX13,?..." bitfld.long 0x00 15.--19. " TCON9 ,Output selection for tcon pin9" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,SMX12,SMX13,?..." textline " " bitfld.long 0x00 10.--14. " TCON8 ,Output selection for tcon pin8" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,SMX12,SMX13,?..." bitfld.long 0x00 5.--9. " TCON7 ,Output selection for tcon pin7" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,SMX12,SMX13,?..." bitfld.long 0x00 0.--4. " TCON6 ,Output selection for tcon pin6" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,SMX12,SMX13,?..." group.long 0x98++0x3 line.long 0x00 "LUT0,TCON look up table 0" group.long 0x9C++0x3 line.long 0x00 "LUT1,TCON look up table 1" group.long 0xA0++0x3 line.long 0x00 "LUT2,TCON look up table 2" group.long 0xA4++0x3 line.long 0x00 "LUT3,TCON look up table 3" group.long 0xA8++0x3 line.long 0x00 "LUT4,TCON look up table 4" group.long 0xAC++0x3 line.long 0x00 "LUT5,TCON look up table 5" group.long 0xB0++0x3 line.long 0x00 "LUT6,TCON look up table 6" group.long 0xB4++0x3 line.long 0x00 "LUT7,TCON look up table 7" group.long 0xB8++0x3 line.long 0x00 "LUT8,TCON look up table 8" group.long 0xBC++0x3 line.long 0x00 "LUT9,TCON look up table 9" group.long 0xC0++0x3 line.long 0x00 "LUT10,TCON look up table 10" group.long 0xC4++0x3 line.long 0x00 "LUT11,TCON look up table 11" group.long 0xC8++0x3 line.long 0x00 "LUT12,TCON look up table 12" group.long 0xCC++0x3 line.long 0x00 "LUT13,TCON look up table 13" group.long 0x104++0x3 line.long 0x00 "CTRL2,TCON control2 register" hexmask.long.word 0x00 16.--24. 1. " CLK_OFFSET ,Output pixel clock offset value in half ipg_clk cycle unit" hexmask.long.byte 0x00 0.--7. 1. " DIV_RATIO ,TCON pixel clock divide ratio" width 11. tree.end tree "TCON1" base ad:0x400BD000 width 12. group.long 0x0++0x3 line.long 0x00 "CTRL1,TCON control1 register" bitfld.long 0x00 31. " TCON_EN ,TCON enable" "Disabled,Enabled" bitfld.long 0x00 29. " TCON_BYPASS ,TCON bypass" "Not bypassed,Bypassed" textline " " sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x00 28. " INV_EN ,Data inversion enable" "Disabled,Enabled" textline " " endif bitfld.long 0x00 27. " TCON11_INV ,TCON11 output inversion control" "Not inverted,Inverted" bitfld.long 0x00 26. " TCON10_INV ,TCON10 output inversion control" "Not inverted,Inverted" textline " " bitfld.long 0x00 25. " TCON9_INV ,TCON9 output inversion control" "Not inverted,Inverted" bitfld.long 0x00 24. " TCON8_INV ,TCON8 output inversion control" "Not inverted,Inverted" textline " " bitfld.long 0x00 23. " TCON7_INV ,TCON7 output inversion control" "Not inverted,Inverted" bitfld.long 0x00 22. " TCON6_INV ,TCON6 output inversion control" "Not inverted,Inverted" textline " " bitfld.long 0x00 21. " TCON5_INV ,TCON5 output inversion control" "Not inverted,Inverted" bitfld.long 0x00 20. " TCON4_INV ,TCON4 output inversion control" "Not inverted,Inverted" textline " " bitfld.long 0x00 19. " TCON3_INV ,TCON3 output inversion control" "Not inverted,Inverted" bitfld.long 0x00 18. " TCON2_INV ,TCON2 output inversion control" "Not inverted,Inverted" textline " " bitfld.long 0x00 17. " TCON1_INV ,TCON1 output inversion control" "Not inverted,Inverted" bitfld.long 0x00 16. " TCON0_INV ,TCON0 output inversion control" "Not inverted,Inverted" textline " " bitfld.long 0x00 13.--15. " INIT_DELAY ,Initialization delay" "0,1,2,3,4,5,6,7" bitfld.long 0x00 10.--12. " V_REF_SEL ,V_REF selector" "TCON_PULSE0,TCON_PULSE1,TCON_PULSE2,TCON_PULSE3,TCON_PULSE4,TCON_PULSE5,TCON_PULSE0/while reset VTGL_COUNTER,TCON_PULSE0/while set VTGL_COUNTER" textline " " bitfld.long 0x00 8.--9. " H_REF_SEL ,H_REF selector" "TCON_COMP0,TCON_COMP1,TCON_COMP2,TCON_COMP3" bitfld.long 0x00 6.--7. " VLEN ,Maximum counter value for vtgl_counter in the toggle generator" "0,1,2,3" textline " " bitfld.long 0x00 5. " HSYNC_INV ,HSYNC inversion" "High,Low" bitfld.long 0x00 4. " VSYNC_INV ,VSYNC inversion" "High,Low" textline " " bitfld.long 0x00 3. " COLOR_DEPTH ,Color depth of each color component" "6 bits,8 bits" bitfld.long 0x00 2. " RGB_PADDING_EN ,RGB data padding enable" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " RGB_PADDING ,RGB data driven during blanking" "All 0,All 1" group.long 0x4++0x3 line.long 0x00 "BMC,Bit map control register" bitfld.long 0x00 5.--9. " CLK_POS ,Clock position selection" "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 2.--4. " COLOR_ORDER ,Color component order configuration" "RGB,BRG,GBR,RBG,GRB,BGR,?..." bitfld.long 0x00 1. " BIT_ORDER ,Bit order" "MSB down to LSB,LSB up to MSB" group.long 0x8++0x3 line.long 0x00 "COMP0,Comparator 0 configure register" bitfld.long 0x00 31. " FUNC_SEL ,On which direction the comparation is based" "Horizontal,Vertical" hexmask.long.word 0x00 0.--11. 1. " COMP_VALUE ,Comparison value" group.long 0xC++0x3 line.long 0x00 "COMP1,Comparator 1 configure register" bitfld.long 0x00 31. " FUNC_SEL ,On which direction the comparation is based" "Horizontal,Vertical" hexmask.long.word 0x00 0.--11. 1. " COMP_VALUE ,Comparison value" group.long 0x10++0x3 line.long 0x00 "COMP2,Comparator 2 configure register" bitfld.long 0x00 31. " FUNC_SEL ,On which direction the comparation is based" "Horizontal,Vertical" hexmask.long.word 0x00 0.--11. 1. " COMP_VALUE ,Comparison value" group.long 0x14++0x3 line.long 0x00 "COMP3,Comparator 3 configure register" bitfld.long 0x00 31. " FUNC_SEL ,On which direction the comparation is based" "Horizontal,Vertical" hexmask.long.word 0x00 0.--11. 1. " COMP_VALUE ,Comparison value" group.long 0x18++0x3 line.long 0x00 "COMP0_MSK,Comparator 0 compare value mask register" bitfld.long 0x00 11. " MSK11 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 10. " MSK10 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 9. " MSK9 ,Comparison value mask" "Not masked,Masked" textline " " bitfld.long 0x00 8. " MSK8 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 7. " MSK7 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 6. " MSK6 ,Comparison value mask" "Not masked,Masked" textline " " bitfld.long 0x00 5. " MSK5 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 4. " MSK4 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 3. " MSK3 ,Comparison value mask" "Not masked,Masked" textline " " bitfld.long 0x00 2. " MSK2 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 1. " MSK1 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 0. " MSK0 ,Comparison value mask" "Not masked,Masked" group.long 0x1C++0x3 line.long 0x00 "COMP1_MSK,Comparator 1 compare value mask register" bitfld.long 0x00 11. " MSK11 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 10. " MSK10 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 9. " MSK9 ,Comparison value mask" "Not masked,Masked" textline " " bitfld.long 0x00 8. " MSK8 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 7. " MSK7 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 6. " MSK6 ,Comparison value mask" "Not masked,Masked" textline " " bitfld.long 0x00 5. " MSK5 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 4. " MSK4 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 3. " MSK3 ,Comparison value mask" "Not masked,Masked" textline " " bitfld.long 0x00 2. " MSK2 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 1. " MSK1 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 0. " MSK0 ,Comparison value mask" "Not masked,Masked" group.long 0x20++0x3 line.long 0x00 "COMP2_MSK,Comparator 2 compare value mask register" bitfld.long 0x00 11. " MSK11 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 10. " MSK10 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 9. " MSK9 ,Comparison value mask" "Not masked,Masked" textline " " bitfld.long 0x00 8. " MSK8 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 7. " MSK7 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 6. " MSK6 ,Comparison value mask" "Not masked,Masked" textline " " bitfld.long 0x00 5. " MSK5 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 4. " MSK4 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 3. " MSK3 ,Comparison value mask" "Not masked,Masked" textline " " bitfld.long 0x00 2. " MSK2 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 1. " MSK1 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 0. " MSK0 ,Comparison value mask" "Not masked,Masked" group.long 0x24++0x3 line.long 0x00 "COMP3_MSK,Comparator 3 compare value mask register" bitfld.long 0x00 11. " MSK11 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 10. " MSK10 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 9. " MSK9 ,Comparison value mask" "Not masked,Masked" textline " " bitfld.long 0x00 8. " MSK8 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 7. " MSK7 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 6. " MSK6 ,Comparison value mask" "Not masked,Masked" textline " " bitfld.long 0x00 5. " MSK5 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 4. " MSK4 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 3. " MSK3 ,Comparison value mask" "Not masked,Masked" textline " " bitfld.long 0x00 2. " MSK2 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 1. " MSK1 ,Comparison value mask" "Not masked,Masked" bitfld.long 0x00 0. " MSK0 ,Comparison value mask" "Not masked,Masked" group.long 0x28++0x3 line.long 0x00 "PULSE0,Pulse 0 configure register" bitfld.long 0x00 30.--31. " FUNC_SEL ,Select the type of pulse" "SET/RESET for horizontal,SET/RESET for vertical,SET/RESET for vertical,SET for horizontal/RESET for vertical" hexmask.long.word 0x00 16.--27. 1. " SET ,Set point compare value" textline " " bitfld.long 0x00 14.--15. " COMPARATOR_SEL ,Comparator select" "Comparator0,Comparator1,Comparator2,Comparator3" hexmask.long.word 0x00 0.--11. 1. " RESET ,Reset point compare value" group.long 0x2C++0x3 line.long 0x00 "PULSE1,Pulse 1 configure register" bitfld.long 0x00 30.--31. " FUNC_SEL ,Select the type of pulse" "SET/RESET for horizontal,SET/RESET for vertical,SET/RESET for vertical,SET for horizontal/RESET for vertical" hexmask.long.word 0x00 16.--27. 1. " SET ,Set point compare value" textline " " bitfld.long 0x00 14.--15. " COMPARATOR_SEL ,Comparator select" "Comparator0,Comparator1,Comparator2,Comparator3" hexmask.long.word 0x00 0.--11. 1. " RESET ,Reset point compare value" group.long 0x30++0x3 line.long 0x00 "PULSE2,Pulse 2 configure register" bitfld.long 0x00 30.--31. " FUNC_SEL ,Select the type of pulse" "SET/RESET for horizontal,SET/RESET for vertical,SET/RESET for vertical,SET for horizontal/RESET for vertical" hexmask.long.word 0x00 16.--27. 1. " SET ,Set point compare value" textline " " bitfld.long 0x00 14.--15. " COMPARATOR_SEL ,Comparator select" "Comparator0,Comparator1,Comparator2,Comparator3" hexmask.long.word 0x00 0.--11. 1. " RESET ,Reset point compare value" group.long 0x34++0x3 line.long 0x00 "PULSE3,Pulse 3 configure register" bitfld.long 0x00 30.--31. " FUNC_SEL ,Select the type of pulse" "SET/RESET for horizontal,SET/RESET for vertical,SET/RESET for vertical,SET for horizontal/RESET for vertical" hexmask.long.word 0x00 16.--27. 1. " SET ,Set point compare value" textline " " bitfld.long 0x00 14.--15. " COMPARATOR_SEL ,Comparator select" "Comparator0,Comparator1,Comparator2,Comparator3" hexmask.long.word 0x00 0.--11. 1. " RESET ,Reset point compare value" group.long 0x38++0x3 line.long 0x00 "PULSE4,Pulse 4 configure register" bitfld.long 0x00 30.--31. " FUNC_SEL ,Select the type of pulse" "SET/RESET for horizontal,SET/RESET for vertical,SET/RESET for vertical,SET for horizontal/RESET for vertical" hexmask.long.word 0x00 16.--27. 1. " SET ,Set point compare value" textline " " bitfld.long 0x00 14.--15. " COMPARATOR_SEL ,Comparator select" "Comparator0,Comparator1,Comparator2,Comparator3" hexmask.long.word 0x00 0.--11. 1. " RESET ,Reset point compare value" group.long 0x3C++0x3 line.long 0x00 "PULSE5,Pulse 5 configure register" bitfld.long 0x00 30.--31. " FUNC_SEL ,Select the type of pulse" "SET/RESET for horizontal,SET/RESET for vertical,SET/RESET for vertical,SET for horizontal/RESET for vertical" hexmask.long.word 0x00 16.--27. 1. " SET ,Set point compare value" textline " " bitfld.long 0x00 14.--15. " COMPARATOR_SEL ,Comparator select" "Comparator0,Comparator1,Comparator2,Comparator3" hexmask.long.word 0x00 0.--11. 1. " RESET ,Reset point compare value" group.long 0x40++0x3 line.long 0x00 "PULSE0_MSK,Pulse 0 compare value mask register" bitfld.long 0x00 27. " SET_MSK[11] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 26. " SET_MSK[10] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 25. " SET_MSK[9] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 24. " SET_MSK[8] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 23. " SET_MSK[7] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 22. " SET_MSK[6] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 21. " SET_MSK[5] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 20. " SET_MSK[4] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 19. " SET_MSK[3] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 18. " SET_MSK[2] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 17. " SET_MSK[1] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 16. " SET_MSK[0] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 11. " RESET_MSK[11] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 10. " RESET_MSK[10] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 9. " RESET_MSK[9] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 8. " RESET_MSK[8] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 7. " RESET_MSK[7] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 6. " RESET_MSK[6] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 5. " RESET_MSK[5] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 4. " RESET_MSK[4] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 3. " RESET_MSK[3] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 2. " RESET_MSK[2] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 1. " RESET_MSK[1] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 0. " RESET_MSK[0] ,Reset point compare mask value" "Ignored,Included" group.long 0x44++0x3 line.long 0x00 "PULSE1_MSK,Pulse 1 compare value mask register" bitfld.long 0x00 27. " SET_MSK[11] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 26. " SET_MSK[10] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 25. " SET_MSK[9] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 24. " SET_MSK[8] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 23. " SET_MSK[7] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 22. " SET_MSK[6] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 21. " SET_MSK[5] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 20. " SET_MSK[4] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 19. " SET_MSK[3] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 18. " SET_MSK[2] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 17. " SET_MSK[1] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 16. " SET_MSK[0] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 11. " RESET_MSK[11] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 10. " RESET_MSK[10] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 9. " RESET_MSK[9] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 8. " RESET_MSK[8] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 7. " RESET_MSK[7] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 6. " RESET_MSK[6] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 5. " RESET_MSK[5] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 4. " RESET_MSK[4] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 3. " RESET_MSK[3] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 2. " RESET_MSK[2] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 1. " RESET_MSK[1] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 0. " RESET_MSK[0] ,Reset point compare mask value" "Ignored,Included" group.long 0x48++0x3 line.long 0x00 "PULSE2_MSK,Pulse 2 compare value mask register" bitfld.long 0x00 27. " SET_MSK[11] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 26. " SET_MSK[10] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 25. " SET_MSK[9] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 24. " SET_MSK[8] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 23. " SET_MSK[7] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 22. " SET_MSK[6] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 21. " SET_MSK[5] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 20. " SET_MSK[4] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 19. " SET_MSK[3] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 18. " SET_MSK[2] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 17. " SET_MSK[1] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 16. " SET_MSK[0] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 11. " RESET_MSK[11] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 10. " RESET_MSK[10] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 9. " RESET_MSK[9] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 8. " RESET_MSK[8] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 7. " RESET_MSK[7] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 6. " RESET_MSK[6] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 5. " RESET_MSK[5] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 4. " RESET_MSK[4] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 3. " RESET_MSK[3] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 2. " RESET_MSK[2] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 1. " RESET_MSK[1] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 0. " RESET_MSK[0] ,Reset point compare mask value" "Ignored,Included" group.long 0x4C++0x3 line.long 0x00 "PULSE3_MSK,Pulse 3 compare value mask register" bitfld.long 0x00 27. " SET_MSK[11] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 26. " SET_MSK[10] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 25. " SET_MSK[9] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 24. " SET_MSK[8] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 23. " SET_MSK[7] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 22. " SET_MSK[6] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 21. " SET_MSK[5] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 20. " SET_MSK[4] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 19. " SET_MSK[3] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 18. " SET_MSK[2] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 17. " SET_MSK[1] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 16. " SET_MSK[0] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 11. " RESET_MSK[11] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 10. " RESET_MSK[10] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 9. " RESET_MSK[9] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 8. " RESET_MSK[8] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 7. " RESET_MSK[7] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 6. " RESET_MSK[6] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 5. " RESET_MSK[5] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 4. " RESET_MSK[4] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 3. " RESET_MSK[3] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 2. " RESET_MSK[2] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 1. " RESET_MSK[1] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 0. " RESET_MSK[0] ,Reset point compare mask value" "Ignored,Included" group.long 0x50++0x3 line.long 0x00 "PULSE4_MSK,Pulse 4 compare value mask register" bitfld.long 0x00 27. " SET_MSK[11] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 26. " SET_MSK[10] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 25. " SET_MSK[9] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 24. " SET_MSK[8] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 23. " SET_MSK[7] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 22. " SET_MSK[6] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 21. " SET_MSK[5] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 20. " SET_MSK[4] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 19. " SET_MSK[3] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 18. " SET_MSK[2] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 17. " SET_MSK[1] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 16. " SET_MSK[0] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 11. " RESET_MSK[11] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 10. " RESET_MSK[10] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 9. " RESET_MSK[9] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 8. " RESET_MSK[8] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 7. " RESET_MSK[7] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 6. " RESET_MSK[6] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 5. " RESET_MSK[5] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 4. " RESET_MSK[4] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 3. " RESET_MSK[3] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 2. " RESET_MSK[2] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 1. " RESET_MSK[1] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 0. " RESET_MSK[0] ,Reset point compare mask value" "Ignored,Included" group.long 0x54++0x3 line.long 0x00 "PULSE5_MSK,Pulse 5 compare value mask register" bitfld.long 0x00 27. " SET_MSK[11] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 26. " SET_MSK[10] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 25. " SET_MSK[9] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 24. " SET_MSK[8] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 23. " SET_MSK[7] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 22. " SET_MSK[6] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 21. " SET_MSK[5] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 20. " SET_MSK[4] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 19. " SET_MSK[3] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 18. " SET_MSK[2] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 17. " SET_MSK[1] ,Set point compare mask value" "Ignored,Included" bitfld.long 0x00 16. " SET_MSK[0] ,Set point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 11. " RESET_MSK[11] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 10. " RESET_MSK[10] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 9. " RESET_MSK[9] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 8. " RESET_MSK[8] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 7. " RESET_MSK[7] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 6. " RESET_MSK[6] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 5. " RESET_MSK[5] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 4. " RESET_MSK[4] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 3. " RESET_MSK[3] ,Reset point compare mask value" "Ignored,Included" textline " " bitfld.long 0x00 2. " RESET_MSK[2] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 1. " RESET_MSK[1] ,Reset point compare mask value" "Ignored,Included" bitfld.long 0x00 0. " RESET_MSK[0] ,Reset point compare mask value" "Ignored,Included" group.long 0x58++0x3 line.long 0x00 "SMX0,Function control register 0" bitfld.long 0x00 29.--31. " INDEX3_SEL ,SMX0 LUT index3 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 26.--28. " INDEX2_SEL ,SMX0 LUT index2 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 23.--25. " INDEX1_SEL ,SMX0 LUT index1 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." textline " " bitfld.long 0x00 20.--22. " INDEX0_SEL ,SMX0 LUT index0 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 5.--9. " Y_SEL ,SMX0 logic input Y selection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." bitfld.long 0x00 0.--4. " X_SEL ,SMX0 logic input Xselection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." group.long 0x5C++0x3 line.long 0x00 "SMX1,Function control register 1" bitfld.long 0x00 29.--31. " INDEX3_SEL ,SMX1 LUT index3 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 26.--28. " INDEX2_SEL ,SMX1 LUT index2 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 23.--25. " INDEX1_SEL ,SMX1 LUT index1 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." textline " " bitfld.long 0x00 20.--22. " INDEX0_SEL ,SMX1 LUT index0 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 5.--9. " Y_SEL ,SMX1 logic input Y selection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." bitfld.long 0x00 0.--4. " X_SEL ,SMX1 logic input Xselection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." group.long 0x60++0x3 line.long 0x00 "SMX2,Function control register 2" bitfld.long 0x00 29.--31. " INDEX3_SEL ,SMX2 LUT index3 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 26.--28. " INDEX2_SEL ,SMX2 LUT index2 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 23.--25. " INDEX1_SEL ,SMX2 LUT index1 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." textline " " bitfld.long 0x00 20.--22. " INDEX0_SEL ,SMX2 LUT index0 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 5.--9. " Y_SEL ,SMX2 logic input Y selection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." bitfld.long 0x00 0.--4. " X_SEL ,SMX2 logic input Xselection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." group.long 0x64++0x3 line.long 0x00 "SMX3,Function control register 3" bitfld.long 0x00 29.--31. " INDEX3_SEL ,SMX3 LUT index3 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 26.--28. " INDEX2_SEL ,SMX3 LUT index2 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 23.--25. " INDEX1_SEL ,SMX3 LUT index1 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." textline " " bitfld.long 0x00 20.--22. " INDEX0_SEL ,SMX3 LUT index0 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 5.--9. " Y_SEL ,SMX3 logic input Y selection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." bitfld.long 0x00 0.--4. " X_SEL ,SMX3 logic input Xselection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." group.long 0x68++0x3 line.long 0x00 "SMX4,Function control register 4" bitfld.long 0x00 29.--31. " INDEX3_SEL ,SMX4 LUT index3 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 26.--28. " INDEX2_SEL ,SMX4 LUT index2 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 23.--25. " INDEX1_SEL ,SMX4 LUT index1 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." textline " " bitfld.long 0x00 20.--22. " INDEX0_SEL ,SMX4 LUT index0 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 5.--9. " Y_SEL ,SMX4 logic input Y selection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." bitfld.long 0x00 0.--4. " X_SEL ,SMX4 logic input Xselection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." group.long 0x6C++0x3 line.long 0x00 "SMX5,Function control register 5" bitfld.long 0x00 29.--31. " INDEX3_SEL ,SMX5 LUT index3 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 26.--28. " INDEX2_SEL ,SMX5 LUT index2 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 23.--25. " INDEX1_SEL ,SMX5 LUT index1 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." textline " " bitfld.long 0x00 20.--22. " INDEX0_SEL ,SMX5 LUT index0 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 5.--9. " Y_SEL ,SMX5 logic input Y selection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." bitfld.long 0x00 0.--4. " X_SEL ,SMX5 logic input Xselection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." group.long 0x70++0x3 line.long 0x00 "SMX6,Function control register 6" bitfld.long 0x00 29.--31. " INDEX3_SEL ,SMX6 LUT index3 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 26.--28. " INDEX2_SEL ,SMX6 LUT index2 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 23.--25. " INDEX1_SEL ,SMX6 LUT index1 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." textline " " bitfld.long 0x00 20.--22. " INDEX0_SEL ,SMX6 LUT index0 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 5.--9. " Y_SEL ,SMX6 logic input Y selection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." bitfld.long 0x00 0.--4. " X_SEL ,SMX6 logic input Xselection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." group.long 0x74++0x3 line.long 0x00 "SMX7,Function control register 7" bitfld.long 0x00 29.--31. " INDEX3_SEL ,SMX7 LUT index3 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 26.--28. " INDEX2_SEL ,SMX7 LUT index2 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 23.--25. " INDEX1_SEL ,SMX7 LUT index1 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." textline " " bitfld.long 0x00 20.--22. " INDEX0_SEL ,SMX7 LUT index0 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 5.--9. " Y_SEL ,SMX7 logic input Y selection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." bitfld.long 0x00 0.--4. " X_SEL ,SMX7 logic input Xselection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." group.long 0x78++0x3 line.long 0x00 "SMX8,Function control register 8" bitfld.long 0x00 29.--31. " INDEX3_SEL ,SMX8 LUT index3 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 26.--28. " INDEX2_SEL ,SMX8 LUT index2 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 23.--25. " INDEX1_SEL ,SMX8 LUT index1 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." textline " " bitfld.long 0x00 20.--22. " INDEX0_SEL ,SMX8 LUT index0 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 5.--9. " Y_SEL ,SMX8 logic input Y selection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." bitfld.long 0x00 0.--4. " X_SEL ,SMX8 logic input Xselection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." group.long 0x7C++0x3 line.long 0x00 "SMX9,Function control register 9" bitfld.long 0x00 29.--31. " INDEX3_SEL ,SMX9 LUT index3 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 26.--28. " INDEX2_SEL ,SMX9 LUT index2 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 23.--25. " INDEX1_SEL ,SMX9 LUT index1 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." textline " " bitfld.long 0x00 20.--22. " INDEX0_SEL ,SMX9 LUT index0 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 5.--9. " Y_SEL ,SMX9 logic input Y selection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." bitfld.long 0x00 0.--4. " X_SEL ,SMX9 logic input Xselection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." group.long 0x80++0x3 line.long 0x00 "SMX10,Function control register 10" bitfld.long 0x00 29.--31. " INDEX3_SEL ,SMX10 LUT index3 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 26.--28. " INDEX2_SEL ,SMX10 LUT index2 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 23.--25. " INDEX1_SEL ,SMX10 LUT index1 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." textline " " bitfld.long 0x00 20.--22. " INDEX0_SEL ,SMX10 LUT index0 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 5.--9. " Y_SEL ,SMX10 logic input Y selection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." bitfld.long 0x00 0.--4. " X_SEL ,SMX10 logic input Xselection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." group.long 0x84++0x3 line.long 0x00 "SMX11,Function control register 11" bitfld.long 0x00 29.--31. " INDEX3_SEL ,SMX11 LUT index3 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 26.--28. " INDEX2_SEL ,SMX11 LUT index2 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 23.--25. " INDEX1_SEL ,SMX11 LUT index1 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." textline " " bitfld.long 0x00 20.--22. " INDEX0_SEL ,SMX11 LUT index0 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 5.--9. " Y_SEL ,SMX11 logic input Y selection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." bitfld.long 0x00 0.--4. " X_SEL ,SMX11 logic input Xselection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." group.long 0x88++0x3 line.long 0x00 "SMX12,Function control register 12" bitfld.long 0x00 29.--31. " INDEX3_SEL ,SMX12 LUT index3 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 26.--28. " INDEX2_SEL ,SMX12 LUT index2 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 23.--25. " INDEX1_SEL ,SMX12 LUT index1 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." textline " " bitfld.long 0x00 20.--22. " INDEX0_SEL ,SMX12 LUT index0 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 5.--9. " Y_SEL ,SMX12 logic input Y selection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." bitfld.long 0x00 0.--4. " X_SEL ,SMX12 logic input Xselection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." group.long 0x8C++0x3 line.long 0x00 "SMX13,Function control register 13" bitfld.long 0x00 29.--31. " INDEX3_SEL ,SMX13 LUT index3 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 26.--28. " INDEX2_SEL ,SMX13 LUT index2 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 23.--25. " INDEX1_SEL ,SMX13 LUT index1 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." textline " " bitfld.long 0x00 20.--22. " INDEX0_SEL ,SMX13 LUT index0 selection" "0,X,Y,X&Y,X|Y,X^Y,!(X&Y)),?..." bitfld.long 0x00 5.--9. " Y_SEL ,SMX13 logic input Y selection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." bitfld.long 0x00 0.--4. " X_SEL ,SMX13 logic input Xselection" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX0,SMX1,SMX2,SMX3,SMX4,SMX5,SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,comp0,comp1,comp2,comp3,?..." group.long 0x90++0x3 line.long 0x00 "OMUX_LOW,TCON output mux control low" bitfld.long 0x00 25.--29. " TCON5 ,Output selection for tcon pin5" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,SMX12,SMX13,?..." bitfld.long 0x00 20.--24. " TCON4 ,Output selection for tcon pin4" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,SMX12,SMX13,?..." bitfld.long 0x00 15.--19. " TCON3 ,Output selection for tcon pin3" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,SMX12,SMX13,?..." textline " " bitfld.long 0x00 10.--14. " TCON2 ,Output selection for tcon pin2" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,SMX12,SMX13,?..." bitfld.long 0x00 5.--9. " TCON1 ,Output selection for tcon pin1" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,SMX12,SMX13,?..." bitfld.long 0x00 0.--4. " TCON0 ,Output selection for tcon pin0" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,SMX12,SMX13,?..." group.long 0x94++0x3 line.long 0x00 "OMUX_HIGH,TCON output mux control high" bitfld.long 0x00 25.--29. " TCON11 ,Output selection for tcon pin11" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,SMX12,SMX13,?..." bitfld.long 0x00 20.--24. " TCON10 ,Output selection for tcon pin10" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,SMX12,SMX13,?..." bitfld.long 0x00 15.--19. " TCON9 ,Output selection for tcon pin9" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,SMX12,SMX13,?..." textline " " bitfld.long 0x00 10.--14. " TCON8 ,Output selection for tcon pin8" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,SMX12,SMX13,?..." bitfld.long 0x00 5.--9. " TCON7 ,Output selection for tcon pin7" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,SMX12,SMX13,?..." bitfld.long 0x00 0.--4. " TCON6 ,Output selection for tcon pin6" "const0,const1,pulse0,pulse1,pulse2,pulse3,pulse4,pulse5,vtgl[0],vtgl[1],vtgl[2],vtgl[3],SMX6,SMX7,SMX8,SMX9,SMX10,SMX11,SMX12,SMX13,?..." group.long 0x98++0x3 line.long 0x00 "LUT0,TCON look up table 0" group.long 0x9C++0x3 line.long 0x00 "LUT1,TCON look up table 1" group.long 0xA0++0x3 line.long 0x00 "LUT2,TCON look up table 2" group.long 0xA4++0x3 line.long 0x00 "LUT3,TCON look up table 3" group.long 0xA8++0x3 line.long 0x00 "LUT4,TCON look up table 4" group.long 0xAC++0x3 line.long 0x00 "LUT5,TCON look up table 5" group.long 0xB0++0x3 line.long 0x00 "LUT6,TCON look up table 6" group.long 0xB4++0x3 line.long 0x00 "LUT7,TCON look up table 7" group.long 0xB8++0x3 line.long 0x00 "LUT8,TCON look up table 8" group.long 0xBC++0x3 line.long 0x00 "LUT9,TCON look up table 9" group.long 0xC0++0x3 line.long 0x00 "LUT10,TCON look up table 10" group.long 0xC4++0x3 line.long 0x00 "LUT11,TCON look up table 11" group.long 0xC8++0x3 line.long 0x00 "LUT12,TCON look up table 12" group.long 0xCC++0x3 line.long 0x00 "LUT13,TCON look up table 13" group.long 0x104++0x3 line.long 0x00 "CTRL2,TCON control2 register" hexmask.long.word 0x00 16.--24. 1. " CLK_OFFSET ,Output pixel clock offset value in half ipg_clk cycle unit" hexmask.long.byte 0x00 0.--7. 1. " DIV_RATIO ,TCON pixel clock divide ratio" width 11. tree.end tree.end tree "RLE_DEC (Run Length Encoding Decoder)" endian.be base ad:0x40042000 width 6. group.long 0x00++0x23 line.long 0x00 "MCR,Module Configuration Register" sif cpuis("MAC57D54H-CA5")||cpuis("MAC57D54H-CM0")||cpuis("MAC57D54H-CM4") hexmask.long.byte 0x00 24.--29. 1. " RX_FIFO_THRESHOLD ,Rx FIFO threshold" hexmask.long.byte 0x00 16.--21. 1. " TX_FIFO_THRESHOLD ,Tx FIFO threshold" else hexmask.long.byte 0x00 24.--31. 1. " RX_FIFO_THRESHOLD ,Rx FIFO threshold" hexmask.long.byte 0x00 16.--23. 1. " TX_FIFO_THRESHOLD ,Tx FIFO threshold" endif textline " " bitfld.long 0x00 3. " GRLE_EN ,Enable Gradient RLE decoding" "Disabled,Enabled" bitfld.long 0x00 2. " TXFFEN ,Tx FIFO Flush Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " MDIS ,Module Disable" "No,Yes" line.long 0x04 "ICR,Image Configuration Register" bitfld.long 0x04 0.--1. " WIDTH ,Width" "08-bits,16-bits,24-bits,32-bits" line.long 0x08 "CISR,Compressed Image Size Register" line.long 0x0C "DICR,Decompressed Image Co-ordinates register" hexmask.long.word 0x0C 16.--31. 1. " X ,This is the X Co-ordinate of the final pixel of the decompressed image" hexmask.long.word 0x0C 0.--15. 1. " Y ,This is the Y Co-ordinate of the final pixel of the decompressed image" line.long 0x10 "SR,Status Register" hexmask.long.byte 0x10 8.--15. 1. " RXFREE ,This status gives the amount of free space in bytes" hexmask.long.byte 0x10 0.--7. 1. " TXFILL ,This status gives the amount of data in bytes" line.long 0x14 "ISR,Interrupt Request Status Register" eventfld.long 0x14 7. " RXDIF ,Rx Image Done" "No interrupt,Interrupt" eventfld.long 0x14 6. " TXDIF ,Tx Image Done" "No interrupt,Interrupt" eventfld.long 0x14 5. " RXUIF ,Rx FIFO has space" "No interrupt,Interrupt" textline " " eventfld.long 0x14 4. " TXUIF ,Tx FIFO has data" "No interrupt,Interrupt" eventfld.long 0x14 3. " RXFIF ,Rx FIFO Full" "No interrupt,Interrupt" eventfld.long 0x14 2. " TXFIF ,Tx FIFO Full" "No interrupt,Interrupt" textline " " eventfld.long 0x14 1. " RXEIF ,Rx FIFO Empty" "No interrupt,Interrupt" eventfld.long 0x14 0. " TXEIF ,Tx FIFO Empty" "No interrupt,Interrupt" line.long 0x18 "RIER,Interrupt Request Enable Register" bitfld.long 0x18 7. " RXDIE ,Interrupt Enable for Rx Image Done Interrupt" "Disabled,Enabled" bitfld.long 0x18 6. " TXDIE ,Interrupt Enable for Tx Image Done Interrupt" "Disabled,Enabled" textline " " bitfld.long 0x18 5. " RXUIE ,Interrupt Enable for Rx FIFO has space Interrupt" "Disabled,Enabled" bitfld.long 0x18 4. " TXUIE ,Interrupt Enable for Tx FIFO has data Interrupt" "Disabled,Enabled" bitfld.long 0x18 3. " RXFIE ,Interrupt Enable for Rx FIFO full Interrupt" "Disabled,Enabled" textline " " bitfld.long 0x18 2. " TXFIE ,Interrupt Enable for Tx FIFO full Interrupt" "Disabled,Enabled" bitfld.long 0x18 1. " RXEIE ,Interrupt Enable for Rx FIFO empty Interrupt" "Disabled,Enabled" bitfld.long 0x18 0. " TXEIE ,Interrupt Enable for Tx FIFO empty Interrupt" "Disabled,Enabled" line.long 0x1C "SPCR,Start Pixel Co-ordinate Register of Image" hexmask.long.word 0x1C 16.--31. 1. " X ,This is the X Co-ordinate of the first pixel of the decompressed image" hexmask.long.word 0x1C 0.--15. 1. " Y ,This is the Y Co-ordinate of the final pixel of the decompressed image" line.long 0x20 "EPCR,End Pixel Co-ordinate Register of Image" hexmask.long.word 0x20 16.--31. 1. " X ,This is the X Co-ordinate of the last pixel of the decompressed image" hexmask.long.word 0x20 0.--15. 1. " Y ,This is the Y Co-ordinate of the last pixel of the decompressed image" width 0x0B endian.le tree.end tree "GPU2D (2D Graphics Processing Unit)" base ad:0x400CF000 width 26. endian.be group.long 0x0++0x3 line.long 0x00 "AQHICLOCKCONTROL,Clock Control Register" bitfld.long 0x00 31. " CLK3D_DIS ,Disable 3D clock" "No,Yes" bitfld.long 0x00 30. " CLK2D_DIS ,Disable 2D clock" "No,Yes" hexmask.long.byte 0x00 23.--29. 1. " FSCALE_VAL ,FSCALE Value" textline " " bitfld.long 0x00 22. " FSCALE_CMD_LOAD ,FSCALE command load" "Disabled,Enabled" bitfld.long 0x00 21. " DISABLE_RAM_CLOCK_GATING ,Disables clock gating for rams" "No,Yes" bitfld.long 0x00 20. " DISABLE_DEBUG_REGISTERS ,Disable debug registers" "No,Yes" textline " " bitfld.long 0x00 19. " SOFT_RESET ,Soft resets the IP" "No reset,Reset" bitfld.long 0x00 15. " IDLE3_D ,3D pipe is idle" "Disabled,Enabled" bitfld.long 0x00 14. " IDLE2_D ,2D pipe is idle" "Disabled,Enabled" textline " " bitfld.long 0x00 13. " IDLE_VG ,VG pipe is idle" "Disabled,Enabled" bitfld.long 0x00 12. " ISOLATE_GPU ,Isolate GPU" "Disabled,Enabled" bitfld.long 0x00 8.--11. " MULTI_PIPE_REG_SELECT ,Determines which HI/MC to use while reading registers" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x00 4.--7. " MULTI_PIPE_USE_SINGLE_AXI ,Force all the transactions to go to one AXI" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" rgroup.long 0x4++0x3 line.long 0x00 "AQHIIDLE,Idle Status Register" bitfld.long 0x00 31. " IDLE_FE ,FE is idle" "Not idle,Idle" bitfld.long 0x00 30. " IDLE_DE ,DE is idle" "Not idle,Idle" bitfld.long 0x00 29. " IDLE_PE ,PE is idle" "Not idle,Idle" textline " " bitfld.long 0x00 28. " IDLE_SH ,SH is idle" "Not idle,Idle" bitfld.long 0x00 27. " IDLE_PA ,PA is idle" "Not idle,Idle" bitfld.long 0x00 26. " IDLE_SE ,SE is idle" "Not idle,Idle" textline " " bitfld.long 0x00 25. " IDLE_RA ,RA is idle" "Not idle,Idle" bitfld.long 0x00 24. " IDLE_TX ,TX is idle" "Not idle,Idle" bitfld.long 0x00 23. " IDLE_VG ,VG is idle" "Not idle,Idle" textline " " bitfld.long 0x00 22. " IDLE_IM ,IM is idle" "Not idle,Idle" bitfld.long 0x00 21. " IDLE_FP ,FP is idle" "Not idle,Idle" bitfld.long 0x00 20. " IDLE_TS ,TS is idle" "Not idle,Idle" textline " " bitfld.long 0x00 0. " AXI_LP ,AXI low power" "Normal,Low power" group.long 0x8++0x3 line.long 0x00 "AQAXICONFIG,AXI Configuration Register" bitfld.long 0x00 28.--31. " AWID ,AWID" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 24.--27. " ARID ,ARID" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 20.--23. " AWCACHE ,AWCACHE" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x00 16.--19. " ARCACHE ,ARCACHE" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endian.le group.long 0xC++0x3 line.long 0x00 "AQAXISTATUS,AXI Status Register" bitfld.long 0x00 9. " DET_RD_ERR ,DET_RD_ERR" "No error,Error" bitfld.long 0x00 8. " DET_WR_ERR ,DET_WR_ERR" "No error,Error" textline " " bitfld.long 0x00 4.--7. " RD_ERR_ID ,RD_ERR_ID" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 0.--3. " WR_ERR_ID ,WR_ERR_ID" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" rgroup.long 0x10++0x3 line.long 0x00 "AQINTRACKNOWLEDGE,Interrupt Acknowledge Register" bitfld.long 0x00 31. " INTR_VEC[31] ,Interrupt 31 Acknowledge" "No interrupt,Interrupt" bitfld.long 0x00 30. " INTR_VEC[30] ,Interrupt 30 Acknowledge" "No interrupt,Interrupt" bitfld.long 0x00 29. " INTR_VEC[29] ,Interrupt 29 Acknowledge" "No interrupt,Interrupt" textline " " bitfld.long 0x00 28. " INTR_VEC[28] ,Interrupt 28 Acknowledge" "No interrupt,Interrupt" bitfld.long 0x00 27. " INTR_VEC[27] ,Interrupt 27 Acknowledge" "No interrupt,Interrupt" bitfld.long 0x00 26. " INTR_VEC[26] ,Interrupt 26 Acknowledge" "No interrupt,Interrupt" textline " " bitfld.long 0x00 25. " INTR_VEC[25] ,Interrupt 25 Acknowledge" "No interrupt,Interrupt" bitfld.long 0x00 24. " INTR_VEC[24] ,Interrupt 24 Acknowledge" "No interrupt,Interrupt" bitfld.long 0x00 23. " INTR_VEC[23] ,Interrupt 23 Acknowledge" "No interrupt,Interrupt" textline " " bitfld.long 0x00 22. " INTR_VEC[22] ,Interrupt 22 Acknowledge" "No interrupt,Interrupt" bitfld.long 0x00 21. " INTR_VEC[21] ,Interrupt 21 Acknowledge" "No interrupt,Interrupt" bitfld.long 0x00 20. " INTR_VEC[20] ,Interrupt 20 Acknowledge" "No interrupt,Interrupt" textline " " bitfld.long 0x00 19. " INTR_VEC[19] ,Interrupt 19 Acknowledge" "No interrupt,Interrupt" bitfld.long 0x00 18. " INTR_VEC[18] ,Interrupt 18 Acknowledge" "No interrupt,Interrupt" bitfld.long 0x00 17. " INTR_VEC[17] ,Interrupt 17 Acknowledge" "No interrupt,Interrupt" textline " " bitfld.long 0x00 16. " INTR_VEC[16] ,Interrupt 16 Acknowledge" "No interrupt,Interrupt" bitfld.long 0x00 15. " INTR_VEC[15] ,Interrupt 15 Acknowledge" "No interrupt,Interrupt" bitfld.long 0x00 14. " INTR_VEC[14] ,Interrupt 14 Acknowledge" "No interrupt,Interrupt" textline " " bitfld.long 0x00 13. " INTR_VEC[13] ,Interrupt 13 Acknowledge" "No interrupt,Interrupt" bitfld.long 0x00 12. " INTR_VEC[12] ,Interrupt 12 Acknowledge" "No interrupt,Interrupt" bitfld.long 0x00 11. " INTR_VEC[11] ,Interrupt 11 Acknowledge" "No interrupt,Interrupt" textline " " bitfld.long 0x00 10. " INTR_VEC[10] ,Interrupt 10 Acknowledge" "No interrupt,Interrupt" bitfld.long 0x00 9. " INTR_VEC[9] ,Interrupt 9 Acknowledge" "No interrupt,Interrupt" bitfld.long 0x00 8. " INTR_VEC[8] ,Interrupt 8 Acknowledge" "No interrupt,Interrupt" textline " " bitfld.long 0x00 7. " INTR_VEC[7] ,Interrupt 7 Acknowledge" "No interrupt,Interrupt" bitfld.long 0x00 6. " INTR_VEC[6] ,Interrupt 6 Acknowledge" "No interrupt,Interrupt" bitfld.long 0x00 5. " INTR_VEC[5] ,Interrupt 5 Acknowledge" "No interrupt,Interrupt" textline " " bitfld.long 0x00 4. " INTR_VEC[4] ,Interrupt 4 Acknowledge" "No interrupt,Interrupt" bitfld.long 0x00 3. " INTR_VEC[3] ,Interrupt 3 Acknowledge" "No interrupt,Interrupt" bitfld.long 0x00 2. " INTR_VEC[2] ,Interrupt 2 Acknowledge" "No interrupt,Interrupt" textline " " bitfld.long 0x00 1. " INTR_VEC[1] ,Interrupt 1 Acknowledge" "No interrupt,Interrupt" bitfld.long 0x00 0. " INTR_VEC[0] ,Interrupt 0 Acknowledge" "No interrupt,Interrupt" group.long 0x14++0x3 line.long 0x00 "AQINTRENBL,Interrupt Enable Register" bitfld.long 0x00 31. " INTR_ENBL_VEC[31] ,Interrupt 31 Enable" "Disabled,Enabled" bitfld.long 0x00 30. " INTR_ENBL_VEC[30] ,Interrupt 30 Enable" "Disabled,Enabled" bitfld.long 0x00 29. " INTR_ENBL_VEC[29] ,Interrupt 29 Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 28. " INTR_ENBL_VEC[28] ,Interrupt 28 Enable" "Disabled,Enabled" bitfld.long 0x00 27. " INTR_ENBL_VEC[27] ,Interrupt 27 Enable" "Disabled,Enabled" bitfld.long 0x00 26. " INTR_ENBL_VEC[26] ,Interrupt 26 Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 25. " INTR_ENBL_VEC[25] ,Interrupt 25 Enable" "Disabled,Enabled" bitfld.long 0x00 24. " INTR_ENBL_VEC[24] ,Interrupt 24 Enable" "Disabled,Enabled" bitfld.long 0x00 23. " INTR_ENBL_VEC[23] ,Interrupt 23 Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 22. " INTR_ENBL_VEC[22] ,Interrupt 22 Enable" "Disabled,Enabled" bitfld.long 0x00 21. " INTR_ENBL_VEC[21] ,Interrupt 21 Enable" "Disabled,Enabled" bitfld.long 0x00 20. " INTR_ENBL_VEC[20] ,Interrupt 20 Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 19. " INTR_ENBL_VEC[19] ,Interrupt 19 Enable" "Disabled,Enabled" bitfld.long 0x00 18. " INTR_ENBL_VEC[18] ,Interrupt 18 Enable" "Disabled,Enabled" bitfld.long 0x00 17. " INTR_ENBL_VEC[17] ,Interrupt 17 Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 16. " INTR_ENBL_VEC[16] ,Interrupt 16 Enable" "Disabled,Enabled" bitfld.long 0x00 15. " INTR_ENBL_VEC[15] ,Interrupt 15 Enable" "Disabled,Enabled" bitfld.long 0x00 14. " INTR_ENBL_VEC[14] ,Interrupt 14 Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 13. " INTR_ENBL_VEC[13] ,Interrupt 13 Enable" "Disabled,Enabled" bitfld.long 0x00 12. " INTR_ENBL_VEC[12] ,Interrupt 12 Enable" "Disabled,Enabled" bitfld.long 0x00 11. " INTR_ENBL_VEC[11] ,Interrupt 11 Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 10. " INTR_ENBL_VEC[10] ,Interrupt 10 Enable" "Disabled,Enabled" bitfld.long 0x00 9. " INTR_ENBL_VEC[9] ,Interrupt 9 Enable" "Disabled,Enabled" bitfld.long 0x00 8. " INTR_ENBL_VEC[8] ,Interrupt 8 Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " INTR_ENBL_VEC[7] ,Interrupt 7 Enable" "Disabled,Enabled" bitfld.long 0x00 6. " INTR_ENBL_VEC[6] ,Interrupt 6 Enable" "Disabled,Enabled" bitfld.long 0x00 5. " INTR_ENBL_VEC[5] ,Interrupt 5 Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " INTR_ENBL_VEC[4] ,Interrupt 4 Enable" "Disabled,Enabled" bitfld.long 0x00 3. " INTR_ENBL_VEC[3] ,Interrupt 3 Enable" "Disabled,Enabled" bitfld.long 0x00 2. " INTR_ENBL_VEC[2] ,Interrupt 2 Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 1. " INTR_ENBL_VEC[1] ,Interrupt 1 Enable" "Disabled,Enabled" bitfld.long 0x00 0. " INTR_ENBL_VEC[0] ,Interrupt 0 Enable" "Disabled,Enabled" rgroup.long 0x18++0x3 line.long 0x00 "AQIDENT,Identification Register" hexmask.long.byte 0x00 24.--31. 1. " FAMILY ,Family value" hexmask.long.byte 0x00 16.--23. 1. " PRODUCT ,Product value" bitfld.long 0x00 12.--15. " REVISION ,Revision value" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x00 8.--11. " TECHNOLOGY ,Technology value" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" hexmask.long.byte 0x00 0.--7. 1. " CUSTOMER ,Customer value" endian.be rgroup.long 0x1C++0x3 line.long 0x00 "FEATURES,Features Register" bitfld.long 0x00 31. " FAST_CLEAR ,Fast clear" "NONE,AVAILABLE" bitfld.long 0x00 30. " SPECIAL_ANTI_ALIASING ,Full-screen anti-aliasing" "NONE,AVAILABLE" bitfld.long 0x00 29. " PIPE_3D ,3D pipe" "NONE,AVAILABLE" textline " " bitfld.long 0x00 28. " DXT_TEXTURE_COMPRESSION ,DXT texture compression" "NONE,AVAILABLE" bitfld.long 0x00 27. " DEBUG_MODE ,Debug registers" "NONE,AVAILABLE" bitfld.long 0x00 26. " ZCOMPRESSION ,Depth and color compression" "NONE,AVAILABLE" textline " " bitfld.long 0x00 25. " YUV420_FILTER ,YUV 4:2:0 support in filter blit" "NONE,AVAILABLE" bitfld.long 0x00 24. " MSAA ,MSAA support" "NONE,AVAILABLE" bitfld.long 0x00 23. " DC ,Shows if there is a display controller in the IP" "NONE,AVAILABLE" textline " " bitfld.long 0x00 22. " PIPE_2D ,Shows if there is 2D engine" "NONE,AVAILABLE" bitfld.long 0x00 21. " ETC1_TEXTURE_COMPRESSION ,ETC1 texture compression" "NONE,AVAILABLE" bitfld.long 0x00 20. " FAST_SCALER ,Shows if the IP has HD scaler" "NONE,AVAILABLE" textline " " bitfld.long 0x00 19. " HIGH_DYNAMIC_RANGE ,Shows if the IP has HDR support" "NONE,AVAILABLE" bitfld.long 0x00 18. " YUV420_TILER ,YUV 4:2:0 tiler is available" "NONE,AVAILABLE" bitfld.long 0x00 17. " MODULE_CG ,Second level clock gating is available" "NONE,AVAILABLE" textline " " bitfld.long 0x00 16. " MIN_AREA ,IP is configured to have minimum area" "NONE,AVAILABLE" bitfld.long 0x00 15. " NO_EZ ,IP does not have early-Z" "NONE,AVAILABLE" bitfld.long 0x00 14. " NO422_TEXTURE ,IP does not have 422 texture input format" "NONE,AVAILABLE" textline " " bitfld.long 0x00 13. " BUFFER_INTERLEAVING ,IP supports interleaving depth and color buffers" "NONE,AVAILABLE" bitfld.long 0x00 12. " BYTE_WRITE_2D ,Supports byte write in 2D" "NONE,AVAILABLE" bitfld.long 0x00 11. " NO_SCALER ,IP does not have 2D scaler" "NONE,AVAILABLE" textline " " bitfld.long 0x00 10. " YUY2_AVERAGING ,YUY2 averaging support in resolve" "NONE,AVAILABLE" bitfld.long 0x00 9. " HALF_PE_CACHE ,PE cache is half" "NONE,AVAILABLE" bitfld.long 0x00 8. " HALF_TX_CACHE ,TX cache is half" "NONE,AVAILABLE" textline " " bitfld.long 0x00 7. " YUY2_RENDER_TARGET ,YUY2 support in PE and YUY2 to RGB conversion in resolve" "NONE,AVAILABLE" bitfld.long 0x00 6. " MEM32_BIT_SUPPORT ,32 bit memory address support" "NONE,AVAILABLE" bitfld.long 0x00 5. " PIPE_VG ,VG pipe is present" "NONE,AVAILABLE" textline " " bitfld.long 0x00 4. " VGTS ,VG tessellator is present" "NONE,AVAILABLE" bitfld.long 0x00 3. " FE20 ,FE 2.0 is present" "NONE,AVAILABLE" bitfld.long 0x00 2. " BYTE_WRITE_3D ,3D PE has byte write capability" "NONE,AVAILABLE" textline " " bitfld.long 0x00 1. " RS_YUV_TARGET ,Supports resolving into YUV target" "NONE,AVAILABLE" bitfld.long 0x00 0. " FE20_BIT_INDEX ,Supports 20 bit index" "NONE,AVAILABLE" endian.le rgroup.long 0x20++0x3 line.long 0x00 "CHIPID,Chip Identification Register" rgroup.long 0x24++0x3 line.long 0x00 "CHIPREV,Chip Revision Register" rgroup.long 0x28++0x3 line.long 0x00 "CHIPDATE,Chip Release Date Register" rgroup.long 0x2C++0x3 line.long 0x00 "CHIPTIME,Chip Release Time Register" rgroup.long 0x30++0x3 line.long 0x00 "CHIPCUSTOMER,Chip Customer Register" hexmask.long.word 0x00 16.--31. 1. " COMPANY ,Company" hexmask.long.word 0x00 0.--15. 1. " GROUP ,Group" rgroup.long 0x34++0x3 line.long 0x00 "MINORFEATURES0,Minor Features Register 0" bitfld.long 0x00 31. " ENHANCE_VR ,Enhance VR" "NONE,AVAILABLE" bitfld.long 0x00 30. " CORRECT_STENCIL ,Correct stencil behavior in depth only" "NONE,AVAILABLE" bitfld.long 0x00 29. " A8_TARGET_SUPPORT ,2D engine supports A8 target" "NONE,AVAILABLE" textline " " bitfld.long 0x00 28. " NEW_TEXTURE ,New texture unit is available" "NONE,AVAILABLE" bitfld.long 0x00 27. " HIERARCHICAL_Z ,Hierarchiccal Z is supported" "NONE,AVAILABLE" bitfld.long 0x00 26. " BYPASS_IN_MSAA ,Shader supports bypass mode when MSAA is enabled" "NONE,AVAILABLE" textline " " bitfld.long 0x00 25. " VAA ,VAA is available or not" "NONE,AVAILABLE" bitfld.long 0x00 24. " BUG_FIXES0 ,BUG FIXES0" "NONE,AVAILABLE" bitfld.long 0x00 23. " SHADER_MSAA_SIDEBAND ,Put the MSAA data into sideband fifo" "NONE,AVAILABLE" textline " " bitfld.long 0x00 22. " MC_20 ,New style MC with separate paths for color and depth" "NONE,AVAILABLE" bitfld.long 0x00 21. " DEFAULT_REG0 ,Unavailable registers will return 0" "NONE,AVAILABLE" bitfld.long 0x00 20. " EXTRA_SHADER_INSTRUCTIONS1 ,Sqrt sin cos instructions are available" "NONE,AVAILABLE" textline " " bitfld.long 0x00 19. " SHADER_GETS_W ,W is sent to SH from RA" "NONE,AVAILABLE" bitfld.long 0x00 18. " VG_21 ,Minor updates to VG pipe" "NONE,AVAILABLE" bitfld.long 0x00 17. " VG_FILTER ,VG filter is available" "NONE,AVAILABLE" textline " " bitfld.long 0x00 16. " EXTRA_SHADER_INSTRUCTIONS0 ,Floor ceil and sign instructions are available" "NONE,AVAILABLE" bitfld.long 0x00 15. " COMPRESSION_FIFO_FIXED ,Compression FIFO fixed" "NONE,AVAILABLE" bitfld.long 0x00 14. " TS_EXTENDED_COMMANDS ,New commands added to the tessellator" "NONE,AVAILABLE" textline " " bitfld.long 0x00 13. " VG_20 ,Major updates to VG pipe" "NONE,AVAILABLE" bitfld.long 0x00 12. " SUPER_TILED_32X32 ,32x32 super tile is available" "NONE,AVAILABLE" bitfld.long 0x00 11. " SEPARATE_TILE_STATUS_WHEN_INTERLEAVED ,Use 2 separate tile status buffers in interleaved mode" "NONE,AVAILABLE" textline " " bitfld.long 0x00 10. " TILE_STATUS_2BITS ,2 bits are used instead of 4 bits for tile status" "NONE,AVAILABLE" bitfld.long 0x00 9. " RENDER_8K ,Supports 8K render target" "NONE,AVAILABLE" bitfld.long 0x00 8. " CORRECT_AUTO_DISABLE ,Auto disable in FC is correct" "NONE,AVAILABLE" textline " " bitfld.long 0x00 7. " 2DPE20 ,2D PE 2.0 is present" "NONE,AVAILABLE" bitfld.long 0x00 6. " FAST_CLEAR_FLUSH ,Proper flush is done in fast clear cache" "NONE,AVAILABLE" bitfld.long 0x00 5. " SPECIAL_MSAA_LOD ,Special LOD calculation when MSAA is on" "NONE,AVAILABLE" textline " " bitfld.long 0x00 4. " CORRECT_TEXTURE_CONVERTER ,Driver hack is not needed" "NONE,AVAILABLE" bitfld.long 0x00 3. " TEXTURE8_K ,Supports 8Kx8K textures" "NONE,AVAILABLE" bitfld.long 0x00 2. " ENDIANNESS_CONFIG ,Configurable endianness support" "NONE,AVAILABLE" textline " " bitfld.long 0x00 1. " DUAL_RETURN_BUS ,Dual Return Bus from HI to clients" "NONE,AVAILABLE" bitfld.long 0x00 0. " FLIP_Y ,Y flipping capability is added to resolve" "NONE,AVAILABLE" wgroup.long 0x3C++0x3 line.long 0x00 "RESETMEMCOUNTERS,Reset Mem Counters Register" rgroup.long 0x40++0x3 line.long 0x00 "TOTALREADS,Read Count Register" rgroup.long 0x44++0x3 line.long 0x00 "TOTALWRITES,Write Count Register" endian.be rgroup.long 0x48++0x3 line.long 0x00 "CHIPSPECS,Chip Specification Register" bitfld.long 0x00 28.--31. " STREAMS ,Number of vertex streams" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 24.--27. " TEMP_REGISTERS ,Log2 of temporary registers" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 20.--23. " THREAD_COUNT ,Log2 of thread count" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x00 15.--19. " VERTEX_CACHE_SIZE ,Number of entries in the vertex shader cache" "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 7.--11. " NUM_SHADER_CORES ,Number of shader cores" "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 4.--6. " NUM_PIXEL_PIPES ,Number of pixel pipes" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x00 0.--3. " VERTEX_OUTPUT_BUFFER_SIZE ,Log2 of vertex output buffer size" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endian.le rgroup.long 0x4C++0x3 line.long 0x00 "TOTALWRITEBURSTS,Write Data Count Register" rgroup.long 0x50++0x3 line.long 0x00 "TOTALWRITEREQS,Write REQ Count Register" rgroup.long 0x54++0x3 line.long 0x00 "TOTALWRITELASTS,Total WLAST Count Register" rgroup.long 0x58++0x3 line.long 0x00 "TOTALREADBURSTS,Total Read Data Count Register" rgroup.long 0x5C++0x3 line.long 0x00 "TOTALREADREQS,Total Read REQ Count Register" rgroup.long 0x60++0x3 line.long 0x00 "TOTALREADLASTS,Total RLAST Count Register" group.long 0x64++0x3 line.long 0x00 "GPOUT0,General Purpose Register 0" group.long 0x68++0x3 line.long 0x00 "GPOUT1,General Purpose Register 1" group.long 0x6C++0x3 line.long 0x00 "GPOUT2,General Purpose Register 2" group.long 0x70++0x3 line.long 0x00 "AXICONTROL,AXI Control Register" endian.be rgroup.long 0x74++0x3 line.long 0x00 "MINORFEATURES1,Minor Features Register 1" bitfld.long 0x00 31. " RSUV_SWIZZLE ,Resolve UV swizzle" "NONE,AVAILABLE" bitfld.long 0x00 30. " V2_COMPRESSION ,V2 compression" "NONE,AVAILABLE" bitfld.long 0x00 29. " VG_DOUBLE_BUFFER ,Double buffering support for VG" "NONE,AVAILABLE" textline " " bitfld.long 0x00 28. " BUG_FIXES1 ,BUG FIXES1" "NONE,AVAILABLE" bitfld.long 0x00 27. " BUG_FIXES2 ,BUG FIXES2" "NONE,AVAILABLE" bitfld.long 0x00 26. " TEXTURE_STRIDE ,Texture has stride and memory addressing" "NONE,AVAILABLE" endian.le group.long 0x78++0x3 line.long 0x00 "TOTALCYCLES,Total Cycle Counter Register" group.long 0x7C++0x3 line.long 0x00 "TOTALIDLECYLES,Total Idle Cycle Register" group.long 0x80++0x3 line.long 0x00 "CHIPSPECS2,Chip Specification Register" endian.be group.long 0x84++0x3 line.long 0x00 "MODULEPOWERCONTROLS,Power Control Register" bitfld.long 0x00 31. " ENABLE_MODULE_CLOCK_GATING ,Enables module level clock gating" "Disabled,Enabled" bitfld.long 0x00 30. " DISABLE_STALL_MODULE_CLOCK_GATING ,Disables module level clock gating for stall condition" "No,Yes" bitfld.long 0x00 29. " DISABLE_STARVE_MODULE_CLOCK_GATING ,Disables module level clock gating for starve/idle condition" "No,Yes" textline " " bitfld.long 0x00 24.--27. " TURN_ON_COUNTER ,Number of clock cycles to wait after turning on the clock" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" hexmask.long.word 0x00 0.--15. 1. " TURN_OFF_COUNTER ,Counter value for clock gating the module" group.long 0x88++0x3 line.long 0x00 "MODULEPOWERMODULECONTROL,Power Level Register" bitfld.long 0x00 31. " DISABLE_MODULE_CLOCK_GATING_FE ,Disables module level clock gating for FE" "No,Yes" bitfld.long 0x00 30. " DISABLE_MODULE_CLOCK_GATING_DE ,Disables module level clock gating for DE" "No,Yes" bitfld.long 0x00 29. " DISABLE_MODULE_CLOCK_GATING_PE ,Disables module level clock gating for PE" "No,Yes" textline " " bitfld.long 0x00 28. " DISABLE_MODULE_CLOCK_GATING_SH ,Disables module level clock gating for SH" "No,Yes" bitfld.long 0x00 27. " DISABLE_MODULE_CLOCK_GATING_PA ,Disables module level clock gating for PA" "No,Yes" bitfld.long 0x00 26. " DISABLE_MODULE_CLOCK_GATING_SE ,Disables module level clock gating for SE" "No,Yes" textline " " bitfld.long 0x00 25. " DISABLE_MODULE_CLOCK_GATING_RA ,Disables module level clock gating for RA" "No,Yes" bitfld.long 0x00 24. " DISABLE_MODULE_CLOCK_GATING_TX ,Disables module level clock gating for TX" "No,Yes" bitfld.long 0x00 23. " DISABLE_MODULE_CLOCK_GATING_VG ,Disables module level clock gating for VG" "No,Yes" textline " " bitfld.long 0x00 22. " DISABLE_MODULE_CLOCK_GATING_IM ,Disables module level clock gating for IM" "No,Yes" bitfld.long 0x00 21. " DISABLE_MODULE_CLOCK_GATING_FP ,Disables module level clock gating for FP" "No,Yes" bitfld.long 0x00 20. " DISABLE_MODULE_CLOCK_GATING_TS ,Disables module level clock gating for TS" "No,Yes" rgroup.long 0x8C++0x3 line.long 0x00 "MODULEPOWERMODULESTATUS,Power Status Register" bitfld.long 0x00 31. " MODULE_CLOCK_GATED_FE ,Module level clock gating is ON for FE" "Low,High" bitfld.long 0x00 30. " MODULE_CLOCK_GATED_DE ,Module level clock gating is ON for DE" "Low,High" bitfld.long 0x00 29. " MODULE_CLOCK_GATED_PE ,Module level clock gating is ON for PE" "Low,High" textline " " bitfld.long 0x00 28. " MODULE_CLOCK_GATED_SH ,Module level clock gating is ON for SH" "Low,High" bitfld.long 0x00 27. " MODULE_CLOCK_GATED_PA ,Module level clock gating is ON for PA" "Low,High" bitfld.long 0x00 26. " MODULE_CLOCK_GATED_SE ,Module level clock gating is ON for SE" "Low,High" textline " " bitfld.long 0x00 25. " MODULE_CLOCK_GATED_RA ,Module level clock gating is ON for RA" "Low,High" bitfld.long 0x00 24. " MODULE_CLOCK_GATED_TX ,Module level clock gating is ON for TX" "Low,High" bitfld.long 0x00 23. " MODULE_CLOCK_GATED_VG ,Module level clock gating is ON for VG" "Low,High" textline " " bitfld.long 0x00 22. " MODULE_CLOCK_GATED_IM ,Module level clock gating is ON for IM" "Low,High" bitfld.long 0x00 21. " MODULE_CLOCK_GATED_FP ,Module level clock gating is ON for FP" "Low,High" bitfld.long 0x00 20. " MODULE_CLOCK_GATED_TS ,Module level clock gating is ON for TS" "Low,High" endian.le width 0xb tree.end tree.open "Video subsystem" tree "AFE (Analog Front End)" base ad:0x400C7000 width 13. rgroup.long 0x0++0x3 line.long 0x00 "MISC_ID,Misc. ID" hexmask.long.byte 0x00 0.--7. 1. " MISC_ID ,Misc. ID and revision number test" group.long 0x4++0x07 line.long 0x00 "PDBUF,Power Down Buffers" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x00 3.--4. " BUFFERS_PD_N ,Active-low power down of test buffers" "Power down both,Power down test buffer 1,Power down test buffer 0,Both enabled" textline " " endif bitfld.long 0x00 2. " BGR_PD_N ,Active-low power down of band gap" "Powered down,Normal" bitfld.long 0x00 1. " BGR_BGR_PD_N ,Active-low power down of band gap core" "Powered down,Normal" textline " " bitfld.long 0x00 0. " ACAFE_PD_N ,Active-low power down of IP" "Powered down,Normal" line.long 0x04 "SWRST,Software Reset" bitfld.long 0x04 3. " ACAFE_SW_RST_N ,Software reset of all clocks" "Reset,Normal" bitfld.long 0x04 2. " ADC_PROC_CLK_SW_RST_N ,Software reset of adc_clk" "Reset,Normal" textline " " sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x04 1. " SAMPLE_CLK_SW_RST_N ,Software reset of sample_clk" "Reset,Normal" endif bitfld.long 0x04 0. " SYSCLK_SW_RST_N ,Software reset of sysclk" "Reset,Normal" group.long 0x18++0x3 line.long 0x00 "BGREG,Band Gap" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x00 4. " BGR_EN_EXT_CURRENT ,External current reference enable" "Disabled,Enabled" endif bitfld.long 0x00 0.--3. " BGR_TRIMLEVEL ,Trim of bandgap" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" rgroup.long 0x400++0x3 line.long 0x00 "ACCESSAR_ID,Accessar ID" hexmask.long.byte 0x00 0.--7. 1. " ACCESSAR_ID ,Accessar ID" group.long 0x404++0x13 line.long 0x00 "PDADC,Power Down ADC" bitfld.long 0x00 4. " CLAMP_PD_N ,Active-low power down of clamp circuitry" "Powered down,Normal" bitfld.long 0x00 3. " ADC_IREF_PD_N ,Active-low power down of ADC iref" "Powered down,Normal" textline " " bitfld.long 0x00 2. " ADC_DLYLOOP_DAC_PD_N ,Active-low power down of ADC delay loop DAC" "Powered down,Normal" bitfld.long 0x00 1. " DLYLOOP_PD_N ,Active-low power down of ADC delay loop reference" "Powered down,Normal" line.long 0x04 "PDSARH,Power Down SAR High" bitfld.long 0x04 0. " ADC_PD_N ,Active-low power down of ADC" "Powered down,Normal" line.long 0x08 "PDSARL,Power Down SAR Low" hexmask.long.byte 0x08 0.--7. 1. " ADC_PD_N ,Active-low power down of ADC" line.long 0x0C "PDADCRFH,Power Down ADC Ref. High" bitfld.long 0x0C 0. " ADCREF_REFBUFSLICE_PD_N ,Active-low power down of ADC reference" "Powered down,Normal" line.long 0x10 "PDADCRFL,Power Down ADC Ref. Low" hexmask.long.byte 0x10 0.--7. 1. " ADCREF_REFBUFSLICE_PD_N ,Active-low power down of ADC reference" group.long 0x41C++0x3 line.long 0x00 "ADCGN,ADC Gain" bitfld.long 0x00 0.--3. " ADC_GAIN ,ADC gain setting" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" group.long 0x434++0x07 line.long 0x00 "REFTRIML,ADC Ref Trim Low" bitfld.long 0x00 6.--7. " ADCREF_REFTRIMOP ,ADC reference" "X1,X2,X2,X3" bitfld.long 0x00 4.--5. " ADCREF_REFTRIM02 ,ADC reference" "Low,Mid,Mid,High" textline " " bitfld.long 0x00 2.--3. " ADCREF_REFTRIM04 ,ADC reference" "Low,Mid,Mid,High" bitfld.long 0x00 0.--1. " ADCREF_REFTRIM08 ,ADC reference" "Low,Mid,Mid,High" line.long 0x04 "REFTRIMH,ADC Ref Trim High" bitfld.long 0x04 0.--3. " ADCREF_REFTRIM ,ADC reference" "X0.86,X0.88,X0.89,X0.91,X0.93,X0.95,X0.96,X0.98,X1.00,X1.018,X1.04,X1.05,X1.07,X1.09,X1.11,X1.13" rgroup.long 0x448++0x3 line.long 0x00 "DLYALG,Delay Loop Calculated Data" hexmask.long.byte 0x00 0.--6. 1. " DLYLOOP_CALCULATEDDATA ,Tuning ADC timing algorithm" group.long 0x44C++0x3 line.long 0x00 "DACAMP,Clamp DAC Trim" bitfld.long 0x00 0.--3. " CLAMPDAC_TRIM ,Trim of DAC current" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" group.long 0x454++0x1B line.long 0x00 "CLMPDAT,Clamp DAC Data" hexmask.long.byte 0x00 0.--7. 1. " CLAMPDAC_DATA ,Clamp DAC data" line.long 0x04 "CLMPAMP,Clamp DAC Control" bitfld.long 0x04 6. " CLAMP_CURRENT_REG_OVERRIDE ,Override clamp current ports and control through registers" "Ports,Register" bitfld.long 0x04 5. " CLAMP_UPDN_REG_OVERRIDE ,Override clamp up down ports and control through registers" "Ports,Register" textline " " bitfld.long 0x04 3.--4. " CLAMP_DACDATA_WEIGHT ,Maps clamp_current input to clampdac_data port in mixed-signal block" "No shift,Shift by 1,Shift by 2,Shift by 3" bitfld.long 0x04 0.--2. " CLAMP_DACDATA_EXTRA ,Clamp DAC extra data" "0,1,2,3,4,5,6,7" line.long 0x08 "CLAMP,Clamp Control" bitfld.long 0x08 7. " CLAMP_PWM_MODE ,Enable PWM mode" "Constant,PWM" bitfld.long 0x08 6. " CLAMP_UP_DOWN_POLARITY ,Defines polarity of MSB in clamp_current port" "Non-inverted,Inverted" textline " " bitfld.long 0x08 5. " CLAMP_IREFSELECT ,Enable current reference to the clamp DAC" "Off,On" bitfld.long 0x08 4. " CLAMP_LOWCURRMODE ,Enable low current mode" "Normal,Low current" textline " " bitfld.long 0x08 3. " CLAMP_INEN_REG ,Clamp down Remove charge" "No pump down,Pump down" bitfld.long 0x08 2. " CLAMP_IPEN_REG ,Clamp up Add charge" "No pump up,Pump up" textline " " sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x08 1. " CLAMP_VN ,Enable voltage clamp select" "iClamp,vClamp" endif bitfld.long 0x08 0. " NCLAMP_POWERSAVE ,Active-low power save" "Power save,Normal" line.long 0x0C "INPBUF,Input Buffer" bitfld.long 0x0C 5. " MUX_CLAMPEN ,Connect clamp node to analog input" "Disabled,Enabled" bitfld.long 0x0C 4. " MUX_BUFFER_15M_EN ,15MHz buffer enable" "Disabled,Enabled" textline " " bitfld.long 0x0C 3. " MUX_BUFFER_BP_EN ,Buffer bypass enable" "Disabled,Enabled" bitfld.long 0x0C 2. " BUFF_EN_CM ,Common mode input buffer enable" "Disabled,Enabled" textline " " bitfld.long 0x0C 0. " BUFF_EN_RI ,Differential output buffer enable" "Disabled,Enabled" line.long 0x10 "INPFLT,Analog Input Filter" bitfld.long 0x10 6. " MUX_ENLF[3] ,Analog input enable 3" "Disabled,Enabled" bitfld.long 0x10 5. " MUX_ENLF[2] ,Analog input enable 2" "Disabled,Enabled" textline " " bitfld.long 0x10 4. " MUX_ENLF[1] ,Analog input enable 1" "Disabled,Enabled" bitfld.long 0x10 3. " MUX_ENLF[0] ,Analog input enable 0" "Disabled,Enabled" textline " " bitfld.long 0x10 2. " MUX_FILTERBYPASS ,Fiter bypass" "Disabled,Enabled" bitfld.long 0x10 1. " MUX_FILTER_15M_EN ,15 MHz filter enable" "Disabled,Enabled" textline " " bitfld.long 0x10 0. " MUX_PDCURRENTMIRROR ,Power down current mirror" "Powered down,Normal" line.long 0x14 "ADCDGN,ADC Digital Gain" bitfld.long 0x14 6. " ADC_DIGITAL_GAIN_BYPASS ,Bypass digital gain" "Normal,Bypass" bitfld.long 0x14 0.--5. " ADC_DIGITAL_GAIN ,ADC digital gain" "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 "OFFDRV,Off-Chip Drive" bitfld.long 0x18 7. " INPUT_PULLDOWN_EN[3] ,Input pull-down enable 3" "Disabled,Enabled" bitfld.long 0x18 6. " INPUT_PULLDOWN_EN[2] ,Input pull-down enable 2" "Disabled,Enabled" textline " " bitfld.long 0x18 5. " INPUT_PULLDOWN_EN[1] ,Input pull-down enable 1" "Disabled,Enabled" bitfld.long 0x18 4. " INPUT_PULLDOWN_EN[0] ,Input pull-down enable 0" "Disabled,Enabled" rgroup.long 0x800++0x3 line.long 0x00 "ACC_ID,Acc ID" hexmask.long.byte 0x00 0.--7. 1. " ACC_ID ,Block ID and revision number" group.long 0x808++0x3 line.long 0x00 "ASAREG,ADC Sample Acquisition" bitfld.long 0x00 5.--7. " ASA_REG ,ADC sample acquisition" "0,1,2,3,4,5,6,7" bitfld.long 0x00 3. " ASA_REG9 ,ADC sample acquisition - Enable 9 slices" "Disabled,Enabled" textline " " bitfld.long 0x00 2. " ASA_REG5 ,ADC sample acquisition - Enable 5 slices" "Disabled,Enabled" bitfld.long 0x00 1. " ASA_REG3 ,ADC sample acquisition - Enable 3 slices" "Disabled,Enabled" group.long 0x810++0x07 line.long 0x00 "ASCREG,ADC Sample Compensation" bitfld.long 0x00 0. " ASC_REG ,ADC offset compensation" "Enabled,Disabled" line.long 0x04 "BLCREG,Block Level Control Register" bitfld.long 0x04 1. " START_CAL ,Start calibration" "Normal,Start" bitfld.long 0x04 0. " EN_BYPASS ,Enable bypass" "Normal,Bypass" group.long 0x824++0x3 line.long 0x00 "AOCREG0,ADC Operation Controller 0" bitfld.long 0x00 0. " START_CAL ,Start calibration" "Normal,Start" width 11. tree.end tree "VDEC (Video decoder)" base ad:0x400C8000 width 9. group.long 0x00++0x03 line.long 0x00 "2DCFC1,2D Comb Filter Control 1" bitfld.long 0x00 4.--7. " RC_DEBUGOUT ,Debug mode" "Full 2D comb filter,Vertical adaptive comb only,Fixed 3 line vertical comb only,Fixed notch filter only,?..." bitfld.long 0x00 0.--3. " RC_COMBMODE_OVERRIDE ,Comb mode override" "Enable override,Reserved,Force 4.43 MHz comb filters,Force PAL 2D comb mode,?..." sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x18++0x03 line.long 0x00 "2DCFD2,2D Comb Filter Debug 2" bitfld.long 0x00 4.--7. " R3D_FAV3D ,Favor 3D mode" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 0.--3. " R3D_FAV2D ,Favor 2D mode" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" endif group.long 0x24++0x03 line.long 0x00 "BRSTGT,Burst Gate" hexmask.long.byte 0x00 0.--7. 1. " RC_CBURSTSTART ,Burst start position" group.long 0x40++0x07 line.long 0x00 "HZPOS,Horizontal Position" hexmask.long.byte 0x00 0.--7. 1. " RO_HPRAMP_CMP ,Horizontal Position" line.long 0x04 "VRTPOS,Vertical Position" hexmask.long.byte 0x04 0.--7. 1. " RO_VLINE_CMP ,Vertical Position" group.long 0x54++0x13 line.long 0x00 "HVSHFT,Output Conditioning and HV Shift" bitfld.long 0x00 6. " ANTIALIAS_DIS ,Anti-alias disable" "No,Yes" bitfld.long 0x00 5. " RO_USEACTIVE ,Use active" "Disabled,Enabled" bitfld.long 0x00 4. " RO_VZERO_SEL ,Vertical shift" "No effect,Shifted" textline " " bitfld.long 0x00 1. " RO_INVFIELD ,Invert field" "No effect,Inverted" bitfld.long 0x00 0. " RO_HZERO_SEL ,Horizontal shift" "No effect,Shifted" line.long 0x04 "HSIGS,HSync Ignore Start" hexmask.long.byte 0x04 0.--7. 1. " RV_IGNORESTART ,Ignore start" line.long 0x08 "HSIGE,HSync Ignore End" hexmask.long.byte 0x08 0.--7. 1. " RV_IGNOREEND ,Ignore end" line.long 0x0C "VSCON1,VSync Control 1" bitfld.long 0x0C 7. " RH_8OR16 ,Vsync detector" "New (16 long),Old (shorter)" bitfld.long 0x0C 6. " RH_MODADD_DIS ,Debug" "0,1" bitfld.long 0x0C 5. " RH_VSYNCHALFMODE ,Vsync half mode" "Disabled,Enabled" textline " " bitfld.long 0x0C 4. " RH_DIS_VSYNCDETECT ,Vsync detection disable" "No,Yes" bitfld.long 0x0C 3. " RH_ROBUST625DET ,Robust 625 detection" "Disabled,Enabled" textline " " bitfld.long 0x0C 0.--2. " RH_VDET_DBG ,Vsync debug mode" "Predicted location of Vsync,High when a new Vphase is set in the IP,Very simple Vsync detector,High when several valid Vsyncs in a row are detected,High when this field's possible Vsync phases are looked at,The many detected Vsyncs,High when twice as many Vsync phases are matching,Low-pass filtered luma falling edge detector" line.long 0x10 "VSCON2,VSync Control 2" bitfld.long 0x10 7. " RH_DISABLE_HSW ,Head switch detection disable" "No,Yes" bitfld.long 0x10 6. " RH_SMOOTH_HSW ,Headswitch smoothing" "One new line,Average of 4 lines" bitfld.long 0x10 4.--5. " RH_HSW_CORING ,Headswitch coring value" "0,1,2,3" textline " " bitfld.long 0x10 2.--3. " RH_VCR_FORCE_DIS ,Override VCR detect mode" "Automatic detection,Disable VCR detection,Force VCR mode,?..." bitfld.long 0x10 0.--1. " RH_VCR_PHASETHR ,VCR detection threshold" "0,1,2,3" group.long 0x6C++0x07 line.long 0x00 "YCDEL,Y/C Delay and Chroma Debug" bitfld.long 0x00 4.--7. " RD_LUMADEL ,Luma delay" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 2. " RD_WIDE ,Wide mode" "Disabled,Enabled" bitfld.long 0x00 1. " RD_NARROW ,Narrow mode" "Disabled,Enabled" textline " " bitfld.long 0x00 0. " RD_NOPALAVE ,No PAL averaging" "0,1" line.long 0x04 "AFTCLP,After Clamp" bitfld.long 0x04 6. " RC_AOUTOAFTERCLAMP_DIS ,Auto after clamp disable" "No,Yes" bitfld.long 0x04 5. " RC_MIDFIELD_DIS ,Midfield update disable" "No,Yes" bitfld.long 0x04 4. " RC_AFTERCLAMP_UPDATE_EN ,After clamp update enable" "Disabled,Enabled" textline " " bitfld.long 0x04 2. " RL_RESETOFFSET ,Reset offset" "No reset,Reset" bitfld.long 0x04 1. " RL_DISOFFSET ,Offset disable" "No,Yes" bitfld.long 0x04 0. " RH_SHORTFRAME ,Short frame" "0,1" group.long 0x78++0x03 line.long 0x00 "DCOFF,DC Offset" bitfld.long 0x00 4.--6. " RL_DCOFFSETP ,DC offset proportional gain" "0,1,2,3,4,5,6,7" bitfld.long 0x00 3. " RL_LINEMEASURE_DIS ,Line measure disable" "No,Yes" bitfld.long 0x00 0.--1. " RL_DCOFFSETI ,DC offset integrator gain" "0,1,2,3" group.long 0x84++0x1B line.long 0x00 "CSID,Chroma Swap Invert and Debug" bitfld.long 0x00 7. " RD_BYPASSHILBERT ,Bypass hilbert" "Not bypassed,Bypassed" bitfld.long 0x00 3. " RD_NOPALHUE ,PAL hue disable" "No,Yes" bitfld.long 0x00 2. " RD_INVCB ,Invert Cb" "Not inverted,Inverted" textline " " bitfld.long 0x00 1. " RD_INVCR ,Invert Cr" "Not inverted,Inverted" bitfld.long 0x00 0. " RD_SWAPCRCB ,Swap Cr CB" "Not swapped,Swapped" line.long 0x04 "CBGN,Cb Gain" hexmask.long.byte 0x04 0.--7. 1. " RD_CBGAIN ,Cb gain" line.long 0x08 "CRGN,Cr Gain" hexmask.long.byte 0x08 0.--7. 1. " RD_CRGAIN ,Cr gain" line.long 0x0C "CNTR,Contrast" hexmask.long.byte 0x0C 0.--7. 1. " RD_LUMAGAIN ,Contrast" line.long 0x10 "BRT,Brightness" hexmask.long.byte 0x10 0.--7. 1. " RC_BLACKLEVEL ,Brightness" line.long 0x14 "HUE,Hue" hexmask.long.byte 0x14 0.--7. 1. " RD_CH_THRESH ,Hue" line.long 0x18 "CHBTH,Chroma Burst Threshold" hexmask.long.byte 0x18 0.--7. 1. " RD_CH_THRESH ,Chroma burst threshold" group.long 0xA4++0x07 line.long 0x00 "SHPIMP,Sharpness Improvement" bitfld.long 0x00 4.--7. " RD_SLOPE ,Slope" "No effect,Positive slope compensation,Positive slope compensation,Positive slope compensation,Positive slope compensation,Positive slope compensation,Positive slope compensation,Positive slope compensation,Negative slope compensation,Negative slope compensation,Negative slope compensation,Negative slope compensation,Negative slope compensation,Negative slope compensation,Negative slope compensation,Negative slope compensation" textline " " bitfld.long 0x00 0.--3. " RD_PEAK ,Peak" "0(No sharpness),1,2,3,4,5,6,7,8,9,10,11,12,13,14,15(Maximum sharpness)" line.long 0x04 "CHPLLIM,Chroma PLL and Input Mode" bitfld.long 0x04 4.--6. " RD_CHLOCK_ATTEN ,Chroma lock attenuation" "0,1,2,3,4,5,6,7" bitfld.long 0x04 3. " RD_LOCKED_FORCE ,Locked force" "Not forced,Forced" bitfld.long 0x04 0.--2. " RD_INPUTCABLES ,Input cables" "CVBS,S-Video,Component,?..." rgroup.long 0xAC++0x0B line.long 0x00 "VIDMOD,Video Mode" bitfld.long 0x00 7. " PAL ,PAL detected" "Not detected,Detected" bitfld.long 0x00 6. " F443 ,4.43MHz chroma detected" "Not detected,Detected" bitfld.long 0x00 5. " SECAM ,SECAM detected" "Not detected,Detected" textline " " bitfld.long 0x00 4. " M625 ,625 mode" "Disabled,Enabled" bitfld.long 0x00 3. " CH_LOCKED ,Chroma locked" "Not locked,Locked" bitfld.long 0x00 2. " CHROMA ,Chroma carrier detected" "Not detected,Detected" textline " " bitfld.long 0x00 1. " HLOCKED ,Hsync locked" "Not locked,Locked" bitfld.long 0x00 0. " HAVESIGNAL ,Have signal" "Not detected,Detected" line.long 0x04 "VIDSTS,Video Status" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") bitfld.long 0x04 4.--5. " MV ,Macrovision" "Not detected,Macrovision AGC pulses detected,Macrovision AGC and 2 chroma stripes detected,Macrovision AGC and 4 chroma stripes detected" endif bitfld.long 0x04 2. " VCRDETECT ,VCR detected" "Not detected,Detected" textline " " bitfld.long 0x04 1. " NONARITH3D ,Nonarithmetic 3D ratio" "Not detected,Detected" bitfld.long 0x04 0. " NONARITH ,Invalid nonarithmetic ratio" "Not detected,Detected" line.long 0x08 "NOISE,Noise Detector" hexmask.long.byte 0x08 0.--7. 1. " NOISE ,Noise detector" group.long 0xB8++0x07 line.long 0x00 "STDDBG,Standards and Debug" bitfld.long 0x00 7. " RD_FC_MAUAL ,Manual carrier frequency" "Disabled,Enabled" bitfld.long 0x00 6. " NTSCJ ,NTSC keep pedestal" "Disabled,Enabled" bitfld.long 0x00 5. " FORCE_2DNTSC443 ,Force 2D NTSC 443" "Not forced,Forced" textline " " bitfld.long 0x00 3. " FORCE_HAVESIGNAL ,Force have signal" "Not forced,Forced" bitfld.long 0x00 0.--1. " STANDARD_FILTER ,Standard filter" "0,1,2,3" line.long 0x04 "MANOVR,Manual Override" bitfld.long 0x04 7. " PAL_OVERRIDE ,PAL override" "No override,Override" bitfld.long 0x04 6. " F443_OVERRIDE ,443 override" "No override,Override" bitfld.long 0x04 5. " SECAM_OVERRIDE ,SECAM override" "No override,Override" textline " " bitfld.long 0x04 4. " LINE625_OVERRIDE ,Line 625 override" "No override,Override" bitfld.long 0x04 3. " PAL_MANUAL ,PAL manual override" "No override,Override" bitfld.long 0x04 2. " FOUR43_MANUAL ,443 manual override" "No override,Override" textline " " bitfld.long 0x04 1. " SECAM_MANUAL ,SECAM manual" "No override,Override" bitfld.long 0x04 0. " MANUAL_625 ,Manual 625" "No override,Override" group.long 0xC8++0x03 line.long 0x00 "VSSGTH,VSync and Signal Thresholds" bitfld.long 0x00 4.--7. " RH_VSYNCLENGTH ,Vsync length" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 0.--2. " NOSIGTHRESH ,No signal threshold" "0,1,2,3,4,5,6,7" group.long 0xD0++0x17 line.long 0x00 "DBGFBH,Debug Framebuffer" bitfld.long 0x00 0.--1. " CLAMP_DELAYH ,Clamp delay high" "0,1,2,3" line.long 0x04 "DBGFBL,Debug Framebuffer 2" hexmask.long.byte 0x04 0.--7. 1. " CLAMP_DELAYL ,Clamp delay low" line.long 0x08 "HACTS,H Active Start" hexmask.long.byte 0x08 0.--7. 1. " RO_HACTIVESTART ,H active start" line.long 0x0C "HACTE,H Active End" hexmask.long.byte 0x0C 0.--7. 1. " RO_HACTIVEEND ,H active end" line.long 0x10 "VACTS,V Active Start" hexmask.long.byte 0x10 0.--7. 1. " RO_VACTIVESTART ,V active start" line.long 0x14 "VACTE,V Active End" hexmask.long.byte 0x14 0.--7. 1. " RO_VACTIVEEND ,V active end" group.long 0xEC++0x03 line.long 0x00 "HSTIP,HSync Tip" hexmask.long.byte 0x00 0.--7. 1. " RH_TIPGATE_START ,Tip gate start" group.long 0xF8++0x07 line.long 0x00 "BLSCRCR,Bluescreen Cr" hexmask.long.byte 0x00 0.--7. 1. " BLUESCREEN_Y ,Bluescreen Y" line.long 0x04 "BLSCRCB,Bluescreen Cb" hexmask.long.byte 0x04 0.--7. 1. " BLUESCREEN_CB ,Bluescreen Cb" group.long 0x104++0x03 line.long 0x00 "LMAGC2,Luma AGC Control 2" hexmask.long.byte 0x00 0.--7. 1. " RAGC_TARGET ,AGC target" group.long 0x10C++0x03 line.long 0x00 "CHAGC2,Chroma AGC Control 2" hexmask.long.byte 0x00 0.--7. 1. " RD_CHAGC_TARGET ,Chroma AGC target" group.long 0x114++0x03 line.long 0x00 "MINTH,Minimum Threshold" hexmask.long.byte 0x00 0.--7. 1. " MINTHRESH ,Minimum threshold" rgroup.long 0x11C++0x07 line.long 0x00 "VFRQOH,Vertical Lines High" bitfld.long 0x00 0.--3. " VFREQO ,Vertical frequency" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "VFRQOL,Vertical Lines Low" hexmask.long.byte 0x04 0.--7. 1. " VFREQO ,Vertical frequency" sif (cpu()!="VF7XX-CM4"&&cpu()!="VF6XX-CM4"&&cpu()!="VF7XX-CA5"&&cpu()!="VF6XX-CA5"&&cpu()!="VF5XX-CA5"&&cpu()!="VF4XX-CA5"&&cpu()!="VF3XX-CA5") group.long 0x124++0x0F line.long 0x00 "THSH1,Threshold 1" hexmask.long.byte 0x00 0.--7. 1. " THRESH1 ,Threshold 1" line.long 0x04 "THSH2,Threshold 2" hexmask.long.byte 0x04 0.--7. 1. " THRESH2 ,Threshold 2" line.long 0x08 "NCHTH,No Chroma Threshold" hexmask.long.byte 0x08 0.--7. 1. " NOCHROMATHRESH ,No chroma threshold" line.long 0x0C "TH1F,Threshold 1 Frame" hexmask.long.byte 0x0C 0.--7. 1. " THRESH1F ,Threshold 1 frame" endif width 11. tree.end tree.end tree "MCM (Miscellaneous Control Module)" base ad:0xE0080000 width 7. rgroup.word 0x08++0x03 line.word 0x00 "PLASC,Crossbar Switch (AXBS) Slave Configuration" bitfld.word 0x00 7. " ASC[7] ,Connection to the crossbar switch's slave input port 7" "Not connected,Connected" bitfld.word 0x00 6. " [6] ,Connection to the crossbar switch's slave input port 6" "Not connected,Connected" bitfld.word 0x00 5. " [5] ,Connection to the crossbar switch's slave input port 5" "Not connected,Connected" textline " " bitfld.word 0x00 4. " [4] ,Connection to the crossbar switch's slave input port 4" "Not connected,Connected" bitfld.word 0x00 3. " [3] ,Connection to the crossbar switch's slave input port 3" "Not connected,Connected" bitfld.word 0x00 2. " [2] ,Connection to the crossbar switch's slave input port 2" "Not connected,Connected" textline " " bitfld.word 0x00 1. " [1] ,Connection to the crossbar switch's slave input port 1" "Not connected,Connected" bitfld.word 0x00 0. " [0] ,Connection to the crossbar switch's slave input port 0" "Not connected,Connected" line.word 0x02 "PLAMC,Crossbar Switch (AXBS) Master Configuration" bitfld.word 0x02 7. " AMC[7] ,Connection to the AXBS master input port 7" "Not connected,Connected" bitfld.word 0x02 6. " [6] ,Connection to the AXBS master input port 6" "Not connected,Connected" bitfld.word 0x02 5. " [5] ,Connection to the AXBS master input port 5" "Not connected,Connected" textline " " bitfld.word 0x02 4. " [4] ,Connection to the AXBS master input port 4" "Not connected,Connected" bitfld.word 0x02 3. " [3] ,Connection to the AXBS master input port 3" "Not connected,Connected" bitfld.word 0x02 2. " [2] ,Connection to the AXBS master input port 2" "Not connected,Connected" textline " " bitfld.word 0x02 1. " [1] ,Connection to the AXBS master input port 1" "Not connected,Connected" bitfld.word 0x02 0. " [0] ,Connection to the AXBS master input port 0" "Not connected,Connected" newline sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") group.long 0x0C++0x03 line.long 0x00 "CR,Control Register" bitfld.long 0x00 30. " SRAMLWP ,SRAM_L write protect" "Not protected,Protected" bitfld.long 0x00 28.--29. " SRAMUWP ,SRAM_L arbitration priority" "Round robin,Special round robin,Processor highest,Backdoor highest" textline " " bitfld.long 0x00 26. " SRAMUWP ,SRAM_U write protect" "Not protected,Protected" bitfld.long 0x00 24.--25. " SRAMUAP ,SRAM_U arbitration priority" "Round robin,Special round robin,Processor highest,Backdoor highest" group.long 0x10++0x03 line.long 0x00 "ISCR,Interrupt Status And Control Register" bitfld.long 0x00 31. " FIDCE ,FPU input denormal interrupt enable" "Disabled,Enabled" bitfld.long 0x00 28. " FIXCE ,FPU inexact interrupt enable" "Disabled,Enabled" bitfld.long 0x00 27. " FUFCE ,FPU underflow interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 26. " FOFCE ,FPU overflow interrupt enable" "Disabled,Enabled" bitfld.long 0x00 25. " FDZCE ,FPU divide-by-zero interrupt enable" "Disabled,Enabled" bitfld.long 0x00 24. " FIOCE ,FPU invalid operation interrupt enable" "Disabled,Enabled" textline " " bitfld.long 0x00 20. " CWBEE ,Cache write buffer error enable" "Disable,Enable" rbitfld.long 0x00 15. " FIDC ,FPU input denormal interrupt status" "No interrupt,Interrupt" rbitfld.long 0x00 12. " FIXC ,FPU inexact interrupt status" "No interrupt,Interrupt" textline " " rbitfld.long 0x00 11. " FUFC ,FPU underflow interrupt status" "No interrupt,Interrupt" rbitfld.long 0x00 10. " FOFC ,FPU overflow interrupt status" "No interrupt,Interrupt" rbitfld.long 0x00 9. " FDZC ,FPU divide-by-zero interrupt status" "No interrupt,Interrupt" textline " " rbitfld.long 0x00 8. " FIOC ,FPU invalid operation interrupt status" "No interrupt,Interrupt" eventfld.long 0x00 4. " CWBER ,Cache write buffer error status" "No error,Error" rbitfld.long 0x00 3. " DHREQ ,Debug halt request indicator" "Not requested,Requested" rgroup.long 0x20++0x03 line.long 0x00 "FADR,Fault Address Register" rgroup.long 0x24++0x03 line.long 0x00 "FATR,Fault Attributes Register" bitfld.long 0x00 31. " BEOVR ,Bus error overrun" "No error,Error" bitfld.long 0x00 8.--11. " BEMN ,Bus error master number" ",1,?..." bitfld.long 0x00 7. " BEWT ,Bus error write" "Read,Write" textline " " bitfld.long 0x00 4.--5. " BESZ ,Bus error size" "8-bit,16-bit,32-bit,?..." bitfld.long 0x00 1. " BEMD ,Bus error privilege level" "User,Supervisor" bitfld.long 0x00 0. " BEDA ,Bus error access type" "Instruction,Data" rgroup.long 0x28++0x03 line.long 0x00 "FDR,Fault Data Register" else group.long 0x0C++0x03 line.long 0x00 "PLACR,Platform Control Register" bitfld.long 0x00 16. " ESFC ,Enable stalling flash controller" "Disabled,Enabled" bitfld.long 0x00 15. " DFCS ,Disable flash controller speculation" "No,Yes" bitfld.long 0x00 14. " EFDS ,Enable flash data speculation" "Disabled,Enabled" sif !cpuis("MKL03*") textline " " bitfld.long 0x00 13. " DFCC ,Disable flash controller cache" "No,Yes" bitfld.long 0x00 12. " DFCIC ,Disable flash controller instruction caching" "No,Yes" bitfld.long 0x00 11. " DFCDA ,Disable flash controller data caching" "No,Yes" textline " " bitfld.long 0x00 10. " CFCC ,Clear flash controller cache" "No effect,Clear" bitfld.long 0x00 9. " ARB ,Arbitration select" "Fixed-priority,Round-robin" sif cpuis("MKL28*") textline " " bitfld.long 0x00 8. " MMCAU ,MMCAU Present" "Disabled,Enabled" endif endif group.long 0x40++0x03 line.long 0x00 "CPO,Compute Operation Control Register" bitfld.long 0x00 2. " CPOWOI ,Compute operation wakeup on interrupt" "No wakeup,Wakeup" rbitfld.long 0x00 1. " CPOACK ,Compute operation" "Not completed,Completed" bitfld.long 0x00 0. " CPOREQ ,Compute operation request" "Not requested,Requested" endif width 0x0B tree.end tree "SNVS (Secure Non-Volatile Storage)" base ad:0x400A7000 width 11. tree "HP Registers" group.long 0x00++0x1F line.long 0x00 "HPLR,SNVS_HP Lock Register" bitfld.long 0x00 18. " HAC_L ,High Assurance Configuration Lock" "Not locked,Locked" bitfld.long 0x00 17. " HPSICR_L ,HP Security Interrupt Control Register Lock" "Not locked,Locked" bitfld.long 0x00 16. " HPSVCR_L ,HP Security Violation Control Register Lock" "Not locked,Locked" textline " " bitfld.long 0x00 9. " MKS_SL ,Master Key Select Soft Lock" "Not locked,Locked" bitfld.long 0x00 8. " LPTDCR_SL ,LP Tamper Detectors Configuration Register Soft Lock" "Not locked,Locked" bitfld.long 0x00 7. " LPTGFCR_SL ,LP Tamper Glitch Filter Configuration Register Soft Lock" "Not locked,Locked" textline " " bitfld.long 0x00 6. " LPSVCR_SL ,LP Security Violation Control Register Soft Lock" "Not locked,Locked" bitfld.long 0x00 5. " GPR_SL ,General Purpose Register Soft Lock" "Not locked,Locked" bitfld.long 0x00 4. " MC_SL ,Monotonic Counter Soft Lock" "Not locked,Locked" textline " " bitfld.long 0x00 3. " LPCALB_SL ,LP Calibration Soft Lock" "Not locked,Locked" bitfld.long 0x00 2. " SRTC_SL ,Secure Real Time Counter Soft Lock" "Not locked,Locked" bitfld.long 0x00 1. " ZMK_RSL ,Zeroizable Master Key Read Soft Lock" "Not locked,Locked" textline " " bitfld.long 0x00 0. " ZMK_WSL ,Zeroizable Master Key Write Soft Lock" "Not locked,Locked" line.long 0x04 "HPCOMR,SNVS_HP Command Register" bitfld.long 0x04 31. " NPSWA_EN ,Non-Privileged SW Access Enable" "Disabled,Enabled" bitfld.long 0x04 19. " HAC_STOP ,High Assurance Counter Stop" "Not stopped,Stopped" bitfld.long 0x04 18. " HAC_CLEAR ,High Assurance Counter Clear" "No effect,Clear" textline " " bitfld.long 0x04 17. " HAC_LOAD ,High Assurance Counter Load" "No effect,Load" bitfld.long 0x04 16. " HAC_EN ,High Assurance Configuration Enable" "Disabled,Enabled" bitfld.long 0x04 13. " MKS_EN ,Master Key Select Enable" "Disabled,Enabled" textline " " bitfld.long 0x04 12. " PROG_ZMK ,Program Zeroizable Master Key" "No effect,Activate" bitfld.long 0x04 10. " SW_LPSV ,LP SW Security Violation" "No effect,Enabled" bitfld.long 0x04 9. " SW_FSV ,SW Fatal Security Violation" "No effect,Enabled" textline " " bitfld.long 0x04 8. " SW_SV ,SW Security Violation" "Disabled,Enabled" bitfld.long 0x04 5. " LP_SWR_DIS ,LP SW Reset Disable" "No,Yes" bitfld.long 0x04 4. " LP_SWR ,LP SW Reset" "No effect,Reset" textline " " bitfld.long 0x04 2. " SSM_SFNS_DIS ,SSM Soft Fail to Non-Secure state Transition Disable" "No,Yes" bitfld.long 0x04 1. " SSM_ST_DIS ,SSM Secure to Trusted state Transition Disable" "No,Yes" bitfld.long 0x04 0. " SSM_ST ,SSM State Transition" "No effect,Enable" line.long 0x08 "HPCR,SNVS_HP Control Register" bitfld.long 0x08 16. " HP_TS ,HP Time Synchronize" "No effect,Synchronize" bitfld.long 0x08 10.--14. " HPCALB_VAL ,HP Calibration Value" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1" bitfld.long 0x08 8. " HPCALB_EN ,HP Real Time Counter Calibration Enabled" "Disabled,Enabled" bitfld.long 0x08 4.--7. " PI_FREQ ,Periodic Interrupt Frequency" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x08 3. " PI_EN ,HP Periodic Interrupt Enable" "Disabled,Enabled" bitfld.long 0x08 1. " HPTA_EN ,HP Time Alarm Enable" "Disabled,Enabled" bitfld.long 0x08 0. " RTC_EN ,HP Real Time Counter Enable" "Disabled,Enabled" line.long 0x0C "HPSICR,SNVS_HP Security Interrupt Control Register" bitfld.long 0x0C 31. " LPSVI_EN ,LP Security Violation Interrupt Enable" "Disabled,Enabled" bitfld.long 0x0C 5. " SVI_EN5 ,Security Violation Interrupt 5 Enable" "Disable,Enabled" bitfld.long 0x0C 4. " SVI_EN4 ,Security Violation Interrupt 4 Enable" "Disabled,Enabled" bitfld.long 0x0C 3. " SVI_EN3 ,Security Violation Interrupt 3 Enable" "Disabled,Enabled" textline " " bitfld.long 0x0C 2. " SVI_EN2 ,Security Violation Interrupt 2 Enable" "Disabled,Enabled" bitfld.long 0x0C 1. " SVI_EN1 ,Security Violation Interrupt 1 Enable" "Disabled,Enabled" bitfld.long 0x0C 0. " SVI_EN0 ,Security Violation Interrupt 0 Enable" "Disabled,Enabled" line.long 0x10 "HPSVCR,SNVS_HP Security Violation Control Register" bitfld.long 0x10 30.--31. " LPSV_CFG ,LP Security Violation Configuration" "Disabled,Non-fatal,Fatal,Fatal" bitfld.long 0x10 5.--6. " SV_CFG5 ,Security Violation Input 5 Configuration" "Disabled,Non-fatal,Fatal,Fatal" bitfld.long 0x10 4. " SV_CFG4 ,Security Violation Input 4 Configuration" "Non-fatal,Fatal" bitfld.long 0x10 3. " SV_CFG3 ,Security Violation Input 3 Configuration" "Non-fatal,Fatal" textline " " bitfld.long 0x10 2. " SV_CFG2 ,Security Violation Input 2 Configuration" "Non-fatal,Fatal" bitfld.long 0x10 1. " SV_CFG1 ,Security Violation Input 1 Configuration" "Non-fatal,Fatal" bitfld.long 0x10 0. " SV_CFG0 ,Security Violation Input 0 Configuration" "Non-fatal,Fatal" line.long 0x14 "HPSR,SNVS_HP Status Register" bitfld.long 0x14 31. " ZMK_ZERO ,Zeroizable Master Key is Equal to Zero" "Not zero,Zero" bitfld.long 0x14 27. " OTPMK_ZERO ,One Time Programmable Master Key is Equal to Zero" "Not zero,Zero" hexmask.long.word 0x14 16.--24. 1. " OTPMK_SYNDROME ,One Time Programmable Master Key Syndrome Value" textline " " sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x14 15. " SYS_SECURE_BOOT ,Sys_Secure_Boot Input Signal Value" "Normal,ROM" bitfld.long 0x14 12.--14. " SYS_SECURITY_CFG ,Sys_Security_Cfg Input Signal Value" "Fab,Open,Closed,Closed,Field Return,Field Return,Field Return,Field Return" textline " " endif bitfld.long 0x14 8.--11. " SSM_ST ,System Security Monitor State" "Init,Hard Fail,Reserved,Soft Fail,Reserved,Reserved,Reserved,Reserved,Init Intermediate,Check,Reserved,Non-Secure,Reserved,Trusted,Reserved,Secure" eventfld.long 0x14 1. " PI ,Periodic Interrupt" "No interrupt,Interrupt" eventfld.long 0x14 0. " HPTA ,HP Time Alarm" "No interrupt,Interrupt" line.long 0x18 "HPSVSR,SNVS_HP Security Violation Status Register" eventfld.long 0x18 27. " ZMK_ECC_FAIL ,Zeroizable Master Key Error Correcting Code Check Failure" "Not detected,Detected" hexmask.long.word 0x18 16.--24. 1. " ZMK_SYNDROME ,Zeroizable Master Key Syndrome Value" textline " " eventfld.long 0x18 5. " SEC_VIO5 ,Security Violation on Input 5 is Detected" "Not occurred,Occurred" eventfld.long 0x18 4. " SEC_VIO4 ,Security Violation on Input 4 is Detected" "Not occurred,Occurred" textline " " eventfld.long 0x18 3. " SEC_VIO3 ,Security Violation on Input 3 is Detected" "Not occurred,Occurred" eventfld.long 0x18 2. " SEC_VIO2 ,Security Violation on Input 2 is Detected" "Not occurred,Occurred" textline " " eventfld.long 0x18 1. " SEC_VIO1 ,Security Violation on Input 1 is Detected" "Not occurred,Occurred" eventfld.long 0x18 0. " SEC_VIO0 ,Security Violation on Input 0 is Detected" "Not occurred,Occurred" line.long 0x1C "HPHACIVR,SNVS_HP High Assurance Counter IV Register" rgroup.long 0x20++0x03 line.long 0x00 "HPHACR,SNVS_HP High Assurance Counter Register" group.long 0x24++0x0F line.long 0x00 "HPRTCMR,SNVS_HP Real Time Counter MSB Register" hexmask.long.word 0x00 0.--14. 1. " RTC ,HP Real Time Counter bits" line.long 0x04 "HPRTCLR,SNVS_HP Real Time Counter LSB Register" line.long 0x08 "HPTAMR,SNVS_HP Time Alarm MSB Register" hexmask.long.word 0x08 0.--14. 1. " HPTA ,HP Time Alarm bit" line.long 0x0C "HPTALR,SNVS_HP Time Alarm LSB Register" tree.end tree "LP Registers" group.long 0x34++0x27 line.long 0x00 "LPLR,SNVS_LP Lock Register" bitfld.long 0x00 9. " MKS_HL ,Master Key Select Hard Lock" "Not locked,Locked" bitfld.long 0x00 8. " LPTDCR_HL ,LP Tamper Detectors Configuration Register Hard Lock" "Not locked,Locked" textline " " bitfld.long 0x00 7. " LPTGFCR_HL ,LP Tamper Glitch Filter Configuration Register Hard Lock" "Not locked,Locked" bitfld.long 0x00 6. " LPSVCR_HL ,LP Security Violation Control Register Hard Lock" "Not locked,Locked" textline " " bitfld.long 0x00 5. " GPR_HL ,General Purpose Register Hard Lock" "Not locked,Locked" bitfld.long 0x00 4. " MC_HL ,Monotonic Counter Hard Lock" "Not locked,Locked" textline " " bitfld.long 0x00 3. " LPCALB_HL ,LP Calibration Hard Lock" "Not locked,Locked" bitfld.long 0x00 2. " SRTC_HL ,Secure Real Time Counter Hard Lock" "Not locked,Locked" textline " " bitfld.long 0x00 1. " ZMK_RHL ,Zeroizable Master Key Read Hard Lock" "Not locked,Locked" bitfld.long 0x00 0. " ZMK_WHL ,Zeroizable Master Key Write Hard Lock" "Not locked,Locked" line.long 0x04 "LPCR,SNVS_LP Control Register" bitfld.long 0x04 10.--14. " LPCALB_VAL ,LP Calibration Value" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1" bitfld.long 0x04 8. " LPCALB_EN ,LP Calibration Enable" "Disabled,Enabled" textline " " sif (cpuis("IMX6*")||cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") bitfld.long 0x04 6. " TOP ,Turn off System Power" "On,Off" bitfld.long 0x04 5. " DP_EN ,Dumb PMIC Enabled" "Disabled,Enabled" textline " " endif bitfld.long 0x04 4. " SRTC_INV_EN ,Secure Real Time Counter Invalidation Enable" "Disabled,Enabled" bitfld.long 0x04 3. " LPWUI_EN ,LP Wake-Up Interrupt Enable" "Disabled,Enabled" textline " " bitfld.long 0x04 2. " MC_ENV ,Monotonic Counter Enable and Valid" "Disabled/Invalid,Enabled/Valid" bitfld.long 0x04 1. " LPTA_EN ,LP Time Alarm Enable" "Disabled,Enabled" textline " " bitfld.long 0x04 0. " SRTC_ENV ,Secure Real Time Counter Enable and Valid" "Disabled/Invalid,Enabled/Valid" line.long 0x08 "LPMKCR,SNVS_LP Master Key Control Register" hexmask.long.word 0x08 7.--15. 1. " ZMK_ECC_VALUE ,Zeroizable Master Key Error Correcting Code Value" bitfld.long 0x08 4. " ZMK_ECC_EN ,Zeroizable Master Key Error Correcting Code Check Enable" "Disabled,Enabled" bitfld.long 0x08 3. " ZMK_VAL ,Zeroizable Master Key Valid" "Invalid,Valid" textline " " bitfld.long 0x08 2. " ZMK_HWP ,Zeroizable Master Key HW Programming mode" "SW,HW" bitfld.long 0x08 0.--1. " MASTER_KEY_SEL ,Master Key Select" "One time,One time,Zeroizable,Combined" line.long 0x0C "LPSVCR,SNVS_LP Security Violation Control Register" bitfld.long 0x0C 5. " SV_EN5 ,Security Violation 5 Enable" "Disabled,Enabled" bitfld.long 0x0C 4. " SV_EN4 ,Security Violation 4 Enable" "Disabled,Enabled" textline " " bitfld.long 0x0C 3. " SV_EN3 ,Security Violation 3 Enable" "Disabled,Enabled" bitfld.long 0x0C 2. " SV_EN2 ,Security Violation 2 Enable" "Disabled,Enabled" textline " " bitfld.long 0x0C 1. " SV_EN1 ,Security Violation 1 Enable" "Disabled,Enabled" bitfld.long 0x0C 0. " SV_EN0 ,Security Violation 0 Enable" "Disabled,Enabled" line.long 0x10 "LPTGFCR,SNVS_LP Tamper Glitch Filters Configuration Register" bitfld.long 0x10 31. " ETGF2_EN ,External Tamper Glitch Filter 2 Enable" "Bypassed,Enabled" bitfld.long 0x10 24.--28. " ETGF2 ,External Tamper Glitch Filter 2" "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 0x10 23. " ETGF1_EN ,External Tamper Glitch Filter 1 Enable" "Bypassed,Enabled" bitfld.long 0x10 16.--20. " ETGF1 ,External Tamper Glitch Filter 1" "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 0x10 7. " WMTGF_EN ,Wire-Mesh Tamper Glitch Filter Enable" "Bypassed,Enabled" bitfld.long 0x10 0.--4. " WMTGF ,Wire-Mesh Tamper Glitch Filter" "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 0x14 "LPTDCR,SNVS_LP Tamper Detectors Configuration Register" bitfld.long 0x14 28. " OSCB ,Oscillator Bypass" "Not bypassed,Bypassed" bitfld.long 0x14 24.--26. " VRC ,Voltage Reference Configuration" "0,1,2,3,4,5,6,7" bitfld.long 0x14 20.--22. " HTDC ,High Temperature Detect Configuration" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x14 16.--18. " LTDC ,Low Temperature Detect Configuration" "0,1,2,3,4,5,6,7" bitfld.long 0x14 15. " POR_OBSERV ,Power On Reset (POR) Observability Flop" "Not detected,Detected" bitfld.long 0x14 14. " PFD_OBSERV ,System Power Fail Detector (PFD) Observability Flop" "Not detected,Detected" textline " " bitfld.long 0x14 10. " ET2_EN ,External Tampering 2 Enable" "Disabled,Enabled" bitfld.long 0x14 9. " ET1_EN ,External Tampering 1 Enable" "Disabled,Enabled" bitfld.long 0x14 8. " WMT2_EN ,Wire-Mesh Tampering 2 Enable" "Disabled,Enabled" textline " " bitfld.long 0x14 7. " WMT1_EN ,Wire-Mesh Tampering 1 Enable" "Disabled,Enabled" bitfld.long 0x14 6. " VT_EN ,Voltage Tamper Enable" "Disabled,Enabled" bitfld.long 0x14 5. " TT_EN ,Temperature Tamper Enable" "Disable,Enabled" textline " " bitfld.long 0x14 4. " CT_EN ,Clock Tamper Enable" "Disabled,Enabled" bitfld.long 0x14 2. " MCR_EN ,MC Rollover Enable" "Disabled,Enabled" bitfld.long 0x14 1. " SRTCR_EN ,SRTC Rollover Enable" "Disabled,Enabled" line.long 0x18 "LPSR,SNVS_LP Status Register" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") rbitfld.long 0x18 31. " LPS ,LP Section is Secured" "Unsecured/untrusted,Secured/trusted" rbitfld.long 0x18 30. " LPNS ,LP Section is Non-Secured" "Not Non-Secured,Non-Secured" textline " " else bitfld.long 0x18 31. " LPS ,LP Section is Secured" "Unsecured/untrusted,Secured/trusted" bitfld.long 0x18 30. " LPNS ,LP Section is Non-Secured" "Not Non-Secured,Non-Secured" textline " " endif eventfld.long 0x18 20. " SED ,Scan Exit Detected" "Not detected,Detected" sif (cpu()=="VF7XX-CM4"||cpu()=="VF6XX-CM4"||cpu()=="VF7XX-CA5"||cpu()=="VF6XX-CA5"||cpu()=="VF5XX-CA5"||cpu()=="VF4XX-CA5"||cpu()=="VF3XX-CA5") eventfld.long 0x18 18. " SPO ,Set Power Off" "Not detected,Detected" textline " " eventfld.long 0x18 17. " EO ,Emergency Off" "Not detected,Detected" endif eventfld.long 0x18 16. " ESVD ,External Security Violation Detected" "Not detected,Detected" textline " " eventfld.long 0x18 10. " ET2D ,External Tampering 2 Detected" "Not detected,Detected" eventfld.long 0x18 9. " ET1D ,External Tampering 1 Detected" "Not detected,Detected" textline " " eventfld.long 0x18 8. " WMT2D ,Wire-Mesh Tampering 2 Detected" "Not detected,Detected" eventfld.long 0x18 7. " WMT1D ,Wire-Mesh Tampering 1 Detected" "Not detected,Detected" eventfld.long 0x18 6. " VTD ,Voltage Tampering Detected" "Not detected,Detected" textline " " eventfld.long 0x18 5. " TTD ,Temperature Tamper Detected" "Not detected,Detected" eventfld.long 0x18 4. " CTD ,Clock Tampering Detected" "Not detected,Detected" eventfld.long 0x18 3. " PGD ,Power Supply Glitch Detected" "Not detected,Detected" textline " " eventfld.long 0x18 2. " MCR ,Monotonic Counter maximum value reached" "Not reached,Reached" eventfld.long 0x18 1. " SRTCR ,Secure Real Time Counter maximum value reached" "Not reached,Reached" eventfld.long 0x18 0. " LPTA ,LP Time Alarm" "No interrupt,Interrupt" line.long 0x1C "LPSRTCMR,SNVS_LP Secure Real Time Counter MSB Register" hexmask.long.word 0x1C 0.--14. 1. " SRTC ,LP Secure Real Time Counter bits" line.long 0x20 "LPSRTCLR,SNVS_LP Secure Real Time Counter LSB Register" line.long 0x24 "LPTAR,SNVS_LP Time Alarm Register" rgroup.long 0x5C++0x07 line.long 0x00 "LPSMCMR,SNVS_LP Secure Monotonic Counter MSB Register" hexmask.long.word 0x00 16.--31. 1. " MC_ERA_BITS ,Monotonic Counter Era Bits" hexmask.long.word 0x00 0.--15. 1. " MON_COUNTER ,Monotonic Counter bits" line.long 0x04 "LPSMCLR,SNVS_LP Secure Monotonic Counter LSB Register" group.long 0x64++0x27 line.long 0x00 "LPPGDR,SNVS_LP Power Glitch Detector Register" line.long 0x04 "LPGPR,SNVS_LP General Purpose Register" line.long 0x8 "LPZMKR0,SNVS_LP Zeroizable Master Key Register 0" hexmask.long 0x8 0.--31. 1. " ZMK[31:0] ,Zeroizable Master Key" line.long 0xC "LPZMKR1,SNVS_LP Zeroizable Master Key Register 1" hexmask.long 0xC 0.--31. 1. " ZMK[63:32] ,Zeroizable Master Key" line.long 0x10 "LPZMKR2,SNVS_LP Zeroizable Master Key Register 2" hexmask.long 0x10 0.--31. 1. " ZMK[95:64] ,Zeroizable Master Key" line.long 0x14 "LPZMKR3,SNVS_LP Zeroizable Master Key Register 3" hexmask.long 0x14 0.--31. 1. " ZMK[127:96] ,Zeroizable Master Key" line.long 0x18 "LPZMKR4,SNVS_LP Zeroizable Master Key Register 4" hexmask.long 0x18 0.--31. 1. " ZMK[159:128] ,Zeroizable Master Key" line.long 0x1C "LPZMKR5,SNVS_LP Zeroizable Master Key Register 5" hexmask.long 0x1C 0.--31. 1. " ZMK[191:160] ,Zeroizable Master Key" line.long 0x20 "LPZMKR6,SNVS_LP Zeroizable Master Key Register 6" hexmask.long 0x20 0.--31. 1. " ZMK[223:192] ,Zeroizable Master Key" line.long 0x24 "LPZMKR7,SNVS_LP Zeroizable Master Key Register 7" hexmask.long 0x24 0.--31. 1. " ZMK[255:224] ,Zeroizable Master Key" tree.end tree "Version ID Registers" rgroup.long 0xBF8++0x07 line.long 0x00 "HPVIDR1,SNVS_HP Version ID Register 1" hexmask.long.word 0x00 16.--31. 1. " IP_ID ,SNVS Module ID" hexmask.long.byte 0x00 8.--15. 1. " MAJOR_REV ,SNVS Module Major Version Number" hexmask.long.byte 0x00 0.--7. 1. " MINOR_REV ,SNVS Module Minor Version Number" line.long 0x04 "HPVIDR2,SNVS_HP Version ID Register 2" hexmask.long.byte 0x04 16.--23. 1. " INTG_OPT ,SNVS Integration Option" hexmask.long.byte 0x04 8.--15. 1. " ECO_REV ,SNVS ECO Revision" hexmask.long.byte 0x04 0.--7. 1. " CONFIG_OPT ,SNVS Configuration Option" tree.end width 11. tree.end tree "DWPU (Buddy Device Data Write Processing Unit)" base ad:0x00000000 width 6. if ((per.b(ad:0x00000000+0x01)&0x4)==0x4) group.byte 0x01++0x03 line.long 0x00 "CTRL,Tag RAM Control" hexmask.long.word 0x00 16.--27. 1. " BAL ,Block Access Length" eventfld.long 0x00 10. " EXC ,Excess Tag Ram access by IPS" "Not accessed,Accessed" bitfld.long 0x00 9. " PROG ,IPS access to Tag Ram in progress" "Not accessed,Accessed" textline " " eventfld.long 0x00 8. " INV ,Invalid IPS access" "No error,Error" bitfld.long 0x00 4.--6. " DSM ,Data Size Mode" "32 bit,16 bit,8 bit,Reserved,Bit,?..." bitfld.long 0x00 2. " BAE ,Block Access Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " CMD ,Access to Tag RAM" "No Read or write,Read,Write,?..." else group.byte 0x01++0x03 line.long 0x00 "CTRL,Tag RAM Control" bitfld.long 0x00 10. " EXC ,Excess Tag Ram access by IPS" "Not accessed,Accessed" eventfld.long 0x00 9. " PROG ,IPS access to Tag Ram in progress" "Not accessed,Accessed" textline " " eventfld.long 0x00 8. " INV ,Invalid IPS access" "No error,Error" bitfld.long 0x00 4.--6. " DSM ,Data Size Mode" "32 bit,16 bit,8 bit,Reserved,Bit,?..." bitfld.long 0x00 2. " BAE ,Block Access Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 0.--1. " CMD ,Access to Tag RAM" "No Read or write,Read,Write,?..." endif group.byte 0x05++0x07 line.long 0x00 "ADR,Tag RAM Configuration Address" hexmask.long 0x00 3.--31. 0x4 " ADDR ,PD Address" line.long 0x04 "DATA,Tag RAM Configuration Data" width 0xB tree.end tree "CAAM (Cryptographic Acceleration and Assurance Module)" base ad:0x400F0000 tree "General Registers" width 16. group.long 0x04++0x3 line.long 0x00 "MCFGR,Master Configuration Register" bitfld.long 0x00 31. " SWRST ,Software Reset" "No reset,Reset" bitfld.long 0x00 30. " WDE ,DECO Watchdog Enable" "Disabled,Enabled" bitfld.long 0x00 29. " WDF ,DECO Watchdog Timer expire prematurely" "0,1" textline " " bitfld.long 0x00 28. " DMARST ,DMA Reset" "No reset,Reset" bitfld.long 0x00 27. " WRHD ,Write Handoff Disable" "No,Yes" bitfld.long 0x00 12.--15. " ARCACHE ,AXI Read Cache Control" "0,1,2,3,Reserved,Reserved,6,7,8,9,10,11,Reserved,Reserved,14,0" textline " " bitfld.long 0x00 8.--11. " AWCACHE ,AXI Write Cache Control" "0,1,2,3,4,5,6,7,Reserved,Reserved,0,11,12,13,14,15" bitfld.long 0x00 4.--7. " AXIPIPE ,AXI Pipeline Depth" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 0.--2. " BURST ,Maximum Burst Size" "32-bytes,Reserved,Reserved,Reserved,32-bytes/except Descriptor Buffer,?..." group.long 0x0C++0x13 line.long 0x00 "SCFGR,Security Configuration Register" bitfld.long 0x00 9. " RNGSH0 ,Random Number Generator State Handle 0" "Instantiated,Un-instantiated" bitfld.long 0x00 8. " RANDDPAR ,Random Differential Power Analysis Resistance Mask" "Masked,Not masked" bitfld.long 0x00 0.--1. " PRIBLOB ,Private Blob" "HAB,Provisioning type 1,Provisioning type 2,Operation" line.long 0x04 "JR0LIODNR_MS,Most-significant half of Job Ring LIODN Register 0" bitfld.long 0x04 31. " LCK ,Lock" "Not locked,Locked" bitfld.long 0x04 16. " AMTD ,Allow Make Trusted Descriptor" "Not allowed,Allowed" bitfld.long 0x04 0.--4. " JROWN ,Job Ring Owner" "TrustZone SecureWorld;Other DMA,TrustZone SecureWorld;ARM,TrustZone SecureWorld;CAAM,TrustZone SecureWorld;SDMA,Reserved,Reserved,Reserved,Reserved,TrustZone NonsecureWorld;Other DMA,TrustZone NonsecureWorld;ARM,TrustZone NonsecureWorld;CAAM,TrustZone NonsecureWorld;SDMA,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,0" line.long 0x08 "JR0LIODNR_LS,Least-significant half of Job Ring LIODN Register 0" hexmask.long.word 0x08 16.--27. 1. " JRNSLIODN ,Job Ring Non-SEQ LIODN value" hexmask.long.word 0x08 0.--11. 1. " JRSLIODN ,Job Ring SEQ LIODN value" line.long 0x0C "JR1LIODNR_MS,Most-significant half of Job Ring LIODN Register 1" bitfld.long 0x0C 31. " LCK ,Lock" "Not locked,Locked" bitfld.long 0x0C 16. " AMTD ,Allow Make Trusted Descriptor" "Not allowed,Allowed" bitfld.long 0x0C 0.--4. " JROWN ,Job Ring Owner" "TrustZone SecureWorld;Other DMA,TrustZone SecureWorld;ARM,TrustZone SecureWorld;CAAM,TrustZone SecureWorld;SDMA,Reserved,Reserved,Reserved,Reserved,TrustZone NonsecureWorld;Other DMA,TrustZone NonsecureWorld;ARM,TrustZone NonsecureWorld;CAAM,TrustZone NonsecureWorld;SDMA,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,0" line.long 0x10 "JR1LIODNR_LS,Least-significant half of Job Ring LIODN Register 1" hexmask.long.word 0x10 16.--27. 1. " JRNSLIODN ,Job Ring Non-SEQ LIODN value" hexmask.long.word 0x10 0.--11. 1. " JRSLIODN ,Job Ring SEQ LIODN value" group.long 0x60++0x03 line.long 0x00 "RTICALIODNR_MS,Most significant half of RTIC A LIODN Register" bitfld.long 0x00 31. " LCK ,Lock" "Not locked,Locked" bitfld.long 0x00 0.--4. " ROWN ,RTIC Owner" "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" group.long 0x68++0x03 line.long 0x00 "RTICBLIODNR_MS,Most significant half of RTIC B LIODN Register" bitfld.long 0x00 31. " LCK ,Lock" "Not locked,Locked" group.long 0x70++0x03 line.long 0x00 "RTICCLIODNR_MS,Most significant half of RTIC C LIODN Register" bitfld.long 0x00 31. " LCK ,Lock" "Not locked,Locked" group.long 0x78++0x03 line.long 0x00 "RTICDLIODNR_MS,Most significant half of RTIC D LIODN Register" bitfld.long 0x00 31. " LCK ,Lock" "Not locked,Locked" group.long 0x64++0x03 line.long 0x00 "RTICALIODNR_LS,Least significant half of RTIC A LIODN Register" hexmask.long.word 0x00 0.--11. 1. " RNSLIODN ,RTIC Non-SEQ LIODN" group.long 0x6C++0x03 line.long 0x00 "RTICBLIODNR_LS,Least significant half of RTIC B LIODN Register" hexmask.long.word 0x00 0.--11. 1. " RNSLIODN ,RTIC Non-SEQ LIODN" group.long 0x74++0x03 line.long 0x00 "RTICCLIODNR_LS,Least significant half of RTIC C LIODN Register" hexmask.long.word 0x00 0.--11. 1. " RNSLIODN ,RTIC Non-SEQ LIODN" group.long 0x7C++0x03 line.long 0x00 "RTICDLIODNR_LS,Least significant half of RTIC D LIODN Register" hexmask.long.word 0x00 0.--11. 1. " RNSLIODN ,RTIC Non-SEQ LIODN" group.long 0x9C++0xB line.long 0x00 "DECORR,DECO Request Register" bitfld.long 0x00 16. " DEN0 ,DECO 0/CCB 0 direct access permission grant" "Not granted,Granted" bitfld.long 0x00 0. " RQD0 ,DECO 0/CCB 0 direct access request" "Not requested,Requested" line.long 0x04 "DECO0LIODN_MS,Most-significant half of DECO LIODN Register 0" bitfld.long 0x04 31. " LCK ,Lock" "Not locked,Locked" textline " " bitfld.long 0x04 0.--4. " DOWN ,DECO Owner" "TrustZone SecureWorld;Other DMA,TrustZone SecureWorld;ARM,TrustZone SecureWorld;CAAM,TrustZone SecureWorld;SDMA,Reserved,Reserved,Reserved,Reserved,TrustZone NonsecureWorld;Other DMA,TrustZone NonsecureWorld;ARM,TrustZone NonsecureWorld;CAAM,TrustZone NonsecureWorld;SDMA,?..." line.long 0x08 "DECO0LIODN_LS,Least-significant half of DECO LIODN Register 0" hexmask.long.word 0x08 16.--27. 1. " DNSLIODN ,DECO Non-SEQ LIODN value" hexmask.long.word 0x08 0.--11. 1. " DSLIODN ,DECO SEQ LIODN value" group.long 0x120++0x3 line.long 0x00 "DAR,DECO Availability Register" bitfld.long 0x00 0. " NYA0 ,DECO 0 availability start" "Availabile,Not available" wgroup.long 0x124++0x3 line.long 0x00 "DRR,DECO Reset Register" bitfld.long 0x00 0. " RST0 ,DECO 0 soft reset" "No effect,Reset" group.long 0x400++0x1F line.long 0x0 "JDKEKR_0,Job Descriptor Key Encryption Key Register 0" line.long 0x4 "JDKEKR_1,Job Descriptor Key Encryption Key Register 1" line.long 0x8 "JDKEKR_2,Job Descriptor Key Encryption Key Register 2" line.long 0xC "JDKEKR_3,Job Descriptor Key Encryption Key Register 3" line.long 0x10 "JDKEKR_4,Job Descriptor Key Encryption Key Register 4" line.long 0x14 "JDKEKR_5,Job Descriptor Key Encryption Key Register 5" line.long 0x18 "JDKEKR_6,Job Descriptor Key Encryption Key Register 6" line.long 0x1C "JDKEKR_7,Job Descriptor Key Encryption Key Register 7" group.long 0x420++0x1F line.long 0x0 "TDKEKR_0,Trusted Descriptor Key Encryption Key Register 0" line.long 0x4 "TDKEKR_1,Trusted Descriptor Key Encryption Key Register 1" line.long 0x8 "TDKEKR_2,Trusted Descriptor Key Encryption Key Register 2" line.long 0xC "TDKEKR_3,Trusted Descriptor Key Encryption Key Register 3" line.long 0x10 "TDKEKR_4,Trusted Descriptor Key Encryption Key Register 4" line.long 0x14 "TDKEKR_5,Trusted Descriptor Key Encryption Key Register 5" line.long 0x18 "TDKEKR_6,Trusted Descriptor Key Encryption Key Register 6" line.long 0x1C "TDKEKR_7,Trusted Descriptor Key Encryption Key Register 7" group.long 0x440++0x1F line.long 0x0 "TDSKR_0,Trusted Descriptor Signing Key Register 0" line.long 0x4 "TDSKR_1,Trusted Descriptor Signing Key Register 1" line.long 0x8 "TDSKR_2,Trusted Descriptor Signing Key Register 2" line.long 0xC "TDSKR_3,Trusted Descriptor Signing Key Register 3" line.long 0x10 "TDSKR_4,Trusted Descriptor Signing Key Register 4" line.long 0x14 "TDSKR_5,Trusted Descriptor Signing Key Register 5" line.long 0x18 "TDSKR_6,Trusted Descriptor Signing Key Register 6" line.long 0x1C "TDSKR_7,Trusted Descriptor Signing Key Register 7" group.long 0x4E0++0x7 line.long 0x00 "SKNR_MS,Most-significant portion of Secure Key Nonce Register" hexmask.long.word 0x00 0.--12. 1. " SK_NONCE_MS ,Secure Key Nonce - Most Significant Bits" line.long 0x04 "SKNR_LS,Least-significant portion of Secure Key Nonce Register" tree.end tree "RNG Registers" width 10. group.long 0x600++0x0B line.long 0x00 "RTMCTL,RNG TRNG Miscellaneous Control Register" bitfld.long 0x00 16. " PRGM ,Programming Mode Select" "Run mode,Program mode" bitfld.long 0x00 13. " TSTOP_OK ,TRNG_OK_TO_STOP" "Disabled,Enabled" eventfld.long 0x00 12. " ERR ,Error status" "No error,Error" textline " " bitfld.long 0x00 11. " TST_OUT ,Test point inside ring oscillator" "Disabled,Enabled" bitfld.long 0x00 10. " ENT_VAL ,Entropy Valid" "Not valid,Valid" bitfld.long 0x00 9. " FCT_VAL ,Frequency Count Valid" "Not valid,Valid" textline " " bitfld.long 0x00 8. " FCT_FAIL ,Frequency Count Fail" "Not failed,Failed" bitfld.long 0x00 7. " FORCE_SYSCLK ,Force System Clock" "Not forced,Forced" eventfld.long 0x00 6. " RST_DEF ,Reset Defaults" "No reset,Reset" textline " " bitfld.long 0x00 5. " TRNG_ACC ,TRNG Access Mode" "0,1" bitfld.long 0x00 4. " CLK_OUT_EN ,Clock Output Enable" "Disabled,Enabled" bitfld.long 0x00 2.--3. " OSC_DIV ,Oscillator Divide" "No divide,2,4,8" textline " " bitfld.long 0x00 0.--1. " SAMP_MODE ,Sample Mode" "Von Neumann data into both Entropy shifter and Statistical Checker,Raw data into both Entropy shifter and Statistical Checker,Von Neumann data into Entropy shifter/Raw data into Statistical Checker,?..." line.long 0x04 "RTSCMISC,RNG TRNG Statistical Check Miscellaneous Register" bitfld.long 0x04 16.--19. " RTY_CNT ,RETRY COUNT" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" hexmask.long.byte 0x04 0.--7. 1. " LRUN_MAX ,LONG RUN MAX LIMIT" line.long 0x08 "RTPKRRNG,RNG TRNG Poker Range Register" hexmask.long.word 0x08 0.--15. 1. " PKR_RNG ,Poker Range" if (((per.l(ad:0x400F0000+0x600))&0x10000)==0x00) rgroup.long 0x60C++0x03 line.long 0x00 "RTPKRSQ,RNG TRNG Poker Square Calculation Result Register" hexmask.long.tbyte 0x00 0.--23. 1. " PKR_SQ ,Poker Square Calculation Result" else group.long 0x60C++0x03 line.long 0x00 "RTPKRMAX,RNG TRNG Poker Maximum Limit Register" hexmask.long.tbyte 0x00 0.--23. 1. " PKR_MAX ,Poker Maximum Limit" endif group.long 0x610++0x03 line.long 0x00 "RTSDCTL,RNG TRNG Seed Control Register" hexmask.long.word 0x00 16.--31. 1. " ENT_DLY ,Entropy Delay" hexmask.long.word 0x00 0.--15. 1. " SAMP_SIZE ,Sample Size" if (((per.l(ad:0x400F0000+0x600))&0x10000)==0x10000) group.long 0x614++0x03 line.long 0x00 "RTSBLIM,RNG TRNG Sparse Bit Limit Register" hexmask.long.word 0x00 0.--9. 1. " SB_LIM ,Sparse Bit Limit" else rgroup.long 0x614++0x03 line.long 0x00 "RTTOTSAM,RNG TRNG Total Samples Register" hexmask.long.tbyte 0x00 0.--19. 1. " TOT_SAM ,Total Samples" endif group.long 0x618++0x03 line.long 0x00 "RTFRQMIN,RNG TRNG Frequency Count Minimum Limit Register" hexmask.long.tbyte 0x00 0.--21. 1. " FRQ_MIN ,Frequency Count Minimum Limit" if (((per.l(ad:0x400F0000+0x600))&0x10000)==0x10000) group.long 0x61C++0x1F line.long 0x00 "RTFRQMAX,RNG TRNG Frequency Count Maximum Limit Register" hexmask.long.tbyte 0x00 0.--21. 1. " FRQ_MAX ,Frequency Counter Maximum Limit" line.long 0x04 "RTSCML,RNG TRNG Statistical Check Monobit Limit Register" hexmask.long.word 0x04 16.--31. 1. " MONO_RNG ,Monobit Range" hexmask.long.word 0x04 0.--15. 1. " MONO_MAX ,Monobit Maximum Limit" line.long 0x8 "RTSCR1L,RNG TRNG Statistical Check Run Length 1 Limit Register" hexmask.long.word 0x8 16.--30. 1. " RUN1_RNG ,Run Length 1 Range" hexmask.long.word 0x8 0.--14. 1. " RUN1_MAX ,Run Length 1 Maximum Limit" line.long 0xC "RTSCR2L,RNG TRNG Statistical Check Run Length 2 Limit Register" hexmask.long.word 0xC 16.--29. 1. " RUN2_RNG ,Run Length 2 Range" hexmask.long.word 0xC 0.--13. 1. " RUN2_MAX ,Run Length 2 Maximum Limit" line.long 0x10 "RTSCR3L,RNG TRNG Statistical Check Run Length 3 Limit Register" hexmask.long.word 0x10 16.--28. 1. " RUN3_RNG ,Run Length 3 Range" hexmask.long.word 0x10 0.--12. 1. " RUN3_MAX ,Run Length 3 Maximum Limit" line.long 0x14 "RTSCR4L,RNG TRNG Statistical Check Run Length 4 Limit Register" hexmask.long.word 0x14 16.--27. 1. " RUN4_RNG ,Run Length 4 Range" hexmask.long.word 0x14 0.--11. 1. " RUN4_MAX ,Run Length 4 Maximum Limit" line.long 0x18 "RTSCR5L,RNG TRNG Statistical Check Run Length 5 Limit Register" hexmask.long.word 0x18 16.--26. 1. " RUN5_RNG ,Run Length 5 Range" hexmask.long.word 0x18 0.--10. 1. " RUN5_MAX ,Run Length 5 Maximum Limit" line.long 0x1C "RTSCR6PL,RNG TRNG Statistical Check Run Length 6+ Limit Register" hexmask.long.word 0x1C 16.--26. 1. " RUN6P_RNG ,Run Length 6+ Range" hexmask.long.word 0x1C 0.--10. 1. " RUN6P_MAX ,Run Length 6+ Maximum Limit" else rgroup.long 0x61C++0x1F line.long 0x00 "RTFRQCNT,RNG TRNG Frequency Count Register" hexmask.long.tbyte 0x00 0.--21. 1. " FRQ_CNT ,Frequency Count" line.long 0x04 "RTSCMC,RNG TRNG Statistical Check Monobit Count Register" hexmask.long.word 0x04 0.--15. 1. " MONO_CNT ,Monobit Count" line.long 0x8 "RTSCR1C,RNG TRNG Statistical Check Run Length 1 Count Register" hexmask.long.word 0x8 16.--30. 1. " R1_1_COUNT ,Runs of One Length 1 Count" hexmask.long.word 0x8 0.--14. 1. " R1_0_COUNT ,Runs of Zero Length 1 Count" line.long 0xC "RTSCR2C,RNG TRNG Statistical Check Run Length 2 Count Register" hexmask.long.word 0xC 16.--29. 1. " R2_1_COUNT ,Runs of One Length 2 Count" hexmask.long.word 0xC 0.--13. 1. " R2_0_COUNT ,Runs of Zero Length 2 Count" line.long 0x10 "RTSCR3C,RNG TRNG Statistical Check Run Length 3 Count Register" hexmask.long.word 0x10 16.--28. 1. " R3_1_COUNT ,Runs of One Length 3 Count" hexmask.long.word 0x10 0.--12. 1. " R3_0_COUNT ,Runs of Zero Length 3 Count" line.long 0x14 "RTSCR4C,RNG TRNG Statistical Check Run Length 4 Count Register" hexmask.long.word 0x14 16.--27. 1. " R4_1_COUNT ,Runs of One Length 4 Count" hexmask.long.word 0x14 0.--11. 1. " R4_0_COUNT ,Runs of Zero Length 4 Count" line.long 0x18 "RTSCR5C,RNG TRNG Statistical Check Run Length 5 Count Register" hexmask.long.word 0x18 16.--26. 1. " R5_1_COUNT ,Runs of One Length 5 Count" hexmask.long.word 0x18 0.--10. 1. " R5_0_COUNT ,Runs of Zero Length 5 Count" line.long 0x1C "RTSCR6PC,RNG TRNG Statistical Check Run Length 6+ Count Register" hexmask.long.word 0x1C 16.--26. 1. " R6P_1_COUNT ,Runs of One Length 6+ Count" hexmask.long.word 0x1C 0.--10. 1. " R6P_0_COUNT ,Runs of Zero Length 6+ Count" endif rgroup.long 0x63C++0x33 line.long 0x00 "RTSTATUS,RNG TRNG Status Register" bitfld.long 0x00 16.--19. " RETRY_COUNT ,RETRY COUNT" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 15. " MBTF ,Mono Bit Test Fail" "Not failed,Failed" bitfld.long 0x00 14. " PTF ,Poker Test Fail" "Not failed,Failed" textline " " bitfld.long 0x00 13. " LRTF ,Long Run Test Fail" "Not failed,Failed" bitfld.long 0x00 12. " SBTF ,Sparse Bit Test Fail" "Not failed,Failed" bitfld.long 0x00 11. " 6PBR1TF ,6 Plus Bit Run Sampling 1s Test Fail" "Not failed,Failed" textline " " bitfld.long 0x00 10. " 6PBR0TF ,6 Plus Bit Run Sampling 0s Test Fail" "Not failed,Failed" bitfld.long 0x00 9. " 5BR1TF ,5-Bit Run Sampling 1s Test Fail" "Not failed,Failed" bitfld.long 0x00 8. " 5BR0TF ,5-Bit Run Sampling 0s Test Fail" "Not failed,Failed" textline " " bitfld.long 0x00 7. " 4BR1TF ,4-Bit Run Sampling 1s Test Fail" "Not failed,Failed" bitfld.long 0x00 6. " 4BR0TF ,4-Bit Run Sampling 0s Test Fail" "Not failed,Failed" bitfld.long 0x00 5. " 3BR1TF ,3-Bit Run Sampling 1s Test Fail" "Not failed,Failed" textline " " bitfld.long 0x00 4. " 3BR01TF ,3-Bit Run Sampling 0s Test Fail" "Not failed,Failed" bitfld.long 0x00 3. " 2BR1TF ,2-Bit Run Sampling 1s Test Fail" "Not failed,Failed" bitfld.long 0x00 2. " 2BR0TF ,2-Bit Run Sampling 0s Test Fail" "Not failed,Failed" textline " " bitfld.long 0x00 1. " 1BR1TF ,1-Bit Run Sampling 1s Test Fail" "Not failed,Failed" bitfld.long 0x00 0. " 1BR0TF ,1-Bit Run Sampling 0s Test Fail" "Not failed,Failed" line.long 0x4 "RTENT0,RNG TRNG Entropy Read Register 0" line.long 0x8 "RTENT1,RNG TRNG Entropy Read Register 1" line.long 0xC "RTENT2,RNG TRNG Entropy Read Register 2" line.long 0x10 "RTENT3,RNG TRNG Entropy Read Register 3" line.long 0x14 "RTENT4,RNG TRNG Entropy Read Register 4" line.long 0x18 "RTENT5,RNG TRNG Entropy Read Register 5" line.long 0x1C "RTENT6,RNG TRNG Entropy Read Register 6" line.long 0x20 "RTENT7,RNG TRNG Entropy Read Register 7" line.long 0x24 "RTENT8,RNG TRNG Entropy Read Register 8" line.long 0x28 "RTENT9,RNG TRNG Entropy Read Register 9" line.long 0x2C "RTENT10,RNG TRNG Entropy Read Register 10" line.long 0x30 "RTENT11,RNG TRNG Entropy Read Register 11" if (((per.l(ad:0x400F0000+0x600))&0x10000)==0x00) rgroup.long 0x680++0x1F line.long 0x0 "RTPKRCNT10,RNG TRNG Statistical Check Poker Count 1 and 0 Register" hexmask.long.word 0x0 16.--31. 1. " PKR_1_CNT ,Poker 0x1 Count" hexmask.long.word 0x0 0.--15. 1. " PKR_0_CNT ,Poker 0x0 Count" line.long 0x4 "RTPKRCNT32,RNG TRNG Statistical Check Poker Count 3 and 2 Register" hexmask.long.word 0x4 16.--31. 1. " PKR_3_CNT ,Poker 0x3 Count" hexmask.long.word 0x4 0.--15. 1. " PKR_2_CNT ,Poker 0x2 Count" line.long 0x8 "RTPKRCNT54,RNG TRNG Statistical Check Poker Count 5 and 4 Register" hexmask.long.word 0x8 16.--31. 1. " PKR_5_CNT ,Poker 0x5 Count" hexmask.long.word 0x8 0.--15. 1. " PKR_4_CNT ,Poker 0x4 Count" line.long 0xC "RTPKRCNT76,RNG TRNG Statistical Check Poker Count 7 and 6 Register" hexmask.long.word 0xC 16.--31. 1. " PKR_7_CNT ,Poker 0x7 Count" hexmask.long.word 0xC 0.--15. 1. " PKR_6_CNT ,Poker 0x6 Count" line.long 0x10 "RTPKRCNT98,RNG TRNG Statistical Check Poker Count 9 and 8 Register" hexmask.long.word 0x10 16.--31. 1. " PKR_9_CNT ,Poker 0x9 Count" hexmask.long.word 0x10 0.--15. 1. " PKR_8_CNT ,Poker 0x8 Count" line.long 0x14 "RTPKRCNTBA,RNG TRNG Statistical Check Poker Count B and A Register" hexmask.long.word 0x14 16.--31. 1. " PKR_B_CNT ,Poker 0xB Count" hexmask.long.word 0x14 0.--15. 1. " PKR_A_CNT ,Poker 0xA Count" line.long 0x18 "RTPKRCNTDC,RNG TRNG Statistical Check Poker Count D and C Register" hexmask.long.word 0x18 16.--31. 1. " PKR_D_CNT ,Poker 0xD Count" hexmask.long.word 0x18 0.--15. 1. " PKR_C_CNT ,Poker 0xC Count" line.long 0x1C "RTPKRCNTFE,RNG TRNG Statistical Check Poker Count F and E Register" hexmask.long.word 0x1C 16.--31. 1. " PKR_F_CNT ,Poker 0xF Count" hexmask.long.word 0x1C 0.--15. 1. " PKR_E_CNT ,Poker 0xE Count" else hgroup.long 0x680++0x1F hide.long 0x0 "RTPKRCNT10,RNG TRNG Statistical Check Poker Count 1 and 0 Register" hide.long 0x4 "RTPKRCNT32,RNG TRNG Statistical Check Poker Count 3 and 2 Register" hide.long 0x8 "RTPKRCNT54,RNG TRNG Statistical Check Poker Count 5 and 4 Register" hide.long 0xC "RTPKRCNT76,RNG TRNG Statistical Check Poker Count 7 and 6 Register" hide.long 0x10 "RTPKRCNT98,RNG TRNG Statistical Check Poker Count 9 and 8 Register" hide.long 0x14 "RTPKRCNTBA,RNG TRNG Statistical Check Poker Count B and A Register" hide.long 0x18 "RTPKRCNTDC,RNG TRNG Statistical Check Poker Count D and C Register" hide.long 0x1C "RTPKRCNTFE,RNG TRNG Statistical Check Poker Count F and E Register" endif rgroup.long 0x6C0++0x03 line.long 0x00 "RDSTA,RNG DRNG Status Register" bitfld.long 0x00 31. " SKVT ,Secure Key Valid Test" "Not valid,Valid" bitfld.long 0x00 30. " SKVN ,Secure Key Valid Non-Test" "Not valid,Valid" bitfld.long 0x00 20. " CE ,Catastrophic Error" "No error,Error" textline " " bitfld.long 0x00 16.--19. " ERRCODE ,Error Code" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 9. " TF1 ,Test Flag State Handle 1" "0,1" bitfld.long 0x00 8. " TF0 ,Test Flag State Handle 0" "0,1" textline " " bitfld.long 0x00 5. " PR1 ,Prediction Resistance Flag State Handle 1" "0,1" bitfld.long 0x00 4. " PR0 ,Prediction Resistance Flag State Handle 0" "0,1" bitfld.long 0x00 1. " IF1 ,Instantiated Flag State Handle 1" "0,1" textline " " bitfld.long 0x00 0. " IF0 ,Instantiated Flag State Handle 0" "0,1" rgroup.long 0x6D0++0x07 line.long 0x00 "RDINT0,RNG DRNG State Handle 0 Reseed Interval Register" line.long 0x04 "RDINT1,RNG DRNG State Handle 1 Reseed Interval Register" group.long 0x6E0++0x03 line.long 0x00 "RDHCNTL,RNG DRNG Hash Control Register" bitfld.long 0x00 4. " HTC ,Hashing Test Mode Clear" "No effect,Clear" bitfld.long 0x00 3. " HTM ,Hashing Test Mode" "No effect,Test mode" bitfld.long 0x00 2. " HI ,Hashing Initialize" "No effect,Initialize" textline " " bitfld.long 0x00 1. " HB ,Hashing Begin" "No effect,Begin" bitfld.long 0x00 0. " HD ,Hashing Done" "No effect,Done" rgroup.long 0x6E4++0x03 line.long 0x00 "RDHDIG,RNG DRNG Hash Digest Register" wgroup.long 0x6E8++0x03 line.long 0x00 "RDHBUF,RNG DRNG Hash Buffer" tree.end tree "Job Queue Controller Debugging Registers" width 16. hgroup.long 0xC00++0x03 hide.long 0x00 "HT0_JD_ADDR_MS,Holding Tank Job Descriptor Most-significant Address Register" rgroup.long 0xC04++0x03 line.long 0x00 "HT0_JD_ADDR_LS,Holding Tank Job Descriptor Least-significant Address Register" hgroup.long 0xC08++0x03 hide.long 0x00 "HT0_SD_ADDR_MS,Holding Tank Shared Descriptor Most-significant Address Register" rgroup.long 0xC0C++0x0B line.long 0x00 "HT0_SD_ADDR_LS,Holding Tank Shared Descriptor Least-significant Address Register" line.long 0x04 "HT0_JQCTRL_MS,Holding Tank Job Most-significant Queue Control Debug Register" bitfld.long 0x04 29. " WHL ,Whole Descriptor" "0,1" bitfld.long 0x04 28. " FOUR ,Four Words" "0,1" bitfld.long 0x04 27. " ILE ,Immediate Little Endian" "Disabled,Enabled" textline " " bitfld.long 0x04 15. " AMTD ,Allow Make Trusted Descriptor" "Not allowed,Allowed" bitfld.long 0x04 14. " JDLS ,Job Descriptor LIODN Select" "SEQ LIODN,Non-SEQ LIODN" bitfld.long 0x04 8.--10. " SRC ,Job Source" "Job Ring 0,Job Ring 1,Reserved,Reserved,RTIC,?..." textline " " bitfld.long 0x04 0.--3. " ID ,Job ID" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x08 "HT0_JQCTRL_LS,Holding Tank Job Least-significant Queue Control Debug Register" hexmask.long.word 0x08 16.--27. 1. " NON_SEQ_LIODN ,Non-SEQ LIODN" hexmask.long.word 0x08 0.--11. 1. " SEQ_LIODN ,SEQ LIODN" rgroup.long 0xC1C++0x03 line.long 0x00 "HT0_STATUS,Holding Tank Status Register" bitfld.long 0x00 31. " BC ,Been Changed" "Not changed,Changed" bitfld.long 0x00 30. " IN_USE ,In Use" "No effect,In use" bitfld.long 0x00 0. " PEND_0 ,Pending for DECO 0" "Not pending,Pending" hgroup.long 0xD70++0x03 hide.long 0x00 "JRAAA0_MS,Job Ring Address-Array Address Register0_MS" rgroup.long 0xD74++0x03 line.long 0x00 "JRAAA0_LS,Job Ring Address-Array Address Register0_LS" hgroup.long 0xD74++0x03 hide.long 0x00 "JRAAA1_MS,Job Ring Address-Array Address Register1_MS" rgroup.long 0xD78++0x03 line.long 0x00 "JRAAA1_LS,Job Ring Address-Array Address Register1_LS" hgroup.long 0xD78++0x03 hide.long 0x00 "JRAAA2_MS,Job Ring Address-Array Address Register2_MS" rgroup.long 0xD7C++0x03 line.long 0x00 "JRAAA2_LS,Job Ring Address-Array Address Register2_LS" hgroup.long 0xD7C++0x03 hide.long 0x00 "JRAAA3_MS,Job Ring Address-Array Address Register3_MS" rgroup.long 0xD80++0x03 line.long 0x00 "JRAAA3_LS,Job Ring Address-Array Address Register3_LS" rgroup.long 0xDB4++0x1B line.long 0x00 "JRAAVS,Job Ring Address-Array Valid/Source Register" bitfld.long 0x00 15. " V3 ,Valid 3" "Not valid,Valid" bitfld.long 0x00 12.--13. " SRC3 ,Source 3" "0,1,2,3" bitfld.long 0x00 11. " V2 ,Valid 2" "Not valid,Valid" textline " " bitfld.long 0x00 8.--9. " SRC2 ,Source 2" "0,1,2,3" bitfld.long 0x00 7. " V1 ,Valid 1" "Not valid,Valid" bitfld.long 0x00 4.--5. " SRC1 ,Source 1" "0,1,2,3" textline " " bitfld.long 0x00 3. " V0 ,Valid 0" "Not valid,Valid" bitfld.long 0x00 0.--1. " SRC0 ,Source 0" "0,1,2,3" line.long 0x04 "JRJIDU_MS,Job Ring Job IDs in Use MS Register" bitfld.long 0x04 15. " JID15 ,Job ID 15" "Disabled,Enabled" bitfld.long 0x04 14. " JID14 ,Job ID 14" "Disabled,Enabled" bitfld.long 0x04 13. " JID13 ,Job ID 13" "Disabled,Enabled" textline " " bitfld.long 0x04 12. " JID12 ,Job ID 12" "Disabled,Enabled" bitfld.long 0x04 11. " JID11 ,Job ID 11" "Disabled,Enabled" bitfld.long 0x04 10. " JID10 ,Job ID 10" "Disabled,Enabled" textline " " bitfld.long 0x04 9. " JID9 ,Job ID 9" "Disabled,Enabled" bitfld.long 0x04 8. " JID8 ,Job ID 8" "Disabled,Enabled" bitfld.long 0x04 7. " JID7 ,Job ID 7" "Disabled,Enabled" textline " " bitfld.long 0x04 6. " JID6 ,Job ID 6" "Disabled,Enabled" bitfld.long 0x04 5. " JID5 ,Job ID 5" "Disabled,Enabled" bitfld.long 0x04 4. " JID4 ,Job ID 4" "Disabled,Enabled" textline " " bitfld.long 0x04 3. " JID3 ,Job ID 3" "Disabled,Enabled" bitfld.long 0x04 2. " JID2 ,Job ID 2" "Disabled,Enabled" bitfld.long 0x04 1. " JID1 ,Job ID 1" "Disabled,Enabled" textline " " bitfld.long 0x04 0. " JID0 ,Job ID 0" "Disabled,Enabled" line.long 0x08 "JRJIDU_LS,Job Ring Job IDs in Use LS Register" bitfld.long 0x08 31. " BC ,Been Changed" "Not changed,Changed" line.long 0xC "JRJDJIF0,Job Ring Job-Done Job ID FIFO" bitfld.long 0xC 24.--27. " JOB_ID_ENTRY0 ,Job ID entry 0xC" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0xC 16.--19. " JOB_ID_ENTRY1 ,Job ID entry 0" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0xC 8.--11. " JOB_ID_ENTRY2 ,Job ID entry 1" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0xC 0.--3. " JOB_ID_ENTRY3 ,Job ID entry 2" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x10 "JRJDJIF1,Job Ring Job-Done Job ID FIFO" bitfld.long 0x10 24.--27. " JOB_ID_ENTRY4 ,Job ID entry 0x10" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x10 16.--19. " JOB_ID_ENTRY5 ,Job ID entry 4" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x10 8.--11. " JOB_ID_ENTRY6 ,Job ID entry 5" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x10 0.--3. " JOB_ID_ENTRY7 ,Job ID entry 6" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x14 "JRJDJIF2,Job Ring Job-Done Job ID FIFO" bitfld.long 0x14 24.--27. " JOB_ID_ENTRY8 ,Job ID entry 0x14" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x14 16.--19. " JOB_ID_ENTRY9 ,Job ID entry 8" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x14 8.--11. " JOB_ID_ENTRY10 ,Job ID entry 9" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x14 0.--3. " JOB_ID_ENTRY11 ,Job ID entry 10" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x18 "JRJDJIF3,Job Ring Job-Done Job ID FIFO" bitfld.long 0x18 24.--27. " JOB_ID_ENTRY12 ,Job ID entry 0x18" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x18 16.--19. " JOB_ID_ENTRY13 ,Job ID entry 12" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x18 8.--11. " JOB_ID_ENTRY14 ,Job ID entry 13" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x18 0.--3. " JOB_ID_ENTRY15 ,Job ID entry 14" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" rgroup.long 0xDE0++0x07 line.long 0x00 "JRJDSF0,Job Ring Job-Done Source FIFO 0" bitfld.long 0x00 28.--29. " SRC0 ,Source 0" "0,1,2,3" bitfld.long 0x00 24.--25. " SRC1 ,Source 1" "0,1,2,3" bitfld.long 0x00 20.--21. " SRC2 ,Source 2" "0,1,2,3" textline " " bitfld.long 0x00 16.--17. " SRC3 ,Source 3" "0,1,2,3" bitfld.long 0x00 12.--13. " SRC4 ,Source 4" "0,1,2,3" bitfld.long 0x00 8.--9. " SRC5 ,Source 5" "0,1,2,3" textline " " bitfld.long 0x00 4.--5. " SRC6 ,Source 6" "0,1,2,3" bitfld.long 0x00 0.--1. " SRC7 ,Source 7" "0,1,2,3" line.long 0x04 "JRJDSF1,Job Ring Job-Done Source FIFO 1" bitfld.long 0x04 28.--29. " SRC8 ,Source 0" "0,1,2,3" bitfld.long 0x04 24.--25. " SRC9 ,Source 1" "0,1,2,3" bitfld.long 0x04 20.--21. " SRC10 ,Source 2" "0,1,2,3" textline " " bitfld.long 0x04 16.--17. " SRC11 ,Source 3" "0,1,2,3" bitfld.long 0x04 12.--13. " SRC12 ,Source 4" "0,1,2,3" bitfld.long 0x04 8.--9. " SRC13 ,Source 5" "0,1,2,3" textline " " bitfld.long 0x04 4.--5. " SRC14 ,Source 6" "0,1,2,3" bitfld.long 0x04 0.--1. " SRC15 ,Source 7" "0,1,2,3" rgroup.long 0xDF0++0x07 line.long 0x00 "JRJDVF,Job Ring Job-Done Valid FIFO" bitfld.long 0x00 31. " V0 ,Valid 0" "Not valid,Valid" bitfld.long 0x00 30. " V1 ,Valid 1" "Not valid,Valid" bitfld.long 0x00 29. " V2 ,Valid 2" "Not valid,Valid" textline " " bitfld.long 0x00 28. " V3 ,Valid 3" "Not valid,Valid" bitfld.long 0x00 27. " V4 ,Valid 4" "Not valid,Valid" bitfld.long 0x00 26. " V5 ,Valid 5" "Not valid,Valid" textline " " bitfld.long 0x00 25. " V6 ,Valid 6" "Not valid,Valid" bitfld.long 0x00 24. " V7 ,Valid 7" "Not valid,Valid" bitfld.long 0x00 23. " V8 ,Valid 8" "Not valid,Valid" textline " " bitfld.long 0x00 22. " V9 ,Valid 9" "Not valid,Valid" bitfld.long 0x00 21. " V10 ,Valid 10" "Not valid,Valid" bitfld.long 0x00 20. " V11 ,Valid 11" "Not valid,Valid" textline " " bitfld.long 0x00 19. " V12 ,Valid 12" "Not valid,Valid" bitfld.long 0x00 18. " V13 ,Valid 13" "Not valid,Valid" bitfld.long 0x00 17. " V14 ,Valid 14" "Not valid,Valid" textline " " bitfld.long 0x00 16. " V15 ,Valid 15" "Not valid,Valid" line.long 0x04 "JRJDS,Job Ring Job-Done Status Register" bitfld.long 0x04 31. " BC ,Been Changed" "Not changed,Changed" hgroup.long 0xE00++0x03 hide.long 0x00 "JRJDDA0,Job Ring Job-Done Descriptor Address Register MS 0" rgroup.long 0xE04++0x03 line.long 0x00 "JRJDDA0,Job Ring Job-Done Descriptor Address Register LS 0" hgroup.long 0xE08++0x03 hide.long 0x00 "JRJDDA1,Job Ring Job-Done Descriptor Address Register MS 1" rgroup.long 0xE0C++0x03 line.long 0x00 "JRJDDA1,Job Ring Job-Done Descriptor Address Register LS 1" hgroup.long 0xE10++0x03 hide.long 0x00 "JRJDDA2,Job Ring Job-Done Descriptor Address Register MS 2" rgroup.long 0xE14++0x03 line.long 0x00 "JRJDDA2,Job Ring Job-Done Descriptor Address Register LS 2" hgroup.long 0xE18++0x03 hide.long 0x00 "JRJDDA3,Job Ring Job-Done Descriptor Address Register MS 3" rgroup.long 0xE1C++0x03 line.long 0x00 "JRJDDA3,Job Ring Job-Done Descriptor Address Register LS 3" hgroup.long 0xE20++0x03 hide.long 0x00 "JRJDDA4,Job Ring Job-Done Descriptor Address Register MS 4" rgroup.long 0xE24++0x03 line.long 0x00 "JRJDDA4,Job Ring Job-Done Descriptor Address Register LS 4" hgroup.long 0xE28++0x03 hide.long 0x00 "JRJDDA5,Job Ring Job-Done Descriptor Address Register MS 5" rgroup.long 0xE2C++0x03 line.long 0x00 "JRJDDA5,Job Ring Job-Done Descriptor Address Register LS 5" hgroup.long 0xE30++0x03 hide.long 0x00 "JRJDDA6,Job Ring Job-Done Descriptor Address Register MS 6" rgroup.long 0xE34++0x03 line.long 0x00 "JRJDDA6,Job Ring Job-Done Descriptor Address Register LS 6" hgroup.long 0xE38++0x03 hide.long 0x00 "JRJDDA7,Job Ring Job-Done Descriptor Address Register MS 7" rgroup.long 0xE3C++0x03 line.long 0x00 "JRJDDA7,Job Ring Job-Done Descriptor Address Register LS 7" hgroup.long 0xE40++0x03 hide.long 0x00 "JRJDDA8,Job Ring Job-Done Descriptor Address Register MS 8" rgroup.long 0xE44++0x03 line.long 0x00 "JRJDDA8,Job Ring Job-Done Descriptor Address Register LS 8" hgroup.long 0xE48++0x03 hide.long 0x00 "JRJDDA9,Job Ring Job-Done Descriptor Address Register MS 9" rgroup.long 0xE4C++0x03 line.long 0x00 "JRJDDA9,Job Ring Job-Done Descriptor Address Register LS 9" hgroup.long 0xE50++0x03 hide.long 0x00 "JRJDDA10,Job Ring Job-Done Descriptor Address Register MS 10" rgroup.long 0xE54++0x03 line.long 0x00 "JRJDDA10,Job Ring Job-Done Descriptor Address Register LS 10" hgroup.long 0xE58++0x03 hide.long 0x00 "JRJDDA11,Job Ring Job-Done Descriptor Address Register MS 11" rgroup.long 0xE5C++0x03 line.long 0x00 "JRJDDA11,Job Ring Job-Done Descriptor Address Register LS 11" hgroup.long 0xE60++0x03 hide.long 0x00 "JRJDDA12,Job Ring Job-Done Descriptor Address Register MS 12" rgroup.long 0xE64++0x03 line.long 0x00 "JRJDDA12,Job Ring Job-Done Descriptor Address Register LS 12" hgroup.long 0xE68++0x03 hide.long 0x00 "JRJDDA13,Job Ring Job-Done Descriptor Address Register MS 13" rgroup.long 0xE6C++0x03 line.long 0x00 "JRJDDA13,Job Ring Job-Done Descriptor Address Register LS 13" hgroup.long 0xE70++0x03 hide.long 0x00 "JRJDDA14,Job Ring Job-Done Descriptor Address Register MS 14" rgroup.long 0xE74++0x03 line.long 0x00 "JRJDDA14,Job Ring Job-Done Descriptor Address Register LS 14" hgroup.long 0xE78++0x03 hide.long 0x00 "JRJDDA15,Job Ring Job-Done Descriptor Address Register MS 15" rgroup.long 0xE7C++0x03 line.long 0x00 "JRJDDA15,Job Ring Job-Done Descriptor Address Register LS 15" tree.end tree "Fault and Version ID Registers" width 12. rgroup.long 0x0FA0++0x7 line.long 0x00 "CRNR_MS,Most-significant half of CHA Revision Number Register" bitfld.long 0x00 28.--31. " JRRN ,Job Ring Revision Number" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 24.--27. " DECORN ,DECO Revision Number" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "CRNR_LS,Least-significant half of CHA Revision Number Register" bitfld.long 0x04 16.--19. " RNGRN ,Random Number Generator Revision Number" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x04 12.--15. " MDRN ,Message Digest (Hashing) module Revision Number" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x04 8.--11. " ARC4RN ,ARC4 module Revision Number" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x04 4.--7. " DESRN ,DES module Revision Number" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x04 0.--3. " AESRN ,AES module Revision Number (Differential Power Analysis protection implemented)" "Not implemented,Implemented,?..." rgroup.long 0xFA8++0x07 line.long 0x00 "CTPR_MS,Compile Time Parameters Register MS" bitfld.long 0x00 28.--31. " AXI_PIPE_DEPTH ,AXI Pipeline Depth" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 27. " AXI_LIODN ,AXI LIODN" "Disabled,Enabled" bitfld.long 0x00 26. " AXI_PRI ,AXI Master Priority" "Disabled,Enabled" textline " " bitfld.long 0x00 25. " QI ,Queue Manager Interface" "Disabled,Enabled" bitfld.long 0x00 24. " ACC_CTL ,LIODN-based access control" "Disabled,Enabled" bitfld.long 0x00 23. " C1C2 ,Class 2 Key and Context" "Disabled,Enabled" textline " " bitfld.long 0x00 21. " PC ,Performance Counter" "Disabled,Enabled" bitfld.long 0x00 20. " DECO_WD ,DECO Watchdog Counter" "Disabled,Enabled" bitfld.long 0x00 19. " PM_EVT_BUS ,Performance Monitor Event Bus" "Disabled,Enabled" textline " " bitfld.long 0x00 18. " SG8 ,Scatter-Gather Tables with 8-byte entries" "Disabled,Enabled" bitfld.long 0x00 17. " MCFG_PS ,Master Configuration Register Pointer Size field" "Disabled,Enabled" bitfld.long 0x00 16. " MCFG_BURST ,Master Configuration Register AXI Burst field" "Disabled,Enabled" textline " " bitfld.long 0x00 14. " IP_CLK ,IP Bus Slave Clock" "Disabled,Enabled" bitfld.long 0x00 8.--10. " RNG_I ,RNG Instantiations" "0,1,2,3,4,5,6,7" line.long 0x04 "CTPR_LS,Compile Time Parameters Register LS" bitfld.long 0x04 12. " DBL_CRC ,Specialized support for 3G Double CRC" "Not implemented,Implemented" bitfld.long 0x04 11. " P3G_LTE ,Specialized support for 3G and LTE protocols" "Not implemented,Implemented" bitfld.long 0x04 10. " RSA ,Specialized support for RSA encrypt and decrypt operations" "Not implemented,Implemented" textline " " bitfld.long 0x04 9. " MACSEC ,Specialized support for the MACSEC protocol" "Not implemented,Implemented" bitfld.long 0x04 8. " TLS_PRF ,Specialized support for the TLS protocol pseudo-random function" "Not implemented,Implemented" bitfld.long 0x04 7. " SSL_TLS ,Specialized support for the SSL and TLS protocols" "Not implemented,Implemented" textline " " bitfld.long 0x04 6. " IKE ,Specialized support for the IKE protocol" "Not implemented,Implemented" bitfld.long 0x04 5. " IPSEC ,Specialized support for the IPSEC protocol" "Not implemented,Implemented" bitfld.long 0x04 4. " SRTP ,Specialized support for the SRTP protocol" "Not implemented,Implemented" textline " " bitfld.long 0x04 3. " WIMAX ,Specialized support for the WIMAX protocol" "Not implemented,Implemented" bitfld.long 0x04 2. " WIFI ,Specialized support for the WIFI protocol" "Not implemented,Implemented" bitfld.long 0x04 1. " BLOB ,Specialized support for encapsulating and decapsulating cryptographic blobs" "Not implemented,Implemented" textline " " bitfld.long 0x04 0. " KG_DS ,Specialized support for Public Key Generation and Digital Signatures" "Not implemented,Implemented" rgroup.long 0x0FB4++0x3 line.long 0x00 "SMSTA,Secure Memory Status Register" bitfld.long 0x00 28.--31. " PART ,Partition number" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" hexmask.long.word 0x00 16.--26. 1. " PAGE ,Number of pages" textline " " bitfld.long 0x00 8.--13. " LIODN ,LIODN of the bus master" "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" textline " " bitfld.long 0x00 4.--7. " ACCERR ,Access Error" "No error,Page not allocated to any partition,Access not granted to the partition,Failed write attempt,Failed read attempt,Reserved,No permission for non-key read,Reserved,Reserved,Secure Memory Blob not allowed access,Failed impoty|export attempt,Adress not implemented,1k-boundary crossed,?..." textline " " bitfld.long 0x00 0.--3. " STATE ,Current State" "Reset,Initialize,Normal,Fail,?..." rgroup.long 0x1FBC++0x3 line.long 0x00 "SMPO_0,Secure Memory Partition Owner Register 0 for Job Ring 0" bitfld.long 0x00 30.--31. " PO15 ,Partition 15 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" bitfld.long 0x00 28.--29. " PO14 ,Partition 14 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" bitfld.long 0x00 26.--27. " PO13 ,Partition 13 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" textline " " bitfld.long 0x00 24.--25. " PO12 ,Partition 12 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" bitfld.long 0x00 22.--23. " PO11 ,Partition 11 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" bitfld.long 0x00 20.--21. " PO10 ,Partition 10 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" textline " " bitfld.long 0x00 18.--19. " PO9 ,Partition 9 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" bitfld.long 0x00 16.--17. " PO8 ,Partition 8 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" bitfld.long 0x00 14.--15. " PO7 ,Partition 7 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" textline " " bitfld.long 0x00 12.--13. " PO6 ,Partition 6 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" bitfld.long 0x00 10.--11. " PO5 ,Partition 5 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" bitfld.long 0x00 8.--9. " PO4 ,Partition 4 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" textline " " bitfld.long 0x00 6.--7. " PO3 ,Partition 3 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" bitfld.long 0x00 4.--5. " PO2 ,Partition 2 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" bitfld.long 0x00 2.--3. " PO1 ,Partition 1 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" textline " " bitfld.long 0x00 0.--1. " PO0 ,Partition 0 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" rgroup.long 0x2FBC++0x3 line.long 0x00 "SMPO_1,Secure Memory Partition Owner Register 1 for Job Ring 1" bitfld.long 0x00 30.--31. " PO15 ,Partition 15 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" bitfld.long 0x00 28.--29. " PO14 ,Partition 14 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" bitfld.long 0x00 26.--27. " PO13 ,Partition 13 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" textline " " bitfld.long 0x00 24.--25. " PO12 ,Partition 12 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" bitfld.long 0x00 22.--23. " PO11 ,Partition 11 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" bitfld.long 0x00 20.--21. " PO10 ,Partition 10 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" textline " " bitfld.long 0x00 18.--19. " PO9 ,Partition 9 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" bitfld.long 0x00 16.--17. " PO8 ,Partition 8 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" bitfld.long 0x00 14.--15. " PO7 ,Partition 7 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" textline " " bitfld.long 0x00 12.--13. " PO6 ,Partition 6 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" bitfld.long 0x00 10.--11. " PO5 ,Partition 5 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" bitfld.long 0x00 8.--9. " PO4 ,Partition 4 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" textline " " bitfld.long 0x00 6.--7. " PO3 ,Partition 3 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" bitfld.long 0x00 4.--5. " PO2 ,Partition 2 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" bitfld.long 0x00 2.--3. " PO1 ,Partition 1 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" textline " " bitfld.long 0x00 0.--1. " PO0 ,Partition 0 Owner" "Unowned,Unimplemented,Another Job Ring,Job Ring" hgroup.long 0x0FC4++0xB hide.long 0x00 "FAR,Fault Address Register" in hide.long 0x04 "FALR,Fault Address LIODN Register" in hide.long 0x08 "FADR,Fault Address Detail Register" in rgroup.long 0x0FD4++0xB line.long 0x00 "CSTA,CAAM Status Register" bitfld.long 0x00 10. " PLEND ,Platform Endianness" "Little-endian,Big-endian" bitfld.long 0x00 8.--9. " MOO ,Mode of Operation" "Non-Secure,Secure,Trusted,Fail" bitfld.long 0x00 2. " TRNG_IDLE ,TRNG idle" "0,1" textline " " bitfld.long 0x00 1. " IDLE ,CAAM idle" "Not idle,Idle" bitfld.long 0x00 0. " BSY ,CAAM Busy" "Not busy,Busy" line.long 0x04 "SMVID_MS,Most-significant half of Secure Memory Version ID Register" hexmask.long.word 0x04 16.--25. 1. " MAX_NPAG ,Maximum value for NPAG" bitfld.long 0x04 12.--15. " NPRT ,Highest numbered Secure Memory partition" "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16" hexmask.long.word 0x04 0.--9. 1. " NPAG ,Highest numbered page of Secure Memory" line.long 0x08 "SMVID_LS,Least-significant half of Secure Memory Version ID Register" bitfld.long 0x08 16.--18. " PSIZ ,Page Size" "1K-bytes,2K-bytes,4K-bytes,8K-bytes,16K-bytes,32K-bytes,64K-bytes,128K-bytes" hexmask.long.byte 0x08 8.--15. 1. " SMJV ,Secure Memory Major Version ID" hexmask.long.byte 0x08 0.--7. 1. " SMNV ,Secure Memory Minor Version ID" rgroup.long 0xFE0++0x03 line.long 0x00 "RVID,Run Time Integrity Checking Version ID Register" bitfld.long 0x00 31. " TZ ,RTIC_RT_TRUSTZONE" "0,1" bitfld.long 0x00 27. " MD ,Memory Block D Available" "Not available,Available" bitfld.long 0x00 26. " MC ,Memory Block C Available" "Not available,Available" textline " " bitfld.long 0x00 25. " MB ,Memory Block B Available" "Not available,Available" bitfld.long 0x00 24. " MA ,Memory Block A Available" "Not available,Available" bitfld.long 0x00 20. " MBL ,RTIC Memory Block Locked" "Locked/software configurable,Locked" textline " " bitfld.long 0x00 19. " SHA_512 ,SHA-512 hashing algorithm" "Disabled,Enabled" bitfld.long 0x00 17. " SHA_256 ,SHA_256 hashing algorithm" "Disabled,Enabled" hexmask.long.byte 0x00 8.--15. 1. " RMJV ,RTIC Major Version" textline " " hexmask.long.byte 0x00 0.--7. 1. " RMNV ,RTIC Minor Version" rgroup.long 0x0FE4++0x1b line.long 0x00 "CCBVID,CCB Version ID Register" hexmask.long.byte 0x00 8.--15. 1. " AMJV ,Accelerator Major Revision Number" hexmask.long.byte 0x00 0.--7. 1. " AMNV ,Accelerator Minor Revision Number" line.long 0x04 "CHAVID_MS,Most-significant half of CHA Version ID Register" bitfld.long 0x04 28.--31. " JRVID ,Job Ring Version ID" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x04 24.--27. " DECOVID ,DECO Version ID" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x08 "CHAVID_LS,Least-significant half of CHA Version ID Register" bitfld.long 0x08 16.--19. " RNGVID ,Random Number Generator Version ID" "Reserved,Reserved,RNGB,Reserved,RNG4,?..." textline " " bitfld.long 0x08 12.--15. " MDVID ,Hashing module Version ID" "Low-power MDHA|SHA-1/256/224|MD5|HMAC,Low-power MDHA|SHA-1/256/224/512/384|MD5|HMAC,High-performance MDHA|SHA-1/256/224/512/384|MD5|HMAC|SMAC,?..." textline " " bitfld.long 0x08 8.--11. " ARC4VID ,ARC4 module Version ID" "Low-power ARC4,High-performance ARC4,?..." textline " " bitfld.long 0x08 4.--7. " DESVID ,DES module Version ID" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x08 0.--3. " AESVID ,AES module Version ID" "Reserved,Reserved,Reserved,Low-power AESA|ECB|CBC|CFB128|OFB|CTR|CCM|CMAC|XCBC-MAC,High-perf.AESA|ECB|CBC|CFB128|OFB|CTR|CCM|CMAC|XCBC-MAC|CBCXCBC|CTRXCBC|XTS|GCM,?..." line.long 0x0C "CHANUM_MS,Most-significant half of CHA Number Register" bitfld.long 0x0C 28.--31. " JRNUM ,Number of copies of the Job Ring" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x0C 24.--27. " DECONUM ,Number of copies of the DECO" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x10 "CHANUM_LS,Least-significant half of CHA Number Register" bitfld.long 0x10 16.--19. " RNGNUM ,Number of copies of the Random Number Generator" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x10 12.--15. " MDNUM ,Number of copies of the Hashing module" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x10 8.--11. " ARC4NUM ,Number of copies of the ARC4 module" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x10 4.--7. " DESNUM ,Number of copies of the DES module" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x10 0.--3. " AESNUM ,Number of copies of the AES module" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x14 "CAAMVID_MS,Most-significant half of CAAM Version ID Register" hexmask.long.word 0x14 16.--31. 1. " IP_ID ,ID for CAAM" hexmask.long.byte 0x14 8.--15. 1. " MAJ_REV ,Major revision number for CAAM" hexmask.long.byte 0x14 0.--7. 1. " MIN_REV ,Minor revision number for CAAM" line.long 0x18 "CAAMVID_LS,Least-significant half of CAAM Version ID Register" hexmask.long.byte 0x18 24.--31. 1. " COMPILE_OPT ,Compile options for CAAM" hexmask.long.byte 0x18 16.--23. 1. " INTG_OPT ,Integration options for CAAM" hexmask.long.byte 0x18 8.--15. 1. " ECO_REV ,ECO revision for CAAM" textline " " hexmask.long.byte 0x18 0.--7. 1. " CONFIG_OPT ,Configuration options for CAAM" tree.end tree "Job Ring Registers" width 9. group.long (0x1000+0x04)++0x3 "Job Ring 0" line.long 0x00 "IRBAR0,Input Ring Base Address Register" group.long (0x1000+0x0C)++0x3 line.long 0x00 "IRSR0,Input Ring Size Register" hexmask.long.word 0x00 0.--9. 1. " IRS ,Input Ring Size" rgroup.long (0x1000+0x14)++0x3 line.long 0x00 "IRSAR0,Input Ring Slots Available" hexmask.long.word 0x00 0.--9. 1. " IRSA ,Input Ring Slots Available" group.long (0x1000+0x1C)++0x3 line.long 0x00 "IRJAR0,Input Ring Jobs Added Register" hexmask.long.word 0x00 0.--9. 1. " IRJA ,Input Ring Jobs Added" group.long (0x1000+0x24)++0x3 line.long 0x00 "ORBAR0,Output Ring Base Address Register" group.long (0x1000+0x2C)++0x3 line.long 0x00 "ORSR0,Output Ring Size Register" hexmask.long.word 0x00 0.--9. 1. " ORS ,Output Ring Size" group.long (0x1000+0x34)++0x3 line.long 0x00 "ORJRR0,Output Ring Jobs Removed Register" hexmask.long.word 0x00 0.--9. 1. " ORJR ,Output Ring Jobs Removed" rgroup.long (0x1000+0x3C)++0x3 line.long 0x00 "ORSFR0,Output Ring Slots Full Register" hexmask.long.word 0x00 0.--9. 1. " ORSF ,Output Ring Slots Full" if ((per.l(ad:0x400F0000+0x1000+0x44)&0xF0000000)==0x70000000) rgroup.long (0x1000+0x44)++0x3 line.long 0x00 "JRSTAR0,Job Ring Output Status Register" bitfld.long 0x00 28.--31. " SSRC ,Status source" "No status source,Reserved,CCB status source,Jump Halt User status source,DECO status source,Reserved,Job Ring status source,Jump Halt Condition Codes,?..." textline " " bitfld.long 0x00 27. " JMP ,Descriptor to another descriptor jump" "Not jumped,Jumped" textline " " hexmask.long.byte 0x00 8.--15. 1. " DESCINDEX ,Index into the failing Descriptor" hexmask.long.byte 0x00 0.--7. 1. " COND ,Condition codes" elif ((per.l(ad:0x400F0000+0x1000+0x44)&0xF0000000)==0x20000000) rgroup.long (0x1000+0x44)++0x3 line.long 0x00 "JRSTAR0,Job Ring Output Status Register" bitfld.long 0x00 28.--31. " SSRC ,Status source" "No status source,Reserved,CCB status source,Jump Halt User status source,DECO status source,Reserved,Job Ring status source,Jump Halt Condition Codes,?..." textline " " bitfld.long 0x00 27. " JMP , Descriptor to another descriptor jump" "Not jumped,Jumped" hexmask.long.byte 0x00 8.--15. 1. " DESCINDEX ,Index into the failing Descriptor" textline " " bitfld.long 0x00 4.--7. " CHAID ,Algorithm that generated the error" "Reserved,AES,DES|3DES,ARC4,MD5|SHA-1|SH-224|SHA-256|SHA-384|SHA-512,RNG,?..." textline " " bitfld.long 0x00 0.--3. " ERRID ,Descriptor Error ID" "No error,Mode error,Data size error,Key size/instantiate error,Not instantiated error,Test Instantiation error,Prediction Resistance/Data arrived out of sequence error,Prediction Resistance and Test Request error,Uninstantiate error,RNG Secure Key Generation/DES key parity error error,ICV check failed,Hardware error,Unsupported CCM AAD size,Class 1 CHA is not reset,Invalid CHA combination selected,Invalid CHA selected" elif ((per.l(ad:0x400F0000+0x1000+0x44)&0xF0000000)==0x30000000) rgroup.long (0x1000+0x44)++0x3 line.long 0x00 "JRSTAR0,Job Ring Output Status Register" bitfld.long 0x00 28.--31. " SSRC ,Status source" "No status source,Reserved,CCB status source,Jump Halt User status source,DECO status source,Reserved,Job Ring status source,Jump Halt Condition Codes,?..." textline " " bitfld.long 0x00 27. " JMP ,Descriptor to another descriptor jump" "Not jumped,Jumped" hexmask.long.byte 0x00 8.--15. 1. " DESCINDEX ,Index into the failing Descriptor" textline " " hexmask.long.byte 0x00 0.--7. 1. " OFFSET ,Local offset field from JUMP " elif ((per.l(ad:0x400F0000+0x1000+0x44)&0xF0000000)==0x40000000) rgroup.long (0x1000+0x44)++0x3 line.long 0x00 "JRSTAR0,Job Ring Output Status Register" bitfld.long 0x00 28.--31. " SSRC ,Status source" "No status source,Reserved,CCB status source,Jump Halt User status source,DECO status source,Reserved,Job Ring status source,Jump Halt Condition Codes,?..." textline " " bitfld.long 0x00 27. " JMP ,Descriptor to another descriptor jump" "Not jumped,Jumped" hexmask.long.byte 0x00 8.--15. 1. " DESCINDEX ,Index into the failing Descriptor" textline " " hexmask.long.byte 0x00 0.--7. 1. " DESCERROR ,Descriptor Error type" elif ((per.l(ad:0x400F0000+0x1000+0x44)&0xF0000000)==0x60000000) rgroup.long (0x1000+0x44)++0x3 line.long 0x00 "JRSTAR0,Job Ring Output Status Register" bitfld.long 0x00 28.--31. " SSRC ,Status source" "No status source,Reserved,CCB status source,Jump Halt User status source,DECO status source,Reserved,Job Ring status source,Jump Halt Condition Codes,?..." textline " " bitfld.long 0x00 8.--10. " NADDR ,Number of Descriptor addresses (Error reading the Descriptor address)" "0,1,2,3,4,5,6,7" hexmask.long.byte 0x00 0.--7. 1. " DESCERROR ,Descriptor Error type" else rgroup.long (0x1000+0x44)++0x3 line.long 0x00 "JRSTAR0,Job Ring Output Status Register" bitfld.long 0x00 28.--31. " SSRC ,Status source" "No status source,Reserved,CCB status source,Jump Halt User status source,DECO status source,Reserved,Job Ring status source,Jump Halt Condition Codes,?..." textline " " endif width 12. group.long (0x1000+0x4C)++0xB line.long 0x00 "JRINTR0,Job Ring Interrupt Status Register" hexmask.long.word 0x00 16.--29. 1. " ERR_ORWI ,Output ring write index with error" textline " " bitfld.long 0x00 8.--11. " ERR_TYPE ,Error type" "Reserved,Error writing status to Output Ring,Reserved,Bad Input Ring base address,Bad Output Ring base address,Invalid write to Input Ring Base Address Register,Invalid write to Output Ring Base Address Register,Job Ring reset released before Job Ring is halted,Removed too many jobs,Added too many jobs,?..." textline " " eventfld.long 0x00 3. " HALT1 ,Halt the Job Ring 1" "Not halted,Halted" bitfld.long 0x00 2. " HALT0 ,Halt the Job Ring 0" "Not halted,Halted" textline " " eventfld.long 0x00 1. " JRE ,Job Ring Error" "No error,Error" eventfld.long 0x00 0. " JRI ,Job Ring Interrupt" "No interrupt,Interrupt" line.long 0x04 "JRCFGR0_MS,Most-significant half of Job Ring Configuration Register" bitfld.long 0x04 31. " JDLS ,Job Descriptor LIODN Select" "Non-SEQ LIODN,SEQ LIODN" bitfld.long 0x04 30. " INCL_SEQ_OUT ,Include Sequence Out Length" "Not included,Included" bitfld.long 0x04 17. " PEO ,Platform Endian Override" "0,1" textline " " bitfld.long 0x04 16. " DMBS ,Descriptor Message Data Byte Swap" "Not swapped,Swapped" bitfld.long 0x04 13. " CHWSO ,CAAM DMA control data write halfword swap" "Not swapped,Swapped" bitfld.long 0x04 12. " CBSO ,CAAM DMA control data write byte swap" "Not swapped,Swapped" textline " " bitfld.long 0x04 9. " MHWSO ,CAAM DMA message data write halfword swap" "Not swapped,Swapped" bitfld.long 0x04 8. " MBSO ,CAAM DMA message data write byte swap" "Not swapped,Swapped" bitfld.long 0x04 5. " CHWSI ,CAAM DMA control data read halfword swap" "Not swapped,Swapped" textline " " bitfld.long 0x04 4. " CBSI ,CAAM DMA control data read byte swap" "Not swapped,Swapped" bitfld.long 0x04 1. " MHWSI ,CAAM DMA message data read halfword swap" "Not swapped,Swapped" bitfld.long 0x04 0. " MBSI ,CAAM DMA message data read byte swap" "Not swapped,Swapped" line.long 0x08 "JRCFGR0_LS,Least-significant half of Job Ring Configuration Register" hexmask.long.word 0x08 16.--31. 1. " ICTT ,Interrupt Coalescing Timer Threshold" hexmask.long.byte 0x08 8.--15. 1. " ICDCT ,Interrupt Coalescing Descriptor Count Threshold" textline " " bitfld.long 0x08 1. " ICEN ,Interrupt Coalescing Enable" "Disabled,Enabled" bitfld.long 0x08 0. " IMSK ,Interrupt Mask" "Not masked,Masked" rgroup.long (0x1000+0x5C)++0x3 line.long 0x00 "IRRIR0,Input Ring Read Index Register" hexmask.long.word 0x00 0.--12. 1. " IRRI ,Input Ring Read Index" rgroup.long (0x1000+0x64)++0x3 line.long 0x00 "ORWIR0,Output Ring Write Index Register" hexmask.long.word 0x00 0.--13. 1. " ORWI ,Output Ring Write Index" group.long (0x1000+0x6C)++0x3 line.long 0x00 "JRCR0,Job Ring Command Register" bitfld.long 0x00 0. " RESET ,Software reset" "No reset,Reset" group.long (0x2000+0x04)++0x3 "Job Ring 1" line.long 0x00 "IRBAR1,Input Ring Base Address Register" group.long (0x2000+0x0C)++0x3 line.long 0x00 "IRSR1,Input Ring Size Register" hexmask.long.word 0x00 0.--9. 1. " IRS ,Input Ring Size" rgroup.long (0x2000+0x14)++0x3 line.long 0x00 "IRSAR1,Input Ring Slots Available" hexmask.long.word 0x00 0.--9. 1. " IRSA ,Input Ring Slots Available" group.long (0x2000+0x1C)++0x3 line.long 0x00 "IRJAR1,Input Ring Jobs Added Register" hexmask.long.word 0x00 0.--9. 1. " IRJA ,Input Ring Jobs Added" group.long (0x2000+0x24)++0x3 line.long 0x00 "ORBAR1,Output Ring Base Address Register" group.long (0x2000+0x2C)++0x3 line.long 0x00 "ORSR1,Output Ring Size Register" hexmask.long.word 0x00 0.--9. 1. " ORS ,Output Ring Size" group.long (0x2000+0x34)++0x3 line.long 0x00 "ORJRR1,Output Ring Jobs Removed Register" hexmask.long.word 0x00 0.--9. 1. " ORJR ,Output Ring Jobs Removed" rgroup.long (0x2000+0x3C)++0x3 line.long 0x00 "ORSFR1,Output Ring Slots Full Register" hexmask.long.word 0x00 0.--9. 1. " ORSF ,Output Ring Slots Full" if ((per.l(ad:0x400F0000+0x2000+0x44)&0xF0000000)==0x70000000) rgroup.long (0x2000+0x44)++0x3 line.long 0x00 "JRSTAR1,Job Ring Output Status Register" bitfld.long 0x00 28.--31. " SSRC ,Status source" "No status source,Reserved,CCB status source,Jump Halt User status source,DECO status source,Reserved,Job Ring status source,Jump Halt Condition Codes,?..." textline " " bitfld.long 0x00 27. " JMP ,Descriptor to another descriptor jump" "Not jumped,Jumped" textline " " hexmask.long.byte 0x00 8.--15. 1. " DESCINDEX ,Index into the failing Descriptor" hexmask.long.byte 0x00 0.--7. 1. " COND ,Condition codes" elif ((per.l(ad:0x400F0000+0x2000+0x44)&0xF0000000)==0x20000000) rgroup.long (0x2000+0x44)++0x3 line.long 0x00 "JRSTAR1,Job Ring Output Status Register" bitfld.long 0x00 28.--31. " SSRC ,Status source" "No status source,Reserved,CCB status source,Jump Halt User status source,DECO status source,Reserved,Job Ring status source,Jump Halt Condition Codes,?..." textline " " bitfld.long 0x00 27. " JMP , Descriptor to another descriptor jump" "Not jumped,Jumped" hexmask.long.byte 0x00 8.--15. 1. " DESCINDEX ,Index into the failing Descriptor" textline " " bitfld.long 0x00 4.--7. " CHAID ,Algorithm that generated the error" "Reserved,AES,DES|3DES,ARC4,MD5|SHA-1|SH-224|SHA-256|SHA-384|SHA-512,RNG,?..." textline " " bitfld.long 0x00 0.--3. " ERRID ,Descriptor Error ID" "No error,Mode error,Data size error,Key size/instantiate error,Not instantiated error,Test Instantiation error,Prediction Resistance/Data arrived out of sequence error,Prediction Resistance and Test Request error,Uninstantiate error,RNG Secure Key Generation/DES key parity error error,ICV check failed,Hardware error,Unsupported CCM AAD size,Class 1 CHA is not reset,Invalid CHA combination selected,Invalid CHA selected" elif ((per.l(ad:0x400F0000+0x2000+0x44)&0xF0000000)==0x30000000) rgroup.long (0x2000+0x44)++0x3 line.long 0x00 "JRSTAR1,Job Ring Output Status Register" bitfld.long 0x00 28.--31. " SSRC ,Status source" "No status source,Reserved,CCB status source,Jump Halt User status source,DECO status source,Reserved,Job Ring status source,Jump Halt Condition Codes,?..." textline " " bitfld.long 0x00 27. " JMP ,Descriptor to another descriptor jump" "Not jumped,Jumped" hexmask.long.byte 0x00 8.--15. 1. " DESCINDEX ,Index into the failing Descriptor" textline " " hexmask.long.byte 0x00 0.--7. 1. " OFFSET ,Local offset field from JUMP " elif ((per.l(ad:0x400F0000+0x2000+0x44)&0xF0000000)==0x40000000) rgroup.long (0x2000+0x44)++0x3 line.long 0x00 "JRSTAR1,Job Ring Output Status Register" bitfld.long 0x00 28.--31. " SSRC ,Status source" "No status source,Reserved,CCB status source,Jump Halt User status source,DECO status source,Reserved,Job Ring status source,Jump Halt Condition Codes,?..." textline " " bitfld.long 0x00 27. " JMP ,Descriptor to another descriptor jump" "Not jumped,Jumped" hexmask.long.byte 0x00 8.--15. 1. " DESCINDEX ,Index into the failing Descriptor" textline " " hexmask.long.byte 0x00 0.--7. 1. " DESCERROR ,Descriptor Error type" elif ((per.l(ad:0x400F0000+0x2000+0x44)&0xF0000000)==0x60000000) rgroup.long (0x2000+0x44)++0x3 line.long 0x00 "JRSTAR1,Job Ring Output Status Register" bitfld.long 0x00 28.--31. " SSRC ,Status source" "No status source,Reserved,CCB status source,Jump Halt User status source,DECO status source,Reserved,Job Ring status source,Jump Halt Condition Codes,?..." textline " " bitfld.long 0x00 8.--10. " NADDR ,Number of Descriptor addresses (Error reading the Descriptor address)" "0,1,2,3,4,5,6,7" hexmask.long.byte 0x00 0.--7. 1. " DESCERROR ,Descriptor Error type" else rgroup.long (0x2000+0x44)++0x3 line.long 0x00 "JRSTAR1,Job Ring Output Status Register" bitfld.long 0x00 28.--31. " SSRC ,Status source" "No status source,Reserved,CCB status source,Jump Halt User status source,DECO status source,Reserved,Job Ring status source,Jump Halt Condition Codes,?..." textline " " endif width 12. group.long (0x2000+0x4C)++0xB line.long 0x00 "JRINTR1,Job Ring Interrupt Status Register" hexmask.long.word 0x00 16.--29. 1. " ERR_ORWI ,Output ring write index with error" textline " " bitfld.long 0x00 8.--11. " ERR_TYPE ,Error type" "Reserved,Error writing status to Output Ring,Reserved,Bad Input Ring base address,Bad Output Ring base address,Invalid write to Input Ring Base Address Register,Invalid write to Output Ring Base Address Register,Job Ring reset released before Job Ring is halted,Removed too many jobs,Added too many jobs,?..." textline " " eventfld.long 0x00 3. " HALT1 ,Halt the Job Ring 1" "Not halted,Halted" bitfld.long 0x00 2. " HALT0 ,Halt the Job Ring 0" "Not halted,Halted" textline " " eventfld.long 0x00 1. " JRE ,Job Ring Error" "No error,Error" eventfld.long 0x00 0. " JRI ,Job Ring Interrupt" "No interrupt,Interrupt" line.long 0x04 "JRCFGR1_MS,Most-significant half of Job Ring Configuration Register" bitfld.long 0x04 31. " JDLS ,Job Descriptor LIODN Select" "Non-SEQ LIODN,SEQ LIODN" bitfld.long 0x04 30. " INCL_SEQ_OUT ,Include Sequence Out Length" "Not included,Included" bitfld.long 0x04 17. " PEO ,Platform Endian Override" "0,1" textline " " bitfld.long 0x04 16. " DMBS ,Descriptor Message Data Byte Swap" "Not swapped,Swapped" bitfld.long 0x04 13. " CHWSO ,CAAM DMA control data write halfword swap" "Not swapped,Swapped" bitfld.long 0x04 12. " CBSO ,CAAM DMA control data write byte swap" "Not swapped,Swapped" textline " " bitfld.long 0x04 9. " MHWSO ,CAAM DMA message data write halfword swap" "Not swapped,Swapped" bitfld.long 0x04 8. " MBSO ,CAAM DMA message data write byte swap" "Not swapped,Swapped" bitfld.long 0x04 5. " CHWSI ,CAAM DMA control data read halfword swap" "Not swapped,Swapped" textline " " bitfld.long 0x04 4. " CBSI ,CAAM DMA control data read byte swap" "Not swapped,Swapped" bitfld.long 0x04 1. " MHWSI ,CAAM DMA message data read halfword swap" "Not swapped,Swapped" bitfld.long 0x04 0. " MBSI ,CAAM DMA message data read byte swap" "Not swapped,Swapped" line.long 0x08 "JRCFGR1_LS,Least-significant half of Job Ring Configuration Register" hexmask.long.word 0x08 16.--31. 1. " ICTT ,Interrupt Coalescing Timer Threshold" hexmask.long.byte 0x08 8.--15. 1. " ICDCT ,Interrupt Coalescing Descriptor Count Threshold" textline " " bitfld.long 0x08 1. " ICEN ,Interrupt Coalescing Enable" "Disabled,Enabled" bitfld.long 0x08 0. " IMSK ,Interrupt Mask" "Not masked,Masked" rgroup.long (0x2000+0x5C)++0x3 line.long 0x00 "IRRIR1,Input Ring Read Index Register" hexmask.long.word 0x00 0.--12. 1. " IRRI ,Input Ring Read Index" rgroup.long (0x2000+0x64)++0x3 line.long 0x00 "ORWIR1,Output Ring Write Index Register" hexmask.long.word 0x00 0.--13. 1. " ORWI ,Output Ring Write Index" group.long (0x2000+0x6C)++0x3 line.long 0x00 "JRCR1,Job Ring Command Register" bitfld.long 0x00 0. " RESET ,Software reset" "No reset,Reset" tree.end tree "Secure Memory Registers" width 12. wgroup.long (0x1000+0xF4)++0x3 "Job Ring 0" line.long 0x00 "SMCJR0,Secure Memory Command Register" hexmask.long.word 0x00 16.--31. 1. " PAGE ,Number of the page to be referenced in field CMD" bitfld.long 0x00 8.--11. " PRTN ,Partition" "0,1,2,3,4,5,6,7,?..." textline " " bitfld.long 0x00 0.--3. " CMD ,Command" "Reserved,Allocate Page,De-allocate Page,De-allocate Partition,Reserved,Page Inquiry,?..." rgroup.long (0x1000+0xFC)++0x3 line.long 0x00 "SMCSJR0,Secure Memory Command Status Register" hexmask.long.word 0x00 16.--27. 1. " PAGE ,Page number specified in the most recently accepted command" textline " " bitfld.long 0x00 14.--15. " CERR ,Command Error" "No Error,Command not completed,Security failure,Command overflow" textline " " bitfld.long 0x00 12.--13. " AERR ,Allocation Error after Allocate Page/after De-Allocate Command" "No Error,Reserved/PSP error,Page availability error,Partition ownership error" textline " " bitfld.long 0x00 6.--7. " PO ,Page Owner" "Available/unowned,Not exists,Another processor,Current processor" textline " " bitfld.long 0x00 0.--3. " PRTN ,Partition" "0,1,2,3,4,5,6,7,?..." width 12. wgroup.long (0x2000+0xF4)++0x3 "Job Ring 1" line.long 0x00 "SMCJR1,Secure Memory Command Register" hexmask.long.word 0x00 16.--31. 1. " PAGE ,Number of the page to be referenced in field CMD" bitfld.long 0x00 8.--11. " PRTN ,Partition" "0,1,2,3,4,5,6,7,?..." textline " " bitfld.long 0x00 0.--3. " CMD ,Command" "Reserved,Allocate Page,De-allocate Page,De-allocate Partition,Reserved,Page Inquiry,?..." rgroup.long (0x2000+0xFC)++0x3 line.long 0x00 "SMCSJR1,Secure Memory Command Status Register" hexmask.long.word 0x00 16.--27. 1. " PAGE ,Page number specified in the most recently accepted command" textline " " bitfld.long 0x00 14.--15. " CERR ,Command Error" "No Error,Command not completed,Security failure,Command overflow" textline " " bitfld.long 0x00 12.--13. " AERR ,Allocation Error after Allocate Page/after De-Allocate Command" "No Error,Reserved/PSP error,Page availability error,Partition ownership error" textline " " bitfld.long 0x00 6.--7. " PO ,Page Owner" "Available/unowned,Not exists,Another processor,Current processor" textline " " bitfld.long 0x00 0.--3. " PRTN ,Partition" "0,1,2,3,4,5,6,7,?..." width 12. group.long (0x1000+0x104)++0x3 line.long 0x00 "SMAPJR0,Secure Memory Access Permissions Register" hexmask.long.word 0x00 16.--31. 1. " PARTITION_KMOD ,Partition KMOD value" bitfld.long 0x00 15. " CSP ,Zeroize pages allocated to the partition when de-allocated/released/alarm occurs" "Not zeroized,Zeroized" bitfld.long 0x00 14. " PSP ,Public Security Parameters" "Enabled,Disabled" textline " " bitfld.long 0x00 13. " SMAP_LCK ,SMAP LOCK" "Not locked,Locked" bitfld.long 0x00 12. " SMAG_LCK ,SMAG LOCK" "Not locked,Locked" bitfld.long 0x00 10.--11. " JR ,Job Ring number" "JR0,JR1,?..." textline " " bitfld.long 0x00 7. " G2_SMBLOB ,G2 Secure Memory Blobs enable" "Disabled,Enabled" bitfld.long 0x00 5. " G2_WRITE ,G2 write enable" "Disabled,Enabled" bitfld.long 0x00 4. " G2_READ ,G2 read enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " G1_SMBLOB ,G1 Secure Memory Blobs enable" "Disabled,Enabled" bitfld.long 0x00 1. " G1_WRITE ,G1 write enable" "Disabled,Enabled" bitfld.long 0x00 0. " G1_READ ,G1 read enable" "Disabled,Enabled" width 12. group.long (0x2000+0x104)++0x3 line.long 0x00 "SMAPJR1,Secure Memory Access Permissions Register" hexmask.long.word 0x00 16.--31. 1. " PARTITION_KMOD ,Partition KMOD value" bitfld.long 0x00 15. " CSP ,Zeroize pages allocated to the partition when de-allocated/released/alarm occurs" "Not zeroized,Zeroized" bitfld.long 0x00 14. " PSP ,Public Security Parameters" "Enabled,Disabled" textline " " bitfld.long 0x00 13. " SMAP_LCK ,SMAP LOCK" "Not locked,Locked" bitfld.long 0x00 12. " SMAG_LCK ,SMAG LOCK" "Not locked,Locked" bitfld.long 0x00 10.--11. " JR ,Job Ring number" "JR0,JR1,?..." textline " " bitfld.long 0x00 7. " G2_SMBLOB ,G2 Secure Memory Blobs enable" "Disabled,Enabled" bitfld.long 0x00 5. " G2_WRITE ,G2 write enable" "Disabled,Enabled" bitfld.long 0x00 4. " G2_READ ,G2 read enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " G1_SMBLOB ,G1 Secure Memory Blobs enable" "Disabled,Enabled" bitfld.long 0x00 1. " G1_WRITE ,G1 write enable" "Disabled,Enabled" bitfld.long 0x00 0. " G1_READ ,G1 read enable" "Disabled,Enabled" width 12. group.long (0x3000+0x104)++0x3 line.long 0x00 "SMAPJR2,Secure Memory Access Permissions Register" hexmask.long.word 0x00 16.--31. 1. " PARTITION_KMOD ,Partition KMOD value" bitfld.long 0x00 15. " CSP ,Zeroize pages allocated to the partition when de-allocated/released/alarm occurs" "Not zeroized,Zeroized" bitfld.long 0x00 14. " PSP ,Public Security Parameters" "Enabled,Disabled" textline " " bitfld.long 0x00 13. " SMAP_LCK ,SMAP LOCK" "Not locked,Locked" bitfld.long 0x00 12. " SMAG_LCK ,SMAG LOCK" "Not locked,Locked" bitfld.long 0x00 10.--11. " JR ,Job Ring number" "JR0,JR1,?..." textline " " bitfld.long 0x00 7. " G2_SMBLOB ,G2 Secure Memory Blobs enable" "Disabled,Enabled" bitfld.long 0x00 5. " G2_WRITE ,G2 write enable" "Disabled,Enabled" bitfld.long 0x00 4. " G2_READ ,G2 read enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " G1_SMBLOB ,G1 Secure Memory Blobs enable" "Disabled,Enabled" bitfld.long 0x00 1. " G1_WRITE ,G1 write enable" "Disabled,Enabled" bitfld.long 0x00 0. " G1_READ ,G1 read enable" "Disabled,Enabled" width 12. group.long (0x4000+0x104)++0x3 line.long 0x00 "SMAPJR3,Secure Memory Access Permissions Register" hexmask.long.word 0x00 16.--31. 1. " PARTITION_KMOD ,Partition KMOD value" bitfld.long 0x00 15. " CSP ,Zeroize pages allocated to the partition when de-allocated/released/alarm occurs" "Not zeroized,Zeroized" bitfld.long 0x00 14. " PSP ,Public Security Parameters" "Enabled,Disabled" textline " " bitfld.long 0x00 13. " SMAP_LCK ,SMAP LOCK" "Not locked,Locked" bitfld.long 0x00 12. " SMAG_LCK ,SMAG LOCK" "Not locked,Locked" bitfld.long 0x00 10.--11. " JR ,Job Ring number" "JR0,JR1,?..." textline " " bitfld.long 0x00 7. " G2_SMBLOB ,G2 Secure Memory Blobs enable" "Disabled,Enabled" bitfld.long 0x00 5. " G2_WRITE ,G2 write enable" "Disabled,Enabled" bitfld.long 0x00 4. " G2_READ ,G2 read enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " G1_SMBLOB ,G1 Secure Memory Blobs enable" "Disabled,Enabled" bitfld.long 0x00 1. " G1_WRITE ,G1 write enable" "Disabled,Enabled" bitfld.long 0x00 0. " G1_READ ,G1 read enable" "Disabled,Enabled" width 12. group.long (0x5000+0x104)++0x3 line.long 0x00 "SMAPJR4,Secure Memory Access Permissions Register" hexmask.long.word 0x00 16.--31. 1. " PARTITION_KMOD ,Partition KMOD value" bitfld.long 0x00 15. " CSP ,Zeroize pages allocated to the partition when de-allocated/released/alarm occurs" "Not zeroized,Zeroized" bitfld.long 0x00 14. " PSP ,Public Security Parameters" "Enabled,Disabled" textline " " bitfld.long 0x00 13. " SMAP_LCK ,SMAP LOCK" "Not locked,Locked" bitfld.long 0x00 12. " SMAG_LCK ,SMAG LOCK" "Not locked,Locked" bitfld.long 0x00 10.--11. " JR ,Job Ring number" "JR0,JR1,?..." textline " " bitfld.long 0x00 7. " G2_SMBLOB ,G2 Secure Memory Blobs enable" "Disabled,Enabled" bitfld.long 0x00 5. " G2_WRITE ,G2 write enable" "Disabled,Enabled" bitfld.long 0x00 4. " G2_READ ,G2 read enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " G1_SMBLOB ,G1 Secure Memory Blobs enable" "Disabled,Enabled" bitfld.long 0x00 1. " G1_WRITE ,G1 write enable" "Disabled,Enabled" bitfld.long 0x00 0. " G1_READ ,G1 read enable" "Disabled,Enabled" width 12. group.long (0x6000+0x104)++0x3 line.long 0x00 "SMAPJR5,Secure Memory Access Permissions Register" hexmask.long.word 0x00 16.--31. 1. " PARTITION_KMOD ,Partition KMOD value" bitfld.long 0x00 15. " CSP ,Zeroize pages allocated to the partition when de-allocated/released/alarm occurs" "Not zeroized,Zeroized" bitfld.long 0x00 14. " PSP ,Public Security Parameters" "Enabled,Disabled" textline " " bitfld.long 0x00 13. " SMAP_LCK ,SMAP LOCK" "Not locked,Locked" bitfld.long 0x00 12. " SMAG_LCK ,SMAG LOCK" "Not locked,Locked" bitfld.long 0x00 10.--11. " JR ,Job Ring number" "JR0,JR1,?..." textline " " bitfld.long 0x00 7. " G2_SMBLOB ,G2 Secure Memory Blobs enable" "Disabled,Enabled" bitfld.long 0x00 5. " G2_WRITE ,G2 write enable" "Disabled,Enabled" bitfld.long 0x00 4. " G2_READ ,G2 read enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " G1_SMBLOB ,G1 Secure Memory Blobs enable" "Disabled,Enabled" bitfld.long 0x00 1. " G1_WRITE ,G1 write enable" "Disabled,Enabled" bitfld.long 0x00 0. " G1_READ ,G1 read enable" "Disabled,Enabled" width 12. group.long (0x7000+0x104)++0x3 line.long 0x00 "SMAPJR6,Secure Memory Access Permissions Register" hexmask.long.word 0x00 16.--31. 1. " PARTITION_KMOD ,Partition KMOD value" bitfld.long 0x00 15. " CSP ,Zeroize pages allocated to the partition when de-allocated/released/alarm occurs" "Not zeroized,Zeroized" bitfld.long 0x00 14. " PSP ,Public Security Parameters" "Enabled,Disabled" textline " " bitfld.long 0x00 13. " SMAP_LCK ,SMAP LOCK" "Not locked,Locked" bitfld.long 0x00 12. " SMAG_LCK ,SMAG LOCK" "Not locked,Locked" bitfld.long 0x00 10.--11. " JR ,Job Ring number" "JR0,JR1,?..." textline " " bitfld.long 0x00 7. " G2_SMBLOB ,G2 Secure Memory Blobs enable" "Disabled,Enabled" bitfld.long 0x00 5. " G2_WRITE ,G2 write enable" "Disabled,Enabled" bitfld.long 0x00 4. " G2_READ ,G2 read enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " G1_SMBLOB ,G1 Secure Memory Blobs enable" "Disabled,Enabled" bitfld.long 0x00 1. " G1_WRITE ,G1 write enable" "Disabled,Enabled" bitfld.long 0x00 0. " G1_READ ,G1 read enable" "Disabled,Enabled" width 12. group.long (0x8000+0x104)++0x3 line.long 0x00 "SMAPJR7,Secure Memory Access Permissions Register" hexmask.long.word 0x00 16.--31. 1. " PARTITION_KMOD ,Partition KMOD value" bitfld.long 0x00 15. " CSP ,Zeroize pages allocated to the partition when de-allocated/released/alarm occurs" "Not zeroized,Zeroized" bitfld.long 0x00 14. " PSP ,Public Security Parameters" "Enabled,Disabled" textline " " bitfld.long 0x00 13. " SMAP_LCK ,SMAP LOCK" "Not locked,Locked" bitfld.long 0x00 12. " SMAG_LCK ,SMAG LOCK" "Not locked,Locked" bitfld.long 0x00 10.--11. " JR ,Job Ring number" "JR0,JR1,?..." textline " " bitfld.long 0x00 7. " G2_SMBLOB ,G2 Secure Memory Blobs enable" "Disabled,Enabled" bitfld.long 0x00 5. " G2_WRITE ,G2 write enable" "Disabled,Enabled" bitfld.long 0x00 4. " G2_READ ,G2 read enable" "Disabled,Enabled" textline " " bitfld.long 0x00 3. " G1_SMBLOB ,G1 Secure Memory Blobs enable" "Disabled,Enabled" bitfld.long 0x00 1. " G1_WRITE ,G1 write enable" "Disabled,Enabled" bitfld.long 0x00 0. " G1_READ ,G1 read enable" "Disabled,Enabled" width 12. group.long (0x1000+0x108+0x0)++0x7 line.long 0x00 "SMAG2JR0_0,Secure Memory Access Group 2 Register 0" bitfld.long 0x00 31. " G2_M31 ,LIODN 31 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 30. " G2_M30 ,LIODN 30 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 29. " G2_M29 ,LIODN 29 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 28. " G2_M28 ,LIODN 28 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 27. " G2_M27 ,LIODN 27 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 26. " G2_M26 ,LIODN 26 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 25. " G2_M25 ,LIODN 25 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 24. " G2_M24 ,LIODN 24 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 23. " G2_M23 ,LIODN 23 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 22. " G2_M22 ,LIODN 22 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 21. " G2_M21 ,LIODN 21 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 20. " G2_M20 ,LIODN 20 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 19. " G2_M19 ,LIODN 19 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 18. " G2_M18 ,LIODN 18 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 17. " G2_M17 ,LIODN 17 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 16. " G2_M16 ,LIODN 16 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 15. " G2_M15 ,LIODN 15 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 14. " G2_M14 ,LIODN 14 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 13. " G2_M13 ,LIODN 13 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 12. " G2_M12 ,LIODN 12 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 11. " G2_M11 ,LIODN 11 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 10. " G2_M10 ,LIODN 10 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 9. " G2_M9 ,LIODN 9 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 8. " G2_M8 ,LIODN 8 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 7. " G2_M7 ,LIODN 7 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 6. " G2_M6 ,LIODN 6 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 5. " G2_M5 ,LIODN 5 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 4. " G2_M4 ,LIODN 4 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 3. " G2_M3 ,LIODN 3 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 2. " G2_M2 ,LIODN 2 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 1. " G2_M1 ,LIODN 1 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 0. " G2_M0 ,LIODN 0 is a member of Access Group 2" "No,Yes" line.long 0x04 "SMAG1JR0_0,Secure Memory Access Group 1 Register 0" bitfld.long 0x04 31. " G1_M31 ,LIODN 31 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 30. " G1_M30 ,LIODN 30 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 29. " G1_M29 ,LIODN 29 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 28. " G1_M28 ,LIODN 28 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 27. " G1_M27 ,LIODN 27 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 26. " G1_M26 ,LIODN 26 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 25. " G1_M25 ,LIODN 25 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 24. " G1_M24 ,LIODN 24 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 23. " G1_M23 ,LIODN 23 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 22. " G1_M22 ,LIODN 22 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 21. " G1_M21 ,LIODN 21 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 20. " G1_M20 ,LIODN 20 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 19. " G1_M19 ,LIODN 19 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 18. " G1_M18 ,LIODN 18 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 17. " G1_M17 ,LIODN 17 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 16. " G1_M16 ,LIODN 16 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 15. " G1_M15 ,LIODN 15 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 14. " G1_M14 ,LIODN 14 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 13. " G1_M13 ,LIODN 13 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 12. " G1_M12 ,LIODN 12 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 11. " G1_M11 ,LIODN 11 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 10. " G1_M10 ,LIODN 10 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 9. " G1_M9 ,LIODN 9 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 8. " G1_M8 ,LIODN 8 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 7. " G1_M7 ,LIODN 7 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 6. " G1_M6 ,LIODN 6 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 5. " G1_M5 ,LIODN 5 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 4. " G1_M4 ,LIODN 4 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 3. " G1_M3 ,LIODN 3 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 2. " G1_M2 ,LIODN 2 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 1. " G1_M1 ,LIODN 1 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 0. " G1_M0 ,LIODN 0 is a member of Access Group 1" "No,Yes" group.long (0x1000+0x108+0x10)++0x7 line.long 0x00 "SMAG2JR0_1,Secure Memory Access Group 2 Register 1" bitfld.long 0x00 31. " G2_M31 ,LIODN 31 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 30. " G2_M30 ,LIODN 30 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 29. " G2_M29 ,LIODN 29 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 28. " G2_M28 ,LIODN 28 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 27. " G2_M27 ,LIODN 27 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 26. " G2_M26 ,LIODN 26 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 25. " G2_M25 ,LIODN 25 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 24. " G2_M24 ,LIODN 24 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 23. " G2_M23 ,LIODN 23 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 22. " G2_M22 ,LIODN 22 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 21. " G2_M21 ,LIODN 21 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 20. " G2_M20 ,LIODN 20 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 19. " G2_M19 ,LIODN 19 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 18. " G2_M18 ,LIODN 18 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 17. " G2_M17 ,LIODN 17 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 16. " G2_M16 ,LIODN 16 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 15. " G2_M15 ,LIODN 15 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 14. " G2_M14 ,LIODN 14 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 13. " G2_M13 ,LIODN 13 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 12. " G2_M12 ,LIODN 12 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 11. " G2_M11 ,LIODN 11 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 10. " G2_M10 ,LIODN 10 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 9. " G2_M9 ,LIODN 9 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 8. " G2_M8 ,LIODN 8 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 7. " G2_M7 ,LIODN 7 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 6. " G2_M6 ,LIODN 6 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 5. " G2_M5 ,LIODN 5 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 4. " G2_M4 ,LIODN 4 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 3. " G2_M3 ,LIODN 3 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 2. " G2_M2 ,LIODN 2 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 1. " G2_M1 ,LIODN 1 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 0. " G2_M0 ,LIODN 0 is a member of Access Group 2" "No,Yes" line.long 0x04 "SMAG1JR0_1,Secure Memory Access Group 1 Register 1" bitfld.long 0x04 31. " G1_M31 ,LIODN 31 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 30. " G1_M30 ,LIODN 30 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 29. " G1_M29 ,LIODN 29 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 28. " G1_M28 ,LIODN 28 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 27. " G1_M27 ,LIODN 27 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 26. " G1_M26 ,LIODN 26 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 25. " G1_M25 ,LIODN 25 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 24. " G1_M24 ,LIODN 24 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 23. " G1_M23 ,LIODN 23 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 22. " G1_M22 ,LIODN 22 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 21. " G1_M21 ,LIODN 21 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 20. " G1_M20 ,LIODN 20 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 19. " G1_M19 ,LIODN 19 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 18. " G1_M18 ,LIODN 18 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 17. " G1_M17 ,LIODN 17 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 16. " G1_M16 ,LIODN 16 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 15. " G1_M15 ,LIODN 15 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 14. " G1_M14 ,LIODN 14 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 13. " G1_M13 ,LIODN 13 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 12. " G1_M12 ,LIODN 12 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 11. " G1_M11 ,LIODN 11 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 10. " G1_M10 ,LIODN 10 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 9. " G1_M9 ,LIODN 9 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 8. " G1_M8 ,LIODN 8 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 7. " G1_M7 ,LIODN 7 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 6. " G1_M6 ,LIODN 6 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 5. " G1_M5 ,LIODN 5 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 4. " G1_M4 ,LIODN 4 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 3. " G1_M3 ,LIODN 3 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 2. " G1_M2 ,LIODN 2 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 1. " G1_M1 ,LIODN 1 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 0. " G1_M0 ,LIODN 0 is a member of Access Group 1" "No,Yes" group.long (0x1000+0x108+0x20)++0x7 line.long 0x00 "SMAG2JR0_2,Secure Memory Access Group 2 Register 2" bitfld.long 0x00 31. " G2_M31 ,LIODN 31 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 30. " G2_M30 ,LIODN 30 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 29. " G2_M29 ,LIODN 29 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 28. " G2_M28 ,LIODN 28 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 27. " G2_M27 ,LIODN 27 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 26. " G2_M26 ,LIODN 26 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 25. " G2_M25 ,LIODN 25 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 24. " G2_M24 ,LIODN 24 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 23. " G2_M23 ,LIODN 23 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 22. " G2_M22 ,LIODN 22 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 21. " G2_M21 ,LIODN 21 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 20. " G2_M20 ,LIODN 20 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 19. " G2_M19 ,LIODN 19 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 18. " G2_M18 ,LIODN 18 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 17. " G2_M17 ,LIODN 17 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 16. " G2_M16 ,LIODN 16 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 15. " G2_M15 ,LIODN 15 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 14. " G2_M14 ,LIODN 14 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 13. " G2_M13 ,LIODN 13 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 12. " G2_M12 ,LIODN 12 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 11. " G2_M11 ,LIODN 11 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 10. " G2_M10 ,LIODN 10 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 9. " G2_M9 ,LIODN 9 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 8. " G2_M8 ,LIODN 8 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 7. " G2_M7 ,LIODN 7 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 6. " G2_M6 ,LIODN 6 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 5. " G2_M5 ,LIODN 5 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 4. " G2_M4 ,LIODN 4 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 3. " G2_M3 ,LIODN 3 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 2. " G2_M2 ,LIODN 2 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 1. " G2_M1 ,LIODN 1 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 0. " G2_M0 ,LIODN 0 is a member of Access Group 2" "No,Yes" line.long 0x04 "SMAG1JR0_2,Secure Memory Access Group 1 Register 2" bitfld.long 0x04 31. " G1_M31 ,LIODN 31 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 30. " G1_M30 ,LIODN 30 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 29. " G1_M29 ,LIODN 29 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 28. " G1_M28 ,LIODN 28 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 27. " G1_M27 ,LIODN 27 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 26. " G1_M26 ,LIODN 26 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 25. " G1_M25 ,LIODN 25 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 24. " G1_M24 ,LIODN 24 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 23. " G1_M23 ,LIODN 23 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 22. " G1_M22 ,LIODN 22 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 21. " G1_M21 ,LIODN 21 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 20. " G1_M20 ,LIODN 20 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 19. " G1_M19 ,LIODN 19 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 18. " G1_M18 ,LIODN 18 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 17. " G1_M17 ,LIODN 17 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 16. " G1_M16 ,LIODN 16 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 15. " G1_M15 ,LIODN 15 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 14. " G1_M14 ,LIODN 14 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 13. " G1_M13 ,LIODN 13 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 12. " G1_M12 ,LIODN 12 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 11. " G1_M11 ,LIODN 11 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 10. " G1_M10 ,LIODN 10 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 9. " G1_M9 ,LIODN 9 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 8. " G1_M8 ,LIODN 8 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 7. " G1_M7 ,LIODN 7 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 6. " G1_M6 ,LIODN 6 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 5. " G1_M5 ,LIODN 5 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 4. " G1_M4 ,LIODN 4 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 3. " G1_M3 ,LIODN 3 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 2. " G1_M2 ,LIODN 2 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 1. " G1_M1 ,LIODN 1 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 0. " G1_M0 ,LIODN 0 is a member of Access Group 1" "No,Yes" group.long (0x1000+0x108+0x30)++0x7 line.long 0x00 "SMAG2JR0_3,Secure Memory Access Group 2 Register 3" bitfld.long 0x00 31. " G2_M31 ,LIODN 31 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 30. " G2_M30 ,LIODN 30 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 29. " G2_M29 ,LIODN 29 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 28. " G2_M28 ,LIODN 28 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 27. " G2_M27 ,LIODN 27 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 26. " G2_M26 ,LIODN 26 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 25. " G2_M25 ,LIODN 25 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 24. " G2_M24 ,LIODN 24 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 23. " G2_M23 ,LIODN 23 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 22. " G2_M22 ,LIODN 22 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 21. " G2_M21 ,LIODN 21 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 20. " G2_M20 ,LIODN 20 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 19. " G2_M19 ,LIODN 19 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 18. " G2_M18 ,LIODN 18 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 17. " G2_M17 ,LIODN 17 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 16. " G2_M16 ,LIODN 16 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 15. " G2_M15 ,LIODN 15 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 14. " G2_M14 ,LIODN 14 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 13. " G2_M13 ,LIODN 13 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 12. " G2_M12 ,LIODN 12 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 11. " G2_M11 ,LIODN 11 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 10. " G2_M10 ,LIODN 10 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 9. " G2_M9 ,LIODN 9 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 8. " G2_M8 ,LIODN 8 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 7. " G2_M7 ,LIODN 7 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 6. " G2_M6 ,LIODN 6 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 5. " G2_M5 ,LIODN 5 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 4. " G2_M4 ,LIODN 4 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 3. " G2_M3 ,LIODN 3 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 2. " G2_M2 ,LIODN 2 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 1. " G2_M1 ,LIODN 1 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 0. " G2_M0 ,LIODN 0 is a member of Access Group 2" "No,Yes" line.long 0x04 "SMAG1JR0_3,Secure Memory Access Group 1 Register 3" bitfld.long 0x04 31. " G1_M31 ,LIODN 31 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 30. " G1_M30 ,LIODN 30 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 29. " G1_M29 ,LIODN 29 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 28. " G1_M28 ,LIODN 28 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 27. " G1_M27 ,LIODN 27 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 26. " G1_M26 ,LIODN 26 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 25. " G1_M25 ,LIODN 25 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 24. " G1_M24 ,LIODN 24 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 23. " G1_M23 ,LIODN 23 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 22. " G1_M22 ,LIODN 22 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 21. " G1_M21 ,LIODN 21 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 20. " G1_M20 ,LIODN 20 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 19. " G1_M19 ,LIODN 19 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 18. " G1_M18 ,LIODN 18 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 17. " G1_M17 ,LIODN 17 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 16. " G1_M16 ,LIODN 16 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 15. " G1_M15 ,LIODN 15 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 14. " G1_M14 ,LIODN 14 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 13. " G1_M13 ,LIODN 13 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 12. " G1_M12 ,LIODN 12 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 11. " G1_M11 ,LIODN 11 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 10. " G1_M10 ,LIODN 10 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 9. " G1_M9 ,LIODN 9 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 8. " G1_M8 ,LIODN 8 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 7. " G1_M7 ,LIODN 7 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 6. " G1_M6 ,LIODN 6 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 5. " G1_M5 ,LIODN 5 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 4. " G1_M4 ,LIODN 4 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 3. " G1_M3 ,LIODN 3 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 2. " G1_M2 ,LIODN 2 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 1. " G1_M1 ,LIODN 1 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 0. " G1_M0 ,LIODN 0 is a member of Access Group 1" "No,Yes" group.long (0x1000+0x108+0x40)++0x7 line.long 0x00 "SMAG2JR0_4,Secure Memory Access Group 2 Register 4" bitfld.long 0x00 31. " G2_M31 ,LIODN 31 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 30. " G2_M30 ,LIODN 30 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 29. " G2_M29 ,LIODN 29 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 28. " G2_M28 ,LIODN 28 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 27. " G2_M27 ,LIODN 27 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 26. " G2_M26 ,LIODN 26 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 25. " G2_M25 ,LIODN 25 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 24. " G2_M24 ,LIODN 24 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 23. " G2_M23 ,LIODN 23 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 22. " G2_M22 ,LIODN 22 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 21. " G2_M21 ,LIODN 21 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 20. " G2_M20 ,LIODN 20 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 19. " G2_M19 ,LIODN 19 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 18. " G2_M18 ,LIODN 18 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 17. " G2_M17 ,LIODN 17 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 16. " G2_M16 ,LIODN 16 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 15. " G2_M15 ,LIODN 15 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 14. " G2_M14 ,LIODN 14 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 13. " G2_M13 ,LIODN 13 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 12. " G2_M12 ,LIODN 12 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 11. " G2_M11 ,LIODN 11 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 10. " G2_M10 ,LIODN 10 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 9. " G2_M9 ,LIODN 9 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 8. " G2_M8 ,LIODN 8 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 7. " G2_M7 ,LIODN 7 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 6. " G2_M6 ,LIODN 6 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 5. " G2_M5 ,LIODN 5 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 4. " G2_M4 ,LIODN 4 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 3. " G2_M3 ,LIODN 3 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 2. " G2_M2 ,LIODN 2 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 1. " G2_M1 ,LIODN 1 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 0. " G2_M0 ,LIODN 0 is a member of Access Group 2" "No,Yes" line.long 0x04 "SMAG1JR0_4,Secure Memory Access Group 1 Register 4" bitfld.long 0x04 31. " G1_M31 ,LIODN 31 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 30. " G1_M30 ,LIODN 30 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 29. " G1_M29 ,LIODN 29 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 28. " G1_M28 ,LIODN 28 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 27. " G1_M27 ,LIODN 27 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 26. " G1_M26 ,LIODN 26 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 25. " G1_M25 ,LIODN 25 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 24. " G1_M24 ,LIODN 24 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 23. " G1_M23 ,LIODN 23 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 22. " G1_M22 ,LIODN 22 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 21. " G1_M21 ,LIODN 21 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 20. " G1_M20 ,LIODN 20 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 19. " G1_M19 ,LIODN 19 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 18. " G1_M18 ,LIODN 18 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 17. " G1_M17 ,LIODN 17 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 16. " G1_M16 ,LIODN 16 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 15. " G1_M15 ,LIODN 15 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 14. " G1_M14 ,LIODN 14 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 13. " G1_M13 ,LIODN 13 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 12. " G1_M12 ,LIODN 12 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 11. " G1_M11 ,LIODN 11 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 10. " G1_M10 ,LIODN 10 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 9. " G1_M9 ,LIODN 9 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 8. " G1_M8 ,LIODN 8 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 7. " G1_M7 ,LIODN 7 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 6. " G1_M6 ,LIODN 6 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 5. " G1_M5 ,LIODN 5 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 4. " G1_M4 ,LIODN 4 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 3. " G1_M3 ,LIODN 3 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 2. " G1_M2 ,LIODN 2 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 1. " G1_M1 ,LIODN 1 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 0. " G1_M0 ,LIODN 0 is a member of Access Group 1" "No,Yes" group.long (0x1000+0x108+0x50)++0x7 line.long 0x00 "SMAG2JR0_5,Secure Memory Access Group 2 Register 5" bitfld.long 0x00 31. " G2_M31 ,LIODN 31 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 30. " G2_M30 ,LIODN 30 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 29. " G2_M29 ,LIODN 29 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 28. " G2_M28 ,LIODN 28 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 27. " G2_M27 ,LIODN 27 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 26. " G2_M26 ,LIODN 26 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 25. " G2_M25 ,LIODN 25 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 24. " G2_M24 ,LIODN 24 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 23. " G2_M23 ,LIODN 23 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 22. " G2_M22 ,LIODN 22 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 21. " G2_M21 ,LIODN 21 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 20. " G2_M20 ,LIODN 20 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 19. " G2_M19 ,LIODN 19 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 18. " G2_M18 ,LIODN 18 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 17. " G2_M17 ,LIODN 17 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 16. " G2_M16 ,LIODN 16 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 15. " G2_M15 ,LIODN 15 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 14. " G2_M14 ,LIODN 14 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 13. " G2_M13 ,LIODN 13 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 12. " G2_M12 ,LIODN 12 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 11. " G2_M11 ,LIODN 11 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 10. " G2_M10 ,LIODN 10 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 9. " G2_M9 ,LIODN 9 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 8. " G2_M8 ,LIODN 8 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 7. " G2_M7 ,LIODN 7 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 6. " G2_M6 ,LIODN 6 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 5. " G2_M5 ,LIODN 5 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 4. " G2_M4 ,LIODN 4 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 3. " G2_M3 ,LIODN 3 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 2. " G2_M2 ,LIODN 2 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 1. " G2_M1 ,LIODN 1 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 0. " G2_M0 ,LIODN 0 is a member of Access Group 2" "No,Yes" line.long 0x04 "SMAG1JR0_5,Secure Memory Access Group 1 Register 5" bitfld.long 0x04 31. " G1_M31 ,LIODN 31 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 30. " G1_M30 ,LIODN 30 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 29. " G1_M29 ,LIODN 29 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 28. " G1_M28 ,LIODN 28 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 27. " G1_M27 ,LIODN 27 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 26. " G1_M26 ,LIODN 26 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 25. " G1_M25 ,LIODN 25 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 24. " G1_M24 ,LIODN 24 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 23. " G1_M23 ,LIODN 23 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 22. " G1_M22 ,LIODN 22 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 21. " G1_M21 ,LIODN 21 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 20. " G1_M20 ,LIODN 20 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 19. " G1_M19 ,LIODN 19 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 18. " G1_M18 ,LIODN 18 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 17. " G1_M17 ,LIODN 17 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 16. " G1_M16 ,LIODN 16 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 15. " G1_M15 ,LIODN 15 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 14. " G1_M14 ,LIODN 14 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 13. " G1_M13 ,LIODN 13 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 12. " G1_M12 ,LIODN 12 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 11. " G1_M11 ,LIODN 11 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 10. " G1_M10 ,LIODN 10 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 9. " G1_M9 ,LIODN 9 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 8. " G1_M8 ,LIODN 8 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 7. " G1_M7 ,LIODN 7 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 6. " G1_M6 ,LIODN 6 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 5. " G1_M5 ,LIODN 5 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 4. " G1_M4 ,LIODN 4 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 3. " G1_M3 ,LIODN 3 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 2. " G1_M2 ,LIODN 2 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 1. " G1_M1 ,LIODN 1 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 0. " G1_M0 ,LIODN 0 is a member of Access Group 1" "No,Yes" group.long (0x1000+0x108+0x60)++0x7 line.long 0x00 "SMAG2JR0_6,Secure Memory Access Group 2 Register 6" bitfld.long 0x00 31. " G2_M31 ,LIODN 31 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 30. " G2_M30 ,LIODN 30 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 29. " G2_M29 ,LIODN 29 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 28. " G2_M28 ,LIODN 28 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 27. " G2_M27 ,LIODN 27 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 26. " G2_M26 ,LIODN 26 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 25. " G2_M25 ,LIODN 25 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 24. " G2_M24 ,LIODN 24 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 23. " G2_M23 ,LIODN 23 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 22. " G2_M22 ,LIODN 22 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 21. " G2_M21 ,LIODN 21 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 20. " G2_M20 ,LIODN 20 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 19. " G2_M19 ,LIODN 19 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 18. " G2_M18 ,LIODN 18 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 17. " G2_M17 ,LIODN 17 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 16. " G2_M16 ,LIODN 16 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 15. " G2_M15 ,LIODN 15 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 14. " G2_M14 ,LIODN 14 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 13. " G2_M13 ,LIODN 13 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 12. " G2_M12 ,LIODN 12 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 11. " G2_M11 ,LIODN 11 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 10. " G2_M10 ,LIODN 10 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 9. " G2_M9 ,LIODN 9 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 8. " G2_M8 ,LIODN 8 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 7. " G2_M7 ,LIODN 7 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 6. " G2_M6 ,LIODN 6 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 5. " G2_M5 ,LIODN 5 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 4. " G2_M4 ,LIODN 4 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 3. " G2_M3 ,LIODN 3 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 2. " G2_M2 ,LIODN 2 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 1. " G2_M1 ,LIODN 1 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 0. " G2_M0 ,LIODN 0 is a member of Access Group 2" "No,Yes" line.long 0x04 "SMAG1JR0_6,Secure Memory Access Group 1 Register 6" bitfld.long 0x04 31. " G1_M31 ,LIODN 31 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 30. " G1_M30 ,LIODN 30 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 29. " G1_M29 ,LIODN 29 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 28. " G1_M28 ,LIODN 28 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 27. " G1_M27 ,LIODN 27 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 26. " G1_M26 ,LIODN 26 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 25. " G1_M25 ,LIODN 25 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 24. " G1_M24 ,LIODN 24 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 23. " G1_M23 ,LIODN 23 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 22. " G1_M22 ,LIODN 22 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 21. " G1_M21 ,LIODN 21 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 20. " G1_M20 ,LIODN 20 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 19. " G1_M19 ,LIODN 19 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 18. " G1_M18 ,LIODN 18 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 17. " G1_M17 ,LIODN 17 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 16. " G1_M16 ,LIODN 16 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 15. " G1_M15 ,LIODN 15 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 14. " G1_M14 ,LIODN 14 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 13. " G1_M13 ,LIODN 13 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 12. " G1_M12 ,LIODN 12 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 11. " G1_M11 ,LIODN 11 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 10. " G1_M10 ,LIODN 10 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 9. " G1_M9 ,LIODN 9 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 8. " G1_M8 ,LIODN 8 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 7. " G1_M7 ,LIODN 7 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 6. " G1_M6 ,LIODN 6 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 5. " G1_M5 ,LIODN 5 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 4. " G1_M4 ,LIODN 4 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 3. " G1_M3 ,LIODN 3 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 2. " G1_M2 ,LIODN 2 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 1. " G1_M1 ,LIODN 1 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 0. " G1_M0 ,LIODN 0 is a member of Access Group 1" "No,Yes" group.long (0x1000+0x108+0x70)++0x7 line.long 0x00 "SMAG2JR0_7,Secure Memory Access Group 2 Register 7" bitfld.long 0x00 31. " G2_M31 ,LIODN 31 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 30. " G2_M30 ,LIODN 30 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 29. " G2_M29 ,LIODN 29 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 28. " G2_M28 ,LIODN 28 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 27. " G2_M27 ,LIODN 27 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 26. " G2_M26 ,LIODN 26 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 25. " G2_M25 ,LIODN 25 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 24. " G2_M24 ,LIODN 24 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 23. " G2_M23 ,LIODN 23 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 22. " G2_M22 ,LIODN 22 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 21. " G2_M21 ,LIODN 21 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 20. " G2_M20 ,LIODN 20 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 19. " G2_M19 ,LIODN 19 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 18. " G2_M18 ,LIODN 18 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 17. " G2_M17 ,LIODN 17 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 16. " G2_M16 ,LIODN 16 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 15. " G2_M15 ,LIODN 15 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 14. " G2_M14 ,LIODN 14 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 13. " G2_M13 ,LIODN 13 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 12. " G2_M12 ,LIODN 12 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 11. " G2_M11 ,LIODN 11 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 10. " G2_M10 ,LIODN 10 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 9. " G2_M9 ,LIODN 9 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 8. " G2_M8 ,LIODN 8 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 7. " G2_M7 ,LIODN 7 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 6. " G2_M6 ,LIODN 6 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 5. " G2_M5 ,LIODN 5 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 4. " G2_M4 ,LIODN 4 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 3. " G2_M3 ,LIODN 3 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 2. " G2_M2 ,LIODN 2 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 1. " G2_M1 ,LIODN 1 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 0. " G2_M0 ,LIODN 0 is a member of Access Group 2" "No,Yes" line.long 0x04 "SMAG1JR0_7,Secure Memory Access Group 1 Register 7" bitfld.long 0x04 31. " G1_M31 ,LIODN 31 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 30. " G1_M30 ,LIODN 30 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 29. " G1_M29 ,LIODN 29 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 28. " G1_M28 ,LIODN 28 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 27. " G1_M27 ,LIODN 27 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 26. " G1_M26 ,LIODN 26 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 25. " G1_M25 ,LIODN 25 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 24. " G1_M24 ,LIODN 24 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 23. " G1_M23 ,LIODN 23 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 22. " G1_M22 ,LIODN 22 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 21. " G1_M21 ,LIODN 21 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 20. " G1_M20 ,LIODN 20 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 19. " G1_M19 ,LIODN 19 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 18. " G1_M18 ,LIODN 18 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 17. " G1_M17 ,LIODN 17 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 16. " G1_M16 ,LIODN 16 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 15. " G1_M15 ,LIODN 15 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 14. " G1_M14 ,LIODN 14 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 13. " G1_M13 ,LIODN 13 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 12. " G1_M12 ,LIODN 12 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 11. " G1_M11 ,LIODN 11 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 10. " G1_M10 ,LIODN 10 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 9. " G1_M9 ,LIODN 9 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 8. " G1_M8 ,LIODN 8 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 7. " G1_M7 ,LIODN 7 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 6. " G1_M6 ,LIODN 6 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 5. " G1_M5 ,LIODN 5 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 4. " G1_M4 ,LIODN 4 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 3. " G1_M3 ,LIODN 3 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 2. " G1_M2 ,LIODN 2 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 1. " G1_M1 ,LIODN 1 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 0. " G1_M0 ,LIODN 0 is a member of Access Group 1" "No,Yes" width 0xB width 12. group.long (0x2000+0x108+0x0)++0x7 line.long 0x00 "SMAG2JR1_0,Secure Memory Access Group 2 Register 0" bitfld.long 0x00 31. " G2_M31 ,LIODN 31 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 30. " G2_M30 ,LIODN 30 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 29. " G2_M29 ,LIODN 29 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 28. " G2_M28 ,LIODN 28 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 27. " G2_M27 ,LIODN 27 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 26. " G2_M26 ,LIODN 26 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 25. " G2_M25 ,LIODN 25 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 24. " G2_M24 ,LIODN 24 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 23. " G2_M23 ,LIODN 23 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 22. " G2_M22 ,LIODN 22 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 21. " G2_M21 ,LIODN 21 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 20. " G2_M20 ,LIODN 20 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 19. " G2_M19 ,LIODN 19 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 18. " G2_M18 ,LIODN 18 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 17. " G2_M17 ,LIODN 17 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 16. " G2_M16 ,LIODN 16 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 15. " G2_M15 ,LIODN 15 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 14. " G2_M14 ,LIODN 14 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 13. " G2_M13 ,LIODN 13 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 12. " G2_M12 ,LIODN 12 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 11. " G2_M11 ,LIODN 11 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 10. " G2_M10 ,LIODN 10 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 9. " G2_M9 ,LIODN 9 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 8. " G2_M8 ,LIODN 8 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 7. " G2_M7 ,LIODN 7 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 6. " G2_M6 ,LIODN 6 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 5. " G2_M5 ,LIODN 5 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 4. " G2_M4 ,LIODN 4 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 3. " G2_M3 ,LIODN 3 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 2. " G2_M2 ,LIODN 2 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 1. " G2_M1 ,LIODN 1 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 0. " G2_M0 ,LIODN 0 is a member of Access Group 2" "No,Yes" line.long 0x04 "SMAG1JR1_0,Secure Memory Access Group 1 Register 0" bitfld.long 0x04 31. " G1_M31 ,LIODN 31 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 30. " G1_M30 ,LIODN 30 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 29. " G1_M29 ,LIODN 29 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 28. " G1_M28 ,LIODN 28 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 27. " G1_M27 ,LIODN 27 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 26. " G1_M26 ,LIODN 26 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 25. " G1_M25 ,LIODN 25 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 24. " G1_M24 ,LIODN 24 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 23. " G1_M23 ,LIODN 23 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 22. " G1_M22 ,LIODN 22 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 21. " G1_M21 ,LIODN 21 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 20. " G1_M20 ,LIODN 20 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 19. " G1_M19 ,LIODN 19 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 18. " G1_M18 ,LIODN 18 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 17. " G1_M17 ,LIODN 17 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 16. " G1_M16 ,LIODN 16 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 15. " G1_M15 ,LIODN 15 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 14. " G1_M14 ,LIODN 14 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 13. " G1_M13 ,LIODN 13 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 12. " G1_M12 ,LIODN 12 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 11. " G1_M11 ,LIODN 11 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 10. " G1_M10 ,LIODN 10 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 9. " G1_M9 ,LIODN 9 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 8. " G1_M8 ,LIODN 8 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 7. " G1_M7 ,LIODN 7 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 6. " G1_M6 ,LIODN 6 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 5. " G1_M5 ,LIODN 5 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 4. " G1_M4 ,LIODN 4 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 3. " G1_M3 ,LIODN 3 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 2. " G1_M2 ,LIODN 2 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 1. " G1_M1 ,LIODN 1 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 0. " G1_M0 ,LIODN 0 is a member of Access Group 1" "No,Yes" group.long (0x2000+0x108+0x10)++0x7 line.long 0x00 "SMAG2JR1_1,Secure Memory Access Group 2 Register 1" bitfld.long 0x00 31. " G2_M31 ,LIODN 31 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 30. " G2_M30 ,LIODN 30 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 29. " G2_M29 ,LIODN 29 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 28. " G2_M28 ,LIODN 28 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 27. " G2_M27 ,LIODN 27 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 26. " G2_M26 ,LIODN 26 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 25. " G2_M25 ,LIODN 25 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 24. " G2_M24 ,LIODN 24 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 23. " G2_M23 ,LIODN 23 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 22. " G2_M22 ,LIODN 22 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 21. " G2_M21 ,LIODN 21 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 20. " G2_M20 ,LIODN 20 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 19. " G2_M19 ,LIODN 19 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 18. " G2_M18 ,LIODN 18 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 17. " G2_M17 ,LIODN 17 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 16. " G2_M16 ,LIODN 16 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 15. " G2_M15 ,LIODN 15 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 14. " G2_M14 ,LIODN 14 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 13. " G2_M13 ,LIODN 13 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 12. " G2_M12 ,LIODN 12 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 11. " G2_M11 ,LIODN 11 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 10. " G2_M10 ,LIODN 10 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 9. " G2_M9 ,LIODN 9 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 8. " G2_M8 ,LIODN 8 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 7. " G2_M7 ,LIODN 7 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 6. " G2_M6 ,LIODN 6 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 5. " G2_M5 ,LIODN 5 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 4. " G2_M4 ,LIODN 4 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 3. " G2_M3 ,LIODN 3 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 2. " G2_M2 ,LIODN 2 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 1. " G2_M1 ,LIODN 1 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 0. " G2_M0 ,LIODN 0 is a member of Access Group 2" "No,Yes" line.long 0x04 "SMAG1JR1_1,Secure Memory Access Group 1 Register 1" bitfld.long 0x04 31. " G1_M31 ,LIODN 31 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 30. " G1_M30 ,LIODN 30 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 29. " G1_M29 ,LIODN 29 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 28. " G1_M28 ,LIODN 28 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 27. " G1_M27 ,LIODN 27 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 26. " G1_M26 ,LIODN 26 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 25. " G1_M25 ,LIODN 25 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 24. " G1_M24 ,LIODN 24 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 23. " G1_M23 ,LIODN 23 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 22. " G1_M22 ,LIODN 22 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 21. " G1_M21 ,LIODN 21 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 20. " G1_M20 ,LIODN 20 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 19. " G1_M19 ,LIODN 19 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 18. " G1_M18 ,LIODN 18 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 17. " G1_M17 ,LIODN 17 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 16. " G1_M16 ,LIODN 16 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 15. " G1_M15 ,LIODN 15 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 14. " G1_M14 ,LIODN 14 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 13. " G1_M13 ,LIODN 13 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 12. " G1_M12 ,LIODN 12 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 11. " G1_M11 ,LIODN 11 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 10. " G1_M10 ,LIODN 10 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 9. " G1_M9 ,LIODN 9 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 8. " G1_M8 ,LIODN 8 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 7. " G1_M7 ,LIODN 7 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 6. " G1_M6 ,LIODN 6 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 5. " G1_M5 ,LIODN 5 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 4. " G1_M4 ,LIODN 4 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 3. " G1_M3 ,LIODN 3 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 2. " G1_M2 ,LIODN 2 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 1. " G1_M1 ,LIODN 1 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 0. " G1_M0 ,LIODN 0 is a member of Access Group 1" "No,Yes" group.long (0x2000+0x108+0x20)++0x7 line.long 0x00 "SMAG2JR1_2,Secure Memory Access Group 2 Register 2" bitfld.long 0x00 31. " G2_M31 ,LIODN 31 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 30. " G2_M30 ,LIODN 30 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 29. " G2_M29 ,LIODN 29 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 28. " G2_M28 ,LIODN 28 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 27. " G2_M27 ,LIODN 27 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 26. " G2_M26 ,LIODN 26 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 25. " G2_M25 ,LIODN 25 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 24. " G2_M24 ,LIODN 24 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 23. " G2_M23 ,LIODN 23 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 22. " G2_M22 ,LIODN 22 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 21. " G2_M21 ,LIODN 21 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 20. " G2_M20 ,LIODN 20 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 19. " G2_M19 ,LIODN 19 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 18. " G2_M18 ,LIODN 18 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 17. " G2_M17 ,LIODN 17 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 16. " G2_M16 ,LIODN 16 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 15. " G2_M15 ,LIODN 15 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 14. " G2_M14 ,LIODN 14 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 13. " G2_M13 ,LIODN 13 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 12. " G2_M12 ,LIODN 12 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 11. " G2_M11 ,LIODN 11 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 10. " G2_M10 ,LIODN 10 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 9. " G2_M9 ,LIODN 9 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 8. " G2_M8 ,LIODN 8 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 7. " G2_M7 ,LIODN 7 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 6. " G2_M6 ,LIODN 6 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 5. " G2_M5 ,LIODN 5 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 4. " G2_M4 ,LIODN 4 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 3. " G2_M3 ,LIODN 3 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 2. " G2_M2 ,LIODN 2 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 1. " G2_M1 ,LIODN 1 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 0. " G2_M0 ,LIODN 0 is a member of Access Group 2" "No,Yes" line.long 0x04 "SMAG1JR1_2,Secure Memory Access Group 1 Register 2" bitfld.long 0x04 31. " G1_M31 ,LIODN 31 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 30. " G1_M30 ,LIODN 30 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 29. " G1_M29 ,LIODN 29 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 28. " G1_M28 ,LIODN 28 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 27. " G1_M27 ,LIODN 27 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 26. " G1_M26 ,LIODN 26 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 25. " G1_M25 ,LIODN 25 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 24. " G1_M24 ,LIODN 24 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 23. " G1_M23 ,LIODN 23 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 22. " G1_M22 ,LIODN 22 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 21. " G1_M21 ,LIODN 21 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 20. " G1_M20 ,LIODN 20 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 19. " G1_M19 ,LIODN 19 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 18. " G1_M18 ,LIODN 18 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 17. " G1_M17 ,LIODN 17 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 16. " G1_M16 ,LIODN 16 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 15. " G1_M15 ,LIODN 15 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 14. " G1_M14 ,LIODN 14 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 13. " G1_M13 ,LIODN 13 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 12. " G1_M12 ,LIODN 12 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 11. " G1_M11 ,LIODN 11 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 10. " G1_M10 ,LIODN 10 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 9. " G1_M9 ,LIODN 9 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 8. " G1_M8 ,LIODN 8 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 7. " G1_M7 ,LIODN 7 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 6. " G1_M6 ,LIODN 6 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 5. " G1_M5 ,LIODN 5 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 4. " G1_M4 ,LIODN 4 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 3. " G1_M3 ,LIODN 3 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 2. " G1_M2 ,LIODN 2 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 1. " G1_M1 ,LIODN 1 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 0. " G1_M0 ,LIODN 0 is a member of Access Group 1" "No,Yes" group.long (0x2000+0x108+0x30)++0x7 line.long 0x00 "SMAG2JR1_3,Secure Memory Access Group 2 Register 3" bitfld.long 0x00 31. " G2_M31 ,LIODN 31 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 30. " G2_M30 ,LIODN 30 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 29. " G2_M29 ,LIODN 29 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 28. " G2_M28 ,LIODN 28 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 27. " G2_M27 ,LIODN 27 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 26. " G2_M26 ,LIODN 26 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 25. " G2_M25 ,LIODN 25 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 24. " G2_M24 ,LIODN 24 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 23. " G2_M23 ,LIODN 23 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 22. " G2_M22 ,LIODN 22 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 21. " G2_M21 ,LIODN 21 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 20. " G2_M20 ,LIODN 20 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 19. " G2_M19 ,LIODN 19 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 18. " G2_M18 ,LIODN 18 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 17. " G2_M17 ,LIODN 17 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 16. " G2_M16 ,LIODN 16 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 15. " G2_M15 ,LIODN 15 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 14. " G2_M14 ,LIODN 14 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 13. " G2_M13 ,LIODN 13 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 12. " G2_M12 ,LIODN 12 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 11. " G2_M11 ,LIODN 11 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 10. " G2_M10 ,LIODN 10 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 9. " G2_M9 ,LIODN 9 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 8. " G2_M8 ,LIODN 8 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 7. " G2_M7 ,LIODN 7 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 6. " G2_M6 ,LIODN 6 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 5. " G2_M5 ,LIODN 5 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 4. " G2_M4 ,LIODN 4 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 3. " G2_M3 ,LIODN 3 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 2. " G2_M2 ,LIODN 2 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 1. " G2_M1 ,LIODN 1 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 0. " G2_M0 ,LIODN 0 is a member of Access Group 2" "No,Yes" line.long 0x04 "SMAG1JR1_3,Secure Memory Access Group 1 Register 3" bitfld.long 0x04 31. " G1_M31 ,LIODN 31 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 30. " G1_M30 ,LIODN 30 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 29. " G1_M29 ,LIODN 29 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 28. " G1_M28 ,LIODN 28 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 27. " G1_M27 ,LIODN 27 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 26. " G1_M26 ,LIODN 26 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 25. " G1_M25 ,LIODN 25 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 24. " G1_M24 ,LIODN 24 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 23. " G1_M23 ,LIODN 23 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 22. " G1_M22 ,LIODN 22 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 21. " G1_M21 ,LIODN 21 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 20. " G1_M20 ,LIODN 20 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 19. " G1_M19 ,LIODN 19 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 18. " G1_M18 ,LIODN 18 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 17. " G1_M17 ,LIODN 17 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 16. " G1_M16 ,LIODN 16 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 15. " G1_M15 ,LIODN 15 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 14. " G1_M14 ,LIODN 14 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 13. " G1_M13 ,LIODN 13 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 12. " G1_M12 ,LIODN 12 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 11. " G1_M11 ,LIODN 11 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 10. " G1_M10 ,LIODN 10 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 9. " G1_M9 ,LIODN 9 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 8. " G1_M8 ,LIODN 8 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 7. " G1_M7 ,LIODN 7 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 6. " G1_M6 ,LIODN 6 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 5. " G1_M5 ,LIODN 5 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 4. " G1_M4 ,LIODN 4 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 3. " G1_M3 ,LIODN 3 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 2. " G1_M2 ,LIODN 2 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 1. " G1_M1 ,LIODN 1 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 0. " G1_M0 ,LIODN 0 is a member of Access Group 1" "No,Yes" group.long (0x2000+0x108+0x40)++0x7 line.long 0x00 "SMAG2JR1_4,Secure Memory Access Group 2 Register 4" bitfld.long 0x00 31. " G2_M31 ,LIODN 31 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 30. " G2_M30 ,LIODN 30 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 29. " G2_M29 ,LIODN 29 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 28. " G2_M28 ,LIODN 28 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 27. " G2_M27 ,LIODN 27 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 26. " G2_M26 ,LIODN 26 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 25. " G2_M25 ,LIODN 25 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 24. " G2_M24 ,LIODN 24 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 23. " G2_M23 ,LIODN 23 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 22. " G2_M22 ,LIODN 22 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 21. " G2_M21 ,LIODN 21 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 20. " G2_M20 ,LIODN 20 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 19. " G2_M19 ,LIODN 19 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 18. " G2_M18 ,LIODN 18 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 17. " G2_M17 ,LIODN 17 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 16. " G2_M16 ,LIODN 16 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 15. " G2_M15 ,LIODN 15 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 14. " G2_M14 ,LIODN 14 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 13. " G2_M13 ,LIODN 13 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 12. " G2_M12 ,LIODN 12 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 11. " G2_M11 ,LIODN 11 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 10. " G2_M10 ,LIODN 10 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 9. " G2_M9 ,LIODN 9 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 8. " G2_M8 ,LIODN 8 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 7. " G2_M7 ,LIODN 7 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 6. " G2_M6 ,LIODN 6 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 5. " G2_M5 ,LIODN 5 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 4. " G2_M4 ,LIODN 4 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 3. " G2_M3 ,LIODN 3 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 2. " G2_M2 ,LIODN 2 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 1. " G2_M1 ,LIODN 1 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 0. " G2_M0 ,LIODN 0 is a member of Access Group 2" "No,Yes" line.long 0x04 "SMAG1JR1_4,Secure Memory Access Group 1 Register 4" bitfld.long 0x04 31. " G1_M31 ,LIODN 31 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 30. " G1_M30 ,LIODN 30 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 29. " G1_M29 ,LIODN 29 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 28. " G1_M28 ,LIODN 28 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 27. " G1_M27 ,LIODN 27 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 26. " G1_M26 ,LIODN 26 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 25. " G1_M25 ,LIODN 25 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 24. " G1_M24 ,LIODN 24 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 23. " G1_M23 ,LIODN 23 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 22. " G1_M22 ,LIODN 22 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 21. " G1_M21 ,LIODN 21 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 20. " G1_M20 ,LIODN 20 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 19. " G1_M19 ,LIODN 19 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 18. " G1_M18 ,LIODN 18 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 17. " G1_M17 ,LIODN 17 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 16. " G1_M16 ,LIODN 16 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 15. " G1_M15 ,LIODN 15 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 14. " G1_M14 ,LIODN 14 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 13. " G1_M13 ,LIODN 13 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 12. " G1_M12 ,LIODN 12 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 11. " G1_M11 ,LIODN 11 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 10. " G1_M10 ,LIODN 10 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 9. " G1_M9 ,LIODN 9 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 8. " G1_M8 ,LIODN 8 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 7. " G1_M7 ,LIODN 7 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 6. " G1_M6 ,LIODN 6 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 5. " G1_M5 ,LIODN 5 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 4. " G1_M4 ,LIODN 4 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 3. " G1_M3 ,LIODN 3 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 2. " G1_M2 ,LIODN 2 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 1. " G1_M1 ,LIODN 1 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 0. " G1_M0 ,LIODN 0 is a member of Access Group 1" "No,Yes" group.long (0x2000+0x108+0x50)++0x7 line.long 0x00 "SMAG2JR1_5,Secure Memory Access Group 2 Register 5" bitfld.long 0x00 31. " G2_M31 ,LIODN 31 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 30. " G2_M30 ,LIODN 30 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 29. " G2_M29 ,LIODN 29 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 28. " G2_M28 ,LIODN 28 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 27. " G2_M27 ,LIODN 27 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 26. " G2_M26 ,LIODN 26 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 25. " G2_M25 ,LIODN 25 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 24. " G2_M24 ,LIODN 24 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 23. " G2_M23 ,LIODN 23 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 22. " G2_M22 ,LIODN 22 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 21. " G2_M21 ,LIODN 21 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 20. " G2_M20 ,LIODN 20 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 19. " G2_M19 ,LIODN 19 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 18. " G2_M18 ,LIODN 18 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 17. " G2_M17 ,LIODN 17 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 16. " G2_M16 ,LIODN 16 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 15. " G2_M15 ,LIODN 15 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 14. " G2_M14 ,LIODN 14 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 13. " G2_M13 ,LIODN 13 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 12. " G2_M12 ,LIODN 12 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 11. " G2_M11 ,LIODN 11 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 10. " G2_M10 ,LIODN 10 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 9. " G2_M9 ,LIODN 9 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 8. " G2_M8 ,LIODN 8 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 7. " G2_M7 ,LIODN 7 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 6. " G2_M6 ,LIODN 6 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 5. " G2_M5 ,LIODN 5 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 4. " G2_M4 ,LIODN 4 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 3. " G2_M3 ,LIODN 3 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 2. " G2_M2 ,LIODN 2 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 1. " G2_M1 ,LIODN 1 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 0. " G2_M0 ,LIODN 0 is a member of Access Group 2" "No,Yes" line.long 0x04 "SMAG1JR1_5,Secure Memory Access Group 1 Register 5" bitfld.long 0x04 31. " G1_M31 ,LIODN 31 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 30. " G1_M30 ,LIODN 30 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 29. " G1_M29 ,LIODN 29 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 28. " G1_M28 ,LIODN 28 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 27. " G1_M27 ,LIODN 27 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 26. " G1_M26 ,LIODN 26 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 25. " G1_M25 ,LIODN 25 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 24. " G1_M24 ,LIODN 24 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 23. " G1_M23 ,LIODN 23 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 22. " G1_M22 ,LIODN 22 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 21. " G1_M21 ,LIODN 21 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 20. " G1_M20 ,LIODN 20 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 19. " G1_M19 ,LIODN 19 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 18. " G1_M18 ,LIODN 18 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 17. " G1_M17 ,LIODN 17 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 16. " G1_M16 ,LIODN 16 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 15. " G1_M15 ,LIODN 15 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 14. " G1_M14 ,LIODN 14 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 13. " G1_M13 ,LIODN 13 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 12. " G1_M12 ,LIODN 12 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 11. " G1_M11 ,LIODN 11 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 10. " G1_M10 ,LIODN 10 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 9. " G1_M9 ,LIODN 9 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 8. " G1_M8 ,LIODN 8 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 7. " G1_M7 ,LIODN 7 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 6. " G1_M6 ,LIODN 6 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 5. " G1_M5 ,LIODN 5 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 4. " G1_M4 ,LIODN 4 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 3. " G1_M3 ,LIODN 3 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 2. " G1_M2 ,LIODN 2 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 1. " G1_M1 ,LIODN 1 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 0. " G1_M0 ,LIODN 0 is a member of Access Group 1" "No,Yes" group.long (0x2000+0x108+0x60)++0x7 line.long 0x00 "SMAG2JR1_6,Secure Memory Access Group 2 Register 6" bitfld.long 0x00 31. " G2_M31 ,LIODN 31 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 30. " G2_M30 ,LIODN 30 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 29. " G2_M29 ,LIODN 29 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 28. " G2_M28 ,LIODN 28 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 27. " G2_M27 ,LIODN 27 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 26. " G2_M26 ,LIODN 26 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 25. " G2_M25 ,LIODN 25 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 24. " G2_M24 ,LIODN 24 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 23. " G2_M23 ,LIODN 23 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 22. " G2_M22 ,LIODN 22 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 21. " G2_M21 ,LIODN 21 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 20. " G2_M20 ,LIODN 20 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 19. " G2_M19 ,LIODN 19 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 18. " G2_M18 ,LIODN 18 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 17. " G2_M17 ,LIODN 17 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 16. " G2_M16 ,LIODN 16 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 15. " G2_M15 ,LIODN 15 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 14. " G2_M14 ,LIODN 14 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 13. " G2_M13 ,LIODN 13 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 12. " G2_M12 ,LIODN 12 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 11. " G2_M11 ,LIODN 11 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 10. " G2_M10 ,LIODN 10 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 9. " G2_M9 ,LIODN 9 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 8. " G2_M8 ,LIODN 8 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 7. " G2_M7 ,LIODN 7 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 6. " G2_M6 ,LIODN 6 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 5. " G2_M5 ,LIODN 5 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 4. " G2_M4 ,LIODN 4 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 3. " G2_M3 ,LIODN 3 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 2. " G2_M2 ,LIODN 2 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 1. " G2_M1 ,LIODN 1 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 0. " G2_M0 ,LIODN 0 is a member of Access Group 2" "No,Yes" line.long 0x04 "SMAG1JR1_6,Secure Memory Access Group 1 Register 6" bitfld.long 0x04 31. " G1_M31 ,LIODN 31 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 30. " G1_M30 ,LIODN 30 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 29. " G1_M29 ,LIODN 29 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 28. " G1_M28 ,LIODN 28 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 27. " G1_M27 ,LIODN 27 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 26. " G1_M26 ,LIODN 26 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 25. " G1_M25 ,LIODN 25 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 24. " G1_M24 ,LIODN 24 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 23. " G1_M23 ,LIODN 23 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 22. " G1_M22 ,LIODN 22 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 21. " G1_M21 ,LIODN 21 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 20. " G1_M20 ,LIODN 20 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 19. " G1_M19 ,LIODN 19 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 18. " G1_M18 ,LIODN 18 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 17. " G1_M17 ,LIODN 17 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 16. " G1_M16 ,LIODN 16 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 15. " G1_M15 ,LIODN 15 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 14. " G1_M14 ,LIODN 14 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 13. " G1_M13 ,LIODN 13 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 12. " G1_M12 ,LIODN 12 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 11. " G1_M11 ,LIODN 11 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 10. " G1_M10 ,LIODN 10 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 9. " G1_M9 ,LIODN 9 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 8. " G1_M8 ,LIODN 8 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 7. " G1_M7 ,LIODN 7 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 6. " G1_M6 ,LIODN 6 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 5. " G1_M5 ,LIODN 5 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 4. " G1_M4 ,LIODN 4 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 3. " G1_M3 ,LIODN 3 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 2. " G1_M2 ,LIODN 2 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 1. " G1_M1 ,LIODN 1 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 0. " G1_M0 ,LIODN 0 is a member of Access Group 1" "No,Yes" group.long (0x2000+0x108+0x70)++0x7 line.long 0x00 "SMAG2JR1_7,Secure Memory Access Group 2 Register 7" bitfld.long 0x00 31. " G2_M31 ,LIODN 31 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 30. " G2_M30 ,LIODN 30 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 29. " G2_M29 ,LIODN 29 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 28. " G2_M28 ,LIODN 28 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 27. " G2_M27 ,LIODN 27 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 26. " G2_M26 ,LIODN 26 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 25. " G2_M25 ,LIODN 25 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 24. " G2_M24 ,LIODN 24 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 23. " G2_M23 ,LIODN 23 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 22. " G2_M22 ,LIODN 22 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 21. " G2_M21 ,LIODN 21 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 20. " G2_M20 ,LIODN 20 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 19. " G2_M19 ,LIODN 19 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 18. " G2_M18 ,LIODN 18 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 17. " G2_M17 ,LIODN 17 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 16. " G2_M16 ,LIODN 16 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 15. " G2_M15 ,LIODN 15 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 14. " G2_M14 ,LIODN 14 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 13. " G2_M13 ,LIODN 13 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 12. " G2_M12 ,LIODN 12 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 11. " G2_M11 ,LIODN 11 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 10. " G2_M10 ,LIODN 10 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 9. " G2_M9 ,LIODN 9 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 8. " G2_M8 ,LIODN 8 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 7. " G2_M7 ,LIODN 7 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 6. " G2_M6 ,LIODN 6 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 5. " G2_M5 ,LIODN 5 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 4. " G2_M4 ,LIODN 4 is a member of Access Group 2" "No,Yes" textline " " bitfld.long 0x00 3. " G2_M3 ,LIODN 3 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 2. " G2_M2 ,LIODN 2 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 1. " G2_M1 ,LIODN 1 is a member of Access Group 2" "No,Yes" bitfld.long 0x00 0. " G2_M0 ,LIODN 0 is a member of Access Group 2" "No,Yes" line.long 0x04 "SMAG1JR1_7,Secure Memory Access Group 1 Register 7" bitfld.long 0x04 31. " G1_M31 ,LIODN 31 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 30. " G1_M30 ,LIODN 30 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 29. " G1_M29 ,LIODN 29 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 28. " G1_M28 ,LIODN 28 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 27. " G1_M27 ,LIODN 27 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 26. " G1_M26 ,LIODN 26 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 25. " G1_M25 ,LIODN 25 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 24. " G1_M24 ,LIODN 24 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 23. " G1_M23 ,LIODN 23 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 22. " G1_M22 ,LIODN 22 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 21. " G1_M21 ,LIODN 21 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 20. " G1_M20 ,LIODN 20 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 19. " G1_M19 ,LIODN 19 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 18. " G1_M18 ,LIODN 18 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 17. " G1_M17 ,LIODN 17 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 16. " G1_M16 ,LIODN 16 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 15. " G1_M15 ,LIODN 15 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 14. " G1_M14 ,LIODN 14 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 13. " G1_M13 ,LIODN 13 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 12. " G1_M12 ,LIODN 12 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 11. " G1_M11 ,LIODN 11 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 10. " G1_M10 ,LIODN 10 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 9. " G1_M9 ,LIODN 9 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 8. " G1_M8 ,LIODN 8 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 7. " G1_M7 ,LIODN 7 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 6. " G1_M6 ,LIODN 6 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 5. " G1_M5 ,LIODN 5 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 4. " G1_M4 ,LIODN 4 is a member of Access Group 1" "No,Yes" textline " " bitfld.long 0x04 3. " G1_M3 ,LIODN 3 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 2. " G1_M2 ,LIODN 2 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 1. " G1_M1 ,LIODN 1 is a member of Access Group 1" "No,Yes" bitfld.long 0x04 0. " G1_M0 ,LIODN 0 is a member of Access Group 1" "No,Yes" width 0xB tree.end tree "Run Time Integrity Checking Registers" width 10. rgroup.long 0x6004++0x03 line.long 0x00 "RSTA,Run Time Integrity Checking Status Register" bitfld.long 0x00 25.--26. " CS ,RTIC Current State" "Idle,Single Hash,Run-time,Error" bitfld.long 0x00 19. " RTD ,Run Time Blocks Disable" "No,Yes" textline " " bitfld.long 0x00 18. " HOD ,Hash Once Blocks Disable" "No,Yes" bitfld.long 0x00 17. " ABH ,All Blocks Hashed" "Disabled,Enabled" bitfld.long 0x00 16. " WE ,RTIC Watchdog Error" "No error,Error" textline " " bitfld.long 0x00 11. " AE[3] ,Memory Block D Address Error" "No error,Error" bitfld.long 0x00 10. " AE[2] ,Memory Block C Address Error" "No error,Error" bitfld.long 0x00 9. " AE[1] ,Memory Block B Address Error" "No error,Error" bitfld.long 0x00 8. " AE[0] ,Memory Block A Address Error" "No error,Error" textline " " bitfld.long 0x00 7. " MIS[3] ,Memory Block D Hash Error" "No error,Error" bitfld.long 0x00 6. " MIS[2] ,Memory Block C Hash Erro" "No error,Error" bitfld.long 0x00 5. " MIS[1] ,Memory Block B Hash Error" "No error,Error" bitfld.long 0x00 4. " MIS[0] ,Memory Block A Hash Error" "No error,Error" textline " " bitfld.long 0x00 3. " HE ,Hashing Error" "No error,Error" bitfld.long 0x00 2. " SV ,Security Violation" "Not violated,Violated" textline " " bitfld.long 0x00 1. " HD ,Hash Done" "Not done,Done" bitfld.long 0x00 0. " BSY ,RTIC Idle/Busy Status" "Idle,Busy" group.long 0x600C++0x03 line.long 0x00 "RCMD,Run Time Integrity Checking Command Register" bitfld.long 0x00 3. " RTD ,Run Time Disable" "No,Yes" bitfld.long 0x00 2. " RTC ,Run time check" "Disable,Enable" textline " " bitfld.long 0x00 1. " HO ,Hash once" "Disable,Enable" bitfld.long 0x00 0. " CINT ,Clear Interrupt" "Not clear,Clear" group.long 0x6014++0x03 line.long 0x00 "RCTL,Run Time Integrity Checking Control Register" bitfld.long 0x00 20. " RIDLE ,RTIC setting for the IPG_IDLE signal" "0,1" textline " " bitfld.long 0x00 19. " RALG[3] ,RTIC Algorithm Select for Memory Block D" "SHA-256,SHA-512" bitfld.long 0x00 18. " RALG[2] ,RTIC Algorithm Select for Memory Block C" "SHA-256,SHA-512" bitfld.long 0x00 17. " RALG[1] ,RTIC Algorithm Select for Memory Block B" "SHA-256,SHA-512" bitfld.long 0x00 16. " RALG[0] ,RTIC Algorithm Select for Memory Block A" "SHA-256,SHA-512" textline " " bitfld.long 0x00 12.--15. " RTMU ,Run Time Memory Unlock" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x00 11. " RTME[3] ,Run Time Memory Block D Enable" "Disabled,Enabled" bitfld.long 0x00 10. " RTME[2] ,Run Time Memory Block C Enable" "Disabled,Enabled" bitfld.long 0x00 9. " RTME[1] ,Run Time Memory Block B Enable" "Disabled,Enabled" bitfld.long 0x00 8. " RTME[0] ,Run Time Memory Block A Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 7. " HOME[3] ,Hash Once Memory Block D Enable" "Disabled,Enabled" bitfld.long 0x00 6. " HOME[2] ,Hash Once Memory Block C Enable" "Disabled,Enabled" bitfld.long 0x00 5. " HOME[1] ,Hash Once Memory Block B Enable" "Disabled,Enabled" bitfld.long 0x00 4. " HOME[0] ,Hash Once Memory Block A Enable" "Disabled,Enabled" textline " " bitfld.long 0x00 1.--3. " RREQS ,RTIC Request Size" "1 block,1 block,2 blocks,3 blocks,4 blocks,5 blocks,6 blocks,7 blocks" bitfld.long 0x00 0. " IE ,Interrupt Enable" "Disabled,Enabled" group.long 0x601C++0x03 line.long 0x00 "RTHR,Run Time Integrity Checking Throttle Register" hexmask.long.word 0x00 0.--15. 1. " RTHR ,Run Time Mode DMA Throttle" hgroup.long 0x6028++0x03 hide.long 0x00 "RWDOG_MS,Run Time Integrity Checking Watchdog Register MS" group.long 0x602C++0x03 line.long 0x00 "RWDOG_LS,Run Time Integrity Checking Watchdog Register LS" group.long 0x6034++0x03 line.long 0x00 "REND,Run Time Integrity Checking Endian Register" bitfld.long 0x00 11. " RHWS[3] ,RTIC Half-Word Swap Memory Block D" "Not swapped,Swapped" bitfld.long 0x00 10. " RHWS[2] ,RTIC Half-Word Swap Memory Block C" "Not swapped,Swapped" bitfld.long 0x00 9. " RHWS[1] ,RTIC Half-Word Swap Memory Block B" "Not swapped,Swapped" bitfld.long 0x00 8. " RHWS[0] ,RTIC Half-Word Swap Memory Block A" "Not swapped,Swapped" textline " " bitfld.long 0x00 7. " RBS[3] ,RTIC Byte Swap Memory Block D" "Not swapped,Swapped" bitfld.long 0x00 6. " RBS[2] ,RTIC Byte Swap Memory Block C" "Not swapped,Swapped" bitfld.long 0x00 5. " RBS[1] ,RTIC Byte Swap Memory Block B" "Not swapped,Swapped" bitfld.long 0x00 4. " RBS[0] ,RTIC Byte Swap Memory Block A" "Not swapped,Swapped" textline " " bitfld.long 0x00 3. " REPO[3] ,RTIC Endian Platform Override for Memory block D" "Not overridden,Overridden" bitfld.long 0x00 2. " REPO[2] ,RTIC Endian Platform Override for Memory block C" "Not overridden,Overridden" bitfld.long 0x00 1. " REPO[1] ,RTIC Endian Platform Override for Memory block B" "Not overridden,Overridden" bitfld.long 0x00 0. " REPO[0] ,RTIC Endian Platform Override for Memory block A" "Not overridden,Overridden" tree.open "RTIC Memory Block Address/ Length Register" hgroup.long 0x6100++0x03 hide.long 0x00 "RMAA0_MS,RTIC Memory Block Address Register MS" group.long (0x6100+0x04)++0x03 line.long 0x00 "RMAA0_LS,RTIC Memory Block Address Register LS" hgroup.long 0x6110++0x03 hide.long 0x00 "RMAA1_MS,RTIC Memory Block Address Register MS" group.long (0x6110+0x04)++0x03 line.long 0x00 "RMAA1_LS,RTIC Memory Block Address Register LS" hgroup.long 0x6120++0x03 hide.long 0x00 "RMBA0_MS,RTIC Memory Block Address Register MS" group.long (0x6120+0x04)++0x03 line.long 0x00 "RMBA0_LS,RTIC Memory Block Address Register LS" hgroup.long 0x6130++0x03 hide.long 0x00 "RMBA1_MS,RTIC Memory Block Address Register MS" group.long (0x6130+0x04)++0x03 line.long 0x00 "RMBA1_LS,RTIC Memory Block Address Register LS" hgroup.long 0x6140++0x03 hide.long 0x00 "RMCA0_MS,RTIC Memory Block Address Register MS" group.long (0x6140+0x04)++0x03 line.long 0x00 "RMCA0_LS,RTIC Memory Block Address Register LS" hgroup.long 0x6150++0x03 hide.long 0x00 "RMCA1_MS,RTIC Memory Block Address Register MS" group.long (0x6150+0x04)++0x03 line.long 0x00 "RMCA1_LS,RTIC Memory Block Address Register LS" hgroup.long 0x6160++0x03 hide.long 0x00 "RMDA0_MS,RTIC Memory Block Address Register MS" group.long (0x6160+0x04)++0x03 line.long 0x00 "RMDA0_LS,RTIC Memory Block Address Register LS" hgroup.long 0x6170++0x03 hide.long 0x00 "RMDA1_MS,RTIC Memory Block Address Register MS" group.long (0x6170+0x04)++0x03 line.long 0x00 "RMDA1_LS,RTIC Memory Block Address Register LS" group.long 0x610C++0x03 line.long 0x00 "RMAL0,RTIC Memory Block Length Register" group.long 0x611C++0x03 line.long 0x00 "RMAL1,RTIC Memory Block Length Register" group.long 0x612C++0x03 line.long 0x00 "RMBL0,RTIC Memory Block Length Register" group.long 0x613C++0x03 line.long 0x00 "RMBL1,RTIC Memory Block Length Register" group.long 0x614C++0x03 line.long 0x00 "RMCL0,RTIC Memory Block Length Register" group.long 0x615C++0x03 line.long 0x00 "RMCL1,RTIC Memory Block Length Register" group.long 0x616C++0x03 line.long 0x00 "RMDL0,RTIC Memory Block Length Register" group.long 0x617C++0x03 line.long 0x00 "RMDL1,RTIC Memory Block Length Register" group.long 0x6200++0x7F line.long 0x0 "RAMDB_0,RTIC Mem Block A Hash Result Big Endian Format 0" line.long 0x4 "RAMDB_1,RTIC Mem Block A Hash Result Big Endian Format 1" line.long 0x8 "RAMDB_2,RTIC Mem Block A Hash Result Big Endian Format 2" line.long 0xC "RAMDB_3,RTIC Mem Block A Hash Result Big Endian Format 3" line.long 0x10 "RAMDB_4,RTIC Mem Block A Hash Result Big Endian Format 4" line.long 0x14 "RAMDB_5,RTIC Mem Block A Hash Result Big Endian Format 5" line.long 0x18 "RAMDB_6,RTIC Mem Block A Hash Result Big Endian Format 6" line.long 0x1C "RAMDB_7,RTIC Mem Block A Hash Result Big Endian Format 7" line.long 0x20 "RAMDB_8,RTIC Mem Block A Hash Result Big Endian Format 8" line.long 0x24 "RAMDB_9,RTIC Mem Block A Hash Result Big Endian Format 9" line.long 0x28 "RAMDB_10,RTIC Mem Block A Hash Result Big Endian Format 10" line.long 0x2C "RAMDB_11,RTIC Mem Block A Hash Result Big Endian Format 11" line.long 0x30 "RAMDB_12,RTIC Mem Block A Hash Result Big Endian Format 12" line.long 0x34 "RAMDB_13,RTIC Mem Block A Hash Result Big Endian Format 13" line.long 0x38 "RAMDB_14,RTIC Mem Block A Hash Result Big Endian Format 14" line.long 0x3C "RAMDB_15,RTIC Mem Block A Hash Result Big Endian Format 15" line.long 0x40 "RAMDB_16,RTIC Mem Block A Hash Result Big Endian Format 16" line.long 0x44 "RAMDB_17,RTIC Mem Block A Hash Result Big Endian Format 17" line.long 0x48 "RAMDB_18,RTIC Mem Block A Hash Result Big Endian Format 18" line.long 0x4C "RAMDB_19,RTIC Mem Block A Hash Result Big Endian Format 19" line.long 0x50 "RAMDB_20,RTIC Mem Block A Hash Result Big Endian Format 20" line.long 0x54 "RAMDB_21,RTIC Mem Block A Hash Result Big Endian Format 21" line.long 0x58 "RAMDB_22,RTIC Mem Block A Hash Result Big Endian Format 22" line.long 0x5C "RAMDB_23,RTIC Mem Block A Hash Result Big Endian Format 23" line.long 0x60 "RAMDB_24,RTIC Mem Block A Hash Result Big Endian Format 24" line.long 0x64 "RAMDB_25,RTIC Mem Block A Hash Result Big Endian Format 25" line.long 0x68 "RAMDB_26,RTIC Mem Block A Hash Result Big Endian Format 26" line.long 0x6C "RAMDB_27,RTIC Mem Block A Hash Result Big Endian Format 27" line.long 0x70 "RAMDB_28,RTIC Mem Block A Hash Result Big Endian Format 28" line.long 0x74 "RAMDB_29,RTIC Mem Block A Hash Result Big Endian Format 29" line.long 0x78 "RAMDB_30,RTIC Mem Block A Hash Result Big Endian Format 30" line.long 0x7C "RAMDB_31,RTIC Mem Block A Hash Result Big Endian Format 31" group.long 0x6280++0x7F line.long 0x0 "RAMDL_0,RTIC Mem Block A Hash Result Little Endian Format 0" line.long 0x4 "RAMDL_1,RTIC Mem Block A Hash Result Little Endian Format 1" line.long 0x8 "RAMDL_2,RTIC Mem Block A Hash Result Little Endian Format 2" line.long 0xC "RAMDL_3,RTIC Mem Block A Hash Result Little Endian Format 3" line.long 0x10 "RAMDL_4,RTIC Mem Block A Hash Result Little Endian Format 4" line.long 0x14 "RAMDL_5,RTIC Mem Block A Hash Result Little Endian Format 5" line.long 0x18 "RAMDL_6,RTIC Mem Block A Hash Result Little Endian Format 6" line.long 0x1C "RAMDL_7,RTIC Mem Block A Hash Result Little Endian Format 7" line.long 0x20 "RAMDL_8,RTIC Mem Block A Hash Result Little Endian Format 8" line.long 0x24 "RAMDL_9,RTIC Mem Block A Hash Result Little Endian Format 9" line.long 0x28 "RAMDL_10,RTIC Mem Block A Hash Result Little Endian Format 10" line.long 0x2C "RAMDL_11,RTIC Mem Block A Hash Result Little Endian Format 11" line.long 0x30 "RAMDL_12,RTIC Mem Block A Hash Result Little Endian Format 12" line.long 0x34 "RAMDL_13,RTIC Mem Block A Hash Result Little Endian Format 13" line.long 0x38 "RAMDL_14,RTIC Mem Block A Hash Result Little Endian Format 14" line.long 0x3C "RAMDL_15,RTIC Mem Block A Hash Result Little Endian Format 15" line.long 0x40 "RAMDL_16,RTIC Mem Block A Hash Result Little Endian Format 16" line.long 0x44 "RAMDL_17,RTIC Mem Block A Hash Result Little Endian Format 17" line.long 0x48 "RAMDL_18,RTIC Mem Block A Hash Result Little Endian Format 18" line.long 0x4C "RAMDL_19,RTIC Mem Block A Hash Result Little Endian Format 19" line.long 0x50 "RAMDL_20,RTIC Mem Block A Hash Result Little Endian Format 20" line.long 0x54 "RAMDL_21,RTIC Mem Block A Hash Result Little Endian Format 21" line.long 0x58 "RAMDL_22,RTIC Mem Block A Hash Result Little Endian Format 22" line.long 0x5C "RAMDL_23,RTIC Mem Block A Hash Result Little Endian Format 23" line.long 0x60 "RAMDL_24,RTIC Mem Block A Hash Result Little Endian Format 24" line.long 0x64 "RAMDL_25,RTIC Mem Block A Hash Result Little Endian Format 25" line.long 0x68 "RAMDL_26,RTIC Mem Block A Hash Result Little Endian Format 26" line.long 0x6C "RAMDL_27,RTIC Mem Block A Hash Result Little Endian Format 27" line.long 0x70 "RAMDL_28,RTIC Mem Block A Hash Result Little Endian Format 28" line.long 0x74 "RAMDL_29,RTIC Mem Block A Hash Result Little Endian Format 29" line.long 0x78 "RAMDL_30,RTIC Mem Block A Hash Result Little Endian Format 30" line.long 0x7C "RAMDL_31,RTIC Mem Block A Hash Result Little Endian Format 31" group.long 0x6300++0x7F line.long 0x0 "RBMDB_0,RTIC Mem Block B Hash Result Big Endian Format 0" line.long 0x4 "RBMDB_1,RTIC Mem Block B Hash Result Big Endian Format 1" line.long 0x8 "RBMDB_2,RTIC Mem Block B Hash Result Big Endian Format 2" line.long 0xC "RBMDB_3,RTIC Mem Block B Hash Result Big Endian Format 3" line.long 0x10 "RBMDB_4,RTIC Mem Block B Hash Result Big Endian Format 4" line.long 0x14 "RBMDB_5,RTIC Mem Block B Hash Result Big Endian Format 5" line.long 0x18 "RBMDB_6,RTIC Mem Block B Hash Result Big Endian Format 6" line.long 0x1C "RBMDB_7,RTIC Mem Block B Hash Result Big Endian Format 7" line.long 0x20 "RBMDB_8,RTIC Mem Block B Hash Result Big Endian Format 8" line.long 0x24 "RBMDB_9,RTIC Mem Block B Hash Result Big Endian Format 9" line.long 0x28 "RBMDB_10,RTIC Mem Block B Hash Result Big Endian Format 10" line.long 0x2C "RBMDB_11,RTIC Mem Block B Hash Result Big Endian Format 11" line.long 0x30 "RBMDB_12,RTIC Mem Block B Hash Result Big Endian Format 12" line.long 0x34 "RBMDB_13,RTIC Mem Block B Hash Result Big Endian Format 13" line.long 0x38 "RBMDB_14,RTIC Mem Block B Hash Result Big Endian Format 14" line.long 0x3C "RBMDB_15,RTIC Mem Block B Hash Result Big Endian Format 15" line.long 0x40 "RBMDB_16,RTIC Mem Block B Hash Result Big Endian Format 16" line.long 0x44 "RBMDB_17,RTIC Mem Block B Hash Result Big Endian Format 17" line.long 0x48 "RBMDB_18,RTIC Mem Block B Hash Result Big Endian Format 18" line.long 0x4C "RBMDB_19,RTIC Mem Block B Hash Result Big Endian Format 19" line.long 0x50 "RBMDB_20,RTIC Mem Block B Hash Result Big Endian Format 20" line.long 0x54 "RBMDB_21,RTIC Mem Block B Hash Result Big Endian Format 21" line.long 0x58 "RBMDB_22,RTIC Mem Block B Hash Result Big Endian Format 22" line.long 0x5C "RBMDB_23,RTIC Mem Block B Hash Result Big Endian Format 23" line.long 0x60 "RBMDB_24,RTIC Mem Block B Hash Result Big Endian Format 24" line.long 0x64 "RBMDB_25,RTIC Mem Block B Hash Result Big Endian Format 25" line.long 0x68 "RBMDB_26,RTIC Mem Block B Hash Result Big Endian Format 26" line.long 0x6C "RBMDB_27,RTIC Mem Block B Hash Result Big Endian Format 27" line.long 0x70 "RBMDB_28,RTIC Mem Block B Hash Result Big Endian Format 28" line.long 0x74 "RBMDB_29,RTIC Mem Block B Hash Result Big Endian Format 29" line.long 0x78 "RBMDB_30,RTIC Mem Block B Hash Result Big Endian Format 30" line.long 0x7C "RBMDB_31,RTIC Mem Block B Hash Result Big Endian Format 31" group.long 0x6380++0x7F line.long 0x0 "RBMDL_0,RTIC Mem Block B Hash Result Little Endian Format 0" line.long 0x4 "RBMDL_1,RTIC Mem Block B Hash Result Little Endian Format 1" line.long 0x8 "RBMDL_2,RTIC Mem Block B Hash Result Little Endian Format 2" line.long 0xC "RBMDL_3,RTIC Mem Block B Hash Result Little Endian Format 3" line.long 0x10 "RBMDL_4,RTIC Mem Block B Hash Result Little Endian Format 4" line.long 0x14 "RBMDL_5,RTIC Mem Block B Hash Result Little Endian Format 5" line.long 0x18 "RBMDL_6,RTIC Mem Block B Hash Result Little Endian Format 6" line.long 0x1C "RBMDL_7,RTIC Mem Block B Hash Result Little Endian Format 7" line.long 0x20 "RBMDL_8,RTIC Mem Block B Hash Result Little Endian Format 8" line.long 0x24 "RBMDL_9,RTIC Mem Block B Hash Result Little Endian Format 9" line.long 0x28 "RBMDL_10,RTIC Mem Block B Hash Result Little Endian Format 10" line.long 0x2C "RBMDL_11,RTIC Mem Block B Hash Result Little Endian Format 11" line.long 0x30 "RBMDL_12,RTIC Mem Block B Hash Result Little Endian Format 12" line.long 0x34 "RBMDL_13,RTIC Mem Block B Hash Result Little Endian Format 13" line.long 0x38 "RBMDL_14,RTIC Mem Block B Hash Result Little Endian Format 14" line.long 0x3C "RBMDL_15,RTIC Mem Block B Hash Result Little Endian Format 15" line.long 0x40 "RBMDL_16,RTIC Mem Block B Hash Result Little Endian Format 16" line.long 0x44 "RBMDL_17,RTIC Mem Block B Hash Result Little Endian Format 17" line.long 0x48 "RBMDL_18,RTIC Mem Block B Hash Result Little Endian Format 18" line.long 0x4C "RBMDL_19,RTIC Mem Block B Hash Result Little Endian Format 19" line.long 0x50 "RBMDL_20,RTIC Mem Block B Hash Result Little Endian Format 20" line.long 0x54 "RBMDL_21,RTIC Mem Block B Hash Result Little Endian Format 21" line.long 0x58 "RBMDL_22,RTIC Mem Block B Hash Result Little Endian Format 22" line.long 0x5C "RBMDL_23,RTIC Mem Block B Hash Result Little Endian Format 23" line.long 0x60 "RBMDL_24,RTIC Mem Block B Hash Result Little Endian Format 24" line.long 0x64 "RBMDL_25,RTIC Mem Block B Hash Result Little Endian Format 25" line.long 0x68 "RBMDL_26,RTIC Mem Block B Hash Result Little Endian Format 26" line.long 0x6C "RBMDL_27,RTIC Mem Block B Hash Result Little Endian Format 27" line.long 0x70 "RBMDL_28,RTIC Mem Block B Hash Result Little Endian Format 28" line.long 0x74 "RBMDL_29,RTIC Mem Block B Hash Result Little Endian Format 29" line.long 0x78 "RBMDL_30,RTIC Mem Block B Hash Result Little Endian Format 30" line.long 0x7C "RBMDL_31,RTIC Mem Block B Hash Result Little Endian Format 31" group.long 0x6400++0x7F line.long 0x0 "RCMDB_0,RTIC Mem Block C Hash Result Big Endian Format 0" line.long 0x4 "RCMDB_1,RTIC Mem Block C Hash Result Big Endian Format 1" line.long 0x8 "RCMDB_2,RTIC Mem Block C Hash Result Big Endian Format 2" line.long 0xC "RCMDB_3,RTIC Mem Block C Hash Result Big Endian Format 3" line.long 0x10 "RCMDB_4,RTIC Mem Block C Hash Result Big Endian Format 4" line.long 0x14 "RCMDB_5,RTIC Mem Block C Hash Result Big Endian Format 5" line.long 0x18 "RCMDB_6,RTIC Mem Block C Hash Result Big Endian Format 6" line.long 0x1C "RCMDB_7,RTIC Mem Block C Hash Result Big Endian Format 7" line.long 0x20 "RCMDB_8,RTIC Mem Block C Hash Result Big Endian Format 8" line.long 0x24 "RCMDB_9,RTIC Mem Block C Hash Result Big Endian Format 9" line.long 0x28 "RCMDB_10,RTIC Mem Block C Hash Result Big Endian Format 10" line.long 0x2C "RCMDB_11,RTIC Mem Block C Hash Result Big Endian Format 11" line.long 0x30 "RCMDB_12,RTIC Mem Block C Hash Result Big Endian Format 12" line.long 0x34 "RCMDB_13,RTIC Mem Block C Hash Result Big Endian Format 13" line.long 0x38 "RCMDB_14,RTIC Mem Block C Hash Result Big Endian Format 14" line.long 0x3C "RCMDB_15,RTIC Mem Block C Hash Result Big Endian Format 15" line.long 0x40 "RCMDB_16,RTIC Mem Block C Hash Result Big Endian Format 16" line.long 0x44 "RCMDB_17,RTIC Mem Block C Hash Result Big Endian Format 17" line.long 0x48 "RCMDB_18,RTIC Mem Block C Hash Result Big Endian Format 18" line.long 0x4C "RCMDB_19,RTIC Mem Block C Hash Result Big Endian Format 19" line.long 0x50 "RCMDB_20,RTIC Mem Block C Hash Result Big Endian Format 20" line.long 0x54 "RCMDB_21,RTIC Mem Block C Hash Result Big Endian Format 21" line.long 0x58 "RCMDB_22,RTIC Mem Block C Hash Result Big Endian Format 22" line.long 0x5C "RCMDB_23,RTIC Mem Block C Hash Result Big Endian Format 23" line.long 0x60 "RCMDB_24,RTIC Mem Block C Hash Result Big Endian Format 24" line.long 0x64 "RCMDB_25,RTIC Mem Block C Hash Result Big Endian Format 25" line.long 0x68 "RCMDB_26,RTIC Mem Block C Hash Result Big Endian Format 26" line.long 0x6C "RCMDB_27,RTIC Mem Block C Hash Result Big Endian Format 27" line.long 0x70 "RCMDB_28,RTIC Mem Block C Hash Result Big Endian Format 28" line.long 0x74 "RCMDB_29,RTIC Mem Block C Hash Result Big Endian Format 29" line.long 0x78 "RCMDB_30,RTIC Mem Block C Hash Result Big Endian Format 30" line.long 0x7C "RCMDB_31,RTIC Mem Block C Hash Result Big Endian Format 31" group.long 0x6480++0x7F line.long 0x0 "RCMDL_0,RTIC Mem Block C Hash Result Little Endian Format 0" line.long 0x4 "RCMDL_1,RTIC Mem Block C Hash Result Little Endian Format 1" line.long 0x8 "RCMDL_2,RTIC Mem Block C Hash Result Little Endian Format 2" line.long 0xC "RCMDL_3,RTIC Mem Block C Hash Result Little Endian Format 3" line.long 0x10 "RCMDL_4,RTIC Mem Block C Hash Result Little Endian Format 4" line.long 0x14 "RCMDL_5,RTIC Mem Block C Hash Result Little Endian Format 5" line.long 0x18 "RCMDL_6,RTIC Mem Block C Hash Result Little Endian Format 6" line.long 0x1C "RCMDL_7,RTIC Mem Block C Hash Result Little Endian Format 7" line.long 0x20 "RCMDL_8,RTIC Mem Block C Hash Result Little Endian Format 8" line.long 0x24 "RCMDL_9,RTIC Mem Block C Hash Result Little Endian Format 9" line.long 0x28 "RCMDL_10,RTIC Mem Block C Hash Result Little Endian Format 10" line.long 0x2C "RCMDL_11,RTIC Mem Block C Hash Result Little Endian Format 11" line.long 0x30 "RCMDL_12,RTIC Mem Block C Hash Result Little Endian Format 12" line.long 0x34 "RCMDL_13,RTIC Mem Block C Hash Result Little Endian Format 13" line.long 0x38 "RCMDL_14,RTIC Mem Block C Hash Result Little Endian Format 14" line.long 0x3C "RCMDL_15,RTIC Mem Block C Hash Result Little Endian Format 15" line.long 0x40 "RCMDL_16,RTIC Mem Block C Hash Result Little Endian Format 16" line.long 0x44 "RCMDL_17,RTIC Mem Block C Hash Result Little Endian Format 17" line.long 0x48 "RCMDL_18,RTIC Mem Block C Hash Result Little Endian Format 18" line.long 0x4C "RCMDL_19,RTIC Mem Block C Hash Result Little Endian Format 19" line.long 0x50 "RCMDL_20,RTIC Mem Block C Hash Result Little Endian Format 20" line.long 0x54 "RCMDL_21,RTIC Mem Block C Hash Result Little Endian Format 21" line.long 0x58 "RCMDL_22,RTIC Mem Block C Hash Result Little Endian Format 22" line.long 0x5C "RCMDL_23,RTIC Mem Block C Hash Result Little Endian Format 23" line.long 0x60 "RCMDL_24,RTIC Mem Block C Hash Result Little Endian Format 24" line.long 0x64 "RCMDL_25,RTIC Mem Block C Hash Result Little Endian Format 25" line.long 0x68 "RCMDL_26,RTIC Mem Block C Hash Result Little Endian Format 26" line.long 0x6C "RCMDL_27,RTIC Mem Block C Hash Result Little Endian Format 27" line.long 0x70 "RCMDL_28,RTIC Mem Block C Hash Result Little Endian Format 28" line.long 0x74 "RCMDL_29,RTIC Mem Block C Hash Result Little Endian Format 29" line.long 0x78 "RCMDL_30,RTIC Mem Block C Hash Result Little Endian Format 30" line.long 0x7C "RCMDL_31,RTIC Mem Block C Hash Result Little Endian Format 31" group.long 0x6500++0x7F line.long 0x0 "RDMDB_0,RTIC Mem Block D Hash Result Big Endian Format 0" line.long 0x4 "RDMDB_1,RTIC Mem Block D Hash Result Big Endian Format 1" line.long 0x8 "RDMDB_2,RTIC Mem Block D Hash Result Big Endian Format 2" line.long 0xC "RDMDB_3,RTIC Mem Block D Hash Result Big Endian Format 3" line.long 0x10 "RDMDB_4,RTIC Mem Block D Hash Result Big Endian Format 4" line.long 0x14 "RDMDB_5,RTIC Mem Block D Hash Result Big Endian Format 5" line.long 0x18 "RDMDB_6,RTIC Mem Block D Hash Result Big Endian Format 6" line.long 0x1C "RDMDB_7,RTIC Mem Block D Hash Result Big Endian Format 7" line.long 0x20 "RDMDB_8,RTIC Mem Block D Hash Result Big Endian Format 8" line.long 0x24 "RDMDB_9,RTIC Mem Block D Hash Result Big Endian Format 9" line.long 0x28 "RDMDB_10,RTIC Mem Block D Hash Result Big Endian Format 10" line.long 0x2C "RDMDB_11,RTIC Mem Block D Hash Result Big Endian Format 11" line.long 0x30 "RDMDB_12,RTIC Mem Block D Hash Result Big Endian Format 12" line.long 0x34 "RDMDB_13,RTIC Mem Block D Hash Result Big Endian Format 13" line.long 0x38 "RDMDB_14,RTIC Mem Block D Hash Result Big Endian Format 14" line.long 0x3C "RDMDB_15,RTIC Mem Block D Hash Result Big Endian Format 15" line.long 0x40 "RDMDB_16,RTIC Mem Block D Hash Result Big Endian Format 16" line.long 0x44 "RDMDB_17,RTIC Mem Block D Hash Result Big Endian Format 17" line.long 0x48 "RDMDB_18,RTIC Mem Block D Hash Result Big Endian Format 18" line.long 0x4C "RDMDB_19,RTIC Mem Block D Hash Result Big Endian Format 19" line.long 0x50 "RDMDB_20,RTIC Mem Block D Hash Result Big Endian Format 20" line.long 0x54 "RDMDB_21,RTIC Mem Block D Hash Result Big Endian Format 21" line.long 0x58 "RDMDB_22,RTIC Mem Block D Hash Result Big Endian Format 22" line.long 0x5C "RDMDB_23,RTIC Mem Block D Hash Result Big Endian Format 23" line.long 0x60 "RDMDB_24,RTIC Mem Block D Hash Result Big Endian Format 24" line.long 0x64 "RDMDB_25,RTIC Mem Block D Hash Result Big Endian Format 25" line.long 0x68 "RDMDB_26,RTIC Mem Block D Hash Result Big Endian Format 26" line.long 0x6C "RDMDB_27,RTIC Mem Block D Hash Result Big Endian Format 27" line.long 0x70 "RDMDB_28,RTIC Mem Block D Hash Result Big Endian Format 28" line.long 0x74 "RDMDB_29,RTIC Mem Block D Hash Result Big Endian Format 29" line.long 0x78 "RDMDB_30,RTIC Mem Block D Hash Result Big Endian Format 30" line.long 0x7C "RDMDB_31,RTIC Mem Block D Hash Result Big Endian Format 31" group.long 0x6580++0x7F line.long 0x0 "RDMDL_0,RTIC Mem Block D Hash Result Little Endian Format 0" line.long 0x4 "RDMDL_1,RTIC Mem Block D Hash Result Little Endian Format 1" line.long 0x8 "RDMDL_2,RTIC Mem Block D Hash Result Little Endian Format 2" line.long 0xC "RDMDL_3,RTIC Mem Block D Hash Result Little Endian Format 3" line.long 0x10 "RDMDL_4,RTIC Mem Block D Hash Result Little Endian Format 4" line.long 0x14 "RDMDL_5,RTIC Mem Block D Hash Result Little Endian Format 5" line.long 0x18 "RDMDL_6,RTIC Mem Block D Hash Result Little Endian Format 6" line.long 0x1C "RDMDL_7,RTIC Mem Block D Hash Result Little Endian Format 7" line.long 0x20 "RDMDL_8,RTIC Mem Block D Hash Result Little Endian Format 8" line.long 0x24 "RDMDL_9,RTIC Mem Block D Hash Result Little Endian Format 9" line.long 0x28 "RDMDL_10,RTIC Mem Block D Hash Result Little Endian Format 10" line.long 0x2C "RDMDL_11,RTIC Mem Block D Hash Result Little Endian Format 11" line.long 0x30 "RDMDL_12,RTIC Mem Block D Hash Result Little Endian Format 12" line.long 0x34 "RDMDL_13,RTIC Mem Block D Hash Result Little Endian Format 13" line.long 0x38 "RDMDL_14,RTIC Mem Block D Hash Result Little Endian Format 14" line.long 0x3C "RDMDL_15,RTIC Mem Block D Hash Result Little Endian Format 15" line.long 0x40 "RDMDL_16,RTIC Mem Block D Hash Result Little Endian Format 16" line.long 0x44 "RDMDL_17,RTIC Mem Block D Hash Result Little Endian Format 17" line.long 0x48 "RDMDL_18,RTIC Mem Block D Hash Result Little Endian Format 18" line.long 0x4C "RDMDL_19,RTIC Mem Block D Hash Result Little Endian Format 19" line.long 0x50 "RDMDL_20,RTIC Mem Block D Hash Result Little Endian Format 20" line.long 0x54 "RDMDL_21,RTIC Mem Block D Hash Result Little Endian Format 21" line.long 0x58 "RDMDL_22,RTIC Mem Block D Hash Result Little Endian Format 22" line.long 0x5C "RDMDL_23,RTIC Mem Block D Hash Result Little Endian Format 23" line.long 0x60 "RDMDL_24,RTIC Mem Block D Hash Result Little Endian Format 24" line.long 0x64 "RDMDL_25,RTIC Mem Block D Hash Result Little Endian Format 25" line.long 0x68 "RDMDL_26,RTIC Mem Block D Hash Result Little Endian Format 26" line.long 0x6C "RDMDL_27,RTIC Mem Block D Hash Result Little Endian Format 27" line.long 0x70 "RDMDL_28,RTIC Mem Block D Hash Result Little Endian Format 28" line.long 0x74 "RDMDL_29,RTIC Mem Block D Hash Result Little Endian Format 29" line.long 0x78 "RDMDL_30,RTIC Mem Block D Hash Result Little Endian Format 30" line.long 0x7C "RDMDL_31,RTIC Mem Block D Hash Result Little Endian Format 31" tree.end tree.end tree "DECO and CCB Registers" width 13. if (((per.l(ad:0x400F0000+0x8004))&0xFF0000)==0x500000) group.long 0x8004++0x3 line.long 0x00 "C0C1MR,Class 1 Mode Register" hexmask.long.byte 0x00 16.--23. 1. " ALG ,Algorithm" textline " " bitfld.long 0x00 12. " SK ,Secure Key" "0,1" bitfld.long 0x00 11. " AI ,Additional Input Included" "Not included,Included" bitfld.long 0x00 10. " PS ,Personalization String Included" "Not included,Included" textline " " bitfld.long 0x00 9. " OBP ,Odd Byte Parity" "Disabled,Enabled" bitfld.long 0x00 8. " NZB ,NonZero bytes" "Low,High" bitfld.long 0x00 4.--5. " SH ,State Handle" "State Handle 0,State Handle 1,?..." textline " " bitfld.long 0x00 2.--3. " AS ,Algorithm State" "Generate,Instantiate,Reseed,Uninstantiate" bitfld.long 0x00 1. " PR ,Prediction Resistance" "Low,High" bitfld.long 0x00 0. " TST ,Test Mode Request" "Low,High" else group.long 0x8004++0x3 line.long 0x00 "C0C1MR,Class 1 Mode Register" hexmask.long.byte 0x00 16.--23. 1. " ALG ,Algorithm" hexmask.long.word 0x00 4.--12. 1. " AAI ,Additional Algorithm information" bitfld.long 0x00 2.--3. " AS ,Algorithm State" "Updated,Initialized,Finalized,Initialized/finalized" textline " " bitfld.long 0x00 1. " ICV_TEST ,ICV Checking/Test AES fault detection" "Not compared/Not detected,Compared/Detected" textline " " bitfld.long 0x00 0. " ENC ,Encrypt/decrypt" "Decryption,Encryption" endif group.long 0x800C++0x0B line.long 0x00 "C0C1KSR,Class 1 Key Size Register" hexmask.long.byte 0x00 0.--6. 1. " C1KS ,Class 1 Key Size" line.long 0x04 "C0C1DSR_MS,Most-significant portion of Class 1 Data Size Register" bitfld.long 0x04 29.--31. " NUMBITS ,Data Size Number of bits" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x04 0. " C1CY ,Class 1 Data Size Carry" "Not carried out,Carried out" line.long 0x08 "C0C1DSR_LS,Least-significant portion of Class 1 Data Size Register" group.long 0x801C++0x03 line.long 0x00 "C0C1ICVSR,Class 1 ICV Size Register" bitfld.long 0x00 0.--4. " C1ICVS ,Class 1 ICV Size" "0-bytes,1-byte,2-bytes,3-bytes,4-bytes,5-bytes,6-bytes,7-bytes,8-bytes,9-bytes,10-bytes,11-bytes,12-bytes,13-bytes,14-bytes,15-bytes,16-bytes,17-bytes,18-bytes,19-bytes,20-bytes,21-bytes,22-bytes,23-bytes,24-bytes,25-bytes,26-bytes,27-bytes,28-bytes,29-bytes,30-bytes,31-bytes" wgroup.long 0x8034++0x03 line.long 0x00 "C0C1CCTRL,CHA Control Register" bitfld.long 0x00 28. " US ,ARC4 S-Box unload" "No effect,Unload" bitfld.long 0x00 9. " RNG ,Random Number Generator Reset" "No effect,Reset" bitfld.long 0x00 7. " MD ,Hashing Block Reset" "No effect,Reset" textline " " bitfld.long 0x00 3. " RC4 ,RC4 Reset" "No effect,Reset" bitfld.long 0x00 2. " DES ,DES Reset" "No effect,Reset" bitfld.long 0x00 1. " AES ,AES Reset" "No effect,Reset" bitfld.long 0x00 0. " ALL ,All Internal CHAs Reset" "No effect,Reset" group.long 0x803C++0x03 line.long 0x00 "C0C1CIRQ,IRQ Control Register" eventfld.long 0x00 25. " RNEI ,RNG error interrupt asserted" "No error,Error" eventfld.long 0x00 23. " MEI ,MDHA (hashing) error interrupt asserted" "No error,Error" eventfld.long 0x00 19. " RCEI ,ARC4 error interrupt asserted" "No error,Error" textline " " eventfld.long 0x00 18. " DEI ,DESA error interrupt asserted" "No error,Error" eventfld.long 0x00 17. " AEI ,AESA error interrupt asserted" "No error,Error" textline " " eventfld.long 0x00 9. " RNDI ,RNG done interrupt" "Not asserted,Asserted" eventfld.long 0x00 7. " MDHA ,MDHA (hashing) done interrupt" "Not asserted,Asserted" eventfld.long 0x00 3. " RCDI ,ARC4 done interrupt" "Not asserted,Asserted" textline " " eventfld.long 0x00 2. " DDI ,DESA done interrupt" "Not asserted,Asserted" eventfld.long 0x00 1. " ADI ,AESA done interrupt" "Not asserted,Asserted" wgroup.long 0x8044++0x03 line.long 0x00 "C0CWR,Clear Written Register" bitfld.long 0x00 31. " CIF ,Input FIFO Clear" "No effect,Clear" bitfld.long 0x00 30. " COF ,Output FIFO Clear" "No effect,Clear" textline " " bitfld.long 0x00 29. " CIRST ,Reset Class 1 CHA" "No reset,Reset" bitfld.long 0x00 28. " C2RST ,Reset Class 2 CHA" "No reset,Reset" textline " " bitfld.long 0x00 27. " C1D ,Clear Class 1 Done Interrupt" "No effect,Clear" bitfld.long 0x00 26. " C2D ,Clear Class 1 Done Interrupt" "No effect,Clear" textline " " bitfld.long 0x00 22. " C2K ,Class 2 Key Register Clear" "No effect,Clear" bitfld.long 0x00 21. " C2C ,Class 2 Context Register Clear" "No effect,Clear" textline " " bitfld.long 0x00 18. " C2DS , Class 2 Data Size Registers Clear" "No effect,Clear" bitfld.long 0x00 16. " C2M ,Class 2 Mode Register Clear" "No effect,Clear" textline " " bitfld.long 0x00 6. " C1K ,Class 1 Key Register Clear" "No effect,Clear" bitfld.long 0x00 5. " C1C , Class 1 Context Register Clear" "No effect,Clear" textline " " bitfld.long 0x00 3. " C1ICV ,Class 1 ICV Size Register Clear" "No effect,Clear" bitfld.long 0x00 2. " C1DS ,Class 1 Data Size Register Clear" "No effect,Clear" textline " " bitfld.long 0x00 0. " C1M ,Class 1 Mode Register Clear" "No effect,Clear" rgroup.long 0x8048++0x07 line.long 0x00 "C0CSTA_MS,Most-significant portion of CCB Status and Error Register" bitfld.long 0x00 28.--31. " CL2 ,Class 2 Algorithms" "Reserved,Reserved,Reserved,Reserved,MD5|SHA-1|SHA-224|SHA-256|SHA-384|SHA-512,?..." textline " " bitfld.long 0x00 16.--19. " ERRID2 ,Error ID 2" "Reserved,Mode Error,Data Size Error,Key Size Error,Reserved,Reserved,Data Arrived out of Sequence Error,Reserved,Reserved,Reserved,ICV Check Failed,Internal Hardware Failure,Reserved,Reserved,Invalid CHA combination selected,Invalid CHA Selected" textline " " bitfld.long 0x00 12.--15. " CL1 ,Class 1 algorithms" "Reserved,AES,DES,ARC4,Reserved,RNG,?..." textline " " bitfld.long 0x00 0.--3. " ERRID1 ,Error ID 1" "Reserved,Mode Error,Data size error,Key Size Error,Reserved,Reserved,Data Arrived out of Sequence Error,Reserved,Reserved,DES Key Parity Error,ICV Check Failed,Internal Hardware Failure,CCM AAD Size Error,Class 1 CHA is not reset,Invalid CHA combination selected,Invalid CHA Selected" line.long 0x04 "C0CSTA_LS,Least-significant portion of CCB Status and Error Register" bitfld.long 0x04 21. " SEI ,Class 2 Error Interrupt" "No error,Error" bitfld.long 0x04 20. " PEI ,Class 1 Error Interrupt" "No error,Error" bitfld.long 0x04 17. " SDI ,Class 2 Done Interrupt" "No error,Error" bitfld.long 0x04 16. " PDI ,Class 1 Done Interrupt" "No error,Error" textline " " bitfld.long 0x04 9. " RNB ,RNG Block Busy" "Not busy,Busy" bitfld.long 0x04 7. " MB ,Hashing Block Busy" "Not busy,Busy" bitfld.long 0x04 3. " RCB ,ARC4 Block Busy" "Not busy,Busy" bitfld.long 0x04 2. " DB ,DES Block Busy" "Not busy,Busy" textline " " bitfld.long 0x04 1. " AB ,AES Block Busy" "Not busy,Busy" group.long 0x805C++0x03 line.long 0x00 "C0CAADSZR,AAD Size Register" hexmask.long.byte 0x00 0.--3. 1. " AASZ ,AAD size in Bytes" group.long 0x8100++0x37 line.long 0x0 "C0C1CTXR_0,Class 1 Context Register 0" line.long 0x4 "C0C1CTXR_1,Class 1 Context Register 1" line.long 0x8 "C0C1CTXR_2,Class 1 Context Register 2" line.long 0xC "C0C1CTXR_3,Class 1 Context Register 3" line.long 0x10 "C0C1CTXR_4,Class 1 Context Register 4" line.long 0x14 "C0C1CTXR_5,Class 1 Context Register 5" line.long 0x18 "C0C1CTXR_6,Class 1 Context Register 6" line.long 0x1C "C0C1CTXR_7,Class 1 Context Register 7" line.long 0x20 "C0C1CTXR_8,Class 1 Context Register 8" line.long 0x24 "C0C1CTXR_9,Class 1 Context Register 9" line.long 0x28 "C0C1CTXR_10,Class 1 Context Register 10" line.long 0x2C "C0C1CTXR_11,Class 1 Context Register 11" line.long 0x30 "C0C1CTXR_12,Class 1 Context Register 12" line.long 0x34 "C0C1CTXR_13,Class 1 Context Register 13" group.long 0x8200++0x1F line.long 0x0 "C0C1KEYR_0,Class 1 Key Register 0" line.long 0x4 "C0C1KEYR_1,Class 1 Key Register 1" line.long 0x8 "C0C1KEYR_2,Class 1 Key Register 2" line.long 0xC "C0C1KEYR_3,Class 1 Key Register 3" line.long 0x10 "C0C1KEYR_4,Class 1 Key Register 4" line.long 0x14 "C0C1KEYR_5,Class 1 Key Register 5" line.long 0x18 "C0C1KEYR_6,Class 1 Key Register 6" line.long 0x1C "C0C1KEYR_7,Class 1 Key Register 7" group.long 0x8404++0x3 line.long 0x00 "C0C2MR,Class 2 Mode Register" hexmask.long.byte 0x00 16.--23. 1. " ALG ,Algorithm" hexmask.long.word 0x00 4.--12. 1. " AAI ,Additional Algorithm information" bitfld.long 0x00 2.--3. " AS ,Algorithm State" "Updated,Initialized,Finalized,Initialized/finalized" textline " " bitfld.long 0x00 1. " ICV ,ICV Checking" "Not compared,Compared" bitfld.long 0x00 0. " AP ,Authenticate/protect" "Authenticated,Protected" group.long 0x840C++0x0B line.long 0x00 "C0C2KSR,Class 2 Key Size Register" hexmask.long.byte 0x00 0.--7. 1. " C2KS ,Class 2 Key Size" line.long 0x04 "C0C2DSR_MS,Most-significant portion of Class 2 Data Size Register" bitfld.long 0x04 29.--31. " NUMBITS ,Data Size Number of bits" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x04 0. " C2CY ,Class 2 Data Size Carry" "Not carried out,Carried out" line.long 0x08 "C0C2DSR_LS,Least-significant portion of Class 2 Data Size Register" group.long 0x841C++0x03 line.long 0x00 "C0C2ICVSZR,Class 2 ICV Size Register" bitfld.long 0x00 0.--2. " ICVSZ ,Class 2 ICV Size" "8-bytes,1-bytes,2-bytes,3-bytes,4-bytes,5-bytes,6-bytes,7-bytes" group.long 0x8500++0x27 line.long 0x0 "C0C2CTXR_0,Class 2 Context Register 0" line.long 0x4 "C0C2CTXR_1,Class 2 Context Register 1" line.long 0x8 "C0C2CTXR_2,Class 2 Context Register 2" line.long 0xC "C0C2CTXR_3,Class 2 Context Register 3" line.long 0x10 "C0C2CTXR_4,Class 2 Context Register 4" line.long 0x14 "C0C2CTXR_5,Class 2 Context Register 5" line.long 0x18 "C0C2CTXR_6,Class 2 Context Register 6" line.long 0x1C "C0C2CTXR_7,Class 2 Context Register 7" line.long 0x20 "C0C2CTXR_8,Class 2 Context Register 8" line.long 0x24 "C0C2CTXR_9,Class 2 Context Register 9" group.long 0x8600++0x3F line.long 0x0 "C0C2KEYR_0,Class 2 Key Register 0" line.long 0x4 "C0C2KEYR_1,Class 2 Key Register 1" line.long 0x8 "C0C2KEYR_2,Class 2 Key Register 2" line.long 0xC "C0C2KEYR_3,Class 2 Key Register 3" line.long 0x10 "C0C2KEYR_4,Class 2 Key Register 4" line.long 0x14 "C0C2KEYR_5,Class 2 Key Register 5" line.long 0x18 "C0C2KEYR_6,Class 2 Key Register 6" line.long 0x1C "C0C2KEYR_7,Class 2 Key Register 7" line.long 0x20 "C0C2KEYR_8,Class 2 Key Register 8" line.long 0x24 "C0C2KEYR_9,Class 2 Key Register 9" line.long 0x28 "C0C2KEYR_10,Class 2 Key Register 10" line.long 0x2C "C0C2KEYR_11,Class 2 Key Register 11" line.long 0x30 "C0C2KEYR_12,Class 2 Key Register 12" line.long 0x34 "C0C2KEYR_13,Class 2 Key Register 13" line.long 0x38 "C0C2KEYR_14,Class 2 Key Register 14" line.long 0x3C "C0C2KEYR_15,Class 2 Key Register 15" wgroup.long 0x87D0++0x3 line.long 0x00 "C0NFIFO,Information FIFO Register" bitfld.long 0x00 30.--31. " DEST ,Destination" "DECO block,Class 1,Class 2,Class 1 and Class 2" textline " " bitfld.long 0x00 29. " LC2 ,Last Class 2" "No effect,Set" textline " " bitfld.long 0x00 28. " LC1 ,Last Class 1" "No effect,Set" textline " " bitfld.long 0x00 27. " FC2 ,Class 2 Flush " "No effect,Flush" textline " " bitfld.long 0x00 26. " FC1 ,Class 1 Flush " "No effect,Flush" textline " " bitfld.long 0x00 24.--25. " STYPE ,Source Type" "Input,Output,Padding,Snooping" textline " " bitfld.long 0x00 20.--23. " DTYPE ,Data Type" "S-Box (AFHA),AAD (AESA|AES|GCM),IV (AESA|AES|GCM),SAD (AESA),Reserved,Reserved,Reserved,Reserved,Reserved,Reserved,ICV,Reserved,Reserved,Reserved,DECO ignore,Message Data" textline " " bitfld.long 0x00 19. " BND ,Boundary padding" "No effect,Set" textline " " bitfld.long 0x00 16.--18. " PTYPE ,Pad Type" "All Zero,Random with nonzero bytes,Incremented,Random,All Zero with last byte containing the number of 0 bytes,Random with nonzero bytes with last byte 0,N bytes of padding all containing the number N -1,Random with nonzero bytes with last byte N" textline " " bitfld.long 0x00 15. " OC ,OFIFO Continuation (pop out final word)" "No effect,Pop" textline " " bitfld.long 0x00 14. " AST ,Additional Source Type" "FIFO,DECO" textline " " bitfld.long 0x00 11. " BM ,Boundary Minus 1 (STYPE==Padding)" "No effect,Set" textline " " bitfld.long 0x00 10. " PS ,Pad Snoop (STYPE==Padding)" "No effect,Snoop" textline " " hexmask.long.byte 0x00 0.--6. 1. " PL ,Pad Length (STYPE==padding)" textline " " hexmask.long.word 0x00 0.--11. 1. " DL ,Data Length (STYPE==non-padding)" wgroup.long 0x87E0++0x3 line.long 0x00 "C0IFIFO,Input Data FIFO Register" rgroup.long 0x87F0++0x7 line.long 0x00 "C0OFIFO_MS,Most-significant half of Output Data FIFO Register" line.long 0x04 "C0OFIFO_LS,Least-significant half of Output Data FIFO Register" rgroup.long 0x8800++0x7 line.long 0x00 "D0JQR_MS,Most-significant half of DECO Job Queue Control Register" bitfld.long 0x00 31. " STEP ,Step" "Not stepped,Stepped" bitfld.long 0x00 30. " SING ,Single Step Mode" "Disabled,Enabled" bitfld.long 0x00 29. " WHL ,Whole Descriptor" "Disabled,Enabled" bitfld.long 0x00 28. " FOUR ,JQC pass at least 4-words" "Disabled,Enabled" textline " " bitfld.long 0x00 27. " ILE ,Byte-swapping enable" "Disabled,Enabled" bitfld.long 0x00 24.--26. " SHR_FROM ,Share From" "0,1,2,3,4,5,6,7" bitfld.long 0x00 15. " AMTD ,Allow Make Trusted Descriptor" "Not allowed,Allowed" bitfld.long 0x00 14. " JDLS ,Job Descriptor LIODN Select" "Non-SEQ LIODN,SEQ LIODN" textline " " bitfld.long 0x00 8.--10. " SRC ,Job Source" "Job Ring 0,Job Ring 1,Reserved,Reserved,RTIC,?..." bitfld.long 0x00 0.--3. " ID ,Job ID" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "D0JQR_LS,Least-significant half of DECO Job Queue Control Register" rgroup.long 0x880C++0xB line.long 0x00 "D0DAR,DECO Descriptor Address Register" line.long 0x04 "D0OPSTA_MS,Most-significant half of DECO Operation Status Register" bitfld.long 0x04 28.--31. " STATUS_TYPE ,Status Type" "No error,DMA error,CCB error,Jump Halt User Status,DECO error,Reserved,Reserved,Jump Halt Condition Code,?..." textline " " bitfld.long 0x04 27. " NIJ ,Non-Local Jump" "0,1" bitfld.long 0x04 8.--13. " COMMAND_INDEX ,Command index" "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" hexmask.long.byte 0x04 0.--7. 1. " STATUS ,Math Status" line.long 0x08 "D0OPSTA_LS,Least-significant half of DECO Operation Status Register" hexmask.long 0x08 0.--28. 1. " OUT_CT ,Output Count. Number of bytes written to sequential out pointer" rgroup.long 0x8820++0x7 line.long 0x00 "D0MSR_MS,Most-significant half of DECO MID Status Register" bitfld.long 0x00 16.--20. " DNSLIODN ,DECO Non-SEQ LIODN" "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 0.--4. " DSLIODN ,DECO SEQ LIODN" "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 0x04 "D0MSR_LS,Least-significant half of DECO MID Status Register" bitfld.long 0x04 0.--4. " DTLIODN ,DECO Trusted LIODN" "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" group.long 0x8840++0x1F line.long 0x0 "D0MTH0_MS,Most-significant half of Math Register 0" line.long (0x0+0x04) "D0MTH0_LS,Least-significant half of Math Register 0" line.long 0x8 "D0MTH1_MS,Most-significant half of Math Register 1" line.long (0x8+0x04) "D0MTH1_LS,Least-significant half of Math Register 1" line.long 0x10 "D0MTH2_MS,Most-significant half of Math Register 2" line.long (0x10+0x04) "D0MTH2_LS,Least-significant half of Math Register 2" line.long 0x18 "D0MTH3_MS,Most-significant half of Math Register 3" line.long (0x18+0x04) "D0MTH3_LS,Least-significant half of Math Register 3" group.long (0x8880+0x0)++0xF line.long 0x00 "D0GTR0_0,Gather Table Register 0" line.long 0x04 "D0GTR0_1,Gather Table Register 0" line.long 0x08 "D0GTR0_2,Gather Table Register 0" bitfld.long 0x08 31. " E ,Extension bit" "Not set,Set" bitfld.long 0x08 30. " F ,Final Bit" "Not set,Set" textline " " hexmask.long 0x08 0.--29. 1. " LENGTH ,Data size" line.long 0x0C "D0GTR0_3,Gather Table Register 0" hexmask.long.word 0x0C 0.--12. 1. " OFFSET ,Data offset" group.long (0x8880+0x10)++0xF line.long 0x00 "D0GTR1_0,Gather Table Register 1" line.long 0x04 "D0GTR1_1,Gather Table Register 1" line.long 0x08 "D0GTR1_2,Gather Table Register 1" bitfld.long 0x08 31. " E ,Extension bit" "Not set,Set" bitfld.long 0x08 30. " F ,Final Bit" "Not set,Set" textline " " hexmask.long 0x08 0.--29. 1. " LENGTH ,Data size" line.long 0x0C "D0GTR1_3,Gather Table Register 1" hexmask.long.word 0x0C 0.--12. 1. " OFFSET ,Data offset" group.long (0x8880+0x20)++0xF line.long 0x00 "D0GTR2_0,Gather Table Register 2" line.long 0x04 "D0GTR2_1,Gather Table Register 2" line.long 0x08 "D0GTR2_2,Gather Table Register 2" bitfld.long 0x08 31. " E ,Extension bit" "Not set,Set" bitfld.long 0x08 30. " F ,Final Bit" "Not set,Set" textline " " hexmask.long 0x08 0.--29. 1. " LENGTH ,Data size" line.long 0x0C "D0GTR2_3,Gather Table Register 2" hexmask.long.word 0x0C 0.--12. 1. " OFFSET ,Data offset" group.long (0x8880+0x30)++0xF line.long 0x00 "D0GTR3_0,Gather Table Register 3" line.long 0x04 "D0GTR3_1,Gather Table Register 3" line.long 0x08 "D0GTR3_2,Gather Table Register 3" bitfld.long 0x08 31. " E ,Extension bit" "Not set,Set" bitfld.long 0x08 30. " F ,Final Bit" "Not set,Set" textline " " hexmask.long 0x08 0.--29. 1. " LENGTH ,Data size" line.long 0x0C "D0GTR3_3,Gather Table Register 3" hexmask.long.word 0x0C 0.--12. 1. " OFFSET ,Data offset" group.long (0x8900+0x0)++0xF line.long 0x00 "D0STR0_0,Scatter Table Register 0" line.long 0x04 "D0STR0_1,Scatter Table Register 0" line.long 0x08 "D0STR0_2,Scatter Table Register 0" bitfld.long 0x08 31. " E ,Extension bit" "Not set,Set" bitfld.long 0x08 30. " F ,Final Bit" "Not set,Set" textline " " hexmask.long 0x08 0.--29. 1. " LENGTH ,Available space" line.long 0x0C "D0STR0_3,Scatter Table Register 0" hexmask.long.word 0x0C 0.--12. 1. " OFFSET ,Data offset" group.long (0x8900+0x10)++0xF line.long 0x00 "D0STR1_0,Scatter Table Register 1" line.long 0x04 "D0STR1_1,Scatter Table Register 1" line.long 0x08 "D0STR1_2,Scatter Table Register 1" bitfld.long 0x08 31. " E ,Extension bit" "Not set,Set" bitfld.long 0x08 30. " F ,Final Bit" "Not set,Set" textline " " hexmask.long 0x08 0.--29. 1. " LENGTH ,Available space" line.long 0x0C "D0STR1_3,Scatter Table Register 1" hexmask.long.word 0x0C 0.--12. 1. " OFFSET ,Data offset" group.long (0x8900+0x20)++0xF line.long 0x00 "D0STR2_0,Scatter Table Register 2" line.long 0x04 "D0STR2_1,Scatter Table Register 2" line.long 0x08 "D0STR2_2,Scatter Table Register 2" bitfld.long 0x08 31. " E ,Extension bit" "Not set,Set" bitfld.long 0x08 30. " F ,Final Bit" "Not set,Set" textline " " hexmask.long 0x08 0.--29. 1. " LENGTH ,Available space" line.long 0x0C "D0STR2_3,Scatter Table Register 2" hexmask.long.word 0x0C 0.--12. 1. " OFFSET ,Data offset" group.long (0x8900+0x30)++0xF line.long 0x00 "D0STR3_0,Scatter Table Register 3" line.long 0x04 "D0STR3_1,Scatter Table Register 3" line.long 0x08 "D0STR3_2,Scatter Table Register 3" bitfld.long 0x08 31. " E ,Extension bit" "Not set,Set" bitfld.long 0x08 30. " F ,Final Bit" "Not set,Set" textline " " hexmask.long 0x08 0.--29. 1. " LENGTH ,Available space" line.long 0x0C "D0STR3_3,Scatter Table Register 3" hexmask.long.word 0x0C 0.--12. 1. " OFFSET ,Data offset" tree "Descriptor Buffer" width 12. group.long 0x8A00++0x03 line.long 0x00 "D0DESB_0,Descriptor Buffer 0" group.long 0x8A04++0x03 line.long 0x00 "D0DESB_1,Descriptor Buffer 1" group.long 0x8A08++0x03 line.long 0x00 "D0DESB_2,Descriptor Buffer 2" group.long 0x8A0C++0x03 line.long 0x00 "D0DESB_3,Descriptor Buffer 3" group.long 0x8A10++0x03 line.long 0x00 "D0DESB_4,Descriptor Buffer 4" group.long 0x8A14++0x03 line.long 0x00 "D0DESB_5,Descriptor Buffer 5" group.long 0x8A18++0x03 line.long 0x00 "D0DESB_6,Descriptor Buffer 6" group.long 0x8A1C++0x03 line.long 0x00 "D0DESB_7,Descriptor Buffer 7" group.long 0x8A20++0x03 line.long 0x00 "D0DESB_8,Descriptor Buffer 8" group.long 0x8A24++0x03 line.long 0x00 "D0DESB_9,Descriptor Buffer 9" group.long 0x8A28++0x03 line.long 0x00 "D0DESB_10,Descriptor Buffer 10" group.long 0x8A2C++0x03 line.long 0x00 "D0DESB_11,Descriptor Buffer 11" group.long 0x8A30++0x03 line.long 0x00 "D0DESB_12,Descriptor Buffer 12" group.long 0x8A34++0x03 line.long 0x00 "D0DESB_13,Descriptor Buffer 13" group.long 0x8A38++0x03 line.long 0x00 "D0DESB_14,Descriptor Buffer 14" group.long 0x8A3C++0x03 line.long 0x00 "D0DESB_15,Descriptor Buffer 15" group.long 0x8A40++0x03 line.long 0x00 "D0DESB_16,Descriptor Buffer 16" group.long 0x8A44++0x03 line.long 0x00 "D0DESB_17,Descriptor Buffer 17" group.long 0x8A48++0x03 line.long 0x00 "D0DESB_18,Descriptor Buffer 18" group.long 0x8A4C++0x03 line.long 0x00 "D0DESB_19,Descriptor Buffer 19" group.long 0x8A50++0x03 line.long 0x00 "D0DESB_20,Descriptor Buffer 20" group.long 0x8A54++0x03 line.long 0x00 "D0DESB_21,Descriptor Buffer 21" group.long 0x8A58++0x03 line.long 0x00 "D0DESB_22,Descriptor Buffer 22" group.long 0x8A5C++0x03 line.long 0x00 "D0DESB_23,Descriptor Buffer 23" group.long 0x8A60++0x03 line.long 0x00 "D0DESB_24,Descriptor Buffer 24" group.long 0x8A64++0x03 line.long 0x00 "D0DESB_25,Descriptor Buffer 25" group.long 0x8A68++0x03 line.long 0x00 "D0DESB_26,Descriptor Buffer 26" group.long 0x8A6C++0x03 line.long 0x00 "D0DESB_27,Descriptor Buffer 27" group.long 0x8A70++0x03 line.long 0x00 "D0DESB_28,Descriptor Buffer 28" group.long 0x8A74++0x03 line.long 0x00 "D0DESB_29,Descriptor Buffer 29" group.long 0x8A78++0x03 line.long 0x00 "D0DESB_30,Descriptor Buffer 30" group.long 0x8A7C++0x03 line.long 0x00 "D0DESB_31,Descriptor Buffer 31" group.long 0x8A80++0x03 line.long 0x00 "D0DESB_32,Descriptor Buffer 32" group.long 0x8A84++0x03 line.long 0x00 "D0DESB_33,Descriptor Buffer 33" group.long 0x8A88++0x03 line.long 0x00 "D0DESB_34,Descriptor Buffer 34" group.long 0x8A8C++0x03 line.long 0x00 "D0DESB_35,Descriptor Buffer 35" group.long 0x8A90++0x03 line.long 0x00 "D0DESB_36,Descriptor Buffer 36" group.long 0x8A94++0x03 line.long 0x00 "D0DESB_37,Descriptor Buffer 37" group.long 0x8A98++0x03 line.long 0x00 "D0DESB_38,Descriptor Buffer 38" group.long 0x8A9C++0x03 line.long 0x00 "D0DESB_39,Descriptor Buffer 39" group.long 0x8AA0++0x03 line.long 0x00 "D0DESB_40,Descriptor Buffer 40" group.long 0x8AA4++0x03 line.long 0x00 "D0DESB_41,Descriptor Buffer 41" group.long 0x8AA8++0x03 line.long 0x00 "D0DESB_42,Descriptor Buffer 42" group.long 0x8AAC++0x03 line.long 0x00 "D0DESB_43,Descriptor Buffer 43" group.long 0x8AB0++0x03 line.long 0x00 "D0DESB_44,Descriptor Buffer 44" group.long 0x8AB4++0x03 line.long 0x00 "D0DESB_45,Descriptor Buffer 45" group.long 0x8AB8++0x03 line.long 0x00 "D0DESB_46,Descriptor Buffer 46" group.long 0x8ABC++0x03 line.long 0x00 "D0DESB_47,Descriptor Buffer 47" group.long 0x8AC0++0x03 line.long 0x00 "D0DESB_48,Descriptor Buffer 48" group.long 0x8AC4++0x03 line.long 0x00 "D0DESB_49,Descriptor Buffer 49" group.long 0x8AC8++0x03 line.long 0x00 "D0DESB_50,Descriptor Buffer 50" group.long 0x8ACC++0x03 line.long 0x00 "D0DESB_51,Descriptor Buffer 51" group.long 0x8AD0++0x03 line.long 0x00 "D0DESB_52,Descriptor Buffer 52" group.long 0x8AD4++0x03 line.long 0x00 "D0DESB_53,Descriptor Buffer 53" group.long 0x8AD8++0x03 line.long 0x00 "D0DESB_54,Descriptor Buffer 54" group.long 0x8ADC++0x03 line.long 0x00 "D0DESB_55,Descriptor Buffer 55" group.long 0x8AE0++0x03 line.long 0x00 "D0DESB_56,Descriptor Buffer 56" group.long 0x8AE4++0x03 line.long 0x00 "D0DESB_57,Descriptor Buffer 57" group.long 0x8AE8++0x03 line.long 0x00 "D0DESB_58,Descriptor Buffer 58" group.long 0x8AEC++0x03 line.long 0x00 "D0DESB_59,Descriptor Buffer 59" group.long 0x8AF0++0x03 line.long 0x00 "D0DESB_60,Descriptor Buffer 60" group.long 0x8AF4++0x03 line.long 0x00 "D0DESB_61,Descriptor Buffer 61" group.long 0x8AF8++0x03 line.long 0x00 "D0DESB_62,Descriptor Buffer 62" group.long 0x8AFC++0x03 line.long 0x00 "D0DESB_63,Descriptor Buffer 63" tree.end tree.end tree "Debug Registers" rgroup.long 0x8E00++0x07 line.long 0x00 "D0DJR,DECO0 DBG_JOB_REG" bitfld.long 0x00 31. " STEP ,Step" "Disabled,Enabled" bitfld.long 0x00 30. " SING ,Single Step Mode" "Disabled,Enabled" bitfld.long 0x00 29. " WHL ,Whole Descriptor" "Disabled,Enabled" textline " " bitfld.long 0x00 28. " FOUR ,Four Words" "Disabled,Enabled" bitfld.long 0x00 27. " ILE ,Immediate Little Endian" "Disabled,Enabled" bitfld.long 0x00 26. " SHR_FROM ,Share From" "Disabled,Enabled" textline " " bitfld.long 0x00 15. " AMTD ,Allow Make Trusted Descriptor" "Disabled,Enabled" bitfld.long 0x00 14. " JDLS ,Job Descriptor LIODN Select" "SEQ LIODN,Non-SEQ LIODN" bitfld.long 0x00 8.--10. " SRC ,Job Source" "Job Ring 0,Job Ring 1,Reserved,Reserved,RTIC,?..." textline " " bitfld.long 0x00 0.--3. " ID ,Job ID" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x04 "D0DDR,DECO0 DBG_DBG_REG" bitfld.long 0x04 31. " VALID ,Valid" "Not valid,Valid" bitfld.long 0x04 30. " SD ,Shared Descriptor" "Disabled,Enabled" bitfld.long 0x04 28.--29. " TRCT ,Trans Count" "0,1,2,3" textline " " bitfld.long 0x04 26.--27. " SEQLSEL ,SEQ LIODN Select" "0,1,2,3" bitfld.long 0x04 24.--25. " NSEQLSEL ,Non-SEQ LIODN Select" "0,1,2,3" bitfld.long 0x04 20.--23. " DECO_STATE ,DECO State" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" textline " " bitfld.long 0x04 18.--19. " PDB_WB_ST ,PWB WB State" "Reserved,?..." bitfld.long 0x04 16.--17. " PDB_STALL ,PDB Stall" "Reserved,?..." bitfld.long 0x04 15. " PTCL_RUN ,Protocol running delay" "Disabled,Enabled" textline " " bitfld.long 0x04 14. " NLJ ,Took Non-local JUMP" "Disabled,Enabled" bitfld.long 0x04 8.--13. " CURRENT_REAL_ADDR ,Current real address" "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 0x04 5.--7. " CMD_STAGE ,Command Stage" "0,1,2,3,4,5,6,7" textline " " bitfld.long 0x04 4. " CSA ,Command Stage Aux" "Disabled,Enabled" bitfld.long 0x04 3. " NC ,No Command" "Disabled,Enabled" bitfld.long 0x04 2. " BWB ,Burster Write Busy" "Not busy,Busy" textline " " bitfld.long 0x04 1. " BRB ,Burster Read Busy" "Not busy,Busy" bitfld.long 0x04 0. " CT ,Checking Trusted" "Disabled,Enabled" hgroup.long 0x8E08++0x03 hide.long 0x00 "D0DJP_MS,Most-significant part of DECO0 DBG_JOB_PTR" rgroup.long 0x8E0C++0x03 line.long 0x00 "D0DJP_LS,Least-significant part of DECO0 DBG_JOB_PTR" hgroup.long 0x8E10++0x03 hide.long 0x00 "D0SDP_MS,Most-significant part of DECO0 DBG_SHR_PTR" rgroup.long 0x8E14++0x0B line.long 0x00 "D0SDP_LS,Least-significant part of DECO0 DBG_SHR_PTR" line.long 0x04 "D0DLR_MS,Most-significant part of DECOx DBG_LIODN_REG" bitfld.long 0x04 16.--20. " DNSLIODN ,DECO Non-SEQ LIODN" "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 0.--4. " DSLIODN ,DECO SEQ LIODN" "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 "D0DLR_LS,Least-significant part of DECOx DBG_LIODN_REG" bitfld.long 0x08 0.--4. " DTLIODN ,DECO Trusted LIODN" "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" tree.end width 0xB tree.end tree.open "MSCM (Miscellaneous System Control Module)" tree "MSCM Access Control and TrustZone Security" base ad:0x40001C00 width 14. textline " " if (((per.l(ad:0x40001000+0xC00))&0x80000000)==0x00) group.long 0x00++0x03 line.long 0x00 "MSCM_TZENR,ACTZS TrustZone Enable Register" bitfld.long 0x00 31. " RO ,Read-Only" "Read/Write,Read-only" bitfld.long 0x00 28. " SBL ,Secure Boot Lock" "Not locked,Locked" bitfld.long 0x00 11. " TZEN11 ,TrustZone Enable (DDR0 | DDR1)" "Disabled,Enabled" bitfld.long 0x00 9. " TZEN9 ,TrustZone Enable (QuadSPI1)" "Disabled,Enabled" bitfld.long 0x00 7. " TZEN7 ,TrustZone Enable (OCRAM2_gfx)" "Disabled,Enabled" bitfld.long 0x00 6. " TZEN6 ,TrustZone Enable (OCRAM1_sys)" "Disabled,Enabled" textline " " bitfld.long 0x00 5. " TZEN5 ,TrustZone Enable (OCRAM0_sys)" "Disabled,Enabled" bitfld.long 0x00 4. " TZEN4 ,TrustZone Enable (QuadSPI0)" "Disabled,Enabled" bitfld.long 0x00 3. " TZEN3 ,TrustZone Enable (CM4-TCM backdoor port)" "Disabled,Enabled" bitfld.long 0x00 1. " TZEN1 ,TrustZone Enable (FlexBus)" "Disabled,Enabled" else rgroup.long 0x00++0x03 line.long 0x00 "MSCM_TZENR,ACTZS TrustZone Enable Register" bitfld.long 0x00 31. " RO ,Read-Only" "Read/Write,Read-only" bitfld.long 0x00 28. " SBL ,Secure Boot Lock" "Not locked,Locked" bitfld.long 0x00 11. " TZEN11 ,TrustZone Enable (DDR0 | DDR1)" "Disabled,Enabled" bitfld.long 0x00 9. " TZEN9 ,TrustZone Enable (QuadSPI1)" "Disabled,Enabled" bitfld.long 0x00 7. " TZEN7 ,TrustZone Enable (OCRAM2_gfx)" "Disabled,Enabled" bitfld.long 0x00 6. " TZEN6 ,TrustZone Enable (OCRAM1_sys)" "Disabled,Enabled" textline " " bitfld.long 0x00 5. " TZEN5 ,TrustZone Enable (OCRAM0_sys)" "Disabled,Enabled" bitfld.long 0x00 4. " TZEN4 ,TrustZone Enable (QuadSPI0)" "Disabled,Enabled" bitfld.long 0x00 3. " TZEN3 ,TrustZone Enable (CM4-TCM backdoor port)" "Disabled,Enabled" bitfld.long 0x00 1. " TZEN1 ,TrustZone Enable (FlexBus)" "Disabled,Enabled" endif rgroup.long 0x04++0x03 line.long 0x00 "MSCM_TZIR,ACTZS TrustZone Interrupt Register" bitfld.long 0x00 11. " TZINT11 ,TrustZone Interrupt (DDR0 | DDR1)" "No interrupt,Interrupt" bitfld.long 0x00 9. " TZINT9 ,TrustZone Interrupt (QuadSPI1)" "No interrupt,Interrupt" bitfld.long 0x00 7. " TZINT7 ,TrustZone Interrupt (OCRAM2_gfx)" "No interrupt,Interrupt" bitfld.long 0x00 6. " TZINT6 ,TrustZone Interrupt (OCRAM1_sys)" "No interrupt,Interrupt" bitfld.long 0x00 5. " TZINT5 ,TrustZone Interrupt (OCRAM0_sys)" "No interrupt,Interrupt" bitfld.long 0x00 4. " TZINT4 ,TrustZone Interrupt (QuadSPI0)" "No interrupt,Interrupt" textline " " bitfld.long 0x00 3. " TZINT3 ,TrustZone Interrupt (CM4-TCM backdoor port)" "No interrupt,Interrupt" bitfld.long 0x00 1. " TZINT1 ,TrustZone Interrupt (FlexBus)" "No interrupt,Interrupt" if (((per.l(ad:0x40001000+0xC10))&0x80000000)==0x00) group.long 0x10++0x03 line.long 0x00 "MSCM_CSLIER,ACTZS Interrupt Enable Register" bitfld.long 0x00 31. " RO ,Read-Only" "Read/Write,Read-only" bitfld.long 0x00 13. " CIE13 ,Interrupt Enable (PBRIDGE1)" "Disabled,Enabled" bitfld.long 0x00 12. " CIE12 ,Interrupt Enable (PBRIDGE0)" "Disabled,Enabled" bitfld.long 0x00 10. " CIE10 ,Interrupt Enable (RLE)" "Disabled,Enabled" bitfld.long 0x00 9. " CIE9 ,Interrupt Enable (QuadSPI1)" "Disabled,Enabled" bitfld.long 0x00 8. " CIE8 ,Interrupt Enable (SecureRAM)" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " CIE4 ,Interrupt Enable (QuadSPI0)" "Disabled,Enabled" bitfld.long 0x00 3. " CIE3 ,Interrupt Enable (CM4-TCM backdoor port)" "Disabled,Enabled" bitfld.long 0x00 2. " CIE2 ,Interrupt Enable (GPIO)" "Disabled,Enabled" bitfld.long 0x00 1. " CIE1 ,Interrupt Enable (FlexBus)" "Disabled,Enabled" bitfld.long 0x00 0. " CIE0 ,Interrupt Enable (Boot ROM)" "Disabled,Enabled" else rgroup.long 0x10++0x03 line.long 0x00 "MSCM_CSLIER,ACTZS Interrupt Enable Register" bitfld.long 0x00 31. " RO ,Read-Only" "Read/Write,Read-only" bitfld.long 0x00 13. " CIE13 ,Interrupt Enable (PBRIDGE1)" "Disabled,Enabled" bitfld.long 0x00 12. " CIE12 ,Interrupt Enable (PBRIDGE0)" "Disabled,Enabled" bitfld.long 0x00 10. " CIE10 ,Interrupt Enable (RLE)" "Disabled,Enabled" bitfld.long 0x00 9. " CIE9 ,Interrupt Enable (QuadSPI1)" "Disabled,Enabled" bitfld.long 0x00 8. " CIE8 ,Interrupt Enable (SecureRAM)" "Disabled,Enabled" textline " " bitfld.long 0x00 4. " CIE4 ,Interrupt Enable (QuadSPI0)" "Disabled,Enabled" bitfld.long 0x00 3. " CIE3 ,Interrupt Enable (CM4-TCM backdoor port)" "Disabled,Enabled" bitfld.long 0x00 2. " CIE2 ,Interrupt Enable (GPIO)" "Disabled,Enabled" bitfld.long 0x00 1. " CIE1 ,Interrupt Enable (FlexBus)" "Disabled,Enabled" bitfld.long 0x00 0. " CIE0 ,Interrupt Enable (Boot ROM)" "Disabled,Enabled" endif group.long 0x14++0x03 line.long 0x00 "MSCM_CSLIR,ACTZS Interrupt Register" eventfld.long 0x00 13. " INT13 ,Interrupt (PBRIDGE1)" "No interrupt,Interrupt" eventfld.long 0x00 12. " INT12 ,Interrupt (PBRIDGE0)" "No interrupt,Interrupt" eventfld.long 0x00 10. " INT10 ,Interrupt (RLE)" "No interrupt,Interrupt" eventfld.long 0x00 9. " INT9 ,Interrupt (QuadSPI1)" "No interrupt,Interrupt" eventfld.long 0x00 8. " INT8 ,Interrupt (SecureRAM)" "No interrupt,Interrupt" eventfld.long 0x00 4. " INT4 ,Interrupt (QuadSPI0)" "No interrupt,Interrupt" textline " " eventfld.long 0x00 3. " INT3 ,Interrupt (CM4-TCM backdoor port)" "No interrupt,Interrupt" eventfld.long 0x00 2. " INT2 ,Interrupt (GPIO)" "No interrupt,Interrupt" eventfld.long 0x00 1. " INT1 ,Interrupt (FlexBus)" "No interrupt,Interrupt" eventfld.long 0x00 0. " INT0 ,Interrupt (Boot ROM)" "No interrupt,Interrupt" rgroup.long 0x18++0x03 line.long 0x00 "MSCM_CSOVR,ACTZS Interrupt Overrun Register" bitfld.long 0x00 13. " OVR13 ,Interrupt Overrun (AIPS1)" "No overrun,Overrun" bitfld.long 0x00 12. " OVR12 ,Interrupt Overrun (AIPS0)" "No overrun,Overrun" bitfld.long 0x00 10. " OVR10 ,Interrupt Overrun (RLE)" "No overrun,Overrun" bitfld.long 0x00 9. " OVR9 ,Interrupt Overrun (QuadSPI1)" "No overrun,Overrun" bitfld.long 0x00 8. " OVR8 ,Interrupt Overrun (SecureRAM)" "No overrun,Overrun" bitfld.long 0x00 4. " OVR4 ,Interrupt Overrun (QuadSPI0)" "No overrun,Overrun" textline " " bitfld.long 0x00 3. " OVR3 ,Interrupt Overrun (CM4-TCM backdoor port)" "No overrun,Overrun" bitfld.long 0x00 2. " OVR2 ,Interrupt Overrun (GPIO)" "No overrun,Overrun" bitfld.long 0x00 1. " OVR1 ,Interrupt Overrun (FlexBus)" "No overrun,Overrun" bitfld.long 0x00 0. " OVR0 ,Interrupt Overrun (Boot ROM)" "No overrun,Overrun" rgroup.long 0x100++0x03 line.long 0x00 "MSCM_CSFAR0,ACTZS Fail Status Address (Low) Register for source: Boot ROM" rgroup.long (0x100+0x08)++0x07 line.long 0x00 "MSCM_CSFCR0,ACTZS CSL0 Fail Status Control Register for source: Boot ROM" bitfld.long 0x00 24. " FWT ,Fail Read/Write attribute" "Read,Write" bitfld.long 0x00 21. " FNS ,Fail Secure/Nonsecure attribute " "Secure,Nonsecure" bitfld.long 0x00 20. " FPR ,Fail User/Privileged attribute" "User mode,Privileged" line.long 0x04 "MSCM_CSFIR0,ACCTZS Fail Status Master ID Register for source: Boot ROM" bitfld.long 0x04 0.--4. " FMID ,Fail Master ID" "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" rgroup.long 0x110++0x03 line.long 0x00 "MSCM_CSFAR1,ACTZS Fail Status Address (Low) Register for source: FlexBus" rgroup.long (0x110+0x08)++0x07 line.long 0x00 "MSCM_CSFCR1,ACTZS CSL1 Fail Status Control Register for source: FlexBus" bitfld.long 0x00 24. " FWT ,Fail Read/Write attribute" "Read,Write" bitfld.long 0x00 21. " FNS ,Fail Secure/Nonsecure attribute " "Secure,Nonsecure" bitfld.long 0x00 20. " FPR ,Fail User/Privileged attribute" "User mode,Privileged" line.long 0x04 "MSCM_CSFIR1,ACCTZS Fail Status Master ID Register for source: FlexBus" bitfld.long 0x04 0.--4. " FMID ,Fail Master ID" "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" rgroup.long 0x120++0x03 line.long 0x00 "MSCM_CSFAR2,ACTZS Fail Status Address (Low) Register for source: GPIO" rgroup.long (0x120+0x08)++0x07 line.long 0x00 "MSCM_CSFCR2,ACTZS CSL2 Fail Status Control Register for source: GPIO" bitfld.long 0x00 24. " FWT ,Fail Read/Write attribute" "Read,Write" bitfld.long 0x00 21. " FNS ,Fail Secure/Nonsecure attribute " "Secure,Nonsecure" bitfld.long 0x00 20. " FPR ,Fail User/Privileged attribute" "User mode,Privileged" line.long 0x04 "MSCM_CSFIR2,ACCTZS Fail Status Master ID Register for source: GPIO" bitfld.long 0x04 0.--4. " FMID ,Fail Master ID" "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" rgroup.long 0x130++0x03 line.long 0x00 "MSCM_CSFAR3,ACTZS Fail Status Address (Low) Register for source: CM4-TCM backdoor port" rgroup.long (0x130+0x08)++0x07 line.long 0x00 "MSCM_CSFCR3,ACTZS CSL3 Fail Status Control Register for source: CM4-TCM backdoor port" bitfld.long 0x00 24. " FWT ,Fail Read/Write attribute" "Read,Write" bitfld.long 0x00 21. " FNS ,Fail Secure/Nonsecure attribute " "Secure,Nonsecure" bitfld.long 0x00 20. " FPR ,Fail User/Privileged attribute" "User mode,Privileged" line.long 0x04 "MSCM_CSFIR3,ACCTZS Fail Status Master ID Register for source: CM4-TCM backdoor port" bitfld.long 0x04 0.--4. " FMID ,Fail Master ID" "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" rgroup.long 0x140++0x03 line.long 0x00 "MSCM_CSFAR4,ACTZS Fail Status Address (Low) Register for source: QuadSPIO" rgroup.long (0x140+0x08)++0x07 line.long 0x00 "MSCM_CSFCR4,ACTZS CSL4 Fail Status Control Register for source: QuadSPIO" bitfld.long 0x00 24. " FWT ,Fail Read/Write attribute" "Read,Write" bitfld.long 0x00 21. " FNS ,Fail Secure/Nonsecure attribute " "Secure,Nonsecure" bitfld.long 0x00 20. " FPR ,Fail User/Privileged attribute" "User mode,Privileged" line.long 0x04 "MSCM_CSFIR4,ACCTZS Fail Status Master ID Register for source: QuadSPIO" bitfld.long 0x04 0.--4. " FMID ,Fail Master ID" "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" rgroup.long 0x180++0x03 line.long 0x00 "MSCM_CSFAR8,ACTZS Fail Status Address (Low) Register for source: Secure RAM" rgroup.long (0x180+0x08)++0x07 line.long 0x00 "MSCM_CSFCR8,ACTZS CSL8 Fail Status Control Register for source: Secure RAM" bitfld.long 0x00 24. " FWT ,Fail Read/Write attribute" "Read,Write" bitfld.long 0x00 21. " FNS ,Fail Secure/Nonsecure attribute " "Secure,Nonsecure" bitfld.long 0x00 20. " FPR ,Fail User/Privileged attribute" "User mode,Privileged" line.long 0x04 "MSCM_CSFIR8,ACCTZS Fail Status Master ID Register for source: Secure RAM" bitfld.long 0x04 0.--4. " FMID ,Fail Master ID" "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" rgroup.long 0x190++0x03 line.long 0x00 "MSCM_CSFAR9,ACTZS Fail Status Address (Low) Register for source: QuadSPI1" rgroup.long (0x190+0x08)++0x07 line.long 0x00 "MSCM_CSFCR9,ACTZS CSL9 Fail Status Control Register for source: QuadSPI1" bitfld.long 0x00 24. " FWT ,Fail Read/Write attribute" "Read,Write" bitfld.long 0x00 21. " FNS ,Fail Secure/Nonsecure attribute " "Secure,Nonsecure" bitfld.long 0x00 20. " FPR ,Fail User/Privileged attribute" "User mode,Privileged" line.long 0x04 "MSCM_CSFIR9,ACCTZS Fail Status Master ID Register for source: QuadSPI1" bitfld.long 0x04 0.--4. " FMID ,Fail Master ID" "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" rgroup.long 0x1A0++0x03 line.long 0x00 "MSCM_CSFAR10,ACTZS Fail Status Address (Low) Register for source: RLE" rgroup.long (0x1A0+0x08)++0x07 line.long 0x00 "MSCM_CSFCR10,ACTZS CSL10 Fail Status Control Register for source: RLE" bitfld.long 0x00 24. " FWT ,Fail Read/Write attribute" "Read,Write" bitfld.long 0x00 21. " FNS ,Fail Secure/Nonsecure attribute " "Secure,Nonsecure" bitfld.long 0x00 20. " FPR ,Fail User/Privileged attribute" "User mode,Privileged" line.long 0x04 "MSCM_CSFIR10,ACCTZS Fail Status Master ID Register for source: RLE" bitfld.long 0x04 0.--4. " FMID ,Fail Master ID" "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" rgroup.long 0x1C0++0x03 line.long 0x00 "MSCM_CSFAR12,ACTZS Fail Status Address (Low) Register for source: PBRIDGE0" rgroup.long (0x1C0+0x08)++0x07 line.long 0x00 "MSCM_CSFCR12,ACTZS CSL12 Fail Status Control Register for source: PBRIDGE0" bitfld.long 0x00 24. " FWT ,Fail Read/Write attribute" "Read,Write" bitfld.long 0x00 21. " FNS ,Fail Secure/Nonsecure attribute " "Secure,Nonsecure" bitfld.long 0x00 20. " FPR ,Fail User/Privileged attribute" "User mode,Privileged" line.long 0x04 "MSCM_CSFIR12,ACCTZS Fail Status Master ID Register for source: PBRIDGE0" bitfld.long 0x04 0.--4. " FMID ,Fail Master ID" "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" rgroup.long 0x1D0++0x03 line.long 0x00 "MSCM_CSFAR13,ACTZS Fail Status Address (Low) Register for source: PBRIDGE1" rgroup.long (0x1D0+0x08)++0x07 line.long 0x00 "MSCM_CSFCR13,ACTZS CSL13 Fail Status Control Register for source: PBRIDGE1" bitfld.long 0x00 24. " FWT ,Fail Read/Write attribute" "Read,Write" bitfld.long 0x00 21. " FNS ,Fail Secure/Nonsecure attribute " "Secure,Nonsecure" bitfld.long 0x00 20. " FPR ,Fail User/Privileged attribute" "User mode,Privileged" line.long 0x04 "MSCM_CSFIR13,ACCTZS Fail Status Master ID Register for source: PBRIDGE1" bitfld.long 0x04 0.--4. " FMID ,Fail Master ID" "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" width 11. tree.end tree "MSCM CPU Configuration" base ad:0x40001000 width 16. rgroup.long 0x0++0x1F line.long 0x00 "MSCM_CPXTYPE,Processor X Type Register" hexmask.long.tbyte 0x00 8.--31. 1. " PERSONALITY ,Processor X Personality" hexmask.long.byte 0x00 0.--7. 1. " RYPZ ,Processor X Revision" line.long 0x04 "MSCM_CPXNUM,Processor X Number Register" bitfld.long 0x04 0. " CPN ,Processor X Number" "Single/Dual core,Secondary core" line.long 0x08 "MSCM_CPXMASTER,Processor X Master Register" bitfld.long 0x08 0.--4. " PPN ,Processor X Physical Port Number" "M4-port,1,A5-port,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 "MSCM_CPXCOUNT,Processor X Count Register" bitfld.long 0x0C 0. " PCNT ,Processor Count" "Single core configuration,Dual core configuration" line.long 0x10 "MSCM_CPXCFG0,Processor X Configuration 0 Register" hexmask.long.byte 0x10 24.--31. 1. " ICSZ ,Level 1 Instruction Cache Size" hexmask.long.byte 0x10 16.--23. 1. " ICWY ,Level 1 Instruction Cache Ways" hexmask.long.byte 0x10 8.--15. 1. " DCSZ ,Level 1 Data Cache Size" hexmask.long.byte 0x10 0.--7. 1. " DCWY ,Level 1 Data Cache Ways" line.long 0x14 "MSCM_CPXCFG1,Processor X Configuration 1 Register" hexmask.long.byte 0x14 24.--31. 1. " ICSZ ,Level 1 Instruction Cache Size" hexmask.long.byte 0x14 16.--23. 1. " ICWY ,Level 1 Instruction Cache Ways" hexmask.long.byte 0x14 8.--15. 1. " DCSZ ,Level 1 Data Cache Size" hexmask.long.byte 0x14 0.--7. 1. " DCWY ,Level 1 Data Cache Ways" line.long 0x18 "MSCM_CPXCFG2,Processor X Configuration 2 Register" hexmask.long.byte 0x18 24.--31. 1. " ICSZ ,Level 1 Instruction Cache Size" hexmask.long.byte 0x18 16.--23. 1. " ICWY ,Level 1 Instruction Cache Ways" hexmask.long.byte 0x18 8.--15. 1. " DCSZ ,Level 1 Data Cache Size" hexmask.long.byte 0x18 0.--7. 1. " DCWY ,Level 1 Data Cache Ways" line.long 0x1C "MSCM_CPXCFG3,Processor X Configuration 3 Register" hexmask.long.byte 0x1c 24.--31. 1. " ICSZ ,Level 1 Instruction Cache Size" hexmask.long.byte 0x1c 16.--23. 1. " ICWY ,Level 1 Instruction Cache Ways" hexmask.long.byte 0x1c 8.--15. 1. " DCSZ ,Level 1 Data Cache Size" hexmask.long.byte 0x1c 0.--7. 1. " DCWY ,Level 1 Data Cache Ways" rgroup.long 0x20++0x1F line.long 0x00 "MSCM_CP0TYPE,Processor 0 Type Register" hexmask.long.tbyte 0x00 8.--31. 1. " PERSONALITY ,Processor 0 Personality" hexmask.long.byte 0x00 0.--7. 1. " RYPZ ,Processor 0 Revision" line.long 0x04 "MSCM_CP0NUM,Processor 0 Number Register" bitfld.long 0x04 0. " CPN ,Processor 0 Number" "Single/Dual core,Secondary core" line.long 0x08 "MSCM_CP0MASTER,Processor 0 Master Register" bitfld.long 0x08 0.--4. " PPN ,Processor 0 Physical Port Number" "M4-port,1,A5-port,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 "MSCM_CP0COUNT,Processor 0 Count Register" bitfld.long 0x0C 0. " PCNT ,Processor Count" "Single core configuration,Dual core configuration" line.long 0x10 "MSCM_CP0CFG0,Processor 0 Configuration 0 Register" hexmask.long.byte 0x10 24.--31. 1. " ICSZ ,Level 1 Instruction Cache Size" hexmask.long.byte 0x10 16.--23. 1. " ICWY ,Level 1 Instruction Cache Ways" hexmask.long.byte 0x10 8.--15. 1. " DCSZ ,Level 1 Data Cache Size" hexmask.long.byte 0x10 0.--7. 1. " DCWY ,Level 1 Data Cache Ways" line.long 0x14 "MSCM_CP0CFG1,Processor 0 Configuration 1 Register" hexmask.long.byte 0x14 24.--31. 1. " ICSZ ,Level 1 Instruction Cache Size" hexmask.long.byte 0x14 16.--23. 1. " ICWY ,Level 1 Instruction Cache Ways" hexmask.long.byte 0x14 8.--15. 1. " DCSZ ,Level 1 Data Cache Size" hexmask.long.byte 0x14 0.--7. 1. " DCWY ,Level 1 Data Cache Ways" line.long 0x18 "MSCM_CP0CFG2,Processor 0 Configuration 2 Register" hexmask.long.byte 0x18 24.--31. 1. " ICSZ ,Level 1 Instruction Cache Size" hexmask.long.byte 0x18 16.--23. 1. " ICWY ,Level 1 Instruction Cache Ways" hexmask.long.byte 0x18 8.--15. 1. " DCSZ ,Level 1 Data Cache Size" hexmask.long.byte 0x18 0.--7. 1. " DCWY ,Level 1 Data Cache Ways" line.long 0x1C "MSCM_CP0CFG3,Processor 0 Configuration 3 Register" hexmask.long.byte 0x1c 24.--31. 1. " ICSZ ,Level 1 Instruction Cache Size" hexmask.long.byte 0x1c 16.--23. 1. " ICWY ,Level 1 Instruction Cache Ways" hexmask.long.byte 0x1c 8.--15. 1. " DCSZ ,Level 1 Data Cache Size" hexmask.long.byte 0x1c 0.--7. 1. " DCWY ,Level 1 Data Cache Ways" rgroup.long 0x40++0x1F line.long 0x00 "MSCM_CP1TYPE,Processor 1 Type Register" hexmask.long.tbyte 0x00 8.--31. 1. " PERSONALITY ,Processor 1 Personality" hexmask.long.byte 0x00 0.--7. 1. " RYPZ ,Processor 1 Revision" line.long 0x04 "MSCM_CP1NUM,Processor 1 Number Register" bitfld.long 0x04 0. " CPN ,Processor 1 Number" "Single/Dual core,Secondary core" line.long 0x08 "MSCM_CP1MASTER,Processor 1 Master Register" bitfld.long 0x08 0.--4. " PPN ,Processor 1 Physical Port Number" "M4-port,1,A5-port,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 "MSCM_CP1COUNT,Processor 1 Count Register" bitfld.long 0x0C 0. " PCNT ,Processor Count" "Single core configuration,Dual core configuration" line.long 0x10 "MSCM_CP1CFG0,Processor 1 Configuration 0 Register" hexmask.long.byte 0x10 24.--31. 1. " ICSZ ,Level 1 Instruction Cache Size" hexmask.long.byte 0x10 16.--23. 1. " ICWY ,Level 1 Instruction Cache Ways" hexmask.long.byte 0x10 8.--15. 1. " DCSZ ,Level 1 Data Cache Size" hexmask.long.byte 0x10 0.--7. 1. " DCWY ,Level 1 Data Cache Ways" line.long 0x14 "MSCM_CP1CFG1,Processor 1 Configuration 1 Register" hexmask.long.byte 0x14 24.--31. 1. " ICSZ ,Level 1 Instruction Cache Size" hexmask.long.byte 0x14 16.--23. 1. " ICWY ,Level 1 Instruction Cache Ways" hexmask.long.byte 0x14 8.--15. 1. " DCSZ ,Level 1 Data Cache Size" hexmask.long.byte 0x14 0.--7. 1. " DCWY ,Level 1 Data Cache Ways" line.long 0x18 "MSCM_CP1CFG2,Processor 1 Configuration 2 Register" hexmask.long.byte 0x18 24.--31. 1. " ICSZ ,Level 1 Instruction Cache Size" hexmask.long.byte 0x18 16.--23. 1. " ICWY ,Level 1 Instruction Cache Ways" hexmask.long.byte 0x18 8.--15. 1. " DCSZ ,Level 1 Data Cache Size" hexmask.long.byte 0x18 0.--7. 1. " DCWY ,Level 1 Data Cache Ways" line.long 0x1C "MSCM_CP1CFG3,Processor 1 Configuration 3 Register" hexmask.long.byte 0x1c 24.--31. 1. " ICSZ ,Level 1 Instruction Cache Size" hexmask.long.byte 0x1c 16.--23. 1. " ICWY ,Level 1 Instruction Cache Ways" hexmask.long.byte 0x1c 8.--15. 1. " DCSZ ,Level 1 Data Cache Size" hexmask.long.byte 0x1c 0.--7. 1. " DCWY ,Level 1 Data Cache Ways" width 11. tree.end tree "MSCM Interrupt Router" base ad:0x40001800 width 16. group.long 0x00++0x07 line.long 0x00 "MSCM_IRCP0IR,Interrupt Router CP0 Interrupt Register" eventfld.long 0x00 3. " INT3 ,Interrupt 3" "No interrupt,Interrupt" eventfld.long 0x00 2. " INT2 ,Interrupt 2" "No interrupt,Interrupt" eventfld.long 0x00 1. " INT1 ,Interrupt 1" "No interrupt,Interrupt" eventfld.long 0x00 0. " INT0 ,Interrupt 0" "No interrupt,Interrupt" line.long 0x04 "MSCM_IRCP1IR,Interrupt Router CP1 Interrupt Register" eventfld.long 0x04 3. " INT3 ,Interrupt 3" "No interrupt,Interrupt" eventfld.long 0x04 2. " INT2 ,Interrupt 2" "No interrupt,Interrupt" eventfld.long 0x04 1. " INT1 ,Interrupt 1" "No interrupt,Interrupt" eventfld.long 0x04 0. " INT0 ,Interrupt 0" "No interrupt,Interrupt" wgroup.long 0x20++0x03 line.long 0x00 "MSCM_IRCPGIR,Interrupt Router CPU Generate Interrupt Register" bitfld.long 0x00 24.--25. " TLF ,Target List Field" "CPUTL,All except requested core,Requested core only,?..." bitfld.long 0x00 17. " CPUTL[17] ,CPU Target List" "No effect,MSCM_IRCP1IR[INTID]" bitfld.long 0x00 16. " CPUTL[16] ,CPU Target List" "No effect,MSCM_IRCP0IR[INTID]" bitfld.long 0x00 0.--1. " INTID ,Interrupt ID" "0,1,2,3" group.word 0x80++0xDF line.word 0x0 "MSCM_IRSPRC0,Interrupt Router Shared Peripheral Routing Control Register 0" bitfld.word 0x0 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x0 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x0 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x2 "MSCM_IRSPRC1,Interrupt Router Shared Peripheral Routing Control Register 1" bitfld.word 0x2 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x2 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x2 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x4 "MSCM_IRSPRC2,Interrupt Router Shared Peripheral Routing Control Register 2" bitfld.word 0x4 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x4 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x4 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x6 "MSCM_IRSPRC3,Interrupt Router Shared Peripheral Routing Control Register 3" bitfld.word 0x6 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x6 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x6 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x8 "MSCM_IRSPRC4,Interrupt Router Shared Peripheral Routing Control Register 4" bitfld.word 0x8 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x8 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x8 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xA "MSCM_IRSPRC5,Interrupt Router Shared Peripheral Routing Control Register 5" bitfld.word 0xA 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xA 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xA 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xC "MSCM_IRSPRC6,Interrupt Router Shared Peripheral Routing Control Register 6" bitfld.word 0xC 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xC 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xC 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xE "MSCM_IRSPRC7,Interrupt Router Shared Peripheral Routing Control Register 7" bitfld.word 0xE 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xE 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xE 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x10 "MSCM_IRSPRC8,Interrupt Router Shared Peripheral Routing Control Register 8" bitfld.word 0x10 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x10 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x10 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x12 "MSCM_IRSPRC9,Interrupt Router Shared Peripheral Routing Control Register 9" bitfld.word 0x12 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x12 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x12 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x14 "MSCM_IRSPRC10,Interrupt Router Shared Peripheral Routing Control Register 10" bitfld.word 0x14 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x14 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x14 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x16 "MSCM_IRSPRC11,Interrupt Router Shared Peripheral Routing Control Register 11" bitfld.word 0x16 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x16 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x16 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x18 "MSCM_IRSPRC12,Interrupt Router Shared Peripheral Routing Control Register 12" bitfld.word 0x18 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x18 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x18 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x1A "MSCM_IRSPRC13,Interrupt Router Shared Peripheral Routing Control Register 13" bitfld.word 0x1A 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x1A 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x1A 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x1C "MSCM_IRSPRC14,Interrupt Router Shared Peripheral Routing Control Register 14" bitfld.word 0x1C 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x1C 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x1C 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x1E "MSCM_IRSPRC15,Interrupt Router Shared Peripheral Routing Control Register 15" bitfld.word 0x1E 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x1E 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x1E 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x20 "MSCM_IRSPRC16,Interrupt Router Shared Peripheral Routing Control Register 16" bitfld.word 0x20 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x20 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x20 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x22 "MSCM_IRSPRC17,Interrupt Router Shared Peripheral Routing Control Register 17" bitfld.word 0x22 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x22 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x22 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x24 "MSCM_IRSPRC18,Interrupt Router Shared Peripheral Routing Control Register 18" bitfld.word 0x24 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x24 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x24 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x26 "MSCM_IRSPRC19,Interrupt Router Shared Peripheral Routing Control Register 19" bitfld.word 0x26 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x26 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x26 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x28 "MSCM_IRSPRC20,Interrupt Router Shared Peripheral Routing Control Register 20" bitfld.word 0x28 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x28 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x28 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x2A "MSCM_IRSPRC21,Interrupt Router Shared Peripheral Routing Control Register 21" bitfld.word 0x2A 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x2A 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x2A 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x2C "MSCM_IRSPRC22,Interrupt Router Shared Peripheral Routing Control Register 22" bitfld.word 0x2C 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x2C 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x2C 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x2E "MSCM_IRSPRC23,Interrupt Router Shared Peripheral Routing Control Register 23" bitfld.word 0x2E 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x2E 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x2E 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x30 "MSCM_IRSPRC24,Interrupt Router Shared Peripheral Routing Control Register 24" bitfld.word 0x30 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x30 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x30 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x32 "MSCM_IRSPRC25,Interrupt Router Shared Peripheral Routing Control Register 25" bitfld.word 0x32 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x32 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x32 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x34 "MSCM_IRSPRC26,Interrupt Router Shared Peripheral Routing Control Register 26" bitfld.word 0x34 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x34 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x34 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x36 "MSCM_IRSPRC27,Interrupt Router Shared Peripheral Routing Control Register 27" bitfld.word 0x36 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x36 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x36 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x38 "MSCM_IRSPRC28,Interrupt Router Shared Peripheral Routing Control Register 28" bitfld.word 0x38 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x38 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x38 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x3A "MSCM_IRSPRC29,Interrupt Router Shared Peripheral Routing Control Register 29" bitfld.word 0x3A 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x3A 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x3A 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x3C "MSCM_IRSPRC30,Interrupt Router Shared Peripheral Routing Control Register 30" bitfld.word 0x3C 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x3C 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x3C 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x3E "MSCM_IRSPRC31,Interrupt Router Shared Peripheral Routing Control Register 31" bitfld.word 0x3E 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x3E 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x3E 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x40 "MSCM_IRSPRC32,Interrupt Router Shared Peripheral Routing Control Register 32" bitfld.word 0x40 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x40 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x40 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x42 "MSCM_IRSPRC33,Interrupt Router Shared Peripheral Routing Control Register 33" bitfld.word 0x42 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x42 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x42 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x44 "MSCM_IRSPRC34,Interrupt Router Shared Peripheral Routing Control Register 34" bitfld.word 0x44 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x44 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x44 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x46 "MSCM_IRSPRC35,Interrupt Router Shared Peripheral Routing Control Register 35" bitfld.word 0x46 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x46 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x46 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x48 "MSCM_IRSPRC36,Interrupt Router Shared Peripheral Routing Control Register 36" bitfld.word 0x48 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x48 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x48 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x4A "MSCM_IRSPRC37,Interrupt Router Shared Peripheral Routing Control Register 37" bitfld.word 0x4A 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x4A 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x4A 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x4C "MSCM_IRSPRC38,Interrupt Router Shared Peripheral Routing Control Register 38" bitfld.word 0x4C 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x4C 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x4C 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x4E "MSCM_IRSPRC39,Interrupt Router Shared Peripheral Routing Control Register 39" bitfld.word 0x4E 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x4E 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x4E 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x50 "MSCM_IRSPRC40,Interrupt Router Shared Peripheral Routing Control Register 40" bitfld.word 0x50 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x50 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x50 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x52 "MSCM_IRSPRC41,Interrupt Router Shared Peripheral Routing Control Register 41" bitfld.word 0x52 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x52 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x52 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x54 "MSCM_IRSPRC42,Interrupt Router Shared Peripheral Routing Control Register 42" bitfld.word 0x54 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x54 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x54 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x56 "MSCM_IRSPRC43,Interrupt Router Shared Peripheral Routing Control Register 43" bitfld.word 0x56 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x56 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x56 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x58 "MSCM_IRSPRC44,Interrupt Router Shared Peripheral Routing Control Register 44" bitfld.word 0x58 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x58 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x58 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x5A "MSCM_IRSPRC45,Interrupt Router Shared Peripheral Routing Control Register 45" bitfld.word 0x5A 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x5A 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x5A 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x5C "MSCM_IRSPRC46,Interrupt Router Shared Peripheral Routing Control Register 46" bitfld.word 0x5C 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x5C 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x5C 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x5E "MSCM_IRSPRC47,Interrupt Router Shared Peripheral Routing Control Register 47" bitfld.word 0x5E 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x5E 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x5E 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x60 "MSCM_IRSPRC48,Interrupt Router Shared Peripheral Routing Control Register 48" bitfld.word 0x60 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x60 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x60 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x62 "MSCM_IRSPRC49,Interrupt Router Shared Peripheral Routing Control Register 49" bitfld.word 0x62 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x62 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x62 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x64 "MSCM_IRSPRC50,Interrupt Router Shared Peripheral Routing Control Register 50" bitfld.word 0x64 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x64 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x64 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x66 "MSCM_IRSPRC51,Interrupt Router Shared Peripheral Routing Control Register 51" bitfld.word 0x66 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x66 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x66 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x68 "MSCM_IRSPRC52,Interrupt Router Shared Peripheral Routing Control Register 52" bitfld.word 0x68 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x68 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x68 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x6A "MSCM_IRSPRC53,Interrupt Router Shared Peripheral Routing Control Register 53" bitfld.word 0x6A 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x6A 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x6A 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x6C "MSCM_IRSPRC54,Interrupt Router Shared Peripheral Routing Control Register 54" bitfld.word 0x6C 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x6C 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x6C 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x6E "MSCM_IRSPRC55,Interrupt Router Shared Peripheral Routing Control Register 55" bitfld.word 0x6E 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x6E 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x6E 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x70 "MSCM_IRSPRC56,Interrupt Router Shared Peripheral Routing Control Register 56" bitfld.word 0x70 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x70 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x70 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x72 "MSCM_IRSPRC57,Interrupt Router Shared Peripheral Routing Control Register 57" bitfld.word 0x72 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x72 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x72 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x74 "MSCM_IRSPRC58,Interrupt Router Shared Peripheral Routing Control Register 58" bitfld.word 0x74 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x74 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x74 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x76 "MSCM_IRSPRC59,Interrupt Router Shared Peripheral Routing Control Register 59" bitfld.word 0x76 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x76 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x76 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x78 "MSCM_IRSPRC60,Interrupt Router Shared Peripheral Routing Control Register 60" bitfld.word 0x78 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x78 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x78 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x7A "MSCM_IRSPRC61,Interrupt Router Shared Peripheral Routing Control Register 61" bitfld.word 0x7A 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x7A 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x7A 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x7C "MSCM_IRSPRC62,Interrupt Router Shared Peripheral Routing Control Register 62" bitfld.word 0x7C 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x7C 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x7C 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x7E "MSCM_IRSPRC63,Interrupt Router Shared Peripheral Routing Control Register 63" bitfld.word 0x7E 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x7E 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x7E 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x80 "MSCM_IRSPRC64,Interrupt Router Shared Peripheral Routing Control Register 64" bitfld.word 0x80 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x80 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x80 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x82 "MSCM_IRSPRC65,Interrupt Router Shared Peripheral Routing Control Register 65" bitfld.word 0x82 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x82 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x82 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x84 "MSCM_IRSPRC66,Interrupt Router Shared Peripheral Routing Control Register 66" bitfld.word 0x84 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x84 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x84 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x86 "MSCM_IRSPRC67,Interrupt Router Shared Peripheral Routing Control Register 67" bitfld.word 0x86 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x86 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x86 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x88 "MSCM_IRSPRC68,Interrupt Router Shared Peripheral Routing Control Register 68" bitfld.word 0x88 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x88 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x88 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x8A "MSCM_IRSPRC69,Interrupt Router Shared Peripheral Routing Control Register 69" bitfld.word 0x8A 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x8A 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x8A 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x8C "MSCM_IRSPRC70,Interrupt Router Shared Peripheral Routing Control Register 70" bitfld.word 0x8C 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x8C 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x8C 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x8E "MSCM_IRSPRC71,Interrupt Router Shared Peripheral Routing Control Register 71" bitfld.word 0x8E 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x8E 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x8E 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x90 "MSCM_IRSPRC72,Interrupt Router Shared Peripheral Routing Control Register 72" bitfld.word 0x90 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x90 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x90 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x92 "MSCM_IRSPRC73,Interrupt Router Shared Peripheral Routing Control Register 73" bitfld.word 0x92 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x92 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x92 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x94 "MSCM_IRSPRC74,Interrupt Router Shared Peripheral Routing Control Register 74" bitfld.word 0x94 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x94 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x94 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x96 "MSCM_IRSPRC75,Interrupt Router Shared Peripheral Routing Control Register 75" bitfld.word 0x96 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x96 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x96 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x98 "MSCM_IRSPRC76,Interrupt Router Shared Peripheral Routing Control Register 76" bitfld.word 0x98 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x98 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x98 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x9A "MSCM_IRSPRC77,Interrupt Router Shared Peripheral Routing Control Register 77" bitfld.word 0x9A 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x9A 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x9A 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x9C "MSCM_IRSPRC78,Interrupt Router Shared Peripheral Routing Control Register 78" bitfld.word 0x9C 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x9C 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x9C 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0x9E "MSCM_IRSPRC79,Interrupt Router Shared Peripheral Routing Control Register 79" bitfld.word 0x9E 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0x9E 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0x9E 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xA0 "MSCM_IRSPRC80,Interrupt Router Shared Peripheral Routing Control Register 80" bitfld.word 0xA0 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xA0 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xA0 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xA2 "MSCM_IRSPRC81,Interrupt Router Shared Peripheral Routing Control Register 81" bitfld.word 0xA2 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xA2 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xA2 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xA4 "MSCM_IRSPRC82,Interrupt Router Shared Peripheral Routing Control Register 82" bitfld.word 0xA4 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xA4 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xA4 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xA6 "MSCM_IRSPRC83,Interrupt Router Shared Peripheral Routing Control Register 83" bitfld.word 0xA6 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xA6 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xA6 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xA8 "MSCM_IRSPRC84,Interrupt Router Shared Peripheral Routing Control Register 84" bitfld.word 0xA8 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xA8 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xA8 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xAA "MSCM_IRSPRC85,Interrupt Router Shared Peripheral Routing Control Register 85" bitfld.word 0xAA 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xAA 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xAA 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xAC "MSCM_IRSPRC86,Interrupt Router Shared Peripheral Routing Control Register 86" bitfld.word 0xAC 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xAC 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xAC 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xAE "MSCM_IRSPRC87,Interrupt Router Shared Peripheral Routing Control Register 87" bitfld.word 0xAE 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xAE 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xAE 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xB0 "MSCM_IRSPRC88,Interrupt Router Shared Peripheral Routing Control Register 88" bitfld.word 0xB0 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xB0 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xB0 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xB2 "MSCM_IRSPRC89,Interrupt Router Shared Peripheral Routing Control Register 89" bitfld.word 0xB2 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xB2 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xB2 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xB4 "MSCM_IRSPRC90,Interrupt Router Shared Peripheral Routing Control Register 90" bitfld.word 0xB4 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xB4 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xB4 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xB6 "MSCM_IRSPRC91,Interrupt Router Shared Peripheral Routing Control Register 91" bitfld.word 0xB6 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xB6 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xB6 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xB8 "MSCM_IRSPRC92,Interrupt Router Shared Peripheral Routing Control Register 92" bitfld.word 0xB8 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xB8 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xB8 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xBA "MSCM_IRSPRC93,Interrupt Router Shared Peripheral Routing Control Register 93" bitfld.word 0xBA 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xBA 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xBA 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xBC "MSCM_IRSPRC94,Interrupt Router Shared Peripheral Routing Control Register 94" bitfld.word 0xBC 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xBC 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xBC 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xBE "MSCM_IRSPRC95,Interrupt Router Shared Peripheral Routing Control Register 95" bitfld.word 0xBE 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xBE 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xBE 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xC0 "MSCM_IRSPRC96,Interrupt Router Shared Peripheral Routing Control Register 96" bitfld.word 0xC0 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xC0 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xC0 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xC2 "MSCM_IRSPRC97,Interrupt Router Shared Peripheral Routing Control Register 97" bitfld.word 0xC2 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xC2 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xC2 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xC4 "MSCM_IRSPRC98,Interrupt Router Shared Peripheral Routing Control Register 98" bitfld.word 0xC4 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xC4 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xC4 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xC6 "MSCM_IRSPRC99,Interrupt Router Shared Peripheral Routing Control Register 99" bitfld.word 0xC6 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xC6 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xC6 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xC8 "MSCM_IRSPRC100,Interrupt Router Shared Peripheral Routing Control Register 100" bitfld.word 0xC8 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xC8 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xC8 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xCA "MSCM_IRSPRC101,Interrupt Router Shared Peripheral Routing Control Register 101" bitfld.word 0xCA 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xCA 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xCA 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xCC "MSCM_IRSPRC102,Interrupt Router Shared Peripheral Routing Control Register 102" bitfld.word 0xCC 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xCC 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xCC 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xCE "MSCM_IRSPRC103,Interrupt Router Shared Peripheral Routing Control Register 103" bitfld.word 0xCE 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xCE 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xCE 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xD0 "MSCM_IRSPRC104,Interrupt Router Shared Peripheral Routing Control Register 104" bitfld.word 0xD0 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xD0 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xD0 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xD2 "MSCM_IRSPRC105,Interrupt Router Shared Peripheral Routing Control Register 105" bitfld.word 0xD2 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xD2 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xD2 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xD4 "MSCM_IRSPRC106,Interrupt Router Shared Peripheral Routing Control Register 106" bitfld.word 0xD4 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xD4 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xD4 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xD6 "MSCM_IRSPRC107,Interrupt Router Shared Peripheral Routing Control Register 107" bitfld.word 0xD6 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xD6 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xD6 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xD8 "MSCM_IRSPRC108,Interrupt Router Shared Peripheral Routing Control Register 108" bitfld.word 0xD8 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xD8 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xD8 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xDA "MSCM_IRSPRC109,Interrupt Router Shared Peripheral Routing Control Register 109" bitfld.word 0xDA 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xDA 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xDA 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xDC "MSCM_IRSPRC110,Interrupt Router Shared Peripheral Routing Control Register 110" bitfld.word 0xDC 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xDC 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xDC 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" line.word 0xDE "MSCM_IRSPRC111,Interrupt Router Shared Peripheral Routing Control Register 111" bitfld.word 0xDE 15. " RO ,Read-Only" "R/W,Read-only" bitfld.word 0xDE 1. " CP1EN ,CP1 Interrupt enable" "Disabled,Enabled" bitfld.word 0xDE 0. " CP0EN ,CP0 Interrupt enable" "Disabled,Enabled" width 11. tree.end tree.end tree.open "AHB_TZASC (AHB-TrustZone Address Space Controller)" tree "FlexBus" base ad:0x40010000 width 23. textline " " rgroup.long 0x00++0x03 "Configuration, lockdown and interrupt" line.long 0x00 "CONFIG,Configuration Register" bitfld.long 0x00 8.--13. " ADDRESS_WIDTH ,Returns the width of the AHB address bus" ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,32b,33b,34b,35b,36b,37b,38b,39b,40b,41b,42b,43b,44b,45b,46b,47b,48b,49b,50b,51b,52b,53b,54b,55b,56b,57b,58b,59b,60b,61b,62b,63b,64b" bitfld.long 0x00 0.--3. " NO_OF_REGIONS ,Returns the number of regions that the TZASC provides" ",2 regions,3 regions,4 regions,5 regions,6 regions,7 regions,8 regions,9 regions,10 regions,11 regions,12 regions,13 regions,14 regions,15 regions,16 regions" group.long 0x04++0x03 line.long 0x00 "ACTION,Action Register" bitfld.long 0x00 0.--1. " REACTION_VALUE ,Controls how the TZASC uses the bresps[1:0], rresps[1:0], and tzasc_int signals when a region permission failure occurs" "tzasc_int LOW(OKAY),tzasc_int LOW(DECERR),tzasc_int HIGH(OKAY),tzasc_int HIGH(DECERR)" if (((per.l(ad:0x4001000c))&0x1)==0x0) group.long 0x08++0x03 line.long 0x00 "LOCKDOWN_RANGE,Lockdown Range Register" bitfld.long 0x00 31. " ENABLE ,Enables the lockdown_regions field to control the regions that are to be locked" "Disabled,Enabled" bitfld.long 0x00 0.--3. " LOCKDOWN_REGIONS ,Controls the number of regions to lockdown when the enable bit is set to 1. CONFIG[NO_OF_REGIONS] - nor" "nor-1,nor-1 to nor-2,nor-1 to nor-3,nor-1 to nor-4,nor-1 to nor-5,nor-1 to nor-6,nor-1 to nor-7,nor-1 to nor-8,nor-1 to nor-9,nor-1 to nor-10,nor-1 to nor-11,nor-1 to nor-12,nor-1 to nor-13,nor-1 to nor-14,nor-1 to nor-15,nor-1 to nor-16" else rgroup.long 0x08++0x03 line.long 0x00 "LOCKDOWN_RANGE,Lockdown Range Register" bitfld.long 0x00 31. " ENABLE ,Enables the lockdown_regions field to control the regions that are to be locked" "Disabled,Enabled" bitfld.long 0x00 0.--3. " LOCKDOWN_REGIONS ,Controls the number of regions to lockdown when the enable bit is set to 1. CONFIG[NO_OF_REGIONS] - nor" "nor-1,nor-1 to nor-2,nor-1 to nor-3,nor-1 to nor-4,nor-1 to nor-5,nor-1 to nor-6,nor-1 to nor-7,nor-1 to nor-8,nor-1 to nor-9,nor-1 to nor-10,nor-1 to nor-11,nor-1 to nor-12,nor-1 to nor-13,nor-1 to nor-14,nor-1 to nor-15,nor-1 to nor-16" endif group.long 0x0c++0x03 line.long 0x00 "LOCKDOWN_SELECT,Lockdown Select Register" bitfld.long 0x00 2. " ACC_SPECULATION_CNTL ,Modifies the access type of the speculation_control Register" "Remains R/W,Read-only" bitfld.long 0x00 1. " SECURITY_INV ,Modifies the access type of the security_inversion_en Register" "Remains R/W,Read-only" bitfld.long 0x00 0. " REGION_REGISTER ,Modifies the access type of the lockdown_range Register" "Remains R/W,Read-only" rgroup.long 0x10++0x03 line.long 0x00 "INT_STATUS,Interrupt Status Register" bitfld.long 0x00 1. " OVERRUN ,When set to 1, it indicates the occurrence of two or more region permission failures since the interrupt was last cleared" "Reg perm failed < 2,Reg perm failed >= 2" bitfld.long 0x00 0. " STATUS ,Returns the status of the interrupt" "Inactive,Active" wgroup.long 0x14++0x03 line.long 0x00 "INT_CLEAR,Interrupt Clear Register" bitfld.long 0x00 1. " OVERRUNC ,Clears overrun bit of INT_STATUS" "No effect,Cleared" bitfld.long 0x00 0. " STATUSC ,Clears status bit of INT_STATUS" "No effect,Cleared" rgroup.long 0x20++0x0f "Fail Status" line.long 0x00 "FAIL_ADDRESS_LOW,Fail Address Low Register" line.long 0x04 "FAIL_ADDRESS_HIGH,Fail Address High Register" line.long 0x08 "FAIL_CONTROL,Fail Control Register" bitfld.long 0x08 24. " WRITE ,Indicates whether the first access to fail a region permission check was a write or read" "Read,Write" bitfld.long 0x08 21. " NONSECURE ,Indicates whether the first access to fail a region permission check was non-secure" "Secure,Non-secure" bitfld.long 0x08 20. " PRIVILEGED ,Indicates whether the first access to fail a region permission check was privileged" "Unprivileged,Privileged" line.long 0x0c "FAIL_ID,Fail ID Register" if (((per.l(ad:0x4001000c))&0x4)==0x0) group.long 0x30++0x03 "Control" line.long 0x00 "SPECULATION_CONTROL,Speculation Control Register" bitfld.long 0x00 1. " WRITE_SPECULATION ,Controls the write access speculation" "No,Yes" bitfld.long 0x00 0. " READ_SPECULATION ,Controls the read access speculation" "No,Yes" else rgroup.long 0x30++0x03 "Control" line.long 0x00 "SPECULATION_CONTROL,Speculation Control Register" bitfld.long 0x00 1. " WRITE_SPECULATION ,Controls the write access speculation" "No,Yes" bitfld.long 0x00 0. " READ_SPECULATION ,Controls the read access speculation" "No,Yes" endif if (((per.l(ad:0x4001000c))&0x2)==0x0) group.long 0x34++0x03 line.long 0x00 "SECURITY_INVERSION_EN,Security Inversion Enable Register" bitfld.long 0x00 0. " SECURITY_INVERSION_EN ,Controls whether the TZASC permits security inversion to occur" "Not permitted,Permitted" else rgroup.long 0x34++0x03 line.long 0x00 "SECURITY_INVERSION_EN,Security Inversion Enable Register" bitfld.long 0x00 0. " SECURITY_INVERSION_EN ,Controls whether the TZASC permits security inversion to occur" "Not permitted,Permitted" endif textline " " tree "Region Control" rgroup.long 0x100++0x07 line.long 0x00 "REGION_SETUP_LOW_0,Region Setup Low 0 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW0 ,Controls the base address [31:15] of region 0" line.long 0x04 "REGION_SETUP_HIGH_0,Region Setup High 0 Register" group.long (0x100+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_0,Region Attributes 0 Register" bitfld.long 0x00 28.--31. " SP0 ,Permissions setting for region 0 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" group.long 0x110++0x07 line.long 0x00 "REGION_SETUP_LOW_1,Region Setup Low 1 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW1 ,Controls the base address [31:15] of region 1" line.long 0x04 "REGION_SETUP_HIGH_1,Region Setup High 1 Register" group.long (0x110+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_1,Region Attributes 1 Register" bitfld.long 0x00 28.--31. " SP1 ,Permissions setting for region 1 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" textline " " bitfld.long 0x00 15. " SUBREGION_DISABLE[7] ,Disables 7 subregion" "No,Yes" bitfld.long 0x00 14. " [6] ,Disables 6 subregion" "No,Yes" bitfld.long 0x00 13. " [5] ,Disables 5 subregion" "No,Yes" bitfld.long 0x00 12. " [4] ,Disables 4 subregion" "No,Yes" bitfld.long 0x00 11. " [3] ,Disables 3 subregion" "No,Yes" bitfld.long 0x00 10. " [2] ,Disables 2 subregion" "No,Yes" bitfld.long 0x00 9. " [1] ,Disables 1 subregion" "No,Yes" bitfld.long 0x00 8. " [0] ,Disables 0 subregion" "No,Yes" textline " " bitfld.long 0x00 1.--6. " SIZE1 ,Size of region 1" ",,,,,,,,,,,,,,32KB,64KB,128KB,256KB,512KB,1MB,2MB,4MB,8MB,16MB,32MB,64MB,128MB,256MB,512MB,1GB,2GB,4GB,8GB,16GB,32GB,64GB,128GB,256GB,512GB,1TB,2TB,4TB,8TB,16TB,32TB,64TB,128TB,256TB,512TB,1PB,2PB,4PB,8PB,16PB,32PB,64PB,128PB,256PB,512PB,1EB,2EB,4EB,8EB,16EB" bitfld.long 0x00 0. " EN1 ,Enable for region 1" "Disabled,Enabled" group.long 0x120++0x07 line.long 0x00 "REGION_SETUP_LOW_2,Region Setup Low 2 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW2 ,Controls the base address [31:15] of region 2" line.long 0x04 "REGION_SETUP_HIGH_2,Region Setup High 2 Register" group.long (0x120+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_2,Region Attributes 2 Register" bitfld.long 0x00 28.--31. " SP2 ,Permissions setting for region 2 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" textline " " bitfld.long 0x00 15. " SUBREGION_DISABLE[7] ,Disables 7 subregion" "No,Yes" bitfld.long 0x00 14. " [6] ,Disables 6 subregion" "No,Yes" bitfld.long 0x00 13. " [5] ,Disables 5 subregion" "No,Yes" bitfld.long 0x00 12. " [4] ,Disables 4 subregion" "No,Yes" bitfld.long 0x00 11. " [3] ,Disables 3 subregion" "No,Yes" bitfld.long 0x00 10. " [2] ,Disables 2 subregion" "No,Yes" bitfld.long 0x00 9. " [1] ,Disables 1 subregion" "No,Yes" bitfld.long 0x00 8. " [0] ,Disables 0 subregion" "No,Yes" textline " " bitfld.long 0x00 1.--6. " SIZE2 ,Size of region 2" ",,,,,,,,,,,,,,32KB,64KB,128KB,256KB,512KB,1MB,2MB,4MB,8MB,16MB,32MB,64MB,128MB,256MB,512MB,1GB,2GB,4GB,8GB,16GB,32GB,64GB,128GB,256GB,512GB,1TB,2TB,4TB,8TB,16TB,32TB,64TB,128TB,256TB,512TB,1PB,2PB,4PB,8PB,16PB,32PB,64PB,128PB,256PB,512PB,1EB,2EB,4EB,8EB,16EB" bitfld.long 0x00 0. " EN2 ,Enable for region 2" "Disabled,Enabled" group.long 0x130++0x07 line.long 0x00 "REGION_SETUP_LOW_3,Region Setup Low 3 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW3 ,Controls the base address [31:15] of region 3" line.long 0x04 "REGION_SETUP_HIGH_3,Region Setup High 3 Register" group.long (0x130+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_3,Region Attributes 3 Register" bitfld.long 0x00 28.--31. " SP3 ,Permissions setting for region 3 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" textline " " bitfld.long 0x00 15. " SUBREGION_DISABLE[7] ,Disables 7 subregion" "No,Yes" bitfld.long 0x00 14. " [6] ,Disables 6 subregion" "No,Yes" bitfld.long 0x00 13. " [5] ,Disables 5 subregion" "No,Yes" bitfld.long 0x00 12. " [4] ,Disables 4 subregion" "No,Yes" bitfld.long 0x00 11. " [3] ,Disables 3 subregion" "No,Yes" bitfld.long 0x00 10. " [2] ,Disables 2 subregion" "No,Yes" bitfld.long 0x00 9. " [1] ,Disables 1 subregion" "No,Yes" bitfld.long 0x00 8. " [0] ,Disables 0 subregion" "No,Yes" textline " " bitfld.long 0x00 1.--6. " SIZE3 ,Size of region 3" ",,,,,,,,,,,,,,32KB,64KB,128KB,256KB,512KB,1MB,2MB,4MB,8MB,16MB,32MB,64MB,128MB,256MB,512MB,1GB,2GB,4GB,8GB,16GB,32GB,64GB,128GB,256GB,512GB,1TB,2TB,4TB,8TB,16TB,32TB,64TB,128TB,256TB,512TB,1PB,2PB,4PB,8PB,16PB,32PB,64PB,128PB,256PB,512PB,1EB,2EB,4EB,8EB,16EB" bitfld.long 0x00 0. " EN3 ,Enable for region 3" "Disabled,Enabled" group.long 0x140++0x07 line.long 0x00 "REGION_SETUP_LOW_4,Region Setup Low 4 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW4 ,Controls the base address [31:15] of region 4" line.long 0x04 "REGION_SETUP_HIGH_4,Region Setup High 4 Register" group.long (0x140+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_4,Region Attributes 4 Register" bitfld.long 0x00 28.--31. " SP4 ,Permissions setting for region 4 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" textline " " bitfld.long 0x00 15. " SUBREGION_DISABLE[7] ,Disables 7 subregion" "No,Yes" bitfld.long 0x00 14. " [6] ,Disables 6 subregion" "No,Yes" bitfld.long 0x00 13. " [5] ,Disables 5 subregion" "No,Yes" bitfld.long 0x00 12. " [4] ,Disables 4 subregion" "No,Yes" bitfld.long 0x00 11. " [3] ,Disables 3 subregion" "No,Yes" bitfld.long 0x00 10. " [2] ,Disables 2 subregion" "No,Yes" bitfld.long 0x00 9. " [1] ,Disables 1 subregion" "No,Yes" bitfld.long 0x00 8. " [0] ,Disables 0 subregion" "No,Yes" textline " " bitfld.long 0x00 1.--6. " SIZE4 ,Size of region 4" ",,,,,,,,,,,,,,32KB,64KB,128KB,256KB,512KB,1MB,2MB,4MB,8MB,16MB,32MB,64MB,128MB,256MB,512MB,1GB,2GB,4GB,8GB,16GB,32GB,64GB,128GB,256GB,512GB,1TB,2TB,4TB,8TB,16TB,32TB,64TB,128TB,256TB,512TB,1PB,2PB,4PB,8PB,16PB,32PB,64PB,128PB,256PB,512PB,1EB,2EB,4EB,8EB,16EB" bitfld.long 0x00 0. " EN4 ,Enable for region 4" "Disabled,Enabled" group.long 0x150++0x07 line.long 0x00 "REGION_SETUP_LOW_5,Region Setup Low 5 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW5 ,Controls the base address [31:15] of region 5" line.long 0x04 "REGION_SETUP_HIGH_5,Region Setup High 5 Register" group.long (0x150+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_5,Region Attributes 5 Register" bitfld.long 0x00 28.--31. " SP5 ,Permissions setting for region 5 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" textline " " bitfld.long 0x00 15. " SUBREGION_DISABLE[7] ,Disables 7 subregion" "No,Yes" bitfld.long 0x00 14. " [6] ,Disables 6 subregion" "No,Yes" bitfld.long 0x00 13. " [5] ,Disables 5 subregion" "No,Yes" bitfld.long 0x00 12. " [4] ,Disables 4 subregion" "No,Yes" bitfld.long 0x00 11. " [3] ,Disables 3 subregion" "No,Yes" bitfld.long 0x00 10. " [2] ,Disables 2 subregion" "No,Yes" bitfld.long 0x00 9. " [1] ,Disables 1 subregion" "No,Yes" bitfld.long 0x00 8. " [0] ,Disables 0 subregion" "No,Yes" textline " " bitfld.long 0x00 1.--6. " SIZE5 ,Size of region 5" ",,,,,,,,,,,,,,32KB,64KB,128KB,256KB,512KB,1MB,2MB,4MB,8MB,16MB,32MB,64MB,128MB,256MB,512MB,1GB,2GB,4GB,8GB,16GB,32GB,64GB,128GB,256GB,512GB,1TB,2TB,4TB,8TB,16TB,32TB,64TB,128TB,256TB,512TB,1PB,2PB,4PB,8PB,16PB,32PB,64PB,128PB,256PB,512PB,1EB,2EB,4EB,8EB,16EB" bitfld.long 0x00 0. " EN5 ,Enable for region 5" "Disabled,Enabled" group.long 0x160++0x07 line.long 0x00 "REGION_SETUP_LOW_6,Region Setup Low 6 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW6 ,Controls the base address [31:15] of region 6" line.long 0x04 "REGION_SETUP_HIGH_6,Region Setup High 6 Register" group.long (0x160+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_6,Region Attributes 6 Register" bitfld.long 0x00 28.--31. " SP6 ,Permissions setting for region 6 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" textline " " bitfld.long 0x00 15. " SUBREGION_DISABLE[7] ,Disables 7 subregion" "No,Yes" bitfld.long 0x00 14. " [6] ,Disables 6 subregion" "No,Yes" bitfld.long 0x00 13. " [5] ,Disables 5 subregion" "No,Yes" bitfld.long 0x00 12. " [4] ,Disables 4 subregion" "No,Yes" bitfld.long 0x00 11. " [3] ,Disables 3 subregion" "No,Yes" bitfld.long 0x00 10. " [2] ,Disables 2 subregion" "No,Yes" bitfld.long 0x00 9. " [1] ,Disables 1 subregion" "No,Yes" bitfld.long 0x00 8. " [0] ,Disables 0 subregion" "No,Yes" textline " " bitfld.long 0x00 1.--6. " SIZE6 ,Size of region 6" ",,,,,,,,,,,,,,32KB,64KB,128KB,256KB,512KB,1MB,2MB,4MB,8MB,16MB,32MB,64MB,128MB,256MB,512MB,1GB,2GB,4GB,8GB,16GB,32GB,64GB,128GB,256GB,512GB,1TB,2TB,4TB,8TB,16TB,32TB,64TB,128TB,256TB,512TB,1PB,2PB,4PB,8PB,16PB,32PB,64PB,128PB,256PB,512PB,1EB,2EB,4EB,8EB,16EB" bitfld.long 0x00 0. " EN6 ,Enable for region 6" "Disabled,Enabled" group.long 0x170++0x07 line.long 0x00 "REGION_SETUP_LOW_7,Region Setup Low 7 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW7 ,Controls the base address [31:15] of region 7" line.long 0x04 "REGION_SETUP_HIGH_7,Region Setup High 7 Register" group.long (0x170+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_7,Region Attributes 7 Register" bitfld.long 0x00 28.--31. " SP7 ,Permissions setting for region 7 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" textline " " bitfld.long 0x00 15. " SUBREGION_DISABLE[7] ,Disables 7 subregion" "No,Yes" bitfld.long 0x00 14. " [6] ,Disables 6 subregion" "No,Yes" bitfld.long 0x00 13. " [5] ,Disables 5 subregion" "No,Yes" bitfld.long 0x00 12. " [4] ,Disables 4 subregion" "No,Yes" bitfld.long 0x00 11. " [3] ,Disables 3 subregion" "No,Yes" bitfld.long 0x00 10. " [2] ,Disables 2 subregion" "No,Yes" bitfld.long 0x00 9. " [1] ,Disables 1 subregion" "No,Yes" bitfld.long 0x00 8. " [0] ,Disables 0 subregion" "No,Yes" textline " " bitfld.long 0x00 1.--6. " SIZE7 ,Size of region 7" ",,,,,,,,,,,,,,32KB,64KB,128KB,256KB,512KB,1MB,2MB,4MB,8MB,16MB,32MB,64MB,128MB,256MB,512MB,1GB,2GB,4GB,8GB,16GB,32GB,64GB,128GB,256GB,512GB,1TB,2TB,4TB,8TB,16TB,32TB,64TB,128TB,256TB,512TB,1PB,2PB,4PB,8PB,16PB,32PB,64PB,128PB,256PB,512PB,1EB,2EB,4EB,8EB,16EB" bitfld.long 0x00 0. " EN7 ,Enable for region 7" "Disabled,Enabled" tree.end group.long 0xE00++0x03 "Integration Test" line.long 0x00 "ITCRG, Integration Test Control Register" bitfld.long 0x00 0. " INT_TEST_EN ,Integration Test logic enable" "Disabled,Enabled" rgroup.long 0xE04++0x03 line.long 0x00 "ITIP,Integration Test Input Register" bitfld.long 0x00 0. " ITIP_SECURE_BOOT_LOCK ,Returns the status of secure_boot_lock" "Low,High" group.long 0xE08++0x03 line.long 0x00 "ITOP,Integration Test Output Register" bitfld.long 0x00 0. " ITOP_INT ,Set or reset the value of tzasc_int port" "Low,High" rgroup.long 0xFD0++0x03 "Component Configuration" line.long 0x00 "PERIPH_ID_4,Peripheral Identification Register 4" bitfld.long 0x00 4.--7. " 4KB_COUNT ,The number of 4KB address blocks required" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 0.--3. " JEP106_C_CODE , Represents how many 0x7F continuation characters occur in the manufacturer's identity code" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" rgroup.long 0xFE0++0x1f line.long 0x00 "PERIPH_ID_0,Peripheral Identification Register 0" hexmask.long.byte 0x00 0.--7. 1. " PART_NUMBER_0 ,Part number 0" line.long 0x04 "PERIPH_ID_1,Peripheral Identification Register 1" bitfld.long 0x04 4.--7. " JEP106_ID_3_0 ,JEP106 identity code [3:0]" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x04 0.--3. " PART_NUMBER_1 ,Part number 1" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x08 "PERIPH_ID_2,Peripheral Identification Register 2" bitfld.long 0x08 4.--7. " REVISION ,Revision of the TZASC" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x08 3. " JEDEC_USED ,TZASC uses a manufacturer's identity code that was allocated by JEDEC according to JEP106" "Not used,Used" bitfld.long 0x08 0.--2. " JEP106_ID_6_4 ,JEP106 identity code [6:4]" "0,1,2,3,4,5,6,7" line.long 0x0c "PERIPH_ID_3,Peripheral Identification Register 3" bitfld.long 0x0c 4.--7. " REVAND ,Revision of the silicon has occurred" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x0c 0.--3. " MOD_NUMBER ,Modification number" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x10 "COMPONENT_ID_0,Component Identification Register 0" hexmask.long.byte 0x10 0.--7. 1. " COMPONENT_ID_0 ,Component 0 ID" line.long 0x14 "COMPONENT_ID_1,Component Identification Register 1" hexmask.long.byte 0x14 0.--7. 1. " COMPONENT_ID_1 ,Component 1 ID" line.long 0x18 "COMPONENT_ID_2,Component Identification Register 2" hexmask.long.byte 0x18 0.--7. 1. " COMPONENT_ID_2 ,Component 2 ID" line.long 0x1c "COMPONENT_ID_3,Component Identification Register 3" hexmask.long.byte 0x1c 0.--7. 1. " COMPONENT_ID_3 ,Component 3 ID" width 0x0b tree.end tree "CM4's Tightly-Coupled Memory Backdoor Port" base ad:0x40010400 width 23. textline " " rgroup.long 0x00++0x03 "Configuration, lockdown and interrupt" line.long 0x00 "CONFIG,Configuration Register" bitfld.long 0x00 8.--13. " ADDRESS_WIDTH ,Returns the width of the AHB address bus" ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,32b,33b,34b,35b,36b,37b,38b,39b,40b,41b,42b,43b,44b,45b,46b,47b,48b,49b,50b,51b,52b,53b,54b,55b,56b,57b,58b,59b,60b,61b,62b,63b,64b" bitfld.long 0x00 0.--3. " NO_OF_REGIONS ,Returns the number of regions that the TZASC provides" ",2 regions,3 regions,4 regions,5 regions,6 regions,7 regions,8 regions,9 regions,10 regions,11 regions,12 regions,13 regions,14 regions,15 regions,16 regions" group.long 0x04++0x03 line.long 0x00 "ACTION,Action Register" bitfld.long 0x00 0.--1. " REACTION_VALUE ,Controls how the TZASC uses the bresps[1:0], rresps[1:0], and tzasc_int signals when a region permission failure occurs" "tzasc_int LOW(OKAY),tzasc_int LOW(DECERR),tzasc_int HIGH(OKAY),tzasc_int HIGH(DECERR)" if (((per.l(ad:0x4001040c))&0x1)==0x0) group.long 0x08++0x03 line.long 0x00 "LOCKDOWN_RANGE,Lockdown Range Register" bitfld.long 0x00 31. " ENABLE ,Enables the lockdown_regions field to control the regions that are to be locked" "Disabled,Enabled" bitfld.long 0x00 0.--3. " LOCKDOWN_REGIONS ,Controls the number of regions to lockdown when the enable bit is set to 1. CONFIG[NO_OF_REGIONS] - nor" "nor-1,nor-1 to nor-2,nor-1 to nor-3,nor-1 to nor-4,nor-1 to nor-5,nor-1 to nor-6,nor-1 to nor-7,nor-1 to nor-8,nor-1 to nor-9,nor-1 to nor-10,nor-1 to nor-11,nor-1 to nor-12,nor-1 to nor-13,nor-1 to nor-14,nor-1 to nor-15,nor-1 to nor-16" else rgroup.long 0x08++0x03 line.long 0x00 "LOCKDOWN_RANGE,Lockdown Range Register" bitfld.long 0x00 31. " ENABLE ,Enables the lockdown_regions field to control the regions that are to be locked" "Disabled,Enabled" bitfld.long 0x00 0.--3. " LOCKDOWN_REGIONS ,Controls the number of regions to lockdown when the enable bit is set to 1. CONFIG[NO_OF_REGIONS] - nor" "nor-1,nor-1 to nor-2,nor-1 to nor-3,nor-1 to nor-4,nor-1 to nor-5,nor-1 to nor-6,nor-1 to nor-7,nor-1 to nor-8,nor-1 to nor-9,nor-1 to nor-10,nor-1 to nor-11,nor-1 to nor-12,nor-1 to nor-13,nor-1 to nor-14,nor-1 to nor-15,nor-1 to nor-16" endif group.long 0x0c++0x03 line.long 0x00 "LOCKDOWN_SELECT,Lockdown Select Register" bitfld.long 0x00 2. " ACC_SPECULATION_CNTL ,Modifies the access type of the speculation_control Register" "Remains R/W,Read-only" bitfld.long 0x00 1. " SECURITY_INV ,Modifies the access type of the security_inversion_en Register" "Remains R/W,Read-only" bitfld.long 0x00 0. " REGION_REGISTER ,Modifies the access type of the lockdown_range Register" "Remains R/W,Read-only" rgroup.long 0x10++0x03 line.long 0x00 "INT_STATUS,Interrupt Status Register" bitfld.long 0x00 1. " OVERRUN ,When set to 1, it indicates the occurrence of two or more region permission failures since the interrupt was last cleared" "Reg perm failed < 2,Reg perm failed >= 2" bitfld.long 0x00 0. " STATUS ,Returns the status of the interrupt" "Inactive,Active" wgroup.long 0x14++0x03 line.long 0x00 "INT_CLEAR,Interrupt Clear Register" bitfld.long 0x00 1. " OVERRUNC ,Clears overrun bit of INT_STATUS" "No effect,Cleared" bitfld.long 0x00 0. " STATUSC ,Clears status bit of INT_STATUS" "No effect,Cleared" rgroup.long 0x20++0x0f "Fail Status" line.long 0x00 "FAIL_ADDRESS_LOW,Fail Address Low Register" line.long 0x04 "FAIL_ADDRESS_HIGH,Fail Address High Register" line.long 0x08 "FAIL_CONTROL,Fail Control Register" bitfld.long 0x08 24. " WRITE ,Indicates whether the first access to fail a region permission check was a write or read" "Read,Write" bitfld.long 0x08 21. " NONSECURE ,Indicates whether the first access to fail a region permission check was non-secure" "Secure,Non-secure" bitfld.long 0x08 20. " PRIVILEGED ,Indicates whether the first access to fail a region permission check was privileged" "Unprivileged,Privileged" line.long 0x0c "FAIL_ID,Fail ID Register" if (((per.l(ad:0x4001040c))&0x4)==0x0) group.long 0x30++0x03 "Control" line.long 0x00 "SPECULATION_CONTROL,Speculation Control Register" bitfld.long 0x00 1. " WRITE_SPECULATION ,Controls the write access speculation" "No,Yes" bitfld.long 0x00 0. " READ_SPECULATION ,Controls the read access speculation" "No,Yes" else rgroup.long 0x30++0x03 "Control" line.long 0x00 "SPECULATION_CONTROL,Speculation Control Register" bitfld.long 0x00 1. " WRITE_SPECULATION ,Controls the write access speculation" "No,Yes" bitfld.long 0x00 0. " READ_SPECULATION ,Controls the read access speculation" "No,Yes" endif if (((per.l(ad:0x4001040c))&0x2)==0x0) group.long 0x34++0x03 line.long 0x00 "SECURITY_INVERSION_EN,Security Inversion Enable Register" bitfld.long 0x00 0. " SECURITY_INVERSION_EN ,Controls whether the TZASC permits security inversion to occur" "Not permitted,Permitted" else rgroup.long 0x34++0x03 line.long 0x00 "SECURITY_INVERSION_EN,Security Inversion Enable Register" bitfld.long 0x00 0. " SECURITY_INVERSION_EN ,Controls whether the TZASC permits security inversion to occur" "Not permitted,Permitted" endif textline " " tree "Region Control" rgroup.long 0x100++0x07 line.long 0x00 "REGION_SETUP_LOW_0,Region Setup Low 0 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW0 ,Controls the base address [31:15] of region 0" line.long 0x04 "REGION_SETUP_HIGH_0,Region Setup High 0 Register" group.long (0x100+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_0,Region Attributes 0 Register" bitfld.long 0x00 28.--31. " SP0 ,Permissions setting for region 0 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" group.long 0x110++0x07 line.long 0x00 "REGION_SETUP_LOW_1,Region Setup Low 1 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW1 ,Controls the base address [31:15] of region 1" line.long 0x04 "REGION_SETUP_HIGH_1,Region Setup High 1 Register" group.long (0x110+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_1,Region Attributes 1 Register" bitfld.long 0x00 28.--31. " SP1 ,Permissions setting for region 1 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" textline " " bitfld.long 0x00 15. " SUBREGION_DISABLE[7] ,Disables 7 subregion" "No,Yes" bitfld.long 0x00 14. " [6] ,Disables 6 subregion" "No,Yes" bitfld.long 0x00 13. " [5] ,Disables 5 subregion" "No,Yes" bitfld.long 0x00 12. " [4] ,Disables 4 subregion" "No,Yes" bitfld.long 0x00 11. " [3] ,Disables 3 subregion" "No,Yes" bitfld.long 0x00 10. " [2] ,Disables 2 subregion" "No,Yes" bitfld.long 0x00 9. " [1] ,Disables 1 subregion" "No,Yes" bitfld.long 0x00 8. " [0] ,Disables 0 subregion" "No,Yes" textline " " bitfld.long 0x00 1.--6. " SIZE1 ,Size of region 1" ",,,,,,,,,,,,,,32KB,64KB,128KB,256KB,512KB,1MB,2MB,4MB,8MB,16MB,32MB,64MB,128MB,256MB,512MB,1GB,2GB,4GB,8GB,16GB,32GB,64GB,128GB,256GB,512GB,1TB,2TB,4TB,8TB,16TB,32TB,64TB,128TB,256TB,512TB,1PB,2PB,4PB,8PB,16PB,32PB,64PB,128PB,256PB,512PB,1EB,2EB,4EB,8EB,16EB" bitfld.long 0x00 0. " EN1 ,Enable for region 1" "Disabled,Enabled" group.long 0x120++0x07 line.long 0x00 "REGION_SETUP_LOW_2,Region Setup Low 2 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW2 ,Controls the base address [31:15] of region 2" line.long 0x04 "REGION_SETUP_HIGH_2,Region Setup High 2 Register" group.long (0x120+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_2,Region Attributes 2 Register" bitfld.long 0x00 28.--31. " SP2 ,Permissions setting for region 2 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" textline " " bitfld.long 0x00 15. " SUBREGION_DISABLE[7] ,Disables 7 subregion" "No,Yes" bitfld.long 0x00 14. " [6] ,Disables 6 subregion" "No,Yes" bitfld.long 0x00 13. " [5] ,Disables 5 subregion" "No,Yes" bitfld.long 0x00 12. " [4] ,Disables 4 subregion" "No,Yes" bitfld.long 0x00 11. " [3] ,Disables 3 subregion" "No,Yes" bitfld.long 0x00 10. " [2] ,Disables 2 subregion" "No,Yes" bitfld.long 0x00 9. " [1] ,Disables 1 subregion" "No,Yes" bitfld.long 0x00 8. " [0] ,Disables 0 subregion" "No,Yes" textline " " bitfld.long 0x00 1.--6. " SIZE2 ,Size of region 2" ",,,,,,,,,,,,,,32KB,64KB,128KB,256KB,512KB,1MB,2MB,4MB,8MB,16MB,32MB,64MB,128MB,256MB,512MB,1GB,2GB,4GB,8GB,16GB,32GB,64GB,128GB,256GB,512GB,1TB,2TB,4TB,8TB,16TB,32TB,64TB,128TB,256TB,512TB,1PB,2PB,4PB,8PB,16PB,32PB,64PB,128PB,256PB,512PB,1EB,2EB,4EB,8EB,16EB" bitfld.long 0x00 0. " EN2 ,Enable for region 2" "Disabled,Enabled" group.long 0x130++0x07 line.long 0x00 "REGION_SETUP_LOW_3,Region Setup Low 3 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW3 ,Controls the base address [31:15] of region 3" line.long 0x04 "REGION_SETUP_HIGH_3,Region Setup High 3 Register" group.long (0x130+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_3,Region Attributes 3 Register" bitfld.long 0x00 28.--31. " SP3 ,Permissions setting for region 3 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" textline " " bitfld.long 0x00 15. " SUBREGION_DISABLE[7] ,Disables 7 subregion" "No,Yes" bitfld.long 0x00 14. " [6] ,Disables 6 subregion" "No,Yes" bitfld.long 0x00 13. " [5] ,Disables 5 subregion" "No,Yes" bitfld.long 0x00 12. " [4] ,Disables 4 subregion" "No,Yes" bitfld.long 0x00 11. " [3] ,Disables 3 subregion" "No,Yes" bitfld.long 0x00 10. " [2] ,Disables 2 subregion" "No,Yes" bitfld.long 0x00 9. " [1] ,Disables 1 subregion" "No,Yes" bitfld.long 0x00 8. " [0] ,Disables 0 subregion" "No,Yes" textline " " bitfld.long 0x00 1.--6. " SIZE3 ,Size of region 3" ",,,,,,,,,,,,,,32KB,64KB,128KB,256KB,512KB,1MB,2MB,4MB,8MB,16MB,32MB,64MB,128MB,256MB,512MB,1GB,2GB,4GB,8GB,16GB,32GB,64GB,128GB,256GB,512GB,1TB,2TB,4TB,8TB,16TB,32TB,64TB,128TB,256TB,512TB,1PB,2PB,4PB,8PB,16PB,32PB,64PB,128PB,256PB,512PB,1EB,2EB,4EB,8EB,16EB" bitfld.long 0x00 0. " EN3 ,Enable for region 3" "Disabled,Enabled" group.long 0x140++0x07 line.long 0x00 "REGION_SETUP_LOW_4,Region Setup Low 4 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW4 ,Controls the base address [31:15] of region 4" line.long 0x04 "REGION_SETUP_HIGH_4,Region Setup High 4 Register" group.long (0x140+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_4,Region Attributes 4 Register" bitfld.long 0x00 28.--31. " SP4 ,Permissions setting for region 4 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" textline " " bitfld.long 0x00 15. " SUBREGION_DISABLE[7] ,Disables 7 subregion" "No,Yes" bitfld.long 0x00 14. " [6] ,Disables 6 subregion" "No,Yes" bitfld.long 0x00 13. " [5] ,Disables 5 subregion" "No,Yes" bitfld.long 0x00 12. " [4] ,Disables 4 subregion" "No,Yes" bitfld.long 0x00 11. " [3] ,Disables 3 subregion" "No,Yes" bitfld.long 0x00 10. " [2] ,Disables 2 subregion" "No,Yes" bitfld.long 0x00 9. " [1] ,Disables 1 subregion" "No,Yes" bitfld.long 0x00 8. " [0] ,Disables 0 subregion" "No,Yes" textline " " bitfld.long 0x00 1.--6. " SIZE4 ,Size of region 4" ",,,,,,,,,,,,,,32KB,64KB,128KB,256KB,512KB,1MB,2MB,4MB,8MB,16MB,32MB,64MB,128MB,256MB,512MB,1GB,2GB,4GB,8GB,16GB,32GB,64GB,128GB,256GB,512GB,1TB,2TB,4TB,8TB,16TB,32TB,64TB,128TB,256TB,512TB,1PB,2PB,4PB,8PB,16PB,32PB,64PB,128PB,256PB,512PB,1EB,2EB,4EB,8EB,16EB" bitfld.long 0x00 0. " EN4 ,Enable for region 4" "Disabled,Enabled" group.long 0x150++0x07 line.long 0x00 "REGION_SETUP_LOW_5,Region Setup Low 5 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW5 ,Controls the base address [31:15] of region 5" line.long 0x04 "REGION_SETUP_HIGH_5,Region Setup High 5 Register" group.long (0x150+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_5,Region Attributes 5 Register" bitfld.long 0x00 28.--31. " SP5 ,Permissions setting for region 5 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" textline " " bitfld.long 0x00 15. " SUBREGION_DISABLE[7] ,Disables 7 subregion" "No,Yes" bitfld.long 0x00 14. " [6] ,Disables 6 subregion" "No,Yes" bitfld.long 0x00 13. " [5] ,Disables 5 subregion" "No,Yes" bitfld.long 0x00 12. " [4] ,Disables 4 subregion" "No,Yes" bitfld.long 0x00 11. " [3] ,Disables 3 subregion" "No,Yes" bitfld.long 0x00 10. " [2] ,Disables 2 subregion" "No,Yes" bitfld.long 0x00 9. " [1] ,Disables 1 subregion" "No,Yes" bitfld.long 0x00 8. " [0] ,Disables 0 subregion" "No,Yes" textline " " bitfld.long 0x00 1.--6. " SIZE5 ,Size of region 5" ",,,,,,,,,,,,,,32KB,64KB,128KB,256KB,512KB,1MB,2MB,4MB,8MB,16MB,32MB,64MB,128MB,256MB,512MB,1GB,2GB,4GB,8GB,16GB,32GB,64GB,128GB,256GB,512GB,1TB,2TB,4TB,8TB,16TB,32TB,64TB,128TB,256TB,512TB,1PB,2PB,4PB,8PB,16PB,32PB,64PB,128PB,256PB,512PB,1EB,2EB,4EB,8EB,16EB" bitfld.long 0x00 0. " EN5 ,Enable for region 5" "Disabled,Enabled" group.long 0x160++0x07 line.long 0x00 "REGION_SETUP_LOW_6,Region Setup Low 6 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW6 ,Controls the base address [31:15] of region 6" line.long 0x04 "REGION_SETUP_HIGH_6,Region Setup High 6 Register" group.long (0x160+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_6,Region Attributes 6 Register" bitfld.long 0x00 28.--31. " SP6 ,Permissions setting for region 6 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" textline " " bitfld.long 0x00 15. " SUBREGION_DISABLE[7] ,Disables 7 subregion" "No,Yes" bitfld.long 0x00 14. " [6] ,Disables 6 subregion" "No,Yes" bitfld.long 0x00 13. " [5] ,Disables 5 subregion" "No,Yes" bitfld.long 0x00 12. " [4] ,Disables 4 subregion" "No,Yes" bitfld.long 0x00 11. " [3] ,Disables 3 subregion" "No,Yes" bitfld.long 0x00 10. " [2] ,Disables 2 subregion" "No,Yes" bitfld.long 0x00 9. " [1] ,Disables 1 subregion" "No,Yes" bitfld.long 0x00 8. " [0] ,Disables 0 subregion" "No,Yes" textline " " bitfld.long 0x00 1.--6. " SIZE6 ,Size of region 6" ",,,,,,,,,,,,,,32KB,64KB,128KB,256KB,512KB,1MB,2MB,4MB,8MB,16MB,32MB,64MB,128MB,256MB,512MB,1GB,2GB,4GB,8GB,16GB,32GB,64GB,128GB,256GB,512GB,1TB,2TB,4TB,8TB,16TB,32TB,64TB,128TB,256TB,512TB,1PB,2PB,4PB,8PB,16PB,32PB,64PB,128PB,256PB,512PB,1EB,2EB,4EB,8EB,16EB" bitfld.long 0x00 0. " EN6 ,Enable for region 6" "Disabled,Enabled" group.long 0x170++0x07 line.long 0x00 "REGION_SETUP_LOW_7,Region Setup Low 7 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW7 ,Controls the base address [31:15] of region 7" line.long 0x04 "REGION_SETUP_HIGH_7,Region Setup High 7 Register" group.long (0x170+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_7,Region Attributes 7 Register" bitfld.long 0x00 28.--31. " SP7 ,Permissions setting for region 7 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" textline " " bitfld.long 0x00 15. " SUBREGION_DISABLE[7] ,Disables 7 subregion" "No,Yes" bitfld.long 0x00 14. " [6] ,Disables 6 subregion" "No,Yes" bitfld.long 0x00 13. " [5] ,Disables 5 subregion" "No,Yes" bitfld.long 0x00 12. " [4] ,Disables 4 subregion" "No,Yes" bitfld.long 0x00 11. " [3] ,Disables 3 subregion" "No,Yes" bitfld.long 0x00 10. " [2] ,Disables 2 subregion" "No,Yes" bitfld.long 0x00 9. " [1] ,Disables 1 subregion" "No,Yes" bitfld.long 0x00 8. " [0] ,Disables 0 subregion" "No,Yes" textline " " bitfld.long 0x00 1.--6. " SIZE7 ,Size of region 7" ",,,,,,,,,,,,,,32KB,64KB,128KB,256KB,512KB,1MB,2MB,4MB,8MB,16MB,32MB,64MB,128MB,256MB,512MB,1GB,2GB,4GB,8GB,16GB,32GB,64GB,128GB,256GB,512GB,1TB,2TB,4TB,8TB,16TB,32TB,64TB,128TB,256TB,512TB,1PB,2PB,4PB,8PB,16PB,32PB,64PB,128PB,256PB,512PB,1EB,2EB,4EB,8EB,16EB" bitfld.long 0x00 0. " EN7 ,Enable for region 7" "Disabled,Enabled" tree.end group.long 0xE00++0x03 "Integration Test" line.long 0x00 "ITCRG, Integration Test Control Register" bitfld.long 0x00 0. " INT_TEST_EN ,Integration Test logic enable" "Disabled,Enabled" rgroup.long 0xE04++0x03 line.long 0x00 "ITIP,Integration Test Input Register" bitfld.long 0x00 0. " ITIP_SECURE_BOOT_LOCK ,Returns the status of secure_boot_lock" "Low,High" group.long 0xE08++0x03 line.long 0x00 "ITOP,Integration Test Output Register" bitfld.long 0x00 0. " ITOP_INT ,Set or reset the value of tzasc_int port" "Low,High" rgroup.long 0xFD0++0x03 "Component Configuration" line.long 0x00 "PERIPH_ID_4,Peripheral Identification Register 4" bitfld.long 0x00 4.--7. " 4KB_COUNT ,The number of 4KB address blocks required" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 0.--3. " JEP106_C_CODE , Represents how many 0x7F continuation characters occur in the manufacturer's identity code" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" rgroup.long 0xFE0++0x1f line.long 0x00 "PERIPH_ID_0,Peripheral Identification Register 0" hexmask.long.byte 0x00 0.--7. 1. " PART_NUMBER_0 ,Part number 0" line.long 0x04 "PERIPH_ID_1,Peripheral Identification Register 1" bitfld.long 0x04 4.--7. " JEP106_ID_3_0 ,JEP106 identity code [3:0]" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x04 0.--3. " PART_NUMBER_1 ,Part number 1" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x08 "PERIPH_ID_2,Peripheral Identification Register 2" bitfld.long 0x08 4.--7. " REVISION ,Revision of the TZASC" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x08 3. " JEDEC_USED ,TZASC uses a manufacturer's identity code that was allocated by JEDEC according to JEP106" "Not used,Used" bitfld.long 0x08 0.--2. " JEP106_ID_6_4 ,JEP106 identity code [6:4]" "0,1,2,3,4,5,6,7" line.long 0x0c "PERIPH_ID_3,Peripheral Identification Register 3" bitfld.long 0x0c 4.--7. " REVAND ,Revision of the silicon has occurred" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x0c 0.--3. " MOD_NUMBER ,Modification number" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x10 "COMPONENT_ID_0,Component Identification Register 0" hexmask.long.byte 0x10 0.--7. 1. " COMPONENT_ID_0 ,Component 0 ID" line.long 0x14 "COMPONENT_ID_1,Component Identification Register 1" hexmask.long.byte 0x14 0.--7. 1. " COMPONENT_ID_1 ,Component 1 ID" line.long 0x18 "COMPONENT_ID_2,Component Identification Register 2" hexmask.long.byte 0x18 0.--7. 1. " COMPONENT_ID_2 ,Component 2 ID" line.long 0x1c "COMPONENT_ID_3,Component Identification Register 3" hexmask.long.byte 0x1c 0.--7. 1. " COMPONENT_ID_3 ,Component 3 ID" width 0x0b tree.end tree "QuadSPI0" base ad:0x40010800 width 23. textline " " rgroup.long 0x00++0x03 "Configuration, lockdown and interrupt" line.long 0x00 "CONFIG,Configuration Register" bitfld.long 0x00 8.--13. " ADDRESS_WIDTH ,Returns the width of the AHB address bus" ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,32b,33b,34b,35b,36b,37b,38b,39b,40b,41b,42b,43b,44b,45b,46b,47b,48b,49b,50b,51b,52b,53b,54b,55b,56b,57b,58b,59b,60b,61b,62b,63b,64b" bitfld.long 0x00 0.--3. " NO_OF_REGIONS ,Returns the number of regions that the TZASC provides" ",2 regions,3 regions,4 regions,5 regions,6 regions,7 regions,8 regions,9 regions,10 regions,11 regions,12 regions,13 regions,14 regions,15 regions,16 regions" group.long 0x04++0x03 line.long 0x00 "ACTION,Action Register" bitfld.long 0x00 0.--1. " REACTION_VALUE ,Controls how the TZASC uses the bresps[1:0], rresps[1:0], and tzasc_int signals when a region permission failure occurs" "tzasc_int LOW(OKAY),tzasc_int LOW(DECERR),tzasc_int HIGH(OKAY),tzasc_int HIGH(DECERR)" if (((per.l(ad:0x4001080c))&0x1)==0x0) group.long 0x08++0x03 line.long 0x00 "LOCKDOWN_RANGE,Lockdown Range Register" bitfld.long 0x00 31. " ENABLE ,Enables the lockdown_regions field to control the regions that are to be locked" "Disabled,Enabled" bitfld.long 0x00 0.--3. " LOCKDOWN_REGIONS ,Controls the number of regions to lockdown when the enable bit is set to 1. CONFIG[NO_OF_REGIONS] - nor" "nor-1,nor-1 to nor-2,nor-1 to nor-3,nor-1 to nor-4,nor-1 to nor-5,nor-1 to nor-6,nor-1 to nor-7,nor-1 to nor-8,nor-1 to nor-9,nor-1 to nor-10,nor-1 to nor-11,nor-1 to nor-12,nor-1 to nor-13,nor-1 to nor-14,nor-1 to nor-15,nor-1 to nor-16" else rgroup.long 0x08++0x03 line.long 0x00 "LOCKDOWN_RANGE,Lockdown Range Register" bitfld.long 0x00 31. " ENABLE ,Enables the lockdown_regions field to control the regions that are to be locked" "Disabled,Enabled" bitfld.long 0x00 0.--3. " LOCKDOWN_REGIONS ,Controls the number of regions to lockdown when the enable bit is set to 1. CONFIG[NO_OF_REGIONS] - nor" "nor-1,nor-1 to nor-2,nor-1 to nor-3,nor-1 to nor-4,nor-1 to nor-5,nor-1 to nor-6,nor-1 to nor-7,nor-1 to nor-8,nor-1 to nor-9,nor-1 to nor-10,nor-1 to nor-11,nor-1 to nor-12,nor-1 to nor-13,nor-1 to nor-14,nor-1 to nor-15,nor-1 to nor-16" endif group.long 0x0c++0x03 line.long 0x00 "LOCKDOWN_SELECT,Lockdown Select Register" bitfld.long 0x00 2. " ACC_SPECULATION_CNTL ,Modifies the access type of the speculation_control Register" "Remains R/W,Read-only" bitfld.long 0x00 1. " SECURITY_INV ,Modifies the access type of the security_inversion_en Register" "Remains R/W,Read-only" bitfld.long 0x00 0. " REGION_REGISTER ,Modifies the access type of the lockdown_range Register" "Remains R/W,Read-only" rgroup.long 0x10++0x03 line.long 0x00 "INT_STATUS,Interrupt Status Register" bitfld.long 0x00 1. " OVERRUN ,When set to 1, it indicates the occurrence of two or more region permission failures since the interrupt was last cleared" "Reg perm failed < 2,Reg perm failed >= 2" bitfld.long 0x00 0. " STATUS ,Returns the status of the interrupt" "Inactive,Active" wgroup.long 0x14++0x03 line.long 0x00 "INT_CLEAR,Interrupt Clear Register" bitfld.long 0x00 1. " OVERRUNC ,Clears overrun bit of INT_STATUS" "No effect,Cleared" bitfld.long 0x00 0. " STATUSC ,Clears status bit of INT_STATUS" "No effect,Cleared" rgroup.long 0x20++0x0f "Fail Status" line.long 0x00 "FAIL_ADDRESS_LOW,Fail Address Low Register" line.long 0x04 "FAIL_ADDRESS_HIGH,Fail Address High Register" line.long 0x08 "FAIL_CONTROL,Fail Control Register" bitfld.long 0x08 24. " WRITE ,Indicates whether the first access to fail a region permission check was a write or read" "Read,Write" bitfld.long 0x08 21. " NONSECURE ,Indicates whether the first access to fail a region permission check was non-secure" "Secure,Non-secure" bitfld.long 0x08 20. " PRIVILEGED ,Indicates whether the first access to fail a region permission check was privileged" "Unprivileged,Privileged" line.long 0x0c "FAIL_ID,Fail ID Register" if (((per.l(ad:0x4001080c))&0x4)==0x0) group.long 0x30++0x03 "Control" line.long 0x00 "SPECULATION_CONTROL,Speculation Control Register" bitfld.long 0x00 1. " WRITE_SPECULATION ,Controls the write access speculation" "No,Yes" bitfld.long 0x00 0. " READ_SPECULATION ,Controls the read access speculation" "No,Yes" else rgroup.long 0x30++0x03 "Control" line.long 0x00 "SPECULATION_CONTROL,Speculation Control Register" bitfld.long 0x00 1. " WRITE_SPECULATION ,Controls the write access speculation" "No,Yes" bitfld.long 0x00 0. " READ_SPECULATION ,Controls the read access speculation" "No,Yes" endif if (((per.l(ad:0x4001080c))&0x2)==0x0) group.long 0x34++0x03 line.long 0x00 "SECURITY_INVERSION_EN,Security Inversion Enable Register" bitfld.long 0x00 0. " SECURITY_INVERSION_EN ,Controls whether the TZASC permits security inversion to occur" "Not permitted,Permitted" else rgroup.long 0x34++0x03 line.long 0x00 "SECURITY_INVERSION_EN,Security Inversion Enable Register" bitfld.long 0x00 0. " SECURITY_INVERSION_EN ,Controls whether the TZASC permits security inversion to occur" "Not permitted,Permitted" endif textline " " tree "Region Control" rgroup.long 0x100++0x07 line.long 0x00 "REGION_SETUP_LOW_0,Region Setup Low 0 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW0 ,Controls the base address [31:15] of region 0" line.long 0x04 "REGION_SETUP_HIGH_0,Region Setup High 0 Register" group.long (0x100+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_0,Region Attributes 0 Register" bitfld.long 0x00 28.--31. " SP0 ,Permissions setting for region 0 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" group.long 0x110++0x07 line.long 0x00 "REGION_SETUP_LOW_1,Region Setup Low 1 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW1 ,Controls the base address [31:15] of region 1" line.long 0x04 "REGION_SETUP_HIGH_1,Region Setup High 1 Register" group.long (0x110+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_1,Region Attributes 1 Register" bitfld.long 0x00 28.--31. " SP1 ,Permissions setting for region 1 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" textline " " bitfld.long 0x00 15. " SUBREGION_DISABLE[7] ,Disables 7 subregion" "No,Yes" bitfld.long 0x00 14. " [6] ,Disables 6 subregion" "No,Yes" bitfld.long 0x00 13. " [5] ,Disables 5 subregion" "No,Yes" bitfld.long 0x00 12. " [4] ,Disables 4 subregion" "No,Yes" bitfld.long 0x00 11. " [3] ,Disables 3 subregion" "No,Yes" bitfld.long 0x00 10. " [2] ,Disables 2 subregion" "No,Yes" bitfld.long 0x00 9. " [1] ,Disables 1 subregion" "No,Yes" bitfld.long 0x00 8. " [0] ,Disables 0 subregion" "No,Yes" textline " " bitfld.long 0x00 1.--6. " SIZE1 ,Size of region 1" ",,,,,,,,,,,,,,32KB,64KB,128KB,256KB,512KB,1MB,2MB,4MB,8MB,16MB,32MB,64MB,128MB,256MB,512MB,1GB,2GB,4GB,8GB,16GB,32GB,64GB,128GB,256GB,512GB,1TB,2TB,4TB,8TB,16TB,32TB,64TB,128TB,256TB,512TB,1PB,2PB,4PB,8PB,16PB,32PB,64PB,128PB,256PB,512PB,1EB,2EB,4EB,8EB,16EB" bitfld.long 0x00 0. " EN1 ,Enable for region 1" "Disabled,Enabled" group.long 0x120++0x07 line.long 0x00 "REGION_SETUP_LOW_2,Region Setup Low 2 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW2 ,Controls the base address [31:15] of region 2" line.long 0x04 "REGION_SETUP_HIGH_2,Region Setup High 2 Register" group.long (0x120+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_2,Region Attributes 2 Register" bitfld.long 0x00 28.--31. " SP2 ,Permissions setting for region 2 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" textline " " bitfld.long 0x00 15. " SUBREGION_DISABLE[7] ,Disables 7 subregion" "No,Yes" bitfld.long 0x00 14. " [6] ,Disables 6 subregion" "No,Yes" bitfld.long 0x00 13. " [5] ,Disables 5 subregion" "No,Yes" bitfld.long 0x00 12. " [4] ,Disables 4 subregion" "No,Yes" bitfld.long 0x00 11. " [3] ,Disables 3 subregion" "No,Yes" bitfld.long 0x00 10. " [2] ,Disables 2 subregion" "No,Yes" bitfld.long 0x00 9. " [1] ,Disables 1 subregion" "No,Yes" bitfld.long 0x00 8. " [0] ,Disables 0 subregion" "No,Yes" textline " " bitfld.long 0x00 1.--6. " SIZE2 ,Size of region 2" ",,,,,,,,,,,,,,32KB,64KB,128KB,256KB,512KB,1MB,2MB,4MB,8MB,16MB,32MB,64MB,128MB,256MB,512MB,1GB,2GB,4GB,8GB,16GB,32GB,64GB,128GB,256GB,512GB,1TB,2TB,4TB,8TB,16TB,32TB,64TB,128TB,256TB,512TB,1PB,2PB,4PB,8PB,16PB,32PB,64PB,128PB,256PB,512PB,1EB,2EB,4EB,8EB,16EB" bitfld.long 0x00 0. " EN2 ,Enable for region 2" "Disabled,Enabled" group.long 0x130++0x07 line.long 0x00 "REGION_SETUP_LOW_3,Region Setup Low 3 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW3 ,Controls the base address [31:15] of region 3" line.long 0x04 "REGION_SETUP_HIGH_3,Region Setup High 3 Register" group.long (0x130+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_3,Region Attributes 3 Register" bitfld.long 0x00 28.--31. " SP3 ,Permissions setting for region 3 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" textline " " bitfld.long 0x00 15. " SUBREGION_DISABLE[7] ,Disables 7 subregion" "No,Yes" bitfld.long 0x00 14. " [6] ,Disables 6 subregion" "No,Yes" bitfld.long 0x00 13. " [5] ,Disables 5 subregion" "No,Yes" bitfld.long 0x00 12. " [4] ,Disables 4 subregion" "No,Yes" bitfld.long 0x00 11. " [3] ,Disables 3 subregion" "No,Yes" bitfld.long 0x00 10. " [2] ,Disables 2 subregion" "No,Yes" bitfld.long 0x00 9. " [1] ,Disables 1 subregion" "No,Yes" bitfld.long 0x00 8. " [0] ,Disables 0 subregion" "No,Yes" textline " " bitfld.long 0x00 1.--6. " SIZE3 ,Size of region 3" ",,,,,,,,,,,,,,32KB,64KB,128KB,256KB,512KB,1MB,2MB,4MB,8MB,16MB,32MB,64MB,128MB,256MB,512MB,1GB,2GB,4GB,8GB,16GB,32GB,64GB,128GB,256GB,512GB,1TB,2TB,4TB,8TB,16TB,32TB,64TB,128TB,256TB,512TB,1PB,2PB,4PB,8PB,16PB,32PB,64PB,128PB,256PB,512PB,1EB,2EB,4EB,8EB,16EB" bitfld.long 0x00 0. " EN3 ,Enable for region 3" "Disabled,Enabled" group.long 0x140++0x07 line.long 0x00 "REGION_SETUP_LOW_4,Region Setup Low 4 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW4 ,Controls the base address [31:15] of region 4" line.long 0x04 "REGION_SETUP_HIGH_4,Region Setup High 4 Register" group.long (0x140+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_4,Region Attributes 4 Register" bitfld.long 0x00 28.--31. " SP4 ,Permissions setting for region 4 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" textline " " bitfld.long 0x00 15. " SUBREGION_DISABLE[7] ,Disables 7 subregion" "No,Yes" bitfld.long 0x00 14. " [6] ,Disables 6 subregion" "No,Yes" bitfld.long 0x00 13. " [5] ,Disables 5 subregion" "No,Yes" bitfld.long 0x00 12. " [4] ,Disables 4 subregion" "No,Yes" bitfld.long 0x00 11. " [3] ,Disables 3 subregion" "No,Yes" bitfld.long 0x00 10. " [2] ,Disables 2 subregion" "No,Yes" bitfld.long 0x00 9. " [1] ,Disables 1 subregion" "No,Yes" bitfld.long 0x00 8. " [0] ,Disables 0 subregion" "No,Yes" textline " " bitfld.long 0x00 1.--6. " SIZE4 ,Size of region 4" ",,,,,,,,,,,,,,32KB,64KB,128KB,256KB,512KB,1MB,2MB,4MB,8MB,16MB,32MB,64MB,128MB,256MB,512MB,1GB,2GB,4GB,8GB,16GB,32GB,64GB,128GB,256GB,512GB,1TB,2TB,4TB,8TB,16TB,32TB,64TB,128TB,256TB,512TB,1PB,2PB,4PB,8PB,16PB,32PB,64PB,128PB,256PB,512PB,1EB,2EB,4EB,8EB,16EB" bitfld.long 0x00 0. " EN4 ,Enable for region 4" "Disabled,Enabled" group.long 0x150++0x07 line.long 0x00 "REGION_SETUP_LOW_5,Region Setup Low 5 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW5 ,Controls the base address [31:15] of region 5" line.long 0x04 "REGION_SETUP_HIGH_5,Region Setup High 5 Register" group.long (0x150+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_5,Region Attributes 5 Register" bitfld.long 0x00 28.--31. " SP5 ,Permissions setting for region 5 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" textline " " bitfld.long 0x00 15. " SUBREGION_DISABLE[7] ,Disables 7 subregion" "No,Yes" bitfld.long 0x00 14. " [6] ,Disables 6 subregion" "No,Yes" bitfld.long 0x00 13. " [5] ,Disables 5 subregion" "No,Yes" bitfld.long 0x00 12. " [4] ,Disables 4 subregion" "No,Yes" bitfld.long 0x00 11. " [3] ,Disables 3 subregion" "No,Yes" bitfld.long 0x00 10. " [2] ,Disables 2 subregion" "No,Yes" bitfld.long 0x00 9. " [1] ,Disables 1 subregion" "No,Yes" bitfld.long 0x00 8. " [0] ,Disables 0 subregion" "No,Yes" textline " " bitfld.long 0x00 1.--6. " SIZE5 ,Size of region 5" ",,,,,,,,,,,,,,32KB,64KB,128KB,256KB,512KB,1MB,2MB,4MB,8MB,16MB,32MB,64MB,128MB,256MB,512MB,1GB,2GB,4GB,8GB,16GB,32GB,64GB,128GB,256GB,512GB,1TB,2TB,4TB,8TB,16TB,32TB,64TB,128TB,256TB,512TB,1PB,2PB,4PB,8PB,16PB,32PB,64PB,128PB,256PB,512PB,1EB,2EB,4EB,8EB,16EB" bitfld.long 0x00 0. " EN5 ,Enable for region 5" "Disabled,Enabled" group.long 0x160++0x07 line.long 0x00 "REGION_SETUP_LOW_6,Region Setup Low 6 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW6 ,Controls the base address [31:15] of region 6" line.long 0x04 "REGION_SETUP_HIGH_6,Region Setup High 6 Register" group.long (0x160+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_6,Region Attributes 6 Register" bitfld.long 0x00 28.--31. " SP6 ,Permissions setting for region 6 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" textline " " bitfld.long 0x00 15. " SUBREGION_DISABLE[7] ,Disables 7 subregion" "No,Yes" bitfld.long 0x00 14. " [6] ,Disables 6 subregion" "No,Yes" bitfld.long 0x00 13. " [5] ,Disables 5 subregion" "No,Yes" bitfld.long 0x00 12. " [4] ,Disables 4 subregion" "No,Yes" bitfld.long 0x00 11. " [3] ,Disables 3 subregion" "No,Yes" bitfld.long 0x00 10. " [2] ,Disables 2 subregion" "No,Yes" bitfld.long 0x00 9. " [1] ,Disables 1 subregion" "No,Yes" bitfld.long 0x00 8. " [0] ,Disables 0 subregion" "No,Yes" textline " " bitfld.long 0x00 1.--6. " SIZE6 ,Size of region 6" ",,,,,,,,,,,,,,32KB,64KB,128KB,256KB,512KB,1MB,2MB,4MB,8MB,16MB,32MB,64MB,128MB,256MB,512MB,1GB,2GB,4GB,8GB,16GB,32GB,64GB,128GB,256GB,512GB,1TB,2TB,4TB,8TB,16TB,32TB,64TB,128TB,256TB,512TB,1PB,2PB,4PB,8PB,16PB,32PB,64PB,128PB,256PB,512PB,1EB,2EB,4EB,8EB,16EB" bitfld.long 0x00 0. " EN6 ,Enable for region 6" "Disabled,Enabled" group.long 0x170++0x07 line.long 0x00 "REGION_SETUP_LOW_7,Region Setup Low 7 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW7 ,Controls the base address [31:15] of region 7" line.long 0x04 "REGION_SETUP_HIGH_7,Region Setup High 7 Register" group.long (0x170+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_7,Region Attributes 7 Register" bitfld.long 0x00 28.--31. " SP7 ,Permissions setting for region 7 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" textline " " bitfld.long 0x00 15. " SUBREGION_DISABLE[7] ,Disables 7 subregion" "No,Yes" bitfld.long 0x00 14. " [6] ,Disables 6 subregion" "No,Yes" bitfld.long 0x00 13. " [5] ,Disables 5 subregion" "No,Yes" bitfld.long 0x00 12. " [4] ,Disables 4 subregion" "No,Yes" bitfld.long 0x00 11. " [3] ,Disables 3 subregion" "No,Yes" bitfld.long 0x00 10. " [2] ,Disables 2 subregion" "No,Yes" bitfld.long 0x00 9. " [1] ,Disables 1 subregion" "No,Yes" bitfld.long 0x00 8. " [0] ,Disables 0 subregion" "No,Yes" textline " " bitfld.long 0x00 1.--6. " SIZE7 ,Size of region 7" ",,,,,,,,,,,,,,32KB,64KB,128KB,256KB,512KB,1MB,2MB,4MB,8MB,16MB,32MB,64MB,128MB,256MB,512MB,1GB,2GB,4GB,8GB,16GB,32GB,64GB,128GB,256GB,512GB,1TB,2TB,4TB,8TB,16TB,32TB,64TB,128TB,256TB,512TB,1PB,2PB,4PB,8PB,16PB,32PB,64PB,128PB,256PB,512PB,1EB,2EB,4EB,8EB,16EB" bitfld.long 0x00 0. " EN7 ,Enable for region 7" "Disabled,Enabled" tree.end group.long 0xE00++0x03 "Integration Test" line.long 0x00 "ITCRG, Integration Test Control Register" bitfld.long 0x00 0. " INT_TEST_EN ,Integration Test logic enable" "Disabled,Enabled" rgroup.long 0xE04++0x03 line.long 0x00 "ITIP,Integration Test Input Register" bitfld.long 0x00 0. " ITIP_SECURE_BOOT_LOCK ,Returns the status of secure_boot_lock" "Low,High" group.long 0xE08++0x03 line.long 0x00 "ITOP,Integration Test Output Register" bitfld.long 0x00 0. " ITOP_INT ,Set or reset the value of tzasc_int port" "Low,High" rgroup.long 0xFD0++0x03 "Component Configuration" line.long 0x00 "PERIPH_ID_4,Peripheral Identification Register 4" bitfld.long 0x00 4.--7. " 4KB_COUNT ,The number of 4KB address blocks required" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 0.--3. " JEP106_C_CODE , Represents how many 0x7F continuation characters occur in the manufacturer's identity code" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" rgroup.long 0xFE0++0x1f line.long 0x00 "PERIPH_ID_0,Peripheral Identification Register 0" hexmask.long.byte 0x00 0.--7. 1. " PART_NUMBER_0 ,Part number 0" line.long 0x04 "PERIPH_ID_1,Peripheral Identification Register 1" bitfld.long 0x04 4.--7. " JEP106_ID_3_0 ,JEP106 identity code [3:0]" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x04 0.--3. " PART_NUMBER_1 ,Part number 1" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x08 "PERIPH_ID_2,Peripheral Identification Register 2" bitfld.long 0x08 4.--7. " REVISION ,Revision of the TZASC" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x08 3. " JEDEC_USED ,TZASC uses a manufacturer's identity code that was allocated by JEDEC according to JEP106" "Not used,Used" bitfld.long 0x08 0.--2. " JEP106_ID_6_4 ,JEP106 identity code [6:4]" "0,1,2,3,4,5,6,7" line.long 0x0c "PERIPH_ID_3,Peripheral Identification Register 3" bitfld.long 0x0c 4.--7. " REVAND ,Revision of the silicon has occurred" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x0c 0.--3. " MOD_NUMBER ,Modification number" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x10 "COMPONENT_ID_0,Component Identification Register 0" hexmask.long.byte 0x10 0.--7. 1. " COMPONENT_ID_0 ,Component 0 ID" line.long 0x14 "COMPONENT_ID_1,Component Identification Register 1" hexmask.long.byte 0x14 0.--7. 1. " COMPONENT_ID_1 ,Component 1 ID" line.long 0x18 "COMPONENT_ID_2,Component Identification Register 2" hexmask.long.byte 0x18 0.--7. 1. " COMPONENT_ID_2 ,Component 2 ID" line.long 0x1c "COMPONENT_ID_3,Component Identification Register 3" hexmask.long.byte 0x1c 0.--7. 1. " COMPONENT_ID_3 ,Component 3 ID" width 0x0b tree.end tree "QuadSPI1" base ad:0x40010C00 width 23. textline " " rgroup.long 0x00++0x03 "Configuration, lockdown and interrupt" line.long 0x00 "CONFIG,Configuration Register" bitfld.long 0x00 8.--13. " ADDRESS_WIDTH ,Returns the width of the AHB address bus" ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,32b,33b,34b,35b,36b,37b,38b,39b,40b,41b,42b,43b,44b,45b,46b,47b,48b,49b,50b,51b,52b,53b,54b,55b,56b,57b,58b,59b,60b,61b,62b,63b,64b" bitfld.long 0x00 0.--3. " NO_OF_REGIONS ,Returns the number of regions that the TZASC provides" ",2 regions,3 regions,4 regions,5 regions,6 regions,7 regions,8 regions,9 regions,10 regions,11 regions,12 regions,13 regions,14 regions,15 regions,16 regions" group.long 0x04++0x03 line.long 0x00 "ACTION,Action Register" bitfld.long 0x00 0.--1. " REACTION_VALUE ,Controls how the TZASC uses the bresps[1:0], rresps[1:0], and tzasc_int signals when a region permission failure occurs" "tzasc_int LOW(OKAY),tzasc_int LOW(DECERR),tzasc_int HIGH(OKAY),tzasc_int HIGH(DECERR)" if (((per.l(ad:0x40010C0c))&0x1)==0x0) group.long 0x08++0x03 line.long 0x00 "LOCKDOWN_RANGE,Lockdown Range Register" bitfld.long 0x00 31. " ENABLE ,Enables the lockdown_regions field to control the regions that are to be locked" "Disabled,Enabled" bitfld.long 0x00 0.--3. " LOCKDOWN_REGIONS ,Controls the number of regions to lockdown when the enable bit is set to 1. CONFIG[NO_OF_REGIONS] - nor" "nor-1,nor-1 to nor-2,nor-1 to nor-3,nor-1 to nor-4,nor-1 to nor-5,nor-1 to nor-6,nor-1 to nor-7,nor-1 to nor-8,nor-1 to nor-9,nor-1 to nor-10,nor-1 to nor-11,nor-1 to nor-12,nor-1 to nor-13,nor-1 to nor-14,nor-1 to nor-15,nor-1 to nor-16" else rgroup.long 0x08++0x03 line.long 0x00 "LOCKDOWN_RANGE,Lockdown Range Register" bitfld.long 0x00 31. " ENABLE ,Enables the lockdown_regions field to control the regions that are to be locked" "Disabled,Enabled" bitfld.long 0x00 0.--3. " LOCKDOWN_REGIONS ,Controls the number of regions to lockdown when the enable bit is set to 1. CONFIG[NO_OF_REGIONS] - nor" "nor-1,nor-1 to nor-2,nor-1 to nor-3,nor-1 to nor-4,nor-1 to nor-5,nor-1 to nor-6,nor-1 to nor-7,nor-1 to nor-8,nor-1 to nor-9,nor-1 to nor-10,nor-1 to nor-11,nor-1 to nor-12,nor-1 to nor-13,nor-1 to nor-14,nor-1 to nor-15,nor-1 to nor-16" endif group.long 0x0c++0x03 line.long 0x00 "LOCKDOWN_SELECT,Lockdown Select Register" bitfld.long 0x00 2. " ACC_SPECULATION_CNTL ,Modifies the access type of the speculation_control Register" "Remains R/W,Read-only" bitfld.long 0x00 1. " SECURITY_INV ,Modifies the access type of the security_inversion_en Register" "Remains R/W,Read-only" bitfld.long 0x00 0. " REGION_REGISTER ,Modifies the access type of the lockdown_range Register" "Remains R/W,Read-only" rgroup.long 0x10++0x03 line.long 0x00 "INT_STATUS,Interrupt Status Register" bitfld.long 0x00 1. " OVERRUN ,When set to 1, it indicates the occurrence of two or more region permission failures since the interrupt was last cleared" "Reg perm failed < 2,Reg perm failed >= 2" bitfld.long 0x00 0. " STATUS ,Returns the status of the interrupt" "Inactive,Active" wgroup.long 0x14++0x03 line.long 0x00 "INT_CLEAR,Interrupt Clear Register" bitfld.long 0x00 1. " OVERRUNC ,Clears overrun bit of INT_STATUS" "No effect,Cleared" bitfld.long 0x00 0. " STATUSC ,Clears status bit of INT_STATUS" "No effect,Cleared" rgroup.long 0x20++0x0f "Fail Status" line.long 0x00 "FAIL_ADDRESS_LOW,Fail Address Low Register" line.long 0x04 "FAIL_ADDRESS_HIGH,Fail Address High Register" line.long 0x08 "FAIL_CONTROL,Fail Control Register" bitfld.long 0x08 24. " WRITE ,Indicates whether the first access to fail a region permission check was a write or read" "Read,Write" bitfld.long 0x08 21. " NONSECURE ,Indicates whether the first access to fail a region permission check was non-secure" "Secure,Non-secure" bitfld.long 0x08 20. " PRIVILEGED ,Indicates whether the first access to fail a region permission check was privileged" "Unprivileged,Privileged" line.long 0x0c "FAIL_ID,Fail ID Register" if (((per.l(ad:0x40010C0c))&0x4)==0x0) group.long 0x30++0x03 "Control" line.long 0x00 "SPECULATION_CONTROL,Speculation Control Register" bitfld.long 0x00 1. " WRITE_SPECULATION ,Controls the write access speculation" "No,Yes" bitfld.long 0x00 0. " READ_SPECULATION ,Controls the read access speculation" "No,Yes" else rgroup.long 0x30++0x03 "Control" line.long 0x00 "SPECULATION_CONTROL,Speculation Control Register" bitfld.long 0x00 1. " WRITE_SPECULATION ,Controls the write access speculation" "No,Yes" bitfld.long 0x00 0. " READ_SPECULATION ,Controls the read access speculation" "No,Yes" endif if (((per.l(ad:0x40010C0c))&0x2)==0x0) group.long 0x34++0x03 line.long 0x00 "SECURITY_INVERSION_EN,Security Inversion Enable Register" bitfld.long 0x00 0. " SECURITY_INVERSION_EN ,Controls whether the TZASC permits security inversion to occur" "Not permitted,Permitted" else rgroup.long 0x34++0x03 line.long 0x00 "SECURITY_INVERSION_EN,Security Inversion Enable Register" bitfld.long 0x00 0. " SECURITY_INVERSION_EN ,Controls whether the TZASC permits security inversion to occur" "Not permitted,Permitted" endif textline " " tree "Region Control" rgroup.long 0x100++0x07 line.long 0x00 "REGION_SETUP_LOW_0,Region Setup Low 0 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW0 ,Controls the base address [31:15] of region 0" line.long 0x04 "REGION_SETUP_HIGH_0,Region Setup High 0 Register" group.long (0x100+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_0,Region Attributes 0 Register" bitfld.long 0x00 28.--31. " SP0 ,Permissions setting for region 0 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" group.long 0x110++0x07 line.long 0x00 "REGION_SETUP_LOW_1,Region Setup Low 1 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW1 ,Controls the base address [31:15] of region 1" line.long 0x04 "REGION_SETUP_HIGH_1,Region Setup High 1 Register" group.long (0x110+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_1,Region Attributes 1 Register" bitfld.long 0x00 28.--31. " SP1 ,Permissions setting for region 1 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" textline " " bitfld.long 0x00 15. " SUBREGION_DISABLE[7] ,Disables 7 subregion" "No,Yes" bitfld.long 0x00 14. " [6] ,Disables 6 subregion" "No,Yes" bitfld.long 0x00 13. " [5] ,Disables 5 subregion" "No,Yes" bitfld.long 0x00 12. " [4] ,Disables 4 subregion" "No,Yes" bitfld.long 0x00 11. " [3] ,Disables 3 subregion" "No,Yes" bitfld.long 0x00 10. " [2] ,Disables 2 subregion" "No,Yes" bitfld.long 0x00 9. " [1] ,Disables 1 subregion" "No,Yes" bitfld.long 0x00 8. " [0] ,Disables 0 subregion" "No,Yes" textline " " bitfld.long 0x00 1.--6. " SIZE1 ,Size of region 1" ",,,,,,,,,,,,,,32KB,64KB,128KB,256KB,512KB,1MB,2MB,4MB,8MB,16MB,32MB,64MB,128MB,256MB,512MB,1GB,2GB,4GB,8GB,16GB,32GB,64GB,128GB,256GB,512GB,1TB,2TB,4TB,8TB,16TB,32TB,64TB,128TB,256TB,512TB,1PB,2PB,4PB,8PB,16PB,32PB,64PB,128PB,256PB,512PB,1EB,2EB,4EB,8EB,16EB" bitfld.long 0x00 0. " EN1 ,Enable for region 1" "Disabled,Enabled" group.long 0x120++0x07 line.long 0x00 "REGION_SETUP_LOW_2,Region Setup Low 2 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW2 ,Controls the base address [31:15] of region 2" line.long 0x04 "REGION_SETUP_HIGH_2,Region Setup High 2 Register" group.long (0x120+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_2,Region Attributes 2 Register" bitfld.long 0x00 28.--31. " SP2 ,Permissions setting for region 2 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" textline " " bitfld.long 0x00 15. " SUBREGION_DISABLE[7] ,Disables 7 subregion" "No,Yes" bitfld.long 0x00 14. " [6] ,Disables 6 subregion" "No,Yes" bitfld.long 0x00 13. " [5] ,Disables 5 subregion" "No,Yes" bitfld.long 0x00 12. " [4] ,Disables 4 subregion" "No,Yes" bitfld.long 0x00 11. " [3] ,Disables 3 subregion" "No,Yes" bitfld.long 0x00 10. " [2] ,Disables 2 subregion" "No,Yes" bitfld.long 0x00 9. " [1] ,Disables 1 subregion" "No,Yes" bitfld.long 0x00 8. " [0] ,Disables 0 subregion" "No,Yes" textline " " bitfld.long 0x00 1.--6. " SIZE2 ,Size of region 2" ",,,,,,,,,,,,,,32KB,64KB,128KB,256KB,512KB,1MB,2MB,4MB,8MB,16MB,32MB,64MB,128MB,256MB,512MB,1GB,2GB,4GB,8GB,16GB,32GB,64GB,128GB,256GB,512GB,1TB,2TB,4TB,8TB,16TB,32TB,64TB,128TB,256TB,512TB,1PB,2PB,4PB,8PB,16PB,32PB,64PB,128PB,256PB,512PB,1EB,2EB,4EB,8EB,16EB" bitfld.long 0x00 0. " EN2 ,Enable for region 2" "Disabled,Enabled" group.long 0x130++0x07 line.long 0x00 "REGION_SETUP_LOW_3,Region Setup Low 3 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW3 ,Controls the base address [31:15] of region 3" line.long 0x04 "REGION_SETUP_HIGH_3,Region Setup High 3 Register" group.long (0x130+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_3,Region Attributes 3 Register" bitfld.long 0x00 28.--31. " SP3 ,Permissions setting for region 3 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" textline " " bitfld.long 0x00 15. " SUBREGION_DISABLE[7] ,Disables 7 subregion" "No,Yes" bitfld.long 0x00 14. " [6] ,Disables 6 subregion" "No,Yes" bitfld.long 0x00 13. " [5] ,Disables 5 subregion" "No,Yes" bitfld.long 0x00 12. " [4] ,Disables 4 subregion" "No,Yes" bitfld.long 0x00 11. " [3] ,Disables 3 subregion" "No,Yes" bitfld.long 0x00 10. " [2] ,Disables 2 subregion" "No,Yes" bitfld.long 0x00 9. " [1] ,Disables 1 subregion" "No,Yes" bitfld.long 0x00 8. " [0] ,Disables 0 subregion" "No,Yes" textline " " bitfld.long 0x00 1.--6. " SIZE3 ,Size of region 3" ",,,,,,,,,,,,,,32KB,64KB,128KB,256KB,512KB,1MB,2MB,4MB,8MB,16MB,32MB,64MB,128MB,256MB,512MB,1GB,2GB,4GB,8GB,16GB,32GB,64GB,128GB,256GB,512GB,1TB,2TB,4TB,8TB,16TB,32TB,64TB,128TB,256TB,512TB,1PB,2PB,4PB,8PB,16PB,32PB,64PB,128PB,256PB,512PB,1EB,2EB,4EB,8EB,16EB" bitfld.long 0x00 0. " EN3 ,Enable for region 3" "Disabled,Enabled" group.long 0x140++0x07 line.long 0x00 "REGION_SETUP_LOW_4,Region Setup Low 4 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW4 ,Controls the base address [31:15] of region 4" line.long 0x04 "REGION_SETUP_HIGH_4,Region Setup High 4 Register" group.long (0x140+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_4,Region Attributes 4 Register" bitfld.long 0x00 28.--31. " SP4 ,Permissions setting for region 4 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" textline " " bitfld.long 0x00 15. " SUBREGION_DISABLE[7] ,Disables 7 subregion" "No,Yes" bitfld.long 0x00 14. " [6] ,Disables 6 subregion" "No,Yes" bitfld.long 0x00 13. " [5] ,Disables 5 subregion" "No,Yes" bitfld.long 0x00 12. " [4] ,Disables 4 subregion" "No,Yes" bitfld.long 0x00 11. " [3] ,Disables 3 subregion" "No,Yes" bitfld.long 0x00 10. " [2] ,Disables 2 subregion" "No,Yes" bitfld.long 0x00 9. " [1] ,Disables 1 subregion" "No,Yes" bitfld.long 0x00 8. " [0] ,Disables 0 subregion" "No,Yes" textline " " bitfld.long 0x00 1.--6. " SIZE4 ,Size of region 4" ",,,,,,,,,,,,,,32KB,64KB,128KB,256KB,512KB,1MB,2MB,4MB,8MB,16MB,32MB,64MB,128MB,256MB,512MB,1GB,2GB,4GB,8GB,16GB,32GB,64GB,128GB,256GB,512GB,1TB,2TB,4TB,8TB,16TB,32TB,64TB,128TB,256TB,512TB,1PB,2PB,4PB,8PB,16PB,32PB,64PB,128PB,256PB,512PB,1EB,2EB,4EB,8EB,16EB" bitfld.long 0x00 0. " EN4 ,Enable for region 4" "Disabled,Enabled" group.long 0x150++0x07 line.long 0x00 "REGION_SETUP_LOW_5,Region Setup Low 5 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW5 ,Controls the base address [31:15] of region 5" line.long 0x04 "REGION_SETUP_HIGH_5,Region Setup High 5 Register" group.long (0x150+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_5,Region Attributes 5 Register" bitfld.long 0x00 28.--31. " SP5 ,Permissions setting for region 5 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" textline " " bitfld.long 0x00 15. " SUBREGION_DISABLE[7] ,Disables 7 subregion" "No,Yes" bitfld.long 0x00 14. " [6] ,Disables 6 subregion" "No,Yes" bitfld.long 0x00 13. " [5] ,Disables 5 subregion" "No,Yes" bitfld.long 0x00 12. " [4] ,Disables 4 subregion" "No,Yes" bitfld.long 0x00 11. " [3] ,Disables 3 subregion" "No,Yes" bitfld.long 0x00 10. " [2] ,Disables 2 subregion" "No,Yes" bitfld.long 0x00 9. " [1] ,Disables 1 subregion" "No,Yes" bitfld.long 0x00 8. " [0] ,Disables 0 subregion" "No,Yes" textline " " bitfld.long 0x00 1.--6. " SIZE5 ,Size of region 5" ",,,,,,,,,,,,,,32KB,64KB,128KB,256KB,512KB,1MB,2MB,4MB,8MB,16MB,32MB,64MB,128MB,256MB,512MB,1GB,2GB,4GB,8GB,16GB,32GB,64GB,128GB,256GB,512GB,1TB,2TB,4TB,8TB,16TB,32TB,64TB,128TB,256TB,512TB,1PB,2PB,4PB,8PB,16PB,32PB,64PB,128PB,256PB,512PB,1EB,2EB,4EB,8EB,16EB" bitfld.long 0x00 0. " EN5 ,Enable for region 5" "Disabled,Enabled" group.long 0x160++0x07 line.long 0x00 "REGION_SETUP_LOW_6,Region Setup Low 6 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW6 ,Controls the base address [31:15] of region 6" line.long 0x04 "REGION_SETUP_HIGH_6,Region Setup High 6 Register" group.long (0x160+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_6,Region Attributes 6 Register" bitfld.long 0x00 28.--31. " SP6 ,Permissions setting for region 6 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" textline " " bitfld.long 0x00 15. " SUBREGION_DISABLE[7] ,Disables 7 subregion" "No,Yes" bitfld.long 0x00 14. " [6] ,Disables 6 subregion" "No,Yes" bitfld.long 0x00 13. " [5] ,Disables 5 subregion" "No,Yes" bitfld.long 0x00 12. " [4] ,Disables 4 subregion" "No,Yes" bitfld.long 0x00 11. " [3] ,Disables 3 subregion" "No,Yes" bitfld.long 0x00 10. " [2] ,Disables 2 subregion" "No,Yes" bitfld.long 0x00 9. " [1] ,Disables 1 subregion" "No,Yes" bitfld.long 0x00 8. " [0] ,Disables 0 subregion" "No,Yes" textline " " bitfld.long 0x00 1.--6. " SIZE6 ,Size of region 6" ",,,,,,,,,,,,,,32KB,64KB,128KB,256KB,512KB,1MB,2MB,4MB,8MB,16MB,32MB,64MB,128MB,256MB,512MB,1GB,2GB,4GB,8GB,16GB,32GB,64GB,128GB,256GB,512GB,1TB,2TB,4TB,8TB,16TB,32TB,64TB,128TB,256TB,512TB,1PB,2PB,4PB,8PB,16PB,32PB,64PB,128PB,256PB,512PB,1EB,2EB,4EB,8EB,16EB" bitfld.long 0x00 0. " EN6 ,Enable for region 6" "Disabled,Enabled" group.long 0x170++0x07 line.long 0x00 "REGION_SETUP_LOW_7,Region Setup Low 7 Register" hexmask.long.tbyte 0x00 15.--31. 0x8000 " BASE_ADDRESS_LOW7 ,Controls the base address [31:15] of region 7" line.long 0x04 "REGION_SETUP_HIGH_7,Region Setup High 7 Register" group.long (0x170+0x08)++0x03 line.long 0x00 "REGION_ATTRIBUTES_7,Region Attributes 7 Register" bitfld.long 0x00 28.--31. " SP7 ,Permissions setting for region 7 . Secure read -SR Secure write -SW Non-secure read-NSR Non-secure write -NSW" "Nothing permitted,SW/NSW,SR/NSR,All,SW,SW/NSW,SR/NSR/SW,All,SR,SR/SW/NSW,SR/SW,All,SR/SW,SR/SW/NSW,SR/SW/NSR,All" textline " " bitfld.long 0x00 15. " SUBREGION_DISABLE[7] ,Disables 7 subregion" "No,Yes" bitfld.long 0x00 14. " [6] ,Disables 6 subregion" "No,Yes" bitfld.long 0x00 13. " [5] ,Disables 5 subregion" "No,Yes" bitfld.long 0x00 12. " [4] ,Disables 4 subregion" "No,Yes" bitfld.long 0x00 11. " [3] ,Disables 3 subregion" "No,Yes" bitfld.long 0x00 10. " [2] ,Disables 2 subregion" "No,Yes" bitfld.long 0x00 9. " [1] ,Disables 1 subregion" "No,Yes" bitfld.long 0x00 8. " [0] ,Disables 0 subregion" "No,Yes" textline " " bitfld.long 0x00 1.--6. " SIZE7 ,Size of region 7" ",,,,,,,,,,,,,,32KB,64KB,128KB,256KB,512KB,1MB,2MB,4MB,8MB,16MB,32MB,64MB,128MB,256MB,512MB,1GB,2GB,4GB,8GB,16GB,32GB,64GB,128GB,256GB,512GB,1TB,2TB,4TB,8TB,16TB,32TB,64TB,128TB,256TB,512TB,1PB,2PB,4PB,8PB,16PB,32PB,64PB,128PB,256PB,512PB,1EB,2EB,4EB,8EB,16EB" bitfld.long 0x00 0. " EN7 ,Enable for region 7" "Disabled,Enabled" tree.end group.long 0xE00++0x03 "Integration Test" line.long 0x00 "ITCRG, Integration Test Control Register" bitfld.long 0x00 0. " INT_TEST_EN ,Integration Test logic enable" "Disabled,Enabled" rgroup.long 0xE04++0x03 line.long 0x00 "ITIP,Integration Test Input Register" bitfld.long 0x00 0. " ITIP_SECURE_BOOT_LOCK ,Returns the status of secure_boot_lock" "Low,High" group.long 0xE08++0x03 line.long 0x00 "ITOP,Integration Test Output Register" bitfld.long 0x00 0. " ITOP_INT ,Set or reset the value of tzasc_int port" "Low,High" rgroup.long 0xFD0++0x03 "Component Configuration" line.long 0x00 "PERIPH_ID_4,Peripheral Identification Register 4" bitfld.long 0x00 4.--7. " 4KB_COUNT ,The number of 4KB address blocks required" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x00 0.--3. " JEP106_C_CODE , Represents how many 0x7F continuation characters occur in the manufacturer's identity code" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" rgroup.long 0xFE0++0x1f line.long 0x00 "PERIPH_ID_0,Peripheral Identification Register 0" hexmask.long.byte 0x00 0.--7. 1. " PART_NUMBER_0 ,Part number 0" line.long 0x04 "PERIPH_ID_1,Peripheral Identification Register 1" bitfld.long 0x04 4.--7. " JEP106_ID_3_0 ,JEP106 identity code [3:0]" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x04 0.--3. " PART_NUMBER_1 ,Part number 1" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x08 "PERIPH_ID_2,Peripheral Identification Register 2" bitfld.long 0x08 4.--7. " REVISION ,Revision of the TZASC" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x08 3. " JEDEC_USED ,TZASC uses a manufacturer's identity code that was allocated by JEDEC according to JEP106" "Not used,Used" bitfld.long 0x08 0.--2. " JEP106_ID_6_4 ,JEP106 identity code [6:4]" "0,1,2,3,4,5,6,7" line.long 0x0c "PERIPH_ID_3,Peripheral Identification Register 3" bitfld.long 0x0c 4.--7. " REVAND ,Revision of the silicon has occurred" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" bitfld.long 0x0c 0.--3. " MOD_NUMBER ,Modification number" "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" line.long 0x10 "COMPONENT_ID_0,Component Identification Register 0" hexmask.long.byte 0x10 0.--7. 1. " COMPONENT_ID_0 ,Component 0 ID" line.long 0x14 "COMPONENT_ID_1,Component Identification Register 1" hexmask.long.byte 0x14 0.--7. 1. " COMPONENT_ID_1 ,Component 1 ID" line.long 0x18 "COMPONENT_ID_2,Component Identification Register 2" hexmask.long.byte 0x18 0.--7. 1. " COMPONENT_ID_2 ,Component 2 ID" line.long 0x1c "COMPONENT_ID_3,Component Identification Register 3" hexmask.long.byte 0x1c 0.--7. 1. " COMPONENT_ID_3 ,Component 3 ID" width 0x0b tree.end tree.end textline ""