taskc.h File Reference

Go to the source code of this file.

Data Structures

struct  TASKC_CONTROL

Defines

#define TASKC_STACK_SIZE   128

Functions

void TaskCInit (void)
void TaskC (void)

Variables

OS_STACK TaskcStack [TASKC_STACK_SIZE]
U8 TaskcName []
TASKC_CONTROL TaskcCtrl


Define Documentation

#define TASKC_STACK_SIZE   128

Definition at line 4 of file taskc.h.


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.

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