firmware
IEM Firmware Documentation
Loading...
Searching...
No Matches
SemaphoreData Struct Reference
Collaboration diagram for SemaphoreData:

Data Fields

TaskHandle_t xMutexHolder
UBaseType_t uxRecursiveCallCount

Field Documentation

◆ uxRecursiveCallCount

UBaseType_t SemaphoreData::uxRecursiveCallCount

Maintains a count of the number of times a recursive mutex has been recursively 'taken' when the structure is used as a mutex.

◆ xMutexHolder

TaskHandle_t SemaphoreData::xMutexHolder

The handle of the task that holds the mutex.


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