ESP-IDF
I2S_COMM_MODE_STD
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_COMM_MODE_STD
I2S_COMM_MODE_STD value
I2S controller using standard communication mode, support Philips/MSB/PCM format
Syntax
Show:
Summary
Declaration
from
i2s_types.h:36
I2S_COMM_MODE_STD
;
Examples
References
from
examples
Code
Location
Referrer
I2S_COMM_MODE_STD
,
/*!< I2S controller using standard communication mode, support Philips/MSB/PCM format */
i2s_types.h:36
if
(
p_i2s
[
i2s_num
]
->
mode
==
I2S_COMM_MODE_STD
)
{
i2s_legacy.c:1048
i2s_set_slot_legacy()
if
(
p_i2s
[
i2s_num
]
->
mode
==
I2S_COMM_MODE_STD
)
{
i2s_legacy.c:1141
i2s_set_clk()
p_i2s
[
i2s_num
]
->
mode
=
I2S_COMM_MODE_STD
;
i2s_legacy.c:1306
i2s_mode_identify()
if
(
p_i2s
[
i2s_num
]
->
mode
==
I2S_COMM_MODE_STD
)
{
i2s_legacy.c:1361
i2s_config_transfer()
if
(
p_i2s
[
i2s_num
]
->
mode
==
I2S_COMM_MODE_STD
)
{
i2s_legacy.c:1492
i2s_init_legacy()
handle
->
mode
=
I2S_COMM_MODE_STD
;
i2s_std.c:216
i2s_channel_init_std_mode()
ESP_GOTO_ON_FALSE
(
handle
->
mode
==
I2S_COMM_MODE_STD
,
ESP_ERR_INVALID_ARG
,
err
,
TAG
,
"this handle is not working in standard mode"
)
;
i2s_std.c:271
i2s_channel_reconfig_std_clock()
ESP_GOTO_ON_FALSE
(
handle
->
mode
==
I2S_COMM_MODE_STD
,
ESP_ERR_INVALID_ARG
,
err
,
TAG
,
"this handle is not working in standard mode"
)
;
i2s_std.c:321
i2s_channel_reconfig_std_slot()
ESP_GOTO_ON_FALSE
(
handle
->
mode
==
I2S_COMM_MODE_STD
,
ESP_ERR_INVALID_ARG
,
err
,
TAG
,
"This handle is not working in standard mode"
)
;
i2s_std.c:351
i2s_channel_reconfig_std_gpio()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
I2S_COMM_MODE_STD
is read by 9 functions:
All items filtered out
I2S_COMM_MODE_STD
i2s_set_slot_legacy()
i2s_set_clk()
i2s_mode_identify()
i2s_config_transfer()
i2s_init_legacy()
i2s_channel_init_std_mode()
i2s_channel_reconfig_std_clock()
i2s_channel_reconfig_std_slot()
i2s_channel_reconfig_std_gpio()
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