[][src]Type Definition avr_device::atmega2560::tc3::timsk3::W

type W = W<u8, TIMSK3>;

Writer for register TIMSK3

Implementations

impl W[src]

pub fn toie3(&mut self) -> TOIE3_W[src]

Bit 0 - Timer/Counter3 Overflow Interrupt Enable

pub fn ocie3a(&mut self) -> OCIE3A_W[src]

Bit 1 - Timer/Counter3 Output Compare A Match Interrupt Enable

pub fn ocie3b(&mut self) -> OCIE3B_W[src]

Bit 2 - Timer/Counter3 Output Compare B Match Interrupt Enable

pub fn ocie3c(&mut self) -> OCIE3C_W[src]

Bit 3 - Timer/Counter3 Output Compare C Match Interrupt Enable

pub fn icie3(&mut self) -> ICIE3_W[src]

Bit 5 - Timer/Counter3 Input Capture Interrupt Enable