ESP-IDF
sdmmc_switch_func_rsp_t::data
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/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_switch_func_rsp_t::data
sdmmc_switch_func_rsp_t::data field
response data
Syntax
Show:
Summary
Declaration
from
sd_protocol_types.h:108
uint32_t
data
[
512
/
8
/
sizeof
(
uint32_t
)
]
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
data
[
512
/
8
/
sizeof
(
uint32_t
)
]
;
/*!< response data */
sd_protocol_types.h:108
.
data
=
resp
->
data
,
sdmmc_sd.c:203
sdmmc_send_cmd_switch_func()
sdmmc_flip_byte_order
(
resp
->
data
,
sizeof
(
sdmmc_switch_func_rsp_t
)
)
;
sdmmc_sd.c:214
sdmmc_send_cmd_switch_func()
uint32_t
resp_ver
=
SD_SFUNC_VER
(
resp
->
data
)
;
sdmmc_sd.c:215
sdmmc_send_cmd_switch_func()
if
(
SD_SFUNC_BUSY
(
resp
->
data
,
group
)
&
(
1
<
<
function
)
)
{
sdmmc_sd.c:219
sdmmc_send_cmd_switch_func()
uint32_t
supported_mask
=
SD_SFUNC_SUPPORTED
(
response
->
data
,
1
)
;
sdmmc_sd.c:258
sdmmc_enter_higher_speed_mode()
uint32_t
supported_mask
=
SD_SFUNC_SELECTED
(
response
->
data
,
SD_DRIVER_STRENGTH
)
;
sdmmc_sd.c:478
sdmmc_select_driver_strength()
uint32_t
supported_mask
=
SD_SFUNC_SELECTED
(
response
->
data
,
SD_CURRENT_LIMIT
)
;
sdmmc_sd.c:579
sdmmc_select_current_limit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdmmc_switch_func_rsp_t::data
is read by 4 functions:
All items filtered out
sdmmc_switch_func_rsp_t::data
sdmmc_send_cmd_switch_func()
sdmmc_enter_higher_speed_mode()
sdmmc_select_driver_strength()
sdmmc_select_current_limit()
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