core/com.nokia.carbide.cpp.doc.user/html/reference/view_reg_details.htm
branchRCL_2_4
changeset 1225 a546534a48de
parent 0 fb279309251b
--- a/core/com.nokia.carbide.cpp.doc.user/html/reference/view_reg_details.htm	Thu Apr 15 18:07:10 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/reference/view_reg_details.htm	Fri Apr 16 09:51:37 2010 -0500
@@ -1,138 +1,138 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-<meta http-equiv="Content-Style-Type" content="text/css" />
-<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
-<title>Registers Details Window</title>
-<link rel="StyleSheet" href="../../book.css" type="text/css"/>
-</head>
-<body bgcolor="#FFFFFF">
-<h2>Registers Details Window</h2>
-<p>  The Register Details window (Windows OS) lets you view detailed information about individual bits of registers from 2 bits to 32 bits in size. This window shows information for both system registers and memory-mapped registers. To open the Register Details window, click View &gt; Register Details or Window &gt; Register Details Window.</p>
-<p>The Register Details window has fields that describe the register, its bitfields, and the values of those bitfields. XML files in the Registers folder of your Carbide installation provide the information that appears in the window. The Registers folder is inside the Support folder. The Support folder is inside the Plugins folder of your Carbide installation.</p>
-<p>Figure 1  shows the Register Details window. Table 1  explains items in the window.</p>
-<p class="figure">Figure 1 Register Details window<br />
-</p>
-<h5>Table 1. Register Details window&mdash;items </h5>
-<table width="94%"  border="0" cellpadding="2" cellspacing="0">
-  <tr>
-    <th width="29%" scope="col">Item</th>
-    <th width="17%" scope="col">Icon</th>
-    <th width="54%" scope="col">Explanation</th>
-  </tr>
-  <tr>
-    <td>Description File text box</td>
-    <td>&nbsp;</td>
-    <td>Enter the name or full path to the XML file for the register you want to view, or click the Browse button to open a dialog box that you can use to specify the file.</td>
-  </tr>
-  <tr>
-    <td>Register Name</td>
-    <td>&nbsp;</td>
-    <td>Shows the name of the register depicted in the window.</td>
-  </tr>
-  <tr>
-    <td>Address text box</td>
-    <td>&nbsp;</td>
-    <td><p>Enter the starting address of the register values that you want to see in the Register Display.</p>
-    <p> An error message appears if you enter an invalid starting address.</p></td>
-  </tr>
-  <tr>
-    <td>Format list box</td>
-    <td>&nbsp;</td>
-    <td><p>Specify the data format for bit values in the Register Display:</p>
-      <ul>
-        <li>Binary</li>
-        <li>Character</li>
-        <li>Decimal</li>
-        <li>Unsigned Decimal</li>
-        <li>Hexadeccimal</li>
-        <li>Default&mdash;have the IDE determine the best format</li>
-    </ul></td>
-  </tr>
-  <tr>
-    <td>Register Display</td>
-    <td>&nbsp;</td>
-    <td>Shows a depiction of the register that you specify in the Description File text box, including individual register bits and their values.</td>
-  </tr>
-  <tr>
-    <td>Bitfield Name list box</td>
-    <td>&nbsp;</td>
-    <td><p>Specify a bitfield to highlight in the Register Display. The Description portion of the window reflects available information for the bitfield.</p>
-    <p> Select None to have the Description portion of the window reflect information for the entire register and not a bitfield in that register.</p></td>
-  </tr>
-  <tr>
-    <td>Bit Value text box</td>
-    <td>&nbsp;</td>
-    <td><p>Shows the current value of the bits in the Bitfield Name list box, according to the format that you specify in the Format list box.</p>
-      <p>Click the spin buttons to increment or decrement the current value, or enter a new value in the text box.</p>
-    <p>Changing the value changes only the Register Display. You must click the Write button to write the new value to the register itself.</p></td>
-  </tr>
-  <tr>
-    <td>Bit Value Modifier list box</td>
-    <td>&nbsp;</td>
-    <td><p>Specify a new value for the selected bitfield, or view a brief explanation of specific bitfield values.</p>
-    <p> Changing the value changes only the Register Display. You must click the Write button to write the new value to the register.</p></td>
-  </tr>
-  <tr>
-    <td>Description</td>
-    <td>&nbsp;</td>
-    <td><p>Shows a description of the register or a selected bitfield in the register.</p>
-      <p> Use the Description File text box to specify the register.</p>
-    <p>Use the Text View list box to view specific register information, such as register descriptions, bitfield descriptions, and register details.</p></td>
-  </tr>
-  <tr>
-    <td>Revert button</td>
-    <td>&nbsp;</td>
-    <td><p>Click to change a modified value in the Register Display to its original value.</p>
-    <p> If you clicked the Write button to write a new value to the register, you cannot revert that value.</p></td>
-  </tr>
-  <tr>
-    <td>Read button</td>
-    <td>&nbsp;</td>
-    <td>Click to have the Register Display reflect current bit values from the register itself.</td>
-  </tr>
-  <tr>
-    <td>Write button</td>
-    <td>&nbsp;</td>
-    <td><p>Click to write the bit values in the Register Display to the register.</p>
-    <p> After you write new values to the register, you cannot revert them.</p></td>
-  </tr>
-  <tr>
-    <td>Reset Value button</td>
-    <td>&nbsp;</td>
-    <td><p>Click to restore the default value for the selected bitfield.</p>
-    <p> The IDE disables this button if the selected bitfield does not have a default value.</p></td>
-  </tr>
-  <tr>
-    <td>Text View list box</td>
-    <td>&nbsp;</td>
-    <td>Use to specify information that appears in the Description portion of the window.</td>
-  </tr>
-</table>
-<h4> Description File</h4>
-<p> Enter in this text box the name of the register that you want to see in the Register Display of the Register Details window. Alternatively, enter the full path to the register description file on your computer, or click the Browse button to open a dialog box that lets you specify the register description file. The text box is not case sensitive.</p>
-<p>After you enter a name or path, the debugger searches for a matching register description file in the Registers folder of your Carbide installation and the project access paths. If the debugger finds a matching file, the Register Display updates the information in the Register Details window. If the debugger does not find a matching name, an error message appears.</p>
-<p>For example, to view the contents of the Opcode register, you can:</p>
-<ul>
-  <li>type <span class="code">Opcode</span> in the Description File text box and press Enter or Return, or</li>
-  <li>type the full path to the <span class="code">opcode.xml</span> file in the Registers folder and press Enter or Return.</li>
-</ul>
-<p>The debugger matches your entry with the <span class="code">opcode.xml</span> file in the Registers folder. The Register Display in the Register Details window updates its information to show Opcode register details.</p>
-<p>The debugger also updates the Register Display to show the current values in the register. If the debugger fails to update the display, an error message appears.</p>
-<h4>Register Display</h4>
-<p>This display shows the current contents of 32 bits of register data, starting at the address that you specify in the Address text box. The data appears according to the format that you specify in the Format list box.</p>
-<p>The Register Display groups the 32 bits of data into register bitfields. Clicking one of the bits selects its associated bitfield. Additional information about the bitfield, such as its name and permissions, appears in the Description portion of the Register Details window.</p>
-<h4>Text View</h4>
-<p>Use this list box to change the information that appears in the Description portion of the Register Details window:</p>
-<ul>
-  <li><b>Auto</b>&mdash;select to have the IDE determine which information to display in the window</li>
-  <li><b>Register Description</b>&mdash;select to show information about the entire register, such as the name of the register itself and the meaning of its contents</li>
-  <li><b>Bitfield Description</b>&mdash;select to show information about the selected bitfield in the Register Display, such as the name of the bitfield and its access permissions</li>
-  <li><b>Register Details</b>&mdash;select to show in-depth information about the current register, such as its name, its bit values, and bit-value explanations<br />
-  </li>
-</ul>
-<div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
-
-</body>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<meta http-equiv="Content-Style-Type" content="text/css" />
+<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
+<title>Registers Details Window</title>
+<link rel="StyleSheet" href="../../book.css" type="text/css"/>
+</head>
+<body bgcolor="#FFFFFF">
+<h2>Registers Details Window</h2>
+<p>  The Register Details window (Windows OS) lets you view detailed information about individual bits of registers from 2 bits to 32 bits in size. This window shows information for both system registers and memory-mapped registers. To open the Register Details window, click View &gt; Register Details or Window &gt; Register Details Window.</p>
+<p>The Register Details window has fields that describe the register, its bitfields, and the values of those bitfields. XML files in the Registers folder of your Carbide installation provide the information that appears in the window. The Registers folder is inside the Support folder. The Support folder is inside the Plugins folder of your Carbide installation.</p>
+<p>Figure 1  shows the Register Details window. Table 1  explains items in the window.</p>
+<p class="figure">Figure 1 Register Details window<br />
+</p>
+<h5>Table 1. Register Details window&mdash;items </h5>
+<table width="94%"  border="0" cellpadding="2" cellspacing="0">
+  <tr>
+    <th width="29%" scope="col">Item</th>
+    <th width="17%" scope="col">Icon</th>
+    <th width="54%" scope="col">Explanation</th>
+  </tr>
+  <tr>
+    <td>Description File text box</td>
+    <td>&nbsp;</td>
+    <td>Enter the name or full path to the XML file for the register you want to view, or click the Browse button to open a dialog box that you can use to specify the file.</td>
+  </tr>
+  <tr>
+    <td>Register Name</td>
+    <td>&nbsp;</td>
+    <td>Shows the name of the register depicted in the window.</td>
+  </tr>
+  <tr>
+    <td>Address text box</td>
+    <td>&nbsp;</td>
+    <td><p>Enter the starting address of the register values that you want to see in the Register Display.</p>
+    <p> An error message appears if you enter an invalid starting address.</p></td>
+  </tr>
+  <tr>
+    <td>Format list box</td>
+    <td>&nbsp;</td>
+    <td><p>Specify the data format for bit values in the Register Display:</p>
+      <ul>
+        <li>Binary</li>
+        <li>Character</li>
+        <li>Decimal</li>
+        <li>Unsigned Decimal</li>
+        <li>Hexadeccimal</li>
+        <li>Default&mdash;have the IDE determine the best format</li>
+    </ul></td>
+  </tr>
+  <tr>
+    <td>Register Display</td>
+    <td>&nbsp;</td>
+    <td>Shows a depiction of the register that you specify in the Description File text box, including individual register bits and their values.</td>
+  </tr>
+  <tr>
+    <td>Bitfield Name list box</td>
+    <td>&nbsp;</td>
+    <td><p>Specify a bitfield to highlight in the Register Display. The Description portion of the window reflects available information for the bitfield.</p>
+    <p> Select None to have the Description portion of the window reflect information for the entire register and not a bitfield in that register.</p></td>
+  </tr>
+  <tr>
+    <td>Bit Value text box</td>
+    <td>&nbsp;</td>
+    <td><p>Shows the current value of the bits in the Bitfield Name list box, according to the format that you specify in the Format list box.</p>
+      <p>Click the spin buttons to increment or decrement the current value, or enter a new value in the text box.</p>
+    <p>Changing the value changes only the Register Display. You must click the Write button to write the new value to the register itself.</p></td>
+  </tr>
+  <tr>
+    <td>Bit Value Modifier list box</td>
+    <td>&nbsp;</td>
+    <td><p>Specify a new value for the selected bitfield, or view a brief explanation of specific bitfield values.</p>
+    <p> Changing the value changes only the Register Display. You must click the Write button to write the new value to the register.</p></td>
+  </tr>
+  <tr>
+    <td>Description</td>
+    <td>&nbsp;</td>
+    <td><p>Shows a description of the register or a selected bitfield in the register.</p>
+      <p> Use the Description File text box to specify the register.</p>
+    <p>Use the Text View list box to view specific register information, such as register descriptions, bitfield descriptions, and register details.</p></td>
+  </tr>
+  <tr>
+    <td>Revert button</td>
+    <td>&nbsp;</td>
+    <td><p>Click to change a modified value in the Register Display to its original value.</p>
+    <p> If you clicked the Write button to write a new value to the register, you cannot revert that value.</p></td>
+  </tr>
+  <tr>
+    <td>Read button</td>
+    <td>&nbsp;</td>
+    <td>Click to have the Register Display reflect current bit values from the register itself.</td>
+  </tr>
+  <tr>
+    <td>Write button</td>
+    <td>&nbsp;</td>
+    <td><p>Click to write the bit values in the Register Display to the register.</p>
+    <p> After you write new values to the register, you cannot revert them.</p></td>
+  </tr>
+  <tr>
+    <td>Reset Value button</td>
+    <td>&nbsp;</td>
+    <td><p>Click to restore the default value for the selected bitfield.</p>
+    <p> The IDE disables this button if the selected bitfield does not have a default value.</p></td>
+  </tr>
+  <tr>
+    <td>Text View list box</td>
+    <td>&nbsp;</td>
+    <td>Use to specify information that appears in the Description portion of the window.</td>
+  </tr>
+</table>
+<h4> Description File</h4>
+<p> Enter in this text box the name of the register that you want to see in the Register Display of the Register Details window. Alternatively, enter the full path to the register description file on your computer, or click the Browse button to open a dialog box that lets you specify the register description file. The text box is not case sensitive.</p>
+<p>After you enter a name or path, the debugger searches for a matching register description file in the Registers folder of your Carbide installation and the project access paths. If the debugger finds a matching file, the Register Display updates the information in the Register Details window. If the debugger does not find a matching name, an error message appears.</p>
+<p>For example, to view the contents of the Opcode register, you can:</p>
+<ul>
+  <li>type <span class="code">Opcode</span> in the Description File text box and press Enter or Return, or</li>
+  <li>type the full path to the <span class="code">opcode.xml</span> file in the Registers folder and press Enter or Return.</li>
+</ul>
+<p>The debugger matches your entry with the <span class="code">opcode.xml</span> file in the Registers folder. The Register Display in the Register Details window updates its information to show Opcode register details.</p>
+<p>The debugger also updates the Register Display to show the current values in the register. If the debugger fails to update the display, an error message appears.</p>
+<h4>Register Display</h4>
+<p>This display shows the current contents of 32 bits of register data, starting at the address that you specify in the Address text box. The data appears according to the format that you specify in the Format list box.</p>
+<p>The Register Display groups the 32 bits of data into register bitfields. Clicking one of the bits selects its associated bitfield. Additional information about the bitfield, such as its name and permissions, appears in the Description portion of the Register Details window.</p>
+<h4>Text View</h4>
+<p>Use this list box to change the information that appears in the Description portion of the Register Details window:</p>
+<ul>
+  <li><b>Auto</b>&mdash;select to have the IDE determine which information to display in the window</li>
+  <li><b>Register Description</b>&mdash;select to show information about the entire register, such as the name of the register itself and the meaning of its contents</li>
+  <li><b>Bitfield Description</b>&mdash;select to show information about the selected bitfield in the Register Display, such as the name of the bitfield and its access permissions</li>
+  <li><b>Register Details</b>&mdash;select to show in-depth information about the current register, such as its name, its bit values, and bit-value explanations<br />
+  </li>
+</ul>
+<div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
+
+</body>
 </html>
\ No newline at end of file