ESP-IDF
+
0
/4 examples
SourceVu will show references to
i2s_std_slot_config_t::data_bit_width
from the following samples and libraries:
a2dp_sink sample
a2dp_gatts_coex sample
i2s_std sample
i2s_es8311 sample
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_std_slot_config_t::data_bit_width
i2s_std_slot_config_t::data_bit_width field
I2S sample data bit width (valid data bits per sample)
Syntax
Show:
Summary
Declaration
from
i2s_std.h:228
i2s_data_bit_width_t
data_bit_width
;
Examples
i2s_std_slot_config_t::data_bit_width
is referenced by 4 libraries and example projects:
a2dp_sink sample
a2dp_gatts_coex sample
i2s_std sample
i2s_es8311 sample
References
from
0/4
examples
Code
Location
Referrer
i2s_data_bit_width_t
data_bit_width
;
/*!< I2S sample data bit width (valid data bits per sample) */
i2s_std.h:228
(
(
int
)
slot_cfg
->
slot_bit_width
<
(
int
)
slot_cfg
->
data_bit_width
)
?
i2s_std.c:34
i2s_std_calculate_clock()
slot_cfg
->
data_bit_width
:
slot_cfg
->
slot_bit_width
;
i2s_std.c:35
i2s_std_calculate_clock()
i2s_data_bit_width_t
real_slot_bit
=
(
int
)
std_cfg
->
slot_cfg
.
slot_bit_width
<
(
int
)
std_cfg
->
slot_cfg
.
data_bit_width
?
i2s_std.c:71
i2s_std_set_clock()
std_cfg
->
slot_cfg
.
data_bit_width
:
std_cfg
->
slot_cfg
.
slot_bit_width
;
i2s_std.c:72
i2s_std_set_clock()
uint32_t
buf_size
=
i2s_get_buf_size
(
handle
,
slot_cfg
->
data_bit_width
,
handle
->
dma
.
frame_num
)
;
i2s_std.c:106
i2s_std_set_slot()
std_cfg
->
slot_cfg
.
slot_bit_width
=
(
int
)
std_cfg
->
slot_cfg
.
slot_bit_width
<
(
int
)
std_cfg
->
slot_cfg
.
data_bit_width
?
i2s_std.c:140
i2s_std_set_slot()
std_cfg
->
slot_cfg
.
data_bit_width
:
std_cfg
->
slot_cfg
.
slot_bit_width
;
i2s_std.c:141
i2s_std_set_slot()
uint32_t
slot_bits
=
slot_cfg
->
slot_bit_width
==
I2S_SLOT_BIT_WIDTH_AUTO
?
slot_cfg
->
data_bit_width
:
slot_cfg
->
slot_bit_width
;
i2s_std.c:330
i2s_channel_reconfig_std_slot()
Call Tree
from
0/4
examples
All items filtered out
All items filtered out
Data Use
from
0/4
examples
i2s_std_slot_config_t::data_bit_width
is read by 4 functions:
All items filtered out
i2s_std_slot_config_t::data_bit_width
i2s_std_calculate_clock()
i2s_std_set_clock()
i2s_std_set_slot()
i2s_channel_reconfig_std_slot()
All items filtered out
Class Tree
from
0/4
examples
All items filtered out
All items filtered out
Override Tree
from
0/4
examples
All items filtered out
All items filtered out
Implementations
from
0/4
examples
All items filtered out
All items filtered out
Instances
from
0/4
examples
Lifecycle
from
0/4
examples
All items filtered out
All items filtered out