Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 670e15010155dd6ee55a5c219435beb1 > files > 224

avr-libc-docs-1.7.1-8.mga5.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
    <title>avr-libc: stdint.h Source File</title>
    <link href="dox.css" rel="stylesheet" type="text/css">
  </head>
<body>
<center>
<table width="80%">
  <tr>
    <td align="left"><a href="http://www.nongnu.org/avr-libc/">AVR Libc Home Page</a></td>
    <td align="center" colspan=4><img src="avrs.png" alt="AVRs" align="middle" border="0"></td>
    <td align="right"><a href="https://savannah.nongnu.org/projects/avr-libc/">AVR Libc Development Pages</a></td>
  </tr>
  <tr>
    <td align="center" width="13%"><a href="index.html">Main Page</a></td>
    <td align="center" width="13%"><a href="pages.html">User Manual</a></td>
    <td align="center" width="13%"><a href="modules.html">Library Reference</a></td>
    <td align="center" width="13%"><a href="FAQ.html">FAQ</a></td>
    <td align="center" width="13%"><a href="globals.html">Alphabetical Index</a></td>
    <td align="center" width="13%"><a href="group__demos.html">Example Projects</a></td>
  </tr>
</table>
</center>
<hr width="80%">
<!-- Generated by Doxygen 1.7.2 -->
<div class="header">
  <div class="headertitle">
