Struct imxrt_boot_gen::flexspi::Sequence
source · #[repr(transparent)]pub struct Sequence(_);
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 RefUnwindSafe for Sequence
impl Send for Sequence
impl Sync for Sequence
impl Unpin for Sequence
impl UnwindSafe for Sequence
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