]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/Renesas_Code/cg_src/r_cg_vect.h
Start to create an RX64M demo.
[freertos] / FreeRTOS / Demo / RX600_RX64M_RSK_Renesas_e2studio / Source / Renesas_Code / cg_src / r_cg_vect.h
diff --git a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/Renesas_Code/cg_src/r_cg_vect.h b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/Renesas_Code/cg_src/r_cg_vect.h
new file mode 100644 (file)
index 0000000..aa6396e
--- /dev/null
@@ -0,0 +1,88 @@
+/***********************************************************************************************************************\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) 2013 Renesas Electronics Corporation. All rights reserved.\r
+***********************************************************************************************************************/\r
+\r
+/***********************************************************************************************************************\r
+* File Name    : r_cg_vect.h\r
+* Version      : Applilet4 for RX64M V1.00.00.00 [02 Aug 2013]\r
+* Device(s)    : R5F564MLHxFC\r
+* Tool-Chain   : CCRX\r
+* Description  : This file contains definition of vector.\r
+* Creation Date: 07/02/2014\r
+***********************************************************************************************************************/\r
+#ifndef _VECT_H\r
+#define _VECT_H\r
+\r
+/***********************************************************************************************************************\r
+Macro definitions (Register bit)\r
+***********************************************************************************************************************/\r
+\r
+/***********************************************************************************************************************\r
+Macro definitions\r
+***********************************************************************************************************************/\r
+\r
+/***********************************************************************************************************************\r
+Typedef definitions\r
+***********************************************************************************************************************/\r
+\r
+/***********************************************************************************************************************\r
+Global functions\r
+***********************************************************************************************************************/\r
+/* Undefined */\r
+#pragma interrupt (r_undefined_exception)\r
+void r_undefined_exception(void);\r
+\r
+/* Reserved */\r
+#pragma interrupt (r_reserved_exception)\r
+void r_reserved_exception(void);\r
+\r
+/* NMI */\r
+#pragma interrupt (r_nmi_exception)\r
+void r_nmi_exception(void);\r
+\r
+/* ICU GROUPBE0 */\r
+#pragma interrupt (r_icua_group_be0_interrupt(vect=106))\r
+void r_icua_group_be0_interrupt(void);\r
+\r
+/* ICU GROUPBL0 */\r
+#pragma interrupt (r_icua_group_bl0_interrupt(vect=110))\r
+void r_icua_group_bl0_interrupt(void);\r
+\r
+/* ICU GROUPBL1 */\r
+#pragma interrupt (r_icua_group_bl1_interrupt(vect=111))\r
+void r_icua_group_bl1_interrupt(void);\r
+\r
+/* ICU GROUPAL0 */\r
+#pragma interrupt (r_icua_group_al0_interrupt(vect=112))\r
+void r_icua_group_al0_interrupt(void);\r
+\r
+/* ICU GROUPAL1 */\r
+#pragma interrupt (r_icua_group_al1_interrupt(vect=113))\r
+void r_icua_group_al1_interrupt(void);\r
+\r
+/*;<<VECTOR DATA START (POWER ON RESET)>> */\r
+/*;Power On Reset PC */\r
+extern void PowerON_Reset(void);\r
+/*;<<VECTOR DATA END (POWER ON RESET)>> */\r
+\r
+#endif
\ No newline at end of file