pub struct W(/* private fields */);Expand description
Register CMSTAT writer
Implementations§
Source§impl W
impl W
Sourcepub fn c1out(&mut self) -> BitWriterRaw<'_, CMSTAT_SPEC, 0>
pub fn c1out(&mut self) -> BitWriterRaw<'_, CMSTAT_SPEC, 0>
Bit 0
Sourcepub fn c2out(&mut self) -> BitWriterRaw<'_, CMSTAT_SPEC, 1>
pub fn c2out(&mut self) -> BitWriterRaw<'_, CMSTAT_SPEC, 1>
Bit 1
Sourcepub fn c3out(&mut self) -> BitWriterRaw<'_, CMSTAT_SPEC, 2>
pub fn c3out(&mut self) -> BitWriterRaw<'_, CMSTAT_SPEC, 2>
Bit 2
Sourcepub fn sidl(&mut self) -> BitWriterRaw<'_, CMSTAT_SPEC, 13>
pub fn sidl(&mut self) -> BitWriterRaw<'_, CMSTAT_SPEC, 13>
Bit 13
Sourcepub fn frz(&mut self) -> BitWriterRaw<'_, CMSTAT_SPEC, 14>
pub fn frz(&mut self) -> BitWriterRaw<'_, CMSTAT_SPEC, 14>
Bit 14
Methods from Deref<Target = W<CMSTAT_SPEC>>§
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 UnsafeUnpin 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