📄 to1.h
字号:
/** ###################################################################
** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
** Filename : TO1.H
** Project : PMSM
** Processor : 56F8013VFAE
** Beantype : TimerOut
** Version : Bean 02.147, Driver 01.16, CPU db: 2.87.089
** Compiler : Metrowerks DSP C Compiler
** Date/Time : 2008-1-30, 下午 02:43
** Abstract :
** This bean implements a periodic signal generator 1:1 (Flip-Flop Output).
** The signal alternates the "0" and "1" output values in exactly
** regular intervals; that is why the time length of the "0" part
** of one pulse is equal to the "1" part of one pulse.
** Settings :
** Used output pin :
** ----------------------------------------------------
** Number (on package) | Name
** ----------------------------------------------------
** 19 | GPIOB4_T0_CLKO
** ----------------------------------------------------
**
** Timer name : TMR0 (16-bit)
** Compare name : TMR0_Compare
** Counter shared : No
**
** High speed mode
** Prescaler : divide-by-1
** Clock : 32000000 Hz
** Pulse width
** Xtal ticks : 40
** microseconds : 5
** seconds (real) : 0.0000050
** Hz : 200000
** kHz : 200
**
** Runtime setting : none
**
** Initialization:
** Output level : low
** Timer : Enabled
** Events : Enabled
**
** Timer registers
** Counter : TMR0_CNTR [61445]
** Mode : TMR0_CTRL [61446]
** Run : TMR0_CTRL [61446]
** Prescaler : TMR0_CTRL [61446]
**
** Compare registers
** Compare : TMR0_CMP1 [61440]
**
** Flip-flop registers
** Mode : TMR0_SCR [61447]
** Contents :
** Enable - byte TO1_Enable(void);
**
** (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 __TO1
#define __TO1
/* MODULE TO1. */
/*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"
byte TO1_Enable(void);
/*
** ===================================================================
** Method : TO1_Enable (bean TimerOut)
**
** Description :
** Enables the bean - it starts the signal generation. Events
** may be generated ("DisableEvent"/"EnableEvent").
** Parameters : None
** Returns :
** --- - Error code, possible codes:
** ERR_OK - OK
** ERR_SPEED - This device does not work in
** the active speed mode
** ===================================================================
*/
void TO1_Init(void);
/*
** ===================================================================
** Method : TO1_Init (bean TimerOut)
**
** 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 TO1_Interrupt(void);
/*
** ===================================================================
** Method : TO1_Interrupt (bean TimerOut)
**
** 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 TO1. */
#endif /* ifndef __TO1 */
/*
** ###################################################################
**
** This file was created by UNIS Processor Expert 2.98 [03.79]
** for the Freescale 56800 series of microcontrollers.
**
** ###################################################################
*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -