<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.20"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>SAME54P20A Test Project: /storage/Shared/Documents/Projects/ePenguin/ePenguin-Software-Framework/arch/arm/SAME54/SAME54A/mcu/inc/component/adc.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">SAME54P20A Test Project
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.20 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="dir_ea9599923402ca8ab47fc3e495999dea.html">arch</a></li><li class="navelem"><a class="el" href="dir_9e929c73feaf15d3695ce4c76b483065.html">arm</a></li><li class="navelem"><a class="el" href="dir_58955c0f35a9c3d48181d2be53994c7b.html">SAME54</a></li><li class="navelem"><a class="el" href="dir_09e97e512ca7d4e6cd359f1c5497eeba.html">SAME54A</a></li><li class="navelem"><a class="el" href="dir_4b38d63e5c584a4d6c9001c789e1829f.html">mcu</a></li><li class="navelem"><a class="el" href="dir_d4fc57b996dc082ef023092a5b7d90fc.html">inc</a></li><li class="navelem"><a class="el" href="dir_2bb2e10400507f879251f0324a0a8c7c.html">component</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">adc.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="adc_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160; </div>
<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="preprocessor">#ifndef _SAME54_ADC_COMPONENT_</span></div>
<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="preprocessor">#define _SAME54_ADC_COMPONENT_</span></div>
<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160; </div>
<div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="comment">/* ========================================================================== */</span></div>
<div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="comment">/* ========================================================================== */</span></div>
<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160; </div>
<div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="preprocessor">#define ADC_U2500</span></div>
<div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;<span class="preprocessor">#define REV_ADC                     0x100</span></div>
<div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160; </div>
<div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;<span class="comment">/* -------- ADC_CTRLA : (ADC Offset: 0x00) (R/W 16) Control A -------- */</span></div>
<div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="unionADC__CTRLA__Type.html">   44</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;  <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="unionADC__CTRLA__Type.html#adf3c15b8e5084fb33cd4f54b59e4d4f2">   46</a></span>&#160;    uint16_t <a class="code" href="unionADC__CTRLA__Type.html#adf3c15b8e5084fb33cd4f54b59e4d4f2">SWRST</a>:1;          </div>
<div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="unionADC__CTRLA__Type.html#ad31bea337c075d04382f42ad42eab6b2">   47</a></span>&#160;    uint16_t <a class="code" href="unionADC__CTRLA__Type.html#ad31bea337c075d04382f42ad42eab6b2">ENABLE</a>:1;         </div>
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="unionADC__CTRLA__Type.html#a5b70cca1048edb4243748f4017e6aef6">   48</a></span>&#160;    uint16_t :1;               </div>
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="unionADC__CTRLA__Type.html#a3931179dcc9be023c1728a78b17e1b52">   49</a></span>&#160;    uint16_t <a class="code" href="unionADC__CTRLA__Type.html#a3931179dcc9be023c1728a78b17e1b52">DUALSEL</a>:2;        </div>
<div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="unionADC__CTRLA__Type.html#a6f168e09ec28a6c574bd677c453abcf2">   50</a></span>&#160;    uint16_t <a class="code" href="unionADC__CTRLA__Type.html#a6f168e09ec28a6c574bd677c453abcf2">SLAVEEN</a>:1;        </div>
<div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="unionADC__CTRLA__Type.html#a7df2e285bc594bcc72d71d0a42804302">   51</a></span>&#160;    uint16_t <a class="code" href="unionADC__CTRLA__Type.html#a7df2e285bc594bcc72d71d0a42804302">RUNSTDBY</a>:1;       </div>
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="unionADC__CTRLA__Type.html#a2a96f922b99a63e1a3a22aa8d99f011d">   52</a></span>&#160;    uint16_t <a class="code" href="unionADC__CTRLA__Type.html#a2a96f922b99a63e1a3a22aa8d99f011d">ONDEMAND</a>:1;       </div>
<div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="unionADC__CTRLA__Type.html#a979fbe4ca2639dc4302ed24a3c84aa39">   53</a></span>&#160;    uint16_t <a class="code" href="unionADC__CTRLA__Type.html#a979fbe4ca2639dc4302ed24a3c84aa39">PRESCALER</a>:3;      </div>
<div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="unionADC__CTRLA__Type.html#a3180cd5dc73715669c4737ad5c647eb7">   54</a></span>&#160;    uint16_t :4;               </div>
<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="unionADC__CTRLA__Type.html#a05664c8f289fcc554f5d8b75f1706ec4">   55</a></span>&#160;    uint16_t <a class="code" href="unionADC__CTRLA__Type.html#a05664c8f289fcc554f5d8b75f1706ec4">R2R</a>:1;            </div>
<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="unionADC__CTRLA__Type.html#a2e6c2711751759ec4e2a934bb4b5b81a">   56</a></span>&#160;  } bit;                       </div>
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="unionADC__CTRLA__Type.html#a8b5e807d9ac32709390f61f4735c536f">   57</a></span>&#160;  uint16_t <a class="code" href="unionADC__CTRLA__Type.html#a8b5e807d9ac32709390f61f4735c536f">reg</a>;                </div>
<div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;} <a class="code" href="unionADC__CTRLA__Type.html">ADC_CTRLA_Type</a>;</div>
<div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160; </div>
<div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="adc_8h.html#a6ecd1e22b3acb8e29dbc4707a32dbbe7">   61</a></span>&#160;<span class="preprocessor">#define ADC_CTRLA_OFFSET            0x00         </span></div>
<div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="adc_8h.html#a3d883ad1cad4255a6d5d789742d28e9f">   62</a></span>&#160;<span class="preprocessor">#define ADC_CTRLA_RESETVALUE        _U_(0x0000)  </span></div>
<div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="adc_8h.html#af8ef9401077365b9f9fe6f89c96efab8">   64</a></span>&#160;<span class="preprocessor">#define ADC_CTRLA_SWRST_Pos         0            </span></div>
<div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;<span class="preprocessor">#define ADC_CTRLA_SWRST             (_U_(0x1) &lt;&lt; ADC_CTRLA_SWRST_Pos)</span></div>
<div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="adc_8h.html#ac82ee67f4cbe73c614e78ac5789daa88">   66</a></span>&#160;<span class="preprocessor">#define ADC_CTRLA_ENABLE_Pos        1            </span></div>
<div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;<span class="preprocessor">#define ADC_CTRLA_ENABLE            (_U_(0x1) &lt;&lt; ADC_CTRLA_ENABLE_Pos)</span></div>
<div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="adc_8h.html#abc1b5f0a540b8d4c1abd2a1c7274e65f">   68</a></span>&#160;<span class="preprocessor">#define ADC_CTRLA_DUALSEL_Pos       3            </span></div>
<div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;<span class="preprocessor">#define ADC_CTRLA_DUALSEL_Msk       (_U_(0x3) &lt;&lt; ADC_CTRLA_DUALSEL_Pos)</span></div>
<div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;<span class="preprocessor">#define ADC_CTRLA_DUALSEL(value)    (ADC_CTRLA_DUALSEL_Msk &amp; ((value) &lt;&lt; ADC_CTRLA_DUALSEL_Pos))</span></div>
<div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="adc_8h.html#a2d498c0a65816bbaade2f26cb96f3ebe">   71</a></span>&#160;<span class="preprocessor">#define   ADC_CTRLA_DUALSEL_BOTH_Val      _U_(0x0)   </span></div>
<div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="adc_8h.html#abb4b866b3806c3163dd5bf56c542d0b1">   72</a></span>&#160;<span class="preprocessor">#define   ADC_CTRLA_DUALSEL_INTERLEAVE_Val _U_(0x1)   </span></div>
<div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;<span class="preprocessor">#define ADC_CTRLA_DUALSEL_BOTH      (ADC_CTRLA_DUALSEL_BOTH_Val    &lt;&lt; ADC_CTRLA_DUALSEL_Pos)</span></div>
<div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;<span class="preprocessor">#define ADC_CTRLA_DUALSEL_INTERLEAVE (ADC_CTRLA_DUALSEL_INTERLEAVE_Val &lt;&lt; ADC_CTRLA_DUALSEL_Pos)</span></div>
<div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="adc_8h.html#ae8a13bd67a942534971f0ecc9a6eac83">   75</a></span>&#160;<span class="preprocessor">#define ADC_CTRLA_SLAVEEN_Pos       5            </span></div>
<div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;<span class="preprocessor">#define ADC_CTRLA_SLAVEEN           (_U_(0x1) &lt;&lt; ADC_CTRLA_SLAVEEN_Pos)</span></div>
<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="adc_8h.html#a976523f3fa62e81cab8eff5acd00b190">   77</a></span>&#160;<span class="preprocessor">#define ADC_CTRLA_RUNSTDBY_Pos      6            </span></div>
<div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;<span class="preprocessor">#define ADC_CTRLA_RUNSTDBY          (_U_(0x1) &lt;&lt; ADC_CTRLA_RUNSTDBY_Pos)</span></div>
<div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="adc_8h.html#a90000aea0ff9245e1980ca9680a78e5a">   79</a></span>&#160;<span class="preprocessor">#define ADC_CTRLA_ONDEMAND_Pos      7            </span></div>
<div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;<span class="preprocessor">#define ADC_CTRLA_ONDEMAND          (_U_(0x1) &lt;&lt; ADC_CTRLA_ONDEMAND_Pos)</span></div>
<div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="adc_8h.html#a99cb7ced4a39c1a695348a6e8634b103">   81</a></span>&#160;<span class="preprocessor">#define ADC_CTRLA_PRESCALER_Pos     8            </span></div>
<div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;<span class="preprocessor">#define ADC_CTRLA_PRESCALER_Msk     (_U_(0x7) &lt;&lt; ADC_CTRLA_PRESCALER_Pos)</span></div>
<div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;<span class="preprocessor">#define ADC_CTRLA_PRESCALER(value)  (ADC_CTRLA_PRESCALER_Msk &amp; ((value) &lt;&lt; ADC_CTRLA_PRESCALER_Pos))</span></div>
<div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="adc_8h.html#af955a31af47d32dcffe5e00beb891e97">   84</a></span>&#160;<span class="preprocessor">#define   ADC_CTRLA_PRESCALER_DIV2_Val    _U_(0x0)   </span></div>
<div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="adc_8h.html#a481eb4203a95811d7eec4920f2afe305">   85</a></span>&#160;<span class="preprocessor">#define   ADC_CTRLA_PRESCALER_DIV4_Val    _U_(0x1)   </span></div>
<div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="adc_8h.html#abc3878ebf83b3cae7e654f2c5972a7a8">   86</a></span>&#160;<span class="preprocessor">#define   ADC_CTRLA_PRESCALER_DIV8_Val    _U_(0x2)   </span></div>
<div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="adc_8h.html#afe10349fa5c47f3c562527aae02108fe">   87</a></span>&#160;<span class="preprocessor">#define   ADC_CTRLA_PRESCALER_DIV16_Val   _U_(0x3)   </span></div>
<div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="adc_8h.html#ae960af5a9b9d6c97f56e413bfa639edb">   88</a></span>&#160;<span class="preprocessor">#define   ADC_CTRLA_PRESCALER_DIV32_Val   _U_(0x4)   </span></div>
<div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="adc_8h.html#a367bac0f454d780cc249624c95bbc94b">   89</a></span>&#160;<span class="preprocessor">#define   ADC_CTRLA_PRESCALER_DIV64_Val   _U_(0x5)   </span></div>
<div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="adc_8h.html#a658c68dc4b620e2188d8fc3eeb66ae48">   90</a></span>&#160;<span class="preprocessor">#define   ADC_CTRLA_PRESCALER_DIV128_Val  _U_(0x6)   </span></div>
<div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="adc_8h.html#a1b4c8fd3341bd1c42860ecd12718a416">   91</a></span>&#160;<span class="preprocessor">#define   ADC_CTRLA_PRESCALER_DIV256_Val  _U_(0x7)   </span></div>
<div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;<span class="preprocessor">#define ADC_CTRLA_PRESCALER_DIV2    (ADC_CTRLA_PRESCALER_DIV2_Val  &lt;&lt; ADC_CTRLA_PRESCALER_Pos)</span></div>
<div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;<span class="preprocessor">#define ADC_CTRLA_PRESCALER_DIV4    (ADC_CTRLA_PRESCALER_DIV4_Val  &lt;&lt; ADC_CTRLA_PRESCALER_Pos)</span></div>
<div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;<span class="preprocessor">#define ADC_CTRLA_PRESCALER_DIV8    (ADC_CTRLA_PRESCALER_DIV8_Val  &lt;&lt; ADC_CTRLA_PRESCALER_Pos)</span></div>
<div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;<span class="preprocessor">#define ADC_CTRLA_PRESCALER_DIV16   (ADC_CTRLA_PRESCALER_DIV16_Val &lt;&lt; ADC_CTRLA_PRESCALER_Pos)</span></div>
<div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;<span class="preprocessor">#define ADC_CTRLA_PRESCALER_DIV32   (ADC_CTRLA_PRESCALER_DIV32_Val &lt;&lt; ADC_CTRLA_PRESCALER_Pos)</span></div>
<div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;<span class="preprocessor">#define ADC_CTRLA_PRESCALER_DIV64   (ADC_CTRLA_PRESCALER_DIV64_Val &lt;&lt; ADC_CTRLA_PRESCALER_Pos)</span></div>
<div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;<span class="preprocessor">#define ADC_CTRLA_PRESCALER_DIV128  (ADC_CTRLA_PRESCALER_DIV128_Val &lt;&lt; ADC_CTRLA_PRESCALER_Pos)</span></div>
<div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;<span class="preprocessor">#define ADC_CTRLA_PRESCALER_DIV256  (ADC_CTRLA_PRESCALER_DIV256_Val &lt;&lt; ADC_CTRLA_PRESCALER_Pos)</span></div>
<div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="adc_8h.html#a770e72c78b0266c9ea31a2f1761b27ad">  100</a></span>&#160;<span class="preprocessor">#define ADC_CTRLA_R2R_Pos           15           </span></div>
<div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;<span class="preprocessor">#define ADC_CTRLA_R2R               (_U_(0x1) &lt;&lt; ADC_CTRLA_R2R_Pos)</span></div>
<div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="adc_8h.html#a27d2475024ff104bf51f4575cdbbe276">  102</a></span>&#160;<span class="preprocessor">#define ADC_CTRLA_MASK              _U_(0x87FB)  </span></div>
<div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- ADC_EVCTRL : (ADC Offset: 0x02) (R/W  8) Event Control -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="unionADC__EVCTRL__Type.html">  106</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;  <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="unionADC__EVCTRL__Type.html#a850525624374a035c5a3483c8bde43c1">  108</a></span>&#160;    uint8_t  <a class="code" href="unionADC__EVCTRL__Type.html#a850525624374a035c5a3483c8bde43c1">FLUSHEI</a>:1;        </div>
<div class="line"><a name="l00109"></a><span class="lineno"><a class="line" href="unionADC__EVCTRL__Type.html#ae2c0cada9f20a0fa68e6eef04c8500e2">  109</a></span>&#160;    uint8_t  <a class="code" href="unionADC__EVCTRL__Type.html#ae2c0cada9f20a0fa68e6eef04c8500e2">STARTEI</a>:1;        </div>
<div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="unionADC__EVCTRL__Type.html#a2e3b8cb7011192b715d0baa305bf0555">  110</a></span>&#160;    uint8_t  <a class="code" href="unionADC__EVCTRL__Type.html#a2e3b8cb7011192b715d0baa305bf0555">FLUSHINV</a>:1;       </div>
<div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="unionADC__EVCTRL__Type.html#aa283caa3f68fdce21ef0c33b9b22e7a7">  111</a></span>&#160;    uint8_t  <a class="code" href="unionADC__EVCTRL__Type.html#aa283caa3f68fdce21ef0c33b9b22e7a7">STARTINV</a>:1;       </div>
<div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="unionADC__EVCTRL__Type.html#a60c1f728bfa1da65d54772c9f96db97c">  112</a></span>&#160;    uint8_t  <a class="code" href="unionADC__EVCTRL__Type.html#a60c1f728bfa1da65d54772c9f96db97c">RESRDYEO</a>:1;       </div>
<div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="unionADC__EVCTRL__Type.html#ac9940eaccf8de887688bb552b1ce6da9">  113</a></span>&#160;    uint8_t  <a class="code" href="unionADC__EVCTRL__Type.html#ac9940eaccf8de887688bb552b1ce6da9">WINMONEO</a>:1;       </div>
<div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="unionADC__EVCTRL__Type.html#accb53ef8067553087d6f7bbb68423d11">  114</a></span>&#160;    uint8_t  :2;               </div>
<div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="unionADC__EVCTRL__Type.html#a5d18d82c6b59acf56d1978d1b7023f5f">  115</a></span>&#160;  } bit;                       </div>
<div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="unionADC__EVCTRL__Type.html#a6f1b45a79d4631f72e1abebd7cd91824">  116</a></span>&#160;  uint8_t <a class="code" href="unionADC__EVCTRL__Type.html#a6f1b45a79d4631f72e1abebd7cd91824">reg</a>;                 </div>
<div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;} <a class="code" href="unionADC__EVCTRL__Type.html">ADC_EVCTRL_Type</a>;</div>
<div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160; </div>
<div class="line"><a name="l00120"></a><span class="lineno"><a class="line" href="adc_8h.html#ac21857646620ffdd08e5e8b06a428bcb">  120</a></span>&#160;<span class="preprocessor">#define ADC_EVCTRL_OFFSET           0x02         </span></div>
<div class="line"><a name="l00121"></a><span class="lineno"><a class="line" href="adc_8h.html#aeac5f216df63e8624c483526993c013c">  121</a></span>&#160;<span class="preprocessor">#define ADC_EVCTRL_RESETVALUE       _U_(0x00)    </span></div>
<div class="line"><a name="l00123"></a><span class="lineno"><a class="line" href="adc_8h.html#a7e43c435c6e972cd3d1ba58929fa98dc">  123</a></span>&#160;<span class="preprocessor">#define ADC_EVCTRL_FLUSHEI_Pos      0            </span></div>
<div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;<span class="preprocessor">#define ADC_EVCTRL_FLUSHEI          (_U_(0x1) &lt;&lt; ADC_EVCTRL_FLUSHEI_Pos)</span></div>
<div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="adc_8h.html#af92080afb69dadfd33cc3d2b155a966b">  125</a></span>&#160;<span class="preprocessor">#define ADC_EVCTRL_STARTEI_Pos      1            </span></div>
<div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;<span class="preprocessor">#define ADC_EVCTRL_STARTEI          (_U_(0x1) &lt;&lt; ADC_EVCTRL_STARTEI_Pos)</span></div>
<div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="adc_8h.html#a9d5e64bc7d34bbf04f17078d1d0912af">  127</a></span>&#160;<span class="preprocessor">#define ADC_EVCTRL_FLUSHINV_Pos     2            </span></div>
<div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;<span class="preprocessor">#define ADC_EVCTRL_FLUSHINV         (_U_(0x1) &lt;&lt; ADC_EVCTRL_FLUSHINV_Pos)</span></div>
<div class="line"><a name="l00129"></a><span class="lineno"><a class="line" href="adc_8h.html#afb19da28a4e8484bb02d42e69c09c664">  129</a></span>&#160;<span class="preprocessor">#define ADC_EVCTRL_STARTINV_Pos     3            </span></div>
<div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;<span class="preprocessor">#define ADC_EVCTRL_STARTINV         (_U_(0x1) &lt;&lt; ADC_EVCTRL_STARTINV_Pos)</span></div>
<div class="line"><a name="l00131"></a><span class="lineno"><a class="line" href="adc_8h.html#a20243ed239f2fe8a42ad79d1d8414415">  131</a></span>&#160;<span class="preprocessor">#define ADC_EVCTRL_RESRDYEO_Pos     4            </span></div>
<div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;<span class="preprocessor">#define ADC_EVCTRL_RESRDYEO         (_U_(0x1) &lt;&lt; ADC_EVCTRL_RESRDYEO_Pos)</span></div>
<div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="adc_8h.html#aee6cc66f7667c52d0f0166c26fb61ac5">  133</a></span>&#160;<span class="preprocessor">#define ADC_EVCTRL_WINMONEO_Pos     5            </span></div>
<div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;<span class="preprocessor">#define ADC_EVCTRL_WINMONEO         (_U_(0x1) &lt;&lt; ADC_EVCTRL_WINMONEO_Pos)</span></div>
<div class="line"><a name="l00135"></a><span class="lineno"><a class="line" href="adc_8h.html#a3163598754fcfe1101f38627982c882f">  135</a></span>&#160;<span class="preprocessor">#define ADC_EVCTRL_MASK             _U_(0x3F)    </span></div>
<div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- ADC_DBGCTRL : (ADC Offset: 0x03) (R/W  8) Debug Control -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="unionADC__DBGCTRL__Type.html">  139</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;  <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="unionADC__DBGCTRL__Type.html#a026b428acb05c929f9549c93375f5909">  141</a></span>&#160;    uint8_t  <a class="code" href="unionADC__DBGCTRL__Type.html#a026b428acb05c929f9549c93375f5909">DBGRUN</a>:1;         </div>
<div class="line"><a name="l00142"></a><span class="lineno"><a class="line" href="unionADC__DBGCTRL__Type.html#a04bcdf0b567aef997eeb644bc510c0d3">  142</a></span>&#160;    uint8_t  :7;               </div>
<div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="unionADC__DBGCTRL__Type.html#a074d266f0fc648af38c0772c0a113b7c">  143</a></span>&#160;  } bit;                       </div>
<div class="line"><a name="l00144"></a><span class="lineno"><a class="line" href="unionADC__DBGCTRL__Type.html#ab6eaeef2c5a93686734b8558b6432f37">  144</a></span>&#160;  uint8_t <a class="code" href="unionADC__DBGCTRL__Type.html#ab6eaeef2c5a93686734b8558b6432f37">reg</a>;                 </div>
<div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;} <a class="code" href="unionADC__DBGCTRL__Type.html">ADC_DBGCTRL_Type</a>;</div>
<div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160; </div>
<div class="line"><a name="l00148"></a><span class="lineno"><a class="line" href="adc_8h.html#a4e4a609b23ab0bec015d436e2abf67fe">  148</a></span>&#160;<span class="preprocessor">#define ADC_DBGCTRL_OFFSET          0x03         </span></div>
<div class="line"><a name="l00149"></a><span class="lineno"><a class="line" href="adc_8h.html#a55a5b2cca3961a9c17812caed2bcbe5a">  149</a></span>&#160;<span class="preprocessor">#define ADC_DBGCTRL_RESETVALUE      _U_(0x00)    </span></div>
<div class="line"><a name="l00151"></a><span class="lineno"><a class="line" href="adc_8h.html#a6efae94a5c4156ab6bddff706917eca0">  151</a></span>&#160;<span class="preprocessor">#define ADC_DBGCTRL_DBGRUN_Pos      0            </span></div>
<div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;<span class="preprocessor">#define ADC_DBGCTRL_DBGRUN          (_U_(0x1) &lt;&lt; ADC_DBGCTRL_DBGRUN_Pos)</span></div>
<div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="adc_8h.html#ab25e0ee29c51fdfc76ba7fc828fd5c0a">  153</a></span>&#160;<span class="preprocessor">#define ADC_DBGCTRL_MASK            _U_(0x01)    </span></div>
<div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- ADC_INPUTCTRL : (ADC Offset: 0x04) (R/W 16) Input Control -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00157"></a><span class="lineno"><a class="line" href="unionADC__INPUTCTRL__Type.html">  157</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;  <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00159"></a><span class="lineno"><a class="line" href="unionADC__INPUTCTRL__Type.html#a01f939ab84b6f9ce9432d408abcf7312">  159</a></span>&#160;    uint16_t <a class="code" href="unionADC__INPUTCTRL__Type.html#a01f939ab84b6f9ce9432d408abcf7312">MUXPOS</a>:5;         </div>
<div class="line"><a name="l00160"></a><span class="lineno"><a class="line" href="unionADC__INPUTCTRL__Type.html#a4b3520a0a084157f8f54a645cdf919df">  160</a></span>&#160;    uint16_t :2;               </div>
<div class="line"><a name="l00161"></a><span class="lineno"><a class="line" href="unionADC__INPUTCTRL__Type.html#ab47b15ef858a1504b73ec38e7b3571f4">  161</a></span>&#160;    uint16_t <a class="code" href="unionADC__INPUTCTRL__Type.html#ab47b15ef858a1504b73ec38e7b3571f4">DIFFMODE</a>:1;       </div>
<div class="line"><a name="l00162"></a><span class="lineno"><a class="line" href="unionADC__INPUTCTRL__Type.html#a0a7d8e4a1fae39ce46e4bab2d96fa83f">  162</a></span>&#160;    uint16_t <a class="code" href="unionADC__INPUTCTRL__Type.html#a0a7d8e4a1fae39ce46e4bab2d96fa83f">MUXNEG</a>:5;         </div>
<div class="line"><a name="l00163"></a><span class="lineno"><a class="line" href="unionADC__INPUTCTRL__Type.html#acb55589a5120d9c174e0e001433a1149">  163</a></span>&#160;    uint16_t :2;               </div>
<div class="line"><a name="l00164"></a><span class="lineno"><a class="line" href="unionADC__INPUTCTRL__Type.html#ad7f7980952a0b657472a5ad6168c7dd7">  164</a></span>&#160;    uint16_t <a class="code" href="unionADC__INPUTCTRL__Type.html#ad7f7980952a0b657472a5ad6168c7dd7">DSEQSTOP</a>:1;       </div>
<div class="line"><a name="l00165"></a><span class="lineno"><a class="line" href="unionADC__INPUTCTRL__Type.html#aafb52cc123339826b6d4e0bd12e507cc">  165</a></span>&#160;  } bit;                       </div>
<div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="unionADC__INPUTCTRL__Type.html#a5efc58bbd4999d116a8ea551bad07042">  166</a></span>&#160;  uint16_t <a class="code" href="unionADC__INPUTCTRL__Type.html#a5efc58bbd4999d116a8ea551bad07042">reg</a>;                </div>
<div class="line"><a name="l00167"></a><span class="lineno">  167</span>&#160;} <a class="code" href="unionADC__INPUTCTRL__Type.html">ADC_INPUTCTRL_Type</a>;</div>
<div class="line"><a name="l00168"></a><span class="lineno">  168</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00169"></a><span class="lineno">  169</span>&#160; </div>
<div class="line"><a name="l00170"></a><span class="lineno"><a class="line" href="adc_8h.html#a9692ff2e0c84bb47a64ed6704defc86c">  170</a></span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_OFFSET        0x04         </span></div>
<div class="line"><a name="l00171"></a><span class="lineno"><a class="line" href="adc_8h.html#a91cf2e939a7345b5a26ff492a176f647">  171</a></span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_RESETVALUE    _U_(0x0000)  </span></div>
<div class="line"><a name="l00173"></a><span class="lineno"><a class="line" href="adc_8h.html#a583868be285e1c06c9a93dfd552d8c6a">  173</a></span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_Pos    0            </span></div>
<div class="line"><a name="l00174"></a><span class="lineno">  174</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_Msk    (_U_(0x1F) &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00175"></a><span class="lineno">  175</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS(value) (ADC_INPUTCTRL_MUXPOS_Msk &amp; ((value) &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos))</span></div>
<div class="line"><a name="l00176"></a><span class="lineno"><a class="line" href="adc_8h.html#a435301c77fea1abf66a3b77a1150cfbe">  176</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_AIN0_Val   _U_(0x0)   </span></div>
<div class="line"><a name="l00177"></a><span class="lineno"><a class="line" href="adc_8h.html#a2687e7ffb68e6da887146f2c62c18f6b">  177</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_AIN1_Val   _U_(0x1)   </span></div>
<div class="line"><a name="l00178"></a><span class="lineno"><a class="line" href="adc_8h.html#acc4be6c554e9992353f7cfc97612ad3c">  178</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_AIN2_Val   _U_(0x2)   </span></div>
<div class="line"><a name="l00179"></a><span class="lineno"><a class="line" href="adc_8h.html#a251c9c1e052523310d09b1acc78e78ac">  179</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_AIN3_Val   _U_(0x3)   </span></div>
<div class="line"><a name="l00180"></a><span class="lineno"><a class="line" href="adc_8h.html#a7f3a2f08ed3b07f84a8c33674b878797">  180</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_AIN4_Val   _U_(0x4)   </span></div>
<div class="line"><a name="l00181"></a><span class="lineno"><a class="line" href="adc_8h.html#a5114a1b1855bcb59f3f85d84bc010f6a">  181</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_AIN5_Val   _U_(0x5)   </span></div>
<div class="line"><a name="l00182"></a><span class="lineno"><a class="line" href="adc_8h.html#a1665dbaf7d7c4b25c646195814e52827">  182</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_AIN6_Val   _U_(0x6)   </span></div>
<div class="line"><a name="l00183"></a><span class="lineno"><a class="line" href="adc_8h.html#a225a4cbb07c063427f5b635c1db6655a">  183</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_AIN7_Val   _U_(0x7)   </span></div>
<div class="line"><a name="l00184"></a><span class="lineno"><a class="line" href="adc_8h.html#a2aee985fdfcb864f7d18c60c09c352e8">  184</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_AIN8_Val   _U_(0x8)   </span></div>
<div class="line"><a name="l00185"></a><span class="lineno"><a class="line" href="adc_8h.html#a6ca797b644abff9b69cfa7b34f6129e6">  185</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_AIN9_Val   _U_(0x9)   </span></div>
<div class="line"><a name="l00186"></a><span class="lineno"><a class="line" href="adc_8h.html#ab884f040492006360c328164cfae72a3">  186</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_AIN10_Val  _U_(0xA)   </span></div>
<div class="line"><a name="l00187"></a><span class="lineno"><a class="line" href="adc_8h.html#a0e221af1407d390a01a75b42e38b2e0c">  187</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_AIN11_Val  _U_(0xB)   </span></div>
<div class="line"><a name="l00188"></a><span class="lineno"><a class="line" href="adc_8h.html#a458774096cef14109980fca96a7ceb66">  188</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_AIN12_Val  _U_(0xC)   </span></div>
<div class="line"><a name="l00189"></a><span class="lineno"><a class="line" href="adc_8h.html#a152571a42b1857c123bf55d3204ac530">  189</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_AIN13_Val  _U_(0xD)   </span></div>
<div class="line"><a name="l00190"></a><span class="lineno"><a class="line" href="adc_8h.html#a6ca65f998850d5f1f86cf8edbc3b4d31">  190</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_AIN14_Val  _U_(0xE)   </span></div>
<div class="line"><a name="l00191"></a><span class="lineno"><a class="line" href="adc_8h.html#a59027c13e656f2325c09c8f21a6abfd7">  191</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_AIN15_Val  _U_(0xF)   </span></div>
<div class="line"><a name="l00192"></a><span class="lineno"><a class="line" href="adc_8h.html#a34709dc7786fc55236c1b307ea2fe5fe">  192</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_AIN16_Val  _U_(0x10)   </span></div>
<div class="line"><a name="l00193"></a><span class="lineno"><a class="line" href="adc_8h.html#ab025b09d10197f292b71759e1921c271">  193</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_AIN17_Val  _U_(0x11)   </span></div>
<div class="line"><a name="l00194"></a><span class="lineno"><a class="line" href="adc_8h.html#a72f8781f2eadc5d8d9f844bfae90b8b9">  194</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_AIN18_Val  _U_(0x12)   </span></div>
<div class="line"><a name="l00195"></a><span class="lineno"><a class="line" href="adc_8h.html#a135578a3e87f1618a959c85357e4a94f">  195</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_AIN19_Val  _U_(0x13)   </span></div>
<div class="line"><a name="l00196"></a><span class="lineno"><a class="line" href="adc_8h.html#a26a5a3d36d0375f971b3261de71af223">  196</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_AIN20_Val  _U_(0x14)   </span></div>
<div class="line"><a name="l00197"></a><span class="lineno"><a class="line" href="adc_8h.html#a43e2078e0fc1fded2d257c6ed7a2de77">  197</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_AIN21_Val  _U_(0x15)   </span></div>
<div class="line"><a name="l00198"></a><span class="lineno"><a class="line" href="adc_8h.html#a3e6d02357fe37cd29c32bb6f9e8fa2b9">  198</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_AIN22_Val  _U_(0x16)   </span></div>
<div class="line"><a name="l00199"></a><span class="lineno"><a class="line" href="adc_8h.html#a647cce884be7f43f6afafb7b93417ce3">  199</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_AIN23_Val  _U_(0x17)   </span></div>
<div class="line"><a name="l00200"></a><span class="lineno"><a class="line" href="adc_8h.html#a9d77bb05e49f1e56dce22cdbeda42df3">  200</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_SCALEDCOREVCC_Val _U_(0x18)   </span></div>
<div class="line"><a name="l00201"></a><span class="lineno"><a class="line" href="adc_8h.html#aab9c614fcc1fd111292116ba7f0e049d">  201</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_SCALEDVBAT_Val _U_(0x19)   </span></div>
<div class="line"><a name="l00202"></a><span class="lineno"><a class="line" href="adc_8h.html#a3d2c77a183f5a2294d33f2bbc77fa637">  202</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_SCALEDIOVCC_Val _U_(0x1A)   </span></div>
<div class="line"><a name="l00203"></a><span class="lineno"><a class="line" href="adc_8h.html#a06e3489e60e6b9a147d334178bc54804">  203</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_BANDGAP_Val _U_(0x1B)   </span></div>
<div class="line"><a name="l00204"></a><span class="lineno"><a class="line" href="adc_8h.html#a992edb598f19f49d0155c82a6e54a15c">  204</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_PTAT_Val   _U_(0x1C)   </span></div>
<div class="line"><a name="l00205"></a><span class="lineno"><a class="line" href="adc_8h.html#a953ac75b34903bd179d9e0d5a74fcb94">  205</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_CTAT_Val   _U_(0x1D)   </span></div>
<div class="line"><a name="l00206"></a><span class="lineno"><a class="line" href="adc_8h.html#a3dcf66ff42fdb4efc566c4790b431ed9">  206</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_DAC_Val    _U_(0x1E)   </span></div>
<div class="line"><a name="l00207"></a><span class="lineno"><a class="line" href="adc_8h.html#a7f4473612d7694a2cd4c4312fa3a63cc">  207</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXPOS_PTC_Val    _U_(0x1F)   </span></div>
<div class="line"><a name="l00208"></a><span class="lineno">  208</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_AIN0   (ADC_INPUTCTRL_MUXPOS_AIN0_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00209"></a><span class="lineno">  209</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_AIN1   (ADC_INPUTCTRL_MUXPOS_AIN1_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00210"></a><span class="lineno">  210</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_AIN2   (ADC_INPUTCTRL_MUXPOS_AIN2_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00211"></a><span class="lineno">  211</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_AIN3   (ADC_INPUTCTRL_MUXPOS_AIN3_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00212"></a><span class="lineno">  212</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_AIN4   (ADC_INPUTCTRL_MUXPOS_AIN4_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00213"></a><span class="lineno">  213</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_AIN5   (ADC_INPUTCTRL_MUXPOS_AIN5_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00214"></a><span class="lineno">  214</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_AIN6   (ADC_INPUTCTRL_MUXPOS_AIN6_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00215"></a><span class="lineno">  215</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_AIN7   (ADC_INPUTCTRL_MUXPOS_AIN7_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00216"></a><span class="lineno">  216</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_AIN8   (ADC_INPUTCTRL_MUXPOS_AIN8_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00217"></a><span class="lineno">  217</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_AIN9   (ADC_INPUTCTRL_MUXPOS_AIN9_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00218"></a><span class="lineno">  218</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_AIN10  (ADC_INPUTCTRL_MUXPOS_AIN10_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00219"></a><span class="lineno">  219</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_AIN11  (ADC_INPUTCTRL_MUXPOS_AIN11_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00220"></a><span class="lineno">  220</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_AIN12  (ADC_INPUTCTRL_MUXPOS_AIN12_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00221"></a><span class="lineno">  221</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_AIN13  (ADC_INPUTCTRL_MUXPOS_AIN13_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00222"></a><span class="lineno">  222</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_AIN14  (ADC_INPUTCTRL_MUXPOS_AIN14_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00223"></a><span class="lineno">  223</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_AIN15  (ADC_INPUTCTRL_MUXPOS_AIN15_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00224"></a><span class="lineno">  224</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_AIN16  (ADC_INPUTCTRL_MUXPOS_AIN16_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00225"></a><span class="lineno">  225</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_AIN17  (ADC_INPUTCTRL_MUXPOS_AIN17_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00226"></a><span class="lineno">  226</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_AIN18  (ADC_INPUTCTRL_MUXPOS_AIN18_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00227"></a><span class="lineno">  227</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_AIN19  (ADC_INPUTCTRL_MUXPOS_AIN19_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00228"></a><span class="lineno">  228</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_AIN20  (ADC_INPUTCTRL_MUXPOS_AIN20_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00229"></a><span class="lineno">  229</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_AIN21  (ADC_INPUTCTRL_MUXPOS_AIN21_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00230"></a><span class="lineno">  230</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_AIN22  (ADC_INPUTCTRL_MUXPOS_AIN22_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00231"></a><span class="lineno">  231</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_AIN23  (ADC_INPUTCTRL_MUXPOS_AIN23_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00232"></a><span class="lineno">  232</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_SCALEDCOREVCC (ADC_INPUTCTRL_MUXPOS_SCALEDCOREVCC_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00233"></a><span class="lineno">  233</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_SCALEDVBAT (ADC_INPUTCTRL_MUXPOS_SCALEDVBAT_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00234"></a><span class="lineno">  234</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_SCALEDIOVCC (ADC_INPUTCTRL_MUXPOS_SCALEDIOVCC_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00235"></a><span class="lineno">  235</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_BANDGAP (ADC_INPUTCTRL_MUXPOS_BANDGAP_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00236"></a><span class="lineno">  236</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_PTAT   (ADC_INPUTCTRL_MUXPOS_PTAT_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00237"></a><span class="lineno">  237</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_CTAT   (ADC_INPUTCTRL_MUXPOS_CTAT_Val &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00238"></a><span class="lineno">  238</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_DAC    (ADC_INPUTCTRL_MUXPOS_DAC_Val  &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00239"></a><span class="lineno">  239</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXPOS_PTC    (ADC_INPUTCTRL_MUXPOS_PTC_Val  &lt;&lt; ADC_INPUTCTRL_MUXPOS_Pos)</span></div>
<div class="line"><a name="l00240"></a><span class="lineno"><a class="line" href="adc_8h.html#a54c56f06861573dce4b7c8f93ae744eb">  240</a></span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_DIFFMODE_Pos  7            </span></div>
<div class="line"><a name="l00241"></a><span class="lineno">  241</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_DIFFMODE      (_U_(0x1) &lt;&lt; ADC_INPUTCTRL_DIFFMODE_Pos)</span></div>
<div class="line"><a name="l00242"></a><span class="lineno"><a class="line" href="adc_8h.html#a47f933ef105812dd56ccffab8f7a0877">  242</a></span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXNEG_Pos    8            </span></div>
<div class="line"><a name="l00243"></a><span class="lineno">  243</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXNEG_Msk    (_U_(0x1F) &lt;&lt; ADC_INPUTCTRL_MUXNEG_Pos)</span></div>
<div class="line"><a name="l00244"></a><span class="lineno">  244</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXNEG(value) (ADC_INPUTCTRL_MUXNEG_Msk &amp; ((value) &lt;&lt; ADC_INPUTCTRL_MUXNEG_Pos))</span></div>
<div class="line"><a name="l00245"></a><span class="lineno"><a class="line" href="adc_8h.html#a867dfa8f9e6a66a7a2ea43d6dbd13764">  245</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXNEG_AIN0_Val   _U_(0x0)   </span></div>
<div class="line"><a name="l00246"></a><span class="lineno"><a class="line" href="adc_8h.html#a65c4031252e29b801ab725e831297c7f">  246</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXNEG_AIN1_Val   _U_(0x1)   </span></div>
<div class="line"><a name="l00247"></a><span class="lineno"><a class="line" href="adc_8h.html#a09e7cbeacb0e375e6e11b4b411581ab2">  247</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXNEG_AIN2_Val   _U_(0x2)   </span></div>
<div class="line"><a name="l00248"></a><span class="lineno"><a class="line" href="adc_8h.html#a7e31bc15fe6f1320232a1c6e96082094">  248</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXNEG_AIN3_Val   _U_(0x3)   </span></div>
<div class="line"><a name="l00249"></a><span class="lineno"><a class="line" href="adc_8h.html#a152c475597bce7f68aaf5844e5c9c1b2">  249</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXNEG_AIN4_Val   _U_(0x4)   </span></div>
<div class="line"><a name="l00250"></a><span class="lineno"><a class="line" href="adc_8h.html#a69a5997a4dfb766d498952d9d402d288">  250</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXNEG_AIN5_Val   _U_(0x5)   </span></div>
<div class="line"><a name="l00251"></a><span class="lineno"><a class="line" href="adc_8h.html#a879062c4bac98ffbe47d11665f9e978a">  251</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXNEG_AIN6_Val   _U_(0x6)   </span></div>
<div class="line"><a name="l00252"></a><span class="lineno"><a class="line" href="adc_8h.html#a95bc808b5e5ac3789c0fdf6c9b9e01b0">  252</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXNEG_AIN7_Val   _U_(0x7)   </span></div>
<div class="line"><a name="l00253"></a><span class="lineno"><a class="line" href="adc_8h.html#ae6ea3ff05c2eb05f70ec06ee544fe1d1">  253</a></span>&#160;<span class="preprocessor">#define   ADC_INPUTCTRL_MUXNEG_GND_Val    _U_(0x18)   </span></div>
<div class="line"><a name="l00254"></a><span class="lineno">  254</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXNEG_AIN0   (ADC_INPUTCTRL_MUXNEG_AIN0_Val &lt;&lt; ADC_INPUTCTRL_MUXNEG_Pos)</span></div>
<div class="line"><a name="l00255"></a><span class="lineno">  255</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXNEG_AIN1   (ADC_INPUTCTRL_MUXNEG_AIN1_Val &lt;&lt; ADC_INPUTCTRL_MUXNEG_Pos)</span></div>
<div class="line"><a name="l00256"></a><span class="lineno">  256</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXNEG_AIN2   (ADC_INPUTCTRL_MUXNEG_AIN2_Val &lt;&lt; ADC_INPUTCTRL_MUXNEG_Pos)</span></div>
<div class="line"><a name="l00257"></a><span class="lineno">  257</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXNEG_AIN3   (ADC_INPUTCTRL_MUXNEG_AIN3_Val &lt;&lt; ADC_INPUTCTRL_MUXNEG_Pos)</span></div>
<div class="line"><a name="l00258"></a><span class="lineno">  258</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXNEG_AIN4   (ADC_INPUTCTRL_MUXNEG_AIN4_Val &lt;&lt; ADC_INPUTCTRL_MUXNEG_Pos)</span></div>
<div class="line"><a name="l00259"></a><span class="lineno">  259</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXNEG_AIN5   (ADC_INPUTCTRL_MUXNEG_AIN5_Val &lt;&lt; ADC_INPUTCTRL_MUXNEG_Pos)</span></div>
<div class="line"><a name="l00260"></a><span class="lineno">  260</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXNEG_AIN6   (ADC_INPUTCTRL_MUXNEG_AIN6_Val &lt;&lt; ADC_INPUTCTRL_MUXNEG_Pos)</span></div>
<div class="line"><a name="l00261"></a><span class="lineno">  261</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXNEG_AIN7   (ADC_INPUTCTRL_MUXNEG_AIN7_Val &lt;&lt; ADC_INPUTCTRL_MUXNEG_Pos)</span></div>
<div class="line"><a name="l00262"></a><span class="lineno">  262</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MUXNEG_GND    (ADC_INPUTCTRL_MUXNEG_GND_Val  &lt;&lt; ADC_INPUTCTRL_MUXNEG_Pos)</span></div>
<div class="line"><a name="l00263"></a><span class="lineno"><a class="line" href="adc_8h.html#a627250e74bfa3475a9516447938f8064">  263</a></span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_DSEQSTOP_Pos  15           </span></div>
<div class="line"><a name="l00264"></a><span class="lineno">  264</span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_DSEQSTOP      (_U_(0x1) &lt;&lt; ADC_INPUTCTRL_DSEQSTOP_Pos)</span></div>
<div class="line"><a name="l00265"></a><span class="lineno"><a class="line" href="adc_8h.html#a05f6805f807d0dac42fcaba65dcc8a41">  265</a></span>&#160;<span class="preprocessor">#define ADC_INPUTCTRL_MASK          _U_(0x9F9F)  </span></div>
<div class="line"><a name="l00267"></a><span class="lineno">  267</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- ADC_CTRLB : (ADC Offset: 0x06) (R/W 16) Control B -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00268"></a><span class="lineno">  268</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00269"></a><span class="lineno"><a class="line" href="unionADC__CTRLB__Type.html">  269</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00270"></a><span class="lineno">  270</span>&#160;  <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00271"></a><span class="lineno"><a class="line" href="unionADC__CTRLB__Type.html#a8a7540f76cb3eeb2321d1409d0c3c03c">  271</a></span>&#160;    uint16_t <a class="code" href="unionADC__CTRLB__Type.html#a8a7540f76cb3eeb2321d1409d0c3c03c">LEFTADJ</a>:1;        </div>
<div class="line"><a name="l00272"></a><span class="lineno"><a class="line" href="unionADC__CTRLB__Type.html#a44b8503d6efe5e11f487f946e984e2d0">  272</a></span>&#160;    uint16_t <a class="code" href="unionADC__CTRLB__Type.html#a44b8503d6efe5e11f487f946e984e2d0">FREERUN</a>:1;        </div>
<div class="line"><a name="l00273"></a><span class="lineno"><a class="line" href="unionADC__CTRLB__Type.html#a74e341c6437af3f7322190a824f6d405">  273</a></span>&#160;    uint16_t <a class="code" href="unionADC__CTRLB__Type.html#a74e341c6437af3f7322190a824f6d405">CORREN</a>:1;         </div>
<div class="line"><a name="l00274"></a><span class="lineno"><a class="line" href="unionADC__CTRLB__Type.html#ad64b1db54266a0e14a5ec8fd6be0d6c2">  274</a></span>&#160;    uint16_t <a class="code" href="unionADC__CTRLB__Type.html#ad64b1db54266a0e14a5ec8fd6be0d6c2">RESSEL</a>:2;         </div>
<div class="line"><a name="l00275"></a><span class="lineno"><a class="line" href="unionADC__CTRLB__Type.html#abfa612597ed064127491b0d56fa09e2e">  275</a></span>&#160;    uint16_t :3;               </div>
<div class="line"><a name="l00276"></a><span class="lineno"><a class="line" href="unionADC__CTRLB__Type.html#af76a4055e3e021db4865ea62d42dbc2a">  276</a></span>&#160;    uint16_t <a class="code" href="unionADC__CTRLB__Type.html#af76a4055e3e021db4865ea62d42dbc2a">WINMODE</a>:3;        </div>
<div class="line"><a name="l00277"></a><span class="lineno"><a class="line" href="unionADC__CTRLB__Type.html#accc2fb0af030de886be5984e80ac9afb">  277</a></span>&#160;    uint16_t <a class="code" href="unionADC__CTRLB__Type.html#accc2fb0af030de886be5984e80ac9afb">WINSS</a>:1;          </div>
<div class="line"><a name="l00278"></a><span class="lineno"><a class="line" href="unionADC__CTRLB__Type.html#ae3d05f9fbf4751bdc7d14003413df9a7">  278</a></span>&#160;    uint16_t :4;               </div>
<div class="line"><a name="l00279"></a><span class="lineno"><a class="line" href="unionADC__CTRLB__Type.html#af12bf102650a8586b72be6c86bfa306b">  279</a></span>&#160;  } bit;                       </div>
<div class="line"><a name="l00280"></a><span class="lineno"><a class="line" href="unionADC__CTRLB__Type.html#a7020fc772ae348a720bef9811b9b706f">  280</a></span>&#160;  uint16_t <a class="code" href="unionADC__CTRLB__Type.html#a7020fc772ae348a720bef9811b9b706f">reg</a>;                </div>
<div class="line"><a name="l00281"></a><span class="lineno">  281</span>&#160;} <a class="code" href="unionADC__CTRLB__Type.html">ADC_CTRLB_Type</a>;</div>
<div class="line"><a name="l00282"></a><span class="lineno">  282</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00283"></a><span class="lineno">  283</span>&#160; </div>
<div class="line"><a name="l00284"></a><span class="lineno"><a class="line" href="adc_8h.html#aa53e5615c9d9951bc7efb464caf48d1f">  284</a></span>&#160;<span class="preprocessor">#define ADC_CTRLB_OFFSET            0x06         </span></div>
<div class="line"><a name="l00285"></a><span class="lineno"><a class="line" href="adc_8h.html#a05bc133f816637a15b503b70679f6798">  285</a></span>&#160;<span class="preprocessor">#define ADC_CTRLB_RESETVALUE        _U_(0x0000)  </span></div>
<div class="line"><a name="l00287"></a><span class="lineno"><a class="line" href="adc_8h.html#afdbced27cf9197b2d4933d71a71740c8">  287</a></span>&#160;<span class="preprocessor">#define ADC_CTRLB_LEFTADJ_Pos       0            </span></div>
<div class="line"><a name="l00288"></a><span class="lineno">  288</span>&#160;<span class="preprocessor">#define ADC_CTRLB_LEFTADJ           (_U_(0x1) &lt;&lt; ADC_CTRLB_LEFTADJ_Pos)</span></div>
<div class="line"><a name="l00289"></a><span class="lineno"><a class="line" href="adc_8h.html#a931ce86849e963e3d1baf034687fb7d3">  289</a></span>&#160;<span class="preprocessor">#define ADC_CTRLB_FREERUN_Pos       1            </span></div>
<div class="line"><a name="l00290"></a><span class="lineno">  290</span>&#160;<span class="preprocessor">#define ADC_CTRLB_FREERUN           (_U_(0x1) &lt;&lt; ADC_CTRLB_FREERUN_Pos)</span></div>
<div class="line"><a name="l00291"></a><span class="lineno"><a class="line" href="adc_8h.html#afce773afb07efbdd9189557974f518b0">  291</a></span>&#160;<span class="preprocessor">#define ADC_CTRLB_CORREN_Pos        2            </span></div>
<div class="line"><a name="l00292"></a><span class="lineno">  292</span>&#160;<span class="preprocessor">#define ADC_CTRLB_CORREN            (_U_(0x1) &lt;&lt; ADC_CTRLB_CORREN_Pos)</span></div>
<div class="line"><a name="l00293"></a><span class="lineno"><a class="line" href="adc_8h.html#af76b4d68e2a72e598663c5de37790510">  293</a></span>&#160;<span class="preprocessor">#define ADC_CTRLB_RESSEL_Pos        3            </span></div>
<div class="line"><a name="l00294"></a><span class="lineno">  294</span>&#160;<span class="preprocessor">#define ADC_CTRLB_RESSEL_Msk        (_U_(0x3) &lt;&lt; ADC_CTRLB_RESSEL_Pos)</span></div>
<div class="line"><a name="l00295"></a><span class="lineno">  295</span>&#160;<span class="preprocessor">#define ADC_CTRLB_RESSEL(value)     (ADC_CTRLB_RESSEL_Msk &amp; ((value) &lt;&lt; ADC_CTRLB_RESSEL_Pos))</span></div>
<div class="line"><a name="l00296"></a><span class="lineno"><a class="line" href="adc_8h.html#a31cc5b803dcceafdd124477c67b10145">  296</a></span>&#160;<span class="preprocessor">#define   ADC_CTRLB_RESSEL_12BIT_Val      _U_(0x0)   </span></div>
<div class="line"><a name="l00297"></a><span class="lineno"><a class="line" href="adc_8h.html#adbd375de856d42b6279963f6f10c7697">  297</a></span>&#160;<span class="preprocessor">#define   ADC_CTRLB_RESSEL_16BIT_Val      _U_(0x1)   </span></div>
<div class="line"><a name="l00298"></a><span class="lineno"><a class="line" href="adc_8h.html#a7aae19c0d8276b179805578feb8b24da">  298</a></span>&#160;<span class="preprocessor">#define   ADC_CTRLB_RESSEL_10BIT_Val      _U_(0x2)   </span></div>
<div class="line"><a name="l00299"></a><span class="lineno"><a class="line" href="adc_8h.html#a7cdc63d688db409cee2d5d0d2469f7e0">  299</a></span>&#160;<span class="preprocessor">#define   ADC_CTRLB_RESSEL_8BIT_Val       _U_(0x3)   </span></div>
<div class="line"><a name="l00300"></a><span class="lineno">  300</span>&#160;<span class="preprocessor">#define ADC_CTRLB_RESSEL_12BIT      (ADC_CTRLB_RESSEL_12BIT_Val    &lt;&lt; ADC_CTRLB_RESSEL_Pos)</span></div>
<div class="line"><a name="l00301"></a><span class="lineno">  301</span>&#160;<span class="preprocessor">#define ADC_CTRLB_RESSEL_16BIT      (ADC_CTRLB_RESSEL_16BIT_Val    &lt;&lt; ADC_CTRLB_RESSEL_Pos)</span></div>
<div class="line"><a name="l00302"></a><span class="lineno">  302</span>&#160;<span class="preprocessor">#define ADC_CTRLB_RESSEL_10BIT      (ADC_CTRLB_RESSEL_10BIT_Val    &lt;&lt; ADC_CTRLB_RESSEL_Pos)</span></div>
<div class="line"><a name="l00303"></a><span class="lineno">  303</span>&#160;<span class="preprocessor">#define ADC_CTRLB_RESSEL_8BIT       (ADC_CTRLB_RESSEL_8BIT_Val     &lt;&lt; ADC_CTRLB_RESSEL_Pos)</span></div>
<div class="line"><a name="l00304"></a><span class="lineno"><a class="line" href="adc_8h.html#a170f7b3da7b53881cf067a6ef903c15a">  304</a></span>&#160;<span class="preprocessor">#define ADC_CTRLB_WINMODE_Pos       8            </span></div>
<div class="line"><a name="l00305"></a><span class="lineno">  305</span>&#160;<span class="preprocessor">#define ADC_CTRLB_WINMODE_Msk       (_U_(0x7) &lt;&lt; ADC_CTRLB_WINMODE_Pos)</span></div>
<div class="line"><a name="l00306"></a><span class="lineno">  306</span>&#160;<span class="preprocessor">#define ADC_CTRLB_WINMODE(value)    (ADC_CTRLB_WINMODE_Msk &amp; ((value) &lt;&lt; ADC_CTRLB_WINMODE_Pos))</span></div>
<div class="line"><a name="l00307"></a><span class="lineno"><a class="line" href="adc_8h.html#a658eeab8b3fdca08387707bd8ee571bf">  307</a></span>&#160;<span class="preprocessor">#define   ADC_CTRLB_WINMODE_DISABLE_Val   _U_(0x0)   </span></div>
<div class="line"><a name="l00308"></a><span class="lineno"><a class="line" href="adc_8h.html#a21dabd662945436c540d8caaccb59a40">  308</a></span>&#160;<span class="preprocessor">#define   ADC_CTRLB_WINMODE_MODE1_Val     _U_(0x1)   </span></div>
<div class="line"><a name="l00309"></a><span class="lineno"><a class="line" href="adc_8h.html#ab99cb5c14d2266f53fac81ee0f24ce70">  309</a></span>&#160;<span class="preprocessor">#define   ADC_CTRLB_WINMODE_MODE2_Val     _U_(0x2)   </span></div>
<div class="line"><a name="l00310"></a><span class="lineno"><a class="line" href="adc_8h.html#abd89c00362908b7175badba06b4a3fbb">  310</a></span>&#160;<span class="preprocessor">#define   ADC_CTRLB_WINMODE_MODE3_Val     _U_(0x3)   </span></div>
<div class="line"><a name="l00311"></a><span class="lineno"><a class="line" href="adc_8h.html#a2a461c8f0753f4e00b2efba4d620fb7c">  311</a></span>&#160;<span class="preprocessor">#define   ADC_CTRLB_WINMODE_MODE4_Val     _U_(0x4)   </span></div>
<div class="line"><a name="l00312"></a><span class="lineno">  312</span>&#160;<span class="preprocessor">#define ADC_CTRLB_WINMODE_DISABLE   (ADC_CTRLB_WINMODE_DISABLE_Val &lt;&lt; ADC_CTRLB_WINMODE_Pos)</span></div>
<div class="line"><a name="l00313"></a><span class="lineno">  313</span>&#160;<span class="preprocessor">#define ADC_CTRLB_WINMODE_MODE1     (ADC_CTRLB_WINMODE_MODE1_Val   &lt;&lt; ADC_CTRLB_WINMODE_Pos)</span></div>
<div class="line"><a name="l00314"></a><span class="lineno">  314</span>&#160;<span class="preprocessor">#define ADC_CTRLB_WINMODE_MODE2     (ADC_CTRLB_WINMODE_MODE2_Val   &lt;&lt; ADC_CTRLB_WINMODE_Pos)</span></div>
<div class="line"><a name="l00315"></a><span class="lineno">  315</span>&#160;<span class="preprocessor">#define ADC_CTRLB_WINMODE_MODE3     (ADC_CTRLB_WINMODE_MODE3_Val   &lt;&lt; ADC_CTRLB_WINMODE_Pos)</span></div>
<div class="line"><a name="l00316"></a><span class="lineno">  316</span>&#160;<span class="preprocessor">#define ADC_CTRLB_WINMODE_MODE4     (ADC_CTRLB_WINMODE_MODE4_Val   &lt;&lt; ADC_CTRLB_WINMODE_Pos)</span></div>
<div class="line"><a name="l00317"></a><span class="lineno"><a class="line" href="adc_8h.html#a98ec31e56862e2aa0718e6062bd82f73">  317</a></span>&#160;<span class="preprocessor">#define ADC_CTRLB_WINSS_Pos         11           </span></div>
<div class="line"><a name="l00318"></a><span class="lineno">  318</span>&#160;<span class="preprocessor">#define ADC_CTRLB_WINSS             (_U_(0x1) &lt;&lt; ADC_CTRLB_WINSS_Pos)</span></div>
<div class="line"><a name="l00319"></a><span class="lineno"><a class="line" href="adc_8h.html#a6faca029aa90801c148382cd602fd85c">  319</a></span>&#160;<span class="preprocessor">#define ADC_CTRLB_MASK              _U_(0x0F1F)  </span></div>
<div class="line"><a name="l00321"></a><span class="lineno">  321</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- ADC_REFCTRL : (ADC Offset: 0x08) (R/W  8) Reference Control -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00322"></a><span class="lineno">  322</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00323"></a><span class="lineno"><a class="line" href="unionADC__REFCTRL__Type.html">  323</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00324"></a><span class="lineno">  324</span>&#160;  <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00325"></a><span class="lineno"><a class="line" href="unionADC__REFCTRL__Type.html#ada3617cfeedb80bca1ba8e8381f00b79">  325</a></span>&#160;    uint8_t  <a class="code" href="unionADC__REFCTRL__Type.html#ada3617cfeedb80bca1ba8e8381f00b79">REFSEL</a>:4;         </div>
<div class="line"><a name="l00326"></a><span class="lineno"><a class="line" href="unionADC__REFCTRL__Type.html#ad5a62dfbf1827d3e6a2fefeacb3969f4">  326</a></span>&#160;    uint8_t  :3;               </div>
<div class="line"><a name="l00327"></a><span class="lineno"><a class="line" href="unionADC__REFCTRL__Type.html#ae1b9c4b5ecb465bb9ed10260c03610d4">  327</a></span>&#160;    uint8_t  <a class="code" href="unionADC__REFCTRL__Type.html#ae1b9c4b5ecb465bb9ed10260c03610d4">REFCOMP</a>:1;        </div>
<div class="line"><a name="l00328"></a><span class="lineno"><a class="line" href="unionADC__REFCTRL__Type.html#a3e5985682b6eb403f6d5d0e174882b0b">  328</a></span>&#160;  } bit;                       </div>
<div class="line"><a name="l00329"></a><span class="lineno"><a class="line" href="unionADC__REFCTRL__Type.html#a610b7851af71ca71e89dfbf6b4da218d">  329</a></span>&#160;  uint8_t <a class="code" href="unionADC__REFCTRL__Type.html#a610b7851af71ca71e89dfbf6b4da218d">reg</a>;                 </div>
<div class="line"><a name="l00330"></a><span class="lineno">  330</span>&#160;} <a class="code" href="unionADC__REFCTRL__Type.html">ADC_REFCTRL_Type</a>;</div>
<div class="line"><a name="l00331"></a><span class="lineno">  331</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00332"></a><span class="lineno">  332</span>&#160; </div>
<div class="line"><a name="l00333"></a><span class="lineno"><a class="line" href="adc_8h.html#a262294683d8f13a4ca4cae27feddbfeb">  333</a></span>&#160;<span class="preprocessor">#define ADC_REFCTRL_OFFSET          0x08         </span></div>
<div class="line"><a name="l00334"></a><span class="lineno"><a class="line" href="adc_8h.html#a21a914a31a46e42948558272dc5a5901">  334</a></span>&#160;<span class="preprocessor">#define ADC_REFCTRL_RESETVALUE      _U_(0x00)    </span></div>
<div class="line"><a name="l00336"></a><span class="lineno"><a class="line" href="adc_8h.html#a7b8a65054da09cd11886d730594eb8d3">  336</a></span>&#160;<span class="preprocessor">#define ADC_REFCTRL_REFSEL_Pos      0            </span></div>
<div class="line"><a name="l00337"></a><span class="lineno">  337</span>&#160;<span class="preprocessor">#define ADC_REFCTRL_REFSEL_Msk      (_U_(0xF) &lt;&lt; ADC_REFCTRL_REFSEL_Pos)</span></div>
<div class="line"><a name="l00338"></a><span class="lineno">  338</span>&#160;<span class="preprocessor">#define ADC_REFCTRL_REFSEL(value)   (ADC_REFCTRL_REFSEL_Msk &amp; ((value) &lt;&lt; ADC_REFCTRL_REFSEL_Pos))</span></div>
<div class="line"><a name="l00339"></a><span class="lineno"><a class="line" href="adc_8h.html#a1911e56f34fa20c40f0be6888f81cbed">  339</a></span>&#160;<span class="preprocessor">#define   ADC_REFCTRL_REFSEL_INTREF_Val   _U_(0x0)   </span></div>
<div class="line"><a name="l00340"></a><span class="lineno"><a class="line" href="adc_8h.html#ae5db462246782f67edf39fecc67bf742">  340</a></span>&#160;<span class="preprocessor">#define   ADC_REFCTRL_REFSEL_INTVCC0_Val  _U_(0x2)   </span></div>
<div class="line"><a name="l00341"></a><span class="lineno"><a class="line" href="adc_8h.html#a82f083020e2747f258e7be98ce53d76c">  341</a></span>&#160;<span class="preprocessor">#define   ADC_REFCTRL_REFSEL_INTVCC1_Val  _U_(0x3)   </span></div>
<div class="line"><a name="l00342"></a><span class="lineno"><a class="line" href="adc_8h.html#a1b593007ede54d3fc5aa91c51eb7d052">  342</a></span>&#160;<span class="preprocessor">#define   ADC_REFCTRL_REFSEL_AREFA_Val    _U_(0x4)   </span></div>
<div class="line"><a name="l00343"></a><span class="lineno"><a class="line" href="adc_8h.html#a6d43250a0758129bc25bc5c183ae25c3">  343</a></span>&#160;<span class="preprocessor">#define   ADC_REFCTRL_REFSEL_AREFB_Val    _U_(0x5)   </span></div>
<div class="line"><a name="l00344"></a><span class="lineno"><a class="line" href="adc_8h.html#a0efc1fa77c0d150d94674141aafe2868">  344</a></span>&#160;<span class="preprocessor">#define   ADC_REFCTRL_REFSEL_AREFC_Val    _U_(0x6)   </span></div>
<div class="line"><a name="l00345"></a><span class="lineno">  345</span>&#160;<span class="preprocessor">#define ADC_REFCTRL_REFSEL_INTREF   (ADC_REFCTRL_REFSEL_INTREF_Val &lt;&lt; ADC_REFCTRL_REFSEL_Pos)</span></div>
<div class="line"><a name="l00346"></a><span class="lineno">  346</span>&#160;<span class="preprocessor">#define ADC_REFCTRL_REFSEL_INTVCC0  (ADC_REFCTRL_REFSEL_INTVCC0_Val &lt;&lt; ADC_REFCTRL_REFSEL_Pos)</span></div>
<div class="line"><a name="l00347"></a><span class="lineno">  347</span>&#160;<span class="preprocessor">#define ADC_REFCTRL_REFSEL_INTVCC1  (ADC_REFCTRL_REFSEL_INTVCC1_Val &lt;&lt; ADC_REFCTRL_REFSEL_Pos)</span></div>
<div class="line"><a name="l00348"></a><span class="lineno">  348</span>&#160;<span class="preprocessor">#define ADC_REFCTRL_REFSEL_AREFA    (ADC_REFCTRL_REFSEL_AREFA_Val  &lt;&lt; ADC_REFCTRL_REFSEL_Pos)</span></div>
<div class="line"><a name="l00349"></a><span class="lineno">  349</span>&#160;<span class="preprocessor">#define ADC_REFCTRL_REFSEL_AREFB    (ADC_REFCTRL_REFSEL_AREFB_Val  &lt;&lt; ADC_REFCTRL_REFSEL_Pos)</span></div>
<div class="line"><a name="l00350"></a><span class="lineno">  350</span>&#160;<span class="preprocessor">#define ADC_REFCTRL_REFSEL_AREFC    (ADC_REFCTRL_REFSEL_AREFC_Val  &lt;&lt; ADC_REFCTRL_REFSEL_Pos)</span></div>
<div class="line"><a name="l00351"></a><span class="lineno"><a class="line" href="adc_8h.html#aecb97c00c286cfa030ba11dd4dc2d884">  351</a></span>&#160;<span class="preprocessor">#define ADC_REFCTRL_REFCOMP_Pos     7            </span></div>
<div class="line"><a name="l00352"></a><span class="lineno">  352</span>&#160;<span class="preprocessor">#define ADC_REFCTRL_REFCOMP         (_U_(0x1) &lt;&lt; ADC_REFCTRL_REFCOMP_Pos)</span></div>
<div class="line"><a name="l00353"></a><span class="lineno"><a class="line" href="adc_8h.html#a19614f4a34b63887b140f3e276c41d11">  353</a></span>&#160;<span class="preprocessor">#define ADC_REFCTRL_MASK            _U_(0x8F)    </span></div>
<div class="line"><a name="l00355"></a><span class="lineno">  355</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- ADC_AVGCTRL : (ADC Offset: 0x0A) (R/W  8) Average Control -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00356"></a><span class="lineno">  356</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00357"></a><span class="lineno"><a class="line" href="unionADC__AVGCTRL__Type.html">  357</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00358"></a><span class="lineno">  358</span>&#160;  <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00359"></a><span class="lineno"><a class="line" href="unionADC__AVGCTRL__Type.html#a228de4b5d8344da5550aa6b6812e306b">  359</a></span>&#160;    uint8_t  <a class="code" href="unionADC__AVGCTRL__Type.html#a228de4b5d8344da5550aa6b6812e306b">SAMPLENUM</a>:4;      </div>
<div class="line"><a name="l00360"></a><span class="lineno"><a class="line" href="unionADC__AVGCTRL__Type.html#a7c86e1563fa18b1799b0664a68eb9e7f">  360</a></span>&#160;    uint8_t  <a class="code" href="unionADC__AVGCTRL__Type.html#a7c86e1563fa18b1799b0664a68eb9e7f">ADJRES</a>:3;         </div>
<div class="line"><a name="l00361"></a><span class="lineno"><a class="line" href="unionADC__AVGCTRL__Type.html#aeccdbb77b12747f70f300ea1677ba62f">  361</a></span>&#160;    uint8_t  :1;               </div>
<div class="line"><a name="l00362"></a><span class="lineno"><a class="line" href="unionADC__AVGCTRL__Type.html#a66478b09f3a9419f50bf61dc2ccbebba">  362</a></span>&#160;  } bit;                       </div>
<div class="line"><a name="l00363"></a><span class="lineno"><a class="line" href="unionADC__AVGCTRL__Type.html#a2ff091162730feabaf651f2ae6533ef8">  363</a></span>&#160;  uint8_t <a class="code" href="unionADC__AVGCTRL__Type.html#a2ff091162730feabaf651f2ae6533ef8">reg</a>;                 </div>
<div class="line"><a name="l00364"></a><span class="lineno">  364</span>&#160;} <a class="code" href="unionADC__AVGCTRL__Type.html">ADC_AVGCTRL_Type</a>;</div>
<div class="line"><a name="l00365"></a><span class="lineno">  365</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00366"></a><span class="lineno">  366</span>&#160; </div>
<div class="line"><a name="l00367"></a><span class="lineno"><a class="line" href="adc_8h.html#a360fdef32b21cb1a277faa31db6996fd">  367</a></span>&#160;<span class="preprocessor">#define ADC_AVGCTRL_OFFSET          0x0A         </span></div>
<div class="line"><a name="l00368"></a><span class="lineno"><a class="line" href="adc_8h.html#a8bf6910b7cb768949d87054bef54fc89">  368</a></span>&#160;<span class="preprocessor">#define ADC_AVGCTRL_RESETVALUE      _U_(0x00)    </span></div>
<div class="line"><a name="l00370"></a><span class="lineno"><a class="line" href="adc_8h.html#ae24ef894295278762f9293105f06ffb9">  370</a></span>&#160;<span class="preprocessor">#define ADC_AVGCTRL_SAMPLENUM_Pos   0            </span></div>
<div class="line"><a name="l00371"></a><span class="lineno">  371</span>&#160;<span class="preprocessor">#define ADC_AVGCTRL_SAMPLENUM_Msk   (_U_(0xF) &lt;&lt; ADC_AVGCTRL_SAMPLENUM_Pos)</span></div>
<div class="line"><a name="l00372"></a><span class="lineno">  372</span>&#160;<span class="preprocessor">#define ADC_AVGCTRL_SAMPLENUM(value) (ADC_AVGCTRL_SAMPLENUM_Msk &amp; ((value) &lt;&lt; ADC_AVGCTRL_SAMPLENUM_Pos))</span></div>
<div class="line"><a name="l00373"></a><span class="lineno"><a class="line" href="adc_8h.html#a9e70c7b0cd6dbf66fd9a26c9f664c094">  373</a></span>&#160;<span class="preprocessor">#define   ADC_AVGCTRL_SAMPLENUM_1_Val     _U_(0x0)   </span></div>
<div class="line"><a name="l00374"></a><span class="lineno"><a class="line" href="adc_8h.html#a02a97329331932ee77e50645ba2af513">  374</a></span>&#160;<span class="preprocessor">#define   ADC_AVGCTRL_SAMPLENUM_2_Val     _U_(0x1)   </span></div>
<div class="line"><a name="l00375"></a><span class="lineno"><a class="line" href="adc_8h.html#a2a0b01d83c38d590419a36959b3bb785">  375</a></span>&#160;<span class="preprocessor">#define   ADC_AVGCTRL_SAMPLENUM_4_Val     _U_(0x2)   </span></div>
<div class="line"><a name="l00376"></a><span class="lineno"><a class="line" href="adc_8h.html#accc8c475aeda72ace654784ec4586bf3">  376</a></span>&#160;<span class="preprocessor">#define   ADC_AVGCTRL_SAMPLENUM_8_Val     _U_(0x3)   </span></div>
<div class="line"><a name="l00377"></a><span class="lineno"><a class="line" href="adc_8h.html#a5edfb4fb05fa1c6854f3bf7e1be6f325">  377</a></span>&#160;<span class="preprocessor">#define   ADC_AVGCTRL_SAMPLENUM_16_Val    _U_(0x4)   </span></div>
<div class="line"><a name="l00378"></a><span class="lineno"><a class="line" href="adc_8h.html#ac9caa4b313c212c56aa881082f2e37c9">  378</a></span>&#160;<span class="preprocessor">#define   ADC_AVGCTRL_SAMPLENUM_32_Val    _U_(0x5)   </span></div>
<div class="line"><a name="l00379"></a><span class="lineno"><a class="line" href="adc_8h.html#aa681a5f11f5f2c7147f8471caa9a1789">  379</a></span>&#160;<span class="preprocessor">#define   ADC_AVGCTRL_SAMPLENUM_64_Val    _U_(0x6)   </span></div>
<div class="line"><a name="l00380"></a><span class="lineno"><a class="line" href="adc_8h.html#afd0a9b19d5e189c78725643a1cd6fd62">  380</a></span>&#160;<span class="preprocessor">#define   ADC_AVGCTRL_SAMPLENUM_128_Val   _U_(0x7)   </span></div>
<div class="line"><a name="l00381"></a><span class="lineno"><a class="line" href="adc_8h.html#a7576edd68ace767f66faf2f7a1541565">  381</a></span>&#160;<span class="preprocessor">#define   ADC_AVGCTRL_SAMPLENUM_256_Val   _U_(0x8)   </span></div>
<div class="line"><a name="l00382"></a><span class="lineno"><a class="line" href="adc_8h.html#a7ce78bef6c6d6f18e696b10aae7d9dca">  382</a></span>&#160;<span class="preprocessor">#define   ADC_AVGCTRL_SAMPLENUM_512_Val   _U_(0x9)   </span></div>
<div class="line"><a name="l00383"></a><span class="lineno"><a class="line" href="adc_8h.html#a9afcd3280148e12b17f74ac9ef25ff1c">  383</a></span>&#160;<span class="preprocessor">#define   ADC_AVGCTRL_SAMPLENUM_1024_Val  _U_(0xA)   </span></div>
<div class="line"><a name="l00384"></a><span class="lineno">  384</span>&#160;<span class="preprocessor">#define ADC_AVGCTRL_SAMPLENUM_1     (ADC_AVGCTRL_SAMPLENUM_1_Val   &lt;&lt; ADC_AVGCTRL_SAMPLENUM_Pos)</span></div>
<div class="line"><a name="l00385"></a><span class="lineno">  385</span>&#160;<span class="preprocessor">#define ADC_AVGCTRL_SAMPLENUM_2     (ADC_AVGCTRL_SAMPLENUM_2_Val   &lt;&lt; ADC_AVGCTRL_SAMPLENUM_Pos)</span></div>
<div class="line"><a name="l00386"></a><span class="lineno">  386</span>&#160;<span class="preprocessor">#define ADC_AVGCTRL_SAMPLENUM_4     (ADC_AVGCTRL_SAMPLENUM_4_Val   &lt;&lt; ADC_AVGCTRL_SAMPLENUM_Pos)</span></div>
<div class="line"><a name="l00387"></a><span class="lineno">  387</span>&#160;<span class="preprocessor">#define ADC_AVGCTRL_SAMPLENUM_8     (ADC_AVGCTRL_SAMPLENUM_8_Val   &lt;&lt; ADC_AVGCTRL_SAMPLENUM_Pos)</span></div>
<div class="line"><a name="l00388"></a><span class="lineno">  388</span>&#160;<span class="preprocessor">#define ADC_AVGCTRL_SAMPLENUM_16    (ADC_AVGCTRL_SAMPLENUM_16_Val  &lt;&lt; ADC_AVGCTRL_SAMPLENUM_Pos)</span></div>
<div class="line"><a name="l00389"></a><span class="lineno">  389</span>&#160;<span class="preprocessor">#define ADC_AVGCTRL_SAMPLENUM_32    (ADC_AVGCTRL_SAMPLENUM_32_Val  &lt;&lt; ADC_AVGCTRL_SAMPLENUM_Pos)</span></div>
<div class="line"><a name="l00390"></a><span class="lineno">  390</span>&#160;<span class="preprocessor">#define ADC_AVGCTRL_SAMPLENUM_64    (ADC_AVGCTRL_SAMPLENUM_64_Val  &lt;&lt; ADC_AVGCTRL_SAMPLENUM_Pos)</span></div>
<div class="line"><a name="l00391"></a><span class="lineno">  391</span>&#160;<span class="preprocessor">#define ADC_AVGCTRL_SAMPLENUM_128   (ADC_AVGCTRL_SAMPLENUM_128_Val &lt;&lt; ADC_AVGCTRL_SAMPLENUM_Pos)</span></div>
<div class="line"><a name="l00392"></a><span class="lineno">  392</span>&#160;<span class="preprocessor">#define ADC_AVGCTRL_SAMPLENUM_256   (ADC_AVGCTRL_SAMPLENUM_256_Val &lt;&lt; ADC_AVGCTRL_SAMPLENUM_Pos)</span></div>
<div class="line"><a name="l00393"></a><span class="lineno">  393</span>&#160;<span class="preprocessor">#define ADC_AVGCTRL_SAMPLENUM_512   (ADC_AVGCTRL_SAMPLENUM_512_Val &lt;&lt; ADC_AVGCTRL_SAMPLENUM_Pos)</span></div>
<div class="line"><a name="l00394"></a><span class="lineno">  394</span>&#160;<span class="preprocessor">#define ADC_AVGCTRL_SAMPLENUM_1024  (ADC_AVGCTRL_SAMPLENUM_1024_Val &lt;&lt; ADC_AVGCTRL_SAMPLENUM_Pos)</span></div>
<div class="line"><a name="l00395"></a><span class="lineno"><a class="line" href="adc_8h.html#ab08addc2799796177814fb3f44ce4917">  395</a></span>&#160;<span class="preprocessor">#define ADC_AVGCTRL_ADJRES_Pos      4            </span></div>
<div class="line"><a name="l00396"></a><span class="lineno">  396</span>&#160;<span class="preprocessor">#define ADC_AVGCTRL_ADJRES_Msk      (_U_(0x7) &lt;&lt; ADC_AVGCTRL_ADJRES_Pos)</span></div>
<div class="line"><a name="l00397"></a><span class="lineno">  397</span>&#160;<span class="preprocessor">#define ADC_AVGCTRL_ADJRES(value)   (ADC_AVGCTRL_ADJRES_Msk &amp; ((value) &lt;&lt; ADC_AVGCTRL_ADJRES_Pos))</span></div>
<div class="line"><a name="l00398"></a><span class="lineno"><a class="line" href="adc_8h.html#aaca1e22417099084fd839634334c75d0">  398</a></span>&#160;<span class="preprocessor">#define ADC_AVGCTRL_MASK            _U_(0x7F)    </span></div>
<div class="line"><a name="l00400"></a><span class="lineno">  400</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- ADC_SAMPCTRL : (ADC Offset: 0x0B) (R/W  8) Sample Time Control -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00401"></a><span class="lineno">  401</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00402"></a><span class="lineno"><a class="line" href="unionADC__SAMPCTRL__Type.html">  402</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00403"></a><span class="lineno">  403</span>&#160;  <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00404"></a><span class="lineno"><a class="line" href="unionADC__SAMPCTRL__Type.html#a42e5b889ce83ae4cfbcbb8655a2b2a5d">  404</a></span>&#160;    uint8_t  <a class="code" href="unionADC__SAMPCTRL__Type.html#a42e5b889ce83ae4cfbcbb8655a2b2a5d">SAMPLEN</a>:6;        </div>
<div class="line"><a name="l00405"></a><span class="lineno"><a class="line" href="unionADC__SAMPCTRL__Type.html#af6f1aa313a0a165bf87f28cb1fa07fa5">  405</a></span>&#160;    uint8_t  :1;               </div>
<div class="line"><a name="l00406"></a><span class="lineno"><a class="line" href="unionADC__SAMPCTRL__Type.html#a0135a49f9a6b340538472525ee78f1b6">  406</a></span>&#160;    uint8_t  <a class="code" href="unionADC__SAMPCTRL__Type.html#a0135a49f9a6b340538472525ee78f1b6">OFFCOMP</a>:1;        </div>
<div class="line"><a name="l00407"></a><span class="lineno"><a class="line" href="unionADC__SAMPCTRL__Type.html#a22fd54ad08208d6131f73bbf3d7e1d9d">  407</a></span>&#160;  } bit;                       </div>
<div class="line"><a name="l00408"></a><span class="lineno"><a class="line" href="unionADC__SAMPCTRL__Type.html#a9bd142df7df8cdc989f009a23d695dbc">  408</a></span>&#160;  uint8_t <a class="code" href="unionADC__SAMPCTRL__Type.html#a9bd142df7df8cdc989f009a23d695dbc">reg</a>;                 </div>
<div class="line"><a name="l00409"></a><span class="lineno">  409</span>&#160;} <a class="code" href="unionADC__SAMPCTRL__Type.html">ADC_SAMPCTRL_Type</a>;</div>
<div class="line"><a name="l00410"></a><span class="lineno">  410</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00411"></a><span class="lineno">  411</span>&#160; </div>
<div class="line"><a name="l00412"></a><span class="lineno"><a class="line" href="adc_8h.html#a0f78e7dbb17e6c729ec0697ff8880d1b">  412</a></span>&#160;<span class="preprocessor">#define ADC_SAMPCTRL_OFFSET         0x0B         </span></div>
<div class="line"><a name="l00413"></a><span class="lineno"><a class="line" href="adc_8h.html#aa58117337a5b6c69aef9958ffe3d900a">  413</a></span>&#160;<span class="preprocessor">#define ADC_SAMPCTRL_RESETVALUE     _U_(0x00)    </span></div>
<div class="line"><a name="l00415"></a><span class="lineno"><a class="line" href="adc_8h.html#abcdb0d22f5636adbd1f1ef93dbdb3861">  415</a></span>&#160;<span class="preprocessor">#define ADC_SAMPCTRL_SAMPLEN_Pos    0            </span></div>
<div class="line"><a name="l00416"></a><span class="lineno">  416</span>&#160;<span class="preprocessor">#define ADC_SAMPCTRL_SAMPLEN_Msk    (_U_(0x3F) &lt;&lt; ADC_SAMPCTRL_SAMPLEN_Pos)</span></div>
<div class="line"><a name="l00417"></a><span class="lineno">  417</span>&#160;<span class="preprocessor">#define ADC_SAMPCTRL_SAMPLEN(value) (ADC_SAMPCTRL_SAMPLEN_Msk &amp; ((value) &lt;&lt; ADC_SAMPCTRL_SAMPLEN_Pos))</span></div>
<div class="line"><a name="l00418"></a><span class="lineno"><a class="line" href="adc_8h.html#a775b34af95139f2d40e4c4aa6f40a261">  418</a></span>&#160;<span class="preprocessor">#define ADC_SAMPCTRL_OFFCOMP_Pos    7            </span></div>
<div class="line"><a name="l00419"></a><span class="lineno">  419</span>&#160;<span class="preprocessor">#define ADC_SAMPCTRL_OFFCOMP        (_U_(0x1) &lt;&lt; ADC_SAMPCTRL_OFFCOMP_Pos)</span></div>
<div class="line"><a name="l00420"></a><span class="lineno"><a class="line" href="adc_8h.html#a707778fb7e26c8edc7cceb8646a9c1d9">  420</a></span>&#160;<span class="preprocessor">#define ADC_SAMPCTRL_MASK           _U_(0xBF)    </span></div>
<div class="line"><a name="l00422"></a><span class="lineno">  422</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- ADC_WINLT : (ADC Offset: 0x0C) (R/W 16) Window Monitor Lower Threshold -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00423"></a><span class="lineno">  423</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00424"></a><span class="lineno"><a class="line" href="unionADC__WINLT__Type.html">  424</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00425"></a><span class="lineno">  425</span>&#160;  <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00426"></a><span class="lineno"><a class="line" href="unionADC__WINLT__Type.html#a035756415c5bd280e4ffbb100760674a">  426</a></span>&#160;    uint16_t <a class="code" href="unionADC__WINLT__Type.html#a035756415c5bd280e4ffbb100760674a">WINLT</a>:16;         </div>
<div class="line"><a name="l00427"></a><span class="lineno"><a class="line" href="unionADC__WINLT__Type.html#a2a08a529c36e4c8432d3b1db5e8f9b5d">  427</a></span>&#160;  } bit;                       </div>
<div class="line"><a name="l00428"></a><span class="lineno"><a class="line" href="unionADC__WINLT__Type.html#ada30a4dd3086936092287fad6d90a1aa">  428</a></span>&#160;  uint16_t <a class="code" href="unionADC__WINLT__Type.html#ada30a4dd3086936092287fad6d90a1aa">reg</a>;                </div>
<div class="line"><a name="l00429"></a><span class="lineno">  429</span>&#160;} <a class="code" href="unionADC__WINLT__Type.html">ADC_WINLT_Type</a>;</div>
<div class="line"><a name="l00430"></a><span class="lineno">  430</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00431"></a><span class="lineno">  431</span>&#160; </div>
<div class="line"><a name="l00432"></a><span class="lineno"><a class="line" href="adc_8h.html#a8fd9cf580953e45e7f7b05deb9d5ac48">  432</a></span>&#160;<span class="preprocessor">#define ADC_WINLT_OFFSET            0x0C         </span></div>
<div class="line"><a name="l00433"></a><span class="lineno"><a class="line" href="adc_8h.html#a3f5d0deb6bcb3a591e59ab0b85dc048b">  433</a></span>&#160;<span class="preprocessor">#define ADC_WINLT_RESETVALUE        _U_(0x0000)  </span></div>
<div class="line"><a name="l00435"></a><span class="lineno"><a class="line" href="adc_8h.html#a8d8679254a2a5ba70a7378316be2b2e2">  435</a></span>&#160;<span class="preprocessor">#define ADC_WINLT_WINLT_Pos         0            </span></div>
<div class="line"><a name="l00436"></a><span class="lineno">  436</span>&#160;<span class="preprocessor">#define ADC_WINLT_WINLT_Msk         (_U_(0xFFFF) &lt;&lt; ADC_WINLT_WINLT_Pos)</span></div>
<div class="line"><a name="l00437"></a><span class="lineno">  437</span>&#160;<span class="preprocessor">#define ADC_WINLT_WINLT(value)      (ADC_WINLT_WINLT_Msk &amp; ((value) &lt;&lt; ADC_WINLT_WINLT_Pos))</span></div>
<div class="line"><a name="l00438"></a><span class="lineno"><a class="line" href="adc_8h.html#abb4377b4ea319484fcd2305d2fe98641">  438</a></span>&#160;<span class="preprocessor">#define ADC_WINLT_MASK              _U_(0xFFFF)  </span></div>
<div class="line"><a name="l00440"></a><span class="lineno">  440</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- ADC_WINUT : (ADC Offset: 0x0E) (R/W 16) Window Monitor Upper Threshold -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00441"></a><span class="lineno">  441</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00442"></a><span class="lineno"><a class="line" href="unionADC__WINUT__Type.html">  442</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00443"></a><span class="lineno">  443</span>&#160;  <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00444"></a><span class="lineno"><a class="line" href="unionADC__WINUT__Type.html#a7e2bf53ee179d543e656fb875f7dfd32">  444</a></span>&#160;    uint16_t <a class="code" href="unionADC__WINUT__Type.html#a7e2bf53ee179d543e656fb875f7dfd32">WINUT</a>:16;         </div>
<div class="line"><a name="l00445"></a><span class="lineno"><a class="line" href="unionADC__WINUT__Type.html#ae91bdbe273dee5fd3de45899800c9af9">  445</a></span>&#160;  } bit;                       </div>
<div class="line"><a name="l00446"></a><span class="lineno"><a class="line" href="unionADC__WINUT__Type.html#a25300580878b2580f586e3dc1fc30396">  446</a></span>&#160;  uint16_t <a class="code" href="unionADC__WINUT__Type.html#a25300580878b2580f586e3dc1fc30396">reg</a>;                </div>
<div class="line"><a name="l00447"></a><span class="lineno">  447</span>&#160;} <a class="code" href="unionADC__WINUT__Type.html">ADC_WINUT_Type</a>;</div>
<div class="line"><a name="l00448"></a><span class="lineno">  448</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00449"></a><span class="lineno">  449</span>&#160; </div>
<div class="line"><a name="l00450"></a><span class="lineno"><a class="line" href="adc_8h.html#acd3f5a80c82eef920b9ebb22f630d852">  450</a></span>&#160;<span class="preprocessor">#define ADC_WINUT_OFFSET            0x0E         </span></div>
<div class="line"><a name="l00451"></a><span class="lineno"><a class="line" href="adc_8h.html#af85342ba210b0c7797fceb49e8d7c054">  451</a></span>&#160;<span class="preprocessor">#define ADC_WINUT_RESETVALUE        _U_(0x0000)  </span></div>
<div class="line"><a name="l00453"></a><span class="lineno"><a class="line" href="adc_8h.html#a568d14d8329991a576f1cf45560320e8">  453</a></span>&#160;<span class="preprocessor">#define ADC_WINUT_WINUT_Pos         0            </span></div>
<div class="line"><a name="l00454"></a><span class="lineno">  454</span>&#160;<span class="preprocessor">#define ADC_WINUT_WINUT_Msk         (_U_(0xFFFF) &lt;&lt; ADC_WINUT_WINUT_Pos)</span></div>
<div class="line"><a name="l00455"></a><span class="lineno">  455</span>&#160;<span class="preprocessor">#define ADC_WINUT_WINUT(value)      (ADC_WINUT_WINUT_Msk &amp; ((value) &lt;&lt; ADC_WINUT_WINUT_Pos))</span></div>
<div class="line"><a name="l00456"></a><span class="lineno"><a class="line" href="adc_8h.html#a2e84ef9dbc511208c72848d87713a04b">  456</a></span>&#160;<span class="preprocessor">#define ADC_WINUT_MASK              _U_(0xFFFF)  </span></div>
<div class="line"><a name="l00458"></a><span class="lineno">  458</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- ADC_GAINCORR : (ADC Offset: 0x10) (R/W 16) Gain Correction -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00459"></a><span class="lineno">  459</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00460"></a><span class="lineno"><a class="line" href="unionADC__GAINCORR__Type.html">  460</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00461"></a><span class="lineno">  461</span>&#160;  <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00462"></a><span class="lineno"><a class="line" href="unionADC__GAINCORR__Type.html#a074c34704f956be5b839eadb2cbbf82e">  462</a></span>&#160;    uint16_t <a class="code" href="unionADC__GAINCORR__Type.html#a074c34704f956be5b839eadb2cbbf82e">GAINCORR</a>:12;      </div>
<div class="line"><a name="l00463"></a><span class="lineno"><a class="line" href="unionADC__GAINCORR__Type.html#a1836c16259dd6af8129504cb4961cbb7">  463</a></span>&#160;    uint16_t :4;               </div>
<div class="line"><a name="l00464"></a><span class="lineno"><a class="line" href="unionADC__GAINCORR__Type.html#a5407724feeb59a62669e79f0a1c58cb9">  464</a></span>&#160;  } bit;                       </div>
<div class="line"><a name="l00465"></a><span class="lineno"><a class="line" href="unionADC__GAINCORR__Type.html#a737114ca8e900567cb604e3d126de899">  465</a></span>&#160;  uint16_t <a class="code" href="unionADC__GAINCORR__Type.html#a737114ca8e900567cb604e3d126de899">reg</a>;                </div>
<div class="line"><a name="l00466"></a><span class="lineno">  466</span>&#160;} <a class="code" href="unionADC__GAINCORR__Type.html">ADC_GAINCORR_Type</a>;</div>
<div class="line"><a name="l00467"></a><span class="lineno">  467</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00468"></a><span class="lineno">  468</span>&#160; </div>
<div class="line"><a name="l00469"></a><span class="lineno"><a class="line" href="adc_8h.html#a3a08e951226da91279bab7223313a03f">  469</a></span>&#160;<span class="preprocessor">#define ADC_GAINCORR_OFFSET         0x10         </span></div>
<div class="line"><a name="l00470"></a><span class="lineno"><a class="line" href="adc_8h.html#aa8f7dea45349053a7d05f0b61e9a867f">  470</a></span>&#160;<span class="preprocessor">#define ADC_GAINCORR_RESETVALUE     _U_(0x0000)  </span></div>
<div class="line"><a name="l00472"></a><span class="lineno"><a class="line" href="adc_8h.html#a1d8e6acd56583b4ba138c3493f455467">  472</a></span>&#160;<span class="preprocessor">#define ADC_GAINCORR_GAINCORR_Pos   0            </span></div>
<div class="line"><a name="l00473"></a><span class="lineno">  473</span>&#160;<span class="preprocessor">#define ADC_GAINCORR_GAINCORR_Msk   (_U_(0xFFF) &lt;&lt; ADC_GAINCORR_GAINCORR_Pos)</span></div>
<div class="line"><a name="l00474"></a><span class="lineno">  474</span>&#160;<span class="preprocessor">#define ADC_GAINCORR_GAINCORR(value) (ADC_GAINCORR_GAINCORR_Msk &amp; ((value) &lt;&lt; ADC_GAINCORR_GAINCORR_Pos))</span></div>
<div class="line"><a name="l00475"></a><span class="lineno"><a class="line" href="adc_8h.html#a952f9f90ebf26fde618e26e5cd400223">  475</a></span>&#160;<span class="preprocessor">#define ADC_GAINCORR_MASK           _U_(0x0FFF)  </span></div>
<div class="line"><a name="l00477"></a><span class="lineno">  477</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- ADC_OFFSETCORR : (ADC Offset: 0x12) (R/W 16) Offset Correction -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00478"></a><span class="lineno">  478</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00479"></a><span class="lineno"><a class="line" href="unionADC__OFFSETCORR__Type.html">  479</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00480"></a><span class="lineno">  480</span>&#160;  <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00481"></a><span class="lineno"><a class="line" href="unionADC__OFFSETCORR__Type.html#ae0c4140ae9e600491f10a16054b634a3">  481</a></span>&#160;    uint16_t <a class="code" href="unionADC__OFFSETCORR__Type.html#ae0c4140ae9e600491f10a16054b634a3">OFFSETCORR</a>:12;    </div>
<div class="line"><a name="l00482"></a><span class="lineno"><a class="line" href="unionADC__OFFSETCORR__Type.html#a00b9da9a1874e957bb15016ae111e367">  482</a></span>&#160;    uint16_t :4;               </div>
<div class="line"><a name="l00483"></a><span class="lineno"><a class="line" href="unionADC__OFFSETCORR__Type.html#afd1cc9d87ab21da1ad50df1e080b6351">  483</a></span>&#160;  } bit;                       </div>
<div class="line"><a name="l00484"></a><span class="lineno"><a class="line" href="unionADC__OFFSETCORR__Type.html#af77a8500e2ff763edeaba17ffb0f3828">  484</a></span>&#160;  uint16_t <a class="code" href="unionADC__OFFSETCORR__Type.html#af77a8500e2ff763edeaba17ffb0f3828">reg</a>;                </div>
<div class="line"><a name="l00485"></a><span class="lineno">  485</span>&#160;} <a class="code" href="unionADC__OFFSETCORR__Type.html">ADC_OFFSETCORR_Type</a>;</div>
<div class="line"><a name="l00486"></a><span class="lineno">  486</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00487"></a><span class="lineno">  487</span>&#160; </div>
<div class="line"><a name="l00488"></a><span class="lineno"><a class="line" href="adc_8h.html#ae30e343440c647c0051e1b85bbb1b4d7">  488</a></span>&#160;<span class="preprocessor">#define ADC_OFFSETCORR_OFFSET       0x12         </span></div>
<div class="line"><a name="l00489"></a><span class="lineno"><a class="line" href="adc_8h.html#a235cb38d1ff56b8a68b4fc572ff8927f">  489</a></span>&#160;<span class="preprocessor">#define ADC_OFFSETCORR_RESETVALUE   _U_(0x0000)  </span></div>
<div class="line"><a name="l00491"></a><span class="lineno"><a class="line" href="adc_8h.html#a9b51f7b2fce4e38ea6e2f545e8200cb0">  491</a></span>&#160;<span class="preprocessor">#define ADC_OFFSETCORR_OFFSETCORR_Pos 0            </span></div>
<div class="line"><a name="l00492"></a><span class="lineno">  492</span>&#160;<span class="preprocessor">#define ADC_OFFSETCORR_OFFSETCORR_Msk (_U_(0xFFF) &lt;&lt; ADC_OFFSETCORR_OFFSETCORR_Pos)</span></div>
<div class="line"><a name="l00493"></a><span class="lineno">  493</span>&#160;<span class="preprocessor">#define ADC_OFFSETCORR_OFFSETCORR(value) (ADC_OFFSETCORR_OFFSETCORR_Msk &amp; ((value) &lt;&lt; ADC_OFFSETCORR_OFFSETCORR_Pos))</span></div>
<div class="line"><a name="l00494"></a><span class="lineno"><a class="line" href="adc_8h.html#a4bbf04117204f10dd4495be1929b4759">  494</a></span>&#160;<span class="preprocessor">#define ADC_OFFSETCORR_MASK         _U_(0x0FFF)  </span></div>
<div class="line"><a name="l00496"></a><span class="lineno">  496</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- ADC_SWTRIG : (ADC Offset: 0x14) (R/W  8) Software Trigger -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00497"></a><span class="lineno">  497</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00498"></a><span class="lineno"><a class="line" href="unionADC__SWTRIG__Type.html">  498</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00499"></a><span class="lineno">  499</span>&#160;  <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00500"></a><span class="lineno"><a class="line" href="unionADC__SWTRIG__Type.html#afb17d75ef059bf95a70a70d89113f64d">  500</a></span>&#160;    uint8_t  <a class="code" href="unionADC__SWTRIG__Type.html#afb17d75ef059bf95a70a70d89113f64d">FLUSH</a>:1;          </div>
<div class="line"><a name="l00501"></a><span class="lineno"><a class="line" href="unionADC__SWTRIG__Type.html#a3662916d2948b1728e70ff36988f0ac3">  501</a></span>&#160;    uint8_t  <a class="code" href="unionADC__SWTRIG__Type.html#a3662916d2948b1728e70ff36988f0ac3">START</a>:1;          </div>
<div class="line"><a name="l00502"></a><span class="lineno"><a class="line" href="unionADC__SWTRIG__Type.html#af657143aafcfe804d7fd98172a2cf102">  502</a></span>&#160;    uint8_t  :6;               </div>
<div class="line"><a name="l00503"></a><span class="lineno"><a class="line" href="unionADC__SWTRIG__Type.html#a9704436790b880f9bffe72d3ce3fdf82">  503</a></span>&#160;  } bit;                       </div>
<div class="line"><a name="l00504"></a><span class="lineno"><a class="line" href="unionADC__SWTRIG__Type.html#a8e558b88b59ecbb37cd3e24e3fd7a4ff">  504</a></span>&#160;  uint8_t <a class="code" href="unionADC__SWTRIG__Type.html#a8e558b88b59ecbb37cd3e24e3fd7a4ff">reg</a>;                 </div>
<div class="line"><a name="l00505"></a><span class="lineno">  505</span>&#160;} <a class="code" href="unionADC__SWTRIG__Type.html">ADC_SWTRIG_Type</a>;</div>
<div class="line"><a name="l00506"></a><span class="lineno">  506</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00507"></a><span class="lineno">  507</span>&#160; </div>
<div class="line"><a name="l00508"></a><span class="lineno"><a class="line" href="adc_8h.html#a31069581e8251f1eeffcb1933288b927">  508</a></span>&#160;<span class="preprocessor">#define ADC_SWTRIG_OFFSET           0x14         </span></div>
<div class="line"><a name="l00509"></a><span class="lineno"><a class="line" href="adc_8h.html#a49c6b5f14c508b44648ebbd35407257a">  509</a></span>&#160;<span class="preprocessor">#define ADC_SWTRIG_RESETVALUE       _U_(0x00)    </span></div>
<div class="line"><a name="l00511"></a><span class="lineno"><a class="line" href="adc_8h.html#a5b316b5ec857239352dbb1c1701bacc2">  511</a></span>&#160;<span class="preprocessor">#define ADC_SWTRIG_FLUSH_Pos        0            </span></div>
<div class="line"><a name="l00512"></a><span class="lineno">  512</span>&#160;<span class="preprocessor">#define ADC_SWTRIG_FLUSH            (_U_(0x1) &lt;&lt; ADC_SWTRIG_FLUSH_Pos)</span></div>
<div class="line"><a name="l00513"></a><span class="lineno"><a class="line" href="adc_8h.html#a12409e6821f87b501654671ff5dcae55">  513</a></span>&#160;<span class="preprocessor">#define ADC_SWTRIG_START_Pos        1            </span></div>
<div class="line"><a name="l00514"></a><span class="lineno">  514</span>&#160;<span class="preprocessor">#define ADC_SWTRIG_START            (_U_(0x1) &lt;&lt; ADC_SWTRIG_START_Pos)</span></div>
<div class="line"><a name="l00515"></a><span class="lineno"><a class="line" href="adc_8h.html#a03f8a2bcff30a481d12adb178c1104f0">  515</a></span>&#160;<span class="preprocessor">#define ADC_SWTRIG_MASK             _U_(0x03)    </span></div>
<div class="line"><a name="l00517"></a><span class="lineno">  517</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- ADC_INTENCLR : (ADC Offset: 0x2C) (R/W  8) Interrupt Enable Clear -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00518"></a><span class="lineno">  518</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00519"></a><span class="lineno"><a class="line" href="unionADC__INTENCLR__Type.html">  519</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00520"></a><span class="lineno">  520</span>&#160;  <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00521"></a><span class="lineno"><a class="line" href="unionADC__INTENCLR__Type.html#a9abf805c13a8225909b554221ec72820">  521</a></span>&#160;    uint8_t  <a class="code" href="unionADC__INTENCLR__Type.html#a9abf805c13a8225909b554221ec72820">RESRDY</a>:1;         </div>
<div class="line"><a name="l00522"></a><span class="lineno"><a class="line" href="unionADC__INTENCLR__Type.html#ab24494dd0de90967355e1fc26119cb8a">  522</a></span>&#160;    uint8_t  <a class="code" href="unionADC__INTENCLR__Type.html#ab24494dd0de90967355e1fc26119cb8a">OVERRUN</a>:1;        </div>
<div class="line"><a name="l00523"></a><span class="lineno"><a class="line" href="unionADC__INTENCLR__Type.html#a102bd20f5d0db4994d14ee58de5dce77">  523</a></span>&#160;    uint8_t  <a class="code" href="unionADC__INTENCLR__Type.html#a102bd20f5d0db4994d14ee58de5dce77">WINMON</a>:1;         </div>
<div class="line"><a name="l00524"></a><span class="lineno"><a class="line" href="unionADC__INTENCLR__Type.html#a19570b48161f52dc940b7ad753779b63">  524</a></span>&#160;    uint8_t  :5;               </div>
<div class="line"><a name="l00525"></a><span class="lineno"><a class="line" href="unionADC__INTENCLR__Type.html#a5c0b8da4a54b988fd6b858a14b915ed9">  525</a></span>&#160;  } bit;                       </div>
<div class="line"><a name="l00526"></a><span class="lineno"><a class="line" href="unionADC__INTENCLR__Type.html#a4d0bec6adb0cbd25103eabcd91a97c3d">  526</a></span>&#160;  uint8_t <a class="code" href="unionADC__INTENCLR__Type.html#a4d0bec6adb0cbd25103eabcd91a97c3d">reg</a>;                 </div>
<div class="line"><a name="l00527"></a><span class="lineno">  527</span>&#160;} <a class="code" href="unionADC__INTENCLR__Type.html">ADC_INTENCLR_Type</a>;</div>
<div class="line"><a name="l00528"></a><span class="lineno">  528</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00529"></a><span class="lineno">  529</span>&#160; </div>
<div class="line"><a name="l00530"></a><span class="lineno"><a class="line" href="adc_8h.html#a2ee30f1da1a9071d819e8ec44e4c33e3">  530</a></span>&#160;<span class="preprocessor">#define ADC_INTENCLR_OFFSET         0x2C         </span></div>
<div class="line"><a name="l00531"></a><span class="lineno"><a class="line" href="adc_8h.html#ab16539d50c97ef7fd06085b36ef7c588">  531</a></span>&#160;<span class="preprocessor">#define ADC_INTENCLR_RESETVALUE     _U_(0x00)    </span></div>
<div class="line"><a name="l00533"></a><span class="lineno"><a class="line" href="adc_8h.html#ab124f90030235c342336b98942b4765c">  533</a></span>&#160;<span class="preprocessor">#define ADC_INTENCLR_RESRDY_Pos     0            </span></div>
<div class="line"><a name="l00534"></a><span class="lineno">  534</span>&#160;<span class="preprocessor">#define ADC_INTENCLR_RESRDY         (_U_(0x1) &lt;&lt; ADC_INTENCLR_RESRDY_Pos)</span></div>
<div class="line"><a name="l00535"></a><span class="lineno"><a class="line" href="adc_8h.html#a6fcd472698b48b4db47c658690780641">  535</a></span>&#160;<span class="preprocessor">#define ADC_INTENCLR_OVERRUN_Pos    1            </span></div>
<div class="line"><a name="l00536"></a><span class="lineno">  536</span>&#160;<span class="preprocessor">#define ADC_INTENCLR_OVERRUN        (_U_(0x1) &lt;&lt; ADC_INTENCLR_OVERRUN_Pos)</span></div>
<div class="line"><a name="l00537"></a><span class="lineno"><a class="line" href="adc_8h.html#a18577e9e20c28d5b25f1674ce80a331f">  537</a></span>&#160;<span class="preprocessor">#define ADC_INTENCLR_WINMON_Pos     2            </span></div>
<div class="line"><a name="l00538"></a><span class="lineno">  538</span>&#160;<span class="preprocessor">#define ADC_INTENCLR_WINMON         (_U_(0x1) &lt;&lt; ADC_INTENCLR_WINMON_Pos)</span></div>
<div class="line"><a name="l00539"></a><span class="lineno"><a class="line" href="adc_8h.html#a86fb35a78836c2ee97ccaa2801bcf8da">  539</a></span>&#160;<span class="preprocessor">#define ADC_INTENCLR_MASK           _U_(0x07)    </span></div>
<div class="line"><a name="l00541"></a><span class="lineno">  541</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- ADC_INTENSET : (ADC Offset: 0x2D) (R/W  8) Interrupt Enable Set -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00542"></a><span class="lineno">  542</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00543"></a><span class="lineno"><a class="line" href="unionADC__INTENSET__Type.html">  543</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00544"></a><span class="lineno">  544</span>&#160;  <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00545"></a><span class="lineno"><a class="line" href="unionADC__INTENSET__Type.html#aa227076f0b2a4c1729d0d33414360cff">  545</a></span>&#160;    uint8_t  <a class="code" href="unionADC__INTENSET__Type.html#aa227076f0b2a4c1729d0d33414360cff">RESRDY</a>:1;         </div>
<div class="line"><a name="l00546"></a><span class="lineno"><a class="line" href="unionADC__INTENSET__Type.html#af4a7f1673bb8c64fe95821a3948be7f1">  546</a></span>&#160;    uint8_t  <a class="code" href="unionADC__INTENSET__Type.html#af4a7f1673bb8c64fe95821a3948be7f1">OVERRUN</a>:1;        </div>
<div class="line"><a name="l00547"></a><span class="lineno"><a class="line" href="unionADC__INTENSET__Type.html#a241338a3153ffef3eb281857ff0ce239">  547</a></span>&#160;    uint8_t  <a class="code" href="unionADC__INTENSET__Type.html#a241338a3153ffef3eb281857ff0ce239">WINMON</a>:1;         </div>
<div class="line"><a name="l00548"></a><span class="lineno"><a class="line" href="unionADC__INTENSET__Type.html#a91e52c31e8c380085e620ce43b1a3fe2">  548</a></span>&#160;    uint8_t  :5;               </div>
<div class="line"><a name="l00549"></a><span class="lineno"><a class="line" href="unionADC__INTENSET__Type.html#a094521b3bfb5286ae71dcedf683e1326">  549</a></span>&#160;  } bit;                       </div>
<div class="line"><a name="l00550"></a><span class="lineno"><a class="line" href="unionADC__INTENSET__Type.html#a3bfc0121d10581d4d8bb43f8c46e0c01">  550</a></span>&#160;  uint8_t <a class="code" href="unionADC__INTENSET__Type.html#a3bfc0121d10581d4d8bb43f8c46e0c01">reg</a>;                 </div>
<div class="line"><a name="l00551"></a><span class="lineno">  551</span>&#160;} <a class="code" href="unionADC__INTENSET__Type.html">ADC_INTENSET_Type</a>;</div>
<div class="line"><a name="l00552"></a><span class="lineno">  552</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00553"></a><span class="lineno">  553</span>&#160; </div>
<div class="line"><a name="l00554"></a><span class="lineno"><a class="line" href="adc_8h.html#a0b570aa514a0e36e01952c41e02df429">  554</a></span>&#160;<span class="preprocessor">#define ADC_INTENSET_OFFSET         0x2D         </span></div>
<div class="line"><a name="l00555"></a><span class="lineno"><a class="line" href="adc_8h.html#a26f1d6d4ed9e9e0440a649b4cc89e3bb">  555</a></span>&#160;<span class="preprocessor">#define ADC_INTENSET_RESETVALUE     _U_(0x00)    </span></div>
<div class="line"><a name="l00557"></a><span class="lineno"><a class="line" href="adc_8h.html#a264acd7684104056b02d545b737b9b6c">  557</a></span>&#160;<span class="preprocessor">#define ADC_INTENSET_RESRDY_Pos     0            </span></div>
<div class="line"><a name="l00558"></a><span class="lineno">  558</span>&#160;<span class="preprocessor">#define ADC_INTENSET_RESRDY         (_U_(0x1) &lt;&lt; ADC_INTENSET_RESRDY_Pos)</span></div>
<div class="line"><a name="l00559"></a><span class="lineno"><a class="line" href="adc_8h.html#a7d9b2895c1dcd0cd79242a303f9892ec">  559</a></span>&#160;<span class="preprocessor">#define ADC_INTENSET_OVERRUN_Pos    1            </span></div>
<div class="line"><a name="l00560"></a><span class="lineno">  560</span>&#160;<span class="preprocessor">#define ADC_INTENSET_OVERRUN        (_U_(0x1) &lt;&lt; ADC_INTENSET_OVERRUN_Pos)</span></div>
<div class="line"><a name="l00561"></a><span class="lineno"><a class="line" href="adc_8h.html#a83db55040702e080d753687d992794af">  561</a></span>&#160;<span class="preprocessor">#define ADC_INTENSET_WINMON_Pos     2            </span></div>
<div class="line"><a name="l00562"></a><span class="lineno">  562</span>&#160;<span class="preprocessor">#define ADC_INTENSET_WINMON         (_U_(0x1) &lt;&lt; ADC_INTENSET_WINMON_Pos)</span></div>
<div class="line"><a name="l00563"></a><span class="lineno"><a class="line" href="adc_8h.html#a348d47953ac9de47b878dd220e6359fd">  563</a></span>&#160;<span class="preprocessor">#define ADC_INTENSET_MASK           _U_(0x07)    </span></div>
<div class="line"><a name="l00565"></a><span class="lineno">  565</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- ADC_INTFLAG : (ADC Offset: 0x2E) (R/W  8) Interrupt Flag Status and Clear -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00566"></a><span class="lineno">  566</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00567"></a><span class="lineno"><a class="line" href="unionADC__INTFLAG__Type.html">  567</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{ <span class="comment">// __I to avoid read-modify-write on write-to-clear register</span></div>
<div class="line"><a name="l00568"></a><span class="lineno">  568</span>&#160;  <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00569"></a><span class="lineno"><a class="line" href="unionADC__INTFLAG__Type.html#a4a6911d7452a4606bac08a90f4e7ae9a">  569</a></span>&#160;    __I uint8_t  <a class="code" href="unionADC__INTFLAG__Type.html#a4a6911d7452a4606bac08a90f4e7ae9a">RESRDY</a>:1;         </div>
<div class="line"><a name="l00570"></a><span class="lineno"><a class="line" href="unionADC__INTFLAG__Type.html#aab91f64470203c57f3f8f13dfd50dceb">  570</a></span>&#160;    __I uint8_t  <a class="code" href="unionADC__INTFLAG__Type.html#aab91f64470203c57f3f8f13dfd50dceb">OVERRUN</a>:1;        </div>
<div class="line"><a name="l00571"></a><span class="lineno"><a class="line" href="unionADC__INTFLAG__Type.html#a8304d989141bfc12191122d3594c5756">  571</a></span>&#160;    __I uint8_t  <a class="code" href="unionADC__INTFLAG__Type.html#a8304d989141bfc12191122d3594c5756">WINMON</a>:1;         </div>
<div class="line"><a name="l00572"></a><span class="lineno"><a class="line" href="unionADC__INTFLAG__Type.html#ab090d419e0239066ff21b9dd7edfc19d">  572</a></span>&#160;    __I <a class="code" href="unionADC__INTFLAG__Type.html#ab090d419e0239066ff21b9dd7edfc19d">uint8_t</a>  :5;               </div>
<div class="line"><a name="l00573"></a><span class="lineno"><a class="line" href="unionADC__INTFLAG__Type.html#aa48d3d2192171deaf498950d2f522f89">  573</a></span>&#160;  } bit;                       </div>
<div class="line"><a name="l00574"></a><span class="lineno"><a class="line" href="unionADC__INTFLAG__Type.html#a66d77e3487777c8a323038d890aae236">  574</a></span>&#160;  uint8_t <a class="code" href="unionADC__INTFLAG__Type.html#a66d77e3487777c8a323038d890aae236">reg</a>;                 </div>
<div class="line"><a name="l00575"></a><span class="lineno">  575</span>&#160;} <a class="code" href="unionADC__INTFLAG__Type.html">ADC_INTFLAG_Type</a>;</div>
<div class="line"><a name="l00576"></a><span class="lineno">  576</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00577"></a><span class="lineno">  577</span>&#160; </div>
<div class="line"><a name="l00578"></a><span class="lineno"><a class="line" href="adc_8h.html#afd3a9b4fec2824771e0a977b66bf9403">  578</a></span>&#160;<span class="preprocessor">#define ADC_INTFLAG_OFFSET          0x2E         </span></div>
<div class="line"><a name="l00579"></a><span class="lineno"><a class="line" href="adc_8h.html#a834970e3bd57aba06d98614a474f4674">  579</a></span>&#160;<span class="preprocessor">#define ADC_INTFLAG_RESETVALUE      _U_(0x00)    </span></div>
<div class="line"><a name="l00581"></a><span class="lineno"><a class="line" href="adc_8h.html#aceaa92b773ddec31eebac84ace833e60">  581</a></span>&#160;<span class="preprocessor">#define ADC_INTFLAG_RESRDY_Pos      0            </span></div>
<div class="line"><a name="l00582"></a><span class="lineno">  582</span>&#160;<span class="preprocessor">#define ADC_INTFLAG_RESRDY          (_U_(0x1) &lt;&lt; ADC_INTFLAG_RESRDY_Pos)</span></div>
<div class="line"><a name="l00583"></a><span class="lineno"><a class="line" href="adc_8h.html#ae42501968146288809110683854b38d5">  583</a></span>&#160;<span class="preprocessor">#define ADC_INTFLAG_OVERRUN_Pos     1            </span></div>
<div class="line"><a name="l00584"></a><span class="lineno">  584</span>&#160;<span class="preprocessor">#define ADC_INTFLAG_OVERRUN         (_U_(0x1) &lt;&lt; ADC_INTFLAG_OVERRUN_Pos)</span></div>
<div class="line"><a name="l00585"></a><span class="lineno"><a class="line" href="adc_8h.html#ad83aca0d61282d0c0ac67d10028729d0">  585</a></span>&#160;<span class="preprocessor">#define ADC_INTFLAG_WINMON_Pos      2            </span></div>
<div class="line"><a name="l00586"></a><span class="lineno">  586</span>&#160;<span class="preprocessor">#define ADC_INTFLAG_WINMON          (_U_(0x1) &lt;&lt; ADC_INTFLAG_WINMON_Pos)</span></div>
<div class="line"><a name="l00587"></a><span class="lineno"><a class="line" href="adc_8h.html#ad6ae9e9e9b6b800afe5a4d69bb9fac91">  587</a></span>&#160;<span class="preprocessor">#define ADC_INTFLAG_MASK            _U_(0x07)    </span></div>
<div class="line"><a name="l00589"></a><span class="lineno">  589</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- ADC_STATUS : (ADC Offset: 0x2F) (R/   8) Status -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00590"></a><span class="lineno">  590</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00591"></a><span class="lineno"><a class="line" href="unionADC__STATUS__Type.html">  591</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00592"></a><span class="lineno">  592</span>&#160;  <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00593"></a><span class="lineno"><a class="line" href="unionADC__STATUS__Type.html#a62ab5530b14aab46a5e8f9ada04c0f4e">  593</a></span>&#160;    uint8_t  <a class="code" href="unionADC__STATUS__Type.html#a62ab5530b14aab46a5e8f9ada04c0f4e">ADCBUSY</a>:1;        </div>
<div class="line"><a name="l00594"></a><span class="lineno"><a class="line" href="unionADC__STATUS__Type.html#adc816efd8848c6e9f4e7ff377d704836">  594</a></span>&#160;    uint8_t  :1;               </div>
<div class="line"><a name="l00595"></a><span class="lineno"><a class="line" href="unionADC__STATUS__Type.html#ad82c2355fd21612c0e94c94367bf6874">  595</a></span>&#160;    uint8_t  <a class="code" href="unionADC__STATUS__Type.html#ad82c2355fd21612c0e94c94367bf6874">WCC</a>:6;            </div>
<div class="line"><a name="l00596"></a><span class="lineno"><a class="line" href="unionADC__STATUS__Type.html#a8a5745c4e93366e04216766bc6e97c6a">  596</a></span>&#160;  } bit;                       </div>
<div class="line"><a name="l00597"></a><span class="lineno"><a class="line" href="unionADC__STATUS__Type.html#a47b92a99de1cc0551b7bbed052898bca">  597</a></span>&#160;  uint8_t <a class="code" href="unionADC__STATUS__Type.html#a47b92a99de1cc0551b7bbed052898bca">reg</a>;                 </div>
<div class="line"><a name="l00598"></a><span class="lineno">  598</span>&#160;} <a class="code" href="unionADC__STATUS__Type.html">ADC_STATUS_Type</a>;</div>
<div class="line"><a name="l00599"></a><span class="lineno">  599</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00600"></a><span class="lineno">  600</span>&#160; </div>
<div class="line"><a name="l00601"></a><span class="lineno"><a class="line" href="adc_8h.html#a92a9328e87712b738d626d0b9a6c5a22">  601</a></span>&#160;<span class="preprocessor">#define ADC_STATUS_OFFSET           0x2F         </span></div>
<div class="line"><a name="l00602"></a><span class="lineno"><a class="line" href="adc_8h.html#af3b1f7a8d7a87c1dc328ef7b30109101">  602</a></span>&#160;<span class="preprocessor">#define ADC_STATUS_RESETVALUE       _U_(0x00)    </span></div>
<div class="line"><a name="l00604"></a><span class="lineno"><a class="line" href="adc_8h.html#ac4a40e9539871b919455a46c51617200">  604</a></span>&#160;<span class="preprocessor">#define ADC_STATUS_ADCBUSY_Pos      0            </span></div>
<div class="line"><a name="l00605"></a><span class="lineno">  605</span>&#160;<span class="preprocessor">#define ADC_STATUS_ADCBUSY          (_U_(0x1) &lt;&lt; ADC_STATUS_ADCBUSY_Pos)</span></div>
<div class="line"><a name="l00606"></a><span class="lineno"><a class="line" href="adc_8h.html#a0e08c44dada0ac2b35b1f257297bfe61">  606</a></span>&#160;<span class="preprocessor">#define ADC_STATUS_WCC_Pos          2            </span></div>
<div class="line"><a name="l00607"></a><span class="lineno">  607</span>&#160;<span class="preprocessor">#define ADC_STATUS_WCC_Msk          (_U_(0x3F) &lt;&lt; ADC_STATUS_WCC_Pos)</span></div>
<div class="line"><a name="l00608"></a><span class="lineno">  608</span>&#160;<span class="preprocessor">#define ADC_STATUS_WCC(value)       (ADC_STATUS_WCC_Msk &amp; ((value) &lt;&lt; ADC_STATUS_WCC_Pos))</span></div>
<div class="line"><a name="l00609"></a><span class="lineno"><a class="line" href="adc_8h.html#a467db33a24f7f8143bd25064921cc59e">  609</a></span>&#160;<span class="preprocessor">#define ADC_STATUS_MASK             _U_(0xFD)    </span></div>
<div class="line"><a name="l00611"></a><span class="lineno">  611</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- ADC_SYNCBUSY : (ADC Offset: 0x30) (R/  32) Synchronization Busy -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00612"></a><span class="lineno">  612</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00613"></a><span class="lineno"><a class="line" href="unionADC__SYNCBUSY__Type.html">  613</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00614"></a><span class="lineno">  614</span>&#160;  <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00615"></a><span class="lineno"><a class="line" href="unionADC__SYNCBUSY__Type.html#a819da5d40577403e08bf41666bc80389">  615</a></span>&#160;    uint32_t <a class="code" href="unionADC__SYNCBUSY__Type.html#a819da5d40577403e08bf41666bc80389">SWRST</a>:1;          </div>
<div class="line"><a name="l00616"></a><span class="lineno"><a class="line" href="unionADC__SYNCBUSY__Type.html#a7728f19ae2e31225ea64c8522f1ce2b9">  616</a></span>&#160;    uint32_t <a class="code" href="unionADC__SYNCBUSY__Type.html#a7728f19ae2e31225ea64c8522f1ce2b9">ENABLE</a>:1;         </div>
<div class="line"><a name="l00617"></a><span class="lineno"><a class="line" href="unionADC__SYNCBUSY__Type.html#a9fc549a0430f5d963af600b997c3743f">  617</a></span>&#160;    uint32_t <a class="code" href="unionADC__SYNCBUSY__Type.html#a9fc549a0430f5d963af600b997c3743f">INPUTCTRL</a>:1;      </div>
<div class="line"><a name="l00618"></a><span class="lineno"><a class="line" href="unionADC__SYNCBUSY__Type.html#a085516b5925d198fb91fe6e77015caa4">  618</a></span>&#160;    uint32_t <a class="code" href="unionADC__SYNCBUSY__Type.html#a085516b5925d198fb91fe6e77015caa4">CTRLB</a>:1;          </div>
<div class="line"><a name="l00619"></a><span class="lineno"><a class="line" href="unionADC__SYNCBUSY__Type.html#a9869d6c3d0f862a4bcccbf9859e39e31">  619</a></span>&#160;    uint32_t <a class="code" href="unionADC__SYNCBUSY__Type.html#a9869d6c3d0f862a4bcccbf9859e39e31">REFCTRL</a>:1;        </div>
<div class="line"><a name="l00620"></a><span class="lineno"><a class="line" href="unionADC__SYNCBUSY__Type.html#a1739c45082796ff777c6d0afd15f86b1">  620</a></span>&#160;    uint32_t <a class="code" href="unionADC__SYNCBUSY__Type.html#a1739c45082796ff777c6d0afd15f86b1">AVGCTRL</a>:1;        </div>
<div class="line"><a name="l00621"></a><span class="lineno"><a class="line" href="unionADC__SYNCBUSY__Type.html#ad07939154708ebce1b6b01aac9f086c3">  621</a></span>&#160;    uint32_t <a class="code" href="unionADC__SYNCBUSY__Type.html#ad07939154708ebce1b6b01aac9f086c3">SAMPCTRL</a>:1;       </div>
<div class="line"><a name="l00622"></a><span class="lineno"><a class="line" href="unionADC__SYNCBUSY__Type.html#a7a432c7721d7866af8d44cabd977e0ec">  622</a></span>&#160;    uint32_t <a class="code" href="unionADC__SYNCBUSY__Type.html#a7a432c7721d7866af8d44cabd977e0ec">WINLT</a>:1;          </div>
<div class="line"><a name="l00623"></a><span class="lineno"><a class="line" href="unionADC__SYNCBUSY__Type.html#a4aa98d01f17003d2bfa9ab2b9bdda2ed">  623</a></span>&#160;    uint32_t <a class="code" href="unionADC__SYNCBUSY__Type.html#a4aa98d01f17003d2bfa9ab2b9bdda2ed">WINUT</a>:1;          </div>
<div class="line"><a name="l00624"></a><span class="lineno"><a class="line" href="unionADC__SYNCBUSY__Type.html#a8e866e82d6b1b6e2604d3cd8d9132fdd">  624</a></span>&#160;    uint32_t <a class="code" href="unionADC__SYNCBUSY__Type.html#a8e866e82d6b1b6e2604d3cd8d9132fdd">GAINCORR</a>:1;       </div>
<div class="line"><a name="l00625"></a><span class="lineno"><a class="line" href="unionADC__SYNCBUSY__Type.html#a8d211de503be2bfd877206e023c5b0c8">  625</a></span>&#160;    uint32_t <a class="code" href="unionADC__SYNCBUSY__Type.html#a8d211de503be2bfd877206e023c5b0c8">OFFSETCORR</a>:1;     </div>
<div class="line"><a name="l00626"></a><span class="lineno"><a class="line" href="unionADC__SYNCBUSY__Type.html#aef3fc8f6d2a80e661c69acc108aeeeec">  626</a></span>&#160;    uint32_t <a class="code" href="unionADC__SYNCBUSY__Type.html#aef3fc8f6d2a80e661c69acc108aeeeec">SWTRIG</a>:1;         </div>
<div class="line"><a name="l00627"></a><span class="lineno"><a class="line" href="unionADC__SYNCBUSY__Type.html#a6d1af2c0778eb8129f42c97c457d5f63">  627</a></span>&#160;    uint32_t :20;              </div>
<div class="line"><a name="l00628"></a><span class="lineno"><a class="line" href="unionADC__SYNCBUSY__Type.html#a1ea0d617061b5211da2113e30ed2ec28">  628</a></span>&#160;  } bit;                       </div>
<div class="line"><a name="l00629"></a><span class="lineno"><a class="line" href="unionADC__SYNCBUSY__Type.html#a252da1eb241e5b9a907acf24c5f56b3b">  629</a></span>&#160;  uint32_t <a class="code" href="unionADC__SYNCBUSY__Type.html#a252da1eb241e5b9a907acf24c5f56b3b">reg</a>;                </div>
<div class="line"><a name="l00630"></a><span class="lineno">  630</span>&#160;} <a class="code" href="unionADC__SYNCBUSY__Type.html">ADC_SYNCBUSY_Type</a>;</div>
<div class="line"><a name="l00631"></a><span class="lineno">  631</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00632"></a><span class="lineno">  632</span>&#160; </div>
<div class="line"><a name="l00633"></a><span class="lineno"><a class="line" href="adc_8h.html#a428ab5147cbdfc744547b636ee655019">  633</a></span>&#160;<span class="preprocessor">#define ADC_SYNCBUSY_OFFSET         0x30         </span></div>
<div class="line"><a name="l00634"></a><span class="lineno"><a class="line" href="adc_8h.html#a92a4b3b998d1e505c1c2a5471d7baebf">  634</a></span>&#160;<span class="preprocessor">#define ADC_SYNCBUSY_RESETVALUE     _U_(0x00000000) </span></div>
<div class="line"><a name="l00636"></a><span class="lineno"><a class="line" href="adc_8h.html#a23c4a8c88c12b7f527fabc3247556fc9">  636</a></span>&#160;<span class="preprocessor">#define ADC_SYNCBUSY_SWRST_Pos      0            </span></div>
<div class="line"><a name="l00637"></a><span class="lineno">  637</span>&#160;<span class="preprocessor">#define ADC_SYNCBUSY_SWRST          (_U_(0x1) &lt;&lt; ADC_SYNCBUSY_SWRST_Pos)</span></div>
<div class="line"><a name="l00638"></a><span class="lineno"><a class="line" href="adc_8h.html#a4c2fa17f8421db2f1a40c2c68395f3a4">  638</a></span>&#160;<span class="preprocessor">#define ADC_SYNCBUSY_ENABLE_Pos     1            </span></div>
<div class="line"><a name="l00639"></a><span class="lineno">  639</span>&#160;<span class="preprocessor">#define ADC_SYNCBUSY_ENABLE         (_U_(0x1) &lt;&lt; ADC_SYNCBUSY_ENABLE_Pos)</span></div>
<div class="line"><a name="l00640"></a><span class="lineno"><a class="line" href="adc_8h.html#addec2d03757fac1e6e3ba43ca28c58d3">  640</a></span>&#160;<span class="preprocessor">#define ADC_SYNCBUSY_INPUTCTRL_Pos  2            </span></div>
<div class="line"><a name="l00641"></a><span class="lineno">  641</span>&#160;<span class="preprocessor">#define ADC_SYNCBUSY_INPUTCTRL      (_U_(0x1) &lt;&lt; ADC_SYNCBUSY_INPUTCTRL_Pos)</span></div>
<div class="line"><a name="l00642"></a><span class="lineno"><a class="line" href="adc_8h.html#ad0e24d8062abcbc37140f6fa93515614">  642</a></span>&#160;<span class="preprocessor">#define ADC_SYNCBUSY_CTRLB_Pos      3            </span></div>
<div class="line"><a name="l00643"></a><span class="lineno">  643</span>&#160;<span class="preprocessor">#define ADC_SYNCBUSY_CTRLB          (_U_(0x1) &lt;&lt; ADC_SYNCBUSY_CTRLB_Pos)</span></div>
<div class="line"><a name="l00644"></a><span class="lineno"><a class="line" href="adc_8h.html#a28251242c1ae84afd61c9d4e8176c22f">  644</a></span>&#160;<span class="preprocessor">#define ADC_SYNCBUSY_REFCTRL_Pos    4            </span></div>
<div class="line"><a name="l00645"></a><span class="lineno">  645</span>&#160;<span class="preprocessor">#define ADC_SYNCBUSY_REFCTRL        (_U_(0x1) &lt;&lt; ADC_SYNCBUSY_REFCTRL_Pos)</span></div>
<div class="line"><a name="l00646"></a><span class="lineno"><a class="line" href="adc_8h.html#ae102defd7714611cfece5ca35f9ebf68">  646</a></span>&#160;<span class="preprocessor">#define ADC_SYNCBUSY_AVGCTRL_Pos    5            </span></div>
<div class="line"><a name="l00647"></a><span class="lineno">  647</span>&#160;<span class="preprocessor">#define ADC_SYNCBUSY_AVGCTRL        (_U_(0x1) &lt;&lt; ADC_SYNCBUSY_AVGCTRL_Pos)</span></div>
<div class="line"><a name="l00648"></a><span class="lineno"><a class="line" href="adc_8h.html#a652f845bc3b2669609b54d7617776ea4">  648</a></span>&#160;<span class="preprocessor">#define ADC_SYNCBUSY_SAMPCTRL_Pos   6            </span></div>
<div class="line"><a name="l00649"></a><span class="lineno">  649</span>&#160;<span class="preprocessor">#define ADC_SYNCBUSY_SAMPCTRL       (_U_(0x1) &lt;&lt; ADC_SYNCBUSY_SAMPCTRL_Pos)</span></div>
<div class="line"><a name="l00650"></a><span class="lineno"><a class="line" href="adc_8h.html#a5cfecaf1885baf8811066f15033c5de7">  650</a></span>&#160;<span class="preprocessor">#define ADC_SYNCBUSY_WINLT_Pos      7            </span></div>
<div class="line"><a name="l00651"></a><span class="lineno">  651</span>&#160;<span class="preprocessor">#define ADC_SYNCBUSY_WINLT          (_U_(0x1) &lt;&lt; ADC_SYNCBUSY_WINLT_Pos)</span></div>
<div class="line"><a name="l00652"></a><span class="lineno"><a class="line" href="adc_8h.html#a2e2c4deff72ea7179fd53d134e79c5c4">  652</a></span>&#160;<span class="preprocessor">#define ADC_SYNCBUSY_WINUT_Pos      8            </span></div>
<div class="line"><a name="l00653"></a><span class="lineno">  653</span>&#160;<span class="preprocessor">#define ADC_SYNCBUSY_WINUT          (_U_(0x1) &lt;&lt; ADC_SYNCBUSY_WINUT_Pos)</span></div>
<div class="line"><a name="l00654"></a><span class="lineno"><a class="line" href="adc_8h.html#a5414d2085af1455400787e2cb2bace4c">  654</a></span>&#160;<span class="preprocessor">#define ADC_SYNCBUSY_GAINCORR_Pos   9            </span></div>
<div class="line"><a name="l00655"></a><span class="lineno">  655</span>&#160;<span class="preprocessor">#define ADC_SYNCBUSY_GAINCORR       (_U_(0x1) &lt;&lt; ADC_SYNCBUSY_GAINCORR_Pos)</span></div>
<div class="line"><a name="l00656"></a><span class="lineno"><a class="line" href="adc_8h.html#aac3ac5e8cc9af9b37763d6ce8bdf4b9d">  656</a></span>&#160;<span class="preprocessor">#define ADC_SYNCBUSY_OFFSETCORR_Pos 10           </span></div>
<div class="line"><a name="l00657"></a><span class="lineno">  657</span>&#160;<span class="preprocessor">#define ADC_SYNCBUSY_OFFSETCORR     (_U_(0x1) &lt;&lt; ADC_SYNCBUSY_OFFSETCORR_Pos)</span></div>
<div class="line"><a name="l00658"></a><span class="lineno"><a class="line" href="adc_8h.html#a96ff7ac5786798c905ef5c05943b04a5">  658</a></span>&#160;<span class="preprocessor">#define ADC_SYNCBUSY_SWTRIG_Pos     11           </span></div>
<div class="line"><a name="l00659"></a><span class="lineno">  659</span>&#160;<span class="preprocessor">#define ADC_SYNCBUSY_SWTRIG         (_U_(0x1) &lt;&lt; ADC_SYNCBUSY_SWTRIG_Pos)</span></div>
<div class="line"><a name="l00660"></a><span class="lineno"><a class="line" href="adc_8h.html#a4cb082a6d2bd0c81821acfb031bfa964">  660</a></span>&#160;<span class="preprocessor">#define ADC_SYNCBUSY_MASK           _U_(0x00000FFF) </span></div>
<div class="line"><a name="l00662"></a><span class="lineno">  662</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- ADC_DSEQDATA : (ADC Offset: 0x34) ( /W 32) DMA Sequencial Data -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00663"></a><span class="lineno">  663</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00664"></a><span class="lineno"><a class="line" href="unionADC__DSEQDATA__Type.html">  664</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00665"></a><span class="lineno">  665</span>&#160;  <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00666"></a><span class="lineno"><a class="line" href="unionADC__DSEQDATA__Type.html#a1c7adad1b026d4f3ce59cf1d1a59bcbc">  666</a></span>&#160;    uint32_t <a class="code" href="unionADC__DSEQDATA__Type.html#a1c7adad1b026d4f3ce59cf1d1a59bcbc">DATA</a>:32;          </div>
<div class="line"><a name="l00667"></a><span class="lineno"><a class="line" href="unionADC__DSEQDATA__Type.html#a12ff33bb563d11f892fed5a58cc4f548">  667</a></span>&#160;  } bit;                       </div>
<div class="line"><a name="l00668"></a><span class="lineno"><a class="line" href="unionADC__DSEQDATA__Type.html#a5f73515a35d5e0ccf26a0405fd201b88">  668</a></span>&#160;  uint32_t <a class="code" href="unionADC__DSEQDATA__Type.html#a5f73515a35d5e0ccf26a0405fd201b88">reg</a>;                </div>
<div class="line"><a name="l00669"></a><span class="lineno">  669</span>&#160;} <a class="code" href="unionADC__DSEQDATA__Type.html">ADC_DSEQDATA_Type</a>;</div>
<div class="line"><a name="l00670"></a><span class="lineno">  670</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00671"></a><span class="lineno">  671</span>&#160; </div>
<div class="line"><a name="l00672"></a><span class="lineno"><a class="line" href="adc_8h.html#a38751aabfdc06b807eed660f6a763bc6">  672</a></span>&#160;<span class="preprocessor">#define ADC_DSEQDATA_OFFSET         0x34         </span></div>
<div class="line"><a name="l00673"></a><span class="lineno"><a class="line" href="adc_8h.html#a7228ba2525f35dac60a83d958c282bc5">  673</a></span>&#160;<span class="preprocessor">#define ADC_DSEQDATA_RESETVALUE     _U_(0x00000000) </span></div>
<div class="line"><a name="l00675"></a><span class="lineno"><a class="line" href="adc_8h.html#ac4c13e48dde601432d560bd36d620475">  675</a></span>&#160;<span class="preprocessor">#define ADC_DSEQDATA_DATA_Pos       0            </span></div>
<div class="line"><a name="l00676"></a><span class="lineno">  676</span>&#160;<span class="preprocessor">#define ADC_DSEQDATA_DATA_Msk       (_U_(0xFFFFFFFF) &lt;&lt; ADC_DSEQDATA_DATA_Pos)</span></div>
<div class="line"><a name="l00677"></a><span class="lineno">  677</span>&#160;<span class="preprocessor">#define ADC_DSEQDATA_DATA(value)    (ADC_DSEQDATA_DATA_Msk &amp; ((value) &lt;&lt; ADC_DSEQDATA_DATA_Pos))</span></div>
<div class="line"><a name="l00678"></a><span class="lineno"><a class="line" href="adc_8h.html#a1717d451eae3584ef741af2abebe1867">  678</a></span>&#160;<span class="preprocessor">#define ADC_DSEQDATA_MASK           _U_(0xFFFFFFFF) </span></div>
<div class="line"><a name="l00680"></a><span class="lineno">  680</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- ADC_DSEQCTRL : (ADC Offset: 0x38) (R/W 32) DMA Sequential Control -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00681"></a><span class="lineno">  681</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00682"></a><span class="lineno"><a class="line" href="unionADC__DSEQCTRL__Type.html">  682</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00683"></a><span class="lineno">  683</span>&#160;  <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00684"></a><span class="lineno"><a class="line" href="unionADC__DSEQCTRL__Type.html#a11c85c254296a143c30438ade8b0847e">  684</a></span>&#160;    uint32_t <a class="code" href="unionADC__DSEQCTRL__Type.html#a11c85c254296a143c30438ade8b0847e">INPUTCTRL</a>:1;      </div>
<div class="line"><a name="l00685"></a><span class="lineno"><a class="line" href="unionADC__DSEQCTRL__Type.html#a83e7c5adbce10a335aab58ae62cb27fa">  685</a></span>&#160;    uint32_t <a class="code" href="unionADC__DSEQCTRL__Type.html#a83e7c5adbce10a335aab58ae62cb27fa">CTRLB</a>:1;          </div>
<div class="line"><a name="l00686"></a><span class="lineno"><a class="line" href="unionADC__DSEQCTRL__Type.html#a3a6b497bb24b67c887f6a26d0a879f78">  686</a></span>&#160;    uint32_t <a class="code" href="unionADC__DSEQCTRL__Type.html#a3a6b497bb24b67c887f6a26d0a879f78">REFCTRL</a>:1;        </div>
<div class="line"><a name="l00687"></a><span class="lineno"><a class="line" href="unionADC__DSEQCTRL__Type.html#ab980c3259f9f618f9bc9e513f246f243">  687</a></span>&#160;    uint32_t <a class="code" href="unionADC__DSEQCTRL__Type.html#ab980c3259f9f618f9bc9e513f246f243">AVGCTRL</a>:1;        </div>
<div class="line"><a name="l00688"></a><span class="lineno"><a class="line" href="unionADC__DSEQCTRL__Type.html#a284ae93318efe12813521cb5997a160c">  688</a></span>&#160;    uint32_t <a class="code" href="unionADC__DSEQCTRL__Type.html#a284ae93318efe12813521cb5997a160c">SAMPCTRL</a>:1;       </div>
<div class="line"><a name="l00689"></a><span class="lineno"><a class="line" href="unionADC__DSEQCTRL__Type.html#a9e64b71eb573080288e065b399c6c4c3">  689</a></span>&#160;    uint32_t <a class="code" href="unionADC__DSEQCTRL__Type.html#a9e64b71eb573080288e065b399c6c4c3">WINLT</a>:1;          </div>
<div class="line"><a name="l00690"></a><span class="lineno"><a class="line" href="unionADC__DSEQCTRL__Type.html#a8d8701c479e727df80d0894c6ecf9837">  690</a></span>&#160;    uint32_t <a class="code" href="unionADC__DSEQCTRL__Type.html#a8d8701c479e727df80d0894c6ecf9837">WINUT</a>:1;          </div>
<div class="line"><a name="l00691"></a><span class="lineno"><a class="line" href="unionADC__DSEQCTRL__Type.html#a208cbc3bf4fab07f9a3288ab694df607">  691</a></span>&#160;    uint32_t <a class="code" href="unionADC__DSEQCTRL__Type.html#a208cbc3bf4fab07f9a3288ab694df607">GAINCORR</a>:1;       </div>
<div class="line"><a name="l00692"></a><span class="lineno"><a class="line" href="unionADC__DSEQCTRL__Type.html#a2ff9752a4a9a20387173735575989c6f">  692</a></span>&#160;    uint32_t <a class="code" href="unionADC__DSEQCTRL__Type.html#a2ff9752a4a9a20387173735575989c6f">OFFSETCORR</a>:1;     </div>
<div class="line"><a name="l00693"></a><span class="lineno"><a class="line" href="unionADC__DSEQCTRL__Type.html#ac26ac8de0caacd14028e6e53267de465">  693</a></span>&#160;    uint32_t :22;              </div>
<div class="line"><a name="l00694"></a><span class="lineno"><a class="line" href="unionADC__DSEQCTRL__Type.html#a78ffb408fe810d37e4b492d8412dbd23">  694</a></span>&#160;    uint32_t <a class="code" href="unionADC__DSEQCTRL__Type.html#a78ffb408fe810d37e4b492d8412dbd23">AUTOSTART</a>:1;      </div>
<div class="line"><a name="l00695"></a><span class="lineno"><a class="line" href="unionADC__DSEQCTRL__Type.html#a9d31a7f1a4d1429c481f8f8f6a1db838">  695</a></span>&#160;  } bit;                       </div>
<div class="line"><a name="l00696"></a><span class="lineno"><a class="line" href="unionADC__DSEQCTRL__Type.html#a784d4363b5c2546f94d8bf69dfa749c2">  696</a></span>&#160;  uint32_t <a class="code" href="unionADC__DSEQCTRL__Type.html#a784d4363b5c2546f94d8bf69dfa749c2">reg</a>;                </div>
<div class="line"><a name="l00697"></a><span class="lineno">  697</span>&#160;} <a class="code" href="unionADC__DSEQCTRL__Type.html">ADC_DSEQCTRL_Type</a>;</div>
<div class="line"><a name="l00698"></a><span class="lineno">  698</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00699"></a><span class="lineno">  699</span>&#160; </div>
<div class="line"><a name="l00700"></a><span class="lineno"><a class="line" href="adc_8h.html#afe98f9ee73b667ae7d2c7587a96bebc5">  700</a></span>&#160;<span class="preprocessor">#define ADC_DSEQCTRL_OFFSET         0x38         </span></div>
<div class="line"><a name="l00701"></a><span class="lineno"><a class="line" href="adc_8h.html#a37172feda3ee418315e3634b760aae4c">  701</a></span>&#160;<span class="preprocessor">#define ADC_DSEQCTRL_RESETVALUE     _U_(0x00000000) </span></div>
<div class="line"><a name="l00703"></a><span class="lineno"><a class="line" href="adc_8h.html#a7dfc5aa4f6bb6fb4b087671e916779dd">  703</a></span>&#160;<span class="preprocessor">#define ADC_DSEQCTRL_INPUTCTRL_Pos  0            </span></div>
<div class="line"><a name="l00704"></a><span class="lineno">  704</span>&#160;<span class="preprocessor">#define ADC_DSEQCTRL_INPUTCTRL      (_U_(0x1) &lt;&lt; ADC_DSEQCTRL_INPUTCTRL_Pos)</span></div>
<div class="line"><a name="l00705"></a><span class="lineno"><a class="line" href="adc_8h.html#ac88baf1e90589ba4ed18eea606829803">  705</a></span>&#160;<span class="preprocessor">#define ADC_DSEQCTRL_CTRLB_Pos      1            </span></div>
<div class="line"><a name="l00706"></a><span class="lineno">  706</span>&#160;<span class="preprocessor">#define ADC_DSEQCTRL_CTRLB          (_U_(0x1) &lt;&lt; ADC_DSEQCTRL_CTRLB_Pos)</span></div>
<div class="line"><a name="l00707"></a><span class="lineno"><a class="line" href="adc_8h.html#ad5de1b5df4faae7e07f84a4ad562c0bd">  707</a></span>&#160;<span class="preprocessor">#define ADC_DSEQCTRL_REFCTRL_Pos    2            </span></div>
<div class="line"><a name="l00708"></a><span class="lineno">  708</span>&#160;<span class="preprocessor">#define ADC_DSEQCTRL_REFCTRL        (_U_(0x1) &lt;&lt; ADC_DSEQCTRL_REFCTRL_Pos)</span></div>
<div class="line"><a name="l00709"></a><span class="lineno"><a class="line" href="adc_8h.html#a612e374887ff6d452e5c44baab29a42f">  709</a></span>&#160;<span class="preprocessor">#define ADC_DSEQCTRL_AVGCTRL_Pos    3            </span></div>
<div class="line"><a name="l00710"></a><span class="lineno">  710</span>&#160;<span class="preprocessor">#define ADC_DSEQCTRL_AVGCTRL        (_U_(0x1) &lt;&lt; ADC_DSEQCTRL_AVGCTRL_Pos)</span></div>
<div class="line"><a name="l00711"></a><span class="lineno"><a class="line" href="adc_8h.html#a1f1736e5532721fb186e11ca0d1f38f8">  711</a></span>&#160;<span class="preprocessor">#define ADC_DSEQCTRL_SAMPCTRL_Pos   4            </span></div>
<div class="line"><a name="l00712"></a><span class="lineno">  712</span>&#160;<span class="preprocessor">#define ADC_DSEQCTRL_SAMPCTRL       (_U_(0x1) &lt;&lt; ADC_DSEQCTRL_SAMPCTRL_Pos)</span></div>
<div class="line"><a name="l00713"></a><span class="lineno"><a class="line" href="adc_8h.html#a0ef74b3be2f0b1eae0a6f7e048ab7f85">  713</a></span>&#160;<span class="preprocessor">#define ADC_DSEQCTRL_WINLT_Pos      5            </span></div>
<div class="line"><a name="l00714"></a><span class="lineno">  714</span>&#160;<span class="preprocessor">#define ADC_DSEQCTRL_WINLT          (_U_(0x1) &lt;&lt; ADC_DSEQCTRL_WINLT_Pos)</span></div>
<div class="line"><a name="l00715"></a><span class="lineno"><a class="line" href="adc_8h.html#a14e25745ebcc58cb742d759d7f2f3a2d">  715</a></span>&#160;<span class="preprocessor">#define ADC_DSEQCTRL_WINUT_Pos      6            </span></div>
<div class="line"><a name="l00716"></a><span class="lineno">  716</span>&#160;<span class="preprocessor">#define ADC_DSEQCTRL_WINUT          (_U_(0x1) &lt;&lt; ADC_DSEQCTRL_WINUT_Pos)</span></div>
<div class="line"><a name="l00717"></a><span class="lineno"><a class="line" href="adc_8h.html#a42cc552c6091a228e7f5aaca043ebd71">  717</a></span>&#160;<span class="preprocessor">#define ADC_DSEQCTRL_GAINCORR_Pos   7            </span></div>
<div class="line"><a name="l00718"></a><span class="lineno">  718</span>&#160;<span class="preprocessor">#define ADC_DSEQCTRL_GAINCORR       (_U_(0x1) &lt;&lt; ADC_DSEQCTRL_GAINCORR_Pos)</span></div>
<div class="line"><a name="l00719"></a><span class="lineno"><a class="line" href="adc_8h.html#aa775fff6e3a7ceeea00cb5eb7d8bd9ad">  719</a></span>&#160;<span class="preprocessor">#define ADC_DSEQCTRL_OFFSETCORR_Pos 8            </span></div>
<div class="line"><a name="l00720"></a><span class="lineno">  720</span>&#160;<span class="preprocessor">#define ADC_DSEQCTRL_OFFSETCORR     (_U_(0x1) &lt;&lt; ADC_DSEQCTRL_OFFSETCORR_Pos)</span></div>
<div class="line"><a name="l00721"></a><span class="lineno"><a class="line" href="adc_8h.html#a1f41913201414adc4cb404b44d38c2c9">  721</a></span>&#160;<span class="preprocessor">#define ADC_DSEQCTRL_AUTOSTART_Pos  31           </span></div>
<div class="line"><a name="l00722"></a><span class="lineno">  722</span>&#160;<span class="preprocessor">#define ADC_DSEQCTRL_AUTOSTART      (_U_(0x1) &lt;&lt; ADC_DSEQCTRL_AUTOSTART_Pos)</span></div>
<div class="line"><a name="l00723"></a><span class="lineno"><a class="line" href="adc_8h.html#a70f8576278a0962f7f3f546cc310bd7d">  723</a></span>&#160;<span class="preprocessor">#define ADC_DSEQCTRL_MASK           _U_(0x800001FF) </span></div>
<div class="line"><a name="l00725"></a><span class="lineno">  725</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- ADC_DSEQSTAT : (ADC Offset: 0x3C) (R/  32) DMA Sequencial Status -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00726"></a><span class="lineno">  726</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00727"></a><span class="lineno"><a class="line" href="unionADC__DSEQSTAT__Type.html">  727</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00728"></a><span class="lineno">  728</span>&#160;  <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00729"></a><span class="lineno"><a class="line" href="unionADC__DSEQSTAT__Type.html#a9b319cc97296e657bf73dcec9cb52490">  729</a></span>&#160;    uint32_t <a class="code" href="unionADC__DSEQSTAT__Type.html#a9b319cc97296e657bf73dcec9cb52490">INPUTCTRL</a>:1;      </div>
<div class="line"><a name="l00730"></a><span class="lineno"><a class="line" href="unionADC__DSEQSTAT__Type.html#abaf82fbb2e33d3d19cb62d8d498aab28">  730</a></span>&#160;    uint32_t <a class="code" href="unionADC__DSEQSTAT__Type.html#abaf82fbb2e33d3d19cb62d8d498aab28">CTRLB</a>:1;          </div>
<div class="line"><a name="l00731"></a><span class="lineno"><a class="line" href="unionADC__DSEQSTAT__Type.html#ae50e70776a4efdd12af798f1745dd62d">  731</a></span>&#160;    uint32_t <a class="code" href="unionADC__DSEQSTAT__Type.html#ae50e70776a4efdd12af798f1745dd62d">REFCTRL</a>:1;        </div>
<div class="line"><a name="l00732"></a><span class="lineno"><a class="line" href="unionADC__DSEQSTAT__Type.html#aeb19468746ffab0bc274facdfd5a8aeb">  732</a></span>&#160;    uint32_t <a class="code" href="unionADC__DSEQSTAT__Type.html#aeb19468746ffab0bc274facdfd5a8aeb">AVGCTRL</a>:1;        </div>
<div class="line"><a name="l00733"></a><span class="lineno"><a class="line" href="unionADC__DSEQSTAT__Type.html#ab4b3eb555bee699b31d1f7fef135ccc4">  733</a></span>&#160;    uint32_t <a class="code" href="unionADC__DSEQSTAT__Type.html#ab4b3eb555bee699b31d1f7fef135ccc4">SAMPCTRL</a>:1;       </div>
<div class="line"><a name="l00734"></a><span class="lineno"><a class="line" href="unionADC__DSEQSTAT__Type.html#a5d893e08a68b32e2aa81ba1e09752cc1">  734</a></span>&#160;    uint32_t <a class="code" href="unionADC__DSEQSTAT__Type.html#a5d893e08a68b32e2aa81ba1e09752cc1">WINLT</a>:1;          </div>
<div class="line"><a name="l00735"></a><span class="lineno"><a class="line" href="unionADC__DSEQSTAT__Type.html#a9cb85df75e8ec6d51bec9dc6ce47800f">  735</a></span>&#160;    uint32_t <a class="code" href="unionADC__DSEQSTAT__Type.html#a9cb85df75e8ec6d51bec9dc6ce47800f">WINUT</a>:1;          </div>
<div class="line"><a name="l00736"></a><span class="lineno"><a class="line" href="unionADC__DSEQSTAT__Type.html#a0125f326816e63198bbf84b61061b49f">  736</a></span>&#160;    uint32_t <a class="code" href="unionADC__DSEQSTAT__Type.html#a0125f326816e63198bbf84b61061b49f">GAINCORR</a>:1;       </div>
<div class="line"><a name="l00737"></a><span class="lineno"><a class="line" href="unionADC__DSEQSTAT__Type.html#a8387e97377811580c13743b721ea8762">  737</a></span>&#160;    uint32_t <a class="code" href="unionADC__DSEQSTAT__Type.html#a8387e97377811580c13743b721ea8762">OFFSETCORR</a>:1;     </div>
<div class="line"><a name="l00738"></a><span class="lineno"><a class="line" href="unionADC__DSEQSTAT__Type.html#ab5b3e62471797a2999400c170adc1380">  738</a></span>&#160;    uint32_t :22;              </div>
<div class="line"><a name="l00739"></a><span class="lineno"><a class="line" href="unionADC__DSEQSTAT__Type.html#a3bdf4ff7a86b9dbd84c96377eaf65939">  739</a></span>&#160;    uint32_t <a class="code" href="unionADC__DSEQSTAT__Type.html#a3bdf4ff7a86b9dbd84c96377eaf65939">BUSY</a>:1;           </div>
<div class="line"><a name="l00740"></a><span class="lineno"><a class="line" href="unionADC__DSEQSTAT__Type.html#a2c068bce2398283e8d90985f83b4d589">  740</a></span>&#160;  } bit;                       </div>
<div class="line"><a name="l00741"></a><span class="lineno"><a class="line" href="unionADC__DSEQSTAT__Type.html#a82792f4415411a6cebfba0aea5f02ac0">  741</a></span>&#160;  uint32_t <a class="code" href="unionADC__DSEQSTAT__Type.html#a82792f4415411a6cebfba0aea5f02ac0">reg</a>;                </div>
<div class="line"><a name="l00742"></a><span class="lineno">  742</span>&#160;} <a class="code" href="unionADC__DSEQSTAT__Type.html">ADC_DSEQSTAT_Type</a>;</div>
<div class="line"><a name="l00743"></a><span class="lineno">  743</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00744"></a><span class="lineno">  744</span>&#160; </div>
<div class="line"><a name="l00745"></a><span class="lineno"><a class="line" href="adc_8h.html#ac8ad5b15bd1e8b15a316478481a610f7">  745</a></span>&#160;<span class="preprocessor">#define ADC_DSEQSTAT_OFFSET         0x3C         </span></div>
<div class="line"><a name="l00746"></a><span class="lineno"><a class="line" href="adc_8h.html#a004f4b46302e058a555e7803b3e50140">  746</a></span>&#160;<span class="preprocessor">#define ADC_DSEQSTAT_RESETVALUE     _U_(0x00000000) </span></div>
<div class="line"><a name="l00748"></a><span class="lineno"><a class="line" href="adc_8h.html#ad737c0d0bde4e41041323b1e21af9487">  748</a></span>&#160;<span class="preprocessor">#define ADC_DSEQSTAT_INPUTCTRL_Pos  0            </span></div>
<div class="line"><a name="l00749"></a><span class="lineno">  749</span>&#160;<span class="preprocessor">#define ADC_DSEQSTAT_INPUTCTRL      (_U_(0x1) &lt;&lt; ADC_DSEQSTAT_INPUTCTRL_Pos)</span></div>
<div class="line"><a name="l00750"></a><span class="lineno"><a class="line" href="adc_8h.html#a67092dff10117dd35830cbef32e26903">  750</a></span>&#160;<span class="preprocessor">#define ADC_DSEQSTAT_CTRLB_Pos      1            </span></div>
<div class="line"><a name="l00751"></a><span class="lineno">  751</span>&#160;<span class="preprocessor">#define ADC_DSEQSTAT_CTRLB          (_U_(0x1) &lt;&lt; ADC_DSEQSTAT_CTRLB_Pos)</span></div>
<div class="line"><a name="l00752"></a><span class="lineno"><a class="line" href="adc_8h.html#a9395559e969e9ad475ca1e0e6cb875dc">  752</a></span>&#160;<span class="preprocessor">#define ADC_DSEQSTAT_REFCTRL_Pos    2            </span></div>
<div class="line"><a name="l00753"></a><span class="lineno">  753</span>&#160;<span class="preprocessor">#define ADC_DSEQSTAT_REFCTRL        (_U_(0x1) &lt;&lt; ADC_DSEQSTAT_REFCTRL_Pos)</span></div>
<div class="line"><a name="l00754"></a><span class="lineno"><a class="line" href="adc_8h.html#a749bc91d885a29b77e0a561b2cd64c84">  754</a></span>&#160;<span class="preprocessor">#define ADC_DSEQSTAT_AVGCTRL_Pos    3            </span></div>
<div class="line"><a name="l00755"></a><span class="lineno">  755</span>&#160;<span class="preprocessor">#define ADC_DSEQSTAT_AVGCTRL        (_U_(0x1) &lt;&lt; ADC_DSEQSTAT_AVGCTRL_Pos)</span></div>
<div class="line"><a name="l00756"></a><span class="lineno"><a class="line" href="adc_8h.html#a6e51ca3a1faf7a099b7800018b0f5c22">  756</a></span>&#160;<span class="preprocessor">#define ADC_DSEQSTAT_SAMPCTRL_Pos   4            </span></div>
<div class="line"><a name="l00757"></a><span class="lineno">  757</span>&#160;<span class="preprocessor">#define ADC_DSEQSTAT_SAMPCTRL       (_U_(0x1) &lt;&lt; ADC_DSEQSTAT_SAMPCTRL_Pos)</span></div>
<div class="line"><a name="l00758"></a><span class="lineno"><a class="line" href="adc_8h.html#acb4beba10aae2138fcda74d01c2c474d">  758</a></span>&#160;<span class="preprocessor">#define ADC_DSEQSTAT_WINLT_Pos      5            </span></div>
<div class="line"><a name="l00759"></a><span class="lineno">  759</span>&#160;<span class="preprocessor">#define ADC_DSEQSTAT_WINLT          (_U_(0x1) &lt;&lt; ADC_DSEQSTAT_WINLT_Pos)</span></div>
<div class="line"><a name="l00760"></a><span class="lineno"><a class="line" href="adc_8h.html#afde5fb070e4cc92961ea0577aca29f8e">  760</a></span>&#160;<span class="preprocessor">#define ADC_DSEQSTAT_WINUT_Pos      6            </span></div>
<div class="line"><a name="l00761"></a><span class="lineno">  761</span>&#160;<span class="preprocessor">#define ADC_DSEQSTAT_WINUT          (_U_(0x1) &lt;&lt; ADC_DSEQSTAT_WINUT_Pos)</span></div>
<div class="line"><a name="l00762"></a><span class="lineno"><a class="line" href="adc_8h.html#a9e07765c28810991235749171da6e66a">  762</a></span>&#160;<span class="preprocessor">#define ADC_DSEQSTAT_GAINCORR_Pos   7            </span></div>
<div class="line"><a name="l00763"></a><span class="lineno">  763</span>&#160;<span class="preprocessor">#define ADC_DSEQSTAT_GAINCORR       (_U_(0x1) &lt;&lt; ADC_DSEQSTAT_GAINCORR_Pos)</span></div>
<div class="line"><a name="l00764"></a><span class="lineno"><a class="line" href="adc_8h.html#af9be7d93fc616c7e84864b27b92ff4c3">  764</a></span>&#160;<span class="preprocessor">#define ADC_DSEQSTAT_OFFSETCORR_Pos 8            </span></div>
<div class="line"><a name="l00765"></a><span class="lineno">  765</span>&#160;<span class="preprocessor">#define ADC_DSEQSTAT_OFFSETCORR     (_U_(0x1) &lt;&lt; ADC_DSEQSTAT_OFFSETCORR_Pos)</span></div>
<div class="line"><a name="l00766"></a><span class="lineno"><a class="line" href="adc_8h.html#adfe15440f5f46ab58f4328c1bbec25d8">  766</a></span>&#160;<span class="preprocessor">#define ADC_DSEQSTAT_BUSY_Pos       31           </span></div>
<div class="line"><a name="l00767"></a><span class="lineno">  767</span>&#160;<span class="preprocessor">#define ADC_DSEQSTAT_BUSY           (_U_(0x1) &lt;&lt; ADC_DSEQSTAT_BUSY_Pos)</span></div>
<div class="line"><a name="l00768"></a><span class="lineno"><a class="line" href="adc_8h.html#a9c78af316e7091ccc90d83806d01ea5a">  768</a></span>&#160;<span class="preprocessor">#define ADC_DSEQSTAT_MASK           _U_(0x800001FF) </span></div>
<div class="line"><a name="l00770"></a><span class="lineno">  770</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- ADC_RESULT : (ADC Offset: 0x40) (R/  16) Result Conversion Value -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00771"></a><span class="lineno">  771</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00772"></a><span class="lineno"><a class="line" href="unionADC__RESULT__Type.html">  772</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00773"></a><span class="lineno">  773</span>&#160;  <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00774"></a><span class="lineno"><a class="line" href="unionADC__RESULT__Type.html#a880cbca81d3d2383ec600904f51f821c">  774</a></span>&#160;    uint16_t <a class="code" href="unionADC__RESULT__Type.html#a880cbca81d3d2383ec600904f51f821c">RESULT</a>:16;        </div>
<div class="line"><a name="l00775"></a><span class="lineno"><a class="line" href="unionADC__RESULT__Type.html#abcc7bc93c5c493e4a48c44f5b6c75b55">  775</a></span>&#160;  } bit;                       </div>
<div class="line"><a name="l00776"></a><span class="lineno"><a class="line" href="unionADC__RESULT__Type.html#a6c30a9f746ab8eb2454d3ab6a0e933b4">  776</a></span>&#160;  uint16_t <a class="code" href="unionADC__RESULT__Type.html#a6c30a9f746ab8eb2454d3ab6a0e933b4">reg</a>;                </div>
<div class="line"><a name="l00777"></a><span class="lineno">  777</span>&#160;} <a class="code" href="unionADC__RESULT__Type.html">ADC_RESULT_Type</a>;</div>
<div class="line"><a name="l00778"></a><span class="lineno">  778</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00779"></a><span class="lineno">  779</span>&#160; </div>
<div class="line"><a name="l00780"></a><span class="lineno"><a class="line" href="adc_8h.html#ac871a3e42abade7bd3d2dcbf3172ce95">  780</a></span>&#160;<span class="preprocessor">#define ADC_RESULT_OFFSET           0x40         </span></div>
<div class="line"><a name="l00781"></a><span class="lineno"><a class="line" href="adc_8h.html#ad872ef8122ad10f58a6546072b5157c4">  781</a></span>&#160;<span class="preprocessor">#define ADC_RESULT_RESETVALUE       _U_(0x0000)  </span></div>
<div class="line"><a name="l00783"></a><span class="lineno"><a class="line" href="adc_8h.html#a32c8bee520d5fa7ad752a631166250f8">  783</a></span>&#160;<span class="preprocessor">#define ADC_RESULT_RESULT_Pos       0            </span></div>
<div class="line"><a name="l00784"></a><span class="lineno">  784</span>&#160;<span class="preprocessor">#define ADC_RESULT_RESULT_Msk       (_U_(0xFFFF) &lt;&lt; ADC_RESULT_RESULT_Pos)</span></div>
<div class="line"><a name="l00785"></a><span class="lineno">  785</span>&#160;<span class="preprocessor">#define ADC_RESULT_RESULT(value)    (ADC_RESULT_RESULT_Msk &amp; ((value) &lt;&lt; ADC_RESULT_RESULT_Pos))</span></div>
<div class="line"><a name="l00786"></a><span class="lineno"><a class="line" href="adc_8h.html#afe06255d0d878f4218e65dabbc21c87a">  786</a></span>&#160;<span class="preprocessor">#define ADC_RESULT_MASK             _U_(0xFFFF)  </span></div>
<div class="line"><a name="l00788"></a><span class="lineno">  788</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- ADC_RESS : (ADC Offset: 0x44) (R/  16) Last Sample Result -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00789"></a><span class="lineno">  789</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00790"></a><span class="lineno"><a class="line" href="unionADC__RESS__Type.html">  790</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00791"></a><span class="lineno">  791</span>&#160;  <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00792"></a><span class="lineno"><a class="line" href="unionADC__RESS__Type.html#a57d24997189173454ed564c74f308f56">  792</a></span>&#160;    uint16_t <a class="code" href="unionADC__RESS__Type.html#a57d24997189173454ed564c74f308f56">RESS</a>:16;          </div>
<div class="line"><a name="l00793"></a><span class="lineno"><a class="line" href="unionADC__RESS__Type.html#a766e842cd2180a3201948228424ff50f">  793</a></span>&#160;  } bit;                       </div>
<div class="line"><a name="l00794"></a><span class="lineno"><a class="line" href="unionADC__RESS__Type.html#a1cbbc0d00c1acf7669ba457f64fdcdf2">  794</a></span>&#160;  uint16_t <a class="code" href="unionADC__RESS__Type.html#a1cbbc0d00c1acf7669ba457f64fdcdf2">reg</a>;                </div>
<div class="line"><a name="l00795"></a><span class="lineno">  795</span>&#160;} <a class="code" href="unionADC__RESS__Type.html">ADC_RESS_Type</a>;</div>
<div class="line"><a name="l00796"></a><span class="lineno">  796</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00797"></a><span class="lineno">  797</span>&#160; </div>
<div class="line"><a name="l00798"></a><span class="lineno"><a class="line" href="adc_8h.html#a1f8b7d6eb7e8afdd58bdf6dcbfeed760">  798</a></span>&#160;<span class="preprocessor">#define ADC_RESS_OFFSET             0x44         </span></div>
<div class="line"><a name="l00799"></a><span class="lineno"><a class="line" href="adc_8h.html#a0db9d8d4c731b7bff2eb411fb693335e">  799</a></span>&#160;<span class="preprocessor">#define ADC_RESS_RESETVALUE         _U_(0x0000)  </span></div>
<div class="line"><a name="l00801"></a><span class="lineno"><a class="line" href="adc_8h.html#a12e41420d03aa6cdf01a729eea66a6f3">  801</a></span>&#160;<span class="preprocessor">#define ADC_RESS_RESS_Pos           0            </span></div>
<div class="line"><a name="l00802"></a><span class="lineno">  802</span>&#160;<span class="preprocessor">#define ADC_RESS_RESS_Msk           (_U_(0xFFFF) &lt;&lt; ADC_RESS_RESS_Pos)</span></div>
<div class="line"><a name="l00803"></a><span class="lineno">  803</span>&#160;<span class="preprocessor">#define ADC_RESS_RESS(value)        (ADC_RESS_RESS_Msk &amp; ((value) &lt;&lt; ADC_RESS_RESS_Pos))</span></div>
<div class="line"><a name="l00804"></a><span class="lineno"><a class="line" href="adc_8h.html#a95a8777da7691197e9b6e6713d25e3d5">  804</a></span>&#160;<span class="preprocessor">#define ADC_RESS_MASK               _U_(0xFFFF)  </span></div>
<div class="line"><a name="l00806"></a><span class="lineno">  806</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- ADC_CALIB : (ADC Offset: 0x48) (R/W 16) Calibration -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00807"></a><span class="lineno">  807</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00808"></a><span class="lineno"><a class="line" href="unionADC__CALIB__Type.html">  808</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00809"></a><span class="lineno">  809</span>&#160;  <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00810"></a><span class="lineno"><a class="line" href="unionADC__CALIB__Type.html#a57cc5be1b709e0e28b287777490023ee">  810</a></span>&#160;    uint16_t <a class="code" href="unionADC__CALIB__Type.html#a57cc5be1b709e0e28b287777490023ee">BIASCOMP</a>:3;       </div>
<div class="line"><a name="l00811"></a><span class="lineno"><a class="line" href="unionADC__CALIB__Type.html#ab92c25873a946c9ea62fd49e2901575b">  811</a></span>&#160;    uint16_t :1;               </div>
<div class="line"><a name="l00812"></a><span class="lineno"><a class="line" href="unionADC__CALIB__Type.html#a19eb52ec3747c70c2a3aae5b491185fe">  812</a></span>&#160;    uint16_t <a class="code" href="unionADC__CALIB__Type.html#a19eb52ec3747c70c2a3aae5b491185fe">BIASR2R</a>:3;        </div>
<div class="line"><a name="l00813"></a><span class="lineno"><a class="line" href="unionADC__CALIB__Type.html#a8bf38100f63404e069937fa89f5ef338">  813</a></span>&#160;    uint16_t :1;               </div>
<div class="line"><a name="l00814"></a><span class="lineno"><a class="line" href="unionADC__CALIB__Type.html#ac940b935aae15b135ff5b75be31bc925">  814</a></span>&#160;    uint16_t <a class="code" href="unionADC__CALIB__Type.html#ac940b935aae15b135ff5b75be31bc925">BIASREFBUF</a>:3;     </div>
<div class="line"><a name="l00815"></a><span class="lineno"><a class="line" href="unionADC__CALIB__Type.html#abb5b2132ab0d24cf3316d7e603bcf9a8">  815</a></span>&#160;    uint16_t :5;               </div>
<div class="line"><a name="l00816"></a><span class="lineno"><a class="line" href="unionADC__CALIB__Type.html#a9fe3d2efbf8ce9def1225af651a2b874">  816</a></span>&#160;  } bit;                       </div>
<div class="line"><a name="l00817"></a><span class="lineno"><a class="line" href="unionADC__CALIB__Type.html#a1e4b1a3ae0925a07751971344ebae8e1">  817</a></span>&#160;  uint16_t <a class="code" href="unionADC__CALIB__Type.html#a1e4b1a3ae0925a07751971344ebae8e1">reg</a>;                </div>
<div class="line"><a name="l00818"></a><span class="lineno">  818</span>&#160;} <a class="code" href="unionADC__CALIB__Type.html">ADC_CALIB_Type</a>;</div>
<div class="line"><a name="l00819"></a><span class="lineno">  819</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00820"></a><span class="lineno">  820</span>&#160; </div>
<div class="line"><a name="l00821"></a><span class="lineno"><a class="line" href="adc_8h.html#a446711ba379074fa1f2f5c844b4d1b09">  821</a></span>&#160;<span class="preprocessor">#define ADC_CALIB_OFFSET            0x48         </span></div>
<div class="line"><a name="l00822"></a><span class="lineno"><a class="line" href="adc_8h.html#a67180783b7377e1164e72a05423df707">  822</a></span>&#160;<span class="preprocessor">#define ADC_CALIB_RESETVALUE        _U_(0x0000)  </span></div>
<div class="line"><a name="l00824"></a><span class="lineno"><a class="line" href="adc_8h.html#a4d553dddf257f8d08957fe6f01e3669c">  824</a></span>&#160;<span class="preprocessor">#define ADC_CALIB_BIASCOMP_Pos      0            </span></div>
<div class="line"><a name="l00825"></a><span class="lineno">  825</span>&#160;<span class="preprocessor">#define ADC_CALIB_BIASCOMP_Msk      (_U_(0x7) &lt;&lt; ADC_CALIB_BIASCOMP_Pos)</span></div>
<div class="line"><a name="l00826"></a><span class="lineno">  826</span>&#160;<span class="preprocessor">#define ADC_CALIB_BIASCOMP(value)   (ADC_CALIB_BIASCOMP_Msk &amp; ((value) &lt;&lt; ADC_CALIB_BIASCOMP_Pos))</span></div>
<div class="line"><a name="l00827"></a><span class="lineno"><a class="line" href="adc_8h.html#a470f0397109ae8df715f4e9e6d946993">  827</a></span>&#160;<span class="preprocessor">#define ADC_CALIB_BIASR2R_Pos       4            </span></div>
<div class="line"><a name="l00828"></a><span class="lineno">  828</span>&#160;<span class="preprocessor">#define ADC_CALIB_BIASR2R_Msk       (_U_(0x7) &lt;&lt; ADC_CALIB_BIASR2R_Pos)</span></div>
<div class="line"><a name="l00829"></a><span class="lineno">  829</span>&#160;<span class="preprocessor">#define ADC_CALIB_BIASR2R(value)    (ADC_CALIB_BIASR2R_Msk &amp; ((value) &lt;&lt; ADC_CALIB_BIASR2R_Pos))</span></div>
<div class="line"><a name="l00830"></a><span class="lineno"><a class="line" href="adc_8h.html#a29eeca0ab642341d2cd5cebb287f47d0">  830</a></span>&#160;<span class="preprocessor">#define ADC_CALIB_BIASREFBUF_Pos    8            </span></div>
<div class="line"><a name="l00831"></a><span class="lineno">  831</span>&#160;<span class="preprocessor">#define ADC_CALIB_BIASREFBUF_Msk    (_U_(0x7) &lt;&lt; ADC_CALIB_BIASREFBUF_Pos)</span></div>
<div class="line"><a name="l00832"></a><span class="lineno">  832</span>&#160;<span class="preprocessor">#define ADC_CALIB_BIASREFBUF(value) (ADC_CALIB_BIASREFBUF_Msk &amp; ((value) &lt;&lt; ADC_CALIB_BIASREFBUF_Pos))</span></div>
<div class="line"><a name="l00833"></a><span class="lineno"><a class="line" href="adc_8h.html#a6aee42d2c5e635f59f6e3df40bb9152e">  833</a></span>&#160;<span class="preprocessor">#define ADC_CALIB_MASK              _U_(0x0777)  </span></div>
<div class="line"><a name="l00836"></a><span class="lineno">  836</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00837"></a><span class="lineno"><a class="line" href="structAdc.html">  837</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00838"></a><span class="lineno"><a class="line" href="structAdc.html#ab3df0d5e21bc31d52cd54efb82840a84">  838</a></span>&#160;  __IO <a class="code" href="unionADC__CTRLA__Type.html">ADC_CTRLA_Type</a>            <a class="code" href="structAdc.html#ab3df0d5e21bc31d52cd54efb82840a84">CTRLA</a>;       </div>
<div class="line"><a name="l00839"></a><span class="lineno"><a class="line" href="structAdc.html#a09f9dfbbadbc51a36cf4f8c0fcb41e35">  839</a></span>&#160;  __IO <a class="code" href="unionADC__EVCTRL__Type.html">ADC_EVCTRL_Type</a>           <a class="code" href="structAdc.html#a09f9dfbbadbc51a36cf4f8c0fcb41e35">EVCTRL</a>;      </div>
<div class="line"><a name="l00840"></a><span class="lineno"><a class="line" href="structAdc.html#ae3f7609f4dc353ead03e7705d657a32b">  840</a></span>&#160;  __IO <a class="code" href="unionADC__DBGCTRL__Type.html">ADC_DBGCTRL_Type</a>          <a class="code" href="structAdc.html#ae3f7609f4dc353ead03e7705d657a32b">DBGCTRL</a>;     </div>
<div class="line"><a name="l00841"></a><span class="lineno"><a class="line" href="structAdc.html#a1ad090f498e2ce3d2b6e7b86931a0c7a">  841</a></span>&#160;  __IO <a class="code" href="unionADC__INPUTCTRL__Type.html">ADC_INPUTCTRL_Type</a>        <a class="code" href="structAdc.html#a1ad090f498e2ce3d2b6e7b86931a0c7a">INPUTCTRL</a>;   </div>
<div class="line"><a name="l00842"></a><span class="lineno"><a class="line" href="structAdc.html#a8c7b4543b3b320cbe078bd58fb7df93c">  842</a></span>&#160;  __IO <a class="code" href="unionADC__CTRLB__Type.html">ADC_CTRLB_Type</a>            <a class="code" href="structAdc.html#a8c7b4543b3b320cbe078bd58fb7df93c">CTRLB</a>;       </div>
<div class="line"><a name="l00843"></a><span class="lineno"><a class="line" href="structAdc.html#a2ad691325acf2f381dda3f3dd66096b5">  843</a></span>&#160;  __IO <a class="code" href="unionADC__REFCTRL__Type.html">ADC_REFCTRL_Type</a>          <a class="code" href="structAdc.html#a2ad691325acf2f381dda3f3dd66096b5">REFCTRL</a>;     </div>
<div class="line"><a name="l00844"></a><span class="lineno">  844</span>&#160;       <a class="code" href="same54n19a_8h.html#a0d957f1433aaf5d70e4dc2b68288442d">RoReg8</a>                    Reserved1[0x1];</div>
<div class="line"><a name="l00845"></a><span class="lineno"><a class="line" href="structAdc.html#a39cd0bd31779c0c1c5d3c4e058105a57">  845</a></span>&#160;  __IO <a class="code" href="unionADC__AVGCTRL__Type.html">ADC_AVGCTRL_Type</a>          <a class="code" href="structAdc.html#a39cd0bd31779c0c1c5d3c4e058105a57">AVGCTRL</a>;     </div>
<div class="line"><a name="l00846"></a><span class="lineno"><a class="line" href="structAdc.html#a18d68f2b4bae9ac3eefb839029c1bc84">  846</a></span>&#160;  __IO <a class="code" href="unionADC__SAMPCTRL__Type.html">ADC_SAMPCTRL_Type</a>         <a class="code" href="structAdc.html#a18d68f2b4bae9ac3eefb839029c1bc84">SAMPCTRL</a>;    </div>
<div class="line"><a name="l00847"></a><span class="lineno"><a class="line" href="structAdc.html#a8a6d9b6cf625bd8af5f6ad59ad484b73">  847</a></span>&#160;  __IO <a class="code" href="unionADC__WINLT__Type.html">ADC_WINLT_Type</a>            <a class="code" href="structAdc.html#a8a6d9b6cf625bd8af5f6ad59ad484b73">WINLT</a>;       </div>
<div class="line"><a name="l00848"></a><span class="lineno"><a class="line" href="structAdc.html#a486eb898066a8e9203b368556372a92d">  848</a></span>&#160;  __IO <a class="code" href="unionADC__WINUT__Type.html">ADC_WINUT_Type</a>            <a class="code" href="structAdc.html#a486eb898066a8e9203b368556372a92d">WINUT</a>;       </div>
<div class="line"><a name="l00849"></a><span class="lineno"><a class="line" href="structAdc.html#a25c34c42fd09b099541c05b244f4acc5">  849</a></span>&#160;  __IO <a class="code" href="unionADC__GAINCORR__Type.html">ADC_GAINCORR_Type</a>         <a class="code" href="structAdc.html#a25c34c42fd09b099541c05b244f4acc5">GAINCORR</a>;    </div>
<div class="line"><a name="l00850"></a><span class="lineno"><a class="line" href="structAdc.html#a797f96e8f37446dace23eeafbf3cf3b5">  850</a></span>&#160;  __IO <a class="code" href="unionADC__OFFSETCORR__Type.html">ADC_OFFSETCORR_Type</a>       <a class="code" href="structAdc.html#a797f96e8f37446dace23eeafbf3cf3b5">OFFSETCORR</a>;  </div>
<div class="line"><a name="l00851"></a><span class="lineno"><a class="line" href="structAdc.html#ad3f43aead8dc3b79cb34f4afb5ccdecc">  851</a></span>&#160;  __IO <a class="code" href="unionADC__SWTRIG__Type.html">ADC_SWTRIG_Type</a>           <a class="code" href="structAdc.html#ad3f43aead8dc3b79cb34f4afb5ccdecc">SWTRIG</a>;      </div>
<div class="line"><a name="l00852"></a><span class="lineno">  852</span>&#160;       <a class="code" href="same54n19a_8h.html#a0d957f1433aaf5d70e4dc2b68288442d">RoReg8</a>                    Reserved2[0x17];</div>
<div class="line"><a name="l00853"></a><span class="lineno"><a class="line" href="structAdc.html#a81adb67cdacbd126e0a65f1b555f0221">  853</a></span>&#160;  __IO <a class="code" href="unionADC__INTENCLR__Type.html">ADC_INTENCLR_Type</a>         <a class="code" href="structAdc.html#a81adb67cdacbd126e0a65f1b555f0221">INTENCLR</a>;    </div>
<div class="line"><a name="l00854"></a><span class="lineno"><a class="line" href="structAdc.html#a07ae3a5472859656c92b6aaeda6849de">  854</a></span>&#160;  __IO <a class="code" href="unionADC__INTENSET__Type.html">ADC_INTENSET_Type</a>         <a class="code" href="structAdc.html#a07ae3a5472859656c92b6aaeda6849de">INTENSET</a>;    </div>
<div class="line"><a name="l00855"></a><span class="lineno"><a class="line" href="structAdc.html#a1b221db015a728adf157f6d130967476">  855</a></span>&#160;  __IO <a class="code" href="unionADC__INTFLAG__Type.html">ADC_INTFLAG_Type</a>          <a class="code" href="structAdc.html#a1b221db015a728adf157f6d130967476">INTFLAG</a>;     </div>
<div class="line"><a name="l00856"></a><span class="lineno"><a class="line" href="structAdc.html#ac60094eae1e60edc4aa579c498c33018">  856</a></span>&#160;  __I  <a class="code" href="unionADC__STATUS__Type.html">ADC_STATUS_Type</a>           <a class="code" href="structAdc.html#ac60094eae1e60edc4aa579c498c33018">STATUS</a>;      </div>
<div class="line"><a name="l00857"></a><span class="lineno"><a class="line" href="structAdc.html#ad098ce6ae8d280745ac9d61d46e8a71b">  857</a></span>&#160;  __I  <a class="code" href="unionADC__SYNCBUSY__Type.html">ADC_SYNCBUSY_Type</a>         <a class="code" href="structAdc.html#ad098ce6ae8d280745ac9d61d46e8a71b">SYNCBUSY</a>;    </div>
<div class="line"><a name="l00858"></a><span class="lineno"><a class="line" href="structAdc.html#a68d33f8d08888fa6f2a403e0e99386f8">  858</a></span>&#160;  __O  <a class="code" href="unionADC__DSEQDATA__Type.html">ADC_DSEQDATA_Type</a>         <a class="code" href="structAdc.html#a68d33f8d08888fa6f2a403e0e99386f8">DSEQDATA</a>;    </div>
<div class="line"><a name="l00859"></a><span class="lineno"><a class="line" href="structAdc.html#aaedb7034710294b81241e0493184a587">  859</a></span>&#160;  __IO <a class="code" href="unionADC__DSEQCTRL__Type.html">ADC_DSEQCTRL_Type</a>         <a class="code" href="structAdc.html#aaedb7034710294b81241e0493184a587">DSEQCTRL</a>;    </div>
<div class="line"><a name="l00860"></a><span class="lineno"><a class="line" href="structAdc.html#aa7607ca01006c2c3774f455da1f53459">  860</a></span>&#160;  __I  <a class="code" href="unionADC__DSEQSTAT__Type.html">ADC_DSEQSTAT_Type</a>         <a class="code" href="structAdc.html#aa7607ca01006c2c3774f455da1f53459">DSEQSTAT</a>;    </div>
<div class="line"><a name="l00861"></a><span class="lineno"><a class="line" href="structAdc.html#a04ab9cba3b770ef91a881a4b199b5da0">  861</a></span>&#160;  __I  <a class="code" href="unionADC__RESULT__Type.html">ADC_RESULT_Type</a>           <a class="code" href="structAdc.html#a04ab9cba3b770ef91a881a4b199b5da0">RESULT</a>;      </div>
<div class="line"><a name="l00862"></a><span class="lineno">  862</span>&#160;       <a class="code" href="same54n19a_8h.html#a0d957f1433aaf5d70e4dc2b68288442d">RoReg8</a>                    Reserved3[0x2];</div>
<div class="line"><a name="l00863"></a><span class="lineno"><a class="line" href="structAdc.html#a6cd66420808d57fe1a3cdb70751793ee">  863</a></span>&#160;  __I  <a class="code" href="unionADC__RESS__Type.html">ADC_RESS_Type</a>             <a class="code" href="structAdc.html#a6cd66420808d57fe1a3cdb70751793ee">RESS</a>;        </div>
<div class="line"><a name="l00864"></a><span class="lineno">  864</span>&#160;       <a class="code" href="same54n19a_8h.html#a0d957f1433aaf5d70e4dc2b68288442d">RoReg8</a>                    Reserved4[0x2];</div>
<div class="line"><a name="l00865"></a><span class="lineno"><a class="line" href="structAdc.html#a1b5d65ffe6930f10d52dce97958a8fd8">  865</a></span>&#160;  __IO <a class="code" href="unionADC__CALIB__Type.html">ADC_CALIB_Type</a>            <a class="code" href="structAdc.html#a1b5d65ffe6930f10d52dce97958a8fd8">CALIB</a>;       </div>
<div class="line"><a name="l00866"></a><span class="lineno">  866</span>&#160;} <a class="code" href="structAdc.html">Adc</a>;</div>
<div class="line"><a name="l00867"></a><span class="lineno">  867</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00868"></a><span class="lineno">  868</span>&#160; </div>
<div class="line"><a name="l00871"></a><span class="lineno">  871</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* _SAME54_ADC_COMPONENT_ */</span><span class="preprocessor"></span></div>
</div><!-- fragment --></div><!-- contents -->
<div class="ttc" id="aunionADC__WINLT__Type_html"><div class="ttname"><a href="unionADC__WINLT__Type.html">ADC_WINLT_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00424">adc.h:424</a></div></div>
<div class="ttc" id="aunionADC__DSEQDATA__Type_html_a5f73515a35d5e0ccf26a0405fd201b88"><div class="ttname"><a href="unionADC__DSEQDATA__Type.html#a5f73515a35d5e0ccf26a0405fd201b88">ADC_DSEQDATA_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00668">adc.h:668</a></div></div>
<div class="ttc" id="aunionADC__SWTRIG__Type_html_a8e558b88b59ecbb37cd3e24e3fd7a4ff"><div class="ttname"><a href="unionADC__SWTRIG__Type.html#a8e558b88b59ecbb37cd3e24e3fd7a4ff">ADC_SWTRIG_Type::reg</a></div><div class="ttdeci">uint8_t reg</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00504">adc.h:504</a></div></div>
<div class="ttc" id="aunionADC__RESS__Type_html"><div class="ttname"><a href="unionADC__RESS__Type.html">ADC_RESS_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00790">adc.h:790</a></div></div>
<div class="ttc" id="astructAdc_html_a6cd66420808d57fe1a3cdb70751793ee"><div class="ttname"><a href="structAdc.html#a6cd66420808d57fe1a3cdb70751793ee">Adc::RESS</a></div><div class="ttdeci">__I ADC_RESS_Type RESS</div><div class="ttdoc">Offset: 0x44 (R/ 16) Last Sample Result.</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00863">adc.h:863</a></div></div>
<div class="ttc" id="astructAdc_html_a2ad691325acf2f381dda3f3dd66096b5"><div class="ttname"><a href="structAdc.html#a2ad691325acf2f381dda3f3dd66096b5">Adc::REFCTRL</a></div><div class="ttdeci">__IO ADC_REFCTRL_Type REFCTRL</div><div class="ttdoc">Offset: 0x08 (R/W 8) Reference Control.</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00843">adc.h:843</a></div></div>
<div class="ttc" id="aunionADC__DSEQCTRL__Type_html"><div class="ttname"><a href="unionADC__DSEQCTRL__Type.html">ADC_DSEQCTRL_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00682">adc.h:682</a></div></div>
<div class="ttc" id="aunionADC__WINUT__Type_html_a25300580878b2580f586e3dc1fc30396"><div class="ttname"><a href="unionADC__WINUT__Type.html#a25300580878b2580f586e3dc1fc30396">ADC_WINUT_Type::reg</a></div><div class="ttdeci">uint16_t reg</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00446">adc.h:446</a></div></div>
<div class="ttc" id="aunionADC__GAINCORR__Type_html_a074c34704f956be5b839eadb2cbbf82e"><div class="ttname"><a href="unionADC__GAINCORR__Type.html#a074c34704f956be5b839eadb2cbbf82e">ADC_GAINCORR_Type::GAINCORR</a></div><div class="ttdeci">uint16_t GAINCORR</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00462">adc.h:462</a></div></div>
<div class="ttc" id="aunionADC__SYNCBUSY__Type_html_a1739c45082796ff777c6d0afd15f86b1"><div class="ttname"><a href="unionADC__SYNCBUSY__Type.html#a1739c45082796ff777c6d0afd15f86b1">ADC_SYNCBUSY_Type::AVGCTRL</a></div><div class="ttdeci">uint32_t AVGCTRL</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00620">adc.h:620</a></div></div>
<div class="ttc" id="aunionADC__SYNCBUSY__Type_html_a252da1eb241e5b9a907acf24c5f56b3b"><div class="ttname"><a href="unionADC__SYNCBUSY__Type.html#a252da1eb241e5b9a907acf24c5f56b3b">ADC_SYNCBUSY_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00629">adc.h:629</a></div></div>
<div class="ttc" id="aunionADC__REFCTRL__Type_html_a610b7851af71ca71e89dfbf6b4da218d"><div class="ttname"><a href="unionADC__REFCTRL__Type.html#a610b7851af71ca71e89dfbf6b4da218d">ADC_REFCTRL_Type::reg</a></div><div class="ttdeci">uint8_t reg</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00329">adc.h:329</a></div></div>
<div class="ttc" id="aunionADC__RESS__Type_html_a57d24997189173454ed564c74f308f56"><div class="ttname"><a href="unionADC__RESS__Type.html#a57d24997189173454ed564c74f308f56">ADC_RESS_Type::RESS</a></div><div class="ttdeci">uint16_t RESS</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00792">adc.h:792</a></div></div>
<div class="ttc" id="aunionADC__INTENCLR__Type_html_ab24494dd0de90967355e1fc26119cb8a"><div class="ttname"><a href="unionADC__INTENCLR__Type.html#ab24494dd0de90967355e1fc26119cb8a">ADC_INTENCLR_Type::OVERRUN</a></div><div class="ttdeci">uint8_t OVERRUN</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00522">adc.h:522</a></div></div>
<div class="ttc" id="aunionADC__CTRLA__Type_html_a3931179dcc9be023c1728a78b17e1b52"><div class="ttname"><a href="unionADC__CTRLA__Type.html#a3931179dcc9be023c1728a78b17e1b52">ADC_CTRLA_Type::DUALSEL</a></div><div class="ttdeci">uint16_t DUALSEL</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00049">adc.h:49</a></div></div>
<div class="ttc" id="aunionADC__STATUS__Type_html_ad82c2355fd21612c0e94c94367bf6874"><div class="ttname"><a href="unionADC__STATUS__Type.html#ad82c2355fd21612c0e94c94367bf6874">ADC_STATUS_Type::WCC</a></div><div class="ttdeci">uint8_t WCC</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00595">adc.h:595</a></div></div>
<div class="ttc" id="aunionADC__CTRLB__Type_html_a8a7540f76cb3eeb2321d1409d0c3c03c"><div class="ttname"><a href="unionADC__CTRLB__Type.html#a8a7540f76cb3eeb2321d1409d0c3c03c">ADC_CTRLB_Type::LEFTADJ</a></div><div class="ttdeci">uint16_t LEFTADJ</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00271">adc.h:271</a></div></div>
<div class="ttc" id="aunionADC__DSEQCTRL__Type_html_ab980c3259f9f618f9bc9e513f246f243"><div class="ttname"><a href="unionADC__DSEQCTRL__Type.html#ab980c3259f9f618f9bc9e513f246f243">ADC_DSEQCTRL_Type::AVGCTRL</a></div><div class="ttdeci">uint32_t AVGCTRL</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00687">adc.h:687</a></div></div>
<div class="ttc" id="aunionADC__AVGCTRL__Type_html_a2ff091162730feabaf651f2ae6533ef8"><div class="ttname"><a href="unionADC__AVGCTRL__Type.html#a2ff091162730feabaf651f2ae6533ef8">ADC_AVGCTRL_Type::reg</a></div><div class="ttdeci">uint8_t reg</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00363">adc.h:363</a></div></div>
<div class="ttc" id="aunionADC__AVGCTRL__Type_html_a7c86e1563fa18b1799b0664a68eb9e7f"><div class="ttname"><a href="unionADC__AVGCTRL__Type.html#a7c86e1563fa18b1799b0664a68eb9e7f">ADC_AVGCTRL_Type::ADJRES</a></div><div class="ttdeci">uint8_t ADJRES</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00360">adc.h:360</a></div></div>
<div class="ttc" id="aunionADC__SAMPCTRL__Type_html_a42e5b889ce83ae4cfbcbb8655a2b2a5d"><div class="ttname"><a href="unionADC__SAMPCTRL__Type.html#a42e5b889ce83ae4cfbcbb8655a2b2a5d">ADC_SAMPCTRL_Type::SAMPLEN</a></div><div class="ttdeci">uint8_t SAMPLEN</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00404">adc.h:404</a></div></div>
<div class="ttc" id="astructAdc_html_a18d68f2b4bae9ac3eefb839029c1bc84"><div class="ttname"><a href="structAdc.html#a18d68f2b4bae9ac3eefb839029c1bc84">Adc::SAMPCTRL</a></div><div class="ttdeci">__IO ADC_SAMPCTRL_Type SAMPCTRL</div><div class="ttdoc">Offset: 0x0B (R/W 8) Sample Time Control.</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00846">adc.h:846</a></div></div>
<div class="ttc" id="aunionADC__DSEQCTRL__Type_html_a784d4363b5c2546f94d8bf69dfa749c2"><div class="ttname"><a href="unionADC__DSEQCTRL__Type.html#a784d4363b5c2546f94d8bf69dfa749c2">ADC_DSEQCTRL_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00696">adc.h:696</a></div></div>
<div class="ttc" id="aunionADC__CTRLB__Type_html_af76a4055e3e021db4865ea62d42dbc2a"><div class="ttname"><a href="unionADC__CTRLB__Type.html#af76a4055e3e021db4865ea62d42dbc2a">ADC_CTRLB_Type::WINMODE</a></div><div class="ttdeci">uint16_t WINMODE</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00276">adc.h:276</a></div></div>
<div class="ttc" id="aunionADC__SYNCBUSY__Type_html_aef3fc8f6d2a80e661c69acc108aeeeec"><div class="ttname"><a href="unionADC__SYNCBUSY__Type.html#aef3fc8f6d2a80e661c69acc108aeeeec">ADC_SYNCBUSY_Type::SWTRIG</a></div><div class="ttdeci">uint32_t SWTRIG</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00626">adc.h:626</a></div></div>
<div class="ttc" id="aunionADC__SWTRIG__Type_html_a3662916d2948b1728e70ff36988f0ac3"><div class="ttname"><a href="unionADC__SWTRIG__Type.html#a3662916d2948b1728e70ff36988f0ac3">ADC_SWTRIG_Type::START</a></div><div class="ttdeci">uint8_t START</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00501">adc.h:501</a></div></div>
<div class="ttc" id="aunionADC__DSEQSTAT__Type_html_a9b319cc97296e657bf73dcec9cb52490"><div class="ttname"><a href="unionADC__DSEQSTAT__Type.html#a9b319cc97296e657bf73dcec9cb52490">ADC_DSEQSTAT_Type::INPUTCTRL</a></div><div class="ttdeci">uint32_t INPUTCTRL</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00729">adc.h:729</a></div></div>
<div class="ttc" id="aunionADC__WINUT__Type_html_a7e2bf53ee179d543e656fb875f7dfd32"><div class="ttname"><a href="unionADC__WINUT__Type.html#a7e2bf53ee179d543e656fb875f7dfd32">ADC_WINUT_Type::WINUT</a></div><div class="ttdeci">uint16_t WINUT</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00444">adc.h:444</a></div></div>
<div class="ttc" id="aunionADC__WINUT__Type_html"><div class="ttname"><a href="unionADC__WINUT__Type.html">ADC_WINUT_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00442">adc.h:442</a></div></div>
<div class="ttc" id="astructAdc_html_a25c34c42fd09b099541c05b244f4acc5"><div class="ttname"><a href="structAdc.html#a25c34c42fd09b099541c05b244f4acc5">Adc::GAINCORR</a></div><div class="ttdeci">__IO ADC_GAINCORR_Type GAINCORR</div><div class="ttdoc">Offset: 0x10 (R/W 16) Gain Correction.</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00849">adc.h:849</a></div></div>
<div class="ttc" id="aunionADC__DSEQSTAT__Type_html"><div class="ttname"><a href="unionADC__DSEQSTAT__Type.html">ADC_DSEQSTAT_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00727">adc.h:727</a></div></div>
<div class="ttc" id="aunionADC__AVGCTRL__Type_html"><div class="ttname"><a href="unionADC__AVGCTRL__Type.html">ADC_AVGCTRL_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00357">adc.h:357</a></div></div>
<div class="ttc" id="aunionADC__SAMPCTRL__Type_html"><div class="ttname"><a href="unionADC__SAMPCTRL__Type.html">ADC_SAMPCTRL_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00402">adc.h:402</a></div></div>
<div class="ttc" id="aunionADC__EVCTRL__Type_html_aa283caa3f68fdce21ef0c33b9b22e7a7"><div class="ttname"><a href="unionADC__EVCTRL__Type.html#aa283caa3f68fdce21ef0c33b9b22e7a7">ADC_EVCTRL_Type::STARTINV</a></div><div class="ttdeci">uint8_t STARTINV</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00111">adc.h:111</a></div></div>
<div class="ttc" id="aunionADC__DSEQCTRL__Type_html_a83e7c5adbce10a335aab58ae62cb27fa"><div class="ttname"><a href="unionADC__DSEQCTRL__Type.html#a83e7c5adbce10a335aab58ae62cb27fa">ADC_DSEQCTRL_Type::CTRLB</a></div><div class="ttdeci">uint32_t CTRLB</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00685">adc.h:685</a></div></div>
<div class="ttc" id="astructAdc_html_a04ab9cba3b770ef91a881a4b199b5da0"><div class="ttname"><a href="structAdc.html#a04ab9cba3b770ef91a881a4b199b5da0">Adc::RESULT</a></div><div class="ttdeci">__I ADC_RESULT_Type RESULT</div><div class="ttdoc">Offset: 0x40 (R/ 16) Result Conversion Value.</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00861">adc.h:861</a></div></div>
<div class="ttc" id="aunionADC__DSEQSTAT__Type_html_a8387e97377811580c13743b721ea8762"><div class="ttname"><a href="unionADC__DSEQSTAT__Type.html#a8387e97377811580c13743b721ea8762">ADC_DSEQSTAT_Type::OFFSETCORR</a></div><div class="ttdeci">uint32_t OFFSETCORR</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00737">adc.h:737</a></div></div>
<div class="ttc" id="aunionADC__OFFSETCORR__Type_html_ae0c4140ae9e600491f10a16054b634a3"><div class="ttname"><a href="unionADC__OFFSETCORR__Type.html#ae0c4140ae9e600491f10a16054b634a3">ADC_OFFSETCORR_Type::OFFSETCORR</a></div><div class="ttdeci">uint16_t OFFSETCORR</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00481">adc.h:481</a></div></div>
<div class="ttc" id="aunionADC__DSEQCTRL__Type_html_a8d8701c479e727df80d0894c6ecf9837"><div class="ttname"><a href="unionADC__DSEQCTRL__Type.html#a8d8701c479e727df80d0894c6ecf9837">ADC_DSEQCTRL_Type::WINUT</a></div><div class="ttdeci">uint32_t WINUT</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00690">adc.h:690</a></div></div>
<div class="ttc" id="aunionADC__SYNCBUSY__Type_html_ad07939154708ebce1b6b01aac9f086c3"><div class="ttname"><a href="unionADC__SYNCBUSY__Type.html#ad07939154708ebce1b6b01aac9f086c3">ADC_SYNCBUSY_Type::SAMPCTRL</a></div><div class="ttdeci">uint32_t SAMPCTRL</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00621">adc.h:621</a></div></div>
<div class="ttc" id="aunionADC__INPUTCTRL__Type_html_a0a7d8e4a1fae39ce46e4bab2d96fa83f"><div class="ttname"><a href="unionADC__INPUTCTRL__Type.html#a0a7d8e4a1fae39ce46e4bab2d96fa83f">ADC_INPUTCTRL_Type::MUXNEG</a></div><div class="ttdeci">uint16_t MUXNEG</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00162">adc.h:162</a></div></div>
<div class="ttc" id="aunionADC__DSEQSTAT__Type_html_abaf82fbb2e33d3d19cb62d8d498aab28"><div class="ttname"><a href="unionADC__DSEQSTAT__Type.html#abaf82fbb2e33d3d19cb62d8d498aab28">ADC_DSEQSTAT_Type::CTRLB</a></div><div class="ttdeci">uint32_t CTRLB</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00730">adc.h:730</a></div></div>
<div class="ttc" id="astructAdc_html_ab3df0d5e21bc31d52cd54efb82840a84"><div class="ttname"><a href="structAdc.html#ab3df0d5e21bc31d52cd54efb82840a84">Adc::CTRLA</a></div><div class="ttdeci">__IO ADC_CTRLA_Type CTRLA</div><div class="ttdoc">Offset: 0x00 (R/W 16) Control A.</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00838">adc.h:838</a></div></div>
<div class="ttc" id="aunionADC__DSEQSTAT__Type_html_a82792f4415411a6cebfba0aea5f02ac0"><div class="ttname"><a href="unionADC__DSEQSTAT__Type.html#a82792f4415411a6cebfba0aea5f02ac0">ADC_DSEQSTAT_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00741">adc.h:741</a></div></div>
<div class="ttc" id="aunionADC__INTENCLR__Type_html_a102bd20f5d0db4994d14ee58de5dce77"><div class="ttname"><a href="unionADC__INTENCLR__Type.html#a102bd20f5d0db4994d14ee58de5dce77">ADC_INTENCLR_Type::WINMON</a></div><div class="ttdeci">uint8_t WINMON</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00523">adc.h:523</a></div></div>
<div class="ttc" id="aunionADC__EVCTRL__Type_html_a2e3b8cb7011192b715d0baa305bf0555"><div class="ttname"><a href="unionADC__EVCTRL__Type.html#a2e3b8cb7011192b715d0baa305bf0555">ADC_EVCTRL_Type::FLUSHINV</a></div><div class="ttdeci">uint8_t FLUSHINV</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00110">adc.h:110</a></div></div>
<div class="ttc" id="aunionADC__INTENSET__Type_html_aa227076f0b2a4c1729d0d33414360cff"><div class="ttname"><a href="unionADC__INTENSET__Type.html#aa227076f0b2a4c1729d0d33414360cff">ADC_INTENSET_Type::RESRDY</a></div><div class="ttdeci">uint8_t RESRDY</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00545">adc.h:545</a></div></div>
<div class="ttc" id="aunionADC__GAINCORR__Type_html"><div class="ttname"><a href="unionADC__GAINCORR__Type.html">ADC_GAINCORR_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00460">adc.h:460</a></div></div>
<div class="ttc" id="aunionADC__SYNCBUSY__Type_html_a819da5d40577403e08bf41666bc80389"><div class="ttname"><a href="unionADC__SYNCBUSY__Type.html#a819da5d40577403e08bf41666bc80389">ADC_SYNCBUSY_Type::SWRST</a></div><div class="ttdeci">uint32_t SWRST</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00615">adc.h:615</a></div></div>
<div class="ttc" id="aunionADC__INTENSET__Type_html_a241338a3153ffef3eb281857ff0ce239"><div class="ttname"><a href="unionADC__INTENSET__Type.html#a241338a3153ffef3eb281857ff0ce239">ADC_INTENSET_Type::WINMON</a></div><div class="ttdeci">uint8_t WINMON</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00547">adc.h:547</a></div></div>
<div class="ttc" id="aunionADC__EVCTRL__Type_html"><div class="ttname"><a href="unionADC__EVCTRL__Type.html">ADC_EVCTRL_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00106">adc.h:106</a></div></div>
<div class="ttc" id="aunionADC__CTRLA__Type_html_a2a96f922b99a63e1a3a22aa8d99f011d"><div class="ttname"><a href="unionADC__CTRLA__Type.html#a2a96f922b99a63e1a3a22aa8d99f011d">ADC_CTRLA_Type::ONDEMAND</a></div><div class="ttdeci">uint16_t ONDEMAND</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00052">adc.h:52</a></div></div>
<div class="ttc" id="aunionADC__INPUTCTRL__Type_html_a5efc58bbd4999d116a8ea551bad07042"><div class="ttname"><a href="unionADC__INPUTCTRL__Type.html#a5efc58bbd4999d116a8ea551bad07042">ADC_INPUTCTRL_Type::reg</a></div><div class="ttdeci">uint16_t reg</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00166">adc.h:166</a></div></div>
<div class="ttc" id="astructAdc_html"><div class="ttname"><a href="structAdc.html">Adc</a></div><div class="ttdoc">ADC hardware registers.</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00837">adc.h:837</a></div></div>
<div class="ttc" id="aunionADC__DBGCTRL__Type_html"><div class="ttname"><a href="unionADC__DBGCTRL__Type.html">ADC_DBGCTRL_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00139">adc.h:139</a></div></div>
<div class="ttc" id="aunionADC__DSEQCTRL__Type_html_a78ffb408fe810d37e4b492d8412dbd23"><div class="ttname"><a href="unionADC__DSEQCTRL__Type.html#a78ffb408fe810d37e4b492d8412dbd23">ADC_DSEQCTRL_Type::AUTOSTART</a></div><div class="ttdeci">uint32_t AUTOSTART</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00694">adc.h:694</a></div></div>
<div class="ttc" id="aunionADC__GAINCORR__Type_html_a737114ca8e900567cb604e3d126de899"><div class="ttname"><a href="unionADC__GAINCORR__Type.html#a737114ca8e900567cb604e3d126de899">ADC_GAINCORR_Type::reg</a></div><div class="ttdeci">uint16_t reg</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00465">adc.h:465</a></div></div>
<div class="ttc" id="aunionADC__DSEQCTRL__Type_html_a2ff9752a4a9a20387173735575989c6f"><div class="ttname"><a href="unionADC__DSEQCTRL__Type.html#a2ff9752a4a9a20387173735575989c6f">ADC_DSEQCTRL_Type::OFFSETCORR</a></div><div class="ttdeci">uint32_t OFFSETCORR</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00692">adc.h:692</a></div></div>
<div class="ttc" id="aunionADC__DSEQCTRL__Type_html_a208cbc3bf4fab07f9a3288ab694df607"><div class="ttname"><a href="unionADC__DSEQCTRL__Type.html#a208cbc3bf4fab07f9a3288ab694df607">ADC_DSEQCTRL_Type::GAINCORR</a></div><div class="ttdeci">uint32_t GAINCORR</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00691">adc.h:691</a></div></div>
<div class="ttc" id="aunionADC__SYNCBUSY__Type_html_a4aa98d01f17003d2bfa9ab2b9bdda2ed"><div class="ttname"><a href="unionADC__SYNCBUSY__Type.html#a4aa98d01f17003d2bfa9ab2b9bdda2ed">ADC_SYNCBUSY_Type::WINUT</a></div><div class="ttdeci">uint32_t WINUT</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00623">adc.h:623</a></div></div>
<div class="ttc" id="astructAdc_html_ac60094eae1e60edc4aa579c498c33018"><div class="ttname"><a href="structAdc.html#ac60094eae1e60edc4aa579c498c33018">Adc::STATUS</a></div><div class="ttdeci">__I ADC_STATUS_Type STATUS</div><div class="ttdoc">Offset: 0x2F (R/ 8) Status.</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00856">adc.h:856</a></div></div>
<div class="ttc" id="aunionADC__EVCTRL__Type_html_a850525624374a035c5a3483c8bde43c1"><div class="ttname"><a href="unionADC__EVCTRL__Type.html#a850525624374a035c5a3483c8bde43c1">ADC_EVCTRL_Type::FLUSHEI</a></div><div class="ttdeci">uint8_t FLUSHEI</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00108">adc.h:108</a></div></div>
<div class="ttc" id="aunionADC__CALIB__Type_html_ac940b935aae15b135ff5b75be31bc925"><div class="ttname"><a href="unionADC__CALIB__Type.html#ac940b935aae15b135ff5b75be31bc925">ADC_CALIB_Type::BIASREFBUF</a></div><div class="ttdeci">uint16_t BIASREFBUF</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00814">adc.h:814</a></div></div>
<div class="ttc" id="aunionADC__SYNCBUSY__Type_html_a9fc549a0430f5d963af600b997c3743f"><div class="ttname"><a href="unionADC__SYNCBUSY__Type.html#a9fc549a0430f5d963af600b997c3743f">ADC_SYNCBUSY_Type::INPUTCTRL</a></div><div class="ttdeci">uint32_t INPUTCTRL</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00617">adc.h:617</a></div></div>
<div class="ttc" id="aunionADC__WINLT__Type_html_ada30a4dd3086936092287fad6d90a1aa"><div class="ttname"><a href="unionADC__WINLT__Type.html#ada30a4dd3086936092287fad6d90a1aa">ADC_WINLT_Type::reg</a></div><div class="ttdeci">uint16_t reg</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00428">adc.h:428</a></div></div>
<div class="ttc" id="aunionADC__CTRLA__Type_html_a8b5e807d9ac32709390f61f4735c536f"><div class="ttname"><a href="unionADC__CTRLA__Type.html#a8b5e807d9ac32709390f61f4735c536f">ADC_CTRLA_Type::reg</a></div><div class="ttdeci">uint16_t reg</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00057">adc.h:57</a></div></div>
<div class="ttc" id="aunionADC__INTFLAG__Type_html_a4a6911d7452a4606bac08a90f4e7ae9a"><div class="ttname"><a href="unionADC__INTFLAG__Type.html#a4a6911d7452a4606bac08a90f4e7ae9a">ADC_INTFLAG_Type::RESRDY</a></div><div class="ttdeci">__I uint8_t RESRDY</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00569">adc.h:569</a></div></div>
<div class="ttc" id="astructAdc_html_a68d33f8d08888fa6f2a403e0e99386f8"><div class="ttname"><a href="structAdc.html#a68d33f8d08888fa6f2a403e0e99386f8">Adc::DSEQDATA</a></div><div class="ttdeci">__O ADC_DSEQDATA_Type DSEQDATA</div><div class="ttdoc">Offset: 0x34 ( /W 32) DMA Sequencial Data.</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00858">adc.h:858</a></div></div>
<div class="ttc" id="aunionADC__DSEQSTAT__Type_html_ab4b3eb555bee699b31d1f7fef135ccc4"><div class="ttname"><a href="unionADC__DSEQSTAT__Type.html#ab4b3eb555bee699b31d1f7fef135ccc4">ADC_DSEQSTAT_Type::SAMPCTRL</a></div><div class="ttdeci">uint32_t SAMPCTRL</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00733">adc.h:733</a></div></div>
<div class="ttc" id="aunionADC__DBGCTRL__Type_html_a026b428acb05c929f9549c93375f5909"><div class="ttname"><a href="unionADC__DBGCTRL__Type.html#a026b428acb05c929f9549c93375f5909">ADC_DBGCTRL_Type::DBGRUN</a></div><div class="ttdeci">uint8_t DBGRUN</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00141">adc.h:141</a></div></div>
<div class="ttc" id="aunionADC__SYNCBUSY__Type_html_a085516b5925d198fb91fe6e77015caa4"><div class="ttname"><a href="unionADC__SYNCBUSY__Type.html#a085516b5925d198fb91fe6e77015caa4">ADC_SYNCBUSY_Type::CTRLB</a></div><div class="ttdeci">uint32_t CTRLB</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00618">adc.h:618</a></div></div>
<div class="ttc" id="aunionADC__WINLT__Type_html_a035756415c5bd280e4ffbb100760674a"><div class="ttname"><a href="unionADC__WINLT__Type.html#a035756415c5bd280e4ffbb100760674a">ADC_WINLT_Type::WINLT</a></div><div class="ttdeci">uint16_t WINLT</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00426">adc.h:426</a></div></div>
<div class="ttc" id="aunionADC__OFFSETCORR__Type_html"><div class="ttname"><a href="unionADC__OFFSETCORR__Type.html">ADC_OFFSETCORR_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00479">adc.h:479</a></div></div>
<div class="ttc" id="astructAdc_html_a8a6d9b6cf625bd8af5f6ad59ad484b73"><div class="ttname"><a href="structAdc.html#a8a6d9b6cf625bd8af5f6ad59ad484b73">Adc::WINLT</a></div><div class="ttdeci">__IO ADC_WINLT_Type WINLT</div><div class="ttdoc">Offset: 0x0C (R/W 16) Window Monitor Lower Threshold.</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00847">adc.h:847</a></div></div>
<div class="ttc" id="aunionADC__SYNCBUSY__Type_html"><div class="ttname"><a href="unionADC__SYNCBUSY__Type.html">ADC_SYNCBUSY_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00613">adc.h:613</a></div></div>
<div class="ttc" id="aunionADC__SWTRIG__Type_html"><div class="ttname"><a href="unionADC__SWTRIG__Type.html">ADC_SWTRIG_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00498">adc.h:498</a></div></div>
<div class="ttc" id="astructAdc_html_ae3f7609f4dc353ead03e7705d657a32b"><div class="ttname"><a href="structAdc.html#ae3f7609f4dc353ead03e7705d657a32b">Adc::DBGCTRL</a></div><div class="ttdeci">__IO ADC_DBGCTRL_Type DBGCTRL</div><div class="ttdoc">Offset: 0x03 (R/W 8) Debug Control.</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00840">adc.h:840</a></div></div>
<div class="ttc" id="aunionADC__EVCTRL__Type_html_ac9940eaccf8de887688bb552b1ce6da9"><div class="ttname"><a href="unionADC__EVCTRL__Type.html#ac9940eaccf8de887688bb552b1ce6da9">ADC_EVCTRL_Type::WINMONEO</a></div><div class="ttdeci">uint8_t WINMONEO</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00113">adc.h:113</a></div></div>
<div class="ttc" id="aunionADC__SYNCBUSY__Type_html_a7a432c7721d7866af8d44cabd977e0ec"><div class="ttname"><a href="unionADC__SYNCBUSY__Type.html#a7a432c7721d7866af8d44cabd977e0ec">ADC_SYNCBUSY_Type::WINLT</a></div><div class="ttdeci">uint32_t WINLT</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00622">adc.h:622</a></div></div>
<div class="ttc" id="aunionADC__DBGCTRL__Type_html_ab6eaeef2c5a93686734b8558b6432f37"><div class="ttname"><a href="unionADC__DBGCTRL__Type.html#ab6eaeef2c5a93686734b8558b6432f37">ADC_DBGCTRL_Type::reg</a></div><div class="ttdeci">uint8_t reg</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00144">adc.h:144</a></div></div>
<div class="ttc" id="aunionADC__INPUTCTRL__Type_html_a01f939ab84b6f9ce9432d408abcf7312"><div class="ttname"><a href="unionADC__INPUTCTRL__Type.html#a01f939ab84b6f9ce9432d408abcf7312">ADC_INPUTCTRL_Type::MUXPOS</a></div><div class="ttdeci">uint16_t MUXPOS</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00159">adc.h:159</a></div></div>
<div class="ttc" id="aunionADC__INTENSET__Type_html_a3bfc0121d10581d4d8bb43f8c46e0c01"><div class="ttname"><a href="unionADC__INTENSET__Type.html#a3bfc0121d10581d4d8bb43f8c46e0c01">ADC_INTENSET_Type::reg</a></div><div class="ttdeci">uint8_t reg</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00550">adc.h:550</a></div></div>
<div class="ttc" id="aunionADC__CALIB__Type_html_a1e4b1a3ae0925a07751971344ebae8e1"><div class="ttname"><a href="unionADC__CALIB__Type.html#a1e4b1a3ae0925a07751971344ebae8e1">ADC_CALIB_Type::reg</a></div><div class="ttdeci">uint16_t reg</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00817">adc.h:817</a></div></div>
<div class="ttc" id="aunionADC__CTRLB__Type_html_accc2fb0af030de886be5984e80ac9afb"><div class="ttname"><a href="unionADC__CTRLB__Type.html#accc2fb0af030de886be5984e80ac9afb">ADC_CTRLB_Type::WINSS</a></div><div class="ttdeci">uint16_t WINSS</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00277">adc.h:277</a></div></div>
<div class="ttc" id="aunionADC__INTFLAG__Type_html_aab91f64470203c57f3f8f13dfd50dceb"><div class="ttname"><a href="unionADC__INTFLAG__Type.html#aab91f64470203c57f3f8f13dfd50dceb">ADC_INTFLAG_Type::OVERRUN</a></div><div class="ttdeci">__I uint8_t OVERRUN</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00570">adc.h:570</a></div></div>
<div class="ttc" id="aunionADC__INTFLAG__Type_html_ab090d419e0239066ff21b9dd7edfc19d"><div class="ttname"><a href="unionADC__INTFLAG__Type.html#ab090d419e0239066ff21b9dd7edfc19d">ADC_INTFLAG_Type::uint8_t</a></div><div class="ttdeci">__I uint8_t</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00572">adc.h:572</a></div></div>
<div class="ttc" id="aunionADC__SYNCBUSY__Type_html_a8e866e82d6b1b6e2604d3cd8d9132fdd"><div class="ttname"><a href="unionADC__SYNCBUSY__Type.html#a8e866e82d6b1b6e2604d3cd8d9132fdd">ADC_SYNCBUSY_Type::GAINCORR</a></div><div class="ttdeci">uint32_t GAINCORR</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00624">adc.h:624</a></div></div>
<div class="ttc" id="aunionADC__OFFSETCORR__Type_html_af77a8500e2ff763edeaba17ffb0f3828"><div class="ttname"><a href="unionADC__OFFSETCORR__Type.html#af77a8500e2ff763edeaba17ffb0f3828">ADC_OFFSETCORR_Type::reg</a></div><div class="ttdeci">uint16_t reg</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00484">adc.h:484</a></div></div>
<div class="ttc" id="astructAdc_html_ad098ce6ae8d280745ac9d61d46e8a71b"><div class="ttname"><a href="structAdc.html#ad098ce6ae8d280745ac9d61d46e8a71b">Adc::SYNCBUSY</a></div><div class="ttdeci">__I ADC_SYNCBUSY_Type SYNCBUSY</div><div class="ttdoc">Offset: 0x30 (R/ 32) Synchronization Busy.</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00857">adc.h:857</a></div></div>
<div class="ttc" id="aunionADC__CTRLB__Type_html_a74e341c6437af3f7322190a824f6d405"><div class="ttname"><a href="unionADC__CTRLB__Type.html#a74e341c6437af3f7322190a824f6d405">ADC_CTRLB_Type::CORREN</a></div><div class="ttdeci">uint16_t CORREN</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00273">adc.h:273</a></div></div>
<div class="ttc" id="aunionADC__CTRLA__Type_html_a05664c8f289fcc554f5d8b75f1706ec4"><div class="ttname"><a href="unionADC__CTRLA__Type.html#a05664c8f289fcc554f5d8b75f1706ec4">ADC_CTRLA_Type::R2R</a></div><div class="ttdeci">uint16_t R2R</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00055">adc.h:55</a></div></div>
<div class="ttc" id="aunionADC__DSEQSTAT__Type_html_aeb19468746ffab0bc274facdfd5a8aeb"><div class="ttname"><a href="unionADC__DSEQSTAT__Type.html#aeb19468746ffab0bc274facdfd5a8aeb">ADC_DSEQSTAT_Type::AVGCTRL</a></div><div class="ttdeci">uint32_t AVGCTRL</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00732">adc.h:732</a></div></div>
<div class="ttc" id="astructAdc_html_a1b5d65ffe6930f10d52dce97958a8fd8"><div class="ttname"><a href="structAdc.html#a1b5d65ffe6930f10d52dce97958a8fd8">Adc::CALIB</a></div><div class="ttdeci">__IO ADC_CALIB_Type CALIB</div><div class="ttdoc">Offset: 0x48 (R/W 16) Calibration.</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00865">adc.h:865</a></div></div>
<div class="ttc" id="aunionADC__DSEQCTRL__Type_html_a3a6b497bb24b67c887f6a26d0a879f78"><div class="ttname"><a href="unionADC__DSEQCTRL__Type.html#a3a6b497bb24b67c887f6a26d0a879f78">ADC_DSEQCTRL_Type::REFCTRL</a></div><div class="ttdeci">uint32_t REFCTRL</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00686">adc.h:686</a></div></div>
<div class="ttc" id="aunionADC__RESULT__Type_html_a880cbca81d3d2383ec600904f51f821c"><div class="ttname"><a href="unionADC__RESULT__Type.html#a880cbca81d3d2383ec600904f51f821c">ADC_RESULT_Type::RESULT</a></div><div class="ttdeci">uint16_t RESULT</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00774">adc.h:774</a></div></div>
<div class="ttc" id="aunionADC__INTENSET__Type_html_af4a7f1673bb8c64fe95821a3948be7f1"><div class="ttname"><a href="unionADC__INTENSET__Type.html#af4a7f1673bb8c64fe95821a3948be7f1">ADC_INTENSET_Type::OVERRUN</a></div><div class="ttdeci">uint8_t OVERRUN</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00546">adc.h:546</a></div></div>
<div class="ttc" id="aunionADC__SAMPCTRL__Type_html_a9bd142df7df8cdc989f009a23d695dbc"><div class="ttname"><a href="unionADC__SAMPCTRL__Type.html#a9bd142df7df8cdc989f009a23d695dbc">ADC_SAMPCTRL_Type::reg</a></div><div class="ttdeci">uint8_t reg</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00408">adc.h:408</a></div></div>
<div class="ttc" id="aunionADC__INTENSET__Type_html"><div class="ttname"><a href="unionADC__INTENSET__Type.html">ADC_INTENSET_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00543">adc.h:543</a></div></div>
<div class="ttc" id="aunionADC__CTRLB__Type_html_ad64b1db54266a0e14a5ec8fd6be0d6c2"><div class="ttname"><a href="unionADC__CTRLB__Type.html#ad64b1db54266a0e14a5ec8fd6be0d6c2">ADC_CTRLB_Type::RESSEL</a></div><div class="ttdeci">uint16_t RESSEL</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00274">adc.h:274</a></div></div>
<div class="ttc" id="aunionADC__RESS__Type_html_a1cbbc0d00c1acf7669ba457f64fdcdf2"><div class="ttname"><a href="unionADC__RESS__Type.html#a1cbbc0d00c1acf7669ba457f64fdcdf2">ADC_RESS_Type::reg</a></div><div class="ttdeci">uint16_t reg</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00794">adc.h:794</a></div></div>
<div class="ttc" id="aunionADC__SWTRIG__Type_html_afb17d75ef059bf95a70a70d89113f64d"><div class="ttname"><a href="unionADC__SWTRIG__Type.html#afb17d75ef059bf95a70a70d89113f64d">ADC_SWTRIG_Type::FLUSH</a></div><div class="ttdeci">uint8_t FLUSH</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00500">adc.h:500</a></div></div>
<div class="ttc" id="aunionADC__INPUTCTRL__Type_html_ad7f7980952a0b657472a5ad6168c7dd7"><div class="ttname"><a href="unionADC__INPUTCTRL__Type.html#ad7f7980952a0b657472a5ad6168c7dd7">ADC_INPUTCTRL_Type::DSEQSTOP</a></div><div class="ttdeci">uint16_t DSEQSTOP</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00164">adc.h:164</a></div></div>
<div class="ttc" id="aunionADC__CTRLA__Type_html_a979fbe4ca2639dc4302ed24a3c84aa39"><div class="ttname"><a href="unionADC__CTRLA__Type.html#a979fbe4ca2639dc4302ed24a3c84aa39">ADC_CTRLA_Type::PRESCALER</a></div><div class="ttdeci">uint16_t PRESCALER</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00053">adc.h:53</a></div></div>
<div class="ttc" id="aunionADC__DSEQCTRL__Type_html_a284ae93318efe12813521cb5997a160c"><div class="ttname"><a href="unionADC__DSEQCTRL__Type.html#a284ae93318efe12813521cb5997a160c">ADC_DSEQCTRL_Type::SAMPCTRL</a></div><div class="ttdeci">uint32_t SAMPCTRL</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00688">adc.h:688</a></div></div>
<div class="ttc" id="aunionADC__INPUTCTRL__Type_html"><div class="ttname"><a href="unionADC__INPUTCTRL__Type.html">ADC_INPUTCTRL_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00157">adc.h:157</a></div></div>
<div class="ttc" id="aunionADC__DSEQSTAT__Type_html_a3bdf4ff7a86b9dbd84c96377eaf65939"><div class="ttname"><a href="unionADC__DSEQSTAT__Type.html#a3bdf4ff7a86b9dbd84c96377eaf65939">ADC_DSEQSTAT_Type::BUSY</a></div><div class="ttdeci">uint32_t BUSY</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00739">adc.h:739</a></div></div>
<div class="ttc" id="astructAdc_html_ad3f43aead8dc3b79cb34f4afb5ccdecc"><div class="ttname"><a href="structAdc.html#ad3f43aead8dc3b79cb34f4afb5ccdecc">Adc::SWTRIG</a></div><div class="ttdeci">__IO ADC_SWTRIG_Type SWTRIG</div><div class="ttdoc">Offset: 0x14 (R/W 8) Software Trigger.</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00851">adc.h:851</a></div></div>
<div class="ttc" id="aunionADC__CTRLB__Type_html_a7020fc772ae348a720bef9811b9b706f"><div class="ttname"><a href="unionADC__CTRLB__Type.html#a7020fc772ae348a720bef9811b9b706f">ADC_CTRLB_Type::reg</a></div><div class="ttdeci">uint16_t reg</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00280">adc.h:280</a></div></div>
<div class="ttc" id="aunionADC__DSEQDATA__Type_html_a1c7adad1b026d4f3ce59cf1d1a59bcbc"><div class="ttname"><a href="unionADC__DSEQDATA__Type.html#a1c7adad1b026d4f3ce59cf1d1a59bcbc">ADC_DSEQDATA_Type::DATA</a></div><div class="ttdeci">uint32_t DATA</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00666">adc.h:666</a></div></div>
<div class="ttc" id="aunionADC__INTENCLR__Type_html_a4d0bec6adb0cbd25103eabcd91a97c3d"><div class="ttname"><a href="unionADC__INTENCLR__Type.html#a4d0bec6adb0cbd25103eabcd91a97c3d">ADC_INTENCLR_Type::reg</a></div><div class="ttdeci">uint8_t reg</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00526">adc.h:526</a></div></div>
<div class="ttc" id="aunionADC__CTRLA__Type_html_ad31bea337c075d04382f42ad42eab6b2"><div class="ttname"><a href="unionADC__CTRLA__Type.html#ad31bea337c075d04382f42ad42eab6b2">ADC_CTRLA_Type::ENABLE</a></div><div class="ttdeci">uint16_t ENABLE</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00047">adc.h:47</a></div></div>
<div class="ttc" id="aunionADC__CALIB__Type_html_a19eb52ec3747c70c2a3aae5b491185fe"><div class="ttname"><a href="unionADC__CALIB__Type.html#a19eb52ec3747c70c2a3aae5b491185fe">ADC_CALIB_Type::BIASR2R</a></div><div class="ttdeci">uint16_t BIASR2R</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00812">adc.h:812</a></div></div>
<div class="ttc" id="aunionADC__RESULT__Type_html"><div class="ttname"><a href="unionADC__RESULT__Type.html">ADC_RESULT_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00772">adc.h:772</a></div></div>
<div class="ttc" id="aunionADC__INTFLAG__Type_html_a66d77e3487777c8a323038d890aae236"><div class="ttname"><a href="unionADC__INTFLAG__Type.html#a66d77e3487777c8a323038d890aae236">ADC_INTFLAG_Type::reg</a></div><div class="ttdeci">uint8_t reg</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00574">adc.h:574</a></div></div>
<div class="ttc" id="aunionADC__AVGCTRL__Type_html_a228de4b5d8344da5550aa6b6812e306b"><div class="ttname"><a href="unionADC__AVGCTRL__Type.html#a228de4b5d8344da5550aa6b6812e306b">ADC_AVGCTRL_Type::SAMPLENUM</a></div><div class="ttdeci">uint8_t SAMPLENUM</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00359">adc.h:359</a></div></div>
<div class="ttc" id="aunionADC__CTRLA__Type_html_a6f168e09ec28a6c574bd677c453abcf2"><div class="ttname"><a href="unionADC__CTRLA__Type.html#a6f168e09ec28a6c574bd677c453abcf2">ADC_CTRLA_Type::SLAVEEN</a></div><div class="ttdeci">uint16_t SLAVEEN</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00050">adc.h:50</a></div></div>
<div class="ttc" id="aunionADC__DSEQSTAT__Type_html_ae50e70776a4efdd12af798f1745dd62d"><div class="ttname"><a href="unionADC__DSEQSTAT__Type.html#ae50e70776a4efdd12af798f1745dd62d">ADC_DSEQSTAT_Type::REFCTRL</a></div><div class="ttdeci">uint32_t REFCTRL</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00731">adc.h:731</a></div></div>
<div class="ttc" id="astructAdc_html_a81adb67cdacbd126e0a65f1b555f0221"><div class="ttname"><a href="structAdc.html#a81adb67cdacbd126e0a65f1b555f0221">Adc::INTENCLR</a></div><div class="ttdeci">__IO ADC_INTENCLR_Type INTENCLR</div><div class="ttdoc">Offset: 0x2C (R/W 8) Interrupt Enable Clear.</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00853">adc.h:853</a></div></div>
<div class="ttc" id="aunionADC__STATUS__Type_html_a62ab5530b14aab46a5e8f9ada04c0f4e"><div class="ttname"><a href="unionADC__STATUS__Type.html#a62ab5530b14aab46a5e8f9ada04c0f4e">ADC_STATUS_Type::ADCBUSY</a></div><div class="ttdeci">uint8_t ADCBUSY</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00593">adc.h:593</a></div></div>
<div class="ttc" id="aunionADC__CTRLA__Type_html_adf3c15b8e5084fb33cd4f54b59e4d4f2"><div class="ttname"><a href="unionADC__CTRLA__Type.html#adf3c15b8e5084fb33cd4f54b59e4d4f2">ADC_CTRLA_Type::SWRST</a></div><div class="ttdeci">uint16_t SWRST</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00046">adc.h:46</a></div></div>
<div class="ttc" id="aunionADC__DSEQSTAT__Type_html_a5d893e08a68b32e2aa81ba1e09752cc1"><div class="ttname"><a href="unionADC__DSEQSTAT__Type.html#a5d893e08a68b32e2aa81ba1e09752cc1">ADC_DSEQSTAT_Type::WINLT</a></div><div class="ttdeci">uint32_t WINLT</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00734">adc.h:734</a></div></div>
<div class="ttc" id="aunionADC__CTRLA__Type_html"><div class="ttname"><a href="unionADC__CTRLA__Type.html">ADC_CTRLA_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00044">adc.h:44</a></div></div>
<div class="ttc" id="aunionADC__CALIB__Type_html_a57cc5be1b709e0e28b287777490023ee"><div class="ttname"><a href="unionADC__CALIB__Type.html#a57cc5be1b709e0e28b287777490023ee">ADC_CALIB_Type::BIASCOMP</a></div><div class="ttdeci">uint16_t BIASCOMP</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00810">adc.h:810</a></div></div>
<div class="ttc" id="aunionADC__INTENCLR__Type_html_a9abf805c13a8225909b554221ec72820"><div class="ttname"><a href="unionADC__INTENCLR__Type.html#a9abf805c13a8225909b554221ec72820">ADC_INTENCLR_Type::RESRDY</a></div><div class="ttdeci">uint8_t RESRDY</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00521">adc.h:521</a></div></div>
<div class="ttc" id="aunionADC__SAMPCTRL__Type_html_a0135a49f9a6b340538472525ee78f1b6"><div class="ttname"><a href="unionADC__SAMPCTRL__Type.html#a0135a49f9a6b340538472525ee78f1b6">ADC_SAMPCTRL_Type::OFFCOMP</a></div><div class="ttdeci">uint8_t OFFCOMP</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00406">adc.h:406</a></div></div>
<div class="ttc" id="aunionADC__CTRLA__Type_html_a7df2e285bc594bcc72d71d0a42804302"><div class="ttname"><a href="unionADC__CTRLA__Type.html#a7df2e285bc594bcc72d71d0a42804302">ADC_CTRLA_Type::RUNSTDBY</a></div><div class="ttdeci">uint16_t RUNSTDBY</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00051">adc.h:51</a></div></div>
<div class="ttc" id="aunionADC__DSEQCTRL__Type_html_a11c85c254296a143c30438ade8b0847e"><div class="ttname"><a href="unionADC__DSEQCTRL__Type.html#a11c85c254296a143c30438ade8b0847e">ADC_DSEQCTRL_Type::INPUTCTRL</a></div><div class="ttdeci">uint32_t INPUTCTRL</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00684">adc.h:684</a></div></div>
<div class="ttc" id="aunionADC__STATUS__Type_html_a47b92a99de1cc0551b7bbed052898bca"><div class="ttname"><a href="unionADC__STATUS__Type.html#a47b92a99de1cc0551b7bbed052898bca">ADC_STATUS_Type::reg</a></div><div class="ttdeci">uint8_t reg</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00597">adc.h:597</a></div></div>
<div class="ttc" id="aunionADC__INPUTCTRL__Type_html_ab47b15ef858a1504b73ec38e7b3571f4"><div class="ttname"><a href="unionADC__INPUTCTRL__Type.html#ab47b15ef858a1504b73ec38e7b3571f4">ADC_INPUTCTRL_Type::DIFFMODE</a></div><div class="ttdeci">uint16_t DIFFMODE</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00161">adc.h:161</a></div></div>
<div class="ttc" id="astructAdc_html_a486eb898066a8e9203b368556372a92d"><div class="ttname"><a href="structAdc.html#a486eb898066a8e9203b368556372a92d">Adc::WINUT</a></div><div class="ttdeci">__IO ADC_WINUT_Type WINUT</div><div class="ttdoc">Offset: 0x0E (R/W 16) Window Monitor Upper Threshold.</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00848">adc.h:848</a></div></div>
<div class="ttc" id="aunionADC__SYNCBUSY__Type_html_a8d211de503be2bfd877206e023c5b0c8"><div class="ttname"><a href="unionADC__SYNCBUSY__Type.html#a8d211de503be2bfd877206e023c5b0c8">ADC_SYNCBUSY_Type::OFFSETCORR</a></div><div class="ttdeci">uint32_t OFFSETCORR</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00625">adc.h:625</a></div></div>
<div class="ttc" id="aunionADC__DSEQCTRL__Type_html_a9e64b71eb573080288e065b399c6c4c3"><div class="ttname"><a href="unionADC__DSEQCTRL__Type.html#a9e64b71eb573080288e065b399c6c4c3">ADC_DSEQCTRL_Type::WINLT</a></div><div class="ttdeci">uint32_t WINLT</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00689">adc.h:689</a></div></div>
<div class="ttc" id="aunionADC__INTFLAG__Type_html_a8304d989141bfc12191122d3594c5756"><div class="ttname"><a href="unionADC__INTFLAG__Type.html#a8304d989141bfc12191122d3594c5756">ADC_INTFLAG_Type::WINMON</a></div><div class="ttdeci">__I uint8_t WINMON</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00571">adc.h:571</a></div></div>
<div class="ttc" id="aunionADC__REFCTRL__Type_html"><div class="ttname"><a href="unionADC__REFCTRL__Type.html">ADC_REFCTRL_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00323">adc.h:323</a></div></div>
<div class="ttc" id="aunionADC__CTRLB__Type_html"><div class="ttname"><a href="unionADC__CTRLB__Type.html">ADC_CTRLB_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00269">adc.h:269</a></div></div>
<div class="ttc" id="asame54n19a_8h_html_a0d957f1433aaf5d70e4dc2b68288442d"><div class="ttname"><a href="same54n19a_8h.html#a0d957f1433aaf5d70e4dc2b68288442d">RoReg8</a></div><div class="ttdeci">volatile const uint8_t RoReg8</div><div class="ttdef"><b>Definition:</b> <a href="same54n19a_8h_source.html#l00053">same54n19a.h:53</a></div></div>
<div class="ttc" id="aunionADC__DSEQSTAT__Type_html_a0125f326816e63198bbf84b61061b49f"><div class="ttname"><a href="unionADC__DSEQSTAT__Type.html#a0125f326816e63198bbf84b61061b49f">ADC_DSEQSTAT_Type::GAINCORR</a></div><div class="ttdeci">uint32_t GAINCORR</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00736">adc.h:736</a></div></div>
<div class="ttc" id="aunionADC__EVCTRL__Type_html_a60c1f728bfa1da65d54772c9f96db97c"><div class="ttname"><a href="unionADC__EVCTRL__Type.html#a60c1f728bfa1da65d54772c9f96db97c">ADC_EVCTRL_Type::RESRDYEO</a></div><div class="ttdeci">uint8_t RESRDYEO</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00112">adc.h:112</a></div></div>
<div class="ttc" id="aunionADC__STATUS__Type_html"><div class="ttname"><a href="unionADC__STATUS__Type.html">ADC_STATUS_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00591">adc.h:591</a></div></div>
<div class="ttc" id="aunionADC__CTRLB__Type_html_a44b8503d6efe5e11f487f946e984e2d0"><div class="ttname"><a href="unionADC__CTRLB__Type.html#a44b8503d6efe5e11f487f946e984e2d0">ADC_CTRLB_Type::FREERUN</a></div><div class="ttdeci">uint16_t FREERUN</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00272">adc.h:272</a></div></div>
<div class="ttc" id="astructAdc_html_a39cd0bd31779c0c1c5d3c4e058105a57"><div class="ttname"><a href="structAdc.html#a39cd0bd31779c0c1c5d3c4e058105a57">Adc::AVGCTRL</a></div><div class="ttdeci">__IO ADC_AVGCTRL_Type AVGCTRL</div><div class="ttdoc">Offset: 0x0A (R/W 8) Average Control.</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00845">adc.h:845</a></div></div>
<div class="ttc" id="aunionADC__EVCTRL__Type_html_ae2c0cada9f20a0fa68e6eef04c8500e2"><div class="ttname"><a href="unionADC__EVCTRL__Type.html#ae2c0cada9f20a0fa68e6eef04c8500e2">ADC_EVCTRL_Type::STARTEI</a></div><div class="ttdeci">uint8_t STARTEI</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00109">adc.h:109</a></div></div>
<div class="ttc" id="aunionADC__DSEQSTAT__Type_html_a9cb85df75e8ec6d51bec9dc6ce47800f"><div class="ttname"><a href="unionADC__DSEQSTAT__Type.html#a9cb85df75e8ec6d51bec9dc6ce47800f">ADC_DSEQSTAT_Type::WINUT</a></div><div class="ttdeci">uint32_t WINUT</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00735">adc.h:735</a></div></div>
<div class="ttc" id="astructAdc_html_a1b221db015a728adf157f6d130967476"><div class="ttname"><a href="structAdc.html#a1b221db015a728adf157f6d130967476">Adc::INTFLAG</a></div><div class="ttdeci">__IO ADC_INTFLAG_Type INTFLAG</div><div class="ttdoc">Offset: 0x2E (R/W 8) Interrupt Flag Status and Clear.</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00855">adc.h:855</a></div></div>
<div class="ttc" id="aunionADC__SYNCBUSY__Type_html_a7728f19ae2e31225ea64c8522f1ce2b9"><div class="ttname"><a href="unionADC__SYNCBUSY__Type.html#a7728f19ae2e31225ea64c8522f1ce2b9">ADC_SYNCBUSY_Type::ENABLE</a></div><div class="ttdeci">uint32_t ENABLE</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00616">adc.h:616</a></div></div>
<div class="ttc" id="aunionADC__REFCTRL__Type_html_ae1b9c4b5ecb465bb9ed10260c03610d4"><div class="ttname"><a href="unionADC__REFCTRL__Type.html#ae1b9c4b5ecb465bb9ed10260c03610d4">ADC_REFCTRL_Type::REFCOMP</a></div><div class="ttdeci">uint8_t REFCOMP</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00327">adc.h:327</a></div></div>
<div class="ttc" id="astructAdc_html_aaedb7034710294b81241e0493184a587"><div class="ttname"><a href="structAdc.html#aaedb7034710294b81241e0493184a587">Adc::DSEQCTRL</a></div><div class="ttdeci">__IO ADC_DSEQCTRL_Type DSEQCTRL</div><div class="ttdoc">Offset: 0x38 (R/W 32) DMA Sequential Control.</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00859">adc.h:859</a></div></div>
<div class="ttc" id="aunionADC__EVCTRL__Type_html_a6f1b45a79d4631f72e1abebd7cd91824"><div class="ttname"><a href="unionADC__EVCTRL__Type.html#a6f1b45a79d4631f72e1abebd7cd91824">ADC_EVCTRL_Type::reg</a></div><div class="ttdeci">uint8_t reg</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00116">adc.h:116</a></div></div>
<div class="ttc" id="astructAdc_html_a07ae3a5472859656c92b6aaeda6849de"><div class="ttname"><a href="structAdc.html#a07ae3a5472859656c92b6aaeda6849de">Adc::INTENSET</a></div><div class="ttdeci">__IO ADC_INTENSET_Type INTENSET</div><div class="ttdoc">Offset: 0x2D (R/W 8) Interrupt Enable Set.</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00854">adc.h:854</a></div></div>
<div class="ttc" id="aunionADC__RESULT__Type_html_a6c30a9f746ab8eb2454d3ab6a0e933b4"><div class="ttname"><a href="unionADC__RESULT__Type.html#a6c30a9f746ab8eb2454d3ab6a0e933b4">ADC_RESULT_Type::reg</a></div><div class="ttdeci">uint16_t reg</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00776">adc.h:776</a></div></div>
<div class="ttc" id="astructAdc_html_aa7607ca01006c2c3774f455da1f53459"><div class="ttname"><a href="structAdc.html#aa7607ca01006c2c3774f455da1f53459">Adc::DSEQSTAT</a></div><div class="ttdeci">__I ADC_DSEQSTAT_Type DSEQSTAT</div><div class="ttdoc">Offset: 0x3C (R/ 32) DMA Sequencial Status.</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00860">adc.h:860</a></div></div>
<div class="ttc" id="astructAdc_html_a797f96e8f37446dace23eeafbf3cf3b5"><div class="ttname"><a href="structAdc.html#a797f96e8f37446dace23eeafbf3cf3b5">Adc::OFFSETCORR</a></div><div class="ttdeci">__IO ADC_OFFSETCORR_Type OFFSETCORR</div><div class="ttdoc">Offset: 0x12 (R/W 16) Offset Correction.</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00850">adc.h:850</a></div></div>
<div class="ttc" id="aunionADC__INTENCLR__Type_html"><div class="ttname"><a href="unionADC__INTENCLR__Type.html">ADC_INTENCLR_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00519">adc.h:519</a></div></div>
<div class="ttc" id="astructAdc_html_a1ad090f498e2ce3d2b6e7b86931a0c7a"><div class="ttname"><a href="structAdc.html#a1ad090f498e2ce3d2b6e7b86931a0c7a">Adc::INPUTCTRL</a></div><div class="ttdeci">__IO ADC_INPUTCTRL_Type INPUTCTRL</div><div class="ttdoc">Offset: 0x04 (R/W 16) Input Control.</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00841">adc.h:841</a></div></div>
<div class="ttc" id="astructAdc_html_a09f9dfbbadbc51a36cf4f8c0fcb41e35"><div class="ttname"><a href="structAdc.html#a09f9dfbbadbc51a36cf4f8c0fcb41e35">Adc::EVCTRL</a></div><div class="ttdeci">__IO ADC_EVCTRL_Type EVCTRL</div><div class="ttdoc">Offset: 0x02 (R/W 8) Event Control.</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00839">adc.h:839</a></div></div>
<div class="ttc" id="aunionADC__REFCTRL__Type_html_ada3617cfeedb80bca1ba8e8381f00b79"><div class="ttname"><a href="unionADC__REFCTRL__Type.html#ada3617cfeedb80bca1ba8e8381f00b79">ADC_REFCTRL_Type::REFSEL</a></div><div class="ttdeci">uint8_t REFSEL</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00325">adc.h:325</a></div></div>
<div class="ttc" id="aunionADC__SYNCBUSY__Type_html_a9869d6c3d0f862a4bcccbf9859e39e31"><div class="ttname"><a href="unionADC__SYNCBUSY__Type.html#a9869d6c3d0f862a4bcccbf9859e39e31">ADC_SYNCBUSY_Type::REFCTRL</a></div><div class="ttdeci">uint32_t REFCTRL</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00619">adc.h:619</a></div></div>
<div class="ttc" id="aunionADC__DSEQDATA__Type_html"><div class="ttname"><a href="unionADC__DSEQDATA__Type.html">ADC_DSEQDATA_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00664">adc.h:664</a></div></div>
<div class="ttc" id="aunionADC__CALIB__Type_html"><div class="ttname"><a href="unionADC__CALIB__Type.html">ADC_CALIB_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00808">adc.h:808</a></div></div>
<div class="ttc" id="aunionADC__INTFLAG__Type_html"><div class="ttname"><a href="unionADC__INTFLAG__Type.html">ADC_INTFLAG_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00567">adc.h:567</a></div></div>
<div class="ttc" id="astructAdc_html_a8c7b4543b3b320cbe078bd58fb7df93c"><div class="ttname"><a href="structAdc.html#a8c7b4543b3b320cbe078bd58fb7df93c">Adc::CTRLB</a></div><div class="ttdeci">__IO ADC_CTRLB_Type CTRLB</div><div class="ttdoc">Offset: 0x06 (R/W 16) Control B.</div><div class="ttdef"><b>Definition:</b> <a href="adc_8h_source.html#l00842">adc.h:842</a></div></div>
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.8.20
</small></address>
</body>
</html>