Module esp32s3_hal::xtensa_lx::mutex
Expand description
A series of Mutex’s that also implements the mutex-trait
.
Modules
- Low level definition of a Mutex.
Structs
- A Mutex based on critical sections
- A spinlock and critical section section based mutex.
- A spinlock based mutex.
Traits
- Any object implementing this trait guarantees exclusive access to the data contained within the mutex for the duration of the lock.