[][src]Type Definition avr_device::atmega64::tc3::OCR3C

type OCR3C = Reg<u16, _OCR3C>;

Timer/Counter3 Output compare Register C Bytes

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

For information about available fields see ocr3c module

Trait Implementations

impl Readable for OCR3C[src]

read() method returns ocr3c::R reader structure

impl ResetValue for OCR3C[src]

Register OCR3C reset()'s with value 0

impl Writable for OCR3C[src]

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