Struct d1_pac::spinlock::spinlock_lockid::SPINLOCK_LOCKID_SPEC
source · pub struct SPINLOCK_LOCKID_SPEC;
Expand description
Spinlock Lockid Register
This register you can read
. See API.
For information about available fields see spinlock_lockid module
Trait Implementations§
source§impl Readable for SPINLOCK_LOCKID_SPEC
impl Readable for SPINLOCK_LOCKID_SPEC
read()
method returns spinlock_lockid::R reader structure
source§impl RegisterSpec for SPINLOCK_LOCKID_SPEC
impl RegisterSpec for SPINLOCK_LOCKID_SPEC
source§impl Resettable for SPINLOCK_LOCKID_SPEC
impl Resettable for SPINLOCK_LOCKID_SPEC
reset()
method sets spinlock_lockid%s to value 0
source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spinlock::spinlock_lockid::SPINLOCK_LOCKID_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spinlock::spinlock_lockid::SPINLOCK_LOCKID_SPEC as generic::RegisterSpec>::Ux}
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for SPINLOCK_LOCKID_SPEC
impl RefUnwindSafe for SPINLOCK_LOCKID_SPEC
impl Send for SPINLOCK_LOCKID_SPEC
impl Sync for SPINLOCK_LOCKID_SPEC
impl Unpin for SPINLOCK_LOCKID_SPEC
impl UnwindSafe for SPINLOCK_LOCKID_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