threadx
xSemaphoreCreateCounting()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/4)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
xSemaphoreCreateCounting()
xSemaphoreCreateCounting() function
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:441
SemaphoreHandle_t
xSemaphoreCreateCounting
(
UBaseType_t
uxMaxCount
,
UBaseType_t
uxInitialCount
)
;
Implemented in
tx_freertos.c:1045
Arguments
Argument
uxMaxCount
uxInitialCount
Examples
References
from
examples
Code
Location
Referrer
SemaphoreHandle_t
xSemaphoreCreateCounting
(
UBaseType_t
uxMaxCount
,
tx_freertos.c:1045
SemaphoreHandle_t
xSemaphoreCreateCounting
(
UBaseType_t
uxMaxCount
,
FreeRTOS.h:441
return
xSemaphoreCreateCounting
(
1u
,
0u
)
;
tx_freertos.c:1111
xSemaphoreCreateBinary()
Call Tree
from
examples
xSemaphoreCreateCounting()
is called by 1 function and calls 3 functions:
xSemaphoreCreateBinary()
All items filtered out
xSemaphoreCreateCounting()
_txe_semaphore_create()
txfr_malloc()
txfr_free()
All items filtered out
Data Use
from
examples
xSemaphoreCreateCounting()
writes 3 variables:
All items filtered out
xSemaphoreCreateCounting()
txfr_sem::max_count
txfr_sem::allocated
txfr_sem::is_mutex
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