Stepper-Motor-Control
v3.0.0
System on a Chip 2014 - Group 04
|
IRQ-handler for motor stopped. More...
#include "../INC/motorIRQhandler.h"
Go to the source code of this file.
Functions | |
void | motorIRQhandler (void *context) |
IRQ-Handler for motor stopped. More... | |
Variables | |
OS_FLAG_GRP * | userInputTaskFlagsGrp |
The flags group used in the user-input-task. More... | |
IRQ-handler for motor stopped.
v0.1.0 21.10.2014 Riedel & Kossmann
v0.1.1 27.10.2014 by Riedel:
v0.1.2 02.11.2014 Riedel
v1.0.0 11.11.2014 Riedel & Kossmann
v1.0.1 18.11.2014 Riedel & Kossmann
Definition in file motorIRQhandler.c.
void motorIRQhandler | ( | void * | context | ) |
IRQ-Handler for motor stopped.
sets an event, when motor stopped
context | : pointer to context variable (not used) |
none |
Definition at line 29 of file motorIRQhandler.c.