pub trait Instance:
I2sFreq
+ Enable
+ Reset
+ I2sCommon
+ I2sMaster { }
Expand description
Trait for SPI peripheral with i2s capability.
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.