1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 6<title>AIGetDMAEnableFlag</title> 7<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 8<META name="GENERATOR" content="Microsoft FrontPage 5.0"> 9<META http-equiv="Content-Style-Type" content="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">AIGetDMAEnableFlag</h1> 15 16 17<h2>C Specification</h2> 18 19<dl> 20 <dd><pre><CODE>#include <revolution.h></CODE></pre> 21 </dd> 22 <dd><pre><CODE>u16 AIGetDMAEnableFlag(void);</CODE></pre> 23 </dd> 24</dl> 25<h2>Arguments</h2> 26 27<p>None.</p> 28 29<h2>Return Values</h2> 30 31<p>Returns <CODE>1</CODE> if the AI DMA is currently active. Returns <code>0</code> if the DMA is stopped. 32 33<h2>Description</h2> 34 35<p>The <code>AIGetDMAEnableFlag</code> function gets the current AI DMA operational status.</p> 36 37<h2>See Also</h2> 38 39<P> 40<a href="AIInitDMA.html"><code>AIInitDMA</code></a>, <a href="AIStartDMA.html"><code>AIStartDMA</code></a> 41</P> 42 43<H2>Revision History</H2> 44<P>2006/03/01 Initial version.</P> 45 46<hr> 47<P>CONFIDENTIAL</p> 48</BODY> 49</HTML> 50