ESP-IDF
I2S_PDM_DSR_16S
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_DSR_16S
I2S_PDM_DSR_16S value
downsampling number is 16 for PDM RX mode
Syntax
Show:
Summary
Declaration
from
i2s_types.h:94
I2S_PDM_DSR_16S
;
Examples
References
from
examples
Code
Location
Referrer
I2S_PDM_DSR_16S
,
/*!< downsampling number is 16 for PDM RX mode*/
i2s_types.h:94
clk_info
->
bclk
=
clk_cfg
->
sample_rate_hz
*
I2S_LL_PDM_BCK_FACTOR
*
(
dsr
==
I2S_PDM_DSR_16S
?
2
:
1
)
;
i2s_legacy.c:806
i2s_calculate_pdm_rx_clock()
clk_info
->
bclk
=
rate
*
I2S_LL_PDM_BCK_FACTOR
*
(
pdm_rx_clk
->
dn_sample_mode
==
I2S_PDM_DSR_16S
?
2
:
1
)
;
i2s_pdm.c:337
i2s_pdm_rx_calculate_clock()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
I2S_PDM_DSR_16S
is read by 2 functions:
All items filtered out
I2S_PDM_DSR_16S
i2s_calculate_pdm_rx_clock()
i2s_pdm_rx_calculate_clock()
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