[][src]Type Definition avr_device::atmega1280::tc1::TCCR1C

type TCCR1C = Reg<u8, _TCCR1C>;

Timer/Counter 1 Control Register C

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

For information about available fields see tccr1c module

Trait Implementations

impl Readable for TCCR1C[src]

read() method returns tccr1c::R reader structure

impl ResetValue for TCCR1C[src]

Register TCCR1C reset()'s with value 0

impl Writable for TCCR1C[src]

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