ESP-IDF
spi_flash_op_block_func()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
spi_flash_op_block_func()
spi_flash_op_block_func() function
Syntax
Show:
Summary
Declaration
from
cache_utils.c:114
void
IRAM_ATTR
spi_flash_op_block_func
(
void
*
arg
)
;
Arguments
Argument
arg
Examples
References
from
examples
Code
Location
Referrer
void
IRAM_ATTR
spi_flash_op_block_func
(
void
*
arg
)
cache_utils.c:114
ipc_call_was_send_to_other_cpu
=
esp_ipc_call_nonblocking
(
other_cpuid
,
&
spi_flash_op_block_func
,
(
void
*
)
other_cpuid
)
==
ESP_OK
;
cache_utils.c:187
spi_flash_disable_interrupts_caches_and_other_cpu()
Call Tree
from
examples
spi_flash_op_block_func()
calls 5 functions:
All items filtered out
spi_flash_op_block_func()
esp_intr_noniram_disable()
esp_intr_noniram_enable()
vTaskSuspendAll()
xTaskResumeAll()
spi_flash_restore_cache()
All items filtered out
Data Use
from
examples
spi_flash_op_block_func()
reads 2 variables and writes 2 variables:
s_flash_op_cache_state
s_flash_op_complete
All items filtered out
spi_flash_op_block_func()
s_flash_op_can_start
s_flash_op_complete
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