[][src]Type Definition avr_device::atmega2560::tc4::TCCR4C

type TCCR4C = Reg<u8, _TCCR4C>;

Timer/Counter 4 Control Register C

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

For information about available fields see tccr4c module

Trait Implementations

impl ResetValue for TCCR4C[src]

Register TCCR4C reset()'s with value 0

impl Writable for TCCR4C[src]

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