[][src]Type Definition imxrt1062_system_control::SHCSR

type SHCSR = Reg<u32, _SHCSR>;

System Handler Control and State Register

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

For information about available fields see shcsr module

Trait Implementations

impl Readable for SHCSR[src]

read() method returns shcsr::R reader structure

impl ResetValue for SHCSR[src]

Register SHCSR reset()'s with value 0

type Type = u32

Register size

impl Writable for SHCSR[src]

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