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>MPPortConfig</title> 9</head> 10 11<body> 12 13<h1>MPPortConfig</h1> 14 15<h2>Definitions</h2> 16<dl><dd> 17<pre><code> 18#include <revolution/mp.h> 19 20typedef struct MPPortConfig 21{ 22 MPPortCallback callbackFunction; 23 u32 priority; 24} MPPortConfig; 25</code></pre> 26</dd></dl> 27 28<H2>Description</H2> 29<p> 30The <code>MPPortConfig</code> structure is used to store the port's receive callback. 31</p> 32<TABLE border="1"> 33 <TBODY> 34 <tr> 35<th><strong>Member</strong></th> 36<th><strong>Description</strong></th> 37 </tr> 38 <TR> 39<td valign="top" width="120" bgcolor="#ffffe8"><em><strong>callbackFunction</strong></em></td> 40<TD width="520">The port's receive callback</TD> 41 </TR> 42 <TR> 43<td valign="top" width="120" bgcolor="#ffffe8"><em><strong><STRONG><EM><CODE>priority</CODE></EM></STRONG></strong></em></td> 44<TD width="520">The port's send priority</TD> 45 </TR> 46 </TBODY> 47</TABLE> 48 49<h2>See Also</h2> 50<p> 51<code><a href="./MPConfig.html">MPConfig</a></code>, 52</p> 53 54<H2>Revision History</H2> 55<p>2006/06/29 Initial version.</p> 56 57<hr><p>CONFIDENTIAL</p></body> 58</html> 59