MTB CAT1 Peripheral driver library
cy_stc_smif_cache_config_t Struct Reference

Description

Specifies SMIF cache configuration.

Data Fields

bool enabled
 Enable/Disable SMIF Internal CACHE. More...
 
bool cache_retention_on
 If set, retains CACHE in DeepSleep mode. More...
 
cy_stc_smif_cache_region_t ** cache_region
 CACHE region configuration. More...
 
uint32_t cache_region_count
 Number of CACHE regions enabled. More...
 

Field Documentation

◆ enabled

bool cy_stc_smif_cache_config_t::enabled

Enable/Disable SMIF Internal CACHE.

◆ cache_retention_on

bool cy_stc_smif_cache_config_t::cache_retention_on

If set, retains CACHE in DeepSleep mode.

Not applicable in Deep Sleep OFF or Deep Sleep RAM mode.

◆ cache_region

cy_stc_smif_cache_region_t** cy_stc_smif_cache_config_t::cache_region

CACHE region configuration.

◆ cache_region_count

uint32_t cy_stc_smif_cache_config_t::cache_region_count

Number of CACHE regions enabled.