ESP-IDF
i2s_channel_obj_t::total_slot
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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::total_slot
i2s_channel_obj_t::total_slot field
Total slot number
Syntax
Show:
Summary
Declaration
from
i2s_private.h:168
uint32_t
total_slot
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
total_slot
;
/*!< Total slot number */
i2s_private.h:168
handle
->
total_slot
=
2
;
i2s_pdm.c:92
i2s_pdm_tx_set_slot()
handle
->
total_slot
=
2
;
i2s_pdm.c:380
i2s_pdm_rx_set_slot()
clk_info
->
bclk
=
rate
*
handle
->
total_slot
*
slot_bits
;
i2s_std.c:39
i2s_std_calculate_clock()
ESP_LOGW
(
TAG
,
"the current mclk multiple cannot perform integer division (slot_num: %"
PRIu32
", slot_bits: %"
PRIu32
")"
,
handle
->
total_slot
,
slot_bits
)
;
i2s_std.c:43
i2s_std_calculate_clock()
clk_info
->
bclk
=
rate
*
handle
->
total_slot
*
slot_bits
;
i2s_std.c:48
i2s_std_calculate_clock()
handle
->
total_slot
=
2
;
i2s_std.c:103
i2s_std_set_slot()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
i2s_channel_obj_t::total_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::total_slot
i2s_std_calculate_clock()
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