ESP-IDF
+
0
/8 examples
SourceVu will show references to
i2s_chan_config_t::role
from the following samples and libraries:
i2s_recorder sample
a2dp_sink sample
a2dp_gatts_coex sample
i2s_pdm sample
i2s_std sample
i2s_tdm sample
i2s_es7210_tdm sample
i2s_es8311 sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
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_config_t::role
i2s_chan_config_t::role field
I2S role, I2S_ROLE_MASTER or I2S_ROLE_SLAVE
Syntax
Show:
Summary
Declaration
from
i2s_common.h:61
i2s_role_t
role
;
Examples
i2s_chan_config_t::role
is referenced by 8 libraries and example projects:
i2s_recorder sample
a2dp_sink sample
a2dp_gatts_coex sample
i2s_pdm sample
i2s_std sample
i2s_tdm sample
i2s_es7210_tdm sample
i2s_es8311 sample
References
from
0/8
examples
Code
Location
Referrer
i2s_role_t
role
;
/*!< I2S role, I2S_ROLE_MASTER or I2S_ROLE_SLAVE */
i2s_common.h:61
i2s_obj
->
tx_chan
->
role
=
chan_cfg
->
role
;
i2s_common.c:977
i2s_new_channel()
i2s_obj
->
rx_chan
->
role
=
chan_cfg
->
role
;
i2s_common.c:992
i2s_new_channel()
Call Tree
from
0/8
examples
All items filtered out
All items filtered out
Data Use
from
0/8
examples
i2s_chan_config_t::role
is read by 1 function:
All items filtered out
i2s_chan_config_t::role
i2s_new_channel()
All items filtered out
Class Tree
from
0/8
examples
All items filtered out
All items filtered out
Override Tree
from
0/8
examples
All items filtered out
All items filtered out
Implementations
from
0/8
examples
All items filtered out
All items filtered out
Instances
from
0/8
examples
Lifecycle
from
0/8
examples
All items filtered out
All items filtered out