pub type SHCSR = Reg<SHCSR_SPEC>;Expand description
SHCSR (rw) register accessor: Use the System Handler Control and State Register to determine or clear the pending status of SVCall.
You can read this register and get shcsr::R. You can reset, write, write_with_zero this register using shcsr::W. You can also modify this register. See API.
For information about available fields see shcsr
module
Aliased Typeยง
pub struct SHCSR { /* private fields */ }