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

type TCCR3C = Reg<u8, _TCCR3C>;

Timer/Counter 3 Control Register C

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

For information about available fields see tccr3c module

Trait Implementations

impl Readable for TCCR3C[src]

read() method returns tccr3c::R reader structure

impl ResetValue for TCCR3C[src]

Register TCCR3C reset()'s with value 0

impl Writable for TCCR3C[src]

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