Cfsr

Type Alias Cfsr 

pub type Cfsr = Reg<CfsrSpec>;
Expand description

CFSR (rw) register accessor: Configurable Fault Status Registers

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

For information about available fields see cfsr module

Aliased Type§

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

Fields§

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