ELEC-C7222
Libraries for ELEC C7222 Course Work
Loading...
Searching...
No Matches
freertos_mutex.hpp File Reference

C++ wrappers for FreeRTOS-style mutex primitives. More...

#include <cstdint>
#include "non_copyable.hpp"
Include dependency graph for freertos_mutex.hpp:

Go to the source code of this file.

Classes

class  c7222::FreeRtosMutex
 Ownership-based wrapper for a standard mutex with destructor cleanup. More...
 
class  c7222::FreeRtosRecursiveMutex
 Ownership-based wrapper for a recursive mutex with destructor cleanup. More...
 

Namespaces

namespace  c7222
 C7222 course abstractions namespace.
 

Detailed Description

C++ wrappers for FreeRTOS-style mutex primitives.