ESP-IDF
psram_cmd_t::cmd
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
psram_cmd_t::cmd
psram_cmd_t::cmd field
Command value
Syntax
Show:
Summary
Declaration
from
esp_psram_impl_quad.c:233
uint16_t
cmd
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
cmd
;
/*!< Command value */
esp_psram_impl_quad.c:233
SET_PERI_REG_BITS
(
SPI_USER2_REG
(
spi_num
)
,
SPI_USR_COMMAND_VALUE
,
pInData
->
cmd
,
SPI_USR_COMMAND_VALUE_S
)
;
esp_psram_impl_quad.c:358
psram_cmd_config()
ps_cmd
.
cmd
=
0
;
esp_psram_impl_quad.c:441
psram_disable_qio_mode()
ps_cmd
.
cmd
=
PSRAM_DEVICE_ID
;
esp_psram_impl_quad.c:462
psram_read_id()
ps_cmd
.
cmd
=
0
;
esp_psram_impl_quad.c:472
psram_read_id()
ps_cmd
.
cmd
=
0
;
esp_psram_impl_quad.c:510
psram_enable_qio_mode()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
psram_cmd_t::cmd
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::cmd
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