ESP-IDF
ESP_DMA_BUF_LOCATION_AUTO
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/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_AUTO
ESP_DMA_BUF_LOCATION_AUTO value
Syntax
Show:
Summary
Declaration
from
esp_dma_utils.h:109
ESP_DMA_BUF_LOCATION_AUTO
;
Examples
References
from
examples
Code
Location
Referrer
ESP_DMA_BUF_LOCATION_AUTO
,
///< Auto detect buffer location, under this condition API will loop to search the buffer location
esp_dma_utils.h:109
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_AUTO
)
{
esp_dma_utils.c:343
esp_dma_is_buffer_aligned()
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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ESP_DMA_BUF_LOCATION_AUTO
is read by 2 functions:
All items filtered out
ESP_DMA_BUF_LOCATION_AUTO
esp_dma_is_buffer_alignment_satisfied()
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