ESP-IDF
+
0
/8 examples
SourceVu will show references to
I2S_ROLE_MASTER
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 (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
I2S_ROLE_MASTER
I2S_ROLE_MASTER value
I2S controller master role, bclk and ws signal will be set to output
Syntax
Show:
Summary
Declaration
from
i2s_types.h:41
I2S_ROLE_MASTER
;
Examples
I2S_ROLE_MASTER
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_MASTER
,
/*!< I2S controller master role, bclk and ws signal will be set to output */
i2s_types.h:41
new_chan
->
role
=
I2S_ROLE_MASTER
;
// Set default role to master
i2s_common.c:323
i2s_register_channel()
if
(
p_i2s
[
i2s_num
]
->
role
==
I2S_ROLE_MASTER
)
{
i2s_legacy.c:834
i2s_calculate_common_clock()
p_i2s
[
i2s_num
]
->
role
=
I2S_ROLE_MASTER
;
i2s_legacy.c:1309
i2s_mode_identify()
if
(
handle
->
role
==
I2S_ROLE_MASTER
)
{
i2s_std.c:38
i2s_std_calculate_clock()
Call Tree
from
0/8
examples
All items filtered out
All items filtered out
Data Use
from
0/8
examples
I2S_ROLE_MASTER
is read by 4 functions:
All items filtered out
I2S_ROLE_MASTER
i2s_calculate_common_clock()
i2s_mode_identify()
i2s_register_channel()
i2s_std_calculate_clock()
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