FreeRTOS
portFREERTOS_HEAP_CAPS
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
ESP-IDF Framework and Examples
FreeRTOS
portFREERTOS_HEAP_CAPS
portFREERTOS_HEAP_CAPS macro
Syntax
Show:
Summary
Declaration
from
heap_idf.c:43
#define
portFREERTOS_HEAP_CAPS
(
MALLOC_CAP_INTERNAL
|
MALLOC_CAP_8BIT
)
Examples
References
from
examples
Code
Location
#define
portFREERTOS_HEAP_CAPS
(
MALLOC_CAP_INTERNAL
|
MALLOC_CAP_8BIT
)
heap_idf.c:43
pvReturn
=
heap_caps_malloc
(
xWantedSize
,
portFREERTOS_HEAP_CAPS
)
;
heap_idf.c:55
return
heap_caps_get_free_size
(
portFREERTOS_HEAP_CAPS
)
;
heap_idf.c:69
return
heap_caps_get_minimum_free_size
(
portFREERTOS_HEAP_CAPS
)
;
heap_idf.c:75
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
Lifecycle
from
examples
All items filtered out
All items filtered out