ESP-IDF
+
0
/1 examples
SourceVu will show references to
i2s_pdm_rx_clk_config_t::clk_src
from the following samples and libraries:
i2s_recorder sample
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_pdm_rx_clk_config_t::clk_src
i2s_pdm_rx_clk_config_t::clk_src field
Choose clock source
Syntax
Show:
Summary
Declaration
from
i2s_pdm.h:96
i2s_clock_src_t
clk_src
;
Examples
i2s_pdm_rx_clk_config_t::clk_src
is referenced by 1 libraries and example projects:
i2s_recorder sample
References
from
0/1
examples
Code
Location
Referrer
i2s_clock_src_t
clk_src
;
/*!< Choose clock source */
i2s_pdm.h:96
clk_info
->
sclk
=
i2s_get_source_clk_freq
(
clk_cfg
->
clk_src
,
clk_info
->
mclk
)
;
i2s_pdm.c:340
i2s_pdm_rx_calculate_clock()
i2s_hal_set_rx_clock
(
&
handle
->
controller
->
hal
,
&
clk_info
,
clk_cfg
->
clk_src
)
;
i2s_pdm.c:367
i2s_pdm_rx_set_clock()
if
(
pdm_rx_cfg
->
clk_cfg
.
clk_src
==
I2S_CLK_SRC_APLL
)
{
i2s_pdm.c:479
i2s_channel_init_pdm_rx_mode()
if
(
pdm_rx_cfg
->
clk_cfg
.
clk_src
==
I2S_CLK_SRC_APLL
)
{
i2s_pdm.c:492
i2s_channel_init_pdm_rx_mode()
if
(
clk_cfg
->
clk_src
==
I2S_CLK_SRC_APLL
&&
pdm_rx_cfg
->
clk_cfg
.
clk_src
!=
I2S_CLK_SRC_APLL
)
{
i2s_pdm.c:526
i2s_channel_reconfig_pdm_rx_clock()
if
(
clk_cfg
->
clk_src
!=
I2S_CLK_SRC_APLL
&&
pdm_rx_cfg
->
clk_cfg
.
clk_src
==
I2S_CLK_SRC_APLL
)
{
i2s_pdm.c:531
i2s_channel_reconfig_pdm_rx_clock()
if
(
pdm_rx_cfg
->
clk_cfg
.
clk_src
!=
clk_cfg
->
clk_src
)
{
i2s_pdm.c:540
i2s_channel_reconfig_pdm_rx_clock()
if
(
clk_cfg
->
clk_src
==
I2S_CLK_SRC_APLL
)
{
i2s_pdm.c:544
i2s_channel_reconfig_pdm_rx_clock()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
i2s_pdm_rx_clk_config_t::clk_src
is read by 4 functions:
All items filtered out
i2s_pdm_rx_clk_config_t::clk_src
i2s_pdm_rx_calculate_clock()
i2s_pdm_rx_set_clock()
i2s_channel_init_pdm_rx_mode()
i2s_channel_reconfig_pdm_rx_clock()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out