krnl
|
#include <krnl.h>
Go to the source code of this file.
Macros | |
#define | STK 110 |
Functions | |
void | t1 () |
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 7 of file krnldebugled13.ino.
void k_breakout | ( | ) |
Definition at line 56 of file krnldebugled13.ino.
void loop | ( | ) |
Definition at line 41 of file krnldebugled13.ino.
void setup | ( | ) |
void t1 | ( | ) |
struct k_t* p1 |
Definition at line 5 of file krnldebugled13.ino.
Referenced by setup().
struct k_t * p2 |
Definition at line 5 of file krnldebugled13.ino.
Referenced by setup().
struct k_t * p3 |
Definition at line 5 of file krnldebugled13.ino.
char st1[STK] |
Definition at line 8 of file krnldebugled13.ino.
Referenced by setup().
char st2[STK] |
Definition at line 8 of file krnldebugled13.ino.
Referenced by setup().
char st3[STK] |
Definition at line 8 of file krnldebugled13.ino.