1.24.2.4 CACHE_InstructionCacheLineSizeGet Function

C

size_t CACHE_InstructionCacheLineSizeGet(void)

Summary

Returns the instruction cache line size.

Description

Returns the instruction cache line size.

Parameters

None.

Returns

size_t - number of ways in the data cache.

Example

size_t instructionCacheLineSize;
instructionCacheLineSize = CACHE_InstructionCacheLineSizeGet();

Remarks

None.