FreeRTOS
+
0
/7 examples
SourceVu will show references to
uxSemaphoreGetCount
from the following samples and libraries:
ESP-IDF
mbedTLS
aligenie_demo sample
mb_master sample
mb_slave sample
mb_tcp_master sample
mb_tcp_slave sample
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
ESP-IDF Framework and Examples
FreeRTOS
uxSemaphoreGetCount
uxSemaphoreGetCount macro
If the semaphore is a counting semaphore then uxSemaphoreGetCount() returns its current count value. If the semaphore is a binary semaphore then uxSemaphoreGetCount() returns 1 if the semaphore is available, and 0 if the semaphore is not available.
Syntax
Show:
Summary
Declaration
from
semphr.h:1078
#define
uxSemaphoreGetCount
(
xSemaphore
)
uxQueueMessagesWaiting
(
(
QueueHandle_t
)
(
xSemaphore
)
)
Arguments
Argument
xSemaphore
Examples
uxSemaphoreGetCount
is referenced by 7 libraries and example projects:
ESP-IDF
mbedTLS
aligenie_demo sample
mb_master sample
mb_slave sample
mb_tcp_master sample
mb_tcp_slave sample
References
from
0/7
examples
Code
Location
#define
uxSemaphoreGetCount
(
xSemaphore
)
uxQueueMessagesWaiting
(
(
QueueHandle_t
)
(
xSemaphore
)
)
semphr.h:1078
Call Tree
from
0/7
examples
All items filtered out
All items filtered out
Data Use
from
0/7
examples
All items filtered out
All items filtered out
Class Tree
from
0/7
examples
All items filtered out
All items filtered out
Override Tree
from
0/7
examples
All items filtered out
All items filtered out
Implementations
from
0/7
examples
All items filtered out
All items filtered out
Instances
from
0/7
examples
Lifecycle
from
0/7
examples
All items filtered out
All items filtered out