ESP-IDF
i2s_obj_t::role
is only used within ESP-IDF.
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_obj_t::role
i2s_obj_t::role field
Syntax
Show:
Summary
Declaration
from
i2s_legacy.c:163
i2s_role_t
role
;
Examples
References
from
examples
Code
Location
Referrer
i2s_role_t
role
;
i2s_legacy.c:163
if
(
p_i2s
[
i2s_num
]
->
role
==
I2S_ROLE_MASTER
)
{
i2s_legacy.c:834
i2s_calculate_common_clock()
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_MASTER
;
i2s_legacy.c:1309
i2s_mode_identify()
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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
i2s_obj_t::role
is written by 1 function and is read by 3 functions:
i2s_mode_identify()
All items filtered out
i2s_obj_t::role
i2s_calculate_common_clock()
i2s_set_slot_legacy()
i2s_set_pin()
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