Enum d1_pac::spinlock::spinlock_systatus::IU0_A
source · pub enum IU0_A {
ALL_NOT_TAKEN = 0,
AT_LEAST_ONE_TAKEN = 1,
}
Expand description
In-Use flag0
Value on reset: 0
Variants§
ALL_NOT_TAKEN = 0
0: All lock registers 0-31 are not taken
AT_LEAST_ONE_TAKEN = 1
1: At least one of the lock registers 0-31 is taken
Trait Implementations§
impl Copy for IU0_A
impl Eq for IU0_A
impl StructuralPartialEq for IU0_A
Auto Trait Implementations§
impl Freeze for IU0_A
impl RefUnwindSafe for IU0_A
impl Send for IU0_A
impl Sync for IU0_A
impl Unpin for IU0_A
impl UnwindSafe for IU0_A
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)