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