embassy-stm32

Crates

git

Versions

stm32h573ii

Flavors

SuspendablePeripheral

Trait SuspendablePeripheral 

Source
pub trait SuspendablePeripheral: SealedSuspendablePeripheral { }
Expand description

Peripheral that can be suspended

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<T: SealedSuspendablePeripheral> SuspendablePeripheral for T