ESP-IDF
spi_flash_guard_funcs_t::end
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
spi_flash_guard_funcs_t::end
spi_flash_guard_funcs_t::end field
critical section end function.
Syntax
Show:
Summary
Declaration
from
spi_flash_os.h:225
spi_flash_guard_end_func_t
end
;
Examples
References
from
examples
Code
Location
Scope
Referrer
spi_flash_guard_end_func_t
end
;
/**< critical section end function. */
spi_flash_os.h:225
guard
->
end
(
)
;
cache_sram_mmu.c:122
cache_sram_mmu_set()
const
DRAM_ATTR
spi_flash_guard_funcs_t
g_flash_guard_default_ops
=
{
flash_ops.c:82
g_flash_guard_default_ops
spi_flash_enable_interrupts_caches_and_other_cpu()
.
end
=
spi_flash_enable_interrupts_caches_and_other_cpu
,
flash_ops.c:84
const
DRAM_ATTR
spi_flash_guard_funcs_t
g_flash_guard_no_os_ops
=
{
flash_ops.c:87
g_flash_guard_no_os_ops
spi_flash_enable_interrupts_caches_no_os()
.
end
=
spi_flash_enable_interrupts_caches_no_os
,
flash_ops.c:89
spi_flash_guard_get
(
)
->
end
(
)
;
unity_utils_cache.c:21
unity_utils_run_cache_disable_stub()
Call Tree
from
examples
spi_flash_guard_funcs_t::end
is called by 2 functions:
cache_sram_mmu_set()
unity_utils_run_cache_disable_stub()
All items filtered out
spi_flash_guard_funcs_t::end
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
spi_flash_guard_funcs_t::end
implements 2 functionss:
spi_flash_enable_interrupts_caches_and_other_cpu()
spi_flash_enable_interrupts_caches_no_os()
All items filtered out
spi_flash_guard_funcs_t::end
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out