pub enum COMP1LOCK {
Unlocked = 0,
Locked = 1,
}
Expand description
Comparator 1 lock
Value on reset: 0
Variants§
Unlocked = 0
0: Comparator 1 CSR bits (CSR[15:0]) are read-write
Locked = 1
1: Comparator 1 CSR bits (CSR[15:0]) are read-only
Trait Implementations§
impl Copy for COMP1LOCK
impl Eq for COMP1LOCK
impl StructuralPartialEq for COMP1LOCK
Auto Trait Implementations§
impl Freeze for COMP1LOCK
impl RefUnwindSafe for COMP1LOCK
impl Send for COMP1LOCK
impl Sync for COMP1LOCK
impl Unpin for COMP1LOCK
impl UnwindSafe for COMP1LOCK
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