ESP-IDF
SR_WREN
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
SR_WREN
SR_WREN macro
Syntax
Show:
Summary
Declaration
from
spi_flash_defs.h:16
#define
SR_WREN
(
1
<
<
1
)
Examples
References
from
examples
Code
Location
#define
SR_WREN
(
1
<
<
1
)
/* Status register write enable bit */
spi_flash_defs.h:16
*
out_write_protect
=
(
(
status
&
SR_WREN
)
==
0
)
;
spi_flash_chip_generic.c:336
if
(
(
status
&
SR_WREN
)
!=
0
)
{
// The previous command is not accepted, leaving the WEL still set.
spi_flash_chip_generic.c:401
*
out_write_protected
=
(
(
status
&
SR_WREN
)
==
0
)
;
spi_flash_chip_mxic_opi.c:164
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