?? events.h
字號(hào):
/** ###################################################################
** Filename : Events.H
** Project : ETH_TEST_3
** Processor : MC9S12NE64CPV
** Beantype : Events
** Version : Driver 01.02
** Compiler : Metrowerks HC12 C Compiler
** Date/Time : 23.02. 2004, 14:47
** Abstract :
** This is user's event module.
** Put your event handler code here.
** Settings :
** Contents :
** Cpu_OnReset - void Cpu_OnReset(void);
**
** (c) Copyright UNIS, spol. s r.o. 1997-2004
** UNIS, spol. s r.o.
** Jundrovska 33
** 624 00 Brno
** Czech Republic
** http : www.processorexpert.com
** mail : info@processorexpert.com
** ###################################################################*/
#ifndef __Events_H
#define __Events_H
/* MODULE Events */
#include "PE_Types.h"
#include "PE_Error.h"
#include "PE_Const.h"
#include "IO_Map.h"
#include "IV1.h"
#include "IV2.h"
#include "IV3.h"
#include "IV4.h"
#include "IV5.h"
#include "IV6.h"
#include "IV7.h"
#include "IV8.h"
#include "IV9.h"
#include "IV10.h"
#include "IV11.h"
#include "IV12.h"
void Cpu_OnReset(void);
/*
** ===================================================================
** Event : Cpu_OnReset (module Events)
**
** From bean : Cpu [MC9S12NE64_112]
** Description :
** This software event is called after reset.
** Parameters : None
** Returns : Nothing
** ===================================================================
*/
/* END Events */
#endif /* __Events_H*/
/*
** ###################################################################
**
** This file was created by UNIS Processor Expert 03.44 for
** the Motorola HCS12 series of microcontrollers.
** !!! DEVELOPER VERSION FOR INTERNAL USAGE ONLY !!!
**
** ###################################################################
*/
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -