ESP-IDF
+
0
/1 examples
SourceVu will show references to
spi_flash_trans_t::command
from the following samples and libraries:
custom_flash_driver sample
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::command
spi_flash_trans_t::command field
Syntax
Show:
Summary
Declaration
from
spi_flash_types.h:31
uint16_t
command
;
Examples
spi_flash_trans_t::command
is referenced by 1 libraries and example projects:
custom_flash_driver sample
References
from
0/1
examples
Code
Location
Referrer
uint16_t
command
;
///< Command to send
spi_flash_types.h:31
.
command
=
CMD_RDID
,
memspi_host_driver.c:95
memspi_host_read_id_hs()
.
command
=
CMD_RDSR
,
memspi_host_driver.c:120
memspi_host_read_status_hs()
t
.
command
=
CMD_CHIP_ERASE
;
memspi_host_driver.c:143
memspi_host_erase_chip()
.
command
=
CMD_SECTOR_ERASE
,
memspi_host_driver.c:152
memspi_host_erase_sector()
.
command
=
CMD_LARGE_BLOCK_ERASE
,
memspi_host_driver.c:164
memspi_host_erase_block()
.
command
=
CMD_PROGRAM_PAGE
,
memspi_host_driver.c:176
memspi_host_program_page()
.
command
=
CMD_READ
,
memspi_host_driver.c:188
memspi_host_read()
.
command
=
wp
?
CMD_WRDI
:
CMD_WREN
memspi_host_driver.c:201
memspi_host_set_write_protect()
.
command
=
CMD_RST_EN
,
spi_flash_chip_generic.c:127
spi_flash_chip_generic_reset()
.
command
=
CMD_RST_DEV
,
spi_flash_chip_generic.c:135
spi_flash_chip_generic_reset()
.
command
=
CMD_RDUID
,
spi_flash_chip_generic.c:577
spi_flash_chip_generic_read_unique_id()
.
command
=
CMD_RDSFDP
,
spi_flash_chip_generic.c:616
spi_flash_chip_generic_get_caps()
.
command
=
qe_rdsr_command
,
spi_flash_chip_generic.c:699
spi_flash_common_read_qe_sr()
.
command
=
qe_wrsr_command
,
spi_flash_chip_generic.c:711
spi_flash_common_write_qe_sr()
t
.
command
=
CMD_OPI_FLASH_MXIC
(
CMD_WRDI
)
;
spi_flash_chip_mxic_opi.c:73
spi_flash_chip_mxic_opi_set_write_protect()
t
.
command
=
CMD_OPI_FLASH_MXIC
(
CMD_WREN
)
;
spi_flash_chip_mxic_opi.c:75
spi_flash_chip_mxic_opi_set_write_protect()
.
command
=
CMD_OPI_FLASH_MXIC
(
CMD_RDID
)
,
spi_flash_chip_mxic_opi.c:103
spi_flash_chip_mxic_opi_read_id()
.
command
=
CMD_OPI_FLASH_MXIC
(
CMD_RDSR
)
,
spi_flash_chip_mxic_opi.c:138
spi_flash_chip_mxic_opi_read_reg()
.
command
=
CMD_OPI_FLASH_MXIC_CHIP_ERASE
,
spi_flash_chip_mxic_opi.c:180
spi_flash_chip_mxic_opi_erase_chip()
.
command
=
CMD_OPI_FLASH_MXIC
(
CMD_SECTOR_ERASE_4B
)
,
spi_flash_chip_mxic_opi.c:208
spi_flash_chip_mxic_opi_erase_sector()
.
command
=
CMD_OPI_FLASH_MXIC
(
CMD_LARGE_BLOCK_ERASE_4B
)
,
spi_flash_chip_mxic_opi.c:237
spi_flash_chip_mxic_opi_erase_block()
.
command
=
CMD_OPI_FLASH_MXIC
(
CMD_PROGRAM_PAGE_4B
)
,
spi_flash_chip_mxic_opi.c:266
spi_flash_chip_mxic_opi_page_program()
.
command
=
CMD_OPI_FLASH_MXIC_RDCR2
,
spi_flash_chip_mxic_opi.c:319
spi_flash_chip_mxic_opi_get_io_mode()
.
command
=
(
addr_4b
?
CMD_PROGRAM_PAGE_4B
:
CMD_PROGRAM_PAGE
)
,
spi_flash_chip_winbond.c:199
spi_flash_command_winbond_program_4B()
.
command
=
(
addr_4b
?
CMD_SECTOR_ERASE_4B
:
CMD_SECTOR_ERASE
)
,
spi_flash_chip_winbond.c:213
spi_flash_command_winbond_erase_sector_4B()
.
command
=
(
addr_4b
?
CMD_LARGE_BLOCK_ERASE_4B
:
CMD_LARGE_BLOCK_ERASE
)
,
spi_flash_chip_winbond.c:225
spi_flash_command_erase_block_4B()
command
=
trans
->
command
;
spi_flash_hal_common.inc:175
spi_flash_hal_common_command()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
spi_flash_trans_t::command
is written by 2 functions and is read by 1 function:
spi_flash_chip_mxic_opi_set_write_protect()
memspi_host_erase_chip()
All items filtered out
spi_flash_trans_t::command
spi_flash_hal_common_command()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out