#[repr(u8)]pub enum CsarLgo {
NO_EFFECT = 0,
INIT_CMD = 1,
}Variants§
NO_EFFECT = 0
Write: no effect. Read: no line command active.
INIT_CMD = 1
Write: initiate line command indicated by bits CLCR[27:24]. Read: line command active.
Implementations§
Trait Implementations§
Source§impl Ord for CsarLgo
impl Ord for CsarLgo
Source§impl PartialOrd for CsarLgo
impl PartialOrd for CsarLgo
impl Copy for CsarLgo
impl Eq for CsarLgo
impl StructuralPartialEq for CsarLgo
Auto Trait Implementations§
impl Freeze for CsarLgo
impl RefUnwindSafe for CsarLgo
impl Send for CsarLgo
impl Sync for CsarLgo
impl Unpin for CsarLgo
impl UnwindSafe for CsarLgo
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