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

📄 sysinit.c

📁 motorola 针对coldfire 5275 评估板的Dbug bootloader源程序
💻 C
字号:
/*
 * File:        sysinit.c
 * Purpose:     Reset configuration of the processor.
 *
 * Notes:
 *
 */

#include "src/include/dbug.h"

/********************************************************************/
void
<processor>_init(void)
{
    /*
     * Any initialization required for the on-chip features
     * to work properly
     */
}
/********************************************************************/

⌨️ 快捷键说明

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