[][src]Type Definition imxrt1062_system_control::HFSR

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

Register size

impl Writable for HFSR[src]

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