]> rtime.felk.cvut.cz Git - arc.git/blob - boards/ti_tms570ls/examples/tms570_hdk_can/config/Rte_Tester.h
Added an example of CAN communication for the TMS570LS31x HDK
[arc.git] / boards / ti_tms570ls / examples / tms570_hdk_can / config / Rte_Tester.h
1 /*\r
2 * Configuration of module: Rte (Rte_Tester.h)\r
3 *\r
4 * Created by:              \r
5 * Copyright:               \r
6 *\r
7 * Configured for (MCU):    TMS570\r
8 *\r
9 * Module vendor:           ArcCore\r
10 * Generator version:       0.0.13\r
11 *\r
12 * Generated by Arctic Studio (http://arccore.com) \r
13 */\r
14 \r
15 /* Rte_Tester.h */\r
16 \r
17 #ifndef RTE_TESTER_H\r
18 #define RTE_TESTER_H\r
19 \r
20 #include "Rte_Type.h"\r
21 \r
22 #define Rte_Call_Calculator_Multiply Rte_Call_Tester_Calculator_Multiply\r
23 \r
24 UInt8 Rte_IRead_TesterRunnable_Arguments_arg1();\r
25 \r
26 UInt8 Rte_IRead_TesterRunnable_Arguments_arg2();\r
27 \r
28 void Rte_IWrite_TesterRunnable_Result_result(UInt16 Value);\r
29 \r
30 Std_ReturnType Rte_Call_Tester_Calculator_Multiply(const UInt8 arg1,\r
31                 const UInt8 arg2, UInt16* result);\r
32 \r
33 UInt32 Rte_IRead_FreqReqRunnable_FreqReq_freq();\r
34 \r
35 void Rte_IWrite_FreqReqRunnable_FreqReqInd_freq(UInt32 Value);\r
36 \r
37 void TesterRunnable();\r
38 \r
39 void FreqReqRunnable();\r
40 \r
41 #endif\r