📄 rti1.h
字号:
/** ###################################################################
** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
** Filename : RTI1.H
** Project : le4
** Processor : MC9RS08LE4CPC
** Beantype : Init_RTI
** Version : Bean 01.045, Driver 01.15, CPU db: 3.00.000
** Compiler : CodeWarrior RS08 C Compiler
** Date/Time : 5/2/2009, 20:28
** Abstract :
** This file implements the RTI (RTI) module initialization
** according to the Peripheral Initialization Bean settings,
** and defines interrupt service routines prototypes.
** Settings :
** Bean name : RTI1
** Timer : RTI
** Settings :
** Clock settings :
** Clock Select : Internal oscilator
** Prescaler : 8
** Period : 8 ms
** Interrupts :
** Interrupt :
** Real-Time Interrupt : Enabled
** ISR Name :
** Initialization :
** Call Init Method : yes
** Contents :
** Init - void RTI1_Init(void);
**
** (c) Copyright UNIS, a.s. 1997-2008
** UNIS, a.s.
** Jundrovska 33
** 624 00 Brno
** Czech Republic
** http : www.processorexpert.com
** mail : info@processorexpert.com
** ###################################################################*/
#ifndef __RTI1
#define __RTI1
/* MODULE RTI1. */
/*Include shared modules, which are used for whole project*/
#include "PE_Types.h"
#include "PE_Error.h"
#include "PE_Const.h"
#include "IO_Map.h"
/* Include inherited beans */
/*
** ===================================================================
** Method : RTI1_Init (bean Init_RTI)
**
** Description :
** This method initializes registers of the RTI module
** according to this Peripheral Initialization Bean settings.
** Call this method in the user code to initialize the
** module. By default, the method is called by PE
** automatically; see "Call Init method" property of the
** bean for more details.
** Parameters : None
** Returns : Nothing
** ===================================================================
*/
void RTI1_Init(void);
/* END RTI1. */
#endif /* ifndef __RTI1 */
/*
** ###################################################################
**
** This file was created by UNIS Processor Expert 3.04 [04.19]
** for the Freescale RS08 series of microcontrollers.
**
** ###################################################################
*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -