dit projekt
|
#include <krnl.h>
Go to the source code of this file.
Functions | |
void | sampl () |
void | alg01 () |
void | aktuer01 () |
void | aktuer02 () |
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.
Referenced by t1().
void aktuer02 | ( | ) |
Definition at line 22 of file k02twotasks.ino.
References loopNr.
Referenced by t2().
void alg01 | ( | ) |
Definition at line 13 of file k02twotasks.ino.
void k_breakout | ( | ) |
Definition at line 93 of file k02twotasks.ino.
void loop | ( | ) |
Definition at line 85 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 33 of file k02twotasks.ino.
References aktuer01().
Referenced by setup().
void t2 | ( | ) |
Definition at line 46 of file k02twotasks.ino.
References aktuer02().
Referenced by setup().
volatile int i = 1000 |
Definition at line 29 of file k02twotasks.ino.
Referenced by k_crt_task(), k_receive(), k_set_prio(), k_unused_stak(), ki_my_unused_stak(), ki_receive(), ki_send(), ki_unused_stak(), setup(), t2(), and task1().
int loopNr = 0 |
Definition at line 15 of file k02twotasks.ino.
Referenced by aktuer01(), and aktuer02().
struct k_t* pt1 |
Definition at line 6 of file k02twotasks.ino.
Referenced by setup().
struct k_t * pt2 |
Definition at line 7 of file k02twotasks.ino.
Referenced by setup().
char stak1[STKSZ] |
Definition at line 9 of file k02twotasks.ino.
Referenced by setup().
char stak2[STKSZ] |
Definition at line 9 of file k02twotasks.ino.
Referenced by setup().
const int STKSZ = 200 |
Definition at line 4 of file k02twotasks.ino.
Referenced by setup().