R

Type Alias R 

pub type R = R<FpccrSpec>;
Expand description

Register FPCCR reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

§

impl R

pub fn lspact(&self) -> LspactR

Bit 0 - Lazy state preservation.

pub fn user(&self) -> UserR

Bit 1 - Privilege level when the floating-point stack frame was allocated.

pub fn thread(&self) -> ThreadR

Bit 3 - Mode when the floating-point stack frame was allocated.

pub fn hfrdy(&self) -> HfrdyR

Bit 4 - Permission to set the HardFault handler to the pending state when the floating-point stack frame was allocated.

pub fn mmrdy(&self) -> MmrdyR

Bit 5 - Permission to set the MemManage handler to the pending state when the floating-point stack frame was allocated.

pub fn bfrdy(&self) -> BfrdyR

Bit 6 - Permission to set the BusFault handler to the pending state when the floating-point stack frame was allocated.

pub fn monrdy(&self) -> MonrdyR

Bit 8 - Permission to set the MON_PEND when the floating-point stack frame was allocated.

pub fn lspen(&self) -> LspenR

Bit 30 - Lazy state preservation for floating-point context.

pub fn aspen(&self) -> AspenR

Bit 31 - Enables CONTROL2 setting on execution of a floating-point instruction. This results in automatic hardware state preservation and restoration, for floating-point context, on exception entry and exit.