Home
last modified time | relevance | path

Searched refs:data_autoload_flag (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/hal/
Dcache_hal.c44 uint32_t data_autoload_flag; member
57 ctx.data_autoload_flag = INST_AUTOLOAD_FLAG; in cache_hal_init()
58 Cache_Enable_ICache(ctx.data_autoload_flag); in cache_hal_init()
60 ctx.data_autoload_flag = DATA_AUTOLOAD_FLAG; in cache_hal_init()
61 Cache_Enable_DCache(ctx.data_autoload_flag); in cache_hal_init()
105 Cache_Enable_DCache(ctx.data_autoload_flag); in cache_hal_enable()
110 Cache_Enable_DCache(ctx.data_autoload_flag); in cache_hal_enable()
145 Cache_Resume_DCache(ctx.data_autoload_flag); in cache_hal_resume()
150 Cache_Resume_DCache(ctx.data_autoload_flag); in cache_hal_resume()