lpttask.h File Reference

Go to the source code of this file.

Defines

#define LPT_TASK_STACK_SIZE   256

Functions

void LptTaskInit (void)
void LptTask (void)

Variables

OS_STACK LptTaskStack [LPT_TASK_STACK_SIZE]
U8 LptTaskName []


Define Documentation

#define LPT_TASK_STACK_SIZE   256

Definition at line 4 of file lpttask.h.


Function Documentation

void LptTask ( void   ) 

Definition at line 18 of file lpttask.c.

00018                   {
00019     LptTaskInit();
00020     while(1){
00021         OsTimeDelay(1000);
00022         Lpt1Svc();
00023     }
00024 }

void LptTaskInit ( void   ) 

Definition at line 14 of file lpttask.c.

00014                       {
00015     Lpt1Init();
00016 }


Variable Documentation

Definition at line 11 of file lpttask.c.

OS_STACK LptTaskStack[LPT_TASK_STACK_SIZE]

Definition at line 12 of file lpttask.c.


Generated on Sat Apr 10 23:28:07 2010 for 80X86 MULTI-TASKING OPERATION SYSTEM by  doxygen 1.5.9