Unify Framework Lib 1.6.0
|
#include <stdbool.h>
#include "contiki-conf.h"
#include "uic_main_loop.h"
#include "sys/process.h"
#include "sys/ctimer.h"
#include "sys/procinit.h"
#include "SwTimer.h"
#include "ZW_timer.h"
#include "DebugPrint.h"
Functions | |
static void | uic_main_loop_runner (SSwTimer *pTimer) |
static void | uic_main_contiki_setup (void) |
void | uic_main_ext_select (clock_time_t delay) |
Variables | |
static bool | initialized = false |
static SSwTimer | contikiLoopTimer |
|
static |
|
static |
Timer timeout callback function to run the contiki process. This function is repeatedly called to act as a loop or a separate task.
|
static |
|
static |