monoZ docs
|
This is a tool generated file. Edit it as per requirement. More...
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] |
This is a tool generated file. Edit it as per requirement.
Definition in file MZ_app1_instance.c.
#define APP1_STACK_SIZE (128) |
Defines APP stack Size.
Definition at line 11 of file MZ_app1_instance.c.
|
static |
mz_error_t mz_app1_init | ( | void | ) |
Initiate Monoz App1.
Definition at line 40 of file MZ_app1_instance.c.
|
static |
Hold the CLI thread
Definition at line 13 of file MZ_app1_instance.c.
|
static |
Hold Callback Memory
Definition at line 14 of file MZ_app1_instance.c.
|
static |
Hold App stack Size
Definition at line 15 of file MZ_app1_instance.c.