📄 mcuinit.h
字号:
/*
** ###################################################################
** This code is generated by the Device Initialization Tool.
** It is overwritten during code generation.
** USER MODIFICATION ARE NOT PRESERVED IN THIS FILE.
**
** Project : Project_2
** Processor : MC9S08AW60CFU
** Version : Bean 01.132, Driver 01.04, CPU db: 2.87.184
** Datasheet : MC9S08AW60 Rev 2 12/2006
** Date/Time : 2008-5-15, 21:26
** Abstract :
** This module contains device initialization code
** for selected on-chip peripherals.
** Contents :
** Function "MCU_init" initializes selected peripherals
**
** (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 __Project_2_H
#define __Project_2_H 1
/* Include shared modules, which are used for whole project */
/* User declarations and definitions */
/* Code, declarations and definitions here will be preserved during code generation */
/* End of user declarations and definitions */
extern void MCU_init(void);
/*
** ===================================================================
** Method : MCU_init (bean MC9S08AW60_64)
**
** Description :
** Device initialization code for selected peripherals.
** ===================================================================
*/
__interrupt void isrVrti(void);
/*
** ===================================================================
** Interrupt handler : isrVrti
**
** Description :
** User interrupt service routine.
** Parameters : None
** Returns : Nothing
** ===================================================================
*/
__interrupt void isrVsci2tx(void);
/*
** ===================================================================
** Interrupt handler : isrVsci2tx
**
** Description :
** User interrupt service routine.
** Parameters : None
** Returns : Nothing
** ===================================================================
*/
__interrupt void isrVsci2rx(void);
/*
** ===================================================================
** Interrupt handler : isrVsci2rx
**
** Description :
** User interrupt service routine.
** Parameters : None
** Returns : Nothing
** ===================================================================
*/
__interrupt void isrVsci2err(void);
/*
** ===================================================================
** Interrupt handler : isrVsci2err
**
** Description :
** User interrupt service routine.
** Parameters : None
** Returns : Nothing
** ===================================================================
*/
__interrupt void isrVsci1tx(void);
/*
** ===================================================================
** Interrupt handler : isrVsci1tx
**
** Description :
** User interrupt service routine.
** Parameters : None
** Returns : Nothing
** ===================================================================
*/
__interrupt void isrVsci1rx(void);
/*
** ===================================================================
** Interrupt handler : isrVsci1rx
**
** Description :
** User interrupt service routine.
** Parameters : None
** Returns : Nothing
** ===================================================================
*/
__interrupt void isrVsci1err(void);
/*
** ===================================================================
** Interrupt handler : isrVsci1err
**
** Description :
** User interrupt service routine.
** Parameters : None
** Returns : Nothing
** ===================================================================
*/
__interrupt void isrVtpm2ovf(void);
/*
** ===================================================================
** Interrupt handler : isrVtpm2ovf
**
** Description :
** User interrupt service routine.
** Parameters : None
** Returns : Nothing
** ===================================================================
*/
__interrupt void OSTickISR(void);
/*
** ===================================================================
** Interrupt handler : OSTickISR
**
** Description :
** User interrupt service routine.
** Parameters : None
** Returns : Nothing
** ===================================================================
*/
//__interrupt void isrVswi(void);
/*
** ===================================================================
** Interrupt handler : isrVswi
**
** Description :
** User interrupt service routine.
** Parameters : None
** Returns : Nothing
** ===================================================================
*/
/* END Project_2 */
#endif
/*
** ###################################################################
**
** This file was created by UNIS Processor Expert 3.01 [03.92]
** for the Freescale HCS08 series of microcontrollers.
**
** ###################################################################
*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -