[][src]Type Definition avr_device::atmega8::tc2::TIMSK

type TIMSK = Reg<u8, _TIMSK>;

Timer/Counter Interrupt Mask register

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

For information about available fields see timsk module

Trait Implementations

impl Readable for TIMSK[src]

read() method returns timsk::R reader structure

impl ResetValue for TIMSK[src]

Register TIMSK reset()'s with value 0

impl Writable for TIMSK[src]

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