#[repr(u8)]pub enum UpllcsrLk {
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 UpllcsrLk
impl Ord for UpllcsrLk
Source§impl PartialOrd for UpllcsrLk
impl PartialOrd for UpllcsrLk
impl Copy for UpllcsrLk
impl Eq for UpllcsrLk
impl StructuralPartialEq for UpllcsrLk
Auto Trait Implementations§
impl Freeze for UpllcsrLk
impl RefUnwindSafe for UpllcsrLk
impl Send for UpllcsrLk
impl Sync for UpllcsrLk
impl Unpin for UpllcsrLk
impl UnwindSafe for UpllcsrLk
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