ESP-IDF
SD_ACCESS_MODE
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
SD_ACCESS_MODE
SD_ACCESS_MODE macro
Syntax
Show:
Summary
Declaration
from
sd_protocol_defs.h:423
#define
SD_ACCESS_MODE
1
Examples
References
from
examples
Code
Location
#define
SD_ACCESS_MODE
1
/* Function group 1, Access Mode */
sd_protocol_defs.h:423
err
=
sdmmc_send_cmd_switch_func
(
card
,
0
,
SD_ACCESS_MODE
,
0
,
response
)
;
sdmmc_sd.c:253
err
=
sdmmc_send_cmd_switch_func
(
card
,
1
,
SD_ACCESS_MODE
,
SD_ACCESS_MODE_DDR50
,
response
)
;
sdmmc_sd.c:268
err
=
sdmmc_send_cmd_switch_func
(
card
,
1
,
SD_ACCESS_MODE
,
SD_ACCESS_MODE_SDR104
,
response
)
;
sdmmc_sd.c:287
err
=
sdmmc_send_cmd_switch_func
(
card
,
1
,
SD_ACCESS_MODE
,
SD_ACCESS_MODE_SDR50
,
response
)
;
sdmmc_sd.c:299
err
=
sdmmc_send_cmd_switch_func
(
card
,
1
,
SD_ACCESS_MODE
,
SD_ACCESS_MODE_SDR25
,
response
)
;
sdmmc_sd.c:310
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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