i2s_std sample
i2s_example_read_task()
is only used within i2s_std sample.
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
i2s_std sample
i2s_example_read_task()
i2s_example_read_task() function
Syntax
Show:
Summary
Declaration
from
i2s_std_example_main.c:39
static
void
i2s_example_read_task
(
void
*
args
)
;
Arguments
Argument
args
Examples
References
from
examples
Code
Location
Referrer
static
void
i2s_example_read_task
(
void
*
args
)
i2s_std_example_main.c:39
xTaskCreate
(
i2s_example_read_task
,
"i2s_example_read_task"
,
4096
,
NULL
,
5
,
NULL
)
;
i2s_std_example_main.c:208
app_main()
Call Tree
from
examples
i2s_example_read_task()
calls 8 functions:
All items filtered out
i2s_example_read_task()
_esp_error_check_failed()
__assert_func()
calloc()
free()
vTaskDelete()
vTaskDelay()
i2s_channel_read()
i2s_channel_enable()
All items filtered out
Data Use
from
examples
i2s_example_read_task()
reads 1 variable and writes 1 variable:
rx_chan
All items filtered out
i2s_example_read_task()
app_main()
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