|
krnl 1
|
#include <krnl.h>
Go to the source code of this file.
Macros | |
| #define | STK 150 |
| #define | TASKPRIO 10 |
Functions | |
| void | task1 () |
| void | setup () |
| void | loop () |
Variables | |
| struct k_t * | pTask1 |
| struct k_t * | timedSem1 |
| #define STK 150 |
Definition at line 7 of file rt-arduino-realtimeloop.ino.
| #define TASKPRIO 10 |
Definition at line 9 of file rt-arduino-realtimeloop.ino.
| void loop | ( | void | ) |
Definition at line 51 of file rt-arduino-realtimeloop.ino.
| void setup | ( | ) |
Definition at line 31 of file rt-arduino-realtimeloop.ino.
References k_crt_sem(), k_crt_task(), k_init(), k_start(), pTask1, STK, task1(), and timedSem1.

| void task1 | ( | ) |
Definition at line 17 of file rt-arduino-realtimeloop.ino.
References k_millis(), k_set_sem_timer(), k_wait(), and timedSem1.

| struct k_t* pTask1 |
Definition at line 12 of file rt-arduino-realtimeloop.ino.
| struct k_t* timedSem1 |
Definition at line 15 of file rt-arduino-realtimeloop.ino.