Type Alias Cfsr

Source
pub type Cfsr = Reg<CfsrSpec>;
Expand description

CFSR (rw) register accessor: Configurable Fault Status Register

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ยง

struct Cfsr { /* private fields */ }