#[repr(u8)]pub enum Writeoc {
PP = 0,
PP2O = 1,
PP4O = 2,
PP4IO = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
PP = 0
Single data line SPI. PP (opcode 0x02).
PP2O = 1
Dual data line SPI. PP2O (opcode 0xA2).
PP4O = 2
Quad data line SPI. PP4O (opcode 0x32).
PP4IO = 3
Quad data line SPI. PP4IO (opcode 0x38).
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for Writeoc
impl Ord for Writeoc
Source§impl PartialOrd for Writeoc
impl PartialOrd for Writeoc
impl Copy for Writeoc
impl Eq for Writeoc
impl StructuralPartialEq for Writeoc
Auto Trait Implementations§
impl Freeze for Writeoc
impl RefUnwindSafe for Writeoc
impl Send for Writeoc
impl Sync for Writeoc
impl Unpin for Writeoc
impl UnwindSafe for Writeoc
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)