pub struct W(/* private fields */);
Expand description
Register ASSR
writer
Implementations§
source§impl W
impl W
sourcepub fn tcr2bub(&mut self) -> BitWriterRaw<'_, u8, ASSR_SPEC, bool, BitM, 0>
pub fn tcr2bub(&mut self) -> BitWriterRaw<'_, u8, ASSR_SPEC, bool, BitM, 0>
Bit 0 - Timer/Counter Control Register2 Update Busy
sourcepub fn tcr2aub(&mut self) -> BitWriterRaw<'_, u8, ASSR_SPEC, bool, BitM, 1>
pub fn tcr2aub(&mut self) -> BitWriterRaw<'_, u8, ASSR_SPEC, bool, BitM, 1>
Bit 1 - Timer/Counter Control Register2 Update Busy
sourcepub fn ocr2bub(&mut self) -> BitWriterRaw<'_, u8, ASSR_SPEC, bool, BitM, 2>
pub fn ocr2bub(&mut self) -> BitWriterRaw<'_, u8, ASSR_SPEC, bool, BitM, 2>
Bit 2 - Output Compare Register 2 Update Busy
sourcepub fn ocr2aub(&mut self) -> BitWriterRaw<'_, u8, ASSR_SPEC, bool, BitM, 3>
pub fn ocr2aub(&mut self) -> BitWriterRaw<'_, u8, ASSR_SPEC, bool, BitM, 3>
Bit 3 - Output Compare Register2 Update Busy
sourcepub fn tcn2ub(&mut self) -> BitWriterRaw<'_, u8, ASSR_SPEC, bool, BitM, 4>
pub fn tcn2ub(&mut self) -> BitWriterRaw<'_, u8, ASSR_SPEC, bool, BitM, 4>
Bit 4 - Timer/Counter2 Update Busy
sourcepub fn as2(&mut self) -> BitWriterRaw<'_, u8, ASSR_SPEC, bool, BitM, 5>
pub fn as2(&mut self) -> BitWriterRaw<'_, u8, ASSR_SPEC, bool, BitM, 5>
Bit 5 - Asynchronous Timer/Counter2
Methods from Deref<Target = W<ASSR_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 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