embassy-rp

Crates

git

Versions

rp2040

Flavors

Module blocking_mutex

Source
Expand description

Mutex implementation utilizing an hardware spinlock

Type Aliasesยง

SpinlockMutex
A mutex that allows borrowing data across executors and interrupts by utilizing an hardware spinlock.