ESP-IDF
psram_cmd_t::txData
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
psram_cmd_t::txData
psram_cmd_t::txData field
Point to send data buffer
Syntax
Show:
Summary
Declaration
from
esp_psram_impl_quad.c:237
uint32_t
*
txData
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
*
txData
;
/*!< Point to send data buffer*/
esp_psram_impl_quad.c:237
uint32_t
*
p_tx_val
=
pInData
->
txData
;
esp_psram_impl_quad.c:375
psram_cmd_config()
ps_cmd
.
txData
=
&
cmd_exit_qpi
;
esp_psram_impl_quad.c:440
psram_disable_qio_mode()
ps_cmd
.
txData
=
NULL
;
esp_psram_impl_quad.c:480
psram_read_id()
ps_cmd
.
txData
=
NULL
;
esp_psram_impl_quad.c:513
psram_enable_qio_mode()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
psram_cmd_t::txData
is written by 3 functions and is read by 1 function:
psram_disable_qio_mode()
psram_read_id()
psram_enable_qio_mode()
All items filtered out
psram_cmd_t::txData
psram_cmd_config()
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