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
name: String
revision: String
endian: Endian
mpu_present: bool
fpu_present: bool
nvic_priority_bits: u32
has_vendor_systick: bool
Methods
impl Cpu[src]
fn is_cortex_m(&self) -> bool[src]
Trait Implementations
impl Clone for Cpu[src]
fn clone(&self) -> Cpu[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more