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§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more