Struct cortex_m::exception::ExceptionFrame [] [src]

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]

[src]
[]

Returns a copy of the value. Read more

1.0.0
[src]
[]

Performs copy-assignment from source. Read more

impl Copy for ExceptionFrame
[src]

impl Debug for ExceptionFrame
[src]

[src]
[]

Formats the value using the given formatter. Read more