Struct avr_device::atmega2560::tc3::timsk3::W
source · pub struct W(/* private fields */);Expand description
Register TIMSK3 writer
Implementations§
source§impl W
impl W
sourcepub fn ocie3a(&mut self) -> OCIE3A_W<'_, 1>
pub fn ocie3a(&mut self) -> OCIE3A_W<'_, 1>
Bit 1 - Timer/Counter3 Output Compare A Match Interrupt Enable
sourcepub fn ocie3b(&mut self) -> OCIE3B_W<'_, 2>
pub fn ocie3b(&mut self) -> OCIE3B_W<'_, 2>
Bit 2 - Timer/Counter3 Output Compare B Match Interrupt Enable
sourcepub fn ocie3c(&mut self) -> OCIE3C_W<'_, 3>
pub fn ocie3c(&mut self) -> OCIE3C_W<'_, 3>
Bit 3 - Timer/Counter3 Output Compare C Match Interrupt Enable
Methods from Deref<Target = W<TIMSK3_SPEC>>§
Trait Implementations§
source§impl From<W<TIMSK3_SPEC>> for W
impl From<W<TIMSK3_SPEC>> for W
source§fn from(writer: W<TIMSK3_SPEC>) -> Self
fn from(writer: W<TIMSK3_SPEC>) -> Self
Converts to this type from the input type.