1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<TITLE>CAMERAIntrVsync</TITLE> 8<LINK rel="stylesheet" href="../css/nitro.css" type="text/css"> 9</HEAD> 10<BODY> 11<H1 align="left">CAMERAIntrVsync <IMG src="../image/TWL.gif" align="middle"></H1> 12<H2>Definition</H2> 13<DL> 14 <DD> 15 <CODE>#include <twl/camera.h></CODE><BR> 16 <BR> 17 <PRE><CODE> 18typedef enum { 19 CAMERA_INTR_VSYNC_NONE = (0 << REG_CAM_CNT_IREQVS_SHIFT), 20 CAMERA_INTR_VSYNC_NEGATIVE_EDGE = (2 << REG_CAM_CNT_IREQVS_SHIFT), 21 CAMERA_INTR_VSYNC_POSITIVE_EDGE = (3 << REG_CAM_CNT_IREQVS_SHIFT) 22} CAMERAIntrVsync; 23</CODE></PRE> 24</DL> 25 26<H2>Elements</H2> 27<TABLE border="1" width="100%"> 28 <TBODY> 29 <TR> 30 <TD width="13%"><EM><STRONG>CAMERA_INTR_VSYNC_NONE</STRONG></EM></TD> 31 <TD width="87%">Interrupts are disabled.</TD> 32 </TR> 33 <TR> 34 <TD width="13%"><EM><STRONG>CAMERA_INTR_VSYNC_NEGATIVE_EDGE</STRONG></EM></TD> 35 <TD width="87%">Interrupts occur at the end of the camera VSync.</TD> 36 </TR> 37 <TR> 38 <TD width="13%"><EM><STRONG>CAMERA_INTR_VSYNC_POSITIVE_EDGE</STRONG></EM></TD> 39 <TD width="87%">Interrupts occur at the start of the camera VSync.</TD> 40 </TR> 41 </TBODY> 42</TABLE> 43 44<H2>Description</H2> 45<P> 46This enumerated type is used to specify when camera VSync interrupts will occur. 47</P> 48 49<H2>Revision History</H2> 50<P>2007/11/09 Initial version.</P> 51<hr><p>CONFIDENTIAL</p></body> 52</HTML> 53