]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/RX700_RX71M_RSK_Renesas_e2studio/src/cg_src/r_cg_vect.h
Baseline new GCC and Renesas compiler projects for RX71M and RX113 before adding...
[freertos] / FreeRTOS / Demo / RX700_RX71M_RSK_Renesas_e2studio / src / cg_src / r_cg_vect.h
diff --git a/FreeRTOS/Demo/RX700_RX71M_RSK_Renesas_e2studio/src/cg_src/r_cg_vect.h b/FreeRTOS/Demo/RX700_RX71M_RSK_Renesas_e2studio/src/cg_src/r_cg_vect.h
new file mode 100644 (file)
index 0000000..6ac0c95
--- /dev/null
@@ -0,0 +1,87 @@
+/***********************************************************************************************************************\r
+* DISCLAIMER\r
+* This software is supplied by Renesas Electronics Corporation and is only intended for use with Renesas products.\r
+* No other uses are authorized. This software is owned by Renesas Electronics Corporation and is protected under all\r
+* applicable laws, including copyright laws. \r
+* THIS SOFTWARE IS PROVIDED "AS IS" AND RENESAS MAKES NO WARRANTIESREGARDING THIS SOFTWARE, WHETHER EXPRESS, IMPLIED\r
+* OR STATUTORY, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\r
+* NON-INFRINGEMENT.  ALL SUCH WARRANTIES ARE EXPRESSLY DISCLAIMED.TO THE MAXIMUM EXTENT PERMITTED NOT PROHIBITED BY\r
+* LAW, NEITHER RENESAS ELECTRONICS CORPORATION NOR ANY OF ITS AFFILIATED COMPANIES SHALL BE LIABLE FOR ANY DIRECT,\r
+* INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES FOR ANY REASON RELATED TO THIS SOFTWARE, EVEN IF RENESAS OR\r
+* ITS AFFILIATES HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\r
+* Renesas reserves the right, without notice, to make changes to this software and to discontinue the availability \r
+* of this software. By using this software, 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) 2015 Renesas Electronics Corporation. All rights reserved.\r
+***********************************************************************************************************************/\r
+\r
+/***********************************************************************************************************************\r
+* File Name    : r_cg_vect.h\r
+* Version      : Code Generator for RX71M V1.00.02.02 [28 May 2015]\r
+* Device(s)    : R5F571MLCxFC\r
+* Tool-Chain   : CCRX\r
+* Description  : This file contains definition of vector.\r
+* Creation Date: 20/09/2015\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
+/* BRK */\r
+#pragma interrupt (r_brk_exception(vect=0))\r
+void r_brk_exception(void);\r
+\r
+/* ICU GROUPBE0 */\r
+#pragma interrupt (r_icu_group_be0_interrupt(vect=106))\r
+void r_icu_group_be0_interrupt(void);\r
+\r
+/* ICU GROUPBL0 */\r
+#pragma interrupt (r_icu_group_bl0_interrupt(vect=110))\r
+void r_icu_group_bl0_interrupt(void);\r
+\r
+/* ICU GROUPBL1 */\r
+#pragma interrupt (r_icu_group_bl1_interrupt(vect=111))\r
+void r_icu_group_bl1_interrupt(void);\r
+\r
+/* ICU GROUPAL0 */\r
+#pragma interrupt (r_icu_group_al0_interrupt(vect=112))\r
+void r_icu_group_al0_interrupt(void);\r
+\r
+/* ICU GROUPAL1 */\r
+#pragma interrupt (r_icu_group_al1_interrupt(vect=113))\r
+void r_icu_group_al1_interrupt(void);\r
+\r
+/*;<<VECTOR DATA START (POWER ON RESET)>> */\r
+/*;Power On Reset PC */\r
+extern void PowerON_Reset_PC(void);\r
+/*;<<VECTOR DATA END (POWER ON RESET)>> */\r
+\r
+#endif
\ No newline at end of file