pub trait Instance: Instance + SealedInstance { }Expand description
sQSPI peripheral instance (the VPR coprocessor running the firmware).
Builds on vpr::Instance, which provides the VPR
registers and the completion interrupt.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".