ESP-IDF
psram_cmd_t::txDataBitLen
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::txDataBitLen
psram_cmd_t::txDataBitLen field
Send data byte length.
Syntax
Show:
Summary
Declaration
from
esp_psram_impl_quad.c:238
uint16_t
txDataBitLen
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
txDataBitLen
;
/*!< Send data byte length.*/
esp_psram_impl_quad.c:238
if
(
pInData
->
txDataBitLen
!=
0
)
{
esp_psram_impl_quad.c:376
psram_cmd_config()
int
len
=
(
pInData
->
txDataBitLen
+
31
)
/
32
;
esp_psram_impl_quad.c:380
psram_cmd_config()
SET_PERI_REG_BITS
(
SPI_MOSI_DLEN_REG
(
spi_num
)
,
SPI_USR_MOSI_DBITLEN
,
(
pInData
->
txDataBitLen
-
1
)
,
esp_psram_impl_quad.c:385
psram_cmd_config()
ps_cmd
.
txDataBitLen
=
8
;
esp_psram_impl_quad.c:427
psram_disable_qio_mode()
ps_cmd
.
txDataBitLen
=
16
;
esp_psram_impl_quad.c:436
psram_disable_qio_mode()
ps_cmd
.
txDataBitLen
=
0
;
esp_psram_impl_quad.c:479
psram_read_id()
ps_cmd
.
txDataBitLen
=
0
;
esp_psram_impl_quad.c:514
psram_enable_qio_mode()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
psram_cmd_t::txDataBitLen
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::txDataBitLen
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