[][src]Type Definition avr_device::atmega64::tc1::OCR1A

type OCR1A = Reg<u16, _OCR1A>;

Timer/Counter1 Output Compare Register Bytes

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

For information about available fields see ocr1a module

Trait Implementations

impl Readable for OCR1A[src]

read() method returns ocr1a::R reader structure

impl ResetValue for OCR1A[src]

Register OCR1A reset()'s with value 0

impl Writable for OCR1A[src]

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