ESP-IDF
sdmmc_hw_cmd_s::rw
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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::rw
sdmmc_hw_cmd_s::rw field
Syntax
Show:
Summary
Declaration
from
sdmmc_struct.h:53
uint32_t
rw
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
rw
:
1
;
///< 0: read from card, 1: write to card (don't care if no data expected)
sdmmc_struct.h:53
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
.
rw
=
1
;
sdmmc_transaction.c:367
make_hw_cmd()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdmmc_hw_cmd_s::rw
is written by 1 function and is read by 1 function:
make_hw_cmd()
All items filtered out
sdmmc_hw_cmd_s::rw
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