[][src]Type Definition k22f::system_control::fpccr::W

type W = W<u32, FPCCR>;

Writer for register FPCCR

Methods

impl W[src]

pub fn lspact(&mut self) -> LSPACT_W[src]

Bit 0 - Lazy state preservation.

pub fn user(&mut self) -> USER_W[src]

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

pub fn thread(&mut self) -> THREAD_W[src]

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

pub fn hfrdy(&mut self) -> HFRDY_W[src]

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) -> MMRDY_W[src]

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) -> BFRDY_W[src]

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) -> MONRDY_W[src]

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

pub fn lspen(&mut self) -> LSPEN_W[src]

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

pub fn aspen(&mut self) -> ASPEN_W[src]

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.