[][src]Type Definition avr_device::atmega32u4::tc0::TCNT0

type TCNT0 = Reg<u8, _TCNT0>;

Timer/Counter0

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

For information about available fields see tcnt0 module

Trait Implementations

impl Readable for TCNT0[src]

read() method returns tcnt0::R reader structure

impl ResetValue for TCNT0[src]

Register TCNT0 reset()'s with value 0

impl Writable for TCNT0[src]

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