tsm  0.1.0
Public Member Functions | List of all members
tsm::FreeRTOSMutex Class Reference

#include <tsm_impl.h>

Collaboration diagram for tsm::FreeRTOSMutex:
Collaboration graph

Public Member Functions

 FreeRTOSMutex ()
 
 ~FreeRTOSMutex ()
 
void lock ()
 
bool try_lock ()
 
void unlock ()
 
SemaphoreHandle_t native_handle ()
 

Constructor & Destructor Documentation

◆ FreeRTOSMutex()

tsm::FreeRTOSMutex::FreeRTOSMutex ( )
inline

◆ ~FreeRTOSMutex()

tsm::FreeRTOSMutex::~FreeRTOSMutex ( )
inline

Member Function Documentation

◆ lock()

void tsm::FreeRTOSMutex::lock ( )
inline

◆ native_handle()

SemaphoreHandle_t tsm::FreeRTOSMutex::native_handle ( )
inline

◆ try_lock()

bool tsm::FreeRTOSMutex::try_lock ( )
inline

◆ unlock()

void tsm::FreeRTOSMutex::unlock ( )
inline

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