[][src]Type Definition imxrt1062_gpc::CNTR

type CNTR = Reg<u32, _CNTR>;

GPC Interface control register

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

For information about available fields see cntr module

Trait Implementations

impl Readable for CNTR[src]

read() method returns cntr::R reader structure

impl ResetValue for CNTR[src]

Register CNTR reset()'s with value 0x0052_0000

type Type = u32

Register size

impl Writable for CNTR[src]

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