NMSIS-Core
Version 1.3.1
NMSIS-Core support for Nuclei processor-based devices
|
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... | |
Cache Information Type.
Definition at line 99 of file core_feature_cache.h.
uint32_t CacheInfo::linesize |
Cache Line size in bytes.
Definition at line 100 of file core_feature_cache.h.
uint32_t CacheInfo::setperway |
Cache set per way.
Definition at line 102 of file core_feature_cache.h.
uint32_t CacheInfo::size |
Cache total size in bytes.
Definition at line 103 of file core_feature_cache.h.
uint32_t CacheInfo::ways |
Cache ways.
Definition at line 101 of file core_feature_cache.h.