ESP-IDF
s_flash_op_can_start
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
s_flash_op_can_start
s_flash_op_can_start variable
Syntax
Show:
Summary
Declaration
from
cache_utils.c:75
static
volatile
bool
s_flash_op_can_start
=
false
;
Examples
References
from
examples
Code
Location
Referrer
static
volatile
bool
s_flash_op_can_start
=
false
;
cache_utils.c:75
s_flash_op_can_start
=
true
;
cache_utils.c:133
spi_flash_op_block_func()
s_flash_op_can_start
=
false
;
cache_utils.c:186
spi_flash_disable_interrupts_caches_and_other_cpu()
while
(
!
s_flash_op_can_start
)
{
cache_utils.c:201
spi_flash_disable_interrupts_caches_and_other_cpu()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_flash_op_can_start
is written by 2 functions and is read by 1 function:
spi_flash_op_block_func()
spi_flash_disable_interrupts_caches_and_other_cpu()
All items filtered out
s_flash_op_can_start
spi_flash_disable_interrupts_caches_and_other_cpu()
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