MTB CAT1 Peripheral driver library
cy_stc_smif_cache_region_t Struct Reference

Description

Specifies SMIF cache region configuration.

Data Fields

bool enabled
 Enable/Disable CACHE Region. More...
 
uint32_t start_address
 Start address of CACHE region. More...
 
uint32_t end_address
 End address of CACHE region. More...
 
cy_en_smif_cache_attribute_t cache_attributes
 CACHE Transaction attributes set for this region. More...
 

Field Documentation

◆ enabled

bool cy_stc_smif_cache_region_t::enabled

Enable/Disable CACHE Region.

◆ start_address

uint32_t cy_stc_smif_cache_region_t::start_address

Start address of CACHE region.

◆ end_address

uint32_t cy_stc_smif_cache_region_t::end_address

End address of CACHE region.

◆ cache_attributes

cy_en_smif_cache_attribute_t cy_stc_smif_cache_region_t::cache_attributes

CACHE Transaction attributes set for this region.