[][src]Type Definition avr_device::atmega2560::tc0::TIMSK0

type TIMSK0 = Reg<u8, _TIMSK0>;

Timer/Counter0 Interrupt Mask Register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see timsk0 module

Trait Implementations

impl Readable for TIMSK0[src]

read() method returns timsk0::R reader structure

impl ResetValue for TIMSK0[src]

Register TIMSK0 reset()'s with value 0

impl Writable for TIMSK0[src]

write(|w| ..) method takes timsk0::W writer structure