1 /* 2 ******************************************************************************* 3 * Copyright(C) NEC Electronics Corporation 2010 4 * All rights reserved by NEC Electronics Corporation. 5 * This program should be used on your own responsibility. 6 * NEC Electronics Corporation assumes no responsibility for any losses 7 * incurred by customers or third parties arising from the use of this file. 8 * 9 * This device driver was created by Applilet3 for V850ES/Jx3 10 * 32-Bit Single-Chip Microcontrollers 11 * Filename: CG_timer_user.c 12 * Abstract: This file implements device driver for Timer module. 13 * APIlib: Applilet3 for V850ES/Jx3 V2.01 [20 Apr 2010] 14 * Device: uPD70F3746 15 * Compiler: IAR Systems ICCV850 16 * Creation date: 6/26/2010 17 ******************************************************************************* 18 */ 19 20 /* 21 ******************************************************************************* 22 ** Include files 23 ******************************************************************************* 24 */ 25 #include "CG_macrodriver.h" 26 #include "CG_timer.h" 27 /* Start user code for include. Do not edit comment generated here */ 28 /* End user code. Do not edit comment generated here */ 29 #include "CG_userdefine.h" 30 31 /* 32 ******************************************************************************* 33 ** Global define 34 ******************************************************************************* 35 */ 36 /* Start user code for global. Do not edit comment generated here */ 37 /* End user code. Do not edit comment generated here */ 38 39 /* 40 **----------------------------------------------------------------------------- 41 ** 42 ** Abstract: 43 ** This function is INTTP0CC0 interrupt service routine. 44 ** 45 ** Parameters: 46 ** None 47 ** 48 ** Returns: 49 ** None 50 ** 51 **----------------------------------------------------------------------------- 52 */ 53 54 ///#pragma vector = INTTB0CC0_vector 55 ///__interrupt void MD_INTTB0CC0(void) 56 ///{ 57 /* Start user code. Do not edit comment generated here */ 58 /// PDLH = ~PDLH; 59 /* End user code. Do not edit comment generated here */ 60 ///} 61 62 /* Start user code for adding. Do not edit comment generated here */ 63 /* End user code. Do not edit comment generated here */ 64