pub type SPINLOCK_ST = Reg<SPINLOCK_ST_SPEC>;Expand description
SPINLOCK_ST (r) register accessor: Spinlock state
A bitmap containing the state of all 32 spinlocks (1=locked).
Mainly intended for debugging.
You can read this register and get spinlock_st::R. See API.
For information about available fields see spinlock_st
module
Aliased Typeยง
pub struct SPINLOCK_ST { /* private fields */ }