Enum Lk
pub enum Lk {
_0 = 0,
_1 = 1,
}Expand description
Lock Register
Value on reset: 0
Variants§
_0 = 0
0: Control Status Register can be written.
_1 = 1
1: Control Status Register cannot be written.
Trait Implementations§
impl Copy for Lk
impl Eq for Lk
impl StructuralPartialEq for Lk
Auto Trait Implementations§
impl Freeze for Lk
impl RefUnwindSafe for Lk
impl Send for Lk
impl Sync for Lk
impl Unpin for Lk
impl UnwindSafe for Lk
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