1.22.2.15 1.23.2.15 1.24.2.15 CACHE_DataCacheAssociativityGet Function
C
size_t CACHE_DataCacheAssociativityGet(void)
Summary
Returns the number of ways in the data cache.
Description
Returns the number of ways in the data cache.
Parameters
None.
Returns
size_t - number of ways in the data cache.
Example
size_t dataCacheSize; dataCacheSize = CACHE_DataCacheAssociativityGet();
Remarks
None.