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