pub trait PdmInstance: Instance { }Expand description
A peripheral singleton that supports PDM mode.
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.
Implementors§
impl PdmInstance for I2S0<'_>
Available on crate feature
unstable only.impl PdmInstance for I2S1<'_>
Available on crate feature
unstable only.