ESP-IDF
CMD_RDSR
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
CMD_RDSR
CMD_RDSR macro
Syntax
Show:
Summary
Declaration
from
bootloader_flash_priv.h:51
#define
CMD_RDSR
0x05
Examples
References
from
examples
Code
Location
#define
CMD_RDSR
0x05
bootloader_flash_priv.h:51
#define
CMD_RDSR
0x05
spi_flash_defs.h:20
status
=
bootloader_execute_flash_command
(
CMD_RDSR
,
0
,
0
,
8
)
;
bootloader_flash.c:517
status
=
bootloader_execute_flash_command
(
CMD_RDSR
,
0
,
0
,
8
)
;
bootloader_flash.c:528
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_RDSR
,
0
,
0
,
8
)
;
flash_qio_mode.c:169
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
uint32_t
read_status
=
bootloader_execute_flash_command
(
CMD_RDSR
,
0
,
0
,
8
)
;
flash_qio_mode.c:211
.
command
=
CMD_RDSR
,
memspi_host_driver.c:120
ret
=
spi_flash_common_read_qe_sr
(
chip
,
CMD_RDSR
,
8
,
&
sr
)
;
spi_flash_chip_generic.c:724
return
spi_flash_common_read_qe_sr
(
chip
,
CMD_RDSR
,
8
,
out_sr
)
;
spi_flash_chip_generic.c:739
.
command
=
CMD_OPI_FLASH_MXIC
(
CMD_RDSR
)
,
spi_flash_chip_mxic_opi.c:138
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