ESP-IDF
CMD_RDSR2
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
CMD_RDSR2
CMD_RDSR2 macro
Syntax
Show:
Summary
Declaration
from
bootloader_flash_priv.h:52
#define
CMD_RDSR2
0x35
Examples
References
from
examples
Code
Location
#define
CMD_RDSR2
0x35
/* Not all SPI flash uses this command */
bootloader_flash_priv.h:52
#define
CMD_RDSR2
0x35
/* Not all SPI flash uses this command */
spi_flash_defs.h:21
status_sr2
=
bootloader_execute_flash_command
(
CMD_RDSR2
,
0
,
0
,
8
)
;
bootloader_flash.c:532
status
=
bootloader_execute_flash_command
(
CMD_RDSR
,
0
,
0
,
8
)
|
(
bootloader_execute_flash_command
(
CMD_RDSR2
,
0
,
0
,
8
)
<
<
8
)
;
bootloader_flash.c:536
return
bootloader_execute_flash_command
(
CMD_RDSR2
,
0
,
0
,
8
)
;
flash_qio_mode.c:174
return
bootloader_execute_flash_command
(
CMD_RDSR
,
0
,
0
,
8
)
|
(
bootloader_execute_flash_command
(
CMD_RDSR2
,
0
,
0
,
8
)
<
<
8
)
;
flash_qio_mode.c:184
.
cmd_rdsr
=
CMD_RDSR2
,
spi_flash_chip_gd.c:132
esp_err_t
ret
=
spi_flash_common_read_qe_sr
(
chip
,
CMD_RDSR2
,
8
,
&
sr2
)
;
spi_flash_chip_generic.c:722
return
spi_flash_common_read_qe_sr
(
chip
,
CMD_RDSR2
,
8
,
out_sr
)
;
spi_flash_chip_generic.c:734
.
cmd_rdsr
=
CMD_RDSR2
,
spi_flash_chip_generic.c:839
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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