Cache Functions¶
I-Cache Functions¶
-
__STATIC_FORCEINLINE void EnableICache(void)
-
__STATIC_FORCEINLINE void DisableICache(void)
-
group
NMSIS_Core_ICache
Functions that configure Instruction Cache.
Functions
-
__STATIC_FORCEINLINE void EnableICache(void)
Enable ICache.
This function enable I-Cache
- Remark
This CSR_MCACHE_CTL register control I Cache enable.
- See
DisableICache
-
__STATIC_FORCEINLINE void DisableICache(void)
Disable ICache.
This function Disable I-Cache
- Remark
This CSR_MCACHE_CTL register control I Cache enable.
- See
EnableICache
-
D-Cache Functions¶
-
__STATIC_FORCEINLINE void EnableDCache(void)
-
__STATIC_FORCEINLINE void DisableDCache(void)
-
group
NMSIS_Core_DCache
Functions that configure Data Cache.
Functions
-
__STATIC_FORCEINLINE void EnableDCache(void)
Enable DCache.
This function enable D-Cache
- Remark
This CSR_MCACHE_CTL register control D Cache enable.
- See
DisableDCache
-
__STATIC_FORCEINLINE void DisableDCache(void)
Disable DCache.
This function Disable D-Cache
- Remark
This CSR_MCACHE_CTL register control D Cache enable.
- See
EnableDCache
-