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