#[repr(u8)]pub enum LockAll {
Show 16 variants
DISABLE = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
ENABLE = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
DISABLE = 0
Any other value than b1010: disables write access to all registers
_RESERVED_1 = 1
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
ENABLE = 10
Enables write access to all registers
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Ord for LockAll
impl Ord for LockAll
Source§impl PartialOrd for LockAll
impl PartialOrd for LockAll
impl Copy for LockAll
impl Eq for LockAll
impl StructuralPartialEq for LockAll
Auto Trait Implementations§
impl Freeze for LockAll
impl RefUnwindSafe for LockAll
impl Send for LockAll
impl Sync for LockAll
impl Unpin for LockAll
impl UnwindSafe for LockAll
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