ESP-IDF
sdmmc_hw_cmd_s::data_expected
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_hw_cmd_s::data_expected
sdmmc_hw_cmd_s::data_expected field
Syntax
Show:
Summary
Declaration
from
sdmmc_struct.h:52
uint32_t
data_expected
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
data_expected
:
1
;
///< 0: no data expected, 1: data expected
sdmmc_struct.h:52
if
(
cmd
.
data_expected
&&
cmd
.
rw
&&
sdmmc_ll_is_card_write_protected
(
s_host_ctx
.
hal
.
dev
,
slot
)
)
{
sdmmc_host.c:427
sdmmc_host_start_command()
res
.
data_expected
=
1
;
sdmmc_transaction.c:365
make_hw_cmd()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdmmc_hw_cmd_s::data_expected
is written by 1 function and is read by 1 function:
make_hw_cmd()
All items filtered out
sdmmc_hw_cmd_s::data_expected
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