Graphics framework for GR-PEACH. When you use this program, we judge you have agreed to the following contents. https://developer.mbed.org/teams/Renesas/wiki/About-LICENSE
Dependents: ImageZoomInout_Sample ImageRotaion_Sample ImageScroll_Sample GR-PEACH_LCD_4_3inch_Save_to_USB ... more
ncg_vg_isr.h
00001 /****************************************************************************** 00002 * Copyright(c) 2010-2013 Renesas Electronics Corporation. All rights reserved. 00003 * 00004 * brief : NCG R-GPVG interrupt handling functions header. 00005 * 00006 * author : Renesas Electronics Corporation 00007 * 00008 * history: 2010.10.08 00009 * - Created the initial code. 00010 * 2012.08.22 00011 * - Updated coding format. 00012 * 2013.01.08 00013 * - Applied to R-GPVG2 for Aragon. 00014 * 2013.02.21 00015 * - Modified the value of NCGVG_INT_LEVEL. 00016 * 00017 *******************************************************************************/ 00018 00019 #ifndef NCG_VG_ISR_H 00020 #define NCG_VG_ISR_H 00021 00022 00023 #ifdef __cplusplus 00024 extern "C" { 00025 #endif 00026 00027 00028 /*============================================================================= 00029 * Definitions 00030 */ 00031 00032 #define NCGVG_INT0_VECT (130) 00033 #define NCGVG_INT1_VECT (131) 00034 #define NCGVG_INT2_VECT (132) 00035 #define NCGVG_INT3_VECT (133) 00036 00037 #define NCGVG_INT_LEVEL (5) /* interrupt level */ 00038 00039 00040 /*============================================================================= 00041 * Structures 00042 */ 00043 00044 00045 /*============================================================================= 00046 * Function prototyping 00047 */ 00048 00049 /* 00050 * VG interrupt handling 00051 */ 00052 00053 NCGint32 00054 NCGVG_Attach_ISR ( 00055 NCGVGISRfp pfnInterrupt 00056 ); 00057 00058 NCGint32 00059 NCGVG_Detach_ISR ( 00060 NCGVGISRfp pfnInterrupt 00061 ); 00062 00063 00064 #ifdef __cplusplus 00065 } 00066 #endif 00067 00068 #endif /* NCG_VG_ISR_H */
Generated on Tue Jul 12 2022 11:15:02 by 1.7.2