1.22.2.13 1.23.2.13 1.24.2.13 CACHE_DataCacheFlush Function
C
void CACHE_DataCacheFlush(void))
Summary
Flushes the L1 data cache.
Description
Write back and invalidate the entire data cache.
Parameters
None.
Returns
None.
Example
CACHE_DataCacheFlush();
Remarks
None.