ESP-IDF
sdmmc_hw_cmd_s::volt_switch
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_hw_cmd_s::volt_switch
sdmmc_hw_cmd_s::volt_switch field
Syntax
Show:
Summary
Declaration
from
sdmmc_struct.h:67
uint32_t
volt_switch
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
volt_switch
:
1
;
///< set to enable voltage switching (for CMD11 only)
sdmmc_struct.h:67
cmd_val
.
volt_switch
=
1
;
sdmmc_host.c:198
sdmmc_host_clock_update_command()
bool
skip_wait
=
(
cmd
.
volt_switch
&&
cmd
.
update_clk_reg
)
;
sdmmc_host.c:436
sdmmc_host_start_command()
res
.
volt_switch
=
1
;
sdmmc_transaction.c:347
make_hw_cmd()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdmmc_hw_cmd_s::volt_switch
is written by 2 functions and is read by 1 function:
make_hw_cmd()
sdmmc_host_clock_update_command()
All items filtered out
sdmmc_hw_cmd_s::volt_switch
sdmmc_host_start_command()
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