[][src]Type Definition avr_device::atmega1280::tc3::OCR3A

type OCR3A = Reg<u16, _OCR3A>;

Timer/Counter3 Output Compare Register A Bytes

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

For information about available fields see ocr3a module

Trait Implementations

impl Readable for OCR3A[src]

read() method returns ocr3a::R reader structure

impl ResetValue for OCR3A[src]

Register OCR3A reset()'s with value 0

impl Writable for OCR3A[src]

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