embassy-stm32

Crates

git

Versions

stm32l431kb

Flavors

Skip to main content

Module suspend

Module suspend 

Source
Expand description

Module to suspend/resume peripherals

Structs§

ResumablePeripheral
A mutex-like object to resume a peripheral
ResumablePeripheralGuard
A mutex-like object guard, that when held, activates the peripheral
SuspendedPeripheral
A suspended peripheral

Traits§

SuspendablePeripheral
Peripheral that can be suspended