Expand description
Zephyr k_mutex wrapper.
This module implements a thing wrapper around the k_mutex type in Zephyr. It works with the
kernel object system, to allow the mutexes to be defined statically.
Structs§
Type Aliases§
- Static
Mutex - A static Zephyr
k_mutex