Type Definition atsame53j18a_pac::system_control::DFSR[][src]

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

Raw register type (u8, u16, u32, …).

impl Writable for DFSR[src]

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