krnl 1
Loading...
Searching...
No Matches
ksimple01.ino File Reference
#include <krnl.h>
Include dependency graph for ksimple01.ino:

Go to the source code of this file.

Macros

#define STK_SIZE   200

Functions

void doBlink (void)
void t1 ()
void setup ()
void loop (void)

Variables

struct k_tp_t1
char s1 [200]
volatile int icnt =0

Macro Definition Documentation

◆ STK_SIZE

#define STK_SIZE   200

Definition at line 5 of file ksimple01.ino.

Function Documentation

◆ doBlink()

void doBlink ( void )

Definition at line 11 of file ksimple01.ino.

◆ loop()

void loop ( void )

Definition at line 40 of file ksimple01.ino.

◆ setup()

void setup ( )

Definition at line 27 of file ksimple01.ino.

References k_crt_task(), k_init(), k_start(), p_t1, s1, and t1.

Here is the call graph for this function:

◆ t1()

void t1 ( void )

Definition at line 19 of file ksimple01.ino.

References doBlink(), and k_sleep().

Here is the call graph for this function:

Variable Documentation

◆ icnt

volatile int icnt =0

Definition at line 9 of file ksimple01.ino.

◆ p_t1

struct k_t* p_t1

Definition at line 3 of file ksimple01.ino.

◆ s1

char s1[200]

Definition at line 7 of file ksimple01.ino.