1.24.2.21 CACHE_CacheCoherencyGet Function

C

CACHE_COHERENCY CACHE_CacheCoherencyGet(void)

Summary

Returns the current cache coherency attribute for kseg0.

Description

Returns the current cache coherency attribute for kseg0.

Parameters

None.

Returns

CACHE_COHERENCY - cache coherency attribute

Example

CACHE_COHERENCY cacheCoherency;
cacheCoherency = CACHE_CacheCoherencyGet();

Remarks

None.