CMSIS
+
0
/1 examples
SourceVu will show references to
osSemaphoreGetCount()
from the following samples and libraries:
Libraries
FreeRTOS
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
CMSIS
osSemaphoreGetCount()
osSemaphoreGetCount() function
Get current Semaphore token count.
Syntax
Show:
Summary
Declaration
from
cmsis_os2.h:631
uint32_t
osSemaphoreGetCount
(
osSemaphoreId_t
semaphore_id
)
;
Arguments
Argument
Description
semaphore_id
semaphore ID obtained by osSemaphoreNew.
Return value
number of tokens available.
Examples
osSemaphoreGetCount()
is referenced by 1 libraries and example projects:
Libraries
FreeRTOS
References
from
0/1
examples
Code
Location
uint32_t
osSemaphoreGetCount
(
osSemaphoreId_t
semaphore_id
)
;
cmsis_os2.h:631
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out