ESP-IDF
spi_flash_trans_t::mosi_len
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
spi_flash_trans_t::mosi_len
spi_flash_trans_t::mosi_len field
Syntax
Show:
Summary
Declaration
from
spi_flash_types.h:20
uint8_t
mosi_len
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
mosi_len
;
///< Output data length, in bytes
spi_flash_types.h:20
.
mosi_len
=
length
,
memspi_host_driver.c:179
memspi_host_program_page()
.
mosi_len
=
0
,
spi_flash_chip_generic.c:619
spi_flash_chip_generic_get_caps()
.
mosi_len
=
qe_sr_bitwidth
/
8
,
spi_flash_chip_generic.c:713
spi_flash_common_write_qe_sr()
.
mosi_len
=
length
,
spi_flash_chip_mxic_opi.c:269
spi_flash_chip_mxic_opi_page_program()
.
mosi_len
=
length
,
spi_flash_chip_winbond.c:202
spi_flash_command_winbond_program_4B()
spi_flash_ll_set_mosi_bitlen
(
dev
,
trans
->
mosi_len
*
8
)
;
spi_flash_hal_common.inc:189
spi_flash_hal_common_command()
spi_flash_ll_set_buffer_data
(
dev
,
trans
->
mosi_data
,
trans
->
mosi_len
)
;
spi_flash_hal_common.inc:190
spi_flash_hal_common_command()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spi_flash_trans_t::mosi_len
is read by 1 function:
All items filtered out
spi_flash_trans_t::mosi_len
spi_flash_hal_common_command()
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