modm API documentation
modm::rtos::MutexGuard Class Reference

#include <modm/processing/rtos/mutex.hpp>

Public Member Functions

 MutexGuard (Mutex &m)
 

Detailed Description

Implements a RAII-style locking.

Locks the Mutex when created and unlocks it on destruction.


The documentation for this class was generated from the following file: