Trait DualInstance

Source
pub trait DualInstance: Instance + I2sExtPin {
    type I2sExtPeripheral;
}
Expand description

Trait for SPI peripheral that have an extension for full duplex i2s capability.

Required Associated Types§

Source

type I2sExtPeripheral

The I2SEXT peripheral that extend the SPI peripheral

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§