1 /** ###################################################################
4 ** Processor : MC9S12C32CFU
6 ** Version : Driver 01.01
7 ** Compiler : Metrowerks HC12 C Compiler
8 ** Date/Time : 17/05/2005, 08:36
10 ** This is user's event module.
11 ** Put your event handler code here.
14 ** vTaskTickInterrupt - void vTaskTickInterrupt(void);
16 ** (c) Copyright UNIS, spol. s r.o. 1997-2002
21 ** http : www.processorexpert.com
22 ** mail : info@processorexpert.com
23 ** ###################################################################*/
35 void vTaskTickInterrupt(void);
37 ** ===================================================================
38 ** Event : vTaskTickInterrupt (module Events)
40 ** From bean : TickTimer [TimerInt]
42 ** When a timer interrupt occurs this event is called (only
43 ** when the bean is enabled - "Enable" and the events are
44 ** enabled - "EnableEvent").
47 ** ===================================================================
51 void ButtonInterrupt_OnInterrupt(void);
53 ** ===================================================================
54 ** Event : ButtonInterrupt_OnInterrupt (module Events)
56 ** From bean : ButtonInterrupt [ExtInt]
58 ** This event is called when the active signal edge/level
62 ** ===================================================================
65 #endif /* __Events_H*/
68 ** ###################################################################
70 ** This file was created by UNIS Processor Expert 03.33 for
71 ** the Motorola HCS12 series of microcontrollers.
73 ** ###################################################################