[][src]Type Definition avr_device::atmega32u4::tc1::OCR1B

type OCR1B = Reg<u16, _OCR1B>;

Timer/Counter1 Output Compare Register B Bytes

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

For information about available fields see ocr1b module

Trait Implementations

impl Readable for OCR1B[src]

read() method returns ocr1b::R reader structure

impl ResetValue for OCR1B[src]

Register OCR1B reset()'s with value 0

impl Writable for OCR1B[src]

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