FreeRTOS
HeapRegion
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
HeapRegion
HeapRegion struct
Syntax
Show:
Summary
Declaration
from
portable.h:123
typedef
struct
HeapRegion
{
uint8_t
*
pucStartAddress
;
size_t
xSizeInBytes
;
}
HeapRegion_t
;
Fields
Field
Declared as
HeapRegion::pucStartAddress
uint8_t
*
HeapRegion::xSizeInBytes
size_t
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
HeapRegion
portable.h:123
}
HeapRegion_t
;
portable.h:127
HeapRegion_t
void
vPortDefineHeapRegions
(
const
HeapRegion_t
*
const
pxHeapRegions
)
PRIVILEGED_FUNCTION
;
portable.h:152
vPortDefineHeapRegions()
vPortDefineHeapRegions()::pxHeapRegions
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
vPortDefineHeapRegions()::pxHeapRegions
vPortDefineHeapRegions()
portable.h:152
Lifecycle
from
examples
All items filtered out
All items filtered out