ESP-IDF
sdmmc_host_deinit_internal()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sdmmc_host_deinit_internal()
sdmmc_host_deinit_internal() function
Syntax
Show:
Summary
Declaration
from
sdmmc_host.c:822
static
void
sdmmc_host_deinit_internal
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
void
sdmmc_host_deinit_internal
(
void
)
sdmmc_host.c:822
sdmmc_host_deinit_internal
(
)
;
sdmmc_host.c:882
sdmmc_host_deinit_slot()
sdmmc_host_deinit_internal
(
)
;
sdmmc_host.c:895
sdmmc_host_deinit()
Call Tree
from
examples
sdmmc_host_deinit_internal()
is called by 2 functions and calls 9 functions:
sdmmc_host_deinit_slot()
sdmmc_host_deinit()
All items filtered out
sdmmc_host_deinit_internal()
esp_intr_free()
esp_log_timestamp()
esp_log_write()
vQueueDelete()
periph_rcc_enter()
periph_rcc_exit()
sdmmc_ll_enable_bus_clock()
sdmmc_ll_deinit_clk()
sdmmc_host_transaction_handler_deinit()
All items filtered out
Data Use
from
examples
sdmmc_host_deinit_internal()
reads 12 variables and writes 3 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_hal_context_t::dev
TAG
host_ctx_t::intr_handle
host_ctx_t::event_queue
host_ctx_t::io_intr_event
host_ctx_t::hal
s_host_ctx
All items filtered out
sdmmc_host_deinit_internal()
host_ctx_t::intr_handle
host_ctx_t::event_queue
host_ctx_t::io_intr_event
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