|
krnl 1
|
#include <krnl.h>
Go to the source code of this file.
Functions | |
| void | sampl () |
| void | alg01 () |
| void | aktuer01 () |
| void | t1 (void) |
| void | t2 () |
| void | setup () |
| void | loop () |
| void | k_breakout () |
Variables | |
| const int | STKSZ = 200 |
| struct k_t * | pt1 |
| struct k_t * | pt2 |
| char | stak1 [STKSZ] |
| char | stak2 [STKSZ] |
| int | loopNr = 0 |
| volatile int | i = 1000 |
| void aktuer01 | ( | ) |
Definition at line 17 of file k02twotasks.ino.
References loopNr.
| void alg01 | ( | ) |
Definition at line 13 of file k02twotasks.ino.
| void k_breakout | ( | void | ) |
Definition at line 86 of file k02twotasks.ino.
References pRun.
| void loop | ( | void | ) |
Definition at line 78 of file k02twotasks.ino.
| void sampl | ( | ) |
Definition at line 11 of file k02twotasks.ino.
| void setup | ( | ) |
| void t1 | ( | void | ) |
dette er en test
Definition at line 28 of file k02twotasks.ino.
References aktuer01(), alg01(), k_eat_msec(), k_sleep(), and sampl().

| void t2 | ( | void | ) |
Definition at line 40 of file k02twotasks.ino.
References k_sleep().

| volatile int i = 1000 |
Definition at line 24 of file k02twotasks.ino.
| int loopNr = 0 |
Definition at line 15 of file k02twotasks.ino.
| struct k_t* pt1 |
Definition at line 6 of file k02twotasks.ino.
| struct k_t * pt2 |
Definition at line 7 of file k02twotasks.ino.
| char stak1[STKSZ] |
Definition at line 9 of file k02twotasks.ino.
| char stak2[STKSZ] |
Definition at line 9 of file k02twotasks.ino.
| const int STKSZ = 200 |
Definition at line 4 of file k02twotasks.ino.