Enum imxrt_boot_gen::flexspi::Command
source · #[repr(usize)]
pub enum Command {
Read,
ReadStatus,
WriteEnable,
EraseSector,
PageProgram,
ChipErase,
Dummy,
}
Expand description
The default sequence definition lookup indices
Command
s are looked up by the processor when it needs to
interact with the flash chip. The enumeration lets us index back into
the Lookup
struct, and associate a sequence command for that action.
Variants
Trait Implementations
impl Copy for Command
impl Eq for Command
impl StructuralEq for Command
impl StructuralPartialEq for Command
Auto Trait Implementations
impl RefUnwindSafe for Command
impl Send for Command
impl Sync for Command
impl Unpin for Command
impl UnwindSafe for Command
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more