dit projekt
Macros | Functions | Variables
k03priorityequal.ino File Reference
#include <krnl.h>
Include dependency graph for k03priorityequal.ino:

Go to the source code of this file.

Macros

#define SS   110
 

Functions

void t1 ()
 
void t2 ()
 
void setup ()
 
void loop ()
 

Variables

struct k_tp1
 
struct k_tp2
 
unsigned char s1 [SS]
 
unsigned char s2 [SS]
 
unsigned long tStart
 
unsigned long tStop
 

Macro Definition Documentation

◆ SS

#define SS   110

Definition at line 15 of file k03priorityequal.ino.

Function Documentation

◆ loop()

void loop ( )

Definition at line 75 of file k03priorityequal.ino.

◆ setup()

void setup ( )

Definition at line 52 of file k03priorityequal.ino.

References k_crt_task(), k_init(), k_start(), p1, p2, s1, s2, SS, t1(), and t2().

Here is the call graph for this function:

◆ t1()

void t1 ( void  )

Definition at line 19 of file k03priorityequal.ino.

References k_eat_msec().

Referenced by setup().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ t2()

void t2 ( )

Definition at line 29 of file k03priorityequal.ino.

References i, k_eat_msec(), k_millis(), tStart, and tStop.

Referenced by setup().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ p1

struct k_t* p1

Definition at line 13 of file k03priorityequal.ino.

Referenced by setup().

◆ p2

struct k_t * p2

Definition at line 13 of file k03priorityequal.ino.

Referenced by setup().

◆ s1

unsigned char s1[SS]

Definition at line 16 of file k03priorityequal.ino.

Referenced by setup().

◆ s2

unsigned char s2[SS]

Definition at line 16 of file k03priorityequal.ino.

Referenced by setup().

◆ tStart

unsigned long tStart

Definition at line 28 of file k03priorityequal.ino.

Referenced by t2().

◆ tStop

unsigned long tStop

Definition at line 28 of file k03priorityequal.ino.

Referenced by t2().