⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 target.h

📁 这是一段启动代码
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -