pub struct W(/* private fields */);
Expand description
Register FPCCR
writer
Implementations§
source§impl 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§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more