[][src]Type Definition avr_device::attiny88::tc1::TIMSK1

type TIMSK1 = Reg<u8, _TIMSK1>;

Timer/Counter Interrupt Mask Register

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

For information about available fields see timsk1 module

Trait Implementations

impl Readable for TIMSK1[src]

read() method returns timsk1::R reader structure

impl ResetValue for TIMSK1[src]

Register TIMSK1 reset()'s with value 0

impl Writable for TIMSK1[src]

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