ESP-IDF
+
0
/6 examples
SourceVu will show references to
I2S_SLOT_BIT_WIDTH_AUTO
from the following samples and libraries:
i2s_recorder sample
a2dp_sink sample
a2dp_gatts_coex sample
i2s_pdm sample
i2s_std sample
i2s_es8311 sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
I2S_SLOT_BIT_WIDTH_AUTO
I2S_SLOT_BIT_WIDTH_AUTO value
I2S channel slot bit-width equals to data bit-width
Syntax
Show:
Summary
Declaration
from
i2s_types.h:60
I2S_SLOT_BIT_WIDTH_AUTO
=
(
0
)
;
Examples
I2S_SLOT_BIT_WIDTH_AUTO
is referenced by 6 libraries and example projects:
i2s_recorder sample
a2dp_sink sample
a2dp_gatts_coex sample
i2s_pdm sample
i2s_std sample
i2s_es8311 sample
References
from
0/6
examples
Code
Location
Referrer
I2S_SLOT_BIT_WIDTH_AUTO
=
(
0
)
,
/*!< I2S channel slot bit-width equals to data bit-width */
i2s_types.h:60
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_pdm.c:287
i2s_channel_reconfig_pdm_tx_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_pdm.c:578
i2s_channel_reconfig_pdm_rx_slot()
uint32_t
slot_bits
=
(
slot_cfg
->
slot_bit_width
==
I2S_SLOT_BIT_WIDTH_AUTO
)
||
i2s_std.c:33
i2s_std_calculate_clock()
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/6
examples
All items filtered out
All items filtered out
Data Use
from
0/6
examples
I2S_SLOT_BIT_WIDTH_AUTO
is read by 4 functions:
All items filtered out
I2S_SLOT_BIT_WIDTH_AUTO
i2s_std_calculate_clock()
i2s_channel_reconfig_std_slot()
i2s_channel_reconfig_pdm_tx_slot()
i2s_channel_reconfig_pdm_rx_slot()
All items filtered out
Class Tree
from
0/6
examples
All items filtered out
All items filtered out
Override Tree
from
0/6
examples
All items filtered out
All items filtered out
Implementations
from
0/6
examples
All items filtered out
All items filtered out
Instances
from
0/6
examples
Lifecycle
from
0/6
examples
All items filtered out
All items filtered out