[][src]Type Definition avr_device::atmega8::tc0::TCCR0

type TCCR0 = Reg<u8, _TCCR0>;

Timer/Counter0 Control Register

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

For information about available fields see tccr0 module

Trait Implementations

impl Readable for TCCR0[src]

read() method returns tccr0::R reader structure

impl ResetValue for TCCR0[src]

Register TCCR0 reset()'s with value 0

impl Writable for TCCR0[src]

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