ESP-IDF
cache_ll_l1_disable_bus()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
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
cache_ll_l1_disable_bus()
cache_ll_l1_disable_bus() function
Disable the Cache Buses
Syntax
Show:
Summary
Declaration
from
cache_ll.h:207
__attribute__
(
(
always_inline
)
)
static
inline
void
cache_ll_l1_disable_bus
(
uint32_t
cache_id
,
cache_bus_mask_t
mask
)
;
Arguments
Argument
Description
cache_id
cache ID (when l1 cache is per core)
mask
To know which buses should be enabled
Examples
References
from
examples
Code
Location
static
inline
void
cache_ll_l1_disable_bus
(
uint32_t
cache_id
,
cache_bus_mask_t
mask
)
cache_ll.h:208
Call Tree
from
examples
cache_ll_l1_disable_bus()
calls 3 functions:
All items filtered out
cache_ll_l1_disable_bus()
__assert_func()
esp_dport_access_reg_read()
abort()
All items filtered out
Data Use
from
examples
cache_ll_l1_disable_bus()
reads 5 variables:
cache_bus_mask_t::CACHE_BUS_IBUS0
cache_bus_mask_t::CACHE_BUS_IBUS1
cache_bus_mask_t::CACHE_BUS_IBUS2
cache_bus_mask_t::CACHE_BUS_DBUS0
cache_bus_mask_t::CACHE_BUS_DBUS1
All items filtered out
cache_ll_l1_disable_bus()
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