ESP-IDF
sdspi_hw_cmd_t::response
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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
sdspi_hw_cmd_t::response
sdspi_hw_cmd_t::response field
Up to 16 bytes of response. Luckily, this is aligned on 4 byte boundary.
Syntax
Show:
Summary
Declaration
from
sdspi_private.h:65
uint32_t
response
[
4
]
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
response
[
4
]
;
sdspi_private.h:65
memset
(
hw_cmd
->
response
,
0xff
,
sizeof
(
hw_cmd
->
response
)
)
;
sdspi_transaction.c:35
make_hw_cmd()
ESP_LOGV
(
TAG
,
"r1 = 0x%02x hw_cmd.r[0]=0x%08"
PRIx32
,
hw_cmd
.
r1
,
hw_cmd
.
response
[
0
]
)
;
sdspi_transaction.c:158
sdspi_host_do_transaction()
cmdinfo
->
response
[
0
]
=
(
(
uint32_t
)
hw_cmd
.
r1
)
|
(
(
hw_cmd
.
response
[
0
]
&
0xff
)
<
<
8
)
;
sdspi_transaction.c:164
sdspi_host_do_transaction()
cmdinfo
->
response
[
0
]
=
__builtin_bswap32
(
hw_cmd
.
response
[
0
]
)
;
sdspi_transaction.c:167
sdspi_host_do_transaction()
cmdinfo
->
response
[
0
]
=
__builtin_bswap32
(
hw_cmd
.
response
[
0
]
)
;
sdspi_transaction.c:170
sdspi_host_do_transaction()
cmdinfo
->
response
[
0
]
=
hw_cmd
.
response
[
0
]
;
sdspi_transaction.c:173
sdspi_host_do_transaction()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdspi_hw_cmd_t::response
is read by 2 functions:
All items filtered out
sdspi_hw_cmd_t::response
make_hw_cmd()
sdspi_host_do_transaction()
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