ESP-IDF
esp_heap_adjust_alignment_to_hw()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_heap_adjust_alignment_to_hw()
esp_heap_adjust_alignment_to_hw() function
Syntax
Show:
Summary
Declaration
Definition
from
heap_caps_base.c:27
extern
void
esp_heap_adjust_alignment_to_hw
(
size_t
*
p_alignment
,
size_t
*
p_size
,
uint32_t
*
p_caps
)
;
Implemented in
heap_align_hw.c:25
Arguments
Argument
p_alignment
p_size
p_caps
Examples
References
from
examples
Code
Location
Referrer
HEAP_IRAM_ATTR
void
esp_heap_adjust_alignment_to_hw
(
size_t
*
p_alignment
,
size_t
*
p_size
,
uint32_t
*
p_caps
)
heap_align_hw.c:25
extern
void
esp_heap_adjust_alignment_to_hw
(
size_t
*
p_alignment
,
size_t
*
p_size
,
uint32_t
*
p_caps
)
;
heap_caps_base.c:27
esp_heap_adjust_alignment_to_hw
(
&
alignment
,
&
size
,
&
caps
)
;
heap_caps_base.c:98
heap_caps_aligned_alloc_base()
esp_heap_adjust_alignment_to_hw
(
&
alignment
,
&
size
,
&
caps
)
;
heap_caps_base.c:191
heap_caps_realloc_base()
Call Tree
from
examples
esp_heap_adjust_alignment_to_hw()
is called by 2 functions and calls 1 function:
heap_caps_aligned_alloc_base()
heap_caps_realloc_base()
All items filtered out
esp_heap_adjust_alignment_to_hw()
esp_cache_get_alignment()
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