Module esp32s2_hal::xtensa_lx::mutex
source · 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
Traits§
- Any object implementing this trait guarantees exclusive access to the data contained within the mutex for the duration of the lock.