embassy-stm32

Crates

git

Versions

stm32f303vb

Flavors

SuspendablePeripheral

Trait SuspendablePeripheral 

Source
pub trait SuspendablePeripheral: SealedSuspendablePeripheral { }
Expand description

Peripheral that can be suspended

Implementors§

Source§

impl<T: SealedSuspendablePeripheral> SuspendablePeripheral for T