pub struct W(/* private fields */);Expand description
Register TIMSK3 writer
Implementations§
source§impl W
impl W
sourcepub fn toie3(&mut self) -> BitWriterRaw<'_, u8, TIMSK3_SPEC, bool, BitM, 0>
pub fn toie3(&mut self) -> BitWriterRaw<'_, u8, TIMSK3_SPEC, bool, BitM, 0>
Bit 0 - Timer/Counter3 Overflow Interrupt Enable
sourcepub fn ocie3a(&mut self) -> BitWriterRaw<'_, u8, TIMSK3_SPEC, bool, BitM, 1>
pub fn ocie3a(&mut self) -> BitWriterRaw<'_, u8, TIMSK3_SPEC, bool, BitM, 1>
Bit 1 - Timer/Counter3 Output Compare A Match Interrupt Enable
sourcepub fn ocie3b(&mut self) -> BitWriterRaw<'_, u8, TIMSK3_SPEC, bool, BitM, 2>
pub fn ocie3b(&mut self) -> BitWriterRaw<'_, u8, TIMSK3_SPEC, bool, BitM, 2>
Bit 2 - Timer/Counter3 Output Compare B Match Interrupt Enable
sourcepub fn ocie3c(&mut self) -> BitWriterRaw<'_, u8, TIMSK3_SPEC, bool, BitM, 3>
pub fn ocie3c(&mut self) -> BitWriterRaw<'_, u8, TIMSK3_SPEC, bool, BitM, 3>
Bit 3 - Timer/Counter3 Output Compare C Match Interrupt Enable
sourcepub fn icie3(&mut self) -> BitWriterRaw<'_, u8, TIMSK3_SPEC, bool, BitM, 5>
pub fn icie3(&mut self) -> BitWriterRaw<'_, u8, TIMSK3_SPEC, bool, BitM, 5>
Bit 5 - Timer/Counter3 Input Capture Interrupt Enable