[][src]Struct k64::system_control::fpccr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

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

Bit 0 - Lazy state preservation.

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

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

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

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

pub fn hfrdy(&mut self) -> _HFRDYW[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) -> _MMRDYW[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) -> _BFRDYW[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) -> _MONRDYW[src]

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

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

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

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

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]