mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
First version under SVN is V4.0.1
This commit is contained in:
parent
243393860c
commit
b6df57c7e3
918 changed files with 269038 additions and 0 deletions
97
Demo/HCS12_CodeWarrior_banked/CODE/PE_Timer.H
Normal file
97
Demo/HCS12_CodeWarrior_banked/CODE/PE_Timer.H
Normal file
|
@ -0,0 +1,97 @@
|
|||
/** ###################################################################
|
||||
** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
|
||||
** Filename : PE_Timer.H
|
||||
** Project : RTOSDemo
|
||||
** Processor : MC9S12DP256BCPV
|
||||
** Beantype : PE_Timer
|
||||
** Version : Driver 01.00
|
||||
** Compiler : Metrowerks HC12 C Compiler
|
||||
** Date/Time : 14/06/2005, 16:34
|
||||
** Abstract :
|
||||
** This bean "PE_Timer" implements internal methods and definitions
|
||||
** used by beans working with timers.
|
||||
** Settings :
|
||||
** Contents :
|
||||
** No public methods
|
||||
**
|
||||
** (c) Copyright UNIS, spol. s r.o. 1997-2002
|
||||
** UNIS, spol. s r.o.
|
||||
** Jundrovska 33
|
||||
** 624 00 Brno
|
||||
** Czech Republic
|
||||
** http : www.processorexpert.com
|
||||
** mail : info@processorexpert.com
|
||||
** ###################################################################*/
|
||||
#ifndef __PE_Timer
|
||||
#define __PE_Timer
|
||||
/*Include shared modules, which are used for whole project*/
|
||||
#include "PE_types.h"
|
||||
#include "PE_const.h"
|
||||
|
||||
/* MODULE PE_Timer. */
|
||||
|
||||
void PE_Timer_LngMul(dword va1, dword va2, dlong *var);
|
||||
/*
|
||||
** ===================================================================
|
||||
** Method : PE_Timer_LngMul (bean PE_Timer)
|
||||
**
|
||||
** Description :
|
||||
** This method is internal. It is used by Processor Expert
|
||||
** only.
|
||||
** ===================================================================
|
||||
*/
|
||||
|
||||
bool PE_Timer_LngHi1(dword Low, dword High, word *Out);
|
||||
/*
|
||||
** ===================================================================
|
||||
** Method : PE_Timer_LngHi1 (bean PE_Timer)
|
||||
**
|
||||
** Description :
|
||||
** This method is internal. It is used by Processor Expert
|
||||
** only.
|
||||
** ===================================================================
|
||||
*/
|
||||
|
||||
bool PE_Timer_LngHi2(dword Low, dword High, word *Out);
|
||||
/*
|
||||
** ===================================================================
|
||||
** Method : PE_Timer_LngHi2 (bean PE_Timer)
|
||||
**
|
||||
** Description :
|
||||
** This method is internal. It is used by Processor Expert
|
||||
** only.
|
||||
** ===================================================================
|
||||
*/
|
||||
|
||||
bool PE_Timer_LngHi3(dword Low, dword High, word *Out);
|
||||
/*
|
||||
** ===================================================================
|
||||
** Method : PE_Timer_LngHi3 (bean PE_Timer)
|
||||
**
|
||||
** Description :
|
||||
** This method is internal. It is used by Processor Expert
|
||||
** only.
|
||||
** ===================================================================
|
||||
*/
|
||||
|
||||
bool PE_Timer_LngHi4(dword Low, dword High, word *Out);
|
||||
/*
|
||||
** ===================================================================
|
||||
** Method : PE_Timer_LngHi4 (bean PE_Timer)
|
||||
**
|
||||
** Description :
|
||||
** This method is internal. It is used by Processor Expert
|
||||
** only.
|
||||
** ===================================================================
|
||||
*/
|
||||
|
||||
|
||||
#endif /* END PE_Timer. */
|
||||
/*
|
||||
** ###################################################################
|
||||
**
|
||||
** This file was created by UNIS Processor Expert 03.33 for
|
||||
** the Motorola HCS12 series of microcontrollers.
|
||||
**
|
||||
** ###################################################################
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue