ESP-IDF
i2s_slot_mode_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_slot_mode_t
i2s_slot_mode_t enum
Syntax
Show:
Summary
Declaration
from
i2s_types.h:24
enum
{
I2S_SLOT_MODE_MONO
=
1
,
I2S_SLOT_MODE_STEREO
=
2
,
}
;
Values
Value
Declared as
Description
i2s_slot_mode_t::I2S_SLOT_MODE_MONO
=
1
I2S channel slot format mono, transmit same data in all slots for tx mode, only receive the data in the first slots for rx mode.
i2s_slot_mode_t::I2S_SLOT_MODE_STEREO
=
2
I2S channel slot format stereo, transmit different data in different slots for tx mode, receive the data in all slots for rx mode.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
i2s_types.h:24
}
i2s_slot_mode_t
;
i2s_types.h:27
i2s_slot_mode_t
slot_mode
;
/*!< Set mono or stereo mode with I2S_SLOT_MODE_MONO or I2S_SLOT_MODE_STEREO */
i2s_hal.h:36
i2s_hal_slot_config_t
i2s_hal_slot_config_t::slot_mode
i2s_slot_mode_t
slot_mode
;
/*!< Set mono or stereo mode with I2S_SLOT_MODE_MONO or I2S_SLOT_MODE_STEREO */
i2s_pdm.h:76
i2s_pdm_rx_slot_config_t
i2s_pdm_rx_slot_config_t::slot_mode
i2s_slot_mode_t
slot_mode
;
/*!< Set mono or stereo mode with I2S_SLOT_MODE_MONO or I2S_SLOT_MODE_STEREO
i2s_pdm.h:318
i2s_pdm_tx_slot_config_t
i2s_pdm_tx_slot_config_t::slot_mode
i2s_slot_mode_t
slot_mode
;
/*!< Set mono or stereo mode with I2S_SLOT_MODE_MONO or I2S_SLOT_MODE_STEREO
i2s_std.h:230
i2s_std_slot_config_t
i2s_std_slot_config_t::slot_mode
}
i2s_slot_mode_t
;
i2s_types.h:27
i2s_slot_mode_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_hal_slot_config_t::slot_mode
i2s_hal_slot_config_t
i2s_hal.h:36
i2s_std_slot_config_t::slot_mode
i2s_std_slot_config_t
i2s_std.h:230
i2s_pdm_rx_slot_config_t::slot_mode
i2s_pdm_rx_slot_config_t
i2s_pdm.h:76
i2s_pdm_tx_slot_config_t::slot_mode
i2s_pdm_tx_slot_config_t
i2s_pdm.h:318
Lifecycle
from
examples
All items filtered out
All items filtered out