]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/blob - rpp/src/sys/_tms570_hdk/notification.c
2fa5b0aaaa46e3f9c8e56e866c113d1fc77315e8
[pes-rpp/rpp-lib.git] / rpp / src / sys / _tms570_hdk / notification.c
1 /** @file notification.c
2  *   @brief User Notification Definition File
3  *   @date 15.Mar.2012
4  *   @version 03.01.00
5  *
6  *   This file  defines  empty  notification  routines.
7  *   The user needs to remove the while loop and define
8  *   the sequence.
9  *
10  */
11
12 /* Include Files */
13
14 #include "sys/sys.h"
15 #include "sys/ti_drv_can.h"
16
17 void esmGroup1Notification(uint32_t channel)
18 {
19 /*  enter user code and remove the while loop... */
20         while (1) ;
21 }
22
23 void esmGroup2Notification(uint32_t channel)
24 {
25 /*  enter user code and remove the while loop... */
26         while (1) ;
27 }
28
29 void memoryPort0TestFailNotification(uint32_t groupSelect, uint32_t dataSelect, uint32_t address, uint32_t data)
30 {
31 /*  enter user code and remove the while loop... */
32         while (1) ;
33 }
34
35 void memoryPort1TestFailNotification(uint32_t groupSelect, uint32_t dataSelect, uint32_t address, uint32_t data)
36 {
37 /*  enter user code and remove the while loop... */
38         while (1) ;
39 }
40 /** @brief Semaphore blocking task when it waits for interrupt signaling message receive
41  *
42  */
43 void canErrorNotification(canBASE_t *node, uint32_t notification)
44 {}
45
46 void canMessageNotification(canBASE_t *node, uint32_t messageBox)
47 {}
48
49 void gioNotification(int bit)
50 {
51 /*  enter user code and remove the while loop... */
52         while (1) ;
53 }
54
55 void i2cNotification(i2cBASE_t *i2c, uint32_t flags)
56 {
57 /*  enter user code and remove the while loop... */
58         while (1) ;
59 }
60
61 void mibspiNotification(mibspiBASE_t *mibspi, uint32_t flags)
62 {
63 /*  enter user code and remove the while loop... */
64         while (1) ;
65 }
66
67 void mibspiGroupNotification(mibspiBASE_t *mibspi, uint32_t group)
68 {
69 /*  enter user code and remove the while loop... */
70         while (1) ;
71 }
72
73 void pwmNotification(hetBASE_t *hetREG,uint32_t pwm, uint32_t notification)
74 {
75 /*  enter user code and remove the while loop... */
76         while (1) ;
77 }
78
79 void edgeNotification(hetBASE_t *hetREG,uint32_t edge)
80 {
81 /*  enter user code and remove the while loop... */
82         while (1) ;
83 }
84
85 void hetNotification(hetBASE_t *het, uint32_t offset)
86 {
87 /*  enter user code and remove the while loop... */
88         while (1) ;
89 }