Struct svd_parser::Register [] [src]

pub struct Register {
    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>>,
}

Fields

Trait Implementations

impl Clone for Register
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Register
[src]

Formats the value using the given formatter.