/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to models/ipecamera/registers_and_banks.xsd

  • Committer: zilio nicolas
  • Date: 2015-09-07 08:35:48 UTC
  • mto: This revision was merged to the branch mainline in revision 303.
  • Revision ID: nicolas.zilio@kit.edu-20150907083548-wcckckjtm0l84hsw
further modifications

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    
50
50
    <xsd:complexType name="bank_description_t">
51
51
        <xsd:sequence>
52
 
            <xsd:element name="adress" type="bank_adress_type"/>
53
52
            <xsd:element name="bar" type="bar_type"/>
54
53
            <xsd:element name="size" type="hexa_and_integer64_t"/>
55
54
            <xsd:element name="protocol" type="xsd:string"/>
56
 
            <xsd:element name="read_adress" type="hex64_t"/>
57
 
            <xsd:element name="write_adress" type="hex64_t"/>
 
55
            <xsd:element name="read_address" type="hex64_t"/>
 
56
            <xsd:element name="write_address" type="hex64_t"/>
58
57
            <xsd:element name="word_size" type="uint8_t"/>
59
58
            <xsd:element name="endianess" type="endianess_type"/>
60
59
            <xsd:element name="format" type="xsd:string"/>
72
71
    
73
72
    <xsd:complexType name="register_type">
74
73
        <xsd:sequence>
75
 
            <xsd:element name="adress" type="hexa_and_integer32_t"/>
 
74
            <xsd:element name="address" type="hexa_and_integer32_t"/>
76
75
            <xsd:element name="offset" type="uint8_t"/>
77
76
            <xsd:element name="size" type="uint8_t"/>
78
77
            <xsd:element name="default" type="hexa_and_integer32_t"/>