ESP-IDF
i2s_chan_info_t::pair_chan
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
i2s_chan_info_t::pair_chan
i2s_chan_info_t::pair_chan field
I2S pair channel handle in duplex mode, always NULL in simplex mode
Syntax
Show:
Summary
Declaration
from
i2s_common.h:92
i2s_chan_handle_t
pair_chan
;
Examples
References
from
examples
Code
Location
Referrer
i2s_chan_handle_t
pair_chan
;
/*!< I2S pair channel handle in duplex mode, always NULL in simplex mode */
i2s_common.h:92
chan_info
->
pair_chan
=
handle
->
controller
->
rx_chan
;
i2s_common.c:1146
i2s_channel_get_info()
chan_info
->
pair_chan
=
handle
->
controller
->
tx_chan
;
i2s_common.c:1148
i2s_channel_get_info()
chan_info
->
pair_chan
=
NULL
;
i2s_common.c:1151
i2s_channel_get_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
i2s_chan_info_t::pair_chan
is written by 1 function:
i2s_channel_get_info()
All items filtered out
i2s_chan_info_t::pair_chan
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