[][src]Type Definition avr_device::attiny85::tc1::TCNT1

type TCNT1 = Reg<u8, _TCNT1>;

Timer/Counter Register

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

For information about available fields see tcnt1 module

Trait Implementations

impl Readable for TCNT1[src]

read() method returns tcnt1::R reader structure

impl ResetValue for TCNT1[src]

Register TCNT1 reset()'s with value 0

impl Writable for TCNT1[src]

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