dit projekt
|
#include <krnl.h>
Go to the source code of this file.
Macros | |
#define | STK 110 |
Functions | |
void | tgeneric () |
void | setup () |
void | loop () |
void | k_breakout () |
Variables | |
struct k_t * | p1 |
struct k_t * | p2 |
struct k_t * | p3 |
char | st1 [STK] |
char | st2 [STK] |
char | st3 [STK] |
#define STK 110 |
Definition at line 11 of file krnlsimpledebugled.ino.
void k_breakout | ( | ) |
Definition at line 49 of file krnlsimpledebugled.ino.
void loop | ( | ) |
Definition at line 45 of file krnlsimpledebugled.ino.
void setup | ( | ) |
Definition at line 23 of file krnlsimpledebugled.ino.
References i, k_crt_task(), k_init(), k_start(), p1, p2, p3, st1, st2, st3, STK, and tgeneric().
void tgeneric | ( | ) |
Definition at line 15 of file krnlsimpledebugled.ino.
References k_eat_msec(), k_sleep(), k_t::nr, and pRun.
Referenced by setup().
struct k_t* p1 |
Definition at line 12 of file krnlsimpledebugled.ino.
Referenced by setup().
struct k_t * p2 |
Definition at line 12 of file krnlsimpledebugled.ino.
Referenced by setup().
struct k_t * p3 |
Definition at line 12 of file krnlsimpledebugled.ino.
Referenced by setup().
char st1[STK] |
Definition at line 13 of file krnlsimpledebugled.ino.
Referenced by setup().
char st2[STK] |
Definition at line 13 of file krnlsimpledebugled.ino.
Referenced by setup().
char st3[STK] |
Definition at line 13 of file krnlsimpledebugled.ino.
Referenced by setup().