1.22.2.7 1.23.2.7 1.24.2.7 CACHE_InstructionCacheAssociativityGet Function
C
size_t CACHE_InstructionCacheAssociativityGet(void)
Summary
Returns the number of ways in the instruction cache.
Description
Returns the number of ways in the instruction cache.
Parameters
None.
Returns
size_t - number of ways in the data cache.
Example
size_t instructionCacheSize; instructionCacheSize = CACHE_InstructionCacheAssociativityGet();
Remarks
None.