ESP-IDF
cache_type_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
cache_type_t
cache_type_t enum
Syntax
Show:
Summary
Declaration
from
cache_types.h:15
enum
{
CACHE_TYPE_DATA
,
CACHE_TYPE_INSTRUCTION
,
CACHE_TYPE_ALL
}
;
Values
Value
Declared as
cache_type_t::CACHE_TYPE_DATA
cache_type_t::CACHE_TYPE_INSTRUCTION
cache_type_t::CACHE_TYPE_ALL
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
cache_types.h:15
}
cache_type_t
;
cache_types.h:19
void
cache_hal_disable
(
uint32_t
cache_level
,
cache_type_t
type
)
;
cache_hal.h:36
cache_hal_disable()
cache_hal_disable()::type
void
cache_hal_enable
(
uint32_t
cache_level
,
cache_type_t
type
)
;
cache_hal.h:46
cache_hal_enable()
cache_hal_enable()::type
void
cache_hal_suspend
(
uint32_t
cache_level
,
cache_type_t
type
)
;
cache_hal.h:57
cache_hal_suspend()
cache_hal_suspend()::type
void
cache_hal_resume
(
uint32_t
cache_level
,
cache_type_t
type
)
;
cache_hal.h:67
cache_hal_resume()
cache_hal_resume()::type
bool
cache_hal_is_cache_enabled
(
uint32_t
cache_level
,
cache_type_t
type
)
;
cache_hal.h:77
cache_hal_is_cache_enabled()
cache_hal_is_cache_enabled()::type
uint32_t
cache_hal_get_cache_line_size
(
uint32_t
cache_level
,
cache_type_t
type
)
;
cache_hal.h:135
cache_hal_get_cache_line_size()
cache_hal_get_cache_line_size()::type
void
cache_hal_suspend
(
uint32_t
cache_level
,
cache_type_t
type
)
cache_hal_esp32.c:22
cache_hal_suspend()
cache_hal_suspend()::type
void
cache_hal_resume
(
uint32_t
cache_level
,
cache_type_t
type
)
cache_hal_esp32.c:33
cache_hal_resume()
cache_hal_resume()::type
bool
cache_hal_is_cache_enabled
(
uint32_t
cache_level
,
cache_type_t
type
)
cache_hal_esp32.c:44
cache_hal_is_cache_enabled()
cache_hal_is_cache_enabled()::type
uint32_t
cache_hal_get_cache_line_size
(
uint32_t
cache_level
,
cache_type_t
type
)
cache_hal_esp32.c:61
cache_hal_get_cache_line_size()
cache_hal_get_cache_line_size()::type
static
inline
bool
cache_ll_l1_is_cache_enabled
(
uint32_t
cache_id
,
cache_type_t
type
)
cache_ll.h:74
cache_ll_l1_is_cache_enabled()
cache_ll_l1_is_cache_enabled()::type
}
cache_type_t
;
cache_types.h:19
cache_type_t
cache_type_t
cache_type
=
CACHE_TYPE_DATA
;
esp_cache.c:105
esp_cache_msync()
Call Tree
from
examples
All items filtered out
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
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
cache_ll_l1_is_cache_enabled()::type
cache_ll_l1_is_cache_enabled()
cache_ll.h:74
cache_hal_disable()::type
cache_hal_disable()
cache_hal.h:36
cache_hal_enable()::type
cache_hal_enable()
cache_hal.h:46
cache_hal_suspend()::type
cache_hal_suspend()
cache_hal.h:57
cache_hal_resume()::type
cache_hal_resume()
cache_hal.h:67
cache_hal_is_cache_enabled()::type
cache_hal_is_cache_enabled()
cache_hal.h:77
cache_hal_get_cache_line_size()::type
cache_hal_get_cache_line_size()
cache_hal.h:135
cache_hal_suspend()::type
cache_hal_suspend()
cache_hal_esp32.c:22
cache_hal_resume()::type
cache_hal_resume()
cache_hal_esp32.c:33
cache_hal_is_cache_enabled()::type
cache_hal_is_cache_enabled()
cache_hal_esp32.c:44
cache_hal_get_cache_line_size()::type
cache_hal_get_cache_line_size()
cache_hal_esp32.c:61
Lifecycle
from
examples
All items filtered out
All items filtered out