ESP-IDF
i2s_bits_per_sample_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
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_t
i2s_bits_per_sample_t enum
Syntax
Show:
Summary
Declaration
from
i2s_types_legacy.h:27
enum
{
I2S_BITS_PER_SAMPLE_8BIT
=
8
,
I2S_BITS_PER_SAMPLE_16BIT
=
16
,
I2S_BITS_PER_SAMPLE_24BIT
=
24
,
I2S_BITS_PER_SAMPLE_32BIT
=
32
,
}
;
Values
Value
Declared as
Description
i2s_bits_per_sample_t::I2S_BITS_PER_SAMPLE_8BIT
=
8
data bit-width: 8.
i2s_bits_per_sample_t::I2S_BITS_PER_SAMPLE_16BIT
=
16
data bit-width: 16.
i2s_bits_per_sample_t::I2S_BITS_PER_SAMPLE_24BIT
=
24
data bit-width: 24.
i2s_bits_per_sample_t::I2S_BITS_PER_SAMPLE_32BIT
=
32
data bit-width: 32.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
i2s_types_legacy.h:27
}
i2s_bits_per_sample_t
;
i2s_types_legacy.h:32
i2s_bits_per_sample_t
i2s_bits_per_sample_t
bits_per_sample
;
/*!< I2S sample bits in one channel */
i2s_types_legacy.h:218
i2s_driver_config_t
i2s_driver_config_t::bits_per_sample
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
i2s_driver_config_t::bits_per_sample
i2s_driver_config_t
i2s_types_legacy.h:218
Lifecycle
from
examples
All items filtered out
All items filtered out