threadx
txfr_sem::allocated
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::allocated
txfr_sem::allocated field
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:193
uint8_t
allocated
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
allocated
;
FreeRTOS.h:193
p_sem
->
allocated
=
1u
;
tx_freertos.c:1067
xSemaphoreCreateCounting()
pxSemaphoreBuffer
->
allocated
=
0u
;
tx_freertos.c:1097
xSemaphoreCreateCountingStatic()
p_sem
->
allocated
=
1u
;
tx_freertos.c:1141
xSemaphoreCreateMutex()
pxMutexBuffer
->
allocated
=
0u
;
tx_freertos.c:1162
xSemaphoreCreateMutexStatic()
p_sem
->
allocated
=
1u
;
tx_freertos.c:1192
xSemaphoreCreateRecursiveMutex()
pxMutexBuffer
->
allocated
=
0u
;
tx_freertos.c:1219
xSemaphoreCreateRecursiveMutexStatic()
if
(
xSemaphore
->
allocated
==
1u
)
{
tx_freertos.c:1247
vSemaphoreDelete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
txfr_sem::allocated
is written by 6 functions and is read by 1 function:
xSemaphoreCreateCounting()
xSemaphoreCreateCountingStatic()
xSemaphoreCreateMutex()
xSemaphoreCreateMutexStatic()
xSemaphoreCreateRecursiveMutex()
xSemaphoreCreateRecursiveMutexStatic()
All items filtered out
txfr_sem::allocated
vSemaphoreDelete()
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