- 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
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
|
||||
<!-- DTD for a RegisterDictionary. -->
|
||||
<!-- DTD for MC68332 RegisterDictionary.
|
||||
Only the type values are MC68332 specific.
|
||||
-->
|
||||
|
||||
<!ELEMENT registerDefinitions (registerGroup+)>
|
||||
<!ELEMENT registerDefinitions ((registerGroup*, register*) | (register*, registerGroup*))>
|
||||
<!ELEMENT registerGroup (register+)>
|
||||
<!ATTLIST registerGroup
|
||||
baseAddress CDATA #REQUIRED>
|
||||
@@ -10,6 +12,6 @@
|
||||
<!ATTLIST register
|
||||
name CDATA #REQUIRED
|
||||
type (CtrlReg|UserReg|SysReg) #REQUIRED
|
||||
offset CDATA #REQUIRED
|
||||
value CDATA #REQUIRED
|
||||
size (1|2|4) #REQUIRED>
|
||||
<!ELEMENT description (#PCDATA)>
|
||||
|
||||
Reference in New Issue
Block a user