]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/RX113-RSK_GCC_e2studio_IAR/src/Renesas_Code/r_rsk_async.h
Baseline new GCC and Renesas compiler projects for RX71M and RX113 before adding...
[freertos] / FreeRTOS / Demo / RX113-RSK_GCC_e2studio_IAR / src / Renesas_Code / r_rsk_async.h
diff --git a/FreeRTOS/Demo/RX113-RSK_GCC_e2studio_IAR/src/Renesas_Code/r_rsk_async.h b/FreeRTOS/Demo/RX113-RSK_GCC_e2studio_IAR/src/Renesas_Code/r_rsk_async.h
new file mode 100644 (file)
index 0000000..ffcadfe
--- /dev/null
@@ -0,0 +1,50 @@
+/*******************************************************************************\r
+ * DISCLAIMER\r
+ * This software is supplied by Renesas Electronics Corporation and is only\r
+ * intended for use with Renesas products. No other uses are authorized. This\r
+ * software is owned by Renesas Electronics Corporation and is protected under\r
+ * all applicable laws, including copyright laws.\r
+ * THIS SOFTWARE IS PROVIDED "AS IS" AND RENESAS MAKES NO WARRANTIES REGARDING\r
+ * THIS SOFTWARE, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT\r
+ * LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE\r
+ * AND NON-INFRINGEMENT. ALL SUCH WARRANTIES ARE EXPRESSLY DISCLAIMED.\r
+ * TO THE MAXIMUM EXTENT PERMITTED NOT PROHIBITED BY LAW, NEITHER RENESAS\r
+ * ELECTRONICS CORPORATION NOR ANY OF ITS AFFILIATED COMPANIES SHALL BE LIABLE\r
+ * FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES FOR\r
+ * ANY REASON RELATED TO THIS SOFTWARE, EVEN IF RENESAS OR ITS AFFILIATES HAVE\r
+ * BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\r
+ * Renesas reserves the right, without notice, to make changes to this software\r
+ * and to discontinue the availability of this software. By using this software,\r
+ * you agree to the additional terms and conditions found by accessing the\r
+ * following link:\r
+ * http://www.renesas.com/disclaimer\r
+ *******************************************************************************/\r
+/* Copyright (C) 2014 Renesas Electronics Corporation. All rights reserved.   */\r
+/*******************************************************************************\r
+ * File Name     : r_rsk_async.h\r
+ * Version       : 1.00\r
+ * Device(s)     : R5F51138AxFP\r
+ * Tool-Chain    : CCRX\r
+ * H/W Platform  : RSKRX113\r
+ * Description   : Functions used to send data via the SCI in asynchronous mode\r
+ ******************************************************************************/\r
+/*******************************************************************************\r
+ * History       : 26.08.2014 Ver. 1.00 First Release\r
+ *******************************************************************************/\r
+\r
+/*******************************************************************************\r
+ * Macro Definitions\r
+ *******************************************************************************/\r
+/* Multiple inclusion prevention macro */\r
+#ifndef R_RSK_ASYNC_H\r
+#define R_RSK_ASYNC_H\r
+\r
+/*******************************************************************************\r
+ * Global Function Prototypes\r
+ *******************************************************************************/\r
+/* initialise asynchronous transmission*/\r
+void R_ASYNC_Init (void);\r
+\r
+/* End of multiple inclusion prevention macro */\r
+#endif\r
+\r