ESP-IDF
sdmmc_host_pullup_en_internal()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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_pullup_en_internal()
sdmmc_host_pullup_en_internal() function
Syntax
Show:
Summary
Declaration
Definition
from
sdmmc_host.c:105
static
esp_err_t
sdmmc_host_pullup_en_internal
(
int
slot
,
int
width
)
;
Implemented in
sdmmc_host.c:1129
Arguments
Argument
slot
width
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
sdmmc_host_pullup_en_internal
(
int
slot
,
int
width
)
sdmmc_host.c:1129
static
esp_err_t
sdmmc_host_pullup_en_internal
(
int
slot
,
int
width
)
;
sdmmc_host.c:105
sdmmc_host_pullup_en_internal
(
slot
,
s_host_ctx
.
slot_ctx
[
slot
]
.
slot_width
)
;
sdmmc_host.c:714
sdmmc_host_init_slot()
Call Tree
from
examples
sdmmc_host_pullup_en_internal()
is called by 1 function and calls 1 function:
sdmmc_host_init_slot()
All items filtered out
sdmmc_host_pullup_en_internal()
gpio_pullup_en()
All items filtered out
Data Use
from
examples
sdmmc_host_pullup_en_internal()
reads 14 variables:
sdmmc_slot_io_info_t::
::d4
sdmmc_slot_io_info_t::
::d5
sdmmc_slot_io_info_t::
::d6
sdmmc_slot_io_info_t::
::d7
sdmmc_slot_info_t::width
sdmmc_slot_io_info_t::
::cmd
sdmmc_slot_io_info_t::
::d0
sdmmc_slot_io_info_t::
::d1
sdmmc_slot_io_info_t::
::d2
sdmmc_slot_io_info_t::
::d3
sdmmc_slot_info
slot_ctx_t::slot_gpio_num
host_ctx_t::slot_ctx
s_host_ctx
All items filtered out
sdmmc_host_pullup_en_internal()
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