|
krnl 1
|
#include <krnl.h>
Go to the source code of this file.
Macros | |
| #define | STK 120 |
Functions | |
| void | t1 () |
| void | t2 () |
| void | setup () |
| void | loop () |
Variables | |
| struct k_t * | p1 |
| struct k_t * | p2 |
| struct k_t * | s1 |
| char | s2 [120] |
| #define STK 120 |
Definition at line 27 of file k04periodic-simple.ino.
| void loop | ( | void | ) |
Definition at line 54 of file k04periodic-simple.ino.
| void setup | ( | ) |
Definition at line 30 of file k04periodic-simple.ino.
References k_crt_sem(), k_crt_task(), k_init(), k_start(), p1, p2, s1, s2, STK, t1, and t2.

| void t1 | ( | void | ) |
Definition at line 7 of file k04periodic-simple.ino.
References k_set_sem_timer(), k_wait(), and s1.

| void t2 | ( | void | ) |
Definition at line 18 of file k04periodic-simple.ino.
| struct k_t* p1 |
Definition at line 5 of file k04periodic-simple.ino.
| struct k_t * p2 |
Definition at line 5 of file k04periodic-simple.ino.
| char s1[120] |
Definition at line 5 of file k04periodic-simple.ino.
| char s2[120] |
Definition at line 28 of file k04periodic-simple.ino.