[][src]Type Definition avr_device::atmega2560::tc2::TCCR2A

type TCCR2A = Reg<u8, _TCCR2A>;

Timer/Counter2 Control Register A

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

For information about available fields see tccr2a module

Trait Implementations

impl Readable for TCCR2A[src]

read() method returns tccr2a::R reader structure

impl ResetValue for TCCR2A[src]

Register TCCR2A reset()'s with value 0

impl Writable for TCCR2A[src]

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