pub enum LOCK_KEY {
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 LOCK_KEY
impl Eq for LOCK_KEY
impl StructuralPartialEq for LOCK_KEY
Auto Trait Implementations§
impl Freeze for LOCK_KEY
impl RefUnwindSafe for LOCK_KEY
impl Send for LOCK_KEY
impl Sync for LOCK_KEY
impl Unpin for LOCK_KEY
impl UnwindSafe for LOCK_KEY
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