krnl 1
Loading...
Searching...
No Matches
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 [140]
unsigned char s2 [140]
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 ( void )

Definition at line 89 of file k03priorityequalfixed.ino.

References pRun.

◆ loop()

void loop ( void )

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().

Here is the call graph for this function:

◆ t2()

void t2 ( void )

Definition at line 30 of file k03priorityequalfixed.ino.

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

Here is the call graph for this function:

Variable Documentation

◆ p1

struct k_t* p1

Definition at line 14 of file k03priorityequalfixed.ino.

◆ p2

struct k_t * p2

Definition at line 14 of file k03priorityequalfixed.ino.

◆ s1

unsigned char s1[140]

Definition at line 17 of file k03priorityequalfixed.ino.

◆ s2

unsigned char s2[140]

Definition at line 17 of file k03priorityequalfixed.ino.

◆ tStart

unsigned long tStart

Definition at line 29 of file k03priorityequalfixed.ino.

◆ tStop

unsigned long tStop

Definition at line 29 of file k03priorityequalfixed.ino.