Type Definition atsame54n19a_pac::system_control::AFSR[][src]

type AFSR = Reg<u32, _AFSR>;

Auxiliary Fault Status Register

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

For information about available fields see afsr module

Trait Implementations

impl Readable for AFSR[src]

read() method returns afsr::R reader structure

impl ResetValue for AFSR[src]

Register AFSR reset()’s with value 0

type Type = u32

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

impl Writable for AFSR[src]

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