|
krnl 1
|
#include <krnl.h>
Go to the source code of this file.
Macros | |
| #define | STK_SIZE 200 |
Functions | |
| void | doBlink (void) |
| void | t1 (void) |
| void | t2 (void) |
| void | setup () |
| void | loop (void) |
Variables | |
| struct k_t * | p_t1 |
| struct k_t * | p_t2 |
| struct k_msg_t * | pMsg2 |
| char | mar2 [10 *2] |
| char | s1 [200] |
| char | s2 [200] |
| volatile int | icnt = 0 |
| void doBlink | ( | void | ) |
| void setup | ( | ) |
| void t1 | ( | void | ) |
| void t2 | ( | void | ) |