Struct cortex_m::register::apsr::Apsr [] [src]

pub struct Apsr { /* fields omitted */ }

Application Program Status Register

Methods

impl Apsr
[src]

Returns the contents of the register as raw bits

DSP overflow and saturation flag

Overflow flag

Carry or borrow flag

Zero flag

Negative flag

Trait Implementations

impl Clone for Apsr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Apsr
[src]

impl Debug for Apsr
[src]

Formats the value using the given formatter.