ESP-IDF
psram_cmd_t
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
psram_cmd_t struct
Syntax
Show:
Summary
Declaration
from
esp_psram_impl_quad.c:232
typedef
struct
{
uint16_t
cmd
;
uint16_t
cmdBitLen
;
uint32_t
*
addr
;
uint16_t
addrBitLen
;
uint32_t
*
txData
;
uint16_t
txDataBitLen
;
uint32_t
*
rxData
;
uint16_t
rxDataBitLen
;
uint32_t
dummyBitLen
;
}
psram_cmd_t
;
Fields
Field
Declared as
Description
psram_cmd_t::cmd
uint16_t
Command value.
psram_cmd_t::cmdBitLen
uint16_t
Command byte length.
psram_cmd_t::addr
uint32_t
*
Point to address value.
psram_cmd_t::addrBitLen
uint16_t
Address byte length.
psram_cmd_t::txData
uint32_t
*
Point to send data buffer.
psram_cmd_t::txDataBitLen
uint16_t
Send data byte length.
psram_cmd_t::rxData
uint32_t
*
Point to receive data buffer.
psram_cmd_t::rxDataBitLen
uint16_t
Receive Data byte length.
psram_cmd_t::dummyBitLen
uint32_t
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
esp_psram_impl_quad.c:232
}
psram_cmd_t
;
esp_psram_impl_quad.c:242
psram_cmd_t
static
int
psram_cmd_config
(
psram_spi_num_t
spi_num
,
psram_cmd_t
*
pInData
)
esp_psram_impl_quad.c:344
psram_cmd_config()
psram_cmd_config()::pInData
psram_cmd_t
ps_cmd
;
esp_psram_impl_quad.c:424
psram_disable_qio_mode()
psram_cmd_t
ps_cmd
;
esp_psram_impl_quad.c:458
psram_read_id()
psram_cmd_t
ps_cmd
;
esp_psram_impl_quad.c:495
psram_enable_qio_mode()
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
Instance
Scope
Location
Project
psram_cmd_config()::pInData
psram_cmd_config()
esp_psram_impl_quad.c:344
Lifecycle
from
examples
All items filtered out
All items filtered out