pub struct W(/* private fields */);
Expand description
Register TIMSK
writer
Implementations§
source§impl W
impl W
sourcepub fn toie1(&mut self) -> BitWriterRaw<'_, u8, TIMSK_SPEC, bool, BitM, 2>
pub fn toie1(&mut self) -> BitWriterRaw<'_, u8, TIMSK_SPEC, bool, BitM, 2>
Bit 2 - Timer/Counter1 Overflow Interrupt Enable
sourcepub fn ocie1b(&mut self) -> BitWriterRaw<'_, u8, TIMSK_SPEC, bool, BitM, 5>
pub fn ocie1b(&mut self) -> BitWriterRaw<'_, u8, TIMSK_SPEC, bool, BitM, 5>
Bit 5 - OCIE1A: Timer/Counter1 Output Compare B Interrupt Enable
sourcepub fn ocie1a(&mut self) -> BitWriterRaw<'_, u8, TIMSK_SPEC, bool, BitM, 6>
pub fn ocie1a(&mut self) -> BitWriterRaw<'_, u8, TIMSK_SPEC, bool, BitM, 6>
Bit 6 - OCIE1A: Timer/Counter1 Output Compare Interrupt Enable
Methods from Deref<Target = W<TIMSK_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