[][src]Type Definition avr_device::atmega2560::tc5::TCNT5

type TCNT5 = Reg<u16, _TCNT5>;

Timer/Counter5 Bytes

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

For information about available fields see tcnt5 module

Trait Implementations

impl Readable for TCNT5[src]

read() method returns tcnt5::R reader structure

impl ResetValue for TCNT5[src]

Register TCNT5 reset()'s with value 0

impl Writable for TCNT5[src]

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