[][src]Type Definition imxrt1062_ccm::CISR

type CISR = Reg<u32, _CISR>;

CCM Interrupt Status Register

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

For information about available fields see cisr module

Trait Implementations

impl Readable for CISR[src]

read() method returns cisr::R reader structure

impl ResetValue for CISR[src]

Register CISR reset()'s with value 0

type Type = u32

Register size

impl Writable for CISR[src]

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