Files
jlibusb/mcdp/resources/targets/mpc555/registerDictionary.dtd
schlaepfer 9c9ddb4a5a - support for 555 added
- all 332 registers moved to xml-file
- dtd updated for registerGroup + registers without group

git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@50 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2005-11-17 10:16:51 +00:00

18 lines
540 B
XML

<?xml version='1.0' encoding='utf-8'?>
<!-- DTD for MPC555 RegisterDictionary.
Only the type values are MPC555 specific.
-->
<!ELEMENT registerDefinitions ((registerGroup*, register*) | (register*, registerGroup*))>
<!ELEMENT registerGroup (register+)>
<!ATTLIST registerGroup
baseAddress CDATA #REQUIRED>
<!ELEMENT register (description?)>
<!ATTLIST register
name CDATA #REQUIRED
type (CtrlReg|GPR|FPR|SPR|MSR|CR|FPSCR) #REQUIRED
value CDATA #REQUIRED
size (1|2|4) #REQUIRED>
<!ELEMENT description (#PCDATA)>