ESP-IDF
I2S_PDM_RX_BCLK_DIV_MIN
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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_BCLK_DIV_MIN
I2S_PDM_RX_BCLK_DIV_MIN macro
The minimum bclk_div for PDM RX mode
Syntax
Show:
Summary
Declaration
from
i2s_pdm.c:331
#define
I2S_PDM_RX_BCLK_DIV_MIN
8
Examples
References
from
examples
Code
Location
#define
I2S_PDM_RX_BCLK_DIV_MIN
8
/*!< The minimum bclk_div for PDM RX mode */
i2s_pdm.c:331
clk_info
->
bclk_div
=
clk_cfg
->
bclk_div
<
I2S_PDM_RX_BCLK_DIV_MIN
?
I2S_PDM_RX_BCLK_DIV_MIN
:
clk_cfg
->
bclk_div
;
i2s_pdm.c:338
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