ESP-IDF
s_flash_op_complete
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
s_flash_op_complete
s_flash_op_complete variable
Syntax
Show:
Summary
Declaration
from
cache_utils.c:76
static
volatile
bool
s_flash_op_complete
=
false
;
Examples
References
from
examples
Code
Location
Referrer
static
volatile
bool
s_flash_op_complete
=
false
;
cache_utils.c:76
s_flash_op_complete
=
false
;
cache_utils.c:132
spi_flash_op_block_func()
while
(
!
s_flash_op_complete
)
{
cache_utils.c:134
spi_flash_op_block_func()
s_flash_op_complete
=
true
;
cache_utils.c:242
spi_flash_enable_interrupts_caches_and_other_cpu()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_flash_op_complete
is written by 2 functions and is read by 1 function:
spi_flash_op_block_func()
spi_flash_enable_interrupts_caches_and_other_cpu()
All items filtered out
s_flash_op_complete
spi_flash_op_block_func()
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