[][src]Type Definition avr_device::atmega1280::tc5::TCCR5C

type TCCR5C = Reg<u8, _TCCR5C>;

Timer/Counter 5 Control Register C

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

For information about available fields see tccr5c module

Trait Implementations

impl Readable for TCCR5C[src]

read() method returns tccr5c::R reader structure

impl ResetValue for TCCR5C[src]

Register TCCR5C reset()'s with value 0

impl Writable for TCCR5C[src]

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