ESP-IDF
sdmmc_slot_io_info_t::val
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sdmmc_slot_io_info_t::val
sdmmc_slot_io_info_t::val field
Syntax
Show:
Summary
Declaration
from
sdmmc_periph.h:58
gpio_num_t
val
[
12
]
;
Examples
References
from
examples
Code
Location
Referrer
gpio_num_t
val
[
12
]
;
// for iteration, num of entries in struct
sdmmc_periph.h:58
for
(
size_t
i
=
0
;
i
<
(
sizeof
(
gpio
->
val
)
/
(
sizeof
(
gpio
->
val
[
0
]
)
)
)
;
i
++
)
{
sdmmc_host.c:857
sdmmc_host_deinit_slot_internal()
gpio_pin_num
=
gpio
->
val
[
i
]
;
sdmmc_host.c:858
sdmmc_host_deinit_slot_internal()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdmmc_slot_io_info_t::val
is read by 1 function:
All items filtered out
sdmmc_slot_io_info_t::val
sdmmc_host_deinit_slot_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