Expand description
Synchronization types for FreeRTOS tasks.
Types implemented here are specifically designed to mimic the standard library.
Structsยง
- Mutex
- The basic mutex type. Mutexes are used to share variables between tasks safely.
- Mutex
Guard - Allows the user to access the data from a locked mutex. Dereference to get the inner data.