[][src]Type Definition imxrt1062_system_control::ICSR

type ICSR = Reg<u32, _ICSR>;

Interrupt Control and State Register

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

For information about available fields see icsr module

Trait Implementations

impl Readable for ICSR[src]

read() method returns icsr::R reader structure

impl ResetValue for ICSR[src]

Register ICSR reset()'s with value 0

type Type = u32

Register size

impl Writable for ICSR[src]

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