pub type CFSR = Reg<CFSR_SPEC>;Expand description
CFSR (rw) register accessor: Contains the three Configurable Fault Status Registers. 31:16 UFSR: Provides information on UsageFault exceptions 15:8 BFSR: Provides information on BusFault exceptions 7:0 MMFSR: Provides information on MemManage exceptions
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ยง
pub struct CFSR { /* private fields */ }