Struct avr_device::atmega2560::tc4::timsk4::W
source · pub struct W(/* private fields */);
Expand description
Register TIMSK4
writer
Implementations§
source§impl W
impl W
sourcepub fn ocie4a(&mut self) -> OCIE4A_W<'_, 1>
pub fn ocie4a(&mut self) -> OCIE4A_W<'_, 1>
Bit 1 - Timer/Counter4 Output Compare A Match Interrupt Enable
sourcepub fn ocie4b(&mut self) -> OCIE4B_W<'_, 2>
pub fn ocie4b(&mut self) -> OCIE4B_W<'_, 2>
Bit 2 - Timer/Counter4 Output Compare B Match Interrupt Enable
sourcepub fn ocie4c(&mut self) -> OCIE4C_W<'_, 3>
pub fn ocie4c(&mut self) -> OCIE4C_W<'_, 3>
Bit 3 - Timer/Counter4 Output Compare C Match Interrupt Enable
Methods from Deref<Target = W<TIMSK4_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