pub struct Sequence(/* private fields */);
Expand description
A collection of FlexSPI instructions
Each Sequence
may have up to eight instructions. Use SequenceBuilder
to create
a Sequence
. The sequences you’ll require are dependent on the specific flash memory that
you’re interacting with.
Sequence
s are used to create a LookupTable
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sequence
impl RefUnwindSafe for Sequence
impl Send for Sequence
impl Sync for Sequence
impl Unpin for Sequence
impl UnwindSafe for Sequence
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