intf.c

来自「瑞萨R5G0C514使用」· C语言 代码 · 共 91 行

C
91
字号
/***********************************************************************/
/*                                                                     */
/*  FILE        :intf.c                                                */
/*  DATE        :Tue, Jan 08, 2002                                     */
/*  DESCRIPTION :intf file                                             */
/*  CPU GROUP   :38D2                                                  */
/*                                                                     */
/*  This file is generated by Renesas Project Generator (Ver.4.9).     */
/*                                                                     */
/***********************************************************************/
/****************************************************************************
*                                                                           *
*   file name   : intf_38d2.c                                               *
*                                                                           *
*   Version     : 1.00  ( 2006-01-17 ) Initial                              *
*                                                                           *
*   Copyright(C) 2006. Renesas Technology Corp., All rights reserved.       *
*                                                                           *
*****************************************************************************/
/*                                                                          *
*   Write the interrupt function according to your system                   *
*                                                                           *
*****************************************************************************/
/*
  note:
    This data is a freeware for 38D2 Group.
    RENESAS TECHNOLOGY CORPORATION assumes no responsibility for any damage
    that occurred by this data.
*/

void interrupt[0] I_BRK(void){

}

void interrupt[2] I_AD(void){

}

void interrupt[4] I_TimerY_CNTR1(void){

}

void interrupt[6] I_SIO2T(void){

}

void interrupt[8] I_SIO2R(void){

}

void interrupt[10] I_SIO1T(void){

}

void interrupt[12] I_SIO1R(void){

}

void interrupt[14] I_Timer4(void){

}

void interrupt[16] I_Timer3(void){

}

void interrupt[18] I_Timer2(void){

}

//void interrupt[20] I_Timer1(void){}

void interrupt[22] I_TimerX(void){

}

void interrupt[24] I_CNTR0(void){

}

void interrupt[26] I_Int2_Keyinput(void){

}

void interrupt[28] I_Int1(void){

}

//void interrupt[30] I_Int0(void){}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?