1.22.2.8 1.23.2.8 1.24.2.8 CACHE_DataCacheSizeGet Function
C
size_t CACHE_DataCacheSizeGet(void)
Summary
Returns the total number of bytes in the data cache.
Description
Returns the total number of bytes in the data cache.
Parameters
None.
Returns
size_t - number of ways in the data cache.
Example
size_t dataCacheGetSize; dataCacheGetSize = CACHE_DataCacheSizeGet();
Remarks
None.