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§
source§impl From<W<TIMSK4_SPEC>> for W
impl From<W<TIMSK4_SPEC>> for W
source§fn from(writer: W<TIMSK4_SPEC>) -> Self
fn from(writer: W<TIMSK4_SPEC>) -> Self
Converts to this type from the input type.