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

type TCCR2 = Reg<u8, _TCCR2>;

Timer/Counter2 Control Register

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

For information about available fields see tccr2 module

Trait Implementations

impl Readable for TCCR2[src]

read() method returns tccr2::R reader structure

impl ResetValue for TCCR2[src]

Register TCCR2 reset()'s with value 0

impl Writable for TCCR2[src]

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