pub enum FlashType {
SfdpSdr,
SfdpDdr,
Read144,
Read122,
HyperBus1v8,
HyperBus3v3,
OctaBusDdr,
XccelaDdr,
EcoXipDdr,
}
Expand description
Flash type
Variants§
SfdpSdr
SFDP SDR
SfdpDdr
SFDP DDR
Read144
1-4-4 Read by 0xEB
Read122
1-2-2 Read by 0xBB
HyperBus1v8
HyperBus 1V8
HyperBus3v3
HyperBus 3V3
OctaBusDdr
OctaBus DDR
XccelaDdr
Xccela DDR
EcoXipDdr
EcoXiP DDR
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FlashType
impl RefUnwindSafe for FlashType
impl Send for FlashType
impl Sync for FlashType
impl Unpin for FlashType
impl UnwindSafe for FlashType
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