[][src]Type Definition avr_device::atmega1280::tc2::OCR2A

type OCR2A = Reg<u8, _OCR2A>;

Timer/Counter2 Output Compare Register A

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

For information about available fields see ocr2a module

Trait Implementations

impl Readable for OCR2A[src]

read() method returns ocr2a::R reader structure

impl ResetValue for OCR2A[src]

Register OCR2A reset()'s with value 0

impl Writable for OCR2A[src]

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