threadx
txfr_event::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_event::allocated
txfr_event::allocated field
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:225
uint8_t
allocated
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
allocated
;
FreeRTOS.h:225
p_event
->
allocated
=
1u
;
tx_freertos.c:2035
xEventGroupCreate()
pxEventGroupBuffer
->
allocated
=
0u
;
tx_freertos.c:2059
xEventGroupCreateStatic()
if
(
xEventGroup
->
allocated
==
1u
)
{
tx_freertos.c:2081
vEventGroupDelete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
txfr_event::allocated
is written by 2 functions and is read by 1 function:
xEventGroupCreate()
xEventGroupCreateStatic()
All items filtered out
txfr_event::allocated
vEventGroupDelete()
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