pub enum LK_A {
_0,
_1,
}
Expand description
Lock Register
Value on reset: 0
Variants
_0
0: Pin Control Register fields [15:0] are not locked.
_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_A
impl StructuralPartialEq for LK_A
Auto Trait Implementations
impl RefUnwindSafe for LK_A
impl Send for LK_A
impl Sync for LK_A
impl Unpin for LK_A
impl UnwindSafe for LK_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more