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

Go to the source code of this file.

Macros

#define SS   140
 

Functions

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

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   140

Definition at line 16 of file k03priorityequalfixed.ino.

Function Documentation

◆ k_breakout()

void k_breakout ( )

Definition at line 89 of file k03priorityequalfixed.ino.

References k_t::nr, and pRun.

◆ loop()

void loop ( )

Definition at line 84 of file k03priorityequalfixed.ino.

◆ setup()

void setup ( )

Definition at line 56 of file k03priorityequalfixed.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 20 of file k03priorityequalfixed.ino.

References k_sleep().

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 30 of file k03priorityequalfixed.ino.

References i, k_millis(), k_sleep(), 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 14 of file k03priorityequalfixed.ino.

Referenced by setup().

◆ p2

struct k_t * p2

Definition at line 14 of file k03priorityequalfixed.ino.

Referenced by setup().

◆ s1

unsigned char s1[SS]

Definition at line 17 of file k03priorityequalfixed.ino.

Referenced by setup().

◆ s2

unsigned char s2[SS]

Definition at line 17 of file k03priorityequalfixed.ino.

Referenced by setup().

◆ tStart

unsigned long tStart

Definition at line 29 of file k03priorityequalfixed.ino.

Referenced by t2().

◆ tStop

unsigned long tStop

Definition at line 29 of file k03priorityequalfixed.ino.

Referenced by t2().