ESP-IDF
i2s_channel_obj_t::active_slot
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_channel_obj_t::active_slot
i2s_channel_obj_t::active_slot field
Active slot number
Syntax
Show:
Summary
Declaration
from
i2s_private.h:167
uint32_t
active_slot
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
active_slot
;
/*!< Active slot number */
i2s_private.h:167
uint32_t
active_chan
=
handle
->
active_slot
;
i2s_common.c:419
i2s_get_buf_size()
handle
->
active_slot
=
slot_cfg
->
slot_mode
==
I2S_SLOT_MODE_MONO
?
1
:
2
;
i2s_pdm.c:93
i2s_pdm_tx_set_slot()
handle
->
active_slot
=
slot_cfg
->
slot_mode
==
I2S_SLOT_MODE_MONO
?
1
:
2
;
i2s_pdm.c:381
i2s_pdm_rx_set_slot()
handle
->
active_slot
=
slot_cfg
->
slot_mode
==
I2S_SLOT_MODE_MONO
?
1
:
2
;
i2s_std.c:104
i2s_std_set_slot()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
i2s_channel_obj_t::active_slot
is written by 3 functions and is read by 1 function:
i2s_std_set_slot()
i2s_pdm_tx_set_slot()
i2s_pdm_rx_set_slot()
All items filtered out
i2s_channel_obj_t::active_slot
i2s_get_buf_size()
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