1.23.2.3 CACHE_InstructionCacheLinesPerWayGet Function

C

size_t CACHE_InstructionCacheLinesPerWayGet(void)

Summary

Returns the number of lines per way in the instruction cache.

Description

Returns the number of lines per way in the instruction cache.

Parameters

None.

Returns

size_t - number of ways in the data cache.

Example

size_t instructionCacheLineSize;
instructionCacheLineSize = CACHE_InstructionCacheLinesPerWayGet();

Remarks

None.