[][src]Type Definition imxrt1062_ccm::CIMR

type CIMR = Reg<u32, _CIMR>;

CCM Interrupt Mask Register

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

For information about available fields see cimr module

Trait Implementations

impl Readable for CIMR[src]

read() method returns cimr::R reader structure

impl ResetValue for CIMR[src]

Register CIMR reset()'s with value 0xffff_ffff

type Type = u32

Register size

impl Writable for CIMR[src]

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