Type Alias rp2040_pac::ppb::SHCSR
source · 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§
struct SHCSR { /* private fields */ }