ESP-IDF
i2s_role_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
i2s_role_t
i2s_role_t enum
Syntax
Show:
Summary
Declaration
from
i2s_types.h:40
enum
{
I2S_ROLE_MASTER
,
I2S_ROLE_SLAVE
}
;
Values
Value
Declared as
Description
i2s_role_t::I2S_ROLE_MASTER
I2S controller master role, bclk and ws signal will be set to output.
i2s_role_t::I2S_ROLE_SLAVE
I2S controller slave role, bclk and ws signal will be set to input.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
i2s_types.h:40
}
i2s_role_t
;
i2s_types.h:43
i2s_role_t
role
;
/*!< I2S role, I2S_ROLE_MASTER or I2S_ROLE_SLAVE */
i2s_common.h:61
i2s_chan_config_t
i2s_chan_config_t::role
i2s_role_t
role
;
/*!< I2S role, I2S_ROLE_MASTER or I2S_ROLE_SLAVE */
i2s_common.h:89
i2s_chan_info_t
i2s_chan_info_t::role
i2s_role_t
role
;
i2s_legacy.c:163
i2s_obj_t
i2s_obj_t::role
i2s_role_t
role
;
/*!< i2s role */
i2s_private.h:155
i2s_channel_obj_t
i2s_channel_obj_t::role
i2s_role_t
role
;
/*!< lp i2s role */
i2s_private.h:201
lp_i2s_channel_obj_t
lp_i2s_channel_obj_t::role
}
i2s_role_t
;
i2s_types.h:43
i2s_role_t
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
i2s_obj_t::role
i2s_obj_t
i2s_legacy.c:163
i2s_chan_config_t::role
i2s_chan_config_t
i2s_common.h:61
i2s_chan_info_t::role
i2s_chan_info_t
i2s_common.h:89
i2s_channel_obj_t::role
i2s_channel_obj_t
i2s_private.h:155
lp_i2s_channel_obj_t::role
lp_i2s_channel_obj_t
i2s_private.h:201
Lifecycle
from
examples
All items filtered out
All items filtered out