ESP-IDF
i2s_alloc_dma_buffer()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
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_alloc_dma_buffer()
i2s_alloc_dma_buffer() function
Syntax
Show:
Summary
Declaration
from
i2s_legacy.c:577
static
esp_err_t
i2s_alloc_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_alloc_dma_buffer
(
i2s_port_t
i2s_num
,
i2s_dma_t
*
dma_obj
)
i2s_legacy.c:577
ESP_RETURN_ON_ERROR
(
i2s_alloc_dma_buffer
(
i2s_num
,
dma_obj
)
,
TAG
,
"Failed to allocate dma buffer"
)
;
i2s_legacy.c:630
i2s_realloc_dma_buffer()
Call Tree
from
examples
i2s_alloc_dma_buffer()
is called by 1 function and calls 5 functions:
i2s_realloc_dma_buffer()
All items filtered out
i2s_alloc_dma_buffer()
esp_log_timestamp()
esp_log_write()
heap_caps_aligned_calloc()
i2s_ll_rx_set_eof_num()
i2s_delete_dma_buffer()
All items filtered out
Data Use
from
examples
i2s_alloc_dma_buffer()
reads 15 variables and writes 8 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_dir_t::I2S_DIR_RX
i2s_hal_context_t::dev
i2s_dma_t::desc
i2s_obj_t::dma_desc_num
i2s_obj_t::hal
i2s_obj_t::dir
p_i2s
TAG
i2s_dma_t::buf
i2s_dma_t::buf_size
All items filtered out
i2s_alloc_dma_buffer()
lldesc_s::size
lldesc_s::length
lldesc_s::offset
lldesc_s::sosf
lldesc_s::eof
lldesc_s::owner
lldesc_s::buf
lldesc_s::
::empty
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