ESP-IDF
+
0
/1 examples
SourceVu will show references to
i2s_pdm_rx_config_t::clk_cfg
from the following samples and libraries:
i2s_recorder sample
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_config_t::clk_cfg
i2s_pdm_rx_config_t::clk_cfg field
PDM RX clock configurations, can be generated by macro I2S_PDM_RX_CLK_DEFAULT_CONFIG
Syntax
Show:
Summary
Declaration
from
i2s_pdm.h:122
i2s_pdm_rx_clk_config_t
clk_cfg
;
Examples
i2s_pdm_rx_config_t::clk_cfg
is referenced by 1 libraries and example projects:
i2s_recorder sample
References
from
0/1
examples
Code
Location
Referrer
i2s_pdm_rx_clk_config_t
clk_cfg
;
/*!< PDM RX clock configurations, can be generated by macro I2S_PDM_RX_CLK_DEFAULT_CONFIG */
i2s_pdm.h:122
memcpy
(
&
(
pdm_rx_cfg
->
clk_cfg
)
,
clk_cfg
,
sizeof
(
i2s_pdm_rx_clk_config_t
)
)
;
i2s_pdm.c:372
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()
ESP_GOTO_ON_ERROR
(
i2s_pdm_rx_set_clock
(
handle
,
&
pdm_rx_cfg
->
clk_cfg
)
,
err
,
TAG
,
"initialize channel failed while setting clock"
)
;
i2s_pdm.c:484
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()
ESP_GOTO_ON_ERROR
(
i2s_pdm_rx_set_clock
(
handle
,
&
pdm_rx_cfg
->
clk_cfg
)
,
err
,
TAG
,
"update clock failed"
)
;
i2s_pdm.c:580
i2s_channel_reconfig_pdm_rx_slot()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
i2s_pdm_rx_config_t::clk_cfg
is read by 3 functions:
All items filtered out
i2s_pdm_rx_config_t::clk_cfg
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