mtkernel_3/kernel/sysdepend/cpu/rx231/hllint_ent.h | bare source | permlink (0.07 seconds) |
1: /* 2: *---------------------------------------------------------------------- 3: * micro T-Kernel 3.00.01 4: * 5: * Copyright (C) 2006-2020 by Ken Sakamura. 6: * This software is distributed under the T-License 2.2. 7: *---------------------------------------------------------------------- 8: * 9: * Released by TRON Forum(http://www.tron.org) at 2020/05/29. 10: * 11: *---------------------------------------------------------------------- 12: */ 13: 14: /* 15: * hllint_ent.h (RX231) 16: * HLL Interrupt routine entry 17: */ 18: 19: #include "kernel.h" 20: #include "../../sysdepend.h" 21: 22: #ifndef _SYSDEPEND_CPU_INTVECT_TBL_ 23: #define _SYSDEPEND_CPU_INTVECT_TBL_ 24: 25: /* ------------------------------------------------------------------------ */ 26: /* 27: * HLL Interrupt routine entry 28: * 29: */ 30: IMPORT void hll_inthdr_entry_0(void); /* Unconditional trap */ 31: IMPORT void hll_inthdr_entry_1(void); /* Dispatch (reserved) */ 32: IMPORT void hll_inthdr_entry_2(void); /* System call (reserved) */ 33: IMPORT void hll_inthdr_entry_3(void); /* System call : tk_ret_int */ 34: IMPORT void hll_inthdr_entry_4(void); /* Debugger support (reserved) */ 35: IMPORT void hll_inthdr_entry_5(void); /* INT 5 */ 36: IMPORT void hll_inthdr_entry_6(void); /* INT 6 */ 37: IMPORT void hll_inthdr_entry_7(void); /* INT 7 */ 38: IMPORT void hll_inthdr_entry_8(void); /* INT 8 */ 39: IMPORT void hll_inthdr_entry_9(void); /* INT 9 */ 40: IMPORT void hll_inthdr_entry_10(void); /* INT 10 */ 41: IMPORT void hll_inthdr_entry_11(void); /* INT 11 */ 42: IMPORT void hll_inthdr_entry_12(void); /* INT 12 */ 43: IMPORT void hll_inthdr_entry_13(void); /* INT 13 */ 44: IMPORT void hll_inthdr_entry_14(void); /* INT 14 */ 45: IMPORT void hll_inthdr_entry_15(void); /* INT 15 */ 46: IMPORT void hll_inthdr_entry_16(void); /* BSC_BUSERR */ 47: IMPORT void hll_inthdr_entry_17(void); /* INT 17 */ 48: IMPORT void hll_inthdr_entry_18(void); /* INT 18 */ 49: IMPORT void hll_inthdr_entry_19(void); /* INT 19 */ 50: IMPORT void hll_inthdr_entry_20(void); /* INT 20 */ 51: IMPORT void hll_inthdr_entry_21(void); /* INT 21 */ 52: IMPORT void hll_inthdr_entry_22(void); /* INT 22 */ 53: IMPORT void hll_inthdr_entry_23(void); /* FCU_FRDYI */ 54: IMPORT void hll_inthdr_entry_24(void); /* INT 24 */ 55: IMPORT void hll_inthdr_entry_25(void); /* INT 25 */ 56: IMPORT void hll_inthdr_entry_26(void); /* INT 26 */ 57: IMPORT void hll_inthdr_entry_27(void); /* ICU_SWINT */ 58: IMPORT void hll_inthdr_entry_28(void); /* CMT0_CMI0 */ 59: IMPORT void hll_inthdr_entry_29(void); /* CMT0_CMI1 */ 60: IMPORT void hll_inthdr_entry_30(void); /* CMT0_CMI2 */ 61: IMPORT void hll_inthdr_entry_31(void); /* CMT0_CMI3 */ 62: IMPORT void hll_inthdr_entry_32(void); /* CAC_FERRF */ 63: IMPORT void hll_inthdr_entry_33(void); /* CAC_MENDF */ 64: IMPORT void hll_inthdr_entry_34(void); /* CAC_OVFF */ 65: IMPORT void hll_inthdr_entry_35(void); /* INT 35 */ 66: IMPORT void hll_inthdr_entry_36(void); /* USB0_D0FIFO0 */ 67: IMPORT void hll_inthdr_entry_37(void); /* USB0_D1FIFO0 */ 68: IMPORT void hll_inthdr_entry_38(void); /* USB0_USBI0*/ 69: IMPORT void hll_inthdr_entry_39(void); /* INT 39 */ 70: IMPORT void hll_inthdr_entry_40(void); /* SDHI_SBFAI */ 71: IMPORT void hll_inthdr_entry_41(void); /* SDHI_CDETI */ 72: IMPORT void hll_inthdr_entry_42(void); /* SDHI_CACI */ 73: IMPORT void hll_inthdr_entry_43(void); /* SDHI_SDACI */ 74: IMPORT void hll_inthdr_entry_44(void); /* RSPI0_SPEI0 */ 75: IMPORT void hll_inthdr_entry_45(void); /* RSPI0_SPRI0 */ 76: IMPORT void hll_inthdr_entry_46(void); /* RSPI0_SPTI0 */ 77: IMPORT void hll_inthdr_entry_47(void); /* RSPI0_SPII0 */ 78: IMPORT void hll_inthdr_entry_48(void); /* INT 48 */ 79: IMPORT void hll_inthdr_entry_49(void); /* INT 49 */ 80: IMPORT void hll_inthdr_entry_50(void); /* INT 50 */ 81: IMPORT void hll_inthdr_entry_51(void); /* INT 51 */ 82: IMPORT void hll_inthdr_entry_52(void); /* RSCAN_COMFRXINT */ 83: IMPORT void hll_inthdr_entry_53(void); /* RSCAN_RXFINT */ 84: IMPORT void hll_inthdr_entry_54(void); /* RSCAN_TXINT */ 85: IMPORT void hll_inthdr_entry_55(void); /* RSCAN_CHERRINT */ 86: IMPORT void hll_inthdr_entry_56(void); /* RSCAN_GLERRINT */ 87: IMPORT void hll_inthdr_entry_57(void); /* DOC_DOPCF */ 88: IMPORT void hll_inthdr_entry_58(void); /* CMPB_CMPB0 */ 89: IMPORT void hll_inthdr_entry_59(void); /* CMPB_CMPB1 */ 90: IMPORT void hll_inthdr_entry_60(void); /* CTSU_CTSUWR */ 91: IMPORT void hll_inthdr_entry_61(void); /* CTSU_CTSURD */ 92: IMPORT void hll_inthdr_entry_62(void); /* CTSU_CTSUFN */ 93: IMPORT void hll_inthdr_entry_63(void); /* RTC_CUP */ 94: IMPORT void hll_inthdr_entry_64(void); /* ICU_IRQ0 */ 95: IMPORT void hll_inthdr_entry_65(void); /* ICU_IRQ1 */ 96: IMPORT void hll_inthdr_entry_66(void); /* ICU_IRQ2 */ 97: IMPORT void hll_inthdr_entry_67(void); /* ICU_IRQ3 */ 98: IMPORT void hll_inthdr_entry_68(void); /* ICU_IRQ4 */ 99: IMPORT void hll_inthdr_entry_69(void); /* ICU_IRQ5 */ 100: IMPORT void hll_inthdr_entry_70(void); /* ICU_IRQ6 */ 101: IMPORT void hll_inthdr_entry_71(void); /* ICU_IRQ7 */ 102: IMPORT void hll_inthdr_entry_72(void); /* INT 72 */ 103: IMPORT void hll_inthdr_entry_73(void); /* INT 73 */ 104: IMPORT void hll_inthdr_entry_74(void); /* INT 74 */ 105: IMPORT void hll_inthdr_entry_75(void); /* INT 75 */ 106: IMPORT void hll_inthdr_entry_76(void); /* INT 76 */ 107: IMPORT void hll_inthdr_entry_77(void); /* INT 77 */ 108: IMPORT void hll_inthdr_entry_78(void); /* INT 78 */ 109: IMPORT void hll_inthdr_entry_79(void); /* INT 79 */ 110: IMPORT void hll_inthdr_entry_80(void); /* ELC_ELSR8I */ 111: IMPORT void hll_inthdr_entry_81(void); /* INT 81 */ 112: IMPORT void hll_inthdr_entry_82(void); /* INT 82 */ 113: IMPORT void hll_inthdr_entry_83(void); /* INT 83 */ 114: IMPORT void hll_inthdr_entry_84(void); /* INT 84 */ 115: IMPORT void hll_inthdr_entry_85(void); /* INT 85 */ 116: IMPORT void hll_inthdr_entry_86(void); /* INT 86 */ 117: IMPORT void hll_inthdr_entry_87(void); /* INT 87 */ 118: IMPORT void hll_inthdr_entry_88(void); /* LVD_LVD1 */ 119: IMPORT void hll_inthdr_entry_89(void); /* LVD_LVD2 */ 120: IMPORT void hll_inthdr_entry_90(void); /* USB0_USBR0 */ 121: IMPORT void hll_inthdr_entry_91(void); /* VBATT_VBTLVDI */ 122: IMPORT void hll_inthdr_entry_92(void); /* RTC_ALM */ 123: IMPORT void hll_inthdr_entry_93(void); /* RTC_PRD */ 124: IMPORT void hll_inthdr_entry_94(void); /* INT 94 */ 125: IMPORT void hll_inthdr_entry_95(void); /* INT 95 */ 126: IMPORT void hll_inthdr_entry_96(void); /* INT 96 */ 127: IMPORT void hll_inthdr_entry_97(void); /* INT 97 */ 128: IMPORT void hll_inthdr_entry_98(void); /* INT 98 */ 129: IMPORT void hll_inthdr_entry_99(void); /* INT 99 */ 130: IMPORT void hll_inthdr_entry_100(void); /* INT 100 */ 131: IMPORT void hll_inthdr_entry_101(void); /* INT 101 */ 132: IMPORT void hll_inthdr_entry_102(void); /* S12AD_S12ADI0 */ 133: IMPORT void hll_inthdr_entry_103(void); /* S12AD_GBADI */ 134: IMPORT void hll_inthdr_entry_104(void); /* CMPB1_CMPB2 */ 135: IMPORT void hll_inthdr_entry_105(void); /* CMPB1_CMPB3 */ 136: IMPORT void hll_inthdr_entry_106(void); /* ELC_ELSR18I */ 137: IMPORT void hll_inthdr_entry_107(void); /* ELC_ELSR19I */ 138: IMPORT void hll_inthdr_entry_108(void); /* SSI0_SSIF0 */ 139: IMPORT void hll_inthdr_entry_109(void); /* SSI0_SSIRXI0 */ 140: IMPORT void hll_inthdr_entry_110(void); /* SSI0_SSITXI0 */ 141: IMPORT void hll_inthdr_entry_111(void); /* Secure_RD */ 142: IMPORT void hll_inthdr_entry_112(void); /* Secure_WR */ 143: IMPORT void hll_inthdr_entry_113(void); /* Secure_Error */ 144: IMPORT void hll_inthdr_entry_114(void); /* MTU0_TGIA0 */ 145: IMPORT void hll_inthdr_entry_115(void); /* MTU0_TGIB0 */ 146: IMPORT void hll_inthdr_entry_116(void); /* MTU0_TGIC0 */ 147: IMPORT void hll_inthdr_entry_117(void); /* MTU0_TGID0 */ 148: IMPORT void hll_inthdr_entry_118(void); /* MTU0_TCIV0 */ 149: IMPORT void hll_inthdr_entry_119(void); /* MTU0_TGIE0 */ 150: IMPORT void hll_inthdr_entry_120(void); /* MTU0_TGIF0 */ 151: IMPORT void hll_inthdr_entry_121(void); /* MTU1_TGIA1 */ 152: IMPORT void hll_inthdr_entry_122(void); /* MTU1_TGIB1 */ 153: IMPORT void hll_inthdr_entry_123(void); /* MTU1_TCIV1 */ 154: IMPORT void hll_inthdr_entry_124(void); /* MTU1_TCIU1 */ 155: IMPORT void hll_inthdr_entry_125(void); /* MTU2_TGIA2 */ 156: IMPORT void hll_inthdr_entry_126(void); /* MTU2_TGIB2 */ 157: IMPORT void hll_inthdr_entry_127(void); /* MTU2_TCIV2 */ 158: IMPORT void hll_inthdr_entry_128(void); /* MTU2_TCIU2 */ 159: IMPORT void hll_inthdr_entry_129(void); /* MTU3_TGIA3 */ 160: IMPORT void hll_inthdr_entry_130(void); /* MTU3_TGIB3 */ 161: IMPORT void hll_inthdr_entry_131(void); /* MTU3_TGIC3 */ 162: IMPORT void hll_inthdr_entry_132(void); /* MTU3_TGID3 */ 163: IMPORT void hll_inthdr_entry_133(void); /* MTU3_TCIV3 */ 164: IMPORT void hll_inthdr_entry_134(void); /* MTU4_TGIA4 */ 165: IMPORT void hll_inthdr_entry_135(void); /* MTU4_TGIB4 */ 166: IMPORT void hll_inthdr_entry_136(void); /* MTU4_TGIC4 */ 167: IMPORT void hll_inthdr_entry_137(void); /* MTU4_TGID4 */ 168: IMPORT void hll_inthdr_entry_138(void); /* MTU4_TCIV4 */ 169: IMPORT void hll_inthdr_entry_139(void); /* MTU5_TGIU5 */ 170: IMPORT void hll_inthdr_entry_140(void); /* MTU5_TGIV5 */ 171: IMPORT void hll_inthdr_entry_141(void); /* MTU5_TGIW5 */ 172: IMPORT void hll_inthdr_entry_142(void); /* TPU0_TGI0A */ 173: IMPORT void hll_inthdr_entry_143(void); /* TPU0_TGI0B */ 174: IMPORT void hll_inthdr_entry_144(void); /* TPU0_TGI0C */ 175: IMPORT void hll_inthdr_entry_145(void); /* TPU0_TGI0D */ 176: IMPORT void hll_inthdr_entry_146(void); /* TPU0_TCI0V */ 177: IMPORT void hll_inthdr_entry_147(void); /* TPU1_TGI1A */ 178: IMPORT void hll_inthdr_entry_148(void); /* TPU1_TGI1B */ 179: IMPORT void hll_inthdr_entry_149(void); /* TPU1_TCI1V */ 180: IMPORT void hll_inthdr_entry_150(void); /* TPU1_TCI1U */ 181: IMPORT void hll_inthdr_entry_151(void); /* TPU2_TGI2A */ 182: IMPORT void hll_inthdr_entry_152(void); /* TPU2_TGI2B */ 183: IMPORT void hll_inthdr_entry_153(void); /* TPU2_TCI2V */ 184: IMPORT void hll_inthdr_entry_154(void); /* TPU2_TCI2U */ 185: IMPORT void hll_inthdr_entry_155(void); /* TPU3_TGI3A */ 186: IMPORT void hll_inthdr_entry_156(void); /* TPU3_TGI3B */ 187: IMPORT void hll_inthdr_entry_157(void); /* TPU3_TGI3C */ 188: IMPORT void hll_inthdr_entry_158(void); /* TPU3_TGI3D */ 189: IMPORT void hll_inthdr_entry_159(void); /* TPU3_TCI3V */ 190: IMPORT void hll_inthdr_entry_160(void); /* TPU4_TGI4A */ 191: IMPORT void hll_inthdr_entry_161(void); /* TPU4_TGI4B */ 192: IMPORT void hll_inthdr_entry_162(void); /* TPU4_TCI4V */ 193: IMPORT void hll_inthdr_entry_163(void); /* TPU4_TCI4U */ 194: IMPORT void hll_inthdr_entry_164(void); /* TPU5_TGI5A */ 195: IMPORT void hll_inthdr_entry_165(void); /* TPU5_TGI5B */ 196: IMPORT void hll_inthdr_entry_166(void); /* TPU5_TCI5V */ 197: IMPORT void hll_inthdr_entry_167(void); /* TPU5_TCI5U */ 198: IMPORT void hll_inthdr_entry_168(void); /* INT 168 */ 199: IMPORT void hll_inthdr_entry_169(void); /* INT 169 */ 200: IMPORT void hll_inthdr_entry_170(void); /* POE_OEI1 */ 201: IMPORT void hll_inthdr_entry_171(void); /* POE_OEI2 */ 202: IMPORT void hll_inthdr_entry_172(void); /* INT 172 */ 203: IMPORT void hll_inthdr_entry_173(void); /* INT 173 */ 204: IMPORT void hll_inthdr_entry_174(void); /* TMR0_CMIA0 */ 205: IMPORT void hll_inthdr_entry_175(void); /* TMR0_CMIB0 */ 206: IMPORT void hll_inthdr_entry_176(void); /* TMR0_OVI0 */ 207: IMPORT void hll_inthdr_entry_177(void); /* TMR1_CMIA1 */ 208: IMPORT void hll_inthdr_entry_178(void); /* TMR1_CMIB1 */ 209: IMPORT void hll_inthdr_entry_179(void); /* TMR1_OVI1 */ 210: IMPORT void hll_inthdr_entry_180(void); /* TMR2_CMIA2 */ 211: IMPORT void hll_inthdr_entry_181(void); /* TMR2_CMIB2 */ 212: IMPORT void hll_inthdr_entry_182(void); /* TMR2_OVI2 */ 213: IMPORT void hll_inthdr_entry_183(void); /* TMR3_CMIA3 */ 214: IMPORT void hll_inthdr_entry_184(void); /* TMR3_CMIB3 */ 215: IMPORT void hll_inthdr_entry_185(void); /* TMR3_OVI3 */ 216: IMPORT void hll_inthdr_entry_186(void); /* INT 186 */ 217: IMPORT void hll_inthdr_entry_187(void); /* INT 187 */ 218: IMPORT void hll_inthdr_entry_188(void); /* INT 188 */ 219: IMPORT void hll_inthdr_entry_189(void); /* INT 189 */ 220: IMPORT void hll_inthdr_entry_190(void); /* INT 190 */ 221: IMPORT void hll_inthdr_entry_191(void); /* INT 191 */ 222: IMPORT void hll_inthdr_entry_192(void); /* INT 192 */ 223: IMPORT void hll_inthdr_entry_193(void); /* INT 193 */ 224: IMPORT void hll_inthdr_entry_194(void); /* INT 194 */ 225: IMPORT void hll_inthdr_entry_195(void); /* INT 195 */ 226: IMPORT void hll_inthdr_entry_196(void); /* INT 196 */ 227: IMPORT void hll_inthdr_entry_197(void); /* INT 197 */ 228: IMPORT void hll_inthdr_entry_198(void); /* DMAC_DMAC0I*/ 229: IMPORT void hll_inthdr_entry_199(void); /* DMAC_DMAC1I*/ 230: IMPORT void hll_inthdr_entry_209(void); /* DMAC_DMAC2I*/ 231: IMPORT void hll_inthdr_entry_201(void); /* DMAC_DMAC3I*/ 232: IMPORT void hll_inthdr_entry_202(void); /* INT 202 */ 233: IMPORT void hll_inthdr_entry_203(void); /* INT 203 */ 234: IMPORT void hll_inthdr_entry_204(void); /* INT 204 */ 235: IMPORT void hll_inthdr_entry_205(void); /* INT 205 */ 236: IMPORT void hll_inthdr_entry_206(void); /* INT 206 */ 237: IMPORT void hll_inthdr_entry_207(void); /* INT 207 */ 238: IMPORT void hll_inthdr_entry_208(void); /* INT 208 */ 239: IMPORT void hll_inthdr_entry_209(void); /* INT 209 */ 240: IMPORT void hll_inthdr_entry_210(void); /* INT 210 */ 241: IMPORT void hll_inthdr_entry_211(void); /* INT 211 */ 242: IMPORT void hll_inthdr_entry_212(void); /* INT 212 */ 243: IMPORT void hll_inthdr_entry_213(void); /* INT 213 */ 244: IMPORT void hll_inthdr_entry_214(void); /* SCI0_ERI0 */ 245: IMPORT void hll_inthdr_entry_215(void); /* SCI0_RXI0 */ 246: IMPORT void hll_inthdr_entry_216(void); /* SCI0_TXI0 */ 247: IMPORT void hll_inthdr_entry_217(void); /* SCI0_TEI0 */ 248: IMPORT void hll_inthdr_entry_218(void); /* SCI1_ERI1 */ 249: IMPORT void hll_inthdr_entry_219(void); /* SCI1_RXI1 */ 250: IMPORT void hll_inthdr_entry_220(void); /* SCI1_TXI1 */ 251: IMPORT void hll_inthdr_entry_221(void); /* SCI1_TEI1 */ 252: IMPORT void hll_inthdr_entry_222(void); /* SCI5_ERI5 */ 253: IMPORT void hll_inthdr_entry_223(void); /* SCI5_RXI5 */ 254: IMPORT void hll_inthdr_entry_224(void); /* SCI5_TXI5 */ 255: IMPORT void hll_inthdr_entry_225(void); /* SCI5_TEI5 */ 256: IMPORT void hll_inthdr_entry_226(void); /* SCI6_ERI6 */ 257: IMPORT void hll_inthdr_entry_227(void); /* SCI6_RXI6 */ 258: IMPORT void hll_inthdr_entry_228(void); /* SCI6_TXI6 */ 259: IMPORT void hll_inthdr_entry_229(void); /* SCI6_TEI6 */ 260: IMPORT void hll_inthdr_entry_230(void); /* SCI8_ERI8 */ 261: IMPORT void hll_inthdr_entry_231(void); /* SCI8_RXI8 */ 262: IMPORT void hll_inthdr_entry_232(void); /* SCI8_TXI8 */ 263: IMPORT void hll_inthdr_entry_233(void); /* SCI8_TEI8 */ 264: IMPORT void hll_inthdr_entry_234(void); /* SCI9_ERI9 */ 265: IMPORT void hll_inthdr_entry_235(void); /* SCI9_RXI9 */ 266: IMPORT void hll_inthdr_entry_236(void); /* SCI9_TXI9 */ 267: IMPORT void hll_inthdr_entry_237(void); /* SCI9_TEI9 */ 268: IMPORT void hll_inthdr_entry_238(void); /* SCI12_ERI12 */ 269: IMPORT void hll_inthdr_entry_239(void); /* SCI12_RXI12 */ 270: IMPORT void hll_inthdr_entry_240(void); /* SCI12_TXI12 */ 271: IMPORT void hll_inthdr_entry_241(void); /* SCI12_TEI12 */ 272: IMPORT void hll_inthdr_entry_242(void); /* SCI12_SCIX0 */ 273: IMPORT void hll_inthdr_entry_243(void); /* SCI12_SCIX1 */ 274: IMPORT void hll_inthdr_entry_244(void); /* SCI12_SCIX2 */ 275: IMPORT void hll_inthdr_entry_245(void); /* SCI12_SCIX3 */ 276: IMPORT void hll_inthdr_entry_246(void); /* RIIC0_EEI0 */ 277: IMPORT void hll_inthdr_entry_247(void); /* RIIC0_RXI0 */ 278: IMPORT void hll_inthdr_entry_248(void); /* RIIC0_TXI0 */ 279: IMPORT void hll_inthdr_entry_249(void); /* RIIC0_TEI0 */ 280: IMPORT void hll_inthdr_entry_250(void); /* INT 250 */ 281: IMPORT void hll_inthdr_entry_251(void); /* INT 251 */ 282: IMPORT void hll_inthdr_entry_252(void); /* INT 252 */ 283: IMPORT void hll_inthdr_entry_253(void); /* INT 253 */ 284: IMPORT void hll_inthdr_entry_254(void); /* INT 254 */ 285: IMPORT void hll_inthdr_entry_255(void); /* INT 255 */ 286: 287: #endif /* _SYSDEPEND_CPU_INTVECT_TBL_ */