The RTMUTEX API is summarized in the following table:
|
Function |
Description |
|---|---|
|
rtMutexGet() |
Acquire a real time mutex |
|
rtMutexInit() |
Initialize a real time mutex |
|
rtMutexRel() |
Release a real time mutex |
|
rtMutexTry() |
Try to acquire a real time mutex |