ESP-IDF
SD_SFUNC_SELECTED
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
SD_SFUNC_SELECTED
SD_SFUNC_SELECTED macro
Syntax
Show:
Summary
Declaration
from
sd_protocol_defs.h:410
#define
SD_SFUNC_SELECTED
(
status
,
group
)
\
(
MMC_RSP_BITS
(
(
uint32_t
*
)
(
status
)
,
376
+
(
group
-
1
)
*
4
,
4
)
)
Arguments
Argument
status
group
Examples
References
from
examples
Code
Location
#define
SD_SFUNC_SELECTED
(
status
,
group
)
\
sd_protocol_defs.h:410
uint32_t
supported_mask
=
SD_SFUNC_SELECTED
(
response
->
data
,
SD_DRIVER_STRENGTH
)
;
sdmmc_sd.c:478
uint32_t
supported_mask
=
SD_SFUNC_SELECTED
(
response
->
data
,
SD_CURRENT_LIMIT
)
;
sdmmc_sd.c:579
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