]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR_ARM/src/cg_src/r_cg_interrupthandlers.h
Initial RZ/T port and demo - work in progress, currently only the tick interrupt...
[freertos] / FreeRTOS / Demo / CORTEX_R4F_RZ_T_GCC_IAR_ARM / src / cg_src / r_cg_interrupthandlers.h
1 /***********************************************************************************************************************\r
2 * DISCLAIMER\r
3 * This software is supplied by Renesas Electronics Corporation and is only intended for use with Renesas products.\r
4 * No other uses are authorized. This software is owned by Renesas Electronics Corporation and is protected under all\r
5 * applicable laws, including copyright laws. \r
6 * THIS SOFTWARE IS PROVIDED "AS IS" AND RENESAS MAKES NO WARRANTIESREGARDING THIS SOFTWARE, WHETHER EXPRESS, IMPLIED\r
7 * OR STATUTORY, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\r
8 * NON-INFRINGEMENT.  ALL SUCH WARRANTIES ARE EXPRESSLY DISCLAIMED.TO THE MAXIMUM EXTENT PERMITTED NOT PROHIBITED BY\r
9 * LAW, NEITHER RENESAS ELECTRONICS CORPORATION NOR ANY OF ITS AFFILIATED COMPANIES SHALL BE LIABLE FOR ANY DIRECT,\r
10 * INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES FOR ANY REASON RELATED TO THIS SOFTWARE, EVEN IF RENESAS OR\r
11 * ITS AFFILIATES HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\r
12 * Renesas reserves the right, without notice, to make changes to this software and to discontinue the availability \r
13 * of this software. By using this software, you agree to the additional terms and conditions found by accessing the \r
14 * following link:\r
15 * http://www.renesas.com/disclaimer\r
16 *\r
17 * Copyright (C) 2015 Renesas Electronics Corporation. All rights reserved.\r
18 ***********************************************************************************************************************/\r
19 \r
20 /***********************************************************************************************************************\r
21 * File Name    : r_cg_interrupthandlers.h\r
22 * Version      : Code Generator for RZ/T1 V1.00.00.09 [02 Mar 2015]\r
23 * Device(s)    : R7S910018CBG\r
24 * Tool-Chain   : GCCARM\r
25 * Description  : This file declares interrupt handlers.\r
26 * Creation Date: 22/04/2015\r
27 ***********************************************************************************************************************/\r
28 #ifndef INTERRUPT_HANDLERS_H\r
29 #define INTERRUPT_HANDLERS_H\r
30 \r
31 /***********************************************************************************************************************\r
32 Macro definitions (Register bit)\r
33 ***********************************************************************************************************************/\r
34 \r
35 /***********************************************************************************************************************\r
36 Macro definitions\r
37 ***********************************************************************************************************************/\r
38 \r
39 /***********************************************************************************************************************\r
40 Typedef definitions\r
41 ***********************************************************************************************************************/\r
42 \r
43 /***********************************************************************************************************************\r
44 Global functions\r
45 ***********************************************************************************************************************/\r
46 /* FIQ exception handler */\r
47 void r_fiq_handler(void) __attribute__((interrupt ("FIQ")));\r
48 \r
49 /* ICU IRQ12 */\r
50 void r_icu_irq12_interrupt(void) __attribute__((interrupt ("IRQ")));\r
51 \r
52 /* ADC Unit0 S12ADI0 */\r
53 void r_s12ad_s12adi0_interrupt(void) __attribute__((interrupt ("IRQ")));\r
54 \r
55 /* RSPI1 SPTI1 */\r
56 void r_rspi1_transmit_interrupt(void) __attribute__((interrupt ("IRQ")));\r
57 \r
58 /* RSPI1 SPEI1 */\r
59 void r_rspi1_error_interrupt(void) __attribute__((interrupt ("IRQ")));\r
60 \r
61 /* RSPI1 SPII1 */\r
62 void r_rspi1_idle_interrupt(void) __attribute__((interrupt ("IRQ")));\r
63 \r
64 /* SCIFA TXIF2 */\r
65 void r_scifa2_txif2_interrupt(void) __attribute__((interrupt ("IRQ")));\r
66 \r
67 /* SCIFA DRIF2 */\r
68 void r_scifa2_drif2_interrupt(void) __attribute__((interrupt ("IRQ")));\r
69 \r
70 /* SCIFA RXIF2 */\r
71 void r_scifa2_rxif2_interrupt(void) __attribute__((interrupt ("IRQ")));\r
72 \r
73 /* SCIFA BRIF2 */\r
74 void r_scifa2_brif2_interrupt(void) __attribute__((interrupt ("IRQ")));\r
75 \r
76 /* CMT CMI4 */\r
77 void r_cmt_cmi4_interrupt(void) __attribute__((interrupt ("IRQ")));\r
78 \r
79 /* CMT CMI5 */\r
80 void r_cmt_cmi5_interrupt(void) __attribute__((interrupt ("IRQ")));\r
81 \r
82 \r
83 #endif