- xml/dtd updated (using XInclude)
- templates moved to /general folder git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@62 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
18
mcdp/resources/targets/general/registerDictionary.dtd
Normal file
18
mcdp/resources/targets/general/registerDictionary.dtd
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
|
||||
<!-- DTD template for a RegisterDictionary.
|
||||
Note: the type values are microcontroller specific and need to be adapted
|
||||
to the specific register used in this registerDict.
|
||||
-->
|
||||
|
||||
<!ELEMENT registerDefinitions ((registerGroup*, register*) | (register*, registerGroup*))>
|
||||
<!ELEMENT registerGroup (register+)>
|
||||
<!ATTLIST registerGroup
|
||||
baseAddress CDATA #REQUIRED>
|
||||
<!ELEMENT register (description?)>
|
||||
<!ATTLIST register
|
||||
name CDATA #REQUIRED
|
||||
type (type1|type2|type3) #REQUIRED
|
||||
value CDATA #REQUIRED
|
||||
size (1|2|4) #REQUIRED>
|
||||
<!ELEMENT description (#PCDATA)>
|
||||
Reference in New Issue
Block a user