ESP-IDF
i2s_obj_t::active_slot
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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_obj_t::active_slot
i2s_obj_t::active_slot field
Active slot number
Syntax
Show:
Summary
Declaration
from
i2s_legacy.c:167
uint32_t
active_slot
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
active_slot
;
/*!< Active slot number */
i2s_legacy.c:167
uint32_t
bytes_per_frame
=
bytes_per_sample
*
p_i2s
[
i2s_num
]
->
active_slot
;
i2s_legacy.c:525
i2s_get_buf_size()
p_i2s
[
i2s_num
]
->
active_slot
=
(
slot_cfg
->
slot_mode
==
I2S_SLOT_MODE_MONO
)
?
1
:
2
;
i2s_legacy.c:1166
i2s_set_clk()
p_i2s
[
i2s_num
]
->
active_slot
=
(
int
)
p_i2s
[
i2s_num
]
->
slot_cfg
.
slot_mode
==
I2S_SLOT_MODE_MONO
?
1
:
2
;
i2s_legacy.c:1389
i2s_config_transfer()
p_i2s
[
i2s_num
]
->
active_slot
=
(
int
)
p_i2s
[
i2s_num
]
->
slot_cfg
.
slot_mode
==
I2S_SLOT_MODE_MONO
?
1
:
2
;
i2s_legacy.c:1412
i2s_config_transfer()
p_i2s
[
i2s_num
]
->
active_slot
=
(
int
)
p_i2s
[
i2s_num
]
->
slot_cfg
.
slot_mode
==
I2S_SLOT_MODE_MONO
?
1
:
2
;
i2s_legacy.c:1422
i2s_config_transfer()
p_i2s
[
i2s_num
]
->
active_slot
=
(
p_i2s
[
i2s_num
]
->
dir
&
I2S_DIR_TX
)
?
2
:
1
;
i2s_legacy.c:1465
i2s_config_transfer()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
i2s_obj_t::active_slot
is written by 2 functions and is read by 1 function:
i2s_set_clk()
i2s_config_transfer()
All items filtered out
i2s_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