rtctask.c File Reference

#include "includes.h"

Go to the source code of this file.

Functions

void RtcTaskInit (void)
void RtcTask (void)

Variables

U8 RtcTaskName [] = "RTCTASK"
OS_STACK RtcTaskStack [RTC_TASK_STACK_SIZE]


Function Documentation

void RtcTask ( void   ) 

Definition at line 17 of file rtctask.c.

00017                   {
00018     RtcTaskInit();
00019     while(1){
00020         while((RtcCtrl.HasUpdate==false)&&(RtcCtrl.HasPeriodic==false)) 
00021             OsEventWait(&RtcCtrl.RtcEvent,0xffff);
00022         GuiStringPrint("\nRTC TASK EXECUTE");
00023         RtcSvc();
00024     }
00025 }

void RtcTaskInit ( void   ) 

Definition at line 14 of file rtctask.c.

00014                       {
00015 }


Variable Documentation

U8 RtcTaskName[] = "RTCTASK"

Definition at line 11 of file rtctask.c.

OS_STACK RtcTaskStack[RTC_TASK_STACK_SIZE]

Definition at line 12 of file rtctask.c.


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