ESP-IDF
sdmmc_host_enable_clk_cmd11()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sdmmc_host_enable_clk_cmd11()
sdmmc_host_enable_clk_cmd11() function
Syntax
Show:
Summary
Declaration
Definition
from
sdmmc_internal.h:39
void
sdmmc_host_enable_clk_cmd11
(
int
slot
,
bool
enable
)
;
Implemented in
sdmmc_host.c:1002
Arguments
Argument
slot
enable
Examples
References
from
examples
Code
Location
Referrer
void
sdmmc_host_enable_clk_cmd11
(
int
slot
,
bool
enable
)
sdmmc_host.c:1002
void
sdmmc_host_enable_clk_cmd11
(
int
slot
,
bool
enable
)
;
sdmmc_internal.h:39
sdmmc_host_enable_clk_cmd11
(
slot
,
false
)
;
sdmmc_transaction.c:578
handle_voltage_switch_stage2()
sdmmc_host_enable_clk_cmd11
(
slot
,
true
)
;
sdmmc_transaction.c:589
handle_voltage_switch_stage2()
Call Tree
from
examples
sdmmc_host_enable_clk_cmd11()
is called by 1 function and calls 3 functions:
handle_voltage_switch_stage2()
All items filtered out
sdmmc_host_enable_clk_cmd11()
sdmmc_ll_enable_card_clock()
sdmmc_ll_enable_1v8_mode()
sdmmc_host_clock_update_command()
All items filtered out
Data Use
from
examples
sdmmc_host_enable_clk_cmd11()
reads 3 variables:
sdmmc_hal_context_t::dev
host_ctx_t::hal
s_host_ctx
All items filtered out
sdmmc_host_enable_clk_cmd11()
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