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§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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