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

type TCCR1C = Reg<u8, _TCCR1C>;

Timer/Counter1 Control Register C

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

For information about available fields see tccr1c module

Trait Implementations

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