firmware
IEM Firmware Documentation
|
Data Fields | |
TaskHandle_t | xMutexHolder |
UBaseType_t | 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.
TaskHandle_t SemaphoreData::xMutexHolder |
The handle of the task that holds the mutex.