1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" /> 7 <style type="text/css"><!-- 8 span.static_style 9 { 10 font-size : 8pt; 11 color : white; 12 font-weight : bold; 13 background : #44f; 14 border-left : solid 1px #aaf; 15 border-top : solid 1px #aaf; 16 border-right : solid 1px #00c; 17 border-bottom : solid 1px #00c; 18 padding-left : 2px; 19 padding-right : 2px; 20 } 21 span.virtual_style 22 { 23 font-size : 8pt; 24 color : white; 25 font-weight : bold; 26 background : #0a0; 27 border-left : solid 1px #0f0; 28 border-top : solid 1px #0f0; 29 border-right : solid 1px #060; 30 border-bottom : solid 1px #060; 31 padding-left : 2px; 32 padding-right : 2px; 33 } 34 span.protected_style 35 { 36 font-size : 8pt; 37 color : white; 38 font-weight : bold; 39 background : #444; 40 border-left : solid 1px #ccc; 41 border-top : solid 1px #ccc; 42 border-right : solid 1px #222; 43 border-bottom : solid 1px #222; 44 padding-left : 2px; 45 padding-right : 2px; 46 } 47 --></style> 48<title>nn::os::ARM</title> 49 </head> 50 <body> 51<h1><a href="../../../nn/Overview.html">nn</a>::<a href="../../../nn/os/Overview.html">os</a>::ARM Namespace</h1> 52<h2>Description</h2> 53 <div class="section"> 54<p>The namespace of the <a href="../../../nn/os/ARM/Overview.html">ARM</a> operating system library.<br /> (This namespace can also be written without the <CODE>::ARM</CODE> portion.)</p><!-- write here --></div> 55 <a name="struct" id="struct"> 56<h2>Structures</h2> 57 <div class="section"> 58 <table class="members"> 59 <tr> 60 <th> 61<a href="../../../nn/os/ARM/ExceptionContext/Overview.html"><CODE>nn::os::ARM::ExceptionContext</CODE></a> 62 </th> 63<td>Structure storing the CPU context when exceptions occur.</td> 64 </tr> 65 <tr> 66 <th> 67<a href="../../../nn/os/ARM/ExceptionInfo/Overview.html"><CODE>nn::os::ARM::ExceptionInfo</CODE></a> 68 </th> 69<td>Structure storing information related to exceptions that have occurred.</td> 70 </tr> 71 <tr> 72 <th> 73<a href="../../../nn/os/ARM/ExceptionBuffer/Overview.html"><CODE>nn::os::ARM::ExceptionBuffer</CODE></a> 74 </th> 75<td>Structure used to represent buffers required by <CODE>SetUserExceptionHandler</CODE>.</td> 76 </tr> </table> 77 </div> 78 </a> <a name="enum" id="enum"> 79<h2>Enumerated Types</h2> 80 <div class="section"> 81 <table class="members"> 82 <tr> 83 <td width="100"> </td> 84 <th> 85<a href="../../../nn/os/ARM/ExceptionType.html"><CODE>ExceptionType</CODE></a> 86 </th> 87<td>Enumerated type representing exception types.</td> 88 </tr> </table> 89 </div> 90 </a> <a name="typedef" id="typedef"> 91<h2>typedef Definitions</h2> 92 <div class="section"> 93 <table class="members"> 94 <tr> 95 <td width="100" /> 96 <th> 97<a href="../../../nn/os/ARM/UserExceptionHandler.html"><CODE>UserExceptionHandler</CODE></a> 98 </th> 99<td>Enumerated type representing exception handlers.</td> 100 </tr> </table> 101 </div> 102 </a> <a name="constant" id="constant"> 103<h2>Constants</h2> 104 <div class="section"> 105 <table class="members"> 106 <tr> 107 <td width="100"> </td> 108 <th> 109<span class="argument"><a href="../../../nn/os/ARM/HANDLER_STACK_USE_THREAD_STACK.html"><CODE>HANDLER_STACK_USE_THREAD_STACK</CODE></a></span> 110 </th> 111<td width="100"><CODE>const <a href="../../../nn_types/uptr.html">uptr</a></CODE></td> 112<td>Specifies that the stack of the thread in which the exception occurred be used as the exception handler stack.</td> 113 </tr> </table> 114 </div> 115 </a> <a name="variable" id="variable"> 116<h2>Variables</h2> 117 <div class="section"> 118 <table class="members"> 119 <tr> 120 <td width="100"> </td> 121 <th> 122<span class="argument">EXCEPTION_BUFFER_USE_HANDLER_STACK</span> 123 </th> 124<td width="100"><a href="../../../nn/os/ARM/ExceptionBuffer/Overview.html">ExceptionBuffer</a> *const</td> 125<td>Specifies that the exception handler stack be used as the buffer for storing exception information.</td> 126 </tr> 127 <tr> 128 <td width="100"> </td> 129 <th> 130<span class="argument">EXCEPTION_BUFFER_USE_THREAD_STACK</span> 131 </th> 132<td width="100"><a href="../../../nn/os/ARM/ExceptionBuffer/Overview.html">ExceptionBuffer</a> *const</td> 133<td>Specifies that the stack for the thread in which the exception occurred be used as the buffer for storing exception information.</td> 134 </tr> </table> 135 </div> 136 </a> <a name="function" id="function"> 137<h2>Functions</h2> 138 <div class="section"> 139 <table class="members"> 140 <tr> 141 <td width="100"> </td> 142 <th> 143<a href="../../../nn/os/ARM/SetUserExceptionHandler.html"><CODE>SetUserExceptionHandler</CODE></a> 144 </th> 145<td>Specifies the global exception handler.</td> 146 </tr> 147 <tr> 148 <td width="100"> </td> 149 <th> 150<a href="../../../nn/os/ARM/SetUserExceptionHandlerLocal.html"><CODE>SetUserExceptionHandlerLocal</CODE></a> 151 </th> 152<td>Sets the local thread exception handler.</td> 153 </tr> </table> 154 </div> 155 </a> 156<h2>Revision History</h2> 157 <div class="section"> 158 <dl class="history"> 159 <dt>2010/08/16</dt> 160<dd>Initial version.<br /> 161 </dd> 162 </dl> 163 </div> 164 <hr><p>CONFIDENTIAL</p></body> 165</html> 166