ESP-IDF
I2S_ROLE_SLAVE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_ROLE_SLAVE
I2S_ROLE_SLAVE value
I2S controller slave role, bclk and ws signal will be set to input
Syntax
Show:
Summary
Declaration
from
i2s_types.h:42
I2S_ROLE_SLAVE
;
Examples
References
from
examples
Code
Location
Referrer
I2S_ROLE_SLAVE
/*!< I2S controller slave role, bclk and ws signal will be set to input */
i2s_types.h:42
bool
is_tx_slave
=
p_i2s
[
i2s_num
]
->
role
==
I2S_ROLE_SLAVE
;
i2s_legacy.c:1038
i2s_set_slot_legacy()
p_i2s
[
i2s_num
]
->
role
=
I2S_ROLE_SLAVE
;
i2s_legacy.c:1311
i2s_mode_identify()
if
(
p_i2s
[
i2s_num
]
->
role
==
I2S_ROLE_SLAVE
)
{
i2s_legacy.c:1930
i2s_set_pin()
bool
is_slave
=
handle
->
role
==
I2S_ROLE_SLAVE
;
i2s_pdm.c:115
i2s_pdm_tx_set_slot()
if
(
handle
->
role
==
I2S_ROLE_SLAVE
)
{
i2s_pdm.c:145
i2s_pdm_tx_set_gpio()
bool
is_slave
=
(
handle
->
role
==
I2S_ROLE_SLAVE
)
|
handle
->
controller
->
full_duplex
;
i2s_pdm.c:403
i2s_pdm_rx_set_slot()
if
(
handle
->
role
==
I2S_ROLE_SLAVE
)
{
i2s_pdm.c:436
i2s_pdm_rx_set_gpio()
bool
is_slave
=
handle
->
role
==
I2S_ROLE_SLAVE
;
i2s_std.c:114
i2s_std_set_slot()
if
(
handle
->
role
==
I2S_ROLE_SLAVE
)
{
i2s_std.c:170
i2s_std_set_gpio()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
I2S_ROLE_SLAVE
is read by 9 functions:
All items filtered out
I2S_ROLE_SLAVE
i2s_set_slot_legacy()
i2s_mode_identify()
i2s_set_pin()
i2s_std_set_slot()
i2s_std_set_gpio()
i2s_pdm_tx_set_slot()
i2s_pdm_tx_set_gpio()
i2s_pdm_rx_set_slot()
i2s_pdm_rx_set_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