Skip to main content

Instance

Trait Instance 

Source
pub trait Instance: Deref<Target = RegisterBlock> + Sealed { }
Expand description

Trait implemented by all SPI peripheral instances.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl Instance for SPI0

Source§

impl Instance for SPI1

Available on neither crate feature 52805 nor crate feature 52810.
Source§

impl Instance for SPI2

Available on crate features 52832 or 52833 or 52840 only.