ESP-IDF
s_flash_op_cache_state
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_cache_state
s_flash_op_cache_state variable
Syntax
Show:
Summary
Declaration
from
cache_utils.c:70
static
uint32_t
s_flash_op_cache_state
[
2
]
;
Examples
References
from
examples
Code
Location
Referrer
static
uint32_t
s_flash_op_cache_state
[
2
]
;
cache_utils.c:70
spi_flash_restore_cache
(
cpuid
,
s_flash_op_cache_state
[
cpuid
]
)
;
cache_utils.c:138
spi_flash_op_block_func()
spi_flash_disable_cache
(
cpuid
,
&
s_flash_op_cache_state
[
cpuid
]
)
;
cache_utils.c:213
spi_flash_disable_interrupts_caches_and_other_cpu()
spi_flash_disable_cache
(
other_cpuid
,
&
s_flash_op_cache_state
[
other_cpuid
]
)
;
cache_utils.c:216
spi_flash_disable_interrupts_caches_and_other_cpu()
spi_flash_restore_cache
(
cpuid
,
s_flash_op_cache_state
[
cpuid
]
)
;
cache_utils.c:233
spi_flash_enable_interrupts_caches_and_other_cpu()
spi_flash_restore_cache
(
other_cpuid
,
s_flash_op_cache_state
[
other_cpuid
]
)
;
cache_utils.c:237
spi_flash_enable_interrupts_caches_and_other_cpu()
spi_flash_disable_cache
(
other_cpuid
,
&
s_flash_op_cache_state
[
other_cpuid
]
)
;
cache_utils.c:272
spi_flash_disable_interrupts_caches_and_other_cpu_no_os()
spi_flash_disable_cache
(
cpuid
,
&
s_flash_op_cache_state
[
cpuid
]
)
;
cache_utils.c:276
spi_flash_disable_interrupts_caches_and_other_cpu_no_os()
spi_flash_restore_cache
(
cpuid
,
s_flash_op_cache_state
[
cpuid
]
)
;
cache_utils.c:284
spi_flash_enable_interrupts_caches_no_os()
spi_flash_disable_cache
(
0
,
&
s_flash_op_cache_state
[
0
]
)
;
cache_utils.c:324
spi_flash_disable_interrupts_caches_and_other_cpu()
spi_flash_restore_cache
(
0
,
s_flash_op_cache_state
[
0
]
)
;
cache_utils.c:329
spi_flash_enable_interrupts_caches_and_other_cpu()
spi_flash_disable_cache
(
0
,
&
s_flash_op_cache_state
[
0
]
)
;
cache_utils.c:339
spi_flash_disable_interrupts_caches_and_other_cpu_no_os()
spi_flash_restore_cache
(
0
,
s_flash_op_cache_state
[
0
]
)
;
cache_utils.c:345
spi_flash_enable_interrupts_caches_no_os()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_flash_op_cache_state
is read by 5 functions:
All items filtered out
s_flash_op_cache_state
spi_flash_op_block_func()
spi_flash_disable_interrupts_caches_and_other_cpu()
spi_flash_enable_interrupts_caches_and_other_cpu()
spi_flash_disable_interrupts_caches_and_other_cpu_no_os()
spi_flash_enable_interrupts_caches_no_os()
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