pub enum LCK9_A {
UNLOCKED = 0,
LOCKED = 1,
}
Expand description
Port x lock bit y (y= 0..15)
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for LCK9_A
impl StructuralPartialEq for LCK9_A
Auto Trait Implementations§
impl Freeze for LCK9_A
impl RefUnwindSafe for LCK9_A
impl Send for LCK9_A
impl Sync for LCK9_A
impl Unpin for LCK9_A
impl UnwindSafe for LCK9_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