Struct avr_device::atmega328p::tc1::timsk1::W
source · pub struct W(/* private fields */);
Expand description
Register TIMSK1
writer
Implementations§
source§impl W
impl W
sourcepub fn ocie1a(&mut self) -> OCIE1A_W<'_, 1>
pub fn ocie1a(&mut self) -> OCIE1A_W<'_, 1>
Bit 1 - Timer/Counter1 Output CompareA Match Interrupt Enable
sourcepub fn ocie1b(&mut self) -> OCIE1B_W<'_, 2>
pub fn ocie1b(&mut self) -> OCIE1B_W<'_, 2>
Bit 2 - Timer/Counter1 Output CompareB Match Interrupt Enable
Methods from Deref<Target = W<TIMSK1_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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