pub struct W(_);
Expand description
Register FPCCR
writer
Implementations
sourceimpl W
impl W
sourcepub fn lspact(&mut self) -> BitWriterRaw<'_, u32, FPCCR_SPEC, bool, BitM, 0>
pub fn lspact(&mut self) -> BitWriterRaw<'_, u32, FPCCR_SPEC, bool, BitM, 0>
Bit 0 - LSPACT
sourcepub fn user(&mut self) -> BitWriterRaw<'_, u32, FPCCR_SPEC, bool, BitM, 1>
pub fn user(&mut self) -> BitWriterRaw<'_, u32, FPCCR_SPEC, bool, BitM, 1>
Bit 1 - USER
sourcepub fn thread(&mut self) -> BitWriterRaw<'_, u32, FPCCR_SPEC, bool, BitM, 3>
pub fn thread(&mut self) -> BitWriterRaw<'_, u32, FPCCR_SPEC, bool, BitM, 3>
Bit 3 - THREAD
sourcepub fn hfrdy(&mut self) -> BitWriterRaw<'_, u32, FPCCR_SPEC, bool, BitM, 4>
pub fn hfrdy(&mut self) -> BitWriterRaw<'_, u32, FPCCR_SPEC, bool, BitM, 4>
Bit 4 - HFRDY
sourcepub fn mmrdy(&mut self) -> BitWriterRaw<'_, u32, FPCCR_SPEC, bool, BitM, 5>
pub fn mmrdy(&mut self) -> BitWriterRaw<'_, u32, FPCCR_SPEC, bool, BitM, 5>
Bit 5 - MMRDY
sourcepub fn bfrdy(&mut self) -> BitWriterRaw<'_, u32, FPCCR_SPEC, bool, BitM, 6>
pub fn bfrdy(&mut self) -> BitWriterRaw<'_, u32, FPCCR_SPEC, bool, BitM, 6>
Bit 6 - BFRDY
sourcepub fn monrdy(&mut self) -> BitWriterRaw<'_, u32, FPCCR_SPEC, bool, BitM, 8>
pub fn monrdy(&mut self) -> BitWriterRaw<'_, u32, FPCCR_SPEC, bool, BitM, 8>
Bit 8 - MONRDY
sourcepub fn lspen(&mut self) -> BitWriterRaw<'_, u32, FPCCR_SPEC, bool, BitM, 30>
pub fn lspen(&mut self) -> BitWriterRaw<'_, u32, FPCCR_SPEC, bool, BitM, 30>
Bit 30 - LSPEN
sourcepub fn aspen(&mut self) -> BitWriterRaw<'_, u32, FPCCR_SPEC, bool, BitM, 31>
pub fn aspen(&mut self) -> BitWriterRaw<'_, u32, FPCCR_SPEC, bool, BitM, 31>
Bit 31 - ASPEN
Methods from Deref<Target = W<FPCCR_SPEC>>
sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations
sourceimpl From<W<FPCCR_SPEC>> for W
impl From<W<FPCCR_SPEC>> for W
sourcefn from(writer: W<FPCCR_SPEC>) -> W
fn from(writer: W<FPCCR_SPEC>) -> W
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more