#[repr(u8)]pub enum SpllcsrLk {
WRITE_ENABLED = 0,
WRITE_DISABLED = 1,
}Variants§
WRITE_ENABLED = 0
Control Status Register can be written
WRITE_DISABLED = 1
Control Status Register cannot be written
Implementations§
Trait Implementations§
Source§impl Ord for SpllcsrLk
impl Ord for SpllcsrLk
Source§impl PartialOrd for SpllcsrLk
impl PartialOrd for SpllcsrLk
impl Copy for SpllcsrLk
impl Eq for SpllcsrLk
impl StructuralPartialEq for SpllcsrLk
Auto Trait Implementations§
impl Freeze for SpllcsrLk
impl RefUnwindSafe for SpllcsrLk
impl Send for SpllcsrLk
impl Sync for SpllcsrLk
impl Unpin for SpllcsrLk
impl UnwindSafe for SpllcsrLk
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