ESP-IDF
I2S_BITS_PER_SAMPLE_32BIT
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_BITS_PER_SAMPLE_32BIT
I2S_BITS_PER_SAMPLE_32BIT value
data bit-width: 32
Syntax
Show:
Summary
Declaration
from
i2s_types_legacy.h:31
I2S_BITS_PER_SAMPLE_32BIT
=
32
;
Examples
References
from
examples
Code
Location
Referrer
I2S_BITS_PER_SAMPLE_32BIT
=
32
,
/*!< data bit-width: 32 */
i2s_types_legacy.h:31
ESP_RETURN_ON_FALSE
(
(
(
int
)
slot_cfg
->
slot_bit_width
<=
(
int
)
I2S_BITS_PER_SAMPLE_32BIT
)
,
ESP_ERR_INVALID_ARG
,
TAG
,
"Invalid bits per sample"
)
;
i2s_legacy.c:1139
i2s_set_clk()
if
(
src_bits
>
I2S_BITS_PER_SAMPLE_32BIT
||
aim_bits
>
I2S_BITS_PER_SAMPLE_32BIT
)
{
i2s_legacy.c:1753
i2s_write_expand()
if
(
(
src_bits
==
I2S_BITS_PER_SAMPLE_16BIT
||
src_bits
==
I2S_BITS_PER_SAMPLE_32BIT
)
&&
(
size
%
2
!=
0
)
)
{
i2s_legacy.c:1757
i2s_write_expand()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
I2S_BITS_PER_SAMPLE_32BIT
is read by 2 functions:
All items filtered out
I2S_BITS_PER_SAMPLE_32BIT
i2s_set_clk()
i2s_write_expand()
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