1.22.2.10 1.23.2.10 1.24.2.10 CACHE_DataCacheLinesPerWayGet Function
C
size_t CACHE_DataCacheLinesPerWayGet(void)
Summary
Returns the number of lines per way in the data cache.
Description
Returns the number of lines per way in the data cache.
Parameters
None.
Returns
size_t - number of ways in the data cache.
Example
size_t dataCacheLinesSize; dataCacheLinesSize = CACHE_DataCacheLinesPerWayGet();
Remarks
None.