Type Alias CPSR

Source
pub type CPSR = Reg<CPSR_SPEC>;
Expand description

CPSR register accessor: an alias for Reg<CPSR_SPEC>

Aliased Typeยง

pub struct CPSR { /* private fields */ }