trace.h File Reference

Kernel status indications. More...

Go to the source code of this file.

Functions

void Alive (void)
 Alive indicator.
void Power (void)
 Powerup initialization completed.
void Tick_Indicator (void)
 Tick Handler called.
void Process_Alarm (void)
 Indicates an watch dog time out.


Detailed Description

Kernel status indications.

This interface is used to signal different states of the kernel to the user. Since this depends on the specific hardware used the implementation has to be done in the hardware section.

Definition in file trace.h.


Function Documentation

void Alive void   ) 
 

Alive indicator.

Indicates that the idle task is active. This should be implemented preferably as an flashing indicator

void Power void   ) 
 

Powerup initialization completed.

This is a static indication

void Tick_Indicator void   ) 
 

Tick Handler called.

Indicates that the cpu tick is still active. This is should be implemented as flashing indication to indicate activity.


Generated on Mon Sep 29 19:56:48 2008 for mKernel by  doxygen 1.4.6