[][src]Type Definition imxrt1062_system_control::DFSR

type DFSR = Reg<u32, _DFSR>;

Debug Fault Status Register

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

For information about available fields see dfsr module

Trait Implementations

impl Readable for DFSR[src]

read() method returns dfsr::R reader structure

impl ResetValue for DFSR[src]

Register DFSR reset()'s with value 0

type Type = u32

Register size

impl Writable for DFSR[src]

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