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>NANDSetIconSpeed</title> 9</head> 10 11<body> 12 13<h1>NANDSetIconSpeed</h1> 14 15<h2>Syntax</h2> 16<dl><dd><pre class="construction"> 17#include <revolution/nand.h> 18 19#define NANDSetIconSpeed(stat, n, f) ((stat)->iconSpeed = (u16) (((stat)->iconSpeed & ~(NAND_BANNER_ICON_ANIM_SPEED_MASK << (2 * (n)))) | ((f) << (2 * (n))))) 20</pre></dd></dl> 21 22<h2>Arguments</h2> 23<p> 24<TABLE class="arguments" border="1" > 25 <tr> 26<TH>stat</TH> 27<TD>Pointer to the <a href="./NANDBanner.html"><CODE>NANDBanner</CODE></a> structure</TD> 28 </tr> 29 <tr> 30<TH>n</TH> 31<TD>The icon index.</TD> 32 </tr> 33 <tr> 34<TH>f</TH> 35<TD>One of the <code>NAND_BANNER_ICON_ANIM_SPEED_*</code> speeds</TD> 36 </tr> 37</TABLE> 38</p> 39 40<H2>Description</H2> 41<p> 42Sets the duration for how long icon will be displayed. 43</p> 44 45<p> 46Here is the list of related macro constants: 47<TABLE class="arguments" border="1" > 48 <tbody> 49 <tr> 50<td bgcolor="#C0C0C0">Macro name</td> 51<td bgcolor="#C0C0C0">Description</td> 52 </tr> 53 <tr> 54<th>NAND_BANNER_ICON_ANIM_SPEED_END</th> 55<td>The constant that indicates the end of the data when there are fewer than eight icons.</td> 56 </tr> 57 <tr> 58<th>NAND_BANNER_ICON_ANIM_SPEED_SLOW</th> 59<td>The constant corresponding to slow speed.</td> 60 </tr> 61 <tr> 62<th>NAND_BANNER_ICON_ANIM_SPEED_NORMAL</th> 63<td>The constant corresponding to normal speed.</td> 64 </tr> 65 <tr> 66<th>NAND_BANNER_ICON_ANIM_SPEED_FAST</th> 67<td>The constant corresponding to fast speed.</td> 68 </tr> 69 <tr> 70<th>NAND_BANNER_ICON_ANIM_SPEED_MASK</th> 71<td>The animation speed mask bit.</td> 72 </tr> 73 </tbody> 74</table> 75</p> 76 77<h2>See Also</h2> 78<p class="reference"> 79<a href="./NANDBanner.html">NANDBanner</a>, 80<a href="./NANDInitBanner.html">NANDInitBanner</a>, 81<a href="./NANDGetIconSpeed.html">NANDGetIconSpeed</a> 82</p> 83 84<H2>Revision History</H2> 85<p> 862006/09/19 Initial version.<BR> 87</p> 88 89<hr><p>CONFIDENTIAL</p></body> 90</html> 91