1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 8<title>NANDGetIconSpeed</title> 9</head> 10 11<body> 12 13<h1>NANDGetIconSpeed</h1> 14 15<h2>C Specification</h2> 16<dl><dd> 17<pre><code> 18#include <revolution/nand.h> 19 20#define NANDGetIconSpeed(stat, n) (((stat)->iconSpeed >> (2 * (n))) & NAND_BANNER_ICON_ANIM_SPEED_MASK) 21 22</code></pre> 23</dd></dl> 24 25<h2>Arguments</h2> 26<p> 27<TABLE border="1" > 28 <tr> 29<TD valign="top" width="120" bgcolor="#ffffe8"><CODE><STRONG><EM>stat</EM></STRONG></CODE></TD> 30<TD width="520">Pointer to the <a href="./NANDBanner.html">NANDBanner</a> structure</TD> 31 </tr> 32 <tr> 33<TD valign="top" width="120" bgcolor="#ffffe8"><CODE><STRONG><EM><STRONG><EM><CODE>n</CODE></EM></STRONG></EM></STRONG></CODE></TD> 34<TD width="520">The icon index.</TD> 35 </tr> 36</TABLE> 37</p> 38 39<H2>Description</H2> 40<p> 41Gets the duration of time the graphic of the icon is displayed. 42</p> 43 44<p> 45Here is the list of related macro constants: 46<table> 47 <tbody> 48 <tr> 49<td bgcolor="#C0C0C0">Macro name</td> 50<td bgcolor="#C0C0C0">Description</td> 51 </tr> 52 <tr> 53<td>NAND_BANNER_ICON_ANIM_SPEED_END</td> 54<td>The constant that indicates the end of the data when there are fewer than eight icons.</td> 55 </tr> 56 <tr> 57<td>NAND_BANNER_ICON_ANIM_SPEED_SLOW</td> 58<td>The constant corresponding to slow speed</td> 59 </tr> 60 <tr> 61<td>NAND_BANNER_ICON_ANIM_SPEED_NORMAL</td> 62<td>The constant corresponding to normal speed</td> 63 </tr> 64 <tr> 65<td>NAND_BANNER_ICON_ANIM_SPEED_FAST</td> 66<td>The constant corresponding to fast speed</td> 67 </tr> 68 <tr> 69<td>NAND_BANNER_ICON_ANIM_SPEED_MASK</td> 70<td>The animation speed mask bit.</td> 71 </tr> 72 </tbody> 73</table> 74</p> 75 76<h2>See Also</h2> 77<p> 78<code><a href="./NANDBanner.html">NANDBanner</a></code>, <code><a href="./NANDInitBanner.html">NANDInitBanner</a></code>, <code><a href="./NANDSetIconSpeed.html">NANDSetIconSpeed</a></code> 79</p> 80 81<H2>Revision History</H2> 82<p> 832006/09/19 Initial version. <BR> 84</p> 85 86<hr> 87<P>CONFIDENTIAL</p> 88</BODY> 89</HTML> 90