ESP-IDF
+
0
/5 examples
SourceVu will show references to
I2S_NUM_AUTO
from the following samples and libraries:
i2s_recorder sample
i2s_pdm sample
i2s_std sample
i2s_tdm sample
i2s_es7210_tdm sample
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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_NUM_AUTO
I2S_NUM_AUTO value
Select whichever port is available
Syntax
Show:
Summary
Declaration
from
i2s_types.h:29
I2S_NUM_AUTO
;
Examples
I2S_NUM_AUTO
is referenced by 5 libraries and example projects:
i2s_recorder sample
i2s_pdm sample
i2s_std sample
i2s_tdm sample
i2s_es7210_tdm sample
References
from
0/5
examples
Code
Location
Referrer
I2S_NUM_AUTO
,
/*!< Select whichever port is available */
i2s_types.h:29
ESP_RETURN_ON_FALSE
(
chan_cfg
->
id
<
SOC_I2S_NUM
||
chan_cfg
->
id
==
I2S_NUM_AUTO
,
ESP_ERR_INVALID_ARG
,
TAG
,
"invalid I2S port id"
)
;
i2s_common.c:941
i2s_new_channel()
if
(
id
==
I2S_NUM_AUTO
)
{
i2s_common.c:958
i2s_new_channel()
Call Tree
from
0/5
examples
All items filtered out
All items filtered out
Data Use
from
0/5
examples
I2S_NUM_AUTO
is read by 1 function:
All items filtered out
I2S_NUM_AUTO
i2s_new_channel()
All items filtered out
Class Tree
from
0/5
examples
All items filtered out
All items filtered out
Override Tree
from
0/5
examples
All items filtered out
All items filtered out
Implementations
from
0/5
examples
All items filtered out
All items filtered out
Instances
from
0/5
examples
Lifecycle
from
0/5
examples
All items filtered out
All items filtered out