Struct cmsis_pack::pdsc::Processor [−][src]
pub struct Processor {
pub core: Core,
pub fpu: FPU,
pub mpu: MPU,
pub ap: u8,
pub dp: u8,
pub apid: Option<u32>,
pub address: Option<u32>,
pub svd: Option<String>,
pub name: Option<String>,
pub unit: usize,
pub default_reset_sequence: Option<String>,
}Fields
core: Corefpu: FPUmpu: MPUap: u8dp: u8apid: Option<u32>address: Option<u32>svd: Option<String>name: Option<String>unit: usizedefault_reset_sequence: Option<String>Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Processor
impl UnwindSafe for Processor
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more