1.23.2.11 CACHE_DataCacheLineSizeGet Function

C

size_t CACHE_DataCacheLineSizeGet(void)

Summary

Returns the data cache line size.

Description

Returns the data cache line size.

Parameters

None.

Returns

size_t - number of ways in the data cache.

Example

size_t dataCacheSize;
instructionCacheSize = CACHE_DataCacheLineSizeGet();

Remarks

None.