pub enum COMP2LOCKW {
UNLOCKED,
LOCKED,
}
Expand description
Values that can be written to the field COMP2LOCK
Variants§
UNLOCKED
Comparator 2 CSR bits (CSR[31:16]) are read-write
LOCKED
Comparator 2 CSR bits (CSR[31:16]) are read-only
Auto Trait Implementations§
impl Freeze for COMP2LOCKW
impl RefUnwindSafe for COMP2LOCKW
impl Send for COMP2LOCKW
impl Sync for COMP2LOCKW
impl Unpin for COMP2LOCKW
impl UnwindSafe for COMP2LOCKW
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