?? ti1.h
字號:
/** ###################################################################
** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
** Filename : TI1.H
** Project : vvvf_56F8346
** Processor : 56F8346
** Beantype : TimerInt
** Version : Bean 02.110, Driver 01.22, CPU db: 2.87.097
** Compiler : Metrowerks DSP C Compiler
** Date/Time : 2008-3-7, 9:38
** Abstract :
** This bean "TimerInt" implements a periodic interrupt.
** When the bean and its events are enabled, the "OnInterrupt"
** event is called periodically with the period that you specify.
** TimerInt supports also changing the period in runtime.
** The source of periodic interrupt can be timer compare or reload
** register or timer-overflow interrupt (of free running counter).
** Settings :
** Timer name : TMRA0 (16-bit)
** Compare name : TMRA0_Compare
** Counter shared : No
**
** High speed mode
** Prescaler : divide-by-128
** Clock : 468750 Hz
** Initial period/frequency
** Xtal ticks : 800000
** microseconds : 100000
** milliseconds : 100
** seconds (real) : 0.1000000
** Hz : 10
**
** Runtime setting : none
**
** Initialization:
** Timer : Enabled
** Events : Enabled
**
** Timer registers
** Counter : TMRA0_CNTR [61509]
** Mode : TMRA0_CTRL [61510]
** Run : TMRA0_CTRL [61510]
** Prescaler : TMRA0_CTRL [61510]
**
** Compare registers
** Compare : TMRA0_CMP1 [61504]
**
** Flip-flop registers
** Mode : TMRA0_SCR [61511]
** Contents :
** No public methods
**
** (c) Copyright UNIS, spol. s r.o. 1997-2005
** UNIS, spol. s r.o.
** Jundrovska 33
** 624 00 Brno
** Czech Republic
** http : www.processorexpert.com
** mail : info@processorexpert.com
** ###################################################################*/
#ifndef __TI1
#define __TI1
/* MODULE TI1. */
/*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 "Cpu.h"
void TI1_Init(void);
/*
** ===================================================================
** Method : TI1_Init (bean TimerInt)
**
** Description :
** Initializes the associated peripheral(s) and the beans
** internal variables. The method is called automatically as a
** part of the application initialization code.
** This method is internal. It is used by Processor Expert only.
** ===================================================================
*/
void TI1_Interrupt(void);
/*
** ===================================================================
** Method : TI1_Interrupt (bean TimerInt)
**
** Description :
** The method services the interrupt of the selected peripheral(s)
** and eventually invokes the beans event(s).
** This method is internal. It is used by Processor Expert only.
** ===================================================================
*/
/* END TI1. */
#endif /* ifndef __TI1 */
/*
** ###################################################################
**
** This file was created by UNIS Processor Expert 2.97 [03.74]
** for the Freescale 56800 series of microcontrollers.
**
** ###################################################################
*/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -