[][src]Type Definition avr_device::atmega64::tc2::TCNT2

type TCNT2 = Reg<u8, _TCNT2>;

Timer/Counter Register

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

For information about available fields see tcnt2 module

Trait Implementations

impl Readable for TCNT2[src]

read() method returns tcnt2::R reader structure

impl ResetValue for TCNT2[src]

Register TCNT2 reset()'s with value 0

impl Writable for TCNT2[src]

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