threadx
uxSemaphoreGetCount()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
uxSemaphoreGetCount()
uxSemaphoreGetCount() function
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:474
UBaseType_t
uxSemaphoreGetCount
(
SemaphoreHandle_t
xSemaphore
)
;
Implemented in
tx_freertos.c:1402
Arguments
Argument
xSemaphore
Related Functions
Found 13 other functions taking a
txfr_sem
argument:
Function
xSemaphoreGive()
xSemaphoreCreateCountingStatic()
xSemaphoreGetMutexHolder()
xSemaphoreCreateBinaryStatic()
xSemaphoreCreateMutexStatic()
xSemaphoreCreateRecursiveMutexStatic()
vSemaphoreDelete()
xSemaphoreTake()
xSemaphoreTakeFromISR()
xSemaphoreTakeRecursive()
xSemaphoreGiveFromISR()
xSemaphoreGiveRecursive()
xSemaphoreGetMutexHolderFromISR()
Examples
References
from
examples
Code
Location
UBaseType_t
uxSemaphoreGetCount
(
SemaphoreHandle_t
xSemaphore
)
tx_freertos.c:1402
UBaseType_t
uxSemaphoreGetCount
(
SemaphoreHandle_t
xSemaphore
)
;
FreeRTOS.h:474
Call Tree
from
examples
uxSemaphoreGetCount()
calls 1 function:
All items filtered out
uxSemaphoreGetCount()
_txe_semaphore_info_get()
All items filtered out
Data Use
from
examples
uxSemaphoreGetCount()
:
All items filtered out
uxSemaphoreGetCount()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out