ESP-IDF
+
0
/1 examples
SourceVu will show references to
i2s_pdm_tx_clk_config_t::up_sample_fs
from the following samples and libraries:
i2s_pdm 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_tx_clk_config_t::up_sample_fs
i2s_pdm_tx_clk_config_t::up_sample_fs field
Up-sampling param fs, not allowed to be greater than 480
Syntax
Show:
Summary
Declaration
from
i2s_pdm.h:350
uint32_t
up_sample_fs
;
Examples
i2s_pdm_tx_clk_config_t::up_sample_fs
is referenced by 1 libraries and example projects:
i2s_pdm sample
References
from
0/1
examples
Code
Location
Referrer
uint32_t
up_sample_fs
;
/*!< Up-sampling param fs, not allowed to be greater than 480 */
i2s_pdm.h:350
uint32_t
over_sample_ratio
=
pdm_tx_clk
->
up_sample_fp
/
pdm_tx_clk
->
up_sample_fs
;
i2s_pdm.c:40
i2s_pdm_tx_calculate_clock()
i2s_ll_tx_set_pdm_fpfs
(
handle
->
controller
->
hal
.
dev
,
pdm_tx_clk
->
up_sample_fp
,
pdm_tx_clk
->
up_sample_fs
)
;
i2s_pdm.c:50
i2s_pdm_tx_calculate_clock()
ESP_RETURN_ON_FALSE
(
clk_cfg
->
up_sample_fs
<=
480
,
ESP_ERR_INVALID_ARG
,
TAG
,
"up_sample_fs should be within 480"
)
;
i2s_pdm.c:63
i2s_pdm_tx_set_clock()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
i2s_pdm_tx_clk_config_t::up_sample_fs
is read by 2 functions:
All items filtered out
i2s_pdm_tx_clk_config_t::up_sample_fs
i2s_pdm_tx_calculate_clock()
i2s_pdm_tx_set_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