#[repr(u8)]pub enum LockS1 {
LOCK_S1_0 = 0,
LOCK_S1_1 = 1,
}Variants§
LOCK_S1_0 = 0
Not locked. The bits 16-23 can be written by the software.
LOCK_S1_1 = 1
The bits 16-23 are locked and can’t be written by the software.
Implementations§
Trait Implementations§
Source§impl Ord for LockS1
impl Ord for LockS1
Source§impl PartialOrd for LockS1
impl PartialOrd for LockS1
impl Copy for LockS1
impl Eq for LockS1
impl StructuralPartialEq for LockS1
Auto Trait Implementations§
impl Freeze for LockS1
impl RefUnwindSafe for LockS1
impl Send for LockS1
impl Sync for LockS1
impl Unpin for LockS1
impl UnwindSafe for LockS1
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