ESP-IDF
+
0
/1 examples
SourceVu will show references to
I2S_PDM_RX_CLK_DEFAULT_CONFIG
from the following samples and libraries:
i2s_recorder sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
I2S_PDM_RX_CLK_DEFAULT_CONFIG
I2S_PDM_RX_CLK_DEFAULT_CONFIG macro
I2S default PDM RX clock configuration
Syntax
Show:
Summary
Declaration
from
i2s_pdm.h:61
#define
I2S_PDM_RX_CLK_DEFAULT_CONFIG
(
rate
)
{
\
.
sample_rate_hz
=
rate
,
\
.
clk_src
=
I2S_CLK_SRC_DEFAULT
,
\
.
mclk_multiple
=
I2S_MCLK_MULTIPLE_256
,
\
.
dn_sample_mode
=
I2S_PDM_DSR_8S
,
\
.
bclk_div
=
8
,
\
}
Arguments
Argument
Description
rate
sample rate
Examples
I2S_PDM_RX_CLK_DEFAULT_CONFIG
is referenced by 1 libraries and example projects:
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out