[][src]Type Definition imxrt1062_gpt1::OCR2

type OCR2 = Reg<u32, _OCR2>;

GPT Output Compare Register 2

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

For information about available fields see ocr2 module

Trait Implementations

impl Readable for OCR2[src]

read() method returns ocr2::R reader structure

impl ResetValue for OCR2[src]

Register OCR2 reset()'s with value 0xffff_ffff

type Type = u32

Register size

impl Writable for OCR2[src]

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