[][src]Type Definition avr_device::atmega2560::tc4::TCNT4

type TCNT4 = Reg<u16, _TCNT4>;

Timer/Counter4 Bytes

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

For information about available fields see tcnt4 module

Trait Implementations

impl Readable for TCNT4[src]

read() method returns tcnt4::R reader structure

impl ResetValue for TCNT4[src]

Register TCNT4 reset()'s with value 0

impl Writable for TCNT4[src]

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