pub struct SPINLOCK_ST_SPEC;
Expand description
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.
Trait Implementations§
Source§impl RegisterSpec for SPINLOCK_ST_SPEC
impl RegisterSpec for SPINLOCK_ST_SPEC
Source§impl Resettable for SPINLOCK_ST_SPEC
reset()
method sets SPINLOCK_ST to value 0
impl Resettable for SPINLOCK_ST_SPEC
reset()
method sets SPINLOCK_ST to value 0
Source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for SPINLOCK_ST_SPEC
read()
method returns spinlock_st::R
reader structure
Auto Trait Implementations§
impl Freeze for SPINLOCK_ST_SPEC
impl RefUnwindSafe for SPINLOCK_ST_SPEC
impl Send for SPINLOCK_ST_SPEC
impl Sync for SPINLOCK_ST_SPEC
impl Unpin for SPINLOCK_ST_SPEC
impl UnwindSafe for SPINLOCK_ST_SPEC
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more