#include <stdio.h>
#include <string.h>
#include <scheduler_config.h>
#include <scheduler_private.h>
Go to the source code of this file.
Functions | |
void | scheduler_init (void) |
Variables | |
struct event_t | g_tab_event [SCHEDULER_NB_MAX_EVENT] |
void scheduler_init | ( | void | ) |
init all global data
Definition at line 34 of file scheduler_host.c.
References CS00_REG, DUMP_EVENTS, g_tab_event, and TOIE0_REG.
struct event_t g_tab_event[SCHEDULER_NB_MAX_EVENT] |
declared in scheduler.c in case of AVR version
Definition at line 31 of file scheduler_host.c.