]> rtime.felk.cvut.cz Git - arc.git/blob - boards/ti_tms570ls/examples/tms570_hdk_can/config/Rte_Calculator.h
Added an example of CAN communication for the TMS570LS31x HDK
[arc.git] / boards / ti_tms570ls / examples / tms570_hdk_can / config / Rte_Calculator.h
1 /*\r
2 * Configuration of module: Rte (Rte_Calculator.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_Calculator.h */\r
16 \r
17 #ifndef RTE_CALCULATOR_H\r
18 #define RTE_CALCULATOR_H\r
19 \r
20 #include "Rte_Type.h"\r
21 \r
22 Std_ReturnType Multiply(const UInt8 arg1, const UInt8 arg2, UInt16* result);\r
23 \r
24 #endif\r