i2s_std sample
rx_chan
is only used within i2s_std sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/3)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i2s_std sample
rx_chan
rx_chan variable
Syntax
Show:
Summary
Declaration
from
i2s_std_example_main.c:37
static
i2s_chan_handle_t
rx_chan
;
Examples
References
from
examples
Code
Location
Referrer
static
i2s_chan_handle_t
rx_chan
;
// I2S rx channel handler
i2s_std_example_main.c:37
ESP_ERROR_CHECK
(
i2s_channel_enable
(
rx_chan
)
)
;
i2s_std_example_main.c:46
i2s_example_read_task()
if
(
i2s_channel_read
(
rx_chan
,
r_buf
,
EXAMPLE_BUFF_SIZE
,
&
r_bytes
,
1000
)
==
ESP_OK
)
{
i2s_std_example_main.c:53
i2s_example_read_task()
ESP_ERROR_CHECK
(
i2s_new_channel
(
&
chan_cfg
,
&
tx_chan
,
&
rx_chan
)
)
;
i2s_std_example_main.c:113
i2s_example_init_std_duplex()
ESP_ERROR_CHECK
(
i2s_channel_init_std_mode
(
rx_chan
,
&
std_cfg
)
)
;
i2s_std_example_main.c:137
i2s_example_init_std_duplex()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
rx_chan
is read by 2 functions:
All items filtered out
rx_chan
i2s_example_read_task()
i2s_example_init_std_duplex()
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