Enum Lgo
pub enum Lgo {
_0 = 0,
_1 = 1,
}Expand description
Initiate Cache Line Command
Value on reset: 0
Variants§
_0 = 0
0: Write: no effect. Read: no line command active.
_1 = 1
1: Write: initiate line command indicated by bits CLCR[27:24]. Read: line command active.
Trait Implementations§
impl Copy for Lgo
impl Eq for Lgo
impl StructuralPartialEq for Lgo
Auto Trait Implementations§
impl Freeze for Lgo
impl RefUnwindSafe for Lgo
impl Send for Lgo
impl Sync for Lgo
impl Unpin for Lgo
impl UnwindSafe for Lgo
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