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

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