1.22.2.1 1.23.2.1 1.24.2.1 CACHE_InstructionCacheSizeGet Function
C
size_t CACHE_InstructionCacheSizeGet(void)
Summary
Returns the total number of bytes in the instruction cache.
Description
Returns the total number of bytes in the instruction cache.
Parameters
None.
Returns
size_t - number of ways in the data cache.
Example
size_t instructionCacheGetSize; instructionCacheGetSize = CACHE_InstructionCacheSizeGet();
Remarks
None.