1.3.15.13 1.4.13.14 1.5.14.13 1.29.15.13 1.30.10.13 1.31.10.13 1.33.10.13 1.37.10.13 1.38.13.14 1.39.10.13 1.40.13.13 NVMCTRL_CacheInvalidate Function
C
void NVMCTRL_CacheInvalidate ( void );
Summary
Invalidates all cache lines.
Description
This function invalidates all cache lines. This function is available if the library was generated with the Cache option (in MHC) enabled.
Precondition
Cache option in MHC should have been enabled.
Parameters
None.
Returns
None.
Example
// Invalidate all cache lines. NVMCTRL_CacheInvalidate();
Remarks
None.