hal_int.h

来自「一款SmartPhone的驱动代码」· C头文件 代码 · 共 47 行

H
47
字号
/************************************************************************
;  	HAL_INT.h
;
;	The routines in this file comprise the interrupt handle
;
;	The Function is basic operation of LCDC
;
; 	Copyright (c) 2002 Epson Research and Development, Inc.
;
;  	All Rights Reserved.
;	2002.11.12	D Eric 		Start.					
;														
;************************************************************************/


#define	INT_ENCODE						0x0E07
#define	INT_DECODE						0x013B
#define	INT_CAPTURE					0x0605
#define	INT_DIS							0x0000

void CamIntEnSet( BOOL enable );
BOOL CamIntEnGet( void );
void CamIntManualSet( BOOL enable );
BOOL CamIntManualGet( void );
void CamIntStatusSet( BOOL enable );
BOOL CamIntStatusGet( void );
void DebugIntEnSet( BOOL enable );
BOOL DebugIntEnGet( void );
void DebugIntManualSet( BOOL enable );
BOOL DebugIntManualGet( void );
void DebugIntStatusSet( BOOL enable );
BOOL DebugIntStatusGet( void );
void JpegIntEnSet( BOOL enable );
BOOL JpegIntEnGet( void );
void JpegIntManualSet( BOOL enable );
BOOL JpegIntManualGet( void );
void JpegIntStatusSet( BOOL enable );
BOOL JpegIntStatusGet( void );
void YUVRGBWrBufOvFlSet( BOOL enable );
BOOL YUVRGBWrBufOvFlGet( void );
void YUVRGBWrBufOvFlEnSet( BOOL enable );
BOOL YUVRGBWrBufOvFlEnGet( void );




⌨️ 快捷键说明

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