Struct imxrt_boot_gen::flexspi::Instr
source · #[repr(transparent)]pub struct Instr(_);
Expand description
A FlexSPI instruction
An Instr
has an opcode, a pad count, and an opcode-dependent operand.
Opcodes are available in the opcode
module.
Instr
s are used to create FlexSPI lookup table command Sequence
s.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Instr
impl Send for Instr
impl Sync for Instr
impl Unpin for Instr
impl UnwindSafe for Instr
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