Functions that configure Instruction and Data cache.
More...
Functions that configure Instruction and Data cache.
◆ CCSIDR_LSSHIFT
◆ CCSIDR_SETS
◆ CCSIDR_WAYS
◆ SCB_CleanDCache()
__STATIC_INLINE void SCB_CleanDCache |
( |
void |
| ) |
|
Clean D-Cache.
The function cleans D-Cache
Definition at line 2037 of file core_cm7.h.
◆ SCB_CleanInvalidateDCache()
__STATIC_INLINE void SCB_CleanInvalidateDCache |
( |
void |
| ) |
|
Clean & Invalidate D-Cache.
The function cleans and Invalidates D-Cache
Definition at line 2069 of file core_cm7.h.
◆ SCB_DisableDCache()
__STATIC_INLINE void SCB_DisableDCache |
( |
void |
| ) |
|
Disable D-Cache.
The function turns off D-Cache
Definition at line 1970 of file core_cm7.h.
◆ SCB_DisableICache()
__STATIC_INLINE void SCB_DisableICache |
( |
void |
| ) |
|
Disable I-Cache.
The function turns off I-Cache
Definition at line 1902 of file core_cm7.h.
◆ SCB_EnableDCache()
__STATIC_INLINE void SCB_EnableDCache |
( |
void |
| ) |
|
Enable D-Cache.
The function turns on D-Cache
Definition at line 1935 of file core_cm7.h.
◆ SCB_EnableICache()
__STATIC_INLINE void SCB_EnableICache |
( |
void |
| ) |
|
Enable I-Cache.
The function turns on I-Cache
Definition at line 1885 of file core_cm7.h.
◆ SCB_InvalidateDCache()
__STATIC_INLINE void SCB_InvalidateDCache |
( |
void |
| ) |
|
Invalidate D-Cache.
The function invalidates D-Cache
Definition at line 2005 of file core_cm7.h.
◆ SCB_InvalidateICache()
__STATIC_INLINE void SCB_InvalidateICache |
( |
void |
| ) |
|
Invalidate I-Cache.
The function invalidates I-Cache
Definition at line 1919 of file core_cm7.h.