[][src]Struct cortex_m_rt::ExceptionFrame

#[repr(C)]
pub struct ExceptionFrame { pub r0: u32, pub r1: u32, pub r2: u32, pub r3: u32, pub r12: u32, pub lr: u32, pub pc: u32, pub xpsr: u32, }

Registers stacked (pushed into the stack) during an exception

Fields

(General purpose) Register 0

(General purpose) Register 1

(General purpose) Register 2

(General purpose) Register 3

(General purpose) Register 12

Linker Register

Program Counter

Program Status Register

Trait Implementations

impl Clone for ExceptionFrame
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ExceptionFrame
[src]

impl Debug for ExceptionFrame
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ExceptionFrame

impl Sync for ExceptionFrame

Blanket Implementations

impl<T> From for T
[src]

Performs the conversion.

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T, U> Into for T where
    U: From<T>, 
[src]

Performs the conversion.

impl<T> Borrow for T where
    T: ?Sized
[src]

Immutably borrows from an owned value. Read more

impl<T> BorrowMut for T where
    T: ?Sized
[src]

Mutably borrows from an owned value. Read more

impl<T> Any for T where
    T: 'static + ?Sized
[src]

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more