ESP-IDF
psram_cmd_t::cmdBitLen
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::cmdBitLen
psram_cmd_t::cmdBitLen field
Command byte length
Syntax
Show:
Summary
Declaration
from
esp_psram_impl_quad.c:234
uint16_t
cmdBitLen
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
cmdBitLen
;
/*!< Command byte length*/
esp_psram_impl_quad.c:234
if
(
pInData
->
cmdBitLen
!=
0
)
{
esp_psram_impl_quad.c:351
psram_cmd_config()
SET_PERI_REG_BITS
(
SPI_USER2_REG
(
spi_num
)
,
SPI_USR_COMMAND_BITLEN
,
pInData
->
cmdBitLen
-
1
,
esp_psram_impl_quad.c:353
psram_cmd_config()
ps_cmd
.
cmdBitLen
=
0
;
esp_psram_impl_quad.c:442
psram_disable_qio_mode()
ps_cmd
.
cmdBitLen
=
8
;
esp_psram_impl_quad.c:463
psram_read_id()
ps_cmd
.
cmdBitLen
=
2
;
//this two bits is used to delay 2 clock cycle
esp_psram_impl_quad.c:471
psram_read_id()
ps_cmd
.
cmdBitLen
=
0
;
esp_psram_impl_quad.c:498
psram_enable_qio_mode()
ps_cmd
.
cmdBitLen
=
2
;
esp_psram_impl_quad.c:506
psram_enable_qio_mode()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
psram_cmd_t::cmdBitLen
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::cmdBitLen
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