threadx
txfr_sem::max_count
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
txfr_sem::max_count
txfr_sem::max_count field
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:192
UBaseType_t
max_count
;
Examples
References
from
examples
Code
Location
Referrer
UBaseType_t
max_count
;
FreeRTOS.h:192
p_sem
->
max_count
=
uxMaxCount
;
tx_freertos.c:1066
xSemaphoreCreateCounting()
pxSemaphoreBuffer
->
max_count
=
uxMaxCount
;
tx_freertos.c:1096
xSemaphoreCreateCountingStatic()
p_sem
->
max_count
=
1u
;
tx_freertos.c:1140
xSemaphoreCreateMutex()
pxMutexBuffer
->
max_count
=
1u
;
tx_freertos.c:1161
xSemaphoreCreateMutexStatic()
p_sem
->
max_count
=
1u
;
tx_freertos.c:1191
xSemaphoreCreateRecursiveMutex()
pxMutexBuffer
->
max_count
=
1u
;
tx_freertos.c:1218
xSemaphoreCreateRecursiveMutexStatic()
if
(
xSemaphore
->
sem
.
tx_semaphore_count
>=
xSemaphore
->
max_count
)
{
tx_freertos.c:1352
xSemaphoreGive()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
txfr_sem::max_count
is written by 6 functions and is read by 1 function:
xSemaphoreCreateCounting()
xSemaphoreCreateCountingStatic()
xSemaphoreCreateMutex()
xSemaphoreCreateMutexStatic()
xSemaphoreCreateRecursiveMutex()
xSemaphoreCreateRecursiveMutexStatic()
All items filtered out
txfr_sem::max_count
xSemaphoreGive()
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