diff options
author | zilio nicolas <nicolas.zilio@kit.edu> | 2015-09-07 10:35:48 +0200 |
---|---|---|
committer | zilio nicolas <nicolas.zilio@kit.edu> | 2015-09-07 10:35:48 +0200 |
commit | d996fab54c59ca0b34d4ff7c4ab5ab8247559db0 (patch) | |
tree | 5cd92a166f189980da166dcfe2122d89c7f82190 /models/ipecamera/registers_and_banks.xsd | |
parent | ea28e2990ae59e21856d9ae0311cec5b5415237b (diff) | |
download | pcitool-d996fab54c59ca0b34d4ff7c4ab5ab8247559db0.tar.gz pcitool-d996fab54c59ca0b34d4ff7c4ab5ab8247559db0.tar.bz2 pcitool-d996fab54c59ca0b34d4ff7c4ab5ab8247559db0.tar.xz pcitool-d996fab54c59ca0b34d4ff7c4ab5ab8247559db0.zip |
further modifications
Diffstat (limited to 'models/ipecamera/registers_and_banks.xsd')
-rwxr-xr-x | models/ipecamera/registers_and_banks.xsd | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/models/ipecamera/registers_and_banks.xsd b/models/ipecamera/registers_and_banks.xsd index 10d49b7..234cc05 100755 --- a/models/ipecamera/registers_and_banks.xsd +++ b/models/ipecamera/registers_and_banks.xsd @@ -49,12 +49,11 @@ <xsd:complexType name="bank_description_t"> <xsd:sequence> - <xsd:element name="adress" type="bank_adress_type"/> <xsd:element name="bar" type="bar_type"/> <xsd:element name="size" type="hexa_and_integer64_t"/> <xsd:element name="protocol" type="xsd:string"/> - <xsd:element name="read_adress" type="hex64_t"/> - <xsd:element name="write_adress" type="hex64_t"/> + <xsd:element name="read_address" type="hex64_t"/> + <xsd:element name="write_address" type="hex64_t"/> <xsd:element name="word_size" type="uint8_t"/> <xsd:element name="endianess" type="endianess_type"/> <xsd:element name="format" type="xsd:string"/> @@ -72,7 +71,7 @@ <xsd:complexType name="register_type"> <xsd:sequence> - <xsd:element name="adress" type="hexa_and_integer32_t"/> + <xsd:element name="address" type="hexa_and_integer32_t"/> <xsd:element name="offset" type="uint8_t"/> <xsd:element name="size" type="uint8_t"/> <xsd:element name="default" type="hexa_and_integer32_t"/> |