9 lines
210 B
C
9 lines
210 B
C
#pragma once
|
|
|
|
void InvalidateEntireInstructionCache (void);
|
|
void CleanEntireDataCache (void);
|
|
void dsb(void);
|
|
void DisableInterrupts (void);
|
|
void EnableInterrupts (void);
|
|
void InvalidateEntireDataCache (void);
|