Struct svd_parser::Cpu [] [src]

pub struct Cpu {
    pub name: String,
    pub revision: String,
    pub endian: Endian,
    pub mpu_present: bool,
    pub fpu_present: bool,
    pub nvic_priority_bits: u32,
    pub has_vendor_systick: bool,
    // some fields omitted
}

Fields

Methods

impl Cpu
[src]

[src]

Trait Implementations

impl Clone for Cpu
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Cpu
[src]

[src]

Formats the value using the given formatter.