lpttask.c File Reference

#include "includes.h"

Go to the source code of this file.

Functions

void LptTaskInit (void)
void LptTask (void)

Variables

U8 LptTaskName [] = "LPT"
OS_STACK LptTaskStack [LPT_TASK_STACK_SIZE]


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

U8 LptTaskName[] = "LPT"

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