[][src]Type Definition avr_device::atmega1280::tc4::OCR4C

type OCR4C = Reg<u16, _OCR4C>;

Timer/Counter4 Output Compare Register B Bytes

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

For information about available fields see ocr4c module

Trait Implementations

impl Readable for OCR4C[src]

read() method returns ocr4c::R reader structure

impl ResetValue for OCR4C[src]

Register OCR4C reset()'s with value 0

impl Writable for OCR4C[src]

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