Struct Scb

Source
#[repr(C)]
pub struct Scb {
Show 21 fields pub cpuid: u32, pub icsr: u32, pub vtor: u32, pub aircr: u32, pub scr: u32, pub ccr: u32, pub shp: [u8; 12], pub shcsr: u32, pub cfsr: u32, pub hfsr: u32, pub dfsr: u32, pub mmfar: u32, pub bfar: u32, pub afsr: u32, pub pfr: [u32; 2], pub dfr: u32, pub adr: u32, pub mmfr: [u32; 4], pub isar: [u32; 5], _reserved0: [u32; 5], pub cpacr: u32,
}

Fields§

§cpuid: u32§icsr: u32§vtor: u32§aircr: u32§scr: u32§ccr: u32§shp: [u8; 12]§shcsr: u32§cfsr: u32§hfsr: u32§dfsr: u32§mmfar: u32§bfar: u32§afsr: u32§pfr: [u32; 2]§dfr: u32§adr: u32§mmfr: [u32; 4]§isar: [u32; 5]§_reserved0: [u32; 5]§cpacr: u32

Auto Trait Implementations§

§

impl Freeze for Scb

§

impl RefUnwindSafe for Scb

§

impl Send for Scb

§

impl Sync for Scb

§

impl Unpin for Scb

§

impl UnwindSafe for Scb

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.