osSemaphoreGetCount() is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

osSemaphoreGetCount() function

Returns the current count value of a counting semaphore

Syntax

uint32_t osSemaphoreGetCount(osSemaphoreId semaphore_id);
Implemented in cmsis_os.c:1724

Arguments

semaphore_id

semaphore_id ID obtained by osSemaphoreCreate.

Return value

count value

References

LocationText
cmsis_os.c:1724
uint32_t osSemaphoreGetCount(osSemaphoreId semaphore_id)
cmsis_os.h:1020
uint32_t osSemaphoreGetCount(osSemaphoreId semaphore_id);

Call Tree

Functions called by osSemaphoreGetCount()
osSemaphoreGetCount()
all items filtered out
Data read by osSemaphoreGetCount()
osSemaphoreGetCount()
Type of osSemaphoreGetCount()
osSemaphoreGetCount()
uint32_t
all items filtered out