pub enum QuadIOEnableSequence {
None,
Status1Bit6,
Status2Bit1,
Status2Bit7,
Status2Bit1ProgrammedBy0x31,
}
Expand description
Quad I/O enable sequence
Variants§
None
Don’t need or auto
Status1Bit6
QE bit is at bit 6 in Status Register 1
Status2Bit1
QE bit is at bit 1 in Status Register 2
Status2Bit7
QE bit is at bit 7 in Status Register 2
Status2Bit1ProgrammedBy0x31
QE bit is at bit 1 in Status Register 2 and should be programmed by 0x31
Trait Implementations§
Source§impl Clone for QuadIOEnableSequence
impl Clone for QuadIOEnableSequence
Source§fn clone(&self) -> QuadIOEnableSequence
fn clone(&self) -> QuadIOEnableSequence
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for QuadIOEnableSequence
Auto Trait Implementations§
impl Freeze for QuadIOEnableSequence
impl RefUnwindSafe for QuadIOEnableSequence
impl Send for QuadIOEnableSequence
impl Sync for QuadIOEnableSequence
impl Unpin for QuadIOEnableSequence
impl UnwindSafe for QuadIOEnableSequence
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