Struct avr_device::atmega2560::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 Compare A Match Interrupt Enable
sourcepub fn ocie1b(&mut self) -> OCIE1B_W<'_, 2>
pub fn ocie1b(&mut self) -> OCIE1B_W<'_, 2>
Bit 2 - Timer/Counter1 Output Compare B Match Interrupt Enable
sourcepub fn ocie1c(&mut self) -> OCIE1C_W<'_, 3>
pub fn ocie1c(&mut self) -> OCIE1C_W<'_, 3>
Bit 3 - Timer/Counter1 Output Compare C Match Interrupt Enable
Methods from Deref<Target = W<TIMSK1_SPEC>>§
Trait Implementations§
source§impl From<W<TIMSK1_SPEC>> for W
impl From<W<TIMSK1_SPEC>> for W
source§fn from(writer: W<TIMSK1_SPEC>) -> Self
fn from(writer: W<TIMSK1_SPEC>) -> Self
Converts to this type from the input type.