Skip to main content

PdmInstance

Trait PdmInstance 

Source
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§

Source§

impl PdmInstance for I2S0<'_>

Available on crate feature unstable only.
Source§

impl PdmInstance for I2S1<'_>

Available on crate feature unstable only.