You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

594 lines
128 KiB
HTML

<!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/eic.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">eic.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="component_2eic_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_EIC_COMPONENT_</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="preprocessor">#define _SAME54_EIC_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 EIC_U2254</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="preprocessor">#define REV_EIC 0x300</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">/* -------- EIC_CTRLA : (EIC Offset: 0x00) (R/W 8) 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="unionEIC__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="unionEIC__CTRLA__Type.html#a31beb9a1e66a00d9e8ead9dba64777f9"> 46</a></span>&#160; uint8_t <a class="code" href="unionEIC__CTRLA__Type.html#a31beb9a1e66a00d9e8ead9dba64777f9">SWRST</a>:1; </div>
<div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="unionEIC__CTRLA__Type.html#a2d66754e7fd0a4e7d2526d22accb7b27"> 47</a></span>&#160; uint8_t <a class="code" href="unionEIC__CTRLA__Type.html#a2d66754e7fd0a4e7d2526d22accb7b27">ENABLE</a>:1; </div>
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="unionEIC__CTRLA__Type.html#af5a030154b9ae2d7064cd7048771a8be"> 48</a></span>&#160; uint8_t :2; </div>
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="unionEIC__CTRLA__Type.html#ab2af309753f3d3fc509d7ac6f5a052c4"> 49</a></span>&#160; uint8_t <a class="code" href="unionEIC__CTRLA__Type.html#ab2af309753f3d3fc509d7ac6f5a052c4">CKSEL</a>:1; </div>
<div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="unionEIC__CTRLA__Type.html#acf6665b4a9e8350774fb5b09922c3de0"> 50</a></span>&#160; uint8_t :3; </div>
<div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="unionEIC__CTRLA__Type.html#aea14a37f91cf8eb0a37e13cd4ed02b11"> 51</a></span>&#160; } bit; </div>
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="unionEIC__CTRLA__Type.html#a596619722e3e1170512c1467e896b9be"> 52</a></span>&#160; uint8_t <a class="code" href="unionEIC__CTRLA__Type.html#a596619722e3e1170512c1467e896b9be">reg</a>; </div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;} <a class="code" href="unionEIC__CTRLA__Type.html">EIC_CTRLA_Type</a>;</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</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="l00055"></a><span class="lineno"> 55</span>&#160; </div>
<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#ab246344bc085e0c0c1f41f2c498d7a4e"> 56</a></span>&#160;<span class="preprocessor">#define EIC_CTRLA_OFFSET 0x00 </span></div>
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a4fa956016182ca3fbb195313688e49b2"> 57</a></span>&#160;<span class="preprocessor">#define EIC_CTRLA_RESETVALUE _U_(0x00) </span></div>
<div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a1a82937bd8157d38e7acd41ccdbb6c2c"> 59</a></span>&#160;<span class="preprocessor">#define EIC_CTRLA_SWRST_Pos 0 </span></div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;<span class="preprocessor">#define EIC_CTRLA_SWRST (_U_(0x1) &lt;&lt; EIC_CTRLA_SWRST_Pos)</span></div>
<div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#aeacc7e5f83ca757ca0130db5895e170a"> 61</a></span>&#160;<span class="preprocessor">#define EIC_CTRLA_ENABLE_Pos 1 </span></div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;<span class="preprocessor">#define EIC_CTRLA_ENABLE (_U_(0x1) &lt;&lt; EIC_CTRLA_ENABLE_Pos)</span></div>
<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a9c2e0f5f9272f9ca106bee3658bd67e6"> 63</a></span>&#160;<span class="preprocessor">#define EIC_CTRLA_CKSEL_Pos 4 </span></div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;<span class="preprocessor">#define EIC_CTRLA_CKSEL (_U_(0x1) &lt;&lt; EIC_CTRLA_CKSEL_Pos)</span></div>
<div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a935b501f29ee3b3ae95674baccfcc161"> 65</a></span>&#160;<span class="preprocessor">#define EIC_CTRLA_MASK _U_(0x13) </span></div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- EIC_NMICTRL : (EIC Offset: 0x01) (R/W 8) Non-Maskable Interrupt Control -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="unionEIC__NMICTRL__Type.html"> 69</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="unionEIC__NMICTRL__Type.html#acf1ff36d19d1bf77eb5da09816f60a45"> 71</a></span>&#160; uint8_t <a class="code" href="unionEIC__NMICTRL__Type.html#acf1ff36d19d1bf77eb5da09816f60a45">NMISENSE</a>:3; </div>
<div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="unionEIC__NMICTRL__Type.html#ae8c7e49526fb6d130c2e551a8c6fc898"> 72</a></span>&#160; uint8_t <a class="code" href="unionEIC__NMICTRL__Type.html#ae8c7e49526fb6d130c2e551a8c6fc898">NMIFILTEN</a>:1; </div>
<div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="unionEIC__NMICTRL__Type.html#a495b651964123217420a71dfa17066b6"> 73</a></span>&#160; uint8_t <a class="code" href="unionEIC__NMICTRL__Type.html#a495b651964123217420a71dfa17066b6">NMIASYNCH</a>:1; </div>
<div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="unionEIC__NMICTRL__Type.html#a2ada9e7735501ad4ead22de9451f8181"> 74</a></span>&#160; uint8_t :3; </div>
<div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="unionEIC__NMICTRL__Type.html#a9ed196161e321e959f35f363b9f3d0c5"> 75</a></span>&#160; } bit; </div>
<div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="unionEIC__NMICTRL__Type.html#a0b91203d47755f15a84533ed9868116f"> 76</a></span>&#160; uint8_t <a class="code" href="unionEIC__NMICTRL__Type.html#a0b91203d47755f15a84533ed9868116f">reg</a>; </div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160;} <a class="code" href="unionEIC__NMICTRL__Type.html">EIC_NMICTRL_Type</a>;</div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</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="l00079"></a><span class="lineno"> 79</span>&#160; </div>
<div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a955df6174347427aaaed840874fa273f"> 80</a></span>&#160;<span class="preprocessor">#define EIC_NMICTRL_OFFSET 0x01 </span></div>
<div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a45890ac5e43ba08bf235b5ba44aa434c"> 81</a></span>&#160;<span class="preprocessor">#define EIC_NMICTRL_RESETVALUE _U_(0x00) </span></div>
<div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a48859c121f51b57ddf343ba53ff169a1"> 83</a></span>&#160;<span class="preprocessor">#define EIC_NMICTRL_NMISENSE_Pos 0 </span></div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;<span class="preprocessor">#define EIC_NMICTRL_NMISENSE_Msk (_U_(0x7) &lt;&lt; EIC_NMICTRL_NMISENSE_Pos)</span></div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;<span class="preprocessor">#define EIC_NMICTRL_NMISENSE(value) (EIC_NMICTRL_NMISENSE_Msk &amp; ((value) &lt;&lt; EIC_NMICTRL_NMISENSE_Pos))</span></div>
<div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a0c36b33d81bd5571bc49345e2e83b9ff"> 86</a></span>&#160;<span class="preprocessor">#define EIC_NMICTRL_NMISENSE_NONE_Val _U_(0x0) </span></div>
<div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a40a369ae631516099e85c14096312797"> 87</a></span>&#160;<span class="preprocessor">#define EIC_NMICTRL_NMISENSE_RISE_Val _U_(0x1) </span></div>
<div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#aa0a05bae1746f2942044c926350f1ebe"> 88</a></span>&#160;<span class="preprocessor">#define EIC_NMICTRL_NMISENSE_FALL_Val _U_(0x2) </span></div>
<div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a7c987cbee9b60bfd4e68ddd11982a512"> 89</a></span>&#160;<span class="preprocessor">#define EIC_NMICTRL_NMISENSE_BOTH_Val _U_(0x3) </span></div>
<div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a30c9d119b917f1bec88af90d0c7fa180"> 90</a></span>&#160;<span class="preprocessor">#define EIC_NMICTRL_NMISENSE_HIGH_Val _U_(0x4) </span></div>
<div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#aa3b9af8d6d835716ec282a17a72f7052"> 91</a></span>&#160;<span class="preprocessor">#define EIC_NMICTRL_NMISENSE_LOW_Val _U_(0x5) </span></div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160;<span class="preprocessor">#define EIC_NMICTRL_NMISENSE_NONE (EIC_NMICTRL_NMISENSE_NONE_Val &lt;&lt; EIC_NMICTRL_NMISENSE_Pos)</span></div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160;<span class="preprocessor">#define EIC_NMICTRL_NMISENSE_RISE (EIC_NMICTRL_NMISENSE_RISE_Val &lt;&lt; EIC_NMICTRL_NMISENSE_Pos)</span></div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160;<span class="preprocessor">#define EIC_NMICTRL_NMISENSE_FALL (EIC_NMICTRL_NMISENSE_FALL_Val &lt;&lt; EIC_NMICTRL_NMISENSE_Pos)</span></div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160;<span class="preprocessor">#define EIC_NMICTRL_NMISENSE_BOTH (EIC_NMICTRL_NMISENSE_BOTH_Val &lt;&lt; EIC_NMICTRL_NMISENSE_Pos)</span></div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160;<span class="preprocessor">#define EIC_NMICTRL_NMISENSE_HIGH (EIC_NMICTRL_NMISENSE_HIGH_Val &lt;&lt; EIC_NMICTRL_NMISENSE_Pos)</span></div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160;<span class="preprocessor">#define EIC_NMICTRL_NMISENSE_LOW (EIC_NMICTRL_NMISENSE_LOW_Val &lt;&lt; EIC_NMICTRL_NMISENSE_Pos)</span></div>
<div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a38d9267b17841862f6a70ce455f52da0"> 98</a></span>&#160;<span class="preprocessor">#define EIC_NMICTRL_NMIFILTEN_Pos 3 </span></div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160;<span class="preprocessor">#define EIC_NMICTRL_NMIFILTEN (_U_(0x1) &lt;&lt; EIC_NMICTRL_NMIFILTEN_Pos)</span></div>
<div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#ac9a80e6a5d8750e13950439aa992765e"> 100</a></span>&#160;<span class="preprocessor">#define EIC_NMICTRL_NMIASYNCH_Pos 4 </span></div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160;<span class="preprocessor">#define EIC_NMICTRL_NMIASYNCH (_U_(0x1) &lt;&lt; EIC_NMICTRL_NMIASYNCH_Pos)</span></div>
<div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#af52070ecba91c5d7d6ece825763d5ac3"> 102</a></span>&#160;<span class="preprocessor">#define EIC_NMICTRL_MASK _U_(0x1F) </span></div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- EIC_NMIFLAG : (EIC Offset: 0x02) (R/W 16) Non-Maskable Interrupt Flag Status and Clear -------- */</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="unionEIC__NMIFLAG__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="unionEIC__NMIFLAG__Type.html#ab5a19753495575fdd07220282f494e9a"> 108</a></span>&#160; uint16_t <a class="code" href="unionEIC__NMIFLAG__Type.html#ab5a19753495575fdd07220282f494e9a">NMI</a>:1; </div>
<div class="line"><a name="l00109"></a><span class="lineno"><a class="line" href="unionEIC__NMIFLAG__Type.html#aa97ccefed59a139ff0c5d930e63ea977"> 109</a></span>&#160; uint16_t :15; </div>
<div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="unionEIC__NMIFLAG__Type.html#aef1519a42d55c72e48d53a159f3ae160"> 110</a></span>&#160; } bit; </div>
<div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="unionEIC__NMIFLAG__Type.html#ac4dcec9d36b017e16ae8d46a5b990f80"> 111</a></span>&#160; uint16_t <a class="code" href="unionEIC__NMIFLAG__Type.html#ac4dcec9d36b017e16ae8d46a5b990f80">reg</a>; </div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160;} <a class="code" href="unionEIC__NMIFLAG__Type.html">EIC_NMIFLAG_Type</a>;</div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</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="l00114"></a><span class="lineno"> 114</span>&#160; </div>
<div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#aaf1e851a2bf7b57210d255b797305b5a"> 115</a></span>&#160;<span class="preprocessor">#define EIC_NMIFLAG_OFFSET 0x02 </span></div>
<div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#abdc3ee824c8c2631f56077b9eb4af6c0"> 116</a></span>&#160;<span class="preprocessor">#define EIC_NMIFLAG_RESETVALUE _U_(0x0000) </span></div>
<div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#ae75faeffe2957a80cbdacf5c0239e2af"> 118</a></span>&#160;<span class="preprocessor">#define EIC_NMIFLAG_NMI_Pos 0 </span></div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160;<span class="preprocessor">#define EIC_NMIFLAG_NMI (_U_(0x1) &lt;&lt; EIC_NMIFLAG_NMI_Pos)</span></div>
<div class="line"><a name="l00120"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a540d29cea93e30799215ac9a446bb8f9"> 120</a></span>&#160;<span class="preprocessor">#define EIC_NMIFLAG_MASK _U_(0x0001) </span></div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- EIC_SYNCBUSY : (EIC Offset: 0x04) (R/ 32) Synchronization Busy -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00124"></a><span class="lineno"><a class="line" href="unionEIC__SYNCBUSY__Type.html"> 124</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00126"></a><span class="lineno"><a class="line" href="unionEIC__SYNCBUSY__Type.html#a46996bbf17b6da1022603efc457a594b"> 126</a></span>&#160; uint32_t <a class="code" href="unionEIC__SYNCBUSY__Type.html#a46996bbf17b6da1022603efc457a594b">SWRST</a>:1; </div>
<div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="unionEIC__SYNCBUSY__Type.html#a4994ee58fd972b7f6c9831648d1e7501"> 127</a></span>&#160; uint32_t <a class="code" href="unionEIC__SYNCBUSY__Type.html#a4994ee58fd972b7f6c9831648d1e7501">ENABLE</a>:1; </div>
<div class="line"><a name="l00128"></a><span class="lineno"><a class="line" href="unionEIC__SYNCBUSY__Type.html#a09d8d869a0a64a90e399695494d67f6c"> 128</a></span>&#160; uint32_t :30; </div>
<div class="line"><a name="l00129"></a><span class="lineno"><a class="line" href="unionEIC__SYNCBUSY__Type.html#ae5f32a342ed66ea32f1092ff95f90ce3"> 129</a></span>&#160; } bit; </div>
<div class="line"><a name="l00130"></a><span class="lineno"><a class="line" href="unionEIC__SYNCBUSY__Type.html#a6ab5a7528d3685d28e27190c989c00ee"> 130</a></span>&#160; uint32_t <a class="code" href="unionEIC__SYNCBUSY__Type.html#a6ab5a7528d3685d28e27190c989c00ee">reg</a>; </div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160;} <a class="code" href="unionEIC__SYNCBUSY__Type.html">EIC_SYNCBUSY_Type</a>;</div>
<div class="line"><a name="l00132"></a><span class="lineno"> 132</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="l00133"></a><span class="lineno"> 133</span>&#160; </div>
<div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a6afc82df170c16a0de7830c246f58283"> 134</a></span>&#160;<span class="preprocessor">#define EIC_SYNCBUSY_OFFSET 0x04 </span></div>
<div class="line"><a name="l00135"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#ae3efd05adc4143a8591f22ae441c5cc4"> 135</a></span>&#160;<span class="preprocessor">#define EIC_SYNCBUSY_RESETVALUE _U_(0x00000000) </span></div>
<div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#aac50cf18f144db471cdcd45ba2c5604d"> 137</a></span>&#160;<span class="preprocessor">#define EIC_SYNCBUSY_SWRST_Pos 0 </span></div>
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160;<span class="preprocessor">#define EIC_SYNCBUSY_SWRST (_U_(0x1) &lt;&lt; EIC_SYNCBUSY_SWRST_Pos)</span></div>
<div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a81e1ca9fe8b4a63049445f836a13f0c7"> 139</a></span>&#160;<span class="preprocessor">#define EIC_SYNCBUSY_ENABLE_Pos 1 </span></div>
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160;<span class="preprocessor">#define EIC_SYNCBUSY_ENABLE (_U_(0x1) &lt;&lt; EIC_SYNCBUSY_ENABLE_Pos)</span></div>
<div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a568a8dccaced2d98cf62355f017f193d"> 141</a></span>&#160;<span class="preprocessor">#define EIC_SYNCBUSY_MASK _U_(0x00000003) </span></div>
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- EIC_EVCTRL : (EIC Offset: 0x08) (R/W 32) Event Control -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="unionEIC__EVCTRL__Type.html"> 145</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="unionEIC__EVCTRL__Type.html#ab15db25f954b71827332745025d44638"> 147</a></span>&#160; uint32_t <a class="code" href="unionEIC__EVCTRL__Type.html#ab15db25f954b71827332745025d44638">EXTINTEO</a>:16; </div>
<div class="line"><a name="l00148"></a><span class="lineno"><a class="line" href="unionEIC__EVCTRL__Type.html#a577015cb4888f5ce292d59378aed1fd2"> 148</a></span>&#160; uint32_t :16; </div>
<div class="line"><a name="l00149"></a><span class="lineno"><a class="line" href="unionEIC__EVCTRL__Type.html#aaa4c0f4fdbacddd05c6747b7f7e1d30e"> 149</a></span>&#160; } bit; </div>
<div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="unionEIC__EVCTRL__Type.html#acfc4e3cf2609368b640cc3463f4d2270"> 150</a></span>&#160; uint32_t <a class="code" href="unionEIC__EVCTRL__Type.html#acfc4e3cf2609368b640cc3463f4d2270">reg</a>; </div>
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160;} <a class="code" href="unionEIC__EVCTRL__Type.html">EIC_EVCTRL_Type</a>;</div>
<div class="line"><a name="l00152"></a><span class="lineno"> 152</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="l00153"></a><span class="lineno"> 153</span>&#160; </div>
<div class="line"><a name="l00154"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a1e9f53fbff309ef9b2ecfa6276b72f15"> 154</a></span>&#160;<span class="preprocessor">#define EIC_EVCTRL_OFFSET 0x08 </span></div>
<div class="line"><a name="l00155"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#aa55f28b19d883994bcd6ade4425eea0a"> 155</a></span>&#160;<span class="preprocessor">#define EIC_EVCTRL_RESETVALUE _U_(0x00000000) </span></div>
<div class="line"><a name="l00157"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#aed4eb850843b4dea239dd997ae81008a"> 157</a></span>&#160;<span class="preprocessor">#define EIC_EVCTRL_EXTINTEO_Pos 0 </span></div>
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>&#160;<span class="preprocessor">#define EIC_EVCTRL_EXTINTEO_Msk (_U_(0xFFFF) &lt;&lt; EIC_EVCTRL_EXTINTEO_Pos)</span></div>
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160;<span class="preprocessor">#define EIC_EVCTRL_EXTINTEO(value) (EIC_EVCTRL_EXTINTEO_Msk &amp; ((value) &lt;&lt; EIC_EVCTRL_EXTINTEO_Pos))</span></div>
<div class="line"><a name="l00160"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a613f01075fe9c2dd9dcc34c5dacfd6ed"> 160</a></span>&#160;<span class="preprocessor">#define EIC_EVCTRL_MASK _U_(0x0000FFFF) </span></div>
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- EIC_INTENCLR : (EIC Offset: 0x0C) (R/W 32) Interrupt Enable Clear -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00164"></a><span class="lineno"><a class="line" href="unionEIC__INTENCLR__Type.html"> 164</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="unionEIC__INTENCLR__Type.html#af6f08742ecc24c00428372ddf44f7271"> 166</a></span>&#160; uint32_t <a class="code" href="unionEIC__INTENCLR__Type.html#af6f08742ecc24c00428372ddf44f7271">EXTINT</a>:16; </div>
<div class="line"><a name="l00167"></a><span class="lineno"><a class="line" href="unionEIC__INTENCLR__Type.html#a5f6c5e13db90bf279670b89aaa6b9957"> 167</a></span>&#160; uint32_t :16; </div>
<div class="line"><a name="l00168"></a><span class="lineno"><a class="line" href="unionEIC__INTENCLR__Type.html#a96df25364b461cc1d08d4afdbf3475d0"> 168</a></span>&#160; } bit; </div>
<div class="line"><a name="l00169"></a><span class="lineno"><a class="line" href="unionEIC__INTENCLR__Type.html#a0e58903a7b1be711212a0cef600e271b"> 169</a></span>&#160; uint32_t <a class="code" href="unionEIC__INTENCLR__Type.html#a0e58903a7b1be711212a0cef600e271b">reg</a>; </div>
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160;} <a class="code" href="unionEIC__INTENCLR__Type.html">EIC_INTENCLR_Type</a>;</div>
<div class="line"><a name="l00171"></a><span class="lineno"> 171</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="l00172"></a><span class="lineno"> 172</span>&#160; </div>
<div class="line"><a name="l00173"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#af64517ce260f6884f881223efcd4fe66"> 173</a></span>&#160;<span class="preprocessor">#define EIC_INTENCLR_OFFSET 0x0C </span></div>
<div class="line"><a name="l00174"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#aa93fcdad643eb338a3f20268b85555f9"> 174</a></span>&#160;<span class="preprocessor">#define EIC_INTENCLR_RESETVALUE _U_(0x00000000) </span></div>
<div class="line"><a name="l00176"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a741348eb720fbcd5a997515060a08f79"> 176</a></span>&#160;<span class="preprocessor">#define EIC_INTENCLR_EXTINT_Pos 0 </span></div>
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>&#160;<span class="preprocessor">#define EIC_INTENCLR_EXTINT_Msk (_U_(0xFFFF) &lt;&lt; EIC_INTENCLR_EXTINT_Pos)</span></div>
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>&#160;<span class="preprocessor">#define EIC_INTENCLR_EXTINT(value) (EIC_INTENCLR_EXTINT_Msk &amp; ((value) &lt;&lt; EIC_INTENCLR_EXTINT_Pos))</span></div>
<div class="line"><a name="l00179"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#ac121def07c8b3d84e3d58470fa7e0a2a"> 179</a></span>&#160;<span class="preprocessor">#define EIC_INTENCLR_MASK _U_(0x0000FFFF) </span></div>
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- EIC_INTENSET : (EIC Offset: 0x10) (R/W 32) Interrupt Enable Set -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00183"></a><span class="lineno"><a class="line" href="unionEIC__INTENSET__Type.html"> 183</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00185"></a><span class="lineno"><a class="line" href="unionEIC__INTENSET__Type.html#a9b687b84a8227b91fb74474cf65b23e0"> 185</a></span>&#160; uint32_t <a class="code" href="unionEIC__INTENSET__Type.html#a9b687b84a8227b91fb74474cf65b23e0">EXTINT</a>:16; </div>
<div class="line"><a name="l00186"></a><span class="lineno"><a class="line" href="unionEIC__INTENSET__Type.html#a55d8d9a80bbdcbe6104e3fab01c946cb"> 186</a></span>&#160; uint32_t :16; </div>
<div class="line"><a name="l00187"></a><span class="lineno"><a class="line" href="unionEIC__INTENSET__Type.html#a405c6870881abe14b54537ea9d724783"> 187</a></span>&#160; } bit; </div>
<div class="line"><a name="l00188"></a><span class="lineno"><a class="line" href="unionEIC__INTENSET__Type.html#ae37fc1b9ed6acee3eba5484176ecebbf"> 188</a></span>&#160; uint32_t <a class="code" href="unionEIC__INTENSET__Type.html#ae37fc1b9ed6acee3eba5484176ecebbf">reg</a>; </div>
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>&#160;} <a class="code" href="unionEIC__INTENSET__Type.html">EIC_INTENSET_Type</a>;</div>
<div class="line"><a name="l00190"></a><span class="lineno"> 190</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="l00191"></a><span class="lineno"> 191</span>&#160; </div>
<div class="line"><a name="l00192"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a7544cf9b337e414ddccd4d849d263bc9"> 192</a></span>&#160;<span class="preprocessor">#define EIC_INTENSET_OFFSET 0x10 </span></div>
<div class="line"><a name="l00193"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#ae72659b00ea4c8017352485df071fff8"> 193</a></span>&#160;<span class="preprocessor">#define EIC_INTENSET_RESETVALUE _U_(0x00000000) </span></div>
<div class="line"><a name="l00195"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#afd6be1eb2fc6554616eb65915a12c245"> 195</a></span>&#160;<span class="preprocessor">#define EIC_INTENSET_EXTINT_Pos 0 </span></div>
<div class="line"><a name="l00196"></a><span class="lineno"> 196</span>&#160;<span class="preprocessor">#define EIC_INTENSET_EXTINT_Msk (_U_(0xFFFF) &lt;&lt; EIC_INTENSET_EXTINT_Pos)</span></div>
<div class="line"><a name="l00197"></a><span class="lineno"> 197</span>&#160;<span class="preprocessor">#define EIC_INTENSET_EXTINT(value) (EIC_INTENSET_EXTINT_Msk &amp; ((value) &lt;&lt; EIC_INTENSET_EXTINT_Pos))</span></div>
<div class="line"><a name="l00198"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a518b934f1f683eea112f810134e11386"> 198</a></span>&#160;<span class="preprocessor">#define EIC_INTENSET_MASK _U_(0x0000FFFF) </span></div>
<div class="line"><a name="l00200"></a><span class="lineno"> 200</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- EIC_INTFLAG : (EIC Offset: 0x14) (R/W 32) Interrupt Flag Status and Clear -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00201"></a><span class="lineno"> 201</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00202"></a><span class="lineno"><a class="line" href="unionEIC__INTFLAG__Type.html"> 202</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="l00203"></a><span class="lineno"> 203</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00204"></a><span class="lineno"><a class="line" href="unionEIC__INTFLAG__Type.html#a99a8ead36567d2fb8b18b546314e9382"> 204</a></span>&#160; __I uint32_t <a class="code" href="unionEIC__INTFLAG__Type.html#a99a8ead36567d2fb8b18b546314e9382">EXTINT</a>:16; </div>
<div class="line"><a name="l00205"></a><span class="lineno"><a class="line" href="unionEIC__INTFLAG__Type.html#a11afcf0c2051e6c52baaeb573b9d116a"> 205</a></span>&#160; __I <a class="code" href="unionEIC__INTFLAG__Type.html#a11afcf0c2051e6c52baaeb573b9d116a">uint32_t</a> :16; </div>
<div class="line"><a name="l00206"></a><span class="lineno"><a class="line" href="unionEIC__INTFLAG__Type.html#a4560388f10ec768c7d8be6ec5d61e42c"> 206</a></span>&#160; } bit; </div>
<div class="line"><a name="l00207"></a><span class="lineno"><a class="line" href="unionEIC__INTFLAG__Type.html#a85a80a7da36142adafb6e34e29029960"> 207</a></span>&#160; uint32_t <a class="code" href="unionEIC__INTFLAG__Type.html#a85a80a7da36142adafb6e34e29029960">reg</a>; </div>
<div class="line"><a name="l00208"></a><span class="lineno"> 208</span>&#160;} <a class="code" href="unionEIC__INTFLAG__Type.html">EIC_INTFLAG_Type</a>;</div>
<div class="line"><a name="l00209"></a><span class="lineno"> 209</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="l00210"></a><span class="lineno"> 210</span>&#160; </div>
<div class="line"><a name="l00211"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a4e51877a81710951770d2bd40145d6b7"> 211</a></span>&#160;<span class="preprocessor">#define EIC_INTFLAG_OFFSET 0x14 </span></div>
<div class="line"><a name="l00212"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a4672c235b09428fde9c98d6d844c09d9"> 212</a></span>&#160;<span class="preprocessor">#define EIC_INTFLAG_RESETVALUE _U_(0x00000000) </span></div>
<div class="line"><a name="l00214"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#adcbc791cf87b0cbd60e76f1958249501"> 214</a></span>&#160;<span class="preprocessor">#define EIC_INTFLAG_EXTINT_Pos 0 </span></div>
<div class="line"><a name="l00215"></a><span class="lineno"> 215</span>&#160;<span class="preprocessor">#define EIC_INTFLAG_EXTINT_Msk (_U_(0xFFFF) &lt;&lt; EIC_INTFLAG_EXTINT_Pos)</span></div>
<div class="line"><a name="l00216"></a><span class="lineno"> 216</span>&#160;<span class="preprocessor">#define EIC_INTFLAG_EXTINT(value) (EIC_INTFLAG_EXTINT_Msk &amp; ((value) &lt;&lt; EIC_INTFLAG_EXTINT_Pos))</span></div>
<div class="line"><a name="l00217"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a81b4c53bcfec0717a26cde921d364062"> 217</a></span>&#160;<span class="preprocessor">#define EIC_INTFLAG_MASK _U_(0x0000FFFF) </span></div>
<div class="line"><a name="l00219"></a><span class="lineno"> 219</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- EIC_ASYNCH : (EIC Offset: 0x18) (R/W 32) External Interrupt Asynchronous Mode -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00220"></a><span class="lineno"> 220</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00221"></a><span class="lineno"><a class="line" href="unionEIC__ASYNCH__Type.html"> 221</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00222"></a><span class="lineno"> 222</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00223"></a><span class="lineno"><a class="line" href="unionEIC__ASYNCH__Type.html#a7e2b0b689d3b75331e59fa2e05eb2946"> 223</a></span>&#160; uint32_t <a class="code" href="unionEIC__ASYNCH__Type.html#a7e2b0b689d3b75331e59fa2e05eb2946">ASYNCH</a>:16; </div>
<div class="line"><a name="l00224"></a><span class="lineno"><a class="line" href="unionEIC__ASYNCH__Type.html#aa7521e2b9d5e8077ef4bb926b68efcbe"> 224</a></span>&#160; uint32_t :16; </div>
<div class="line"><a name="l00225"></a><span class="lineno"><a class="line" href="unionEIC__ASYNCH__Type.html#a21f6536e8c013248b1ac2ca5d5f7c1ee"> 225</a></span>&#160; } bit; </div>
<div class="line"><a name="l00226"></a><span class="lineno"><a class="line" href="unionEIC__ASYNCH__Type.html#afe97ecc51ace3e8f212ee9e1e62c3303"> 226</a></span>&#160; uint32_t <a class="code" href="unionEIC__ASYNCH__Type.html#afe97ecc51ace3e8f212ee9e1e62c3303">reg</a>; </div>
<div class="line"><a name="l00227"></a><span class="lineno"> 227</span>&#160;} <a class="code" href="unionEIC__ASYNCH__Type.html">EIC_ASYNCH_Type</a>;</div>
<div class="line"><a name="l00228"></a><span class="lineno"> 228</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="l00229"></a><span class="lineno"> 229</span>&#160; </div>
<div class="line"><a name="l00230"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a685977df4671b3e2e96cfd96f49d9c4f"> 230</a></span>&#160;<span class="preprocessor">#define EIC_ASYNCH_OFFSET 0x18 </span></div>
<div class="line"><a name="l00231"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a9cff1f3057ba9b7fc6660128c1dff15d"> 231</a></span>&#160;<span class="preprocessor">#define EIC_ASYNCH_RESETVALUE _U_(0x00000000) </span></div>
<div class="line"><a name="l00233"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a7f83768aa55abe8d2d64a4335d7129f0"> 233</a></span>&#160;<span class="preprocessor">#define EIC_ASYNCH_ASYNCH_Pos 0 </span></div>
<div class="line"><a name="l00234"></a><span class="lineno"> 234</span>&#160;<span class="preprocessor">#define EIC_ASYNCH_ASYNCH_Msk (_U_(0xFFFF) &lt;&lt; EIC_ASYNCH_ASYNCH_Pos)</span></div>
<div class="line"><a name="l00235"></a><span class="lineno"> 235</span>&#160;<span class="preprocessor">#define EIC_ASYNCH_ASYNCH(value) (EIC_ASYNCH_ASYNCH_Msk &amp; ((value) &lt;&lt; EIC_ASYNCH_ASYNCH_Pos))</span></div>
<div class="line"><a name="l00236"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#ac0b909c2fc1df3e197bcddc996d39d78"> 236</a></span>&#160;<span class="preprocessor">#define EIC_ASYNCH_MASK _U_(0x0000FFFF) </span></div>
<div class="line"><a name="l00238"></a><span class="lineno"> 238</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- EIC_CONFIG : (EIC Offset: 0x1C) (R/W 32) External Interrupt Sense Configuration -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00239"></a><span class="lineno"> 239</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00240"></a><span class="lineno"><a class="line" href="unionEIC__CONFIG__Type.html"> 240</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00241"></a><span class="lineno"> 241</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00242"></a><span class="lineno"><a class="line" href="unionEIC__CONFIG__Type.html#acbc67865205a6f51d836bd1c960df40c"> 242</a></span>&#160; uint32_t <a class="code" href="unionEIC__CONFIG__Type.html#acbc67865205a6f51d836bd1c960df40c">SENSE0</a>:3; </div>
<div class="line"><a name="l00243"></a><span class="lineno"><a class="line" href="unionEIC__CONFIG__Type.html#a2b015cff268d4e52be4e188543c5d770"> 243</a></span>&#160; uint32_t <a class="code" href="unionEIC__CONFIG__Type.html#a2b015cff268d4e52be4e188543c5d770">FILTEN0</a>:1; </div>
<div class="line"><a name="l00244"></a><span class="lineno"><a class="line" href="unionEIC__CONFIG__Type.html#a3cfd504b9379af7e18843f39479ece0d"> 244</a></span>&#160; uint32_t <a class="code" href="unionEIC__CONFIG__Type.html#a3cfd504b9379af7e18843f39479ece0d">SENSE1</a>:3; </div>
<div class="line"><a name="l00245"></a><span class="lineno"><a class="line" href="unionEIC__CONFIG__Type.html#afa6acfc8ed18f9ef3672752e5046af16"> 245</a></span>&#160; uint32_t <a class="code" href="unionEIC__CONFIG__Type.html#afa6acfc8ed18f9ef3672752e5046af16">FILTEN1</a>:1; </div>
<div class="line"><a name="l00246"></a><span class="lineno"><a class="line" href="unionEIC__CONFIG__Type.html#a334f31fc227f0b432ce2fd92d083713f"> 246</a></span>&#160; uint32_t <a class="code" href="unionEIC__CONFIG__Type.html#a334f31fc227f0b432ce2fd92d083713f">SENSE2</a>:3; </div>
<div class="line"><a name="l00247"></a><span class="lineno"><a class="line" href="unionEIC__CONFIG__Type.html#ad5d18c5a022deec20e80760fb13482ca"> 247</a></span>&#160; uint32_t <a class="code" href="unionEIC__CONFIG__Type.html#ad5d18c5a022deec20e80760fb13482ca">FILTEN2</a>:1; </div>
<div class="line"><a name="l00248"></a><span class="lineno"><a class="line" href="unionEIC__CONFIG__Type.html#a5fdad03cc428ee8f4d24dc1a632640f3"> 248</a></span>&#160; uint32_t <a class="code" href="unionEIC__CONFIG__Type.html#a5fdad03cc428ee8f4d24dc1a632640f3">SENSE3</a>:3; </div>
<div class="line"><a name="l00249"></a><span class="lineno"><a class="line" href="unionEIC__CONFIG__Type.html#a1347bd86400d8ef70b06dfdb0a6436c8"> 249</a></span>&#160; uint32_t <a class="code" href="unionEIC__CONFIG__Type.html#a1347bd86400d8ef70b06dfdb0a6436c8">FILTEN3</a>:1; </div>
<div class="line"><a name="l00250"></a><span class="lineno"><a class="line" href="unionEIC__CONFIG__Type.html#a6522e13a247849d29dd7e37e1ef2e373"> 250</a></span>&#160; uint32_t <a class="code" href="unionEIC__CONFIG__Type.html#a6522e13a247849d29dd7e37e1ef2e373">SENSE4</a>:3; </div>
<div class="line"><a name="l00251"></a><span class="lineno"><a class="line" href="unionEIC__CONFIG__Type.html#a159a1e94e7994980bd2b663bfc8e4030"> 251</a></span>&#160; uint32_t <a class="code" href="unionEIC__CONFIG__Type.html#a159a1e94e7994980bd2b663bfc8e4030">FILTEN4</a>:1; </div>
<div class="line"><a name="l00252"></a><span class="lineno"><a class="line" href="unionEIC__CONFIG__Type.html#aba87301de4a9a7fb10adeb5c09c22289"> 252</a></span>&#160; uint32_t <a class="code" href="unionEIC__CONFIG__Type.html#aba87301de4a9a7fb10adeb5c09c22289">SENSE5</a>:3; </div>
<div class="line"><a name="l00253"></a><span class="lineno"><a class="line" href="unionEIC__CONFIG__Type.html#a6d3559efac112cf59cc5695483753485"> 253</a></span>&#160; uint32_t <a class="code" href="unionEIC__CONFIG__Type.html#a6d3559efac112cf59cc5695483753485">FILTEN5</a>:1; </div>
<div class="line"><a name="l00254"></a><span class="lineno"><a class="line" href="unionEIC__CONFIG__Type.html#a812c1a8803b48e6e3172a28713af0b25"> 254</a></span>&#160; uint32_t <a class="code" href="unionEIC__CONFIG__Type.html#a812c1a8803b48e6e3172a28713af0b25">SENSE6</a>:3; </div>
<div class="line"><a name="l00255"></a><span class="lineno"><a class="line" href="unionEIC__CONFIG__Type.html#acd78ffeb414c4774665845290f19aef1"> 255</a></span>&#160; uint32_t <a class="code" href="unionEIC__CONFIG__Type.html#acd78ffeb414c4774665845290f19aef1">FILTEN6</a>:1; </div>
<div class="line"><a name="l00256"></a><span class="lineno"><a class="line" href="unionEIC__CONFIG__Type.html#af02690b8633eb21f70ea3c5359cbb920"> 256</a></span>&#160; uint32_t <a class="code" href="unionEIC__CONFIG__Type.html#af02690b8633eb21f70ea3c5359cbb920">SENSE7</a>:3; </div>
<div class="line"><a name="l00257"></a><span class="lineno"><a class="line" href="unionEIC__CONFIG__Type.html#a7612b772fb96ced4f69c842b1d0591ce"> 257</a></span>&#160; uint32_t <a class="code" href="unionEIC__CONFIG__Type.html#a7612b772fb96ced4f69c842b1d0591ce">FILTEN7</a>:1; </div>
<div class="line"><a name="l00258"></a><span class="lineno"><a class="line" href="unionEIC__CONFIG__Type.html#a9f8a90598af2904298a8f8d3da1fb9e1"> 258</a></span>&#160; } bit; </div>
<div class="line"><a name="l00259"></a><span class="lineno"><a class="line" href="unionEIC__CONFIG__Type.html#ae85f78df9f8cf8a42952b7111254c5a7"> 259</a></span>&#160; uint32_t <a class="code" href="unionEIC__CONFIG__Type.html#ae85f78df9f8cf8a42952b7111254c5a7">reg</a>; </div>
<div class="line"><a name="l00260"></a><span class="lineno"> 260</span>&#160;} <a class="code" href="unionEIC__CONFIG__Type.html">EIC_CONFIG_Type</a>;</div>
<div class="line"><a name="l00261"></a><span class="lineno"> 261</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="l00262"></a><span class="lineno"> 262</span>&#160; </div>
<div class="line"><a name="l00263"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a35ff22e6265c54180a3967466b95361a"> 263</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_OFFSET 0x1C </span></div>
<div class="line"><a name="l00264"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#afa5a8efe9b088c3ef448f32bf86d537d"> 264</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_RESETVALUE _U_(0x00000000) </span></div>
<div class="line"><a name="l00266"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a9a191a13be42b2e0283c890d9302f461"> 266</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE0_Pos 0 </span></div>
<div class="line"><a name="l00267"></a><span class="lineno"> 267</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE0_Msk (_U_(0x7) &lt;&lt; EIC_CONFIG_SENSE0_Pos)</span></div>
<div class="line"><a name="l00268"></a><span class="lineno"> 268</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE0(value) (EIC_CONFIG_SENSE0_Msk &amp; ((value) &lt;&lt; EIC_CONFIG_SENSE0_Pos))</span></div>
<div class="line"><a name="l00269"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a986d4e3fc22b167f6eb21a178ff4c45e"> 269</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE0_NONE_Val _U_(0x0) </span></div>
<div class="line"><a name="l00270"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#adf381990c5471ceec041a27a028a51be"> 270</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE0_RISE_Val _U_(0x1) </span></div>
<div class="line"><a name="l00271"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a7fb62a57d10876d7cc1f6e22992c469d"> 271</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE0_FALL_Val _U_(0x2) </span></div>
<div class="line"><a name="l00272"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#ac0808674223b5a4fe5e7d1e24c1499a3"> 272</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE0_BOTH_Val _U_(0x3) </span></div>
<div class="line"><a name="l00273"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#add8658a97c85968dea3f8bdcceabca94"> 273</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE0_HIGH_Val _U_(0x4) </span></div>
<div class="line"><a name="l00274"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#ad578c3896d5b3cdc4631cba1a6f3f8e2"> 274</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE0_LOW_Val _U_(0x5) </span></div>
<div class="line"><a name="l00275"></a><span class="lineno"> 275</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE0_NONE (EIC_CONFIG_SENSE0_NONE_Val &lt;&lt; EIC_CONFIG_SENSE0_Pos)</span></div>
<div class="line"><a name="l00276"></a><span class="lineno"> 276</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE0_RISE (EIC_CONFIG_SENSE0_RISE_Val &lt;&lt; EIC_CONFIG_SENSE0_Pos)</span></div>
<div class="line"><a name="l00277"></a><span class="lineno"> 277</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE0_FALL (EIC_CONFIG_SENSE0_FALL_Val &lt;&lt; EIC_CONFIG_SENSE0_Pos)</span></div>
<div class="line"><a name="l00278"></a><span class="lineno"> 278</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE0_BOTH (EIC_CONFIG_SENSE0_BOTH_Val &lt;&lt; EIC_CONFIG_SENSE0_Pos)</span></div>
<div class="line"><a name="l00279"></a><span class="lineno"> 279</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE0_HIGH (EIC_CONFIG_SENSE0_HIGH_Val &lt;&lt; EIC_CONFIG_SENSE0_Pos)</span></div>
<div class="line"><a name="l00280"></a><span class="lineno"> 280</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE0_LOW (EIC_CONFIG_SENSE0_LOW_Val &lt;&lt; EIC_CONFIG_SENSE0_Pos)</span></div>
<div class="line"><a name="l00281"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#aa17527a9aab80477ff20ed73d2d7177a"> 281</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_FILTEN0_Pos 3 </span></div>
<div class="line"><a name="l00282"></a><span class="lineno"> 282</span>&#160;<span class="preprocessor">#define EIC_CONFIG_FILTEN0 (_U_(0x1) &lt;&lt; EIC_CONFIG_FILTEN0_Pos)</span></div>
<div class="line"><a name="l00283"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#ab34794f88d0b20fa2792afe7fecd7fc1"> 283</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE1_Pos 4 </span></div>
<div class="line"><a name="l00284"></a><span class="lineno"> 284</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE1_Msk (_U_(0x7) &lt;&lt; EIC_CONFIG_SENSE1_Pos)</span></div>
<div class="line"><a name="l00285"></a><span class="lineno"> 285</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE1(value) (EIC_CONFIG_SENSE1_Msk &amp; ((value) &lt;&lt; EIC_CONFIG_SENSE1_Pos))</span></div>
<div class="line"><a name="l00286"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a2dd12fe5d69cac11eb3b807a1ba2972a"> 286</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE1_NONE_Val _U_(0x0) </span></div>
<div class="line"><a name="l00287"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a390eb7bfde2edc0c8f7c2aecc55f2f11"> 287</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE1_RISE_Val _U_(0x1) </span></div>
<div class="line"><a name="l00288"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a0ca6a376817490cb3ef82906ffe21923"> 288</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE1_FALL_Val _U_(0x2) </span></div>
<div class="line"><a name="l00289"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#abb0c4499b66df5612c61697749c38f6f"> 289</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE1_BOTH_Val _U_(0x3) </span></div>
<div class="line"><a name="l00290"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#ad9d6fe0929c266f663d7fb7b05296098"> 290</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE1_HIGH_Val _U_(0x4) </span></div>
<div class="line"><a name="l00291"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#aece415d353240e8ee175072f6a5224cd"> 291</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE1_LOW_Val _U_(0x5) </span></div>
<div class="line"><a name="l00292"></a><span class="lineno"> 292</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE1_NONE (EIC_CONFIG_SENSE1_NONE_Val &lt;&lt; EIC_CONFIG_SENSE1_Pos)</span></div>
<div class="line"><a name="l00293"></a><span class="lineno"> 293</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE1_RISE (EIC_CONFIG_SENSE1_RISE_Val &lt;&lt; EIC_CONFIG_SENSE1_Pos)</span></div>
<div class="line"><a name="l00294"></a><span class="lineno"> 294</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE1_FALL (EIC_CONFIG_SENSE1_FALL_Val &lt;&lt; EIC_CONFIG_SENSE1_Pos)</span></div>
<div class="line"><a name="l00295"></a><span class="lineno"> 295</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE1_BOTH (EIC_CONFIG_SENSE1_BOTH_Val &lt;&lt; EIC_CONFIG_SENSE1_Pos)</span></div>
<div class="line"><a name="l00296"></a><span class="lineno"> 296</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE1_HIGH (EIC_CONFIG_SENSE1_HIGH_Val &lt;&lt; EIC_CONFIG_SENSE1_Pos)</span></div>
<div class="line"><a name="l00297"></a><span class="lineno"> 297</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE1_LOW (EIC_CONFIG_SENSE1_LOW_Val &lt;&lt; EIC_CONFIG_SENSE1_Pos)</span></div>
<div class="line"><a name="l00298"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a930f7f68f458eb61711fcad9b7b0e33d"> 298</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_FILTEN1_Pos 7 </span></div>
<div class="line"><a name="l00299"></a><span class="lineno"> 299</span>&#160;<span class="preprocessor">#define EIC_CONFIG_FILTEN1 (_U_(0x1) &lt;&lt; EIC_CONFIG_FILTEN1_Pos)</span></div>
<div class="line"><a name="l00300"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#af67e9a2938eae7c6f9f4d19c405e243f"> 300</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE2_Pos 8 </span></div>
<div class="line"><a name="l00301"></a><span class="lineno"> 301</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE2_Msk (_U_(0x7) &lt;&lt; EIC_CONFIG_SENSE2_Pos)</span></div>
<div class="line"><a name="l00302"></a><span class="lineno"> 302</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE2(value) (EIC_CONFIG_SENSE2_Msk &amp; ((value) &lt;&lt; EIC_CONFIG_SENSE2_Pos))</span></div>
<div class="line"><a name="l00303"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a89231a2e48fe64b47ec85f545280b7df"> 303</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE2_NONE_Val _U_(0x0) </span></div>
<div class="line"><a name="l00304"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a4c6f24459946c4c716e15f887cf91732"> 304</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE2_RISE_Val _U_(0x1) </span></div>
<div class="line"><a name="l00305"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a2f603343d04d42dfa3c238016be954b5"> 305</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE2_FALL_Val _U_(0x2) </span></div>
<div class="line"><a name="l00306"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a7809a27e221937b35d9e6b969a3771fb"> 306</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE2_BOTH_Val _U_(0x3) </span></div>
<div class="line"><a name="l00307"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a949642d01c96957d1e5f9279d3b48c2c"> 307</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE2_HIGH_Val _U_(0x4) </span></div>
<div class="line"><a name="l00308"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a475f78069ac4ecbb6c2115497fa686f0"> 308</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE2_LOW_Val _U_(0x5) </span></div>
<div class="line"><a name="l00309"></a><span class="lineno"> 309</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE2_NONE (EIC_CONFIG_SENSE2_NONE_Val &lt;&lt; EIC_CONFIG_SENSE2_Pos)</span></div>
<div class="line"><a name="l00310"></a><span class="lineno"> 310</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE2_RISE (EIC_CONFIG_SENSE2_RISE_Val &lt;&lt; EIC_CONFIG_SENSE2_Pos)</span></div>
<div class="line"><a name="l00311"></a><span class="lineno"> 311</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE2_FALL (EIC_CONFIG_SENSE2_FALL_Val &lt;&lt; EIC_CONFIG_SENSE2_Pos)</span></div>
<div class="line"><a name="l00312"></a><span class="lineno"> 312</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE2_BOTH (EIC_CONFIG_SENSE2_BOTH_Val &lt;&lt; EIC_CONFIG_SENSE2_Pos)</span></div>
<div class="line"><a name="l00313"></a><span class="lineno"> 313</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE2_HIGH (EIC_CONFIG_SENSE2_HIGH_Val &lt;&lt; EIC_CONFIG_SENSE2_Pos)</span></div>
<div class="line"><a name="l00314"></a><span class="lineno"> 314</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE2_LOW (EIC_CONFIG_SENSE2_LOW_Val &lt;&lt; EIC_CONFIG_SENSE2_Pos)</span></div>
<div class="line"><a name="l00315"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a54e72c526cf4c31edf453b7f50618043"> 315</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_FILTEN2_Pos 11 </span></div>
<div class="line"><a name="l00316"></a><span class="lineno"> 316</span>&#160;<span class="preprocessor">#define EIC_CONFIG_FILTEN2 (_U_(0x1) &lt;&lt; EIC_CONFIG_FILTEN2_Pos)</span></div>
<div class="line"><a name="l00317"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a831aeaf54a89c732e999bddee6ad0cbf"> 317</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE3_Pos 12 </span></div>
<div class="line"><a name="l00318"></a><span class="lineno"> 318</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE3_Msk (_U_(0x7) &lt;&lt; EIC_CONFIG_SENSE3_Pos)</span></div>
<div class="line"><a name="l00319"></a><span class="lineno"> 319</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE3(value) (EIC_CONFIG_SENSE3_Msk &amp; ((value) &lt;&lt; EIC_CONFIG_SENSE3_Pos))</span></div>
<div class="line"><a name="l00320"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#ae6cb4f8bb0afd3fd2c89dad8d552ec1f"> 320</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE3_NONE_Val _U_(0x0) </span></div>
<div class="line"><a name="l00321"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#ae1f57c9ebb1706bb46bc77ef24f56a81"> 321</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE3_RISE_Val _U_(0x1) </span></div>
<div class="line"><a name="l00322"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#af4c91968458631be4fa57f3c0c15404c"> 322</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE3_FALL_Val _U_(0x2) </span></div>
<div class="line"><a name="l00323"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#aa8713c71e12ac27aed9182636e488bc6"> 323</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE3_BOTH_Val _U_(0x3) </span></div>
<div class="line"><a name="l00324"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#ac73c1ef1256ac37c4a05f3f3437ca87d"> 324</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE3_HIGH_Val _U_(0x4) </span></div>
<div class="line"><a name="l00325"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#acd770ca16cc8b9bd76408b1ab7391ff5"> 325</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE3_LOW_Val _U_(0x5) </span></div>
<div class="line"><a name="l00326"></a><span class="lineno"> 326</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE3_NONE (EIC_CONFIG_SENSE3_NONE_Val &lt;&lt; EIC_CONFIG_SENSE3_Pos)</span></div>
<div class="line"><a name="l00327"></a><span class="lineno"> 327</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE3_RISE (EIC_CONFIG_SENSE3_RISE_Val &lt;&lt; EIC_CONFIG_SENSE3_Pos)</span></div>
<div class="line"><a name="l00328"></a><span class="lineno"> 328</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE3_FALL (EIC_CONFIG_SENSE3_FALL_Val &lt;&lt; EIC_CONFIG_SENSE3_Pos)</span></div>
<div class="line"><a name="l00329"></a><span class="lineno"> 329</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE3_BOTH (EIC_CONFIG_SENSE3_BOTH_Val &lt;&lt; EIC_CONFIG_SENSE3_Pos)</span></div>
<div class="line"><a name="l00330"></a><span class="lineno"> 330</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE3_HIGH (EIC_CONFIG_SENSE3_HIGH_Val &lt;&lt; EIC_CONFIG_SENSE3_Pos)</span></div>
<div class="line"><a name="l00331"></a><span class="lineno"> 331</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE3_LOW (EIC_CONFIG_SENSE3_LOW_Val &lt;&lt; EIC_CONFIG_SENSE3_Pos)</span></div>
<div class="line"><a name="l00332"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#af8ffa2628676573b96658108f610e95e"> 332</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_FILTEN3_Pos 15 </span></div>
<div class="line"><a name="l00333"></a><span class="lineno"> 333</span>&#160;<span class="preprocessor">#define EIC_CONFIG_FILTEN3 (_U_(0x1) &lt;&lt; EIC_CONFIG_FILTEN3_Pos)</span></div>
<div class="line"><a name="l00334"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#ad23c76b1fbf7d30fa3aa738a38c453c3"> 334</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE4_Pos 16 </span></div>
<div class="line"><a name="l00335"></a><span class="lineno"> 335</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE4_Msk (_U_(0x7) &lt;&lt; EIC_CONFIG_SENSE4_Pos)</span></div>
<div class="line"><a name="l00336"></a><span class="lineno"> 336</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE4(value) (EIC_CONFIG_SENSE4_Msk &amp; ((value) &lt;&lt; EIC_CONFIG_SENSE4_Pos))</span></div>
<div class="line"><a name="l00337"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a4317fae5e621e618c7e7bdf654a1b2b0"> 337</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE4_NONE_Val _U_(0x0) </span></div>
<div class="line"><a name="l00338"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#aad52f78c0fc34ba713282c4f2cb52965"> 338</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE4_RISE_Val _U_(0x1) </span></div>
<div class="line"><a name="l00339"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a4fe8ad8e7d22ba42d070d9108213d907"> 339</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE4_FALL_Val _U_(0x2) </span></div>
<div class="line"><a name="l00340"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a90038bdcd72cf77acd74f46032eb292c"> 340</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE4_BOTH_Val _U_(0x3) </span></div>
<div class="line"><a name="l00341"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#af61da74ee963e779f81a0fa2f81e9c75"> 341</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE4_HIGH_Val _U_(0x4) </span></div>
<div class="line"><a name="l00342"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a92370d05cd0d822893f57ecf0ff7a2a5"> 342</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE4_LOW_Val _U_(0x5) </span></div>
<div class="line"><a name="l00343"></a><span class="lineno"> 343</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE4_NONE (EIC_CONFIG_SENSE4_NONE_Val &lt;&lt; EIC_CONFIG_SENSE4_Pos)</span></div>
<div class="line"><a name="l00344"></a><span class="lineno"> 344</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE4_RISE (EIC_CONFIG_SENSE4_RISE_Val &lt;&lt; EIC_CONFIG_SENSE4_Pos)</span></div>
<div class="line"><a name="l00345"></a><span class="lineno"> 345</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE4_FALL (EIC_CONFIG_SENSE4_FALL_Val &lt;&lt; EIC_CONFIG_SENSE4_Pos)</span></div>
<div class="line"><a name="l00346"></a><span class="lineno"> 346</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE4_BOTH (EIC_CONFIG_SENSE4_BOTH_Val &lt;&lt; EIC_CONFIG_SENSE4_Pos)</span></div>
<div class="line"><a name="l00347"></a><span class="lineno"> 347</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE4_HIGH (EIC_CONFIG_SENSE4_HIGH_Val &lt;&lt; EIC_CONFIG_SENSE4_Pos)</span></div>
<div class="line"><a name="l00348"></a><span class="lineno"> 348</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE4_LOW (EIC_CONFIG_SENSE4_LOW_Val &lt;&lt; EIC_CONFIG_SENSE4_Pos)</span></div>
<div class="line"><a name="l00349"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a96cc4d08e7114ef41793a0323c1890fc"> 349</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_FILTEN4_Pos 19 </span></div>
<div class="line"><a name="l00350"></a><span class="lineno"> 350</span>&#160;<span class="preprocessor">#define EIC_CONFIG_FILTEN4 (_U_(0x1) &lt;&lt; EIC_CONFIG_FILTEN4_Pos)</span></div>
<div class="line"><a name="l00351"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#ace7caae074bf08e88805b591c626fb7f"> 351</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE5_Pos 20 </span></div>
<div class="line"><a name="l00352"></a><span class="lineno"> 352</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE5_Msk (_U_(0x7) &lt;&lt; EIC_CONFIG_SENSE5_Pos)</span></div>
<div class="line"><a name="l00353"></a><span class="lineno"> 353</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE5(value) (EIC_CONFIG_SENSE5_Msk &amp; ((value) &lt;&lt; EIC_CONFIG_SENSE5_Pos))</span></div>
<div class="line"><a name="l00354"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a1f73b11cdad345f444d6267c016e7d06"> 354</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE5_NONE_Val _U_(0x0) </span></div>
<div class="line"><a name="l00355"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#aa79135e0c433132db7b3df88472fda74"> 355</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE5_RISE_Val _U_(0x1) </span></div>
<div class="line"><a name="l00356"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a2f575e054321eef78315a123006b62dc"> 356</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE5_FALL_Val _U_(0x2) </span></div>
<div class="line"><a name="l00357"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a020047d3418afa7b60b72bfc4872bfb0"> 357</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE5_BOTH_Val _U_(0x3) </span></div>
<div class="line"><a name="l00358"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#afc521f838a152ea846c8ba29d2d7e578"> 358</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE5_HIGH_Val _U_(0x4) </span></div>
<div class="line"><a name="l00359"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a4a2958b65315240e85c9bf06c9c92305"> 359</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE5_LOW_Val _U_(0x5) </span></div>
<div class="line"><a name="l00360"></a><span class="lineno"> 360</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE5_NONE (EIC_CONFIG_SENSE5_NONE_Val &lt;&lt; EIC_CONFIG_SENSE5_Pos)</span></div>
<div class="line"><a name="l00361"></a><span class="lineno"> 361</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE5_RISE (EIC_CONFIG_SENSE5_RISE_Val &lt;&lt; EIC_CONFIG_SENSE5_Pos)</span></div>
<div class="line"><a name="l00362"></a><span class="lineno"> 362</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE5_FALL (EIC_CONFIG_SENSE5_FALL_Val &lt;&lt; EIC_CONFIG_SENSE5_Pos)</span></div>
<div class="line"><a name="l00363"></a><span class="lineno"> 363</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE5_BOTH (EIC_CONFIG_SENSE5_BOTH_Val &lt;&lt; EIC_CONFIG_SENSE5_Pos)</span></div>
<div class="line"><a name="l00364"></a><span class="lineno"> 364</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE5_HIGH (EIC_CONFIG_SENSE5_HIGH_Val &lt;&lt; EIC_CONFIG_SENSE5_Pos)</span></div>
<div class="line"><a name="l00365"></a><span class="lineno"> 365</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE5_LOW (EIC_CONFIG_SENSE5_LOW_Val &lt;&lt; EIC_CONFIG_SENSE5_Pos)</span></div>
<div class="line"><a name="l00366"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#ab3c6837a90614cf79a4d0feece41fdd6"> 366</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_FILTEN5_Pos 23 </span></div>
<div class="line"><a name="l00367"></a><span class="lineno"> 367</span>&#160;<span class="preprocessor">#define EIC_CONFIG_FILTEN5 (_U_(0x1) &lt;&lt; EIC_CONFIG_FILTEN5_Pos)</span></div>
<div class="line"><a name="l00368"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a17d194da98be0777ff750650293d386d"> 368</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE6_Pos 24 </span></div>
<div class="line"><a name="l00369"></a><span class="lineno"> 369</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE6_Msk (_U_(0x7) &lt;&lt; EIC_CONFIG_SENSE6_Pos)</span></div>
<div class="line"><a name="l00370"></a><span class="lineno"> 370</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE6(value) (EIC_CONFIG_SENSE6_Msk &amp; ((value) &lt;&lt; EIC_CONFIG_SENSE6_Pos))</span></div>
<div class="line"><a name="l00371"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a9c966fa77b4176c92e747e52084cfbd8"> 371</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE6_NONE_Val _U_(0x0) </span></div>
<div class="line"><a name="l00372"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a6a5001e8379757251033150764c6dcba"> 372</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE6_RISE_Val _U_(0x1) </span></div>
<div class="line"><a name="l00373"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#aa3b18a5b6647f583a1b276ad9b5aa4d6"> 373</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE6_FALL_Val _U_(0x2) </span></div>
<div class="line"><a name="l00374"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a30183c55bdd242f2e73f8e9510c3208a"> 374</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE6_BOTH_Val _U_(0x3) </span></div>
<div class="line"><a name="l00375"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a308809e49e6d8ddd024e96f22f1cf72c"> 375</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE6_HIGH_Val _U_(0x4) </span></div>
<div class="line"><a name="l00376"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a3df3d29ae144b0c1d5b95a4f898fb78d"> 376</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE6_LOW_Val _U_(0x5) </span></div>
<div class="line"><a name="l00377"></a><span class="lineno"> 377</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE6_NONE (EIC_CONFIG_SENSE6_NONE_Val &lt;&lt; EIC_CONFIG_SENSE6_Pos)</span></div>
<div class="line"><a name="l00378"></a><span class="lineno"> 378</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE6_RISE (EIC_CONFIG_SENSE6_RISE_Val &lt;&lt; EIC_CONFIG_SENSE6_Pos)</span></div>
<div class="line"><a name="l00379"></a><span class="lineno"> 379</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE6_FALL (EIC_CONFIG_SENSE6_FALL_Val &lt;&lt; EIC_CONFIG_SENSE6_Pos)</span></div>
<div class="line"><a name="l00380"></a><span class="lineno"> 380</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE6_BOTH (EIC_CONFIG_SENSE6_BOTH_Val &lt;&lt; EIC_CONFIG_SENSE6_Pos)</span></div>
<div class="line"><a name="l00381"></a><span class="lineno"> 381</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE6_HIGH (EIC_CONFIG_SENSE6_HIGH_Val &lt;&lt; EIC_CONFIG_SENSE6_Pos)</span></div>
<div class="line"><a name="l00382"></a><span class="lineno"> 382</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE6_LOW (EIC_CONFIG_SENSE6_LOW_Val &lt;&lt; EIC_CONFIG_SENSE6_Pos)</span></div>
<div class="line"><a name="l00383"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a1138acbe8b4dedc40a413a58ec7b2c57"> 383</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_FILTEN6_Pos 27 </span></div>
<div class="line"><a name="l00384"></a><span class="lineno"> 384</span>&#160;<span class="preprocessor">#define EIC_CONFIG_FILTEN6 (_U_(0x1) &lt;&lt; EIC_CONFIG_FILTEN6_Pos)</span></div>
<div class="line"><a name="l00385"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a19583c715708b15f578f5cc2a8f394fc"> 385</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE7_Pos 28 </span></div>
<div class="line"><a name="l00386"></a><span class="lineno"> 386</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE7_Msk (_U_(0x7) &lt;&lt; EIC_CONFIG_SENSE7_Pos)</span></div>
<div class="line"><a name="l00387"></a><span class="lineno"> 387</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE7(value) (EIC_CONFIG_SENSE7_Msk &amp; ((value) &lt;&lt; EIC_CONFIG_SENSE7_Pos))</span></div>
<div class="line"><a name="l00388"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#ad238f5412dacf421dc698fbb1e6be2f2"> 388</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE7_NONE_Val _U_(0x0) </span></div>
<div class="line"><a name="l00389"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a84e2898643261f390c3f329d59357cb6"> 389</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE7_RISE_Val _U_(0x1) </span></div>
<div class="line"><a name="l00390"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a456906de38943b836b26294cd9735251"> 390</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE7_FALL_Val _U_(0x2) </span></div>
<div class="line"><a name="l00391"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a461a0f4bd20a83b7c935ba3fb4e640ac"> 391</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE7_BOTH_Val _U_(0x3) </span></div>
<div class="line"><a name="l00392"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a90352dd0ca9acbd823c87862d2046489"> 392</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE7_HIGH_Val _U_(0x4) </span></div>
<div class="line"><a name="l00393"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a090c5aaf967e49c1634a02bae7799fa6"> 393</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE7_LOW_Val _U_(0x5) </span></div>
<div class="line"><a name="l00394"></a><span class="lineno"> 394</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE7_NONE (EIC_CONFIG_SENSE7_NONE_Val &lt;&lt; EIC_CONFIG_SENSE7_Pos)</span></div>
<div class="line"><a name="l00395"></a><span class="lineno"> 395</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE7_RISE (EIC_CONFIG_SENSE7_RISE_Val &lt;&lt; EIC_CONFIG_SENSE7_Pos)</span></div>
<div class="line"><a name="l00396"></a><span class="lineno"> 396</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE7_FALL (EIC_CONFIG_SENSE7_FALL_Val &lt;&lt; EIC_CONFIG_SENSE7_Pos)</span></div>
<div class="line"><a name="l00397"></a><span class="lineno"> 397</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE7_BOTH (EIC_CONFIG_SENSE7_BOTH_Val &lt;&lt; EIC_CONFIG_SENSE7_Pos)</span></div>
<div class="line"><a name="l00398"></a><span class="lineno"> 398</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE7_HIGH (EIC_CONFIG_SENSE7_HIGH_Val &lt;&lt; EIC_CONFIG_SENSE7_Pos)</span></div>
<div class="line"><a name="l00399"></a><span class="lineno"> 399</span>&#160;<span class="preprocessor">#define EIC_CONFIG_SENSE7_LOW (EIC_CONFIG_SENSE7_LOW_Val &lt;&lt; EIC_CONFIG_SENSE7_Pos)</span></div>
<div class="line"><a name="l00400"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a77bd3664d9f1c1d6b212eac416d40341"> 400</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_FILTEN7_Pos 31 </span></div>
<div class="line"><a name="l00401"></a><span class="lineno"> 401</span>&#160;<span class="preprocessor">#define EIC_CONFIG_FILTEN7 (_U_(0x1) &lt;&lt; EIC_CONFIG_FILTEN7_Pos)</span></div>
<div class="line"><a name="l00402"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a713278aaffe59a230cb4f7642ee4900e"> 402</a></span>&#160;<span class="preprocessor">#define EIC_CONFIG_MASK _U_(0xFFFFFFFF) </span></div>
<div class="line"><a name="l00404"></a><span class="lineno"> 404</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- EIC_DEBOUNCEN : (EIC Offset: 0x30) (R/W 32) Debouncer Enable -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00405"></a><span class="lineno"> 405</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00406"></a><span class="lineno"><a class="line" href="unionEIC__DEBOUNCEN__Type.html"> 406</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00407"></a><span class="lineno"> 407</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00408"></a><span class="lineno"><a class="line" href="unionEIC__DEBOUNCEN__Type.html#a9b3cc6e51ae8fba9b6ddb5014e88d7ad"> 408</a></span>&#160; uint32_t <a class="code" href="unionEIC__DEBOUNCEN__Type.html#a9b3cc6e51ae8fba9b6ddb5014e88d7ad">DEBOUNCEN</a>:16; </div>
<div class="line"><a name="l00409"></a><span class="lineno"><a class="line" href="unionEIC__DEBOUNCEN__Type.html#a3237899ec845f76983ad277555a34a05"> 409</a></span>&#160; uint32_t :16; </div>
<div class="line"><a name="l00410"></a><span class="lineno"><a class="line" href="unionEIC__DEBOUNCEN__Type.html#a49fb5ddd73145e7b63cae64d6a004801"> 410</a></span>&#160; } bit; </div>
<div class="line"><a name="l00411"></a><span class="lineno"><a class="line" href="unionEIC__DEBOUNCEN__Type.html#a59d05ff8c085456522025c0da5db1582"> 411</a></span>&#160; uint32_t <a class="code" href="unionEIC__DEBOUNCEN__Type.html#a59d05ff8c085456522025c0da5db1582">reg</a>; </div>
<div class="line"><a name="l00412"></a><span class="lineno"> 412</span>&#160;} <a class="code" href="unionEIC__DEBOUNCEN__Type.html">EIC_DEBOUNCEN_Type</a>;</div>
<div class="line"><a name="l00413"></a><span class="lineno"> 413</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="l00414"></a><span class="lineno"> 414</span>&#160; </div>
<div class="line"><a name="l00415"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a0534b51e4c32b62d69c3d9d785f072e2"> 415</a></span>&#160;<span class="preprocessor">#define EIC_DEBOUNCEN_OFFSET 0x30 </span></div>
<div class="line"><a name="l00416"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a528d7e520af4bbd921c4683ecc785046"> 416</a></span>&#160;<span class="preprocessor">#define EIC_DEBOUNCEN_RESETVALUE _U_(0x00000000) </span></div>
<div class="line"><a name="l00418"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#abd8078c045daaa7bead796b6fea74427"> 418</a></span>&#160;<span class="preprocessor">#define EIC_DEBOUNCEN_DEBOUNCEN_Pos 0 </span></div>
<div class="line"><a name="l00419"></a><span class="lineno"> 419</span>&#160;<span class="preprocessor">#define EIC_DEBOUNCEN_DEBOUNCEN_Msk (_U_(0xFFFF) &lt;&lt; EIC_DEBOUNCEN_DEBOUNCEN_Pos)</span></div>
<div class="line"><a name="l00420"></a><span class="lineno"> 420</span>&#160;<span class="preprocessor">#define EIC_DEBOUNCEN_DEBOUNCEN(value) (EIC_DEBOUNCEN_DEBOUNCEN_Msk &amp; ((value) &lt;&lt; EIC_DEBOUNCEN_DEBOUNCEN_Pos))</span></div>
<div class="line"><a name="l00421"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#ac8f965edcafad4374b0e5f9ea2b1f1f9"> 421</a></span>&#160;<span class="preprocessor">#define EIC_DEBOUNCEN_MASK _U_(0x0000FFFF) </span></div>
<div class="line"><a name="l00423"></a><span class="lineno"> 423</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- EIC_DPRESCALER : (EIC Offset: 0x34) (R/W 32) Debouncer Prescaler -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00424"></a><span class="lineno"> 424</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00425"></a><span class="lineno"><a class="line" href="unionEIC__DPRESCALER__Type.html"> 425</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00426"></a><span class="lineno"> 426</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00427"></a><span class="lineno"><a class="line" href="unionEIC__DPRESCALER__Type.html#ac50105a95c7f335096362040fd65fade"> 427</a></span>&#160; uint32_t <a class="code" href="unionEIC__DPRESCALER__Type.html#ac50105a95c7f335096362040fd65fade">PRESCALER0</a>:3; </div>
<div class="line"><a name="l00428"></a><span class="lineno"><a class="line" href="unionEIC__DPRESCALER__Type.html#a763d6f279df7cd8b61bd7ff92bc155fe"> 428</a></span>&#160; uint32_t <a class="code" href="unionEIC__DPRESCALER__Type.html#a763d6f279df7cd8b61bd7ff92bc155fe">STATES0</a>:1; </div>
<div class="line"><a name="l00429"></a><span class="lineno"><a class="line" href="unionEIC__DPRESCALER__Type.html#a3c815de48bfde55ed1a4aefd1bb6c7d9"> 429</a></span>&#160; uint32_t <a class="code" href="unionEIC__DPRESCALER__Type.html#a3c815de48bfde55ed1a4aefd1bb6c7d9">PRESCALER1</a>:3; </div>
<div class="line"><a name="l00430"></a><span class="lineno"><a class="line" href="unionEIC__DPRESCALER__Type.html#afa46afcb645e5c0f08a6f162da823c28"> 430</a></span>&#160; uint32_t <a class="code" href="unionEIC__DPRESCALER__Type.html#afa46afcb645e5c0f08a6f162da823c28">STATES1</a>:1; </div>
<div class="line"><a name="l00431"></a><span class="lineno"><a class="line" href="unionEIC__DPRESCALER__Type.html#a396eafa2c628d3c5bf2d59f7ca4ef0fa"> 431</a></span>&#160; uint32_t :8; </div>
<div class="line"><a name="l00432"></a><span class="lineno"><a class="line" href="unionEIC__DPRESCALER__Type.html#aace282ac178c5ef3233601add55454d3"> 432</a></span>&#160; uint32_t <a class="code" href="unionEIC__DPRESCALER__Type.html#aace282ac178c5ef3233601add55454d3">TICKON</a>:1; </div>
<div class="line"><a name="l00433"></a><span class="lineno"><a class="line" href="unionEIC__DPRESCALER__Type.html#a18ae43b5a7f90b990426333100a48327"> 433</a></span>&#160; uint32_t :15; </div>
<div class="line"><a name="l00434"></a><span class="lineno"><a class="line" href="unionEIC__DPRESCALER__Type.html#a8c5a8eab8159bbe6f88dfd45e1444199"> 434</a></span>&#160; } bit; </div>
<div class="line"><a name="l00435"></a><span class="lineno"><a class="line" href="unionEIC__DPRESCALER__Type.html#a7f54fa0349dd2454f9c87362dbc54065"> 435</a></span>&#160; uint32_t <a class="code" href="unionEIC__DPRESCALER__Type.html#a7f54fa0349dd2454f9c87362dbc54065">reg</a>; </div>
<div class="line"><a name="l00436"></a><span class="lineno"> 436</span>&#160;} <a class="code" href="unionEIC__DPRESCALER__Type.html">EIC_DPRESCALER_Type</a>;</div>
<div class="line"><a name="l00437"></a><span class="lineno"> 437</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="l00438"></a><span class="lineno"> 438</span>&#160; </div>
<div class="line"><a name="l00439"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a93cab13d4fc39d87cc7c9693daf9ae7c"> 439</a></span>&#160;<span class="preprocessor">#define EIC_DPRESCALER_OFFSET 0x34 </span></div>
<div class="line"><a name="l00440"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a78d782557c6c8956894abed2f7773993"> 440</a></span>&#160;<span class="preprocessor">#define EIC_DPRESCALER_RESETVALUE _U_(0x00000000) </span></div>
<div class="line"><a name="l00442"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a4e25d3c10d962c315c546f23222a5b2b"> 442</a></span>&#160;<span class="preprocessor">#define EIC_DPRESCALER_PRESCALER0_Pos 0 </span></div>
<div class="line"><a name="l00443"></a><span class="lineno"> 443</span>&#160;<span class="preprocessor">#define EIC_DPRESCALER_PRESCALER0_Msk (_U_(0x7) &lt;&lt; EIC_DPRESCALER_PRESCALER0_Pos)</span></div>
<div class="line"><a name="l00444"></a><span class="lineno"> 444</span>&#160;<span class="preprocessor">#define EIC_DPRESCALER_PRESCALER0(value) (EIC_DPRESCALER_PRESCALER0_Msk &amp; ((value) &lt;&lt; EIC_DPRESCALER_PRESCALER0_Pos))</span></div>
<div class="line"><a name="l00445"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#afdc67c1fd8679f56c7d36f9bd9b1eb54"> 445</a></span>&#160;<span class="preprocessor">#define EIC_DPRESCALER_STATES0_Pos 3 </span></div>
<div class="line"><a name="l00446"></a><span class="lineno"> 446</span>&#160;<span class="preprocessor">#define EIC_DPRESCALER_STATES0 (_U_(0x1) &lt;&lt; EIC_DPRESCALER_STATES0_Pos)</span></div>
<div class="line"><a name="l00447"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#ad8d50c45bde1e43e03f3a78cf4bc3f48"> 447</a></span>&#160;<span class="preprocessor">#define EIC_DPRESCALER_PRESCALER1_Pos 4 </span></div>
<div class="line"><a name="l00448"></a><span class="lineno"> 448</span>&#160;<span class="preprocessor">#define EIC_DPRESCALER_PRESCALER1_Msk (_U_(0x7) &lt;&lt; EIC_DPRESCALER_PRESCALER1_Pos)</span></div>
<div class="line"><a name="l00449"></a><span class="lineno"> 449</span>&#160;<span class="preprocessor">#define EIC_DPRESCALER_PRESCALER1(value) (EIC_DPRESCALER_PRESCALER1_Msk &amp; ((value) &lt;&lt; EIC_DPRESCALER_PRESCALER1_Pos))</span></div>
<div class="line"><a name="l00450"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a98a5ad3962cb3fc146f1f593a22cf096"> 450</a></span>&#160;<span class="preprocessor">#define EIC_DPRESCALER_STATES1_Pos 7 </span></div>
<div class="line"><a name="l00451"></a><span class="lineno"> 451</span>&#160;<span class="preprocessor">#define EIC_DPRESCALER_STATES1 (_U_(0x1) &lt;&lt; EIC_DPRESCALER_STATES1_Pos)</span></div>
<div class="line"><a name="l00452"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a0a3a405c2d276cfd603cef0419d2db7f"> 452</a></span>&#160;<span class="preprocessor">#define EIC_DPRESCALER_TICKON_Pos 16 </span></div>
<div class="line"><a name="l00453"></a><span class="lineno"> 453</span>&#160;<span class="preprocessor">#define EIC_DPRESCALER_TICKON (_U_(0x1) &lt;&lt; EIC_DPRESCALER_TICKON_Pos)</span></div>
<div class="line"><a name="l00454"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#ade672ef0a3e758ba23012b95bef4be1f"> 454</a></span>&#160;<span class="preprocessor">#define EIC_DPRESCALER_MASK _U_(0x000100FF) </span></div>
<div class="line"><a name="l00456"></a><span class="lineno"> 456</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- EIC_PINSTATE : (EIC Offset: 0x38) (R/ 32) Pin State -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00457"></a><span class="lineno"> 457</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00458"></a><span class="lineno"><a class="line" href="unionEIC__PINSTATE__Type.html"> 458</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00459"></a><span class="lineno"> 459</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00460"></a><span class="lineno"><a class="line" href="unionEIC__PINSTATE__Type.html#ac828d1145a4b56b4ef3296fc6b7891f5"> 460</a></span>&#160; uint32_t <a class="code" href="unionEIC__PINSTATE__Type.html#ac828d1145a4b56b4ef3296fc6b7891f5">PINSTATE</a>:16; </div>
<div class="line"><a name="l00461"></a><span class="lineno"><a class="line" href="unionEIC__PINSTATE__Type.html#aadca3e89ca05e9874881b7b3d98eaffc"> 461</a></span>&#160; uint32_t :16; </div>
<div class="line"><a name="l00462"></a><span class="lineno"><a class="line" href="unionEIC__PINSTATE__Type.html#ae60600d13f9c7387339bfb0b77138fcc"> 462</a></span>&#160; } bit; </div>
<div class="line"><a name="l00463"></a><span class="lineno"><a class="line" href="unionEIC__PINSTATE__Type.html#a197299ee0a47004ca7f7f7375e53ac00"> 463</a></span>&#160; uint32_t <a class="code" href="unionEIC__PINSTATE__Type.html#a197299ee0a47004ca7f7f7375e53ac00">reg</a>; </div>
<div class="line"><a name="l00464"></a><span class="lineno"> 464</span>&#160;} <a class="code" href="unionEIC__PINSTATE__Type.html">EIC_PINSTATE_Type</a>;</div>
<div class="line"><a name="l00465"></a><span class="lineno"> 465</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="l00466"></a><span class="lineno"> 466</span>&#160; </div>
<div class="line"><a name="l00467"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a069013213156669a0c63b6bc8143ab7c"> 467</a></span>&#160;<span class="preprocessor">#define EIC_PINSTATE_OFFSET 0x38 </span></div>
<div class="line"><a name="l00468"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#ab57945864c780a58265e446cbe9a7acb"> 468</a></span>&#160;<span class="preprocessor">#define EIC_PINSTATE_RESETVALUE _U_(0x00000000) </span></div>
<div class="line"><a name="l00470"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a087ea6b5736c6045fd15a5764eb7a58d"> 470</a></span>&#160;<span class="preprocessor">#define EIC_PINSTATE_PINSTATE_Pos 0 </span></div>
<div class="line"><a name="l00471"></a><span class="lineno"> 471</span>&#160;<span class="preprocessor">#define EIC_PINSTATE_PINSTATE_Msk (_U_(0xFFFF) &lt;&lt; EIC_PINSTATE_PINSTATE_Pos)</span></div>
<div class="line"><a name="l00472"></a><span class="lineno"> 472</span>&#160;<span class="preprocessor">#define EIC_PINSTATE_PINSTATE(value) (EIC_PINSTATE_PINSTATE_Msk &amp; ((value) &lt;&lt; EIC_PINSTATE_PINSTATE_Pos))</span></div>
<div class="line"><a name="l00473"></a><span class="lineno"><a class="line" href="component_2eic_8h.html#a525e8d843a9592ef2002a75c763ad8c6"> 473</a></span>&#160;<span class="preprocessor">#define EIC_PINSTATE_MASK _U_(0x0000FFFF) </span></div>
<div class="line"><a name="l00476"></a><span class="lineno"> 476</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00477"></a><span class="lineno"><a class="line" href="structEic.html"> 477</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00478"></a><span class="lineno"><a class="line" href="structEic.html#a3d945ae1fb5d005dae206bdcec01db95"> 478</a></span>&#160; __IO <a class="code" href="unionEIC__CTRLA__Type.html">EIC_CTRLA_Type</a> <a class="code" href="structEic.html#a3d945ae1fb5d005dae206bdcec01db95">CTRLA</a>; </div>
<div class="line"><a name="l00479"></a><span class="lineno"><a class="line" href="structEic.html#abe387c3f6c50f72e37e91adf3d9eac06"> 479</a></span>&#160; __IO <a class="code" href="unionEIC__NMICTRL__Type.html">EIC_NMICTRL_Type</a> <a class="code" href="structEic.html#abe387c3f6c50f72e37e91adf3d9eac06">NMICTRL</a>; </div>
<div class="line"><a name="l00480"></a><span class="lineno"><a class="line" href="structEic.html#a5e489fa962a835e2d06a4dceb6e2b7b8"> 480</a></span>&#160; __IO <a class="code" href="unionEIC__NMIFLAG__Type.html">EIC_NMIFLAG_Type</a> <a class="code" href="structEic.html#a5e489fa962a835e2d06a4dceb6e2b7b8">NMIFLAG</a>; </div>
<div class="line"><a name="l00481"></a><span class="lineno"><a class="line" href="structEic.html#a857746620cc45693036554a5441ade79"> 481</a></span>&#160; __I <a class="code" href="unionEIC__SYNCBUSY__Type.html">EIC_SYNCBUSY_Type</a> <a class="code" href="structEic.html#a857746620cc45693036554a5441ade79">SYNCBUSY</a>; </div>
<div class="line"><a name="l00482"></a><span class="lineno"><a class="line" href="structEic.html#a228fdf5b1f970d352ab14e03de8f4d35"> 482</a></span>&#160; __IO <a class="code" href="unionEIC__EVCTRL__Type.html">EIC_EVCTRL_Type</a> <a class="code" href="structEic.html#a228fdf5b1f970d352ab14e03de8f4d35">EVCTRL</a>; </div>
<div class="line"><a name="l00483"></a><span class="lineno"><a class="line" href="structEic.html#ac499ecb4ba54624fb0f534bfff917bcc"> 483</a></span>&#160; __IO <a class="code" href="unionEIC__INTENCLR__Type.html">EIC_INTENCLR_Type</a> <a class="code" href="structEic.html#ac499ecb4ba54624fb0f534bfff917bcc">INTENCLR</a>; </div>
<div class="line"><a name="l00484"></a><span class="lineno"><a class="line" href="structEic.html#ac9db1d0fed533fb55777efe3f1d98c69"> 484</a></span>&#160; __IO <a class="code" href="unionEIC__INTENSET__Type.html">EIC_INTENSET_Type</a> <a class="code" href="structEic.html#ac9db1d0fed533fb55777efe3f1d98c69">INTENSET</a>; </div>
<div class="line"><a name="l00485"></a><span class="lineno"><a class="line" href="structEic.html#a487a1c3a7123a446a051251d64aba60f"> 485</a></span>&#160; __IO <a class="code" href="unionEIC__INTFLAG__Type.html">EIC_INTFLAG_Type</a> <a class="code" href="structEic.html#a487a1c3a7123a446a051251d64aba60f">INTFLAG</a>; </div>
<div class="line"><a name="l00486"></a><span class="lineno"><a class="line" href="structEic.html#afeaef43f4273900190ad63f2b28484bf"> 486</a></span>&#160; __IO <a class="code" href="unionEIC__ASYNCH__Type.html">EIC_ASYNCH_Type</a> <a class="code" href="structEic.html#afeaef43f4273900190ad63f2b28484bf">ASYNCH</a>; </div>
<div class="line"><a name="l00487"></a><span class="lineno"><a class="line" href="structEic.html#a95e5655d7106c582cb9e93e65825309b"> 487</a></span>&#160; __IO <a class="code" href="unionEIC__CONFIG__Type.html">EIC_CONFIG_Type</a> CONFIG[2]; </div>
<div class="line"><a name="l00488"></a><span class="lineno"> 488</span>&#160; <a class="code" href="same54n19a_8h.html#a0d957f1433aaf5d70e4dc2b68288442d">RoReg8</a> Reserved1[0xC];</div>
<div class="line"><a name="l00489"></a><span class="lineno"><a class="line" href="structEic.html#a519456f45a9143228c193e35df43837d"> 489</a></span>&#160; __IO <a class="code" href="unionEIC__DEBOUNCEN__Type.html">EIC_DEBOUNCEN_Type</a> <a class="code" href="structEic.html#a519456f45a9143228c193e35df43837d">DEBOUNCEN</a>; </div>
<div class="line"><a name="l00490"></a><span class="lineno"><a class="line" href="structEic.html#a60c2b51111dc88120f0748e946350ba4"> 490</a></span>&#160; __IO <a class="code" href="unionEIC__DPRESCALER__Type.html">EIC_DPRESCALER_Type</a> <a class="code" href="structEic.html#a60c2b51111dc88120f0748e946350ba4">DPRESCALER</a>; </div>
<div class="line"><a name="l00491"></a><span class="lineno"><a class="line" href="structEic.html#a28fd24a69edd14ae2c0889f2268f7273"> 491</a></span>&#160; __I <a class="code" href="unionEIC__PINSTATE__Type.html">EIC_PINSTATE_Type</a> <a class="code" href="structEic.html#a28fd24a69edd14ae2c0889f2268f7273">PINSTATE</a>; </div>
<div class="line"><a name="l00492"></a><span class="lineno"> 492</span>&#160;} <a class="code" href="structEic.html">Eic</a>;</div>
<div class="line"><a name="l00493"></a><span class="lineno"> 493</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="l00494"></a><span class="lineno"> 494</span>&#160; </div>
<div class="line"><a name="l00497"></a><span class="lineno"> 497</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* _SAME54_EIC_COMPONENT_ */</span><span class="preprocessor"></span></div>
</div><!-- fragment --></div><!-- contents -->
<div class="ttc" id="aunionEIC__DPRESCALER__Type_html_a3c815de48bfde55ed1a4aefd1bb6c7d9"><div class="ttname"><a href="unionEIC__DPRESCALER__Type.html#a3c815de48bfde55ed1a4aefd1bb6c7d9">EIC_DPRESCALER_Type::PRESCALER1</a></div><div class="ttdeci">uint32_t PRESCALER1</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00429">eic.h:429</a></div></div>
<div class="ttc" id="aunionEIC__CONFIG__Type_html"><div class="ttname"><a href="unionEIC__CONFIG__Type.html">EIC_CONFIG_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00240">eic.h:240</a></div></div>
<div class="ttc" id="aunionEIC__CTRLA__Type_html_ab2af309753f3d3fc509d7ac6f5a052c4"><div class="ttname"><a href="unionEIC__CTRLA__Type.html#ab2af309753f3d3fc509d7ac6f5a052c4">EIC_CTRLA_Type::CKSEL</a></div><div class="ttdeci">uint8_t CKSEL</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00049">eic.h:49</a></div></div>
<div class="ttc" id="aunionEIC__NMICTRL__Type_html_ae8c7e49526fb6d130c2e551a8c6fc898"><div class="ttname"><a href="unionEIC__NMICTRL__Type.html#ae8c7e49526fb6d130c2e551a8c6fc898">EIC_NMICTRL_Type::NMIFILTEN</a></div><div class="ttdeci">uint8_t NMIFILTEN</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00072">eic.h:72</a></div></div>
<div class="ttc" id="aunionEIC__DPRESCALER__Type_html_a763d6f279df7cd8b61bd7ff92bc155fe"><div class="ttname"><a href="unionEIC__DPRESCALER__Type.html#a763d6f279df7cd8b61bd7ff92bc155fe">EIC_DPRESCALER_Type::STATES0</a></div><div class="ttdeci">uint32_t STATES0</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00428">eic.h:428</a></div></div>
<div class="ttc" id="aunionEIC__CTRLA__Type_html_a31beb9a1e66a00d9e8ead9dba64777f9"><div class="ttname"><a href="unionEIC__CTRLA__Type.html#a31beb9a1e66a00d9e8ead9dba64777f9">EIC_CTRLA_Type::SWRST</a></div><div class="ttdeci">uint8_t SWRST</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00046">eic.h:46</a></div></div>
<div class="ttc" id="aunionEIC__DPRESCALER__Type_html_ac50105a95c7f335096362040fd65fade"><div class="ttname"><a href="unionEIC__DPRESCALER__Type.html#ac50105a95c7f335096362040fd65fade">EIC_DPRESCALER_Type::PRESCALER0</a></div><div class="ttdeci">uint32_t PRESCALER0</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00427">eic.h:427</a></div></div>
<div class="ttc" id="aunionEIC__INTENSET__Type_html"><div class="ttname"><a href="unionEIC__INTENSET__Type.html">EIC_INTENSET_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00183">eic.h:183</a></div></div>
<div class="ttc" id="astructEic_html_a28fd24a69edd14ae2c0889f2268f7273"><div class="ttname"><a href="structEic.html#a28fd24a69edd14ae2c0889f2268f7273">Eic::PINSTATE</a></div><div class="ttdeci">__I EIC_PINSTATE_Type PINSTATE</div><div class="ttdoc">Offset: 0x38 (R/ 32) Pin State.</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00491">eic.h:491</a></div></div>
<div class="ttc" id="aunionEIC__CONFIG__Type_html_acd78ffeb414c4774665845290f19aef1"><div class="ttname"><a href="unionEIC__CONFIG__Type.html#acd78ffeb414c4774665845290f19aef1">EIC_CONFIG_Type::FILTEN6</a></div><div class="ttdeci">uint32_t FILTEN6</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00255">eic.h:255</a></div></div>
<div class="ttc" id="aunionEIC__ASYNCH__Type_html_a7e2b0b689d3b75331e59fa2e05eb2946"><div class="ttname"><a href="unionEIC__ASYNCH__Type.html#a7e2b0b689d3b75331e59fa2e05eb2946">EIC_ASYNCH_Type::ASYNCH</a></div><div class="ttdeci">uint32_t ASYNCH</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00223">eic.h:223</a></div></div>
<div class="ttc" id="aunionEIC__INTENSET__Type_html_a9b687b84a8227b91fb74474cf65b23e0"><div class="ttname"><a href="unionEIC__INTENSET__Type.html#a9b687b84a8227b91fb74474cf65b23e0">EIC_INTENSET_Type::EXTINT</a></div><div class="ttdeci">uint32_t EXTINT</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00185">eic.h:185</a></div></div>
<div class="ttc" id="aunionEIC__CTRLA__Type_html"><div class="ttname"><a href="unionEIC__CTRLA__Type.html">EIC_CTRLA_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00044">eic.h:44</a></div></div>
<div class="ttc" id="aunionEIC__NMIFLAG__Type_html"><div class="ttname"><a href="unionEIC__NMIFLAG__Type.html">EIC_NMIFLAG_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00106">eic.h:106</a></div></div>
<div class="ttc" id="aunionEIC__CONFIG__Type_html_a5fdad03cc428ee8f4d24dc1a632640f3"><div class="ttname"><a href="unionEIC__CONFIG__Type.html#a5fdad03cc428ee8f4d24dc1a632640f3">EIC_CONFIG_Type::SENSE3</a></div><div class="ttdeci">uint32_t SENSE3</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00248">eic.h:248</a></div></div>
<div class="ttc" id="aunionEIC__CONFIG__Type_html_a1347bd86400d8ef70b06dfdb0a6436c8"><div class="ttname"><a href="unionEIC__CONFIG__Type.html#a1347bd86400d8ef70b06dfdb0a6436c8">EIC_CONFIG_Type::FILTEN3</a></div><div class="ttdeci">uint32_t FILTEN3</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00249">eic.h:249</a></div></div>
<div class="ttc" id="aunionEIC__INTFLAG__Type_html_a99a8ead36567d2fb8b18b546314e9382"><div class="ttname"><a href="unionEIC__INTFLAG__Type.html#a99a8ead36567d2fb8b18b546314e9382">EIC_INTFLAG_Type::EXTINT</a></div><div class="ttdeci">__I uint32_t EXTINT</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00204">eic.h:204</a></div></div>
<div class="ttc" id="astructEic_html_abe387c3f6c50f72e37e91adf3d9eac06"><div class="ttname"><a href="structEic.html#abe387c3f6c50f72e37e91adf3d9eac06">Eic::NMICTRL</a></div><div class="ttdeci">__IO EIC_NMICTRL_Type NMICTRL</div><div class="ttdoc">Offset: 0x01 (R/W 8) Non-Maskable Interrupt Control.</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00479">eic.h:479</a></div></div>
<div class="ttc" id="aunionEIC__CONFIG__Type_html_a159a1e94e7994980bd2b663bfc8e4030"><div class="ttname"><a href="unionEIC__CONFIG__Type.html#a159a1e94e7994980bd2b663bfc8e4030">EIC_CONFIG_Type::FILTEN4</a></div><div class="ttdeci">uint32_t FILTEN4</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00251">eic.h:251</a></div></div>
<div class="ttc" id="aunionEIC__INTFLAG__Type_html"><div class="ttname"><a href="unionEIC__INTFLAG__Type.html">EIC_INTFLAG_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00202">eic.h:202</a></div></div>
<div class="ttc" id="aunionEIC__CONFIG__Type_html_a2b015cff268d4e52be4e188543c5d770"><div class="ttname"><a href="unionEIC__CONFIG__Type.html#a2b015cff268d4e52be4e188543c5d770">EIC_CONFIG_Type::FILTEN0</a></div><div class="ttdeci">uint32_t FILTEN0</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00243">eic.h:243</a></div></div>
<div class="ttc" id="astructEic_html_a5e489fa962a835e2d06a4dceb6e2b7b8"><div class="ttname"><a href="structEic.html#a5e489fa962a835e2d06a4dceb6e2b7b8">Eic::NMIFLAG</a></div><div class="ttdeci">__IO EIC_NMIFLAG_Type NMIFLAG</div><div class="ttdoc">Offset: 0x02 (R/W 16) Non-Maskable Interrupt Flag Status and Clear.</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00480">eic.h:480</a></div></div>
<div class="ttc" id="aunionEIC__INTENSET__Type_html_ae37fc1b9ed6acee3eba5484176ecebbf"><div class="ttname"><a href="unionEIC__INTENSET__Type.html#ae37fc1b9ed6acee3eba5484176ecebbf">EIC_INTENSET_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00188">eic.h:188</a></div></div>
<div class="ttc" id="aunionEIC__DPRESCALER__Type_html_aace282ac178c5ef3233601add55454d3"><div class="ttname"><a href="unionEIC__DPRESCALER__Type.html#aace282ac178c5ef3233601add55454d3">EIC_DPRESCALER_Type::TICKON</a></div><div class="ttdeci">uint32_t TICKON</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00432">eic.h:432</a></div></div>
<div class="ttc" id="astructEic_html_a60c2b51111dc88120f0748e946350ba4"><div class="ttname"><a href="structEic.html#a60c2b51111dc88120f0748e946350ba4">Eic::DPRESCALER</a></div><div class="ttdeci">__IO EIC_DPRESCALER_Type DPRESCALER</div><div class="ttdoc">Offset: 0x34 (R/W 32) Debouncer Prescaler.</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00490">eic.h:490</a></div></div>
<div class="ttc" id="astructEic_html_a487a1c3a7123a446a051251d64aba60f"><div class="ttname"><a href="structEic.html#a487a1c3a7123a446a051251d64aba60f">Eic::INTFLAG</a></div><div class="ttdeci">__IO EIC_INTFLAG_Type INTFLAG</div><div class="ttdoc">Offset: 0x14 (R/W 32) Interrupt Flag Status and Clear.</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00485">eic.h:485</a></div></div>
<div class="ttc" id="astructEic_html_afeaef43f4273900190ad63f2b28484bf"><div class="ttname"><a href="structEic.html#afeaef43f4273900190ad63f2b28484bf">Eic::ASYNCH</a></div><div class="ttdeci">__IO EIC_ASYNCH_Type ASYNCH</div><div class="ttdoc">Offset: 0x18 (R/W 32) External Interrupt Asynchronous Mode.</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00486">eic.h:486</a></div></div>
<div class="ttc" id="aunionEIC__CONFIG__Type_html_afa6acfc8ed18f9ef3672752e5046af16"><div class="ttname"><a href="unionEIC__CONFIG__Type.html#afa6acfc8ed18f9ef3672752e5046af16">EIC_CONFIG_Type::FILTEN1</a></div><div class="ttdeci">uint32_t FILTEN1</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00245">eic.h:245</a></div></div>
<div class="ttc" id="aunionEIC__NMICTRL__Type_html_a495b651964123217420a71dfa17066b6"><div class="ttname"><a href="unionEIC__NMICTRL__Type.html#a495b651964123217420a71dfa17066b6">EIC_NMICTRL_Type::NMIASYNCH</a></div><div class="ttdeci">uint8_t NMIASYNCH</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00073">eic.h:73</a></div></div>
<div class="ttc" id="astructEic_html_a3d945ae1fb5d005dae206bdcec01db95"><div class="ttname"><a href="structEic.html#a3d945ae1fb5d005dae206bdcec01db95">Eic::CTRLA</a></div><div class="ttdeci">__IO EIC_CTRLA_Type CTRLA</div><div class="ttdoc">Offset: 0x00 (R/W 8) Control A.</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00478">eic.h:478</a></div></div>
<div class="ttc" id="aunionEIC__DEBOUNCEN__Type_html_a9b3cc6e51ae8fba9b6ddb5014e88d7ad"><div class="ttname"><a href="unionEIC__DEBOUNCEN__Type.html#a9b3cc6e51ae8fba9b6ddb5014e88d7ad">EIC_DEBOUNCEN_Type::DEBOUNCEN</a></div><div class="ttdeci">uint32_t DEBOUNCEN</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00408">eic.h:408</a></div></div>
<div class="ttc" id="aunionEIC__ASYNCH__Type_html_afe97ecc51ace3e8f212ee9e1e62c3303"><div class="ttname"><a href="unionEIC__ASYNCH__Type.html#afe97ecc51ace3e8f212ee9e1e62c3303">EIC_ASYNCH_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00226">eic.h:226</a></div></div>
<div class="ttc" id="aunionEIC__NMICTRL__Type_html_acf1ff36d19d1bf77eb5da09816f60a45"><div class="ttname"><a href="unionEIC__NMICTRL__Type.html#acf1ff36d19d1bf77eb5da09816f60a45">EIC_NMICTRL_Type::NMISENSE</a></div><div class="ttdeci">uint8_t NMISENSE</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00071">eic.h:71</a></div></div>
<div class="ttc" id="aunionEIC__CONFIG__Type_html_af02690b8633eb21f70ea3c5359cbb920"><div class="ttname"><a href="unionEIC__CONFIG__Type.html#af02690b8633eb21f70ea3c5359cbb920">EIC_CONFIG_Type::SENSE7</a></div><div class="ttdeci">uint32_t SENSE7</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00256">eic.h:256</a></div></div>
<div class="ttc" id="aunionEIC__INTENCLR__Type_html_a0e58903a7b1be711212a0cef600e271b"><div class="ttname"><a href="unionEIC__INTENCLR__Type.html#a0e58903a7b1be711212a0cef600e271b">EIC_INTENCLR_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00169">eic.h:169</a></div></div>
<div class="ttc" id="aunionEIC__CONFIG__Type_html_ad5d18c5a022deec20e80760fb13482ca"><div class="ttname"><a href="unionEIC__CONFIG__Type.html#ad5d18c5a022deec20e80760fb13482ca">EIC_CONFIG_Type::FILTEN2</a></div><div class="ttdeci">uint32_t FILTEN2</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00247">eic.h:247</a></div></div>
<div class="ttc" id="aunionEIC__CONFIG__Type_html_a3cfd504b9379af7e18843f39479ece0d"><div class="ttname"><a href="unionEIC__CONFIG__Type.html#a3cfd504b9379af7e18843f39479ece0d">EIC_CONFIG_Type::SENSE1</a></div><div class="ttdeci">uint32_t SENSE1</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00244">eic.h:244</a></div></div>
<div class="ttc" id="aunionEIC__EVCTRL__Type_html"><div class="ttname"><a href="unionEIC__EVCTRL__Type.html">EIC_EVCTRL_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00145">eic.h:145</a></div></div>
<div class="ttc" id="astructEic_html_ac499ecb4ba54624fb0f534bfff917bcc"><div class="ttname"><a href="structEic.html#ac499ecb4ba54624fb0f534bfff917bcc">Eic::INTENCLR</a></div><div class="ttdeci">__IO EIC_INTENCLR_Type INTENCLR</div><div class="ttdoc">Offset: 0x0C (R/W 32) Interrupt Enable Clear.</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00483">eic.h:483</a></div></div>
<div class="ttc" id="aunionEIC__SYNCBUSY__Type_html_a46996bbf17b6da1022603efc457a594b"><div class="ttname"><a href="unionEIC__SYNCBUSY__Type.html#a46996bbf17b6da1022603efc457a594b">EIC_SYNCBUSY_Type::SWRST</a></div><div class="ttdeci">uint32_t SWRST</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00126">eic.h:126</a></div></div>
<div class="ttc" id="aunionEIC__ASYNCH__Type_html"><div class="ttname"><a href="unionEIC__ASYNCH__Type.html">EIC_ASYNCH_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00221">eic.h:221</a></div></div>
<div class="ttc" id="aunionEIC__CTRLA__Type_html_a2d66754e7fd0a4e7d2526d22accb7b27"><div class="ttname"><a href="unionEIC__CTRLA__Type.html#a2d66754e7fd0a4e7d2526d22accb7b27">EIC_CTRLA_Type::ENABLE</a></div><div class="ttdeci">uint8_t ENABLE</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00047">eic.h:47</a></div></div>
<div class="ttc" id="aunionEIC__CONFIG__Type_html_aba87301de4a9a7fb10adeb5c09c22289"><div class="ttname"><a href="unionEIC__CONFIG__Type.html#aba87301de4a9a7fb10adeb5c09c22289">EIC_CONFIG_Type::SENSE5</a></div><div class="ttdeci">uint32_t SENSE5</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00252">eic.h:252</a></div></div>
<div class="ttc" id="aunionEIC__INTFLAG__Type_html_a11afcf0c2051e6c52baaeb573b9d116a"><div class="ttname"><a href="unionEIC__INTFLAG__Type.html#a11afcf0c2051e6c52baaeb573b9d116a">EIC_INTFLAG_Type::uint32_t</a></div><div class="ttdeci">__I uint32_t</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00205">eic.h:205</a></div></div>
<div class="ttc" id="astructEic_html_a857746620cc45693036554a5441ade79"><div class="ttname"><a href="structEic.html#a857746620cc45693036554a5441ade79">Eic::SYNCBUSY</a></div><div class="ttdeci">__I EIC_SYNCBUSY_Type SYNCBUSY</div><div class="ttdoc">Offset: 0x04 (R/ 32) Synchronization Busy.</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00481">eic.h:481</a></div></div>
<div class="ttc" id="astructEic_html_ac9db1d0fed533fb55777efe3f1d98c69"><div class="ttname"><a href="structEic.html#ac9db1d0fed533fb55777efe3f1d98c69">Eic::INTENSET</a></div><div class="ttdeci">__IO EIC_INTENSET_Type INTENSET</div><div class="ttdoc">Offset: 0x10 (R/W 32) Interrupt Enable Set.</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00484">eic.h:484</a></div></div>
<div class="ttc" id="aunionEIC__NMIFLAG__Type_html_ab5a19753495575fdd07220282f494e9a"><div class="ttname"><a href="unionEIC__NMIFLAG__Type.html#ab5a19753495575fdd07220282f494e9a">EIC_NMIFLAG_Type::NMI</a></div><div class="ttdeci">uint16_t NMI</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00108">eic.h:108</a></div></div>
<div class="ttc" id="aunionEIC__SYNCBUSY__Type_html_a6ab5a7528d3685d28e27190c989c00ee"><div class="ttname"><a href="unionEIC__SYNCBUSY__Type.html#a6ab5a7528d3685d28e27190c989c00ee">EIC_SYNCBUSY_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00130">eic.h:130</a></div></div>
<div class="ttc" id="aunionEIC__CONFIG__Type_html_a6522e13a247849d29dd7e37e1ef2e373"><div class="ttname"><a href="unionEIC__CONFIG__Type.html#a6522e13a247849d29dd7e37e1ef2e373">EIC_CONFIG_Type::SENSE4</a></div><div class="ttdeci">uint32_t SENSE4</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00250">eic.h:250</a></div></div>
<div class="ttc" id="astructEic_html_a519456f45a9143228c193e35df43837d"><div class="ttname"><a href="structEic.html#a519456f45a9143228c193e35df43837d">Eic::DEBOUNCEN</a></div><div class="ttdeci">__IO EIC_DEBOUNCEN_Type DEBOUNCEN</div><div class="ttdoc">Offset: 0x30 (R/W 32) Debouncer Enable.</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00489">eic.h:489</a></div></div>
<div class="ttc" id="aunionEIC__EVCTRL__Type_html_ab15db25f954b71827332745025d44638"><div class="ttname"><a href="unionEIC__EVCTRL__Type.html#ab15db25f954b71827332745025d44638">EIC_EVCTRL_Type::EXTINTEO</a></div><div class="ttdeci">uint32_t EXTINTEO</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00147">eic.h:147</a></div></div>
<div class="ttc" id="aunionEIC__DEBOUNCEN__Type_html_a59d05ff8c085456522025c0da5db1582"><div class="ttname"><a href="unionEIC__DEBOUNCEN__Type.html#a59d05ff8c085456522025c0da5db1582">EIC_DEBOUNCEN_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00411">eic.h:411</a></div></div>
<div class="ttc" id="astructEic_html_a228fdf5b1f970d352ab14e03de8f4d35"><div class="ttname"><a href="structEic.html#a228fdf5b1f970d352ab14e03de8f4d35">Eic::EVCTRL</a></div><div class="ttdeci">__IO EIC_EVCTRL_Type EVCTRL</div><div class="ttdoc">Offset: 0x08 (R/W 32) Event Control.</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00482">eic.h:482</a></div></div>
<div class="ttc" id="aunionEIC__CONFIG__Type_html_ae85f78df9f8cf8a42952b7111254c5a7"><div class="ttname"><a href="unionEIC__CONFIG__Type.html#ae85f78df9f8cf8a42952b7111254c5a7">EIC_CONFIG_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00259">eic.h:259</a></div></div>
<div class="ttc" id="aunionEIC__CONFIG__Type_html_a6d3559efac112cf59cc5695483753485"><div class="ttname"><a href="unionEIC__CONFIG__Type.html#a6d3559efac112cf59cc5695483753485">EIC_CONFIG_Type::FILTEN5</a></div><div class="ttdeci">uint32_t FILTEN5</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00253">eic.h:253</a></div></div>
<div class="ttc" id="aunionEIC__INTENCLR__Type_html"><div class="ttname"><a href="unionEIC__INTENCLR__Type.html">EIC_INTENCLR_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00164">eic.h:164</a></div></div>
<div class="ttc" id="aunionEIC__DPRESCALER__Type_html_afa46afcb645e5c0f08a6f162da823c28"><div class="ttname"><a href="unionEIC__DPRESCALER__Type.html#afa46afcb645e5c0f08a6f162da823c28">EIC_DPRESCALER_Type::STATES1</a></div><div class="ttdeci">uint32_t STATES1</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00430">eic.h:430</a></div></div>
<div class="ttc" id="aunionEIC__PINSTATE__Type_html"><div class="ttname"><a href="unionEIC__PINSTATE__Type.html">EIC_PINSTATE_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00458">eic.h:458</a></div></div>
<div class="ttc" id="aunionEIC__NMICTRL__Type_html"><div class="ttname"><a href="unionEIC__NMICTRL__Type.html">EIC_NMICTRL_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00069">eic.h:69</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="aunionEIC__DPRESCALER__Type_html"><div class="ttname"><a href="unionEIC__DPRESCALER__Type.html">EIC_DPRESCALER_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00425">eic.h:425</a></div></div>
<div class="ttc" id="aunionEIC__INTENCLR__Type_html_af6f08742ecc24c00428372ddf44f7271"><div class="ttname"><a href="unionEIC__INTENCLR__Type.html#af6f08742ecc24c00428372ddf44f7271">EIC_INTENCLR_Type::EXTINT</a></div><div class="ttdeci">uint32_t EXTINT</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00166">eic.h:166</a></div></div>
<div class="ttc" id="aunionEIC__DEBOUNCEN__Type_html"><div class="ttname"><a href="unionEIC__DEBOUNCEN__Type.html">EIC_DEBOUNCEN_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00406">eic.h:406</a></div></div>
<div class="ttc" id="aunionEIC__EVCTRL__Type_html_acfc4e3cf2609368b640cc3463f4d2270"><div class="ttname"><a href="unionEIC__EVCTRL__Type.html#acfc4e3cf2609368b640cc3463f4d2270">EIC_EVCTRL_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00150">eic.h:150</a></div></div>
<div class="ttc" id="aunionEIC__INTFLAG__Type_html_a85a80a7da36142adafb6e34e29029960"><div class="ttname"><a href="unionEIC__INTFLAG__Type.html#a85a80a7da36142adafb6e34e29029960">EIC_INTFLAG_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00207">eic.h:207</a></div></div>
<div class="ttc" id="aunionEIC__SYNCBUSY__Type_html"><div class="ttname"><a href="unionEIC__SYNCBUSY__Type.html">EIC_SYNCBUSY_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00124">eic.h:124</a></div></div>
<div class="ttc" id="aunionEIC__CONFIG__Type_html_acbc67865205a6f51d836bd1c960df40c"><div class="ttname"><a href="unionEIC__CONFIG__Type.html#acbc67865205a6f51d836bd1c960df40c">EIC_CONFIG_Type::SENSE0</a></div><div class="ttdeci">uint32_t SENSE0</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00242">eic.h:242</a></div></div>
<div class="ttc" id="aunionEIC__CONFIG__Type_html_a812c1a8803b48e6e3172a28713af0b25"><div class="ttname"><a href="unionEIC__CONFIG__Type.html#a812c1a8803b48e6e3172a28713af0b25">EIC_CONFIG_Type::SENSE6</a></div><div class="ttdeci">uint32_t SENSE6</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00254">eic.h:254</a></div></div>
<div class="ttc" id="aunionEIC__CTRLA__Type_html_a596619722e3e1170512c1467e896b9be"><div class="ttname"><a href="unionEIC__CTRLA__Type.html#a596619722e3e1170512c1467e896b9be">EIC_CTRLA_Type::reg</a></div><div class="ttdeci">uint8_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00052">eic.h:52</a></div></div>
<div class="ttc" id="aunionEIC__CONFIG__Type_html_a334f31fc227f0b432ce2fd92d083713f"><div class="ttname"><a href="unionEIC__CONFIG__Type.html#a334f31fc227f0b432ce2fd92d083713f">EIC_CONFIG_Type::SENSE2</a></div><div class="ttdeci">uint32_t SENSE2</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00246">eic.h:246</a></div></div>
<div class="ttc" id="aunionEIC__PINSTATE__Type_html_a197299ee0a47004ca7f7f7375e53ac00"><div class="ttname"><a href="unionEIC__PINSTATE__Type.html#a197299ee0a47004ca7f7f7375e53ac00">EIC_PINSTATE_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00463">eic.h:463</a></div></div>
<div class="ttc" id="aunionEIC__CONFIG__Type_html_a7612b772fb96ced4f69c842b1d0591ce"><div class="ttname"><a href="unionEIC__CONFIG__Type.html#a7612b772fb96ced4f69c842b1d0591ce">EIC_CONFIG_Type::FILTEN7</a></div><div class="ttdeci">uint32_t FILTEN7</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00257">eic.h:257</a></div></div>
<div class="ttc" id="aunionEIC__DPRESCALER__Type_html_a7f54fa0349dd2454f9c87362dbc54065"><div class="ttname"><a href="unionEIC__DPRESCALER__Type.html#a7f54fa0349dd2454f9c87362dbc54065">EIC_DPRESCALER_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00435">eic.h:435</a></div></div>
<div class="ttc" id="aunionEIC__NMIFLAG__Type_html_ac4dcec9d36b017e16ae8d46a5b990f80"><div class="ttname"><a href="unionEIC__NMIFLAG__Type.html#ac4dcec9d36b017e16ae8d46a5b990f80">EIC_NMIFLAG_Type::reg</a></div><div class="ttdeci">uint16_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00111">eic.h:111</a></div></div>
<div class="ttc" id="aunionEIC__SYNCBUSY__Type_html_a4994ee58fd972b7f6c9831648d1e7501"><div class="ttname"><a href="unionEIC__SYNCBUSY__Type.html#a4994ee58fd972b7f6c9831648d1e7501">EIC_SYNCBUSY_Type::ENABLE</a></div><div class="ttdeci">uint32_t ENABLE</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00127">eic.h:127</a></div></div>
<div class="ttc" id="astructEic_html"><div class="ttname"><a href="structEic.html">Eic</a></div><div class="ttdoc">EIC hardware registers.</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00477">eic.h:477</a></div></div>
<div class="ttc" id="aunionEIC__PINSTATE__Type_html_ac828d1145a4b56b4ef3296fc6b7891f5"><div class="ttname"><a href="unionEIC__PINSTATE__Type.html#ac828d1145a4b56b4ef3296fc6b7891f5">EIC_PINSTATE_Type::PINSTATE</a></div><div class="ttdeci">uint32_t PINSTATE</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00460">eic.h:460</a></div></div>
<div class="ttc" id="aunionEIC__NMICTRL__Type_html_a0b91203d47755f15a84533ed9868116f"><div class="ttname"><a href="unionEIC__NMICTRL__Type.html#a0b91203d47755f15a84533ed9868116f">EIC_NMICTRL_Type::reg</a></div><div class="ttdeci">uint8_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2eic_8h_source.html#l00076">eic.h:76</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>