ESP-IDF
sdmmc_hw_cmd_s::update_clk_reg
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::update_clk_reg
sdmmc_hw_cmd_s::update_clk_reg field
Syntax
Show:
Summary
Declaration
from
sdmmc_struct.h:60
uint32_t
update_clk_reg
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
update_clk_reg
:
1
;
///< 0: normal command, 1: don't send command, just update clock registers
sdmmc_struct.h:60
.
update_clk_reg
=
1
,
sdmmc_host.c:194
sdmmc_host_clock_update_command()
if
(
!
sdmmc_ll_is_card_detected
(
s_host_ctx
.
hal
.
dev
,
slot
)
&&
!
cmd
.
update_clk_reg
)
{
sdmmc_host.c:424
sdmmc_host_start_command()
bool
skip_wait
=
(
cmd
.
volt_switch
&&
cmd
.
update_clk_reg
)
;
sdmmc_host.c:436
sdmmc_host_start_command()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdmmc_hw_cmd_s::update_clk_reg
is read by 1 function:
All items filtered out
sdmmc_hw_cmd_s::update_clk_reg
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