W

Type Alias W 

pub type W = W<FpccrSpec>;
Expand description

Register FPCCR writer

Aliased Type§

pub struct W { /* private fields */ }

Implementations§

§

impl W

pub fn lspact(&mut self) -> LspactW<'_, FpccrSpec>

Bit 0 - Lazy state preservation.

pub fn user(&mut self) -> UserW<'_, FpccrSpec>

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

pub fn thread(&mut self) -> ThreadW<'_, FpccrSpec>

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

pub fn hfrdy(&mut self) -> HfrdyW<'_, FpccrSpec>

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

pub fn mmrdy(&mut self) -> MmrdyW<'_, FpccrSpec>

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

pub fn bfrdy(&mut self) -> BfrdyW<'_, FpccrSpec>

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

pub fn monrdy(&mut self) -> MonrdyW<'_, FpccrSpec>

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

pub fn lspen(&mut self) -> LspenW<'_, FpccrSpec>

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

pub fn aspen(&mut self) -> AspenW<'_, FpccrSpec>

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.