target.h

来自「这是一段启动代码」· C头文件 代码 · 共 52 行

H
52
字号
#ifndef __TARGET_H 
#define __TARGET_H







#ifndef  IN_TARGET

    #ifdef __cplusplus
    extern "C" {
    #endif

extern void ResetInit(void);



extern void  DispDesktop(void);



extern void  DisableMMU(void);


extern void  EnableICache(void);


extern void  DisableICache(void);



extern void  EnableDCache(void);


extern void  DisableDCache(void);



/********************************************************************************************************/
    #ifdef __cplusplus
    }
    #endif    
    
#endif      // IN_TARGET

#endif      // __TARGET_H
/*********************************************************************************************************
**                            End Of File
********************************************************************************************************/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?