[][src]Type Definition avr_device::atmega1280::tc0::GTCCR

type GTCCR = Reg<u8, _GTCCR>;

General Timer/Counter Control Register

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

For information about available fields see gtccr module

Trait Implementations

impl Readable for GTCCR[src]

read() method returns gtccr::R reader structure

impl ResetValue for GTCCR[src]

Register GTCCR reset()'s with value 0

impl Writable for GTCCR[src]

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