<h1>stdint.h</h1>  </div>
</div>
<div class="contents">
<a href="stdint_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Copyright (c) 2002,2004,2005 Marek Michalkiewicz</span>
<a name="l00002"></a>00002 <span class="comment">   Copyright (c) 2005, Carlos Lamas</span>
<a name="l00003"></a>00003 <span class="comment">   Copyright (c) 2005,2007 Joerg Wunsch</span>
<a name="l00004"></a>00004 <span class="comment">   All rights reserved.</span>
<a name="l00005"></a>00005 <span class="comment"></span>
<a name="l00006"></a>00006 <span class="comment">   Redistribution and use in source and binary forms, with or without</span>
<a name="l00007"></a>00007 <span class="comment">   modification, are permitted provided that the following conditions are met:</span>
<a name="l00008"></a>00008 <span class="comment"></span>
<a name="l00009"></a>00009 <span class="comment">   * Redistributions of source code must retain the above copyright</span>
<a name="l00010"></a>00010 <span class="comment">     notice, this list of conditions and the following disclaimer.</span>
<a name="l00011"></a>00011 <span class="comment"></span>
<a name="l00012"></a>00012 <span class="comment">   * Redistributions in binary form must reproduce the above copyright</span>
<a name="l00013"></a>00013 <span class="comment">     notice, this list of conditions and the following disclaimer in</span>
<a name="l00014"></a>00014 <span class="comment">     the documentation and/or other materials provided with the</span>
<a name="l00015"></a>00015 <span class="comment">     distribution.</span>
<a name="l00016"></a>00016 <span class="comment"></span>
<a name="l00017"></a>00017 <span class="comment">   * Neither the name of the copyright holders nor the names of</span>
<a name="l00018"></a>00018 <span class="comment">     contributors may be used to endorse or promote products derived</span>
<a name="l00019"></a>00019 <span class="comment">     from this software without specific prior written permission.</span>
<a name="l00020"></a>00020 <span class="comment"></span>
<a name="l00021"></a>00021 <span class="comment">  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot;</span>
<a name="l00022"></a>00022 <span class="comment">  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE</span>
<a name="l00023"></a>00023 <span class="comment">  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE</span>
<a name="l00024"></a>00024 <span class="comment">  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE</span>
<a name="l00025"></a>00025 <span class="comment">  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR</span>
<a name="l00026"></a>00026 <span class="comment">  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF</span>
<a name="l00027"></a>00027 <span class="comment">  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS</span>
<a name="l00028"></a>00028 <span class="comment">  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN</span>
<a name="l00029"></a>00029 <span class="comment">  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)</span>
<a name="l00030"></a>00030 <span class="comment">  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE</span>
<a name="l00031"></a>00031 <span class="comment">  POSSIBILITY OF SUCH DAMAGE. */</span>
<a name="l00032"></a>00032 
<a name="l00033"></a>00033 <span class="comment">/* $Id: stdint.h 1196 2007-01-23 15:34:58Z joerg_wunsch $ */</span>
<a name="l00034"></a>00034 
<a name="l00035"></a>00035 <span class="comment">/*</span>
<a name="l00036"></a>00036 <span class="comment"> * ISO/IEC 9899:1999  7.18 Integer types &lt;stdint.h&gt;</span>
<a name="l00037"></a>00037 <span class="comment"> */</span>
<a name="l00038"></a>00038 
<a name="l00039"></a>00039 <span class="preprocessor">#ifndef __STDINT_H_</span>
<a name="l00040"></a>00040 <span class="preprocessor"></span><span class="preprocessor">#define __STDINT_H_</span>
<a name="l00041"></a>00041 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00042"></a>00042 <span class="comment">/** \file */</span><span class="comment"></span>
<a name="l00043"></a>00043 <span class="comment">/** \defgroup avr_stdint &lt;stdint.h&gt;: Standard Integer Types</span>
<a name="l00044"></a>00044 <span class="comment">    \code #include &lt;stdint.h&gt; \endcode</span>
<a name="l00045"></a>00045 <span class="comment"></span>
<a name="l00046"></a>00046 <span class="comment">    Use [u]intN_t if you need exactly N bits.</span>
<a name="l00047"></a>00047 <span class="comment"></span>
<a name="l00048"></a>00048 <span class="comment">    Since these typedefs are mandated by the C99 standard, they are preferred</span>
<a name="l00049"></a>00049 <span class="comment">    over rolling your own typedefs.  */</span>
<a name="l00050"></a>00050 
<a name="l00051"></a>00051 <span class="comment">/*</span>
<a name="l00052"></a>00052 <span class="comment"> * __USING_MINT8 is defined to 1 if the -mint8 option is in effect.</span>
<a name="l00053"></a>00053 <span class="comment"> */</span>
<a name="l00054"></a>00054 <span class="preprocessor">#if __INT_MAX__ == 127</span>
<a name="l00055"></a>00055 <span class="preprocessor"></span><span class="preprocessor"># define __USING_MINT8 1</span>
<a name="l00056"></a>00056 <span class="preprocessor"></span><span class="preprocessor">#else</span>
<a name="l00057"></a>00057 <span class="preprocessor"></span><span class="preprocessor"># define __USING_MINT8 0</span>
<a name="l00058"></a>00058 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00059"></a>00059 <span class="preprocessor"></span>
<a name="l00060"></a>00060 <span class="comment">/* Integer types */</span>
<a name="l00061"></a>00061 
<a name="l00062"></a>00062 <span class="preprocessor">#if defined(__DOXYGEN__)</span>
<a name="l00063"></a>00063 <span class="preprocessor"></span>
<a name="l00064"></a>00064 <span class="comment">/* doxygen gets confused by the __attribute__ stuff */</span>
<a name="l00065"></a>00065 <span class="comment"></span>
<a name="l00066"></a>00066 <span class="comment">/** \name Exact-width integer types</span>
<a name="l00067"></a>00067 <span class="comment">    Integer types having exactly the specified width */</span>
<a name="l00068"></a>00068 <span class="comment"></span>
<a name="l00069"></a>00069 <span class="comment">/*@{*/</span>
<a name="l00070"></a>00070 <span class="comment"></span>
<a name="l00071"></a>00071 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00072"></a>00072 <span class="comment">    8-bit signed type. */</span>
<a name="l00073"></a>00073 
<a name="l00074"></a><a class="code" href="group__avr__stdint.html#gaef44329758059c91c76d334e8fc09700">00074</a> <span class="keyword">typedef</span> <span class="keywordtype">signed</span> <span class="keywordtype">char</span> <a class="code" href="group__avr__stdint.html#gaef44329758059c91c76d334e8fc09700">int8_t</a>;
<a name="l00075"></a>00075 <span class="comment"></span>
<a name="l00076"></a>00076 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00077"></a>00077 <span class="comment">    8-bit unsigned type. */</span>
<a name="l00078"></a>00078 
<a name="l00079"></a><a class="code" href="group__avr__stdint.html#gaba7bc1797add20fe3efdf37ced1182c5">00079</a> <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> <a class="code" href="group__avr__stdint.html#gaba7bc1797add20fe3efdf37ced1182c5">uint8_t</a>;
<a name="l00080"></a>00080 <span class="comment"></span>
<a name="l00081"></a>00081 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00082"></a>00082 <span class="comment">    16-bit signed type. */</span>
<a name="l00083"></a>00083 
<a name="l00084"></a><a class="code" href="group__avr__stdint.html#ga932e6ccc3d54c58f761c1aead83bd6d7">00084</a> <span class="keyword">typedef</span> <span class="keywordtype">signed</span> <span class="keywordtype">int</span> <a class="code" href="group__avr__stdint.html#ga932e6ccc3d54c58f761c1aead83bd6d7">int16_t</a>;
<a name="l00085"></a>00085 <span class="comment"></span>
<a name="l00086"></a>00086 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00087"></a>00087 <span class="comment">    16-bit unsigned type. */</span>
<a name="l00088"></a>00088 
<a name="l00089"></a><a class="code" href="group__avr__stdint.html#ga1f1825b69244eb3ad2c7165ddc99c956">00089</a> <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="group__avr__stdint.html#ga1f1825b69244eb3ad2c7165ddc99c956">uint16_t</a>;
<a name="l00090"></a>00090 <span class="comment"></span>
<a name="l00091"></a>00091 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00092"></a>00092 <span class="comment">    32-bit signed type. */</span>
<a name="l00093"></a>00093 
<a name="l00094"></a><a class="code" href="group__avr__stdint.html#gadb828ef50c2dbb783109824e94cf6c47">00094</a> <span class="keyword">typedef</span> <span class="keywordtype">signed</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> <a class="code" href="group__avr__stdint.html#gadb828ef50c2dbb783109824e94cf6c47">int32_t</a>;
<a name="l00095"></a>00095 <span class="comment"></span>
<a name="l00096"></a>00096 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00097"></a>00097 <span class="comment">    32-bit unsigned type. */</span>
<a name="l00098"></a>00098 
<a name="l00099"></a><a class="code" href="group__avr__stdint.html#ga33594304e786b158f3fb30289278f5af">00099</a> <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> <a class="code" href="group__avr__stdint.html#ga33594304e786b158f3fb30289278f5af">uint32_t</a>;
<a name="l00100"></a>00100 <span class="comment"></span>
<a name="l00101"></a>00101 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00102"></a>00102 <span class="comment">    64-bit signed type.</span>
<a name="l00103"></a>00103 <span class="comment">    \note This type is not available when the compiler</span>
<a name="l00104"></a>00104 <span class="comment">    option -mint8 is in effect. */</span>
<a name="l00105"></a>00105 
<a name="l00106"></a><a class="code" href="group__avr__stdint.html#ga831d6234342279926bb11bad3a37add9">00106</a> <span class="keyword">typedef</span> <span class="keywordtype">signed</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> <a class="code" href="group__avr__stdint.html#ga831d6234342279926bb11bad3a37add9">int64_t</a>;
<a name="l00107"></a>00107 <span class="comment"></span>
<a name="l00108"></a>00108 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00109"></a>00109 <span class="comment">    64-bit unsigned type.</span>
<a name="l00110"></a>00110 <span class="comment">    \note This type is not available when the compiler</span>
<a name="l00111"></a>00111 <span class="comment">    option -mint8 is in effect. */</span>
<a name="l00112"></a>00112 
<a name="l00113"></a><a class="code" href="group__avr__stdint.html#gad27ed092432b64ff558d2254c278720f">00113</a> <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> <a class="code" href="group__avr__stdint.html#gad27ed092432b64ff558d2254c278720f">uint64_t</a>;
<a name="l00114"></a>00114 <span class="comment"></span>
<a name="l00115"></a>00115 <span class="comment">/*@}*/</span>
<a name="l00116"></a>00116 
<a name="l00117"></a>00117 <span class="preprocessor">#else </span><span class="comment">/* !defined(__DOXYGEN__) */</span>
<a name="l00118"></a>00118 
<a name="l00119"></a>00119 <span class="comment">/* actual implementation goes here */</span>
<a name="l00120"></a>00120 
<a name="l00121"></a>00121 <span class="keyword">typedef</span> <span class="keywordtype">int</span> <a class="code" href="group__avr__stdint.html#gaef44329758059c91c76d334e8fc09700">int8_t</a> __attribute__((__mode__(__QI__)));
<a name="l00122"></a>00122 <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="group__avr__stdint.html#gaba7bc1797add20fe3efdf37ced1182c5">uint8_t</a> __attribute__((__mode__(__QI__)));
<a name="l00123"></a>00123 <span class="keyword">typedef</span> <span class="keywordtype">int</span> <a class="code" href="group__avr__stdint.html#ga932e6ccc3d54c58f761c1aead83bd6d7">int16_t</a> __attribute__ ((__mode__ (__HI__)));
<a name="l00124"></a>00124 <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="group__avr__stdint.html#ga1f1825b69244eb3ad2c7165ddc99c956">uint16_t</a> __attribute__ ((__mode__ (__HI__)));
<a name="l00125"></a>00125 <span class="keyword">typedef</span> <span class="keywordtype">int</span> <a class="code" href="group__avr__stdint.html#gadb828ef50c2dbb783109824e94cf6c47">int32_t</a> __attribute__ ((__mode__ (__SI__)));
<a name="l00126"></a>00126 <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="group__avr__stdint.html#ga33594304e786b158f3fb30289278f5af">uint32_t</a> __attribute__ ((__mode__ (__SI__)));
<a name="l00127"></a>00127 <span class="preprocessor">#if !__USING_MINT8</span>
<a name="l00128"></a>00128 <span class="preprocessor"></span><span class="keyword">typedef</span> <span class="keywordtype">int</span> <a class="code" href="group__avr__stdint.html#ga831d6234342279926bb11bad3a37add9">int64_t</a> __attribute__((__mode__(__DI__)));
<a name="l00129"></a>00129 <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="group__avr__stdint.html#gad27ed092432b64ff558d2254c278720f">uint64_t</a> __attribute__((__mode__(__DI__)));
<a name="l00130"></a>00130 <span class="preprocessor">#endif</span>
<a name="l00131"></a>00131 <span class="preprocessor"></span>
<a name="l00132"></a>00132 <span class="preprocessor">#endif </span><span class="comment">/* defined(__DOXYGEN__) */</span>
<a name="l00133"></a>00133 <span class="comment"></span>
<a name="l00134"></a>00134 <span class="comment">/** \name Integer types capable of holding object pointers</span>
<a name="l00135"></a>00135 <span class="comment">    These allow you to declare variables of the same size as a pointer. */</span>
<a name="l00136"></a>00136 <span class="comment"></span>
<a name="l00137"></a>00137 <span class="comment">/*@{*/</span>
<a name="l00138"></a>00138 <span class="comment"></span>
<a name="l00139"></a>00139 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00140"></a>00140 <span class="comment">    Signed pointer compatible type. */</span>
<a name="l00141"></a>00141 
<a name="l00142"></a><a class="code" href="group__avr__stdint.html#ga9d283932a52e505ae3b2a4f902e8b53c">00142</a> <span class="keyword">typedef</span> <a class="code" href="group__avr__stdint.html#ga932e6ccc3d54c58f761c1aead83bd6d7">int16_t</a> <a class="code" href="group__avr__stdint.html#ga9d283932a52e505ae3b2a4f902e8b53c">intptr_t</a>;
<a name="l00143"></a>00143 <span class="comment"></span>
<a name="l00144"></a>00144 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00145"></a>00145 <span class="comment">    Unsigned pointer compatible type. */</span>
<a name="l00146"></a>00146 
<a name="l00147"></a><a class="code" href="group__avr__stdint.html#ga2c8c1b9f53772a86b0827ce7399b68aa">00147</a> <span class="keyword">typedef</span> <a class="code" href="group__avr__stdint.html#ga1f1825b69244eb3ad2c7165ddc99c956">uint16_t</a> <a class="code" href="group__avr__stdint.html#ga2c8c1b9f53772a86b0827ce7399b68aa">uintptr_t</a>;
<a name="l00148"></a>00148 <span class="comment"></span>
<a name="l00149"></a>00149 <span class="comment">/*@}*/</span>
<a name="l00150"></a>00150 <span class="comment"></span>
<a name="l00151"></a>00151 <span class="comment">/** \name Minimum-width integer types</span>
<a name="l00152"></a>00152 <span class="comment">   Integer types having at least the specified width */</span>
<a name="l00153"></a>00153 <span class="comment"></span>
<a name="l00154"></a>00154 <span class="comment">/*@{*/</span>
<a name="l00155"></a>00155 <span class="comment"></span>
<a name="l00156"></a>00156 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00157"></a>00157 <span class="comment">    signed int with at least 8 bits. */</span>
<a name="l00158"></a>00158 
<a name="l00159"></a><a class="code" href="group__avr__stdint.html#gaadfd725efbf565422ab13db91ccca53c">00159</a> <span class="keyword">typedef</span> <a class="code" href="group__avr__stdint.html#gaef44329758059c91c76d334e8fc09700">int8_t</a>   <a class="code" href="group__avr__stdint.html#gaadfd725efbf565422ab13db91ccca53c">int_least8_t</a>;
<a name="l00160"></a>00160 <span class="comment"></span>
<a name="l00161"></a>00161 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00162"></a>00162 <span class="comment">    unsigned int with at least 8 bits. */</span>
<a name="l00163"></a>00163 
<a name="l00164"></a><a class="code" href="group__avr__stdint.html#gac76e2383debd5a3b100514044828961a">00164</a> <span class="keyword">typedef</span> <a class="code" href="group__avr__stdint.html#gaba7bc1797add20fe3efdf37ced1182c5">uint8_t</a>  <a class="code" href="group__avr__stdint.html#gac76e2383debd5a3b100514044828961a">uint_least8_t</a>;
<a name="l00165"></a>00165 <span class="comment"></span>
<a name="l00166"></a>00166 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00167"></a>00167 <span class="comment">    signed int with at least 16 bits. */</span>
<a name="l00168"></a>00168 
<a name="l00169"></a><a class="code" href="group__avr__stdint.html#ga17f379713bed2a28ac431760401253cd">00169</a> <span class="keyword">typedef</span> <a class="code" href="group__avr__stdint.html#ga932e6ccc3d54c58f761c1aead83bd6d7">int16_t</a>  <a class="code" href="group__avr__stdint.html#ga17f379713bed2a28ac431760401253cd">int_least16_t</a>;
<a name="l00170"></a>00170 <span class="comment"></span>
<a name="l00171"></a>00171 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00172"></a>00172 <span class="comment">    unsigned int with at least 16 bits. */</span>
<a name="l00173"></a>00173 
<a name="l00174"></a><a class="code" href="group__avr__stdint.html#ga4f3f6e6631cb4aaeadf1c59ff597b2fb">00174</a> <span class="keyword">typedef</span> <a class="code" href="group__avr__stdint.html#ga1f1825b69244eb3ad2c7165ddc99c956">uint16_t</a> <a class="code" href="group__avr__stdint.html#ga4f3f6e6631cb4aaeadf1c59ff597b2fb">uint_least16_t</a>;
<a name="l00175"></a>00175 <span class="comment"></span>
<a name="l00176"></a>00176 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00177"></a>00177 <span class="comment">    signed int with at least 32 bits. */</span>
<a name="l00178"></a>00178 
<a name="l00179"></a><a class="code" href="group__avr__stdint.html#ga2676b57a778795e5d0598970f1407f38">00179</a> <span class="keyword">typedef</span> <a class="code" href="group__avr__stdint.html#gadb828ef50c2dbb783109824e94cf6c47">int32_t</a>  <a class="code" href="group__avr__stdint.html#ga2676b57a778795e5d0598970f1407f38">int_least32_t</a>;
<a name="l00180"></a>00180 <span class="comment"></span>
<a name="l00181"></a>00181 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00182"></a>00182 <span class="comment">    unsigned int with at least 32 bits. */</span>
<a name="l00183"></a>00183 
<a name="l00184"></a><a class="code" href="group__avr__stdint.html#gac0af81082969e5e3f4d939b1de7002ac">00184</a> <span class="keyword">typedef</span> <a class="code" href="group__avr__stdint.html#ga33594304e786b158f3fb30289278f5af">uint32_t</a> <a class="code" href="group__avr__stdint.html#gac0af81082969e5e3f4d939b1de7002ac">uint_least32_t</a>;
<a name="l00185"></a>00185 
<a name="l00186"></a>00186 <span class="preprocessor">#if !__USING_MINT8 || defined(__DOXYGEN__)</span>
<a name="l00187"></a>00187 <span class="preprocessor"></span><span class="comment">/** \ingroup avr_stdint</span>
<a name="l00188"></a>00188 <span class="comment">    signed int with at least 64 bits.</span>
<a name="l00189"></a>00189 <span class="comment">    \note This type is not available when the compiler</span>
<a name="l00190"></a>00190 <span class="comment">    option -mint8 is in effect. */</span>
<a name="l00191"></a>00191 
<a name="l00192"></a><a class="code" href="group__avr__stdint.html#ga2073b30b3170d509bc756bf5c7862caf">00192</a> <span class="keyword">typedef</span> <a class="code" href="group__avr__stdint.html#ga831d6234342279926bb11bad3a37add9">int64_t</a>  <a class="code" href="group__avr__stdint.html#ga2073b30b3170d509bc756bf5c7862caf">int_least64_t</a>;
<a name="l00193"></a>00193 <span class="comment"></span>
<a name="l00194"></a>00194 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00195"></a>00195 <span class="comment">    unsigned int with at least 64 bits.</span>
<a name="l00196"></a>00196 <span class="comment">    \note This type is not available when the compiler</span>
<a name="l00197"></a>00197 <span class="comment">    option -mint8 is in effect. */</span>
<a name="l00198"></a>00198 
<a name="l00199"></a><a class="code" href="group__avr__stdint.html#gab604f73dd823867b43702ae88b4f4445">00199</a> <span class="keyword">typedef</span> <a class="code" href="group__avr__stdint.html#gad27ed092432b64ff558d2254c278720f">uint64_t</a> <a class="code" href="group__avr__stdint.html#gab604f73dd823867b43702ae88b4f4445">uint_least64_t</a>;
<a name="l00200"></a>00200 <span class="preprocessor">#endif</span>
<a name="l00201"></a>00201 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00202"></a>00202 <span class="comment">/*@}*/</span>
<a name="l00203"></a>00203 
<a name="l00204"></a>00204 <span class="comment"></span>
<a name="l00205"></a>00205 <span class="comment">/** \name Fastest minimum-width integer types</span>
<a name="l00206"></a>00206 <span class="comment">   Integer types being usually fastest having at least the specified width */</span>
<a name="l00207"></a>00207 <span class="comment"></span>
<a name="l00208"></a>00208 <span class="comment">/*@{*/</span>
<a name="l00209"></a>00209 <span class="comment"></span>
<a name="l00210"></a>00210 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00211"></a>00211 <span class="comment">    fastest signed int with at least 8 bits. */</span>
<a name="l00212"></a>00212 
<a name="l00213"></a><a class="code" href="group__avr__stdint.html#ga880ed9ceb8621521452c81d03bd08cfb">00213</a> <span class="keyword">typedef</span> <a class="code" href="group__avr__stdint.html#gaef44329758059c91c76d334e8fc09700">int8_t</a> <a class="code" href="group__avr__stdint.html#ga880ed9ceb8621521452c81d03bd08cfb">int_fast8_t</a>;
<a name="l00214"></a>00214 <span class="comment"></span>
<a name="l00215"></a>00215 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00216"></a>00216 <span class="comment">    fastest unsigned int with at least 8 bits. */</span>
<a name="l00217"></a>00217 
<a name="l00218"></a><a class="code" href="group__avr__stdint.html#gad0fca8b15c218d2c687f8c373a71d228">00218</a> <span class="keyword">typedef</span> <a class="code" href="group__avr__stdint.html#gaba7bc1797add20fe3efdf37ced1182c5">uint8_t</a> <a class="code" href="group__avr__stdint.html#gad0fca8b15c218d2c687f8c373a71d228">uint_fast8_t</a>;
<a name="l00219"></a>00219 <span class="comment"></span>
<a name="l00220"></a>00220 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00221"></a>00221 <span class="comment">    fastest signed int with at least 16 bits. */</span>
<a name="l00222"></a>00222 
<a name="l00223"></a><a class="code" href="group__avr__stdint.html#ga9b7386d4af0e20ee32296d9a158c9f3a">00223</a> <span class="keyword">typedef</span> <a class="code" href="group__avr__stdint.html#ga932e6ccc3d54c58f761c1aead83bd6d7">int16_t</a> <a class="code" href="group__avr__stdint.html#ga9b7386d4af0e20ee32296d9a158c9f3a">int_fast16_t</a>;
<a name="l00224"></a>00224 <span class="comment"></span>
<a name="l00225"></a>00225 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00226"></a>00226 <span class="comment">    fastest unsigned int with at least 16 bits. */</span>
<a name="l00227"></a>00227 
<a name="l00228"></a><a class="code" href="group__avr__stdint.html#ga6ed085329b153773ff76afa0702cf897">00228</a> <span class="keyword">typedef</span> <a class="code" href="group__avr__stdint.html#ga1f1825b69244eb3ad2c7165ddc99c956">uint16_t</a> <a class="code" href="group__avr__stdint.html#ga6ed085329b153773ff76afa0702cf897">uint_fast16_t</a>;
<a name="l00229"></a>00229 <span class="comment"></span>
<a name="l00230"></a>00230 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00231"></a>00231 <span class="comment">    fastest signed int with at least 32 bits. */</span>
<a name="l00232"></a>00232 
<a name="l00233"></a><a class="code" href="group__avr__stdint.html#ga920d4b149da0252281b6762375fb644a">00233</a> <span class="keyword">typedef</span> <a class="code" href="group__avr__stdint.html#gadb828ef50c2dbb783109824e94cf6c47">int32_t</a> <a class="code" href="group__avr__stdint.html#ga920d4b149da0252281b6762375fb644a">int_fast32_t</a>;
<a name="l00234"></a>00234 <span class="comment"></span>
<a name="l00235"></a>00235 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00236"></a>00236 <span class="comment">    fastest unsigned int with at least 32 bits. */</span>
<a name="l00237"></a>00237 
<a name="l00238"></a><a class="code" href="group__avr__stdint.html#ga8f075c759c74e109e8184306c663809d">00238</a> <span class="keyword">typedef</span> <a class="code" href="group__avr__stdint.html#ga33594304e786b158f3fb30289278f5af">uint32_t</a> <a class="code" href="group__avr__stdint.html#ga8f075c759c74e109e8184306c663809d">uint_fast32_t</a>;
<a name="l00239"></a>00239 
<a name="l00240"></a>00240 <span class="preprocessor">#if !__USING_MINT8 || defined(__DOXYGEN__)</span>
<a name="l00241"></a>00241 <span class="preprocessor"></span><span class="comment">/** \ingroup avr_stdint</span>
<a name="l00242"></a>00242 <span class="comment">    fastest signed int with at least 64 bits.</span>
<a name="l00243"></a>00243 <span class="comment">    \note This type is not available when the compiler</span>
<a name="l00244"></a>00244 <span class="comment">    option -mint8 is in effect. */</span>
<a name="l00245"></a>00245 
<a name="l00246"></a><a class="code" href="group__avr__stdint.html#gafd072b9a94c14417246175f6442422ae">00246</a> <span class="keyword">typedef</span> <a class="code" href="group__avr__stdint.html#ga831d6234342279926bb11bad3a37add9">int64_t</a> <a class="code" href="group__avr__stdint.html#gafd072b9a94c14417246175f6442422ae">int_fast64_t</a>;
<a name="l00247"></a>00247 <span class="comment"></span>
<a name="l00248"></a>00248 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00249"></a>00249 <span class="comment">    fastest unsigned int with at least 64 bits.</span>
<a name="l00250"></a>00250 <span class="comment">    \note This type is not available when the compiler</span>
<a name="l00251"></a>00251 <span class="comment">    option -mint8 is in effect. */</span>
<a name="l00252"></a>00252 
<a name="l00253"></a><a class="code" href="group__avr__stdint.html#ga6fd055dddb7d91fab0635146851af8d5">00253</a> <span class="keyword">typedef</span> <a class="code" href="group__avr__stdint.html#gad27ed092432b64ff558d2254c278720f">uint64_t</a> <a class="code" href="group__avr__stdint.html#ga6fd055dddb7d91fab0635146851af8d5">uint_fast64_t</a>;
<a name="l00254"></a>00254 <span class="preprocessor">#endif</span>
<a name="l00255"></a>00255 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00256"></a>00256 <span class="comment">/*@}*/</span>
<a name="l00257"></a>00257 
<a name="l00258"></a>00258 <span class="comment"></span>
<a name="l00259"></a>00259 <span class="comment">/** \name Greatest-width integer types</span>
<a name="l00260"></a>00260 <span class="comment">   Types designating integer data capable of representing any value of</span>
<a name="l00261"></a>00261 <span class="comment">   any integer type in the corresponding signed or unsigned category */</span>
<a name="l00262"></a>00262 <span class="comment"></span>
<a name="l00263"></a>00263 <span class="comment">/*@{*/</span>
<a name="l00264"></a>00264 
<a name="l00265"></a>00265 <span class="preprocessor">#if __USING_MINT8</span>
<a name="l00266"></a>00266 <span class="preprocessor"></span><span class="keyword">typedef</span> <a class="code" href="group__avr__stdint.html#gadb828ef50c2dbb783109824e94cf6c47">int32_t</a> <a class="code" href="group__avr__stdint.html#ga036cd61bb4b30bb510b9538af4cebd1d">intmax_t</a>;
<a name="l00267"></a>00267 
<a name="l00268"></a>00268 <span class="keyword">typedef</span> <a class="code" href="group__avr__stdint.html#ga33594304e786b158f3fb30289278f5af">uint32_t</a> <a class="code" href="group__avr__stdint.html#ga2ba5f6c0633401558d277b2c0e4f758d">uintmax_t</a>;
<a name="l00269"></a>00269 <span class="preprocessor">#else  </span><span class="comment">/* !__USING_MINT8 */</span>
<a name="l00270"></a>00270 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00271"></a>00271 <span class="comment">    largest signed int available. */</span>
<a name="l00272"></a>00272 
<a name="l00273"></a><a class="code" href="group__avr__stdint.html#ga036cd61bb4b30bb510b9538af4cebd1d">00273</a> <span class="keyword">typedef</span> <a class="code" href="group__avr__stdint.html#ga831d6234342279926bb11bad3a37add9">int64_t</a> <a class="code" href="group__avr__stdint.html#ga036cd61bb4b30bb510b9538af4cebd1d">intmax_t</a>;
<a name="l00274"></a>00274 <span class="comment"></span>
<a name="l00275"></a>00275 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00276"></a>00276 <span class="comment">    largest unsigned int available. */</span>
<a name="l00277"></a>00277 
<a name="l00278"></a><a class="code" href="group__avr__stdint.html#ga2ba5f6c0633401558d277b2c0e4f758d">00278</a> <span class="keyword">typedef</span> <a class="code" href="group__avr__stdint.html#gad27ed092432b64ff558d2254c278720f">uint64_t</a> <a class="code" href="group__avr__stdint.html#ga2ba5f6c0633401558d277b2c0e4f758d">uintmax_t</a>;
<a name="l00279"></a>00279 <span class="preprocessor">#endif </span><span class="comment">/* __USING_MINT8 */</span>
<a name="l00280"></a>00280 <span class="comment"></span>
<a name="l00281"></a>00281 <span class="comment">/*@}*/</span>
<a name="l00282"></a>00282 
<a name="l00283"></a>00283 <span class="comment">/* Helping macro */</span>
<a name="l00284"></a>00284 <span class="preprocessor">#ifndef __CONCAT</span>
<a name="l00285"></a>00285 <span class="preprocessor"></span><span class="preprocessor">#define __CONCATenate(left, right) left ## right</span>
<a name="l00286"></a>00286 <span class="preprocessor"></span><span class="preprocessor">#define __CONCAT(left, right) __CONCATenate(left, right)</span>
<a name="l00287"></a>00287 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00288"></a>00288 <span class="preprocessor"></span>
<a name="l00289"></a>00289 <span class="preprocessor">#if !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS)</span>
<a name="l00290"></a>00290 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00291"></a>00291 <span class="comment">/** \name Limits of specified-width integer types</span>
<a name="l00292"></a>00292 <span class="comment">   C++ implementations should define these macros only when</span>
<a name="l00293"></a>00293 <span class="comment">   __STDC_LIMIT_MACROS is defined before &lt;stdint.h&gt; is included */</span>
<a name="l00294"></a>00294 <span class="comment"></span>
<a name="l00295"></a>00295 <span class="comment">/*@{*/</span>
<a name="l00296"></a>00296 <span class="comment"></span>
<a name="l00297"></a>00297 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00298"></a>00298 <span class="comment">    largest positive value an int8_t can hold. */</span>
<a name="l00299"></a>00299 
<a name="l00300"></a><a class="code" href="group__avr__stdint.html#gaaf7f29f45f1a513b4748a4e5014ddf6a">00300</a> <span class="preprocessor">#define INT8_MAX 0x7f</span>
<a name="l00301"></a>00301 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00302"></a>00302 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00303"></a>00303 <span class="comment">    smallest negative value an int8_t can hold. */</span>
<a name="l00304"></a>00304 
<a name="l00305"></a><a class="code" href="group__avr__stdint.html#gaadcf2a81af243df333b31efa6461ab8e">00305</a> <span class="preprocessor">#define INT8_MIN (-INT8_MAX - 1)</span>
<a name="l00306"></a>00306 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00307"></a>00307 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00308"></a>00308 <span class="comment">    largest value an uint8_t can hold. */</span>
<a name="l00309"></a>00309 
<a name="l00310"></a><a class="code" href="group__avr__stdint.html#gaeb4e270a084ee26fe73e799861bd0252">00310</a> <span class="preprocessor">#define UINT8_MAX (__CONCAT(INT8_MAX, U) * 2U + 1U)</span>
<a name="l00311"></a>00311 <span class="preprocessor"></span>
<a name="l00312"></a>00312 <span class="preprocessor">#if __USING_MINT8</span>
<a name="l00313"></a>00313 <span class="preprocessor"></span>
<a name="l00314"></a>00314 <span class="preprocessor">#define INT16_MAX 0x7fffL</span>
<a name="l00315"></a>00315 <span class="preprocessor"></span><span class="preprocessor">#define INT16_MIN (-INT16_MAX - 1L)</span>
<a name="l00316"></a>00316 <span class="preprocessor"></span><span class="preprocessor">#define UINT16_MAX (__CONCAT(INT16_MAX, U) * 2UL + 1UL)</span>
<a name="l00317"></a>00317 <span class="preprocessor"></span>
<a name="l00318"></a>00318 <span class="preprocessor">#define INT32_MAX 0x7fffffffLL</span>
<a name="l00319"></a>00319 <span class="preprocessor"></span><span class="preprocessor">#define INT32_MIN (-INT32_MAX - 1LL)</span>
<a name="l00320"></a>00320 <span class="preprocessor"></span><span class="preprocessor">#define UINT32_MAX (__CONCAT(INT32_MAX, U) * 2ULL + 1ULL)</span>
<a name="l00321"></a>00321 <span class="preprocessor"></span>
<a name="l00322"></a>00322 <span class="preprocessor">#else </span><span class="comment">/* !__USING_MINT8 */</span>
<a name="l00323"></a>00323 <span class="comment"></span>
<a name="l00324"></a>00324 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00325"></a>00325 <span class="comment">    largest positive value an int16_t can hold. */</span>
<a name="l00326"></a>00326 
<a name="l00327"></a><a class="code" href="group__avr__stdint.html#gac58f2c111cc9989c86db2a7dc4fd84ca">00327</a> <span class="preprocessor">#define INT16_MAX 0x7fff</span>
<a name="l00328"></a>00328 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00329"></a>00329 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00330"></a>00330 <span class="comment">    smallest negative value an int16_t can hold. */</span>
<a name="l00331"></a>00331 
<a name="l00332"></a><a class="code" href="group__avr__stdint.html#gad4e9955955b27624963643eac448118a">00332</a> <span class="preprocessor">#define INT16_MIN (-INT16_MAX - 1)</span>
<a name="l00333"></a>00333 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00334"></a>00334 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00335"></a>00335 <span class="comment">    largest value an uint16_t can hold. */</span>
<a name="l00336"></a>00336 
<a name="l00337"></a><a class="code" href="group__avr__stdint.html#ga3ea490c9b3617d4479bd80ef93cd5602">00337</a> <span class="preprocessor">#define UINT16_MAX (__CONCAT(INT16_MAX, U) * 2U + 1U)</span>
<a name="l00338"></a>00338 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00339"></a>00339 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00340"></a>00340 <span class="comment">    largest positive value an int32_t can hold. */</span>
<a name="l00341"></a>00341 
<a name="l00342"></a><a class="code" href="group__avr__stdint.html#ga181807730d4a375f848ba139813ce04f">00342</a> <span class="preprocessor">#define INT32_MAX 0x7fffffffL</span>
<a name="l00343"></a>00343 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00344"></a>00344 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00345"></a>00345 <span class="comment">    smallest negative value an int32_t can hold. */</span>
<a name="l00346"></a>00346 
<a name="l00347"></a><a class="code" href="group__avr__stdint.html#ga688eb21a22db27c2b2bd5836943cdcbe">00347</a> <span class="preprocessor">#define INT32_MIN (-INT32_MAX - 1L)</span>
<a name="l00348"></a>00348 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00349"></a>00349 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00350"></a>00350 <span class="comment">    largest value an uint32_t can hold. */</span>
<a name="l00351"></a>00351 
<a name="l00352"></a><a class="code" href="group__avr__stdint.html#gab5eb23180f7cc12b7d6c04a8ec067fdd">00352</a> <span class="preprocessor">#define UINT32_MAX (__CONCAT(INT32_MAX, U) * 2UL + 1UL)</span>
<a name="l00353"></a>00353 <span class="preprocessor"></span>
<a name="l00354"></a>00354 <span class="preprocessor">#endif </span><span class="comment">/* __USING_MINT8 */</span>
<a name="l00355"></a>00355 <span class="comment"></span>
<a name="l00356"></a>00356 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00357"></a>00357 <span class="comment">    largest positive value an int64_t can hold. */</span>
<a name="l00358"></a>00358 
<a name="l00359"></a><a class="code" href="group__avr__stdint.html#gad0d744f05898e32d01f73f8af3cd2071">00359</a> <span class="preprocessor">#define INT64_MAX 0x7fffffffffffffffLL</span>
<a name="l00360"></a>00360 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00361"></a>00361 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00362"></a>00362 <span class="comment">    smallest negative value an int64_t can hold. */</span>
<a name="l00363"></a>00363 
<a name="l00364"></a><a class="code" href="group__avr__stdint.html#gab21f12f372f67b8ff0aa3432336ede67">00364</a> <span class="preprocessor">#define INT64_MIN (-INT64_MAX - 1LL)</span>
<a name="l00365"></a>00365 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00366"></a>00366 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00367"></a>00367 <span class="comment">    largest value an uint64_t can hold. */</span>
<a name="l00368"></a>00368 
<a name="l00369"></a><a class="code" href="group__avr__stdint.html#ga30654b4b67d97c42ca3f9b6052dda916">00369</a> <span class="preprocessor">#define UINT64_MAX (__CONCAT(INT64_MAX, U) * 2ULL + 1ULL)</span>
<a name="l00370"></a>00370 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00371"></a>00371 <span class="comment">/*@}*/</span>
<a name="l00372"></a>00372 <span class="comment"></span>
<a name="l00373"></a>00373 <span class="comment">/** \name Limits of minimum-width integer types */</span><span class="comment"></span>
<a name="l00374"></a>00374 <span class="comment">/*@{*/</span>
<a name="l00375"></a>00375 <span class="comment"></span>
<a name="l00376"></a>00376 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00377"></a>00377 <span class="comment">    largest positive value an int_least8_t can hold. */</span>
<a name="l00378"></a>00378 
<a name="l00379"></a><a class="code" href="group__avr__stdint.html#gaa05109908fb2770f632d2b646b9f85bf">00379</a> <span class="preprocessor">#define INT_LEAST8_MAX INT8_MAX</span>
<a name="l00380"></a>00380 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00381"></a>00381 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00382"></a>00382 <span class="comment">    smallest negative value an int_least8_t can hold. */</span>
<a name="l00383"></a>00383 
<a name="l00384"></a><a class="code" href="group__avr__stdint.html#ga3e986cad833f63f420962ff60eda87e5">00384</a> <span class="preprocessor">#define INT_LEAST8_MIN INT8_MIN</span>
<a name="l00385"></a>00385 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00386"></a>00386 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00387"></a>00387 <span class="comment">    largest value an uint_least8_t can hold. */</span>
<a name="l00388"></a>00388 
<a name="l00389"></a><a class="code" href="group__avr__stdint.html#ga2a80bde77ee1698d0f42f334adad4f2b">00389</a> <span class="preprocessor">#define UINT_LEAST8_MAX UINT8_MAX</span>
<a name="l00390"></a>00390 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00391"></a>00391 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00392"></a>00392 <span class="comment">    largest positive value an int_least16_t can hold. */</span>
<a name="l00393"></a>00393 
<a name="l00394"></a><a class="code" href="group__avr__stdint.html#ga7eb2a8e2a1c65d6c9ad0f86154890baa">00394</a> <span class="preprocessor">#define INT_LEAST16_MAX INT16_MAX</span>
<a name="l00395"></a>00395 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00396"></a>00396 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00397"></a>00397 <span class="comment">    smallest negative value an int_least16_t can hold. */</span>
<a name="l00398"></a>00398 
<a name="l00399"></a><a class="code" href="group__avr__stdint.html#ga1f91bfd5820c2f27af3d260fc75813e1">00399</a> <span class="preprocessor">#define INT_LEAST16_MIN INT16_MIN</span>
<a name="l00400"></a>00400 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00401"></a>00401 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00402"></a>00402 <span class="comment">    largest value an uint_least16_t can hold. */</span>
<a name="l00403"></a>00403 
<a name="l00404"></a><a class="code" href="group__avr__stdint.html#ga6ef6a1a518bbf516ca8b0180b11c358f">00404</a> <span class="preprocessor">#define UINT_LEAST16_MAX UINT16_MAX</span>
<a name="l00405"></a>00405 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00406"></a>00406 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00407"></a>00407 <span class="comment">    largest positive value an int_least32_t can hold. */</span>
<a name="l00408"></a>00408 
<a name="l00409"></a><a class="code" href="group__avr__stdint.html#ga5618711a0a54f722190a3a1219e278c2">00409</a> <span class="preprocessor">#define INT_LEAST32_MAX INT32_MAX</span>
<a name="l00410"></a>00410 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00411"></a>00411 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00412"></a>00412 <span class="comment">    smallest negative value an int_least32_t can hold. */</span>
<a name="l00413"></a>00413 
<a name="l00414"></a><a class="code" href="group__avr__stdint.html#ga2360a536116dd734820a6b5b3d560ce7">00414</a> <span class="preprocessor">#define INT_LEAST32_MIN INT32_MIN</span>
<a name="l00415"></a>00415 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00416"></a>00416 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00417"></a>00417 <span class="comment">    largest value an uint_least32_t can hold. */</span>
<a name="l00418"></a>00418 
<a name="l00419"></a><a class="code" href="group__avr__stdint.html#ga70cad8bacc9a6db301e1cdc86cc8d571">00419</a> <span class="preprocessor">#define UINT_LEAST32_MAX UINT32_MAX</span>
<a name="l00420"></a>00420 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00421"></a>00421 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00422"></a>00422 <span class="comment">    largest positive value an int_least64_t can hold. */</span>
<a name="l00423"></a>00423 
<a name="l00424"></a><a class="code" href="group__avr__stdint.html#ga35d0f98a2e507fd1be779d49da92724e">00424</a> <span class="preprocessor">#define INT_LEAST64_MAX INT64_MAX</span>
<a name="l00425"></a>00425 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00426"></a>00426 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00427"></a>00427 <span class="comment">    smallest negative value an int_least64_t can hold. */</span>
<a name="l00428"></a>00428 
<a name="l00429"></a><a class="code" href="group__avr__stdint.html#gac12b4f6966b57ad82feb683b284b4060">00429</a> <span class="preprocessor">#define INT_LEAST64_MIN INT64_MIN</span>
<a name="l00430"></a>00430 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00431"></a>00431 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00432"></a>00432 <span class="comment">    largest value an uint_least64_t can hold. */</span>
<a name="l00433"></a>00433 
<a name="l00434"></a><a class="code" href="group__avr__stdint.html#gaab530113fa96e280e49c3c138b0f917d">00434</a> <span class="preprocessor">#define UINT_LEAST64_MAX UINT64_MAX</span>
<a name="l00435"></a>00435 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00436"></a>00436 <span class="comment">/*@}*/</span>
<a name="l00437"></a>00437 <span class="comment"></span>
<a name="l00438"></a>00438 <span class="comment">/** \name Limits of fastest minimum-width integer types */</span>
<a name="l00439"></a>00439 <span class="comment"></span>
<a name="l00440"></a>00440 <span class="comment">/*@{*/</span>
<a name="l00441"></a>00441 <span class="comment"></span>
<a name="l00442"></a>00442 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00443"></a>00443 <span class="comment">    largest positive value an int_fast8_t can hold. */</span>
<a name="l00444"></a>00444 
<a name="l00445"></a><a class="code" href="group__avr__stdint.html#gacbcdb3bee0f5f904da5df8de69a80ca3">00445</a> <span class="preprocessor">#define INT_FAST8_MAX INT8_MAX</span>
<a name="l00446"></a>00446 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00447"></a>00447 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00448"></a>00448 <span class="comment">    smallest negative value an int_fast8_t can hold. */</span>
<a name="l00449"></a>00449 
<a name="l00450"></a><a class="code" href="group__avr__stdint.html#gaad8fb982cb19143efd5ee9a1a7a89390">00450</a> <span class="preprocessor">#define INT_FAST8_MIN INT8_MIN</span>
<a name="l00451"></a>00451 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00452"></a>00452 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00453"></a>00453 <span class="comment">    largest value an uint_fast8_t can hold. */</span>
<a name="l00454"></a>00454 
<a name="l00455"></a><a class="code" href="group__avr__stdint.html#ga2c6f97ea2d76d0cf6260c84046cdb44e">00455</a> <span class="preprocessor">#define UINT_FAST8_MAX UINT8_MAX</span>
<a name="l00456"></a>00456 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00457"></a>00457 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00458"></a>00458 <span class="comment">    largest positive value an int_fast16_t can hold. */</span>
<a name="l00459"></a>00459 
<a name="l00460"></a><a class="code" href="group__avr__stdint.html#ga2fd35d0ea091e04caec504ff0042cf00">00460</a> <span class="preprocessor">#define INT_FAST16_MAX INT16_MAX</span>
<a name="l00461"></a>00461 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00462"></a>00462 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00463"></a>00463 <span class="comment">    smallest negative value an int_fast16_t can hold. */</span>
<a name="l00464"></a>00464 
<a name="l00465"></a><a class="code" href="group__avr__stdint.html#ga169460a4e2a79138723d68d99372d958">00465</a> <span class="preprocessor">#define INT_FAST16_MIN INT16_MIN</span>
<a name="l00466"></a>00466 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00467"></a>00467 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00468"></a>00468 <span class="comment">    largest value an uint_fast16_t can hold. */</span>
<a name="l00469"></a>00469 
<a name="l00470"></a><a class="code" href="group__avr__stdint.html#gaed28ca63d9b222f6f1377358fe73a183">00470</a> <span class="preprocessor">#define UINT_FAST16_MAX UINT16_MAX</span>
<a name="l00471"></a>00471 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00472"></a>00472 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00473"></a>00473 <span class="comment">    largest positive value an int_fast32_t can hold. */</span>
<a name="l00474"></a>00474 
<a name="l00475"></a><a class="code" href="group__avr__stdint.html#gac96fa0f41b19e89f109e4f9913ca6635">00475</a> <span class="preprocessor">#define INT_FAST32_MAX INT32_MAX</span>
<a name="l00476"></a>00476 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00477"></a>00477 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00478"></a>00478 <span class="comment">    smallest negative value an int_fast32_t can hold. */</span>
<a name="l00479"></a>00479 
<a name="l00480"></a><a class="code" href="group__avr__stdint.html#gad93df1652ed0635513d5efe4f1219926">00480</a> <span class="preprocessor">#define INT_FAST32_MIN INT32_MIN</span>
<a name="l00481"></a>00481 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00482"></a>00482 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00483"></a>00483 <span class="comment">    largest value an uint_fast32_t can hold. */</span>
<a name="l00484"></a>00484 
<a name="l00485"></a><a class="code" href="group__avr__stdint.html#gad51246a178143208b2db3315efd21c45">00485</a> <span class="preprocessor">#define UINT_FAST32_MAX UINT32_MAX</span>
<a name="l00486"></a>00486 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00487"></a>00487 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00488"></a>00488 <span class="comment">    largest positive value an int_fast64_t can hold. */</span>
<a name="l00489"></a>00489 
<a name="l00490"></a><a class="code" href="group__avr__stdint.html#ga13c95cf9c209d8daacb36cbf0d5ba275">00490</a> <span class="preprocessor">#define INT_FAST64_MAX INT64_MAX</span>
<a name="l00491"></a>00491 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00492"></a>00492 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00493"></a>00493 <span class="comment">    smallest negative value an int_fast64_t can hold. */</span>
<a name="l00494"></a>00494 
<a name="l00495"></a><a class="code" href="group__avr__stdint.html#ga50f0fdcb00ea2500cec0f3d6d45c36f3">00495</a> <span class="preprocessor">#define INT_FAST64_MIN INT64_MIN</span>
<a name="l00496"></a>00496 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00497"></a>00497 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00498"></a>00498 <span class="comment">    largest value an uint_fast64_t can hold. */</span>
<a name="l00499"></a>00499 
<a name="l00500"></a><a class="code" href="group__avr__stdint.html#gaeb74410af7781bc84b5f64ae7a8f4a17">00500</a> <span class="preprocessor">#define UINT_FAST64_MAX UINT64_MAX</span>
<a name="l00501"></a>00501 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00502"></a>00502 <span class="comment">/*@}*/</span>
<a name="l00503"></a>00503 <span class="comment"></span>
<a name="l00504"></a>00504 <span class="comment">/** \name Limits of integer types capable of holding object pointers */</span>
<a name="l00505"></a>00505 <span class="comment"></span>
<a name="l00506"></a>00506 <span class="comment">/*@{*/</span>
<a name="l00507"></a>00507 <span class="comment"></span>
<a name="l00508"></a>00508 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00509"></a>00509 <span class="comment">    largest positive value an intptr_t can hold. */</span>
<a name="l00510"></a>00510 
<a name="l00511"></a><a class="code" href="group__avr__stdint.html#ga9e5742f2bae4a5283431a3c03499e3a9">00511</a> <span class="preprocessor">#define INTPTR_MAX INT16_MAX</span>
<a name="l00512"></a>00512 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00513"></a>00513 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00514"></a>00514 <span class="comment">    smallest negative value an intptr_t can hold. */</span>
<a name="l00515"></a>00515 
<a name="l00516"></a><a class="code" href="group__avr__stdint.html#ga2aaa6d3aa1d7d1e0e326955aa24db752">00516</a> <span class="preprocessor">#define INTPTR_MIN INT16_MIN</span>
<a name="l00517"></a>00517 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00518"></a>00518 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00519"></a>00519 <span class="comment">    largest value an uintptr_t can hold. */</span>
<a name="l00520"></a>00520 
<a name="l00521"></a><a class="code" href="group__avr__stdint.html#gab2355300ea19395357e62d780f4dd073">00521</a> <span class="preprocessor">#define UINTPTR_MAX UINT16_MAX</span>
<a name="l00522"></a>00522 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00523"></a>00523 <span class="comment">/*@}*/</span>
<a name="l00524"></a>00524 <span class="comment"></span>
<a name="l00525"></a>00525 <span class="comment">/** \name Limits of greatest-width integer types */</span>
<a name="l00526"></a>00526 <span class="comment"></span>
<a name="l00527"></a>00527 <span class="comment">/*@{*/</span>
<a name="l00528"></a>00528 <span class="comment"></span>
<a name="l00529"></a>00529 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00530"></a>00530 <span class="comment">    largest positive value an intmax_t can hold. */</span>
<a name="l00531"></a>00531 
<a name="l00532"></a><a class="code" href="group__avr__stdint.html#ga022b9b0a3564d786244a4631847c37a3">00532</a> <span class="preprocessor">#define INTMAX_MAX INT64_MAX</span>
<a name="l00533"></a>00533 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00534"></a>00534 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00535"></a>00535 <span class="comment">    smallest negative value an intmax_t can hold. */</span>
<a name="l00536"></a>00536 
<a name="l00537"></a><a class="code" href="group__avr__stdint.html#ga2b0a3edfc672154f606dc3ad26277b61">00537</a> <span class="preprocessor">#define INTMAX_MIN INT64_MIN</span>
<a name="l00538"></a>00538 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00539"></a>00539 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00540"></a>00540 <span class="comment">    largest value an uintmax_t can hold. */</span>
<a name="l00541"></a>00541 
<a name="l00542"></a><a class="code" href="group__avr__stdint.html#gaa54fd5210434219e9027bfa0f0e325c8">00542</a> <span class="preprocessor">#define UINTMAX_MAX UINT64_MAX</span>
<a name="l00543"></a>00543 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00544"></a>00544 <span class="comment">/*@}*/</span>
<a name="l00545"></a>00545 <span class="comment"></span>
<a name="l00546"></a>00546 <span class="comment">/** \name Limits of other integer types</span>
<a name="l00547"></a>00547 <span class="comment">    C++ implementations should define these macros only when</span>
<a name="l00548"></a>00548 <span class="comment">    __STDC_LIMIT_MACROS is defined before &lt;stdint.h&gt; is included */</span>
<a name="l00549"></a>00549 <span class="comment"></span>
<a name="l00550"></a>00550 <span class="comment">/*@{*/</span>
<a name="l00551"></a>00551 <span class="comment"></span>
<a name="l00552"></a>00552 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00553"></a>00553 <span class="comment">    largest positive value a ptrdiff_t can hold. */</span>
<a name="l00554"></a>00554 
<a name="l00555"></a><a class="code" href="group__avr__stdint.html#gadd2ef7bffac19cfdd1f4b5495409672f">00555</a> <span class="preprocessor">#define PTRDIFF_MAX INT16_MAX</span>
<a name="l00556"></a>00556 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00557"></a>00557 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00558"></a>00558 <span class="comment">    smallest negative value a ptrdiff_t can hold. */</span>
<a name="l00559"></a>00559 
<a name="l00560"></a><a class="code" href="group__avr__stdint.html#gad9b88ba2fb858f98b50b38e49875d90e">00560</a> <span class="preprocessor">#define PTRDIFF_MIN INT16_MIN</span>
<a name="l00561"></a>00561 <span class="preprocessor"></span>
<a name="l00562"></a>00562 
<a name="l00563"></a>00563 <span class="comment">/* Limits of sig_atomic_t */</span>
<a name="l00564"></a>00564 <span class="comment">/* signal.h is currently not implemented (not avr/signal.h) */</span>
<a name="l00565"></a>00565 <span class="comment"></span>
<a name="l00566"></a>00566 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00567"></a>00567 <span class="comment">    largest positive value a sig_atomic_t can hold. */</span>
<a name="l00568"></a>00568 
<a name="l00569"></a><a class="code" href="group__avr__stdint.html#ga1f5fe9445d0ad0bee21bab1de4cc3e58">00569</a> <span class="preprocessor">#define SIG_ATOMIC_MAX INT8_MAX</span>
<a name="l00570"></a>00570 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00571"></a>00571 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00572"></a>00572 <span class="comment">    smallest negative value a sig_atomic_t can hold. */</span>
<a name="l00573"></a>00573 
<a name="l00574"></a><a class="code" href="group__avr__stdint.html#ga21e605b9ac3a03b6de93cdf5a69e129f">00574</a> <span class="preprocessor">#define SIG_ATOMIC_MIN INT8_MIN</span>
<a name="l00575"></a>00575 <span class="preprocessor"></span>
<a name="l00576"></a>00576 <span class="comment"></span>
<a name="l00577"></a>00577 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00578"></a>00578 <span class="comment">    largest value a size_t can hold. */</span>
<a name="l00579"></a>00579 
<a name="l00580"></a><a class="code" href="group__avr__stdint.html#ga3c75bb398badb69c7577b21486f9963f">00580</a> <span class="preprocessor">#define SIZE_MAX (__CONCAT(INT16_MAX, U))</span>
<a name="l00581"></a>00581 <span class="preprocessor"></span>
<a name="l00582"></a>00582 
<a name="l00583"></a>00583 <span class="comment">/* Limits of wchar_t */</span>
<a name="l00584"></a>00584 <span class="comment">/* wchar.h is currently not implemented */</span>
<a name="l00585"></a>00585 <span class="comment">/* #define WCHAR_MAX */</span>
<a name="l00586"></a>00586 <span class="comment">/* #define WCHAR_MIN */</span>
<a name="l00587"></a>00587 
<a name="l00588"></a>00588 
<a name="l00589"></a>00589 <span class="comment">/* Limits of wint_t */</span>
<a name="l00590"></a>00590 <span class="comment">/* wchar.h is currently not implemented */</span>
<a name="l00591"></a>00591 <span class="comment">/* #define WINT_MAX */</span>
<a name="l00592"></a>00592 <span class="comment">/* #define WINT_MIN */</span>
<a name="l00593"></a>00593 
<a name="l00594"></a>00594 
<a name="l00595"></a>00595 <span class="preprocessor">#endif </span><span class="comment">/* !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS) */</span>
<a name="l00596"></a>00596 
<a name="l00597"></a>00597 <span class="preprocessor">#if !defined(__cplusplus) || defined(__STDC_CONSTANT_MACROS)</span>
<a name="l00598"></a>00598 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00599"></a>00599 <span class="comment">/** \name Macros for integer constants</span>
<a name="l00600"></a>00600 <span class="comment">    C++ implementations should define these macros only when</span>
<a name="l00601"></a>00601 <span class="comment">    __STDC_CONSTANT_MACROS is defined before &lt;stdint.h&gt; is included.</span>
<a name="l00602"></a>00602 <span class="comment"></span>
<a name="l00603"></a>00603 <span class="comment">    These definitions are valid for integer constants without suffix and</span>
<a name="l00604"></a>00604 <span class="comment">    for macros defined as integer constant without suffix */</span>
<a name="l00605"></a>00605 <span class="comment"></span>
<a name="l00606"></a>00606 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00607"></a>00607 <span class="comment">    define a constant of type int8_t */</span>
<a name="l00608"></a>00608 
<a name="l00609"></a><a class="code" href="group__avr__stdint.html#gacc666d136a198406538bafb8288f9c1b">00609</a> <span class="preprocessor">#define INT8_C(value) ((int8_t) value)</span>
<a name="l00610"></a>00610 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00611"></a>00611 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00612"></a>00612 <span class="comment">    define a constant of type uint8_t */</span>
<a name="l00613"></a>00613 
<a name="l00614"></a><a class="code" href="group__avr__stdint.html#gacb579905e23358f9a5035b075c57ffcd">00614</a> <span class="preprocessor">#define UINT8_C(value) ((uint8_t) __CONCAT(value, U))</span>
<a name="l00615"></a>00615 <span class="preprocessor"></span>
<a name="l00616"></a>00616 <span class="preprocessor">#if __USING_MINT8</span>
<a name="l00617"></a>00617 <span class="preprocessor"></span>
<a name="l00618"></a>00618 <span class="preprocessor">#define INT16_C(value) __CONCAT(value, L)</span>
<a name="l00619"></a>00619 <span class="preprocessor"></span><span class="preprocessor">#define UINT16_C(value) __CONCAT(value, UL)</span>
<a name="l00620"></a>00620 <span class="preprocessor"></span>
<a name="l00621"></a>00621 <span class="preprocessor">#define INT32_C(value) ((int32_t) __CONCAT(value, LL))</span>
<a name="l00622"></a>00622 <span class="preprocessor"></span><span class="preprocessor">#define UINT32_C(value) ((uint32_t) __CONCAT(value, ULL))</span>
<a name="l00623"></a>00623 <span class="preprocessor"></span>
<a name="l00624"></a>00624 <span class="preprocessor">#else </span><span class="comment">/* !__USING_MINT8 */</span>
<a name="l00625"></a>00625 <span class="comment"></span>
<a name="l00626"></a>00626 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00627"></a>00627 <span class="comment">    define a constant of type int16_t */</span>
<a name="l00628"></a>00628 
<a name="l00629"></a><a class="code" href="group__avr__stdint.html#ga1e6d0a954851b2f07b54a2178dc6eb40">00629</a> <span class="preprocessor">#define INT16_C(value) value</span>
<a name="l00630"></a>00630 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00631"></a>00631 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00632"></a>00632 <span class="comment">    define a constant of type uint16_t */</span>
<a name="l00633"></a>00633 
<a name="l00634"></a><a class="code" href="group__avr__stdint.html#gab93c67f535ddedd6e88a9a8030b333f1">00634</a> <span class="preprocessor">#define UINT16_C(value) __CONCAT(value, U)</span>
<a name="l00635"></a>00635 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00636"></a>00636 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00637"></a>00637 <span class="comment">    define a constant of type int32_t */</span>
<a name="l00638"></a>00638 
<a name="l00639"></a><a class="code" href="group__avr__stdint.html#ga1ddf83530d986214005d1e766f036b28">00639</a> <span class="preprocessor">#define INT32_C(value) __CONCAT(value, L)</span>
<a name="l00640"></a>00640 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00641"></a>00641 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00642"></a>00642 <span class="comment">    define a constant of type uint32_t */</span>
<a name="l00643"></a>00643 
<a name="l00644"></a><a class="code" href="group__avr__stdint.html#gad76f76a71e9ffc13963ee895d1828b2c">00644</a> <span class="preprocessor">#define UINT32_C(value) __CONCAT(value, UL)</span>
<a name="l00645"></a>00645 <span class="preprocessor"></span>
<a name="l00646"></a>00646 <span class="preprocessor">#endif </span><span class="comment">/* __USING_MINT8 */</span>
<a name="l00647"></a>00647 <span class="comment"></span>
<a name="l00648"></a>00648 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00649"></a>00649 <span class="comment">    define a constant of type int64_t */</span>
<a name="l00650"></a>00650 
<a name="l00651"></a><a class="code" href="group__avr__stdint.html#gaab7df05e4698e14dbef512294ff39203">00651</a> <span class="preprocessor">#define INT64_C(value) __CONCAT(value, LL)</span>
<a name="l00652"></a>00652 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00653"></a>00653 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00654"></a>00654 <span class="comment">    define a constant of type uint64_t */</span>
<a name="l00655"></a>00655 
<a name="l00656"></a><a class="code" href="group__avr__stdint.html#gae770776c04e6d959364d2612ddfce99d">00656</a> <span class="preprocessor">#define UINT64_C(value) __CONCAT(value, ULL)</span>
<a name="l00657"></a>00657 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00658"></a>00658 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00659"></a>00659 <span class="comment">    define a constant of type intmax_t */</span>
<a name="l00660"></a>00660 
<a name="l00661"></a><a class="code" href="group__avr__stdint.html#gaefea1274b2789b420969856ac1a8f19e">00661</a> <span class="preprocessor">#define INTMAX_C(value) __CONCAT(value, LL)</span>
<a name="l00662"></a>00662 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00663"></a>00663 <span class="comment">/** \ingroup avr_stdint</span>
<a name="l00664"></a>00664 <span class="comment">    define a constant of type uintmax_t */</span>
<a name="l00665"></a>00665 
<a name="l00666"></a><a class="code" href="group__avr__stdint.html#ga97a030e600e111b2b5981b4c39265ab6">00666</a> <span class="preprocessor">#define UINTMAX_C(value) __CONCAT(value, ULL)</span>
<a name="l00667"></a>00667 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00668"></a>00668 <span class="comment">/*@}*/</span>
<a name="l00669"></a>00669 
<a name="l00670"></a>00670 <span class="preprocessor">#endif </span><span class="comment">/* !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS) */</span>
<a name="l00671"></a>00671 
<a name="l00672"></a>00672 
<a name="l00673"></a>00673 <span class="preprocessor">#endif </span><span class="comment">/* _STDINT_H_ */</span>
</pre></div></div>
</div>

<hr width="80%">
<p><center>Automatically generated by Doxygen 1.7.2 on Wed Feb 16 2011.</center></p>

</body>
</html>