[][src]Type Definition lpc54606_pac::system_control::fpccr::R

type R = R<u32, FPCCR>;

Reader of register FPCCR

Methods

impl R[src]

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

Bit 0 - Lazy state preservation.

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

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

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

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

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

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

pub fn mmrdy(&self) -> MMRDY_R[src]

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

pub fn bfrdy(&self) -> BFRDY_R[src]

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

pub fn monrdy(&self) -> MONRDY_R[src]

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

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

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

pub fn aspen(&self) -> ASPEN_R[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.