taskc.c File Reference

#include "includes.h"

Go to the source code of this file.

Functions

void TaskCInit (void)
void TaskC (void)

Variables

U8 TaskcName [] = "TASKC"
OS_STACK TaskcStack [TASKC_STACK_SIZE]
TASKC_CONTROL TaskcCtrl


Function Documentation

void TaskC ( void   ) 

Definition at line 12 of file taskc.c.

00012                 {
00013     TaskCInit();
00014     while(1){
00015         if(TaskcCtrl.Timer==0){
00016             TaskcCtrl.Timer=1000;
00017             GuiStringPrint("#");
00018         }        
00019         else OsYield();
00020     }
00021 }

void TaskCInit ( void   ) 

Definition at line 8 of file taskc.c.

00008                     {
00009     TaskcCtrl.Timer=1000;
00010 }


Variable Documentation

Definition at line 6 of file taskc.c.

U8 TaskcName[] = "TASKC"

Definition at line 3 of file taskc.c.

OS_STACK TaskcStack[TASKC_STACK_SIZE]

Definition at line 4 of file taskc.c.


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