ESP-IDF
psram_cmd_t::rxDataBitLen
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::rxDataBitLen
psram_cmd_t::rxDataBitLen field
Receive Data byte length.
Syntax
Show:
Summary
Declaration
from
esp_psram_impl_quad.c:240
uint16_t
rxDataBitLen
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
rxDataBitLen
;
/*!< Receive Data byte length.*/
esp_psram_impl_quad.c:240
if
(
pInData
->
rxDataBitLen
!=
0
)
{
esp_psram_impl_quad.c:392
psram_cmd_config()
SET_PERI_REG_BITS
(
SPI_MISO_DLEN_REG
(
spi_num
)
,
SPI_USR_MISO_DBITLEN
,
(
pInData
->
rxDataBitLen
-
1
)
,
esp_psram_impl_quad.c:396
psram_cmd_config()
ps_cmd
.
rxDataBitLen
=
0
;
esp_psram_impl_quad.c:446
psram_disable_qio_mode()
ps_cmd
.
rxDataBitLen
=
8
*
8
;
esp_psram_impl_quad.c:481
psram_read_id()
psram_cmd_recv_start
(
spi_num
,
ps_cmd
.
rxData
,
ps_cmd
.
rxDataBitLen
/
8
,
PSRAM_CMD_SPI
)
;
esp_psram_impl_quad.c:487
psram_read_id()
ps_cmd
.
rxDataBitLen
=
0
;
esp_psram_impl_quad.c:516
psram_enable_qio_mode()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
psram_cmd_t::rxDataBitLen
is written by 3 functions and is read by 2 functions:
psram_disable_qio_mode()
psram_read_id()
psram_enable_qio_mode()
All items filtered out
psram_cmd_t::rxDataBitLen
psram_cmd_config()
psram_read_id()
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