[][src]Type Definition imxrt1062_gpt1::OCR1

type OCR1 = Reg<u32, _OCR1>;

GPT Output Compare Register 1

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

For information about available fields see ocr1 module

Trait Implementations

impl Readable for OCR1[src]

read() method returns ocr1::R reader structure

impl ResetValue for OCR1[src]

Register OCR1 reset()'s with value 0xffff_ffff

type Type = u32

Register size

impl Writable for OCR1[src]

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