[][src]Type Definition imxrt1062_ccm::CGPR

type CGPR = Reg<u32, _CGPR>;

CCM General Purpose Register

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

For information about available fields see cgpr module

Trait Implementations

impl Readable for CGPR[src]

read() method returns cgpr::R reader structure

impl ResetValue for CGPR[src]

Register CGPR reset()'s with value 0xfe62

type Type = u32

Register size

impl Writable for CGPR[src]

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