Struct avr_device::atmega2560::tc5::timsk5::W
source · pub struct W(/* private fields */);Expand description
Register TIMSK5 writer
Implementations§
source§impl W
impl W
sourcepub fn ocie5a(&mut self) -> OCIE5A_W<'_, 1>
pub fn ocie5a(&mut self) -> OCIE5A_W<'_, 1>
Bit 1 - Timer/Counter5 Output Compare A Match Interrupt Enable
sourcepub fn ocie5b(&mut self) -> OCIE5B_W<'_, 2>
pub fn ocie5b(&mut self) -> OCIE5B_W<'_, 2>
Bit 2 - Timer/Counter5 Output Compare B Match Interrupt Enable
sourcepub fn ocie5c(&mut self) -> OCIE5C_W<'_, 3>
pub fn ocie5c(&mut self) -> OCIE5C_W<'_, 3>
Bit 3 - Timer/Counter5 Output Compare C Match Interrupt Enable
Methods from Deref<Target = W<TIMSK5_SPEC>>§
Trait Implementations§
source§impl From<W<TIMSK5_SPEC>> for W
impl From<W<TIMSK5_SPEC>> for W
source§fn from(writer: W<TIMSK5_SPEC>) -> Self
fn from(writer: W<TIMSK5_SPEC>) -> Self
Converts to this type from the input type.