pub trait Instance:
Sealed
+ Degrade
+ DmaEligible { }Available on
soc_has_spi0 or soc_has_spi1 or soc_has_spi2 or soc_has_spi3 only.Expand description
SPI peripheral instance.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.