[][src]Type Definition avr_device::atmega64::tc1::ETIMSK

type ETIMSK = Reg<u8, _ETIMSK>;

Extended Timer/Counter Interrupt Mask Register

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

For information about available fields see etimsk module

Trait Implementations

impl Readable for ETIMSK[src]

read() method returns etimsk::R reader structure

impl ResetValue for ETIMSK[src]

Register ETIMSK reset()'s with value 0

impl Writable for ETIMSK[src]

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