embassy-rp

Crates

git

Versions

rp2040

Flavors

Module spinlock_mutex

Source
Expand description

Mutex implementation utilizing an hardware spinlock

Modules§

blocking_mutex
Mutex implementation utilizing an hardware spinlock

Structs§

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