REVISION
Definition in file SYS_createTask.c.
#include "../BATTERY/battery.h"
#include "../AUDIO/audio.h"
#include "../KEYBOARD/keyboard.h"
#include "../LCD/lcd.h"
#include "../UI/ui.h"
#include "../coder/coder.h"
#include "sys_hardware.h"
#include "sys_main.h"
#include "sys_assert.h"
Include dependency graph for SYS_createTask.c:

Go to the source code of this file.
Functions | |
| void | SYS_createResidentTask (void) |
| Function creates all resident tasks. | |
| void | SYS_createDecoderTask (void) |
| Function creates Decoder, Subdecoder, Media and Cache tasks. | |
| void | SYS_createEncoderTask (void) |
| Function creates Encoder, Media and Cache tasks. | |
Variables | |
| SEM_Handle | SEM_coder |
| These semaphores are used to sync UI and Audio system, they have to sit in internal memory. | |
1.3.9.1