[][src]Type Definition avr_device::atmega1280::tc3::TCCR3A

type TCCR3A = Reg<u8, _TCCR3A>;

Timer/Counter3 Control Register A

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

For information about available fields see tccr3a module

Trait Implementations

impl Readable for TCCR3A[src]

read() method returns tccr3a::R reader structure

impl ResetValue for TCCR3A[src]

Register TCCR3A reset()'s with value 0

impl Writable for TCCR3A[src]

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