|
krnl 1
|
#include <krnl.h>
Go to the source code of this file.
Macros | |
| #define | STK 110 |
Functions | |
| void | tperiodic () |
| void | tnoise () |
| void | setup () |
| void | loop () |
| void | k_breakout () |
Variables | |
| struct k_t * | p1 |
| struct k_t * | p2 |
| struct k_t * | sem1 |
| struct k_t * | sem2 |
| char | st1 [110] |
| char | st2 [110] |
| int | err |
| #define STK 110 |
Definition at line 4 of file k04periodic.ino.
| void k_breakout | ( | void | ) |
Definition at line 58 of file k04periodic.ino.
References pRun.
| void loop | ( | void | ) |
Definition at line 53 of file k04periodic.ino.
| void setup | ( | ) |
Definition at line 31 of file k04periodic.ino.
References err, i, k_crt_sem(), k_crt_task(), k_init(), k_start(), p1, p2, sem1, st1, st2, STK, tnoise(), and tperiodic().

| void tnoise | ( | ) |
Definition at line 21 of file k04periodic.ino.
References k_eat_msec(), and k_sleep().

| void tperiodic | ( | ) |
Definition at line 9 of file k04periodic.ino.
References k_eat_msec(), k_set_sem_timer(), k_wait(), and sem1.

| int err |
Definition at line 29 of file k04periodic.ino.
| struct k_t* p1 |
Definition at line 5 of file k04periodic.ino.
| struct k_t * p2 |
Definition at line 5 of file k04periodic.ino.
| struct k_t * sem1 |
Definition at line 5 of file k04periodic.ino.
| struct k_t * sem2 |
Definition at line 5 of file k04periodic.ino.
| char st1[110] |
Definition at line 7 of file k04periodic.ino.
| char st2[110] |
Definition at line 7 of file k04periodic.ino.