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

type OCR3B = Reg<u16, _OCR3B>;

Timer/Counter3 Output Compare Register B Bytes

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

For information about available fields see ocr3b module

Trait Implementations

impl Readable for OCR3B[src]

read() method returns ocr3b::R reader structure

impl ResetValue for OCR3B[src]

Register OCR3B reset()'s with value 0

impl Writable for OCR3B[src]

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