Struct svd_parser::Peripheral [] [src]

pub struct Peripheral {
    pub name: String,
    pub group_name: Option<String>,
    pub description: Option<String>,
    pub base_address: u32,
    pub interrupt: Option<Interrupt>,
    pub registers: Option<Vec<Register>>,
    pub derived_from: Option<String>,
}

Fields

Trait Implementations

impl Clone for Peripheral
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Peripheral
[src]

Formats the value using the given formatter.