ESP-IDF
i2s_delete_dma_buffer()
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
i2s_delete_dma_buffer()
i2s_delete_dma_buffer() function
Syntax
Show:
Summary
Declaration
from
i2s_legacy.c:559
static
esp_err_t
i2s_delete_dma_buffer
(
i2s_port_t
i2s_num
,
i2s_dma_t
*
dma_obj
)
;
Arguments
Argument
i2s_num
dma_obj
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
i2s_delete_dma_buffer
(
i2s_port_t
i2s_num
,
i2s_dma_t
*
dma_obj
)
i2s_legacy.c:559
i2s_delete_dma_buffer
(
i2s_num
,
dma_obj
)
;
i2s_legacy.c:619
i2s_alloc_dma_buffer()
i2s_delete_dma_buffer
(
i2s_num
,
dma_obj
)
;
i2s_legacy.c:628
i2s_realloc_dma_buffer()
i2s_delete_dma_buffer
(
i2s_num
,
(
*
dma
)
)
;
i2s_legacy.c:643
i2s_destroy_dma_object()
Call Tree
from
examples
i2s_delete_dma_buffer()
is called by 3 functions and calls 3 functions:
i2s_alloc_dma_buffer()
i2s_realloc_dma_buffer()
i2s_destroy_dma_object()
All items filtered out
i2s_delete_dma_buffer()
free()
esp_log_timestamp()
esp_log_write()
All items filtered out
Data Use
from
examples
i2s_delete_dma_buffer()
reads 10 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
i2s_dma_t::desc
i2s_obj_t::dma_desc_num
p_i2s
TAG
i2s_dma_t::buf
All items filtered out
i2s_delete_dma_buffer()
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
i2s_delete_dma_buffer()
allocates 1 types:
lldesc_s
All items filtered out
i2s_delete_dma_buffer()
All items filtered out