MOS Source Code
Loading...
Searching...
No Matches
idle_task.c File Reference
#include <mos/misc/setup.h>
#include <mos/platform/platform.h>
#include <mos/syslog/printk.h>
#include <mos/tasks/kthread.h>
#include <mos_stdio.h>
+ Include dependency graph for idle_task.c:

Go to the source code of this file.

Functions

static void idle_task (void *arg)
 
static void create_idle_task ()
 
 MOS_INIT (KTHREAD, create_idle_task)
 

Function Documentation

◆ idle_task()

static void idle_task ( void * arg)
static

Definition at line 9 of file idle_task.c.

Referenced by create_idle_task().

+ Here is the call graph for this function:

◆ create_idle_task()

static void create_idle_task ( )
static

Definition at line 17 of file idle_task.c.

+ Here is the call graph for this function:

◆ MOS_INIT()

MOS_INIT ( KTHREAD ,
create_idle_task  )