ESP-IDF
i2s_realloc_dma_buffer()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_realloc_dma_buffer()
i2s_realloc_dma_buffer() function
Syntax
Show:
Summary
Declaration
from
i2s_legacy.c:623
static
esp_err_t
i2s_realloc_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_realloc_dma_buffer
(
i2s_port_t
i2s_num
,
i2s_dma_t
*
dma_obj
)
i2s_legacy.c:623
ret
=
i2s_realloc_dma_buffer
(
i2s_num
,
p_i2s
[
i2s_num
]
->
tx
)
;
i2s_legacy.c:1179
i2s_set_clk()
ret
=
i2s_realloc_dma_buffer
(
i2s_num
,
p_i2s
[
i2s_num
]
->
rx
)
;
i2s_legacy.c:1185
i2s_set_clk()
ESP_RETURN_ON_ERROR
(
i2s_realloc_dma_buffer
(
i2s_num
,
p_i2s
[
i2s_num
]
->
tx
)
,
TAG
,
"Allocate I2S dma tx buffer failed"
)
;
i2s_legacy.c:1545
i2s_init_legacy()
ESP_RETURN_ON_ERROR
(
i2s_realloc_dma_buffer
(
i2s_num
,
p_i2s
[
i2s_num
]
->
rx
)
,
TAG
,
"Allocate I2S dma rx buffer failed"
)
;
i2s_legacy.c:1548
i2s_init_legacy()
Call Tree
from
examples
i2s_realloc_dma_buffer()
is called by 2 functions and calls 4 functions:
i2s_set_clk()
i2s_init_legacy()
All items filtered out
i2s_realloc_dma_buffer()
esp_log_timestamp()
esp_log_write()
i2s_delete_dma_buffer()
i2s_alloc_dma_buffer()
All items filtered out
Data Use
from
examples
i2s_realloc_dma_buffer()
reads 6 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
TAG
All items filtered out
i2s_realloc_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
All items filtered out
All items filtered out