ESP-IDF
bootloader_read_status_8b_rdsr()
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
bootloader_read_status_8b_rdsr()
bootloader_read_status_8b_rdsr() function
Read 8 bit status using RDSR command
Syntax
Show:
Summary
Declaration
Definition
from
bootloader_flash_override.h:35
unsigned
bootloader_read_status_8b_rdsr
(
void
)
;
Implemented in
flash_qio_mode.c:167
Return value
Value of SR1.
Examples
References
from
examples
Code
Location
IRAM_ATTR
unsigned
bootloader_read_status_8b_rdsr
(
void
)
flash_qio_mode.c:167
unsigned
bootloader_read_status_8b_rdsr
(
void
)
;
bootloader_flash_override.h:35
{
"MXIC"
,
0xC2
,
0x2000
,
0xFF00
,
bootloader_read_status_8b_rdsr
,
bootloader_write_status_8b_wrsr
,
6
}
,
flash_qio_mode.c:39
{
"ISSI"
,
0x9D
,
0x4000
,
0xCF00
,
bootloader_read_status_8b_rdsr
,
bootloader_write_status_8b_wrsr
,
6
}
,
/* IDs 0x40xx, 0x70xx */
flash_qio_mode.c:40
Call Tree
from
examples
bootloader_read_status_8b_rdsr()
calls 1 function:
All items filtered out
bootloader_read_status_8b_rdsr()
bootloader_execute_flash_command()
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