1.4.13.14 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.