monoZ docs
MZ_app1_instance.c File Reference

This is a tool generated file. Edit it as per requirement. More...

#include "MZ_sys_cmsis_os2.h"
#include "MZ_app1_instance.h"

Go to the source code of this file.

Macros

#define APP1_STACK_SIZE   (128)
 Defines APP stack Size. More...
 

Functions

static void app1_scheduler (void *arg)
 App1 Scheduler. More...
 
mz_error_t mz_app1_init (void)
 Initiate Monoz App1. More...
 

Variables

static mz_thread_t app1_thread_id = NULL
 
static StaticTask_t app1_cb_mem
 
static StackType_t app1_stack [APP1_STACK_SIZE]
 

Detailed Description

This is a tool generated file. Edit it as per requirement.

Date
Apr 22, 2021
Author
MZ_click

Definition in file MZ_app1_instance.c.

Macro Definition Documentation

◆ APP1_STACK_SIZE

#define APP1_STACK_SIZE   (128)

Defines APP stack Size.

Definition at line 11 of file MZ_app1_instance.c.

Function Documentation

◆ app1_scheduler()

app1_scheduler ( void *  arg)
static

App1 Scheduler.

Parameters
argvoid

Definition at line 22 of file MZ_app1_instance.c.

◆ mz_app1_init()

mz_error_t mz_app1_init ( void  )

Initiate Monoz App1.

Returns
Initiate the Monoz App1

Definition at line 40 of file MZ_app1_instance.c.

Variable Documentation

◆ app1_thread_id

mz_thread_t app1_thread_id = NULL
static

Hold the CLI thread

Definition at line 13 of file MZ_app1_instance.c.

◆ app1_cb_mem

StaticTask_t app1_cb_mem
static

Hold Callback Memory

Definition at line 14 of file MZ_app1_instance.c.

◆ app1_stack

StackType_t app1_stack[APP1_STACK_SIZE]
static

Hold App stack Size

Definition at line 15 of file MZ_app1_instance.c.