ESP-IDF
cache_ll_l1_disable_cache()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
cache_ll_l1_disable_cache()
cache_ll_l1_disable_cache() function
disable a cache unit
Syntax
Show:
Summary
Declaration
from
cache_ll.h:50
__attribute__
(
(
always_inline
)
)
static
inline
void
cache_ll_l1_disable_cache
(
uint32_t
cache_id
)
;
Arguments
Argument
Description
cache_id
cache ID (when l1 cache is per core)
Examples
References
from
examples
Code
Location
Referrer
static
inline
void
cache_ll_l1_disable_cache
(
uint32_t
cache_id
)
cache_ll.h:51
cache_ll_l1_disable_cache
(
0
)
;
cache_hal_esp32.c:25
cache_hal_suspend()
cache_ll_l1_disable_cache
(
1
)
;
cache_hal_esp32.c:28
cache_hal_suspend()
Call Tree
from
examples
cache_ll_l1_disable_cache()
is called by 1 function and calls 1 function:
cache_hal_suspend()
All items filtered out
cache_ll_l1_disable_cache()
esp_dport_access_reg_read()
All items filtered out
Data Use
from
examples
cache_ll_l1_disable_cache()
:
All items filtered out
cache_ll_l1_disable_cache()
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