Struct svd_parser::RegisterArrayInfo [] [src]

pub struct RegisterArrayInfo {
    pub dim: u32,
    pub dim_increment: u32,
    pub dim_index: Option<Vec<String>>,
}

Fields

Trait Implementations

impl Clone for RegisterArrayInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RegisterArrayInfo
[src]

Formats the value using the given formatter.