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

type HFSR = Reg<u32, _HFSR>;

HardFault Status Register

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

For information about available fields see hfsr module

Trait Implementations

impl Readable for HFSR[src]

read() method returns hfsr::R reader structure

impl ResetValue for HFSR[src]

Register HFSR reset()’s with value 0

type Type = u32

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

impl Writable for HFSR[src]

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