Enum Lk
pub enum Lk {
_0 = 0,
_1 = 1,
}Expand description
Lock Register
Value on reset: 0
Variants§
_0 = 0
0: Pin Control Register fields [15:0] are not locked.
_1 = 1
1: Pin Control Register fields [15:0] are locked and cannot be updated until the next system reset.
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