ESP-IDF
CMD_WRSR
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_WRSR
CMD_WRSR macro
Syntax
Show:
Summary
Declaration
from
bootloader_flash_priv.h:45
#define
CMD_WRSR
0x01
Examples
References
from
examples
Code
Location
#define
CMD_WRSR
0x01
bootloader_flash_priv.h:45
#define
CMD_WRSR
0x01
spi_flash_defs.h:14
bootloader_execute_flash_command
(
CMD_WRSR
,
new_status
,
sr1_bit_num
,
0
)
;
bootloader_flash.c:551
bootloader_execute_flash_command
(
CMD_WRSR
,
new_status
,
8
,
0
)
;
flash_qio_mode.c:189
bootloader_execute_flash_command
(
CMD_WRSR
,
new_status
,
16
,
0
)
;
flash_qio_mode.c:204
bootloader_execute_flash_command
(
CMD_WRSR
,
new_status
,
8
,
0
)
;
flash_qio_mode.c:220
return
spi_flash_common_write_qe_sr
(
chip
,
CMD_WRSR
,
16
,
sr
)
;
spi_flash_chip_generic.c:744
return
spi_flash_common_write_qe_sr
(
chip
,
CMD_WRSR
,
8
,
sr
)
;
spi_flash_chip_generic.c:749
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