[][src]Type Definition avr_device::attiny85::tc0::OCR0A

type OCR0A = Reg<u8, _OCR0A>;

Output Compare Register A

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

For information about available fields see ocr0a module

Trait Implementations

impl Readable for OCR0A[src]

read() method returns ocr0a::R reader structure

impl ResetValue for OCR0A[src]

Register OCR0A reset()'s with value 0

impl Writable for OCR0A[src]

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