[][src]Type Definition avr_device::atmega1280::tc4::TIMSK4

type TIMSK4 = Reg<u8, _TIMSK4>;

Timer/Counter4 Interrupt Mask Register

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

For information about available fields see timsk4 module

Trait Implementations

impl Readable for TIMSK4[src]

read() method returns timsk4::R reader structure

impl ResetValue for TIMSK4[src]

Register TIMSK4 reset()'s with value 0

impl Writable for TIMSK4[src]

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