Enum Crl
pub enum Crl {
_0 = 0,
_1 = 1,
}Expand description
Control Register Lock
Value on reset: 1
Variants§
_0 = 0
0: Control Register is locked and writes are ignored.
_1 = 1
1: Control Register is not locked and writes complete as normal.
Trait Implementations§
impl Copy for Crl
impl Eq for Crl
impl StructuralPartialEq for Crl
Auto Trait Implementations§
impl Freeze for Crl
impl RefUnwindSafe for Crl
impl Send for Crl
impl Sync for Crl
impl Unpin for Crl
impl UnwindSafe for Crl
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