FreeRTOS
xStart
is only used within FreeRTOS.
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
FreeRTOS
xStart
xStart variable
Syntax
Show:
Summary
Declaration
from
heap_4.c:98
static
BlockLink_t
xStart
;
Examples
References
from
examples
Code
Location
Referrer
static
BlockLink_t
xStart
,
*
pxEnd
=
NULL
;
heap_4.c:98
pxPreviousBlock
=
&
xStart
;
heap_4.c:167
pvPortMalloc()
pxBlock
=
xStart
.
pxNextFreeBlock
;
heap_4.c:168
pvPortMalloc()
xStart
.
pxNextFreeBlock
=
(
void
*
)
pucAlignedHeap
;
heap_4.c:354
prvHeapInit()
xStart
.
xBlockSize
=
(
size_t
)
0
;
heap_4.c:355
prvHeapInit()
for
(
pxIterator
=
&
xStart
;
pxIterator
->
pxNextFreeBlock
<
pxBlockToInsert
;
pxIterator
=
pxIterator
->
pxNextFreeBlock
)
heap_4.c:388
prvInsertBlockIntoFreeList()
pxBlock
=
xStart
.
pxNextFreeBlock
;
heap_4.c:449
vPortGetHeapStats()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
xStart
is read by 3 functions:
All items filtered out
xStart
pvPortMalloc()
prvHeapInit()
vPortGetHeapStats()
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