pub struct W(/* private fields */);
Expand description
Register ACTRL
writer
Implementations§
Source§impl W
impl W
Sourcepub fn dismcycint(&mut self) -> BitWriterRaw<'_, u32, ACTRL_SPEC, bool, BitM, 0>
pub fn dismcycint(&mut self) -> BitWriterRaw<'_, u32, ACTRL_SPEC, bool, BitM, 0>
Bit 0 - DISMCYCINT
Sourcepub fn disdefwbuf(&mut self) -> BitWriterRaw<'_, u32, ACTRL_SPEC, bool, BitM, 1>
pub fn disdefwbuf(&mut self) -> BitWriterRaw<'_, u32, ACTRL_SPEC, bool, BitM, 1>
Bit 1 - DISDEFWBUF
Sourcepub fn disfold(&mut self) -> BitWriterRaw<'_, u32, ACTRL_SPEC, bool, BitM, 2>
pub fn disfold(&mut self) -> BitWriterRaw<'_, u32, ACTRL_SPEC, bool, BitM, 2>
Bit 2 - DISFOLD
Sourcepub fn disfpca(&mut self) -> BitWriterRaw<'_, u32, ACTRL_SPEC, bool, BitM, 8>
pub fn disfpca(&mut self) -> BitWriterRaw<'_, u32, ACTRL_SPEC, bool, BitM, 8>
Bit 8 - DISFPCA
Sourcepub fn disoofp(&mut self) -> BitWriterRaw<'_, u32, ACTRL_SPEC, bool, BitM, 9>
pub fn disoofp(&mut self) -> BitWriterRaw<'_, u32, ACTRL_SPEC, bool, BitM, 9>
Bit 9 - DISOOFP
Methods from Deref<Target = W<ACTRL_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