Functions that configure Instruction and Data cache.
More...
Functions that configure Instruction and Data cache.
__STATIC_INLINE void SCB_CleanDCache |
( |
void |
| ) |
|
Clean D-Cache.
The function cleans D-Cache
Definition at line 2035 of file core_cm7.h.
__STATIC_INLINE void SCB_CleanInvalidateDCache |
( |
void |
| ) |
|
Clean & Invalidate D-Cache.
The function cleans and Invalidates D-Cache
Definition at line 2067 of file core_cm7.h.
__STATIC_INLINE void SCB_DisableDCache |
( |
void |
| ) |
|
Disable D-Cache.
The function turns off D-Cache
Definition at line 1968 of file core_cm7.h.
__STATIC_INLINE void SCB_DisableICache |
( |
void |
| ) |
|
Disable I-Cache.
The function turns off I-Cache
Definition at line 1900 of file core_cm7.h.
__STATIC_INLINE void SCB_EnableDCache |
( |
void |
| ) |
|
Enable D-Cache.
The function turns on D-Cache
Definition at line 1933 of file core_cm7.h.
__STATIC_INLINE void SCB_EnableICache |
( |
void |
| ) |
|
Enable I-Cache.
The function turns on I-Cache
Definition at line 1883 of file core_cm7.h.
__STATIC_INLINE void SCB_InvalidateDCache |
( |
void |
| ) |
|
Invalidate D-Cache.
The function invalidates D-Cache
Definition at line 2003 of file core_cm7.h.
__STATIC_INLINE void SCB_InvalidateICache |
( |
void |
| ) |
|
Invalidate I-Cache.
The function invalidates I-Cache
Definition at line 1917 of file core_cm7.h.