[][src]Type Definition imxrt1062_gpt1::OCR3

type OCR3 = Reg<u32, _OCR3>;

GPT Output Compare Register 3

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

For information about available fields see ocr3 module

Trait Implementations

impl Readable for OCR3[src]

read() method returns ocr3::R reader structure

impl ResetValue for OCR3[src]

Register OCR3 reset()'s with value 0xffff_ffff

type Type = u32

Register size

impl Writable for OCR3[src]

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