📄 hallsensor3.h
字号:
/** ###################################################################
** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
** Filename : HallSensor3.H
** Project : BLDC_sensor
** Processor : 56F8013VFAE
** Beantype : Init_TMR
** Version : Bean 01.100, Driver 01.15, CPU db: 2.87.068
** Compiler : Metrowerks DSP C Compiler
** Date/Time : 2006-07-24, 16:17
** Abstract :
** This "Init_TMR" Peripheral Inspector implements the
** Quad Timer module (TMR), basic initialization
** and settings.
** Settings :
** Timer counter device : TMR2
**
** Operation mode : Edge count mode
** Count once : count repeatedly
** Count length : count till compare, then reinitialize
** Count direction : up
** Master mode : Disabled
** External OFLAG force : Disabled
** Forced OFLAG value : Disabled
** Force OFLAG ouput : Disabled
** Output enable : no
** Output polarity : true
** Input polarity : true
** Co-channel init. : Disabled
**
** Primary source : counter 2 input pin
** Secondary source : counter 0 input pin
**
** Input capture mode : Disabled
**
** Output mode : asserted while counter is active
**
** Compare load control 1 : Disabled
** Compare load control 2 : Disabled
**
** Debug mode action : Normal operation
**
** Interrupts
** Timer compare : Enabled
** Timer overflow : Disabled
** Input edge : Disabled
** Timer compare 1 : Disabled
** Timer compare 2 : Disabled
** ISR name : ISR_HallSensor3
** Interrupt name : INT_TMR2
** Priority : 1
** Contents :
** Init - void HallSensor3_Init(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 __HallSensor3
#define __HallSensor3
/* MODULE HallSensor3. */
/*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 */
#include "Cpu.h"
extern void ISR_HallSensor3(void);
void HallSensor3_Init(void);
/*
** ===================================================================
** Method : HallSensor3_Init (bean Init_TMR)
**
** Description :
** This method initializes registers of the TMR 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
** ===================================================================
*/
/* END HallSensor3. */
#endif /* ifndef __HallSensor3 */
/*
** ###################################################################
**
** This file was created by UNIS Processor Expert 2.96 [03.65]
** for the Freescale 56800 series of microcontrollers.
**
** ###################################################################
*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -