ESP-IDF
sdmmc_host_start_command()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/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_start_command()
sdmmc_host_start_command() function
Syntax
Show:
Summary
Declaration
Definition
from
sdmmc_internal.h:27
esp_err_t
sdmmc_host_start_command
(
int
slot
,
sdmmc_hw_cmd_t
cmd
,
uint32_t
arg
)
;
Implemented in
sdmmc_host.c:406
Arguments
Argument
Declared as
slot
int
cmd
sdmmc_hw_cmd_t
arg
uint32_t
Examples
References
from
examples
Code
Location
Referrer
esp_err_t
sdmmc_host_start_command
(
int
slot
,
sdmmc_hw_cmd_t
cmd
,
uint32_t
arg
)
sdmmc_host.c:406
esp_err_t
sdmmc_host_start_command
(
int
slot
,
sdmmc_hw_cmd_t
cmd
,
uint32_t
arg
)
;
sdmmc_internal.h:27
ESP_RETURN_ON_ERROR
(
sdmmc_host_start_command
(
slot
,
cmd_val
,
0
)
,
TAG
,
"sdmmc_host_start_command returned 0x%x"
,
err_rc_
)
;
sdmmc_host.c:200
sdmmc_host_clock_update_command()
ret
=
sdmmc_host_start_command
(
slot
,
hw_cmd
,
cmdinfo
->
arg
)
;
sdmmc_transaction.c:183
sdmmc_host_do_transaction()
Call Tree
from
examples
sdmmc_host_start_command()
is called by 2 functions and calls 11 functions:
sdmmc_host_clock_update_command()
sdmmc_host_do_transaction()
All items filtered out
sdmmc_host_start_command()
esp_log_timestamp()
esp_log_write()
vTaskDelay()
esp_timer_get_time()
sdmmc_ll_set_command()
sdmmc_ll_is_command_taken()
sdmmc_ll_set_command_arg()
sdmmc_ll_is_card_detected()
sdmmc_ll_is_card_write_protected()
sdmmc_host_slot_initialized()
sdmmc_host_change_to_slot()
All items filtered out
Data Use
from
examples
sdmmc_host_start_command()
reads 14 variables and writes 4 variables:
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
sdmmc_hw_cmd_s::data_expected
sdmmc_hw_cmd_s::rw
sdmmc_hw_cmd_s::update_clk_reg
sdmmc_hw_cmd_s::volt_switch
sdmmc_hal_context_t::dev
TAG
host_ctx_t::hal
host_ctx_t::active_slot_num
s_host_ctx
All items filtered out
sdmmc_host_start_command()
sdmmc_hw_cmd_s::card_num
sdmmc_hw_cmd_s::use_hold_reg
sdmmc_hw_cmd_s::start_command
host_ctx_t::active_slot_num
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