threadx
xSemaphoreCreateCountingStatic()
is only used within threadx.
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
threadx
xSemaphoreCreateCountingStatic()
xSemaphoreCreateCountingStatic() function
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:444
SemaphoreHandle_t
xSemaphoreCreateCountingStatic
(
UBaseType_t
uxMaxCount
,
UBaseType_t
uxInitialCount
,
StaticSemaphore_t
*
pxSemaphoreBuffer
)
;
Implemented in
tx_freertos.c:1079
Arguments
Argument
uxMaxCount
uxInitialCount
pxSemaphoreBuffer
Examples
References
from
examples
Code
Location
Referrer
SemaphoreHandle_t
xSemaphoreCreateCountingStatic
(
UBaseType_t
uxMaxCount
,
tx_freertos.c:1079
SemaphoreHandle_t
xSemaphoreCreateCountingStatic
(
UBaseType_t
uxMaxCount
,
FreeRTOS.h:444
return
xSemaphoreCreateCountingStatic
(
1u
,
0u
,
pxSemaphoreBuffer
)
;
tx_freertos.c:1119
xSemaphoreCreateBinaryStatic()
Call Tree
from
examples
xSemaphoreCreateCountingStatic()
is called by 1 function and calls 1 function:
xSemaphoreCreateBinaryStatic()
All items filtered out
xSemaphoreCreateCountingStatic()
_txe_semaphore_create()
All items filtered out
Data Use
from
examples
xSemaphoreCreateCountingStatic()
writes 3 variables:
All items filtered out
xSemaphoreCreateCountingStatic()
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