Type Alias rp2040_pac::sio::SPINLOCK_ST

source ·
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§

struct SPINLOCK_ST { /* private fields */ }