NMSIS-Core  Version 1.6.0
NMSIS-Core support for Nuclei processor-based devices
CacheInfo Struct Reference

Cache Information Type. More...

Data Fields

uint32_t linesize
 Cache Line size in bytes. More...
 
uint32_t ways
 Cache ways. More...
 
uint32_t setperway
 Cache set per way. More...
 
uint32_t size
 Cache total size in bytes. More...
 

Detailed Description

Cache Information Type.

Definition at line 173 of file core_feature_cache.h.

Field Documentation

◆ linesize

uint32_t CacheInfo::linesize

Cache Line size in bytes.

Definition at line 174 of file core_feature_cache.h.

◆ setperway

uint32_t CacheInfo::setperway

Cache set per way.

Definition at line 176 of file core_feature_cache.h.

◆ size

uint32_t CacheInfo::size

Cache total size in bytes.

Definition at line 177 of file core_feature_cache.h.

◆ ways

uint32_t CacheInfo::ways

Cache ways.

Definition at line 175 of file core_feature_cache.h.