Struct svd_parser::RegisterInfo [] [src]

pub struct RegisterInfo {
    pub name: String,
    pub description: String,
    pub address_offset: u32,
    pub size: Option<u32>,
    pub access: Option<Access>,
    pub reset_value: Option<u32>,
    pub reset_mask: Option<u32>,
    pub fields: Option<Vec<Field>>,
    pub write_constraint: Option<WriteConstraint>,
    // some fields omitted
}

Fields

None indicates that the <fields> node is not present

Trait Implementations

impl Clone for RegisterInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for RegisterInfo
[src]

[src]

Formats the value using the given formatter.