pub enum LCK3_A {
Unlocked = 0,
Locked = 1,
}
Expand description
Port x lock bit y (y= 0..15) These bits are read/write but can only be written when the LCKK bit is 0.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for LCK0_A
impl StructuralPartialEq for LCK0_A
Auto Trait Implementations§
impl Freeze for LCK0_A
impl RefUnwindSafe for LCK0_A
impl Send for LCK0_A
impl Sync for LCK0_A
impl Unpin for LCK0_A
impl UnwindSafe for LCK0_A
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