NMSIS-Core  Version 1.2.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 99 of file core_feature_cache.h.

Field Documentation

◆ linesize

uint32_t CacheInfo::linesize

Cache Line size in bytes.

Definition at line 100 of file core_feature_cache.h.

◆ setperway

uint32_t CacheInfo::setperway

Cache set per way.

Definition at line 102 of file core_feature_cache.h.

◆ size

uint32_t CacheInfo::size

Cache total size in bytes.

Definition at line 103 of file core_feature_cache.h.

◆ ways

uint32_t CacheInfo::ways

Cache ways.

Definition at line 101 of file core_feature_cache.h.