ESP-IDF
ESP_DMA_BUF_LOCATION_INTERNAL
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ESP_DMA_BUF_LOCATION_INTERNAL
ESP_DMA_BUF_LOCATION_INTERNAL value
Syntax
Show:
Summary
Declaration
from
esp_dma_utils.h:107
ESP_DMA_BUF_LOCATION_INTERNAL
;
Examples
References
from
examples
Code
Location
Referrer
ESP_DMA_BUF_LOCATION_INTERNAL
,
///< DMA buffer is in internal memory
esp_dma_utils.h:107
if
(
location
==
ESP_DMA_BUF_LOCATION_INTERNAL
)
{
esp_dma_utils.c:213
s_buf_in_region()
for
(
int
i
=
ESP_DMA_BUF_LOCATION_INTERNAL
;
i
<
ESP_DMA_BUF_LOCATION_AUTO
;
i
++
)
{
esp_dma_utils.c:237
esp_dma_is_buffer_alignment_satisfied()
if
(
location
==
ESP_DMA_BUF_LOCATION_INTERNAL
)
{
esp_dma_utils.c:321
s_buf_in_region_legacy()
for
(
int
i
=
ESP_DMA_BUF_LOCATION_INTERNAL
;
i
<
ESP_DMA_BUF_LOCATION_AUTO
;
i
++
)
{
esp_dma_utils.c:344
esp_dma_is_buffer_aligned()
}
else
if
(
location
==
ESP_DMA_BUF_LOCATION_INTERNAL
)
{
esp_dma_utils.c:350
esp_dma_is_buffer_aligned()
found
=
s_buf_in_region_legacy
(
ptr
,
size
,
ESP_DMA_BUF_LOCATION_INTERNAL
,
&
heap_caps
)
;
esp_dma_utils.c:351
esp_dma_is_buffer_aligned()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ESP_DMA_BUF_LOCATION_INTERNAL
is read by 4 functions:
All items filtered out
ESP_DMA_BUF_LOCATION_INTERNAL
s_buf_in_region()
esp_dma_is_buffer_alignment_satisfied()
s_buf_in_region_legacy()
esp_dma_is_buffer_aligned()
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