📄 mcuinit.h
字号:
/*
** ###################################################################
** THIS MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
** Contents :
** Function "MCU_init" initializes selected peripherals.
** By default it is empty. Select "Generate Code"
** to produce initialization code.
**
** (c) Copyright UNIS, spol. s r.o. 1997-2006
** UNIS, spol s r.o.
** Jundrovska 33
** 624 00 Brno
** Czech Republic
** http : www.processorexpert.com
** mail : info@processorexpert.com
** ###################################################################
*/
#ifndef __mcuinit_H
#define __mcuinit_H 1
extern void MCU_init(void);
/*
** ===================================================================
** Method : MCU_init
**
** Description :
** Device initialization code for selected peripherals.
** ===================================================================
*/
/* END mcuinit */
#endif
/*
** ###################################################################
**
** This file was created by UNIS Processor Expert
** for the Freescale ColdFireV1 series of microcontrollers.
**
** ###################################################################
*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -