embassy-stm32

Crates

git

Versions

stm32c531ec

Flavors

Skip to main content

SuspendablePeripheral

Trait SuspendablePeripheral 

Source
pub trait SuspendablePeripheral: SealedSuspendablePeripheral { }
Expand description

Peripheral that can be suspended

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<_INNER> SuspendablePeripheral for _INNER
where _INNER: SealedSuspendablePeripheral,