|
Stepper-Motor-Control
v3.0.0
System on a Chip 2014 - Group 04
|
Header file for main.c. More...
#include <sys/alt_irq.h>#include <stdio.h>#include <stdint.h>#include "includes.h"#include "auxilaryFunctions.h"#include "userInputTask.h"#include "userOutputTask.h"#include "heartbeatTask.h"#include "hardwareAccess.h"#include "switchesIRQhandler.h"#include "keysIRQhandler.h"#include "motorIRQhandler.h"#include "debugAndErrorOutput.h"#include "registerAccess.h"

Go to the source code of this file.
Macros | |
| #define | TASK_STACKSIZE 2048 |
| Definition of Task Stacks. | |
| #define | USER_INPUT_TASK_PRIORITY 5 |
| lower numbers mean higher priority More... | |
| #define | USER_OUTPUT_TASK_PRIORITY 6 |
| #define | HEARTBEAT_TASK_PRIORITY 7 |
Functions | |
| int | main (void) |
| Main-Routine. More... | |
Variables | |
| OS_STK | UserInputTask_Stk [TASK_STACKSIZE] |
| Stack for Task 1. | |
| OS_STK | UserOutputTask_Stk [TASK_STACKSIZE] |
| Stack for Task 2. | |
| OS_STK | HeartbeatTask_Stk [TASK_STACKSIZE] |
| Stack for Task 3. | |
Header file for main.c.
Contains defines, includes, typedefs and declarations needed for this task.
v0.1.0 22.10.2014 Kossmann
v0.1.1 29.10.2014 Kossmann
v0.1.2 30.10.2014 Kossmann
v0.1.3 31.10.2014 Riedel & Kossmann
v1.0.0 11.11.2014 Riedel & Kossmann
v2.0.0 18.11.2014 Riedel & Kossmann
Definition in file main.h.
| #define HEARTBEAT_TASK_PRIORITY 7 |
| #define USER_INPUT_TASK_PRIORITY 5 |
| #define USER_OUTPUT_TASK_PRIORITY 6 |