pub enum LCKK {
NotActive = 0,
Active = 1,
}
Expand description
Port x lock bit y (y= 0..15)
Value on reset: 0
Variants§
NotActive = 0
0: Port configuration lock key not active
Active = 1
1: Port configuration lock key active
Trait Implementations§
impl Copy for LCKK
impl Eq for LCKK
impl StructuralPartialEq for LCKK
Auto Trait Implementations§
impl Freeze for LCKK
impl RefUnwindSafe for LCKK
impl Send for LCKK
impl Sync for LCKK
impl Unpin for LCKK
impl UnwindSafe for LCKK
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