ESP-IDF
sdmmc_host_clock_update_command()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_clock_update_command()
sdmmc_host_clock_update_command() function
Syntax
Show:
Summary
Declaration
from
sdmmc_host.c:189
static
esp_err_t
sdmmc_host_clock_update_command
(
int
slot
,
bool
is_cmd11
)
;
Arguments
Argument
slot
is_cmd11
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
sdmmc_host_clock_update_command
(
int
slot
,
bool
is_cmd11
)
sdmmc_host.c:189
esp_err_t
err
=
sdmmc_host_clock_update_command
(
slot
,
false
)
;
sdmmc_host.c:292
sdmmc_host_set_card_clk()
err
=
sdmmc_host_clock_update_command
(
slot
,
false
)
;
sdmmc_host.c:310
sdmmc_host_set_card_clk()
err
=
sdmmc_host_clock_update_command
(
slot
,
false
)
;
sdmmc_host.c:320
sdmmc_host_set_card_clk()
sdmmc_host_clock_update_command
(
slot
,
false
)
;
sdmmc_host.c:998
sdmmc_host_set_cclk_always_on()
sdmmc_host_clock_update_command
(
slot
,
true
)
;
sdmmc_host.c:1005
sdmmc_host_enable_clk_cmd11()
Call Tree
from
examples
sdmmc_host_clock_update_command()
is called by 3 functions and calls 3 functions:
sdmmc_host_set_card_clk()
sdmmc_host_set_cclk_always_on()
sdmmc_host_enable_clk_cmd11()
All items filtered out
sdmmc_host_clock_update_command()
esp_log_timestamp()
esp_log_write()
sdmmc_host_start_command()
All items filtered out
Data Use
from
examples
sdmmc_host_clock_update_command()
reads 6 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
TAG
All items filtered out
sdmmc_host_clock_update_command()
sdmmc_hw_cmd_s::volt_switch
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