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. | |
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.
|
|
Alive indicator. Indicates that the idle task is active. This should be implemented preferably as an flashing indicator |
|
|
Powerup initialization completed. This is a static indication |
|
|
Tick Handler called. Indicates that the cpu tick is still active. This is should be implemented as flashing indication to indicate activity. |
1.4.6