Hfsr

Type Alias Hfsr 

pub type Hfsr = Reg<HfsrSpec>;
Expand description

HFSR (rw) register accessor: HardFault Status register

You can read this register and get hfsr::R. You can reset, write, write_with_zero this register using hfsr::W. You can also modify this register. See API.

For information about available fields see hfsr module

Aliased Type§

#[repr(transparent)]
pub struct Hfsr { register: VolatileCell<u32>, _marker: PhantomData<HfsrSpec>, }

Fields§

§register: VolatileCell<u32>§_marker: PhantomData<HfsrSpec>