ESP-IDF
soc_periph_sdmmc_clk_src_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
soc_periph_sdmmc_clk_src_t
soc_periph_sdmmc_clk_src_t enum
Syntax
Show:
Summary
Declaration
from
clk_tree_defs.h:457
enum
{
SDMMC_CLK_SRC_DEFAULT
=
SOC_MOD_CLK_PLL_F160M
,
SDMMC_CLK_SRC_PLL160M
=
SOC_MOD_CLK_PLL_F160M
,
}
;
Values
Value
Declared as
Description
soc_periph_sdmmc_clk_src_t::SDMMC_CLK_SRC_DEFAULT
=
SOC_MOD_CLK_PLL_F160M
Select PLL_160M as the default choice.
soc_periph_sdmmc_clk_src_t::SDMMC_CLK_SRC_PLL160M
=
SOC_MOD_CLK_PLL_F160M
Select PLL_160M as the source clock.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
clk_tree_defs.h:457
}
soc_periph_sdmmc_clk_src_t
;
clk_tree_defs.h:460
soc_periph_sdmmc_clk_src_t
soc_periph_sdmmc_clk_src_t
clk_src
;
sdmmc_host.c:90
host_ctx_t
host_ctx_t::clk_src
static
void
sdmmc_host_set_clk_div
(
soc_periph_sdmmc_clk_src_t
src
,
int
div
)
sdmmc_host.c:171
sdmmc_host_set_clk_div()
sdmmc_host_set_clk_div()::src
void
sdmmc_host_get_clk_dividers
(
uint32_t
freq_khz
,
int
*
host_div
,
int
*
card_div
,
soc_periph_sdmmc_clk_src_t
*
src
)
sdmmc_host.c:205
sdmmc_host_get_clk_dividers()
sdmmc_host_get_clk_dividers()::src
soc_periph_sdmmc_clk_src_t
clk_src
=
0
;
sdmmc_host.c:208
sdmmc_host_get_clk_dividers()
static
int
sdmmc_host_calc_freq
(
soc_periph_sdmmc_clk_src_t
src
,
const
int
host_div
,
const
int
card_div
)
sdmmc_host.c:270
sdmmc_host_calc_freq()
sdmmc_host_calc_freq()::src
soc_periph_sdmmc_clk_src_t
clk_src
=
0
;
sdmmc_host.c:299
sdmmc_host_set_card_clk()
static
inline
void
sdmmc_ll_select_clk_source
(
sdmmc_dev_t
*
hw
,
soc_periph_sdmmc_clk_src_t
clk_src
)
sdmmc_ll.h:136
sdmmc_ll_select_clk_source()
sdmmc_ll_select_clk_source()::clk_src
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
Instance
Scope
Location
Project
sdmmc_ll_select_clk_source()::clk_src
sdmmc_ll_select_clk_source()
sdmmc_ll.h:136
host_ctx_t::clk_src
host_ctx_t
sdmmc_host.c:90
sdmmc_host_set_clk_div()::src
sdmmc_host_set_clk_div()
sdmmc_host.c:171
sdmmc_host_get_clk_dividers()::src
sdmmc_host_get_clk_dividers()
sdmmc_host.c:205
sdmmc_host_calc_freq()::src
sdmmc_host_calc_freq()
sdmmc_host.c:270
Lifecycle
from
examples
All items filtered out
All items filtered out