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.

888 lines
215 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/pac.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">pac.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="component_2pac_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_PAC_COMPONENT_</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="preprocessor">#define _SAME54_PAC_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 PAC_U2120</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="preprocessor">#define REV_PAC 0x120</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">/* -------- PAC_WRCTRL : (PAC Offset: 0x00) (R/W 32) Write control -------- */</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="unionPAC__WRCTRL__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="unionPAC__WRCTRL__Type.html#a55e8c4ad2b0e0c4de47c9a1b19edd6c3"> 46</a></span>&#160; uint32_t <a class="code" href="unionPAC__WRCTRL__Type.html#a55e8c4ad2b0e0c4de47c9a1b19edd6c3">PERID</a>:16; </div>
<div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="unionPAC__WRCTRL__Type.html#a59fabdc8cf31587de5969dd1627393d8"> 47</a></span>&#160; uint32_t <a class="code" href="unionPAC__WRCTRL__Type.html#a59fabdc8cf31587de5969dd1627393d8">KEY</a>:8; </div>
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="unionPAC__WRCTRL__Type.html#a861c15a385738e9a656f1fb30bd02e4b"> 48</a></span>&#160; uint32_t :8; </div>
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="unionPAC__WRCTRL__Type.html#ac3cd12a9563e300c695d05cad37a86ec"> 49</a></span>&#160; } bit; </div>
<div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="unionPAC__WRCTRL__Type.html#a2d42d5d5bf2f4ed9eb643ddc322f8049"> 50</a></span>&#160; uint32_t <a class="code" href="unionPAC__WRCTRL__Type.html#a2d42d5d5bf2f4ed9eb643ddc322f8049">reg</a>; </div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;} <a class="code" href="unionPAC__WRCTRL__Type.html">PAC_WRCTRL_Type</a>;</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</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="l00053"></a><span class="lineno"> 53</span>&#160; </div>
<div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a37963dbce03e6a2686f45d67f70539d5"> 54</a></span>&#160;<span class="preprocessor">#define PAC_WRCTRL_OFFSET 0x00 </span></div>
<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a903fbff5f9673c0eda0d3309bbb78b34"> 55</a></span>&#160;<span class="preprocessor">#define PAC_WRCTRL_RESETVALUE _U_(0x00000000) </span></div>
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a3dc9ff0a036088acbcfa5f449a5d822e"> 57</a></span>&#160;<span class="preprocessor">#define PAC_WRCTRL_PERID_Pos 0 </span></div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;<span class="preprocessor">#define PAC_WRCTRL_PERID_Msk (_U_(0xFFFF) &lt;&lt; PAC_WRCTRL_PERID_Pos)</span></div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;<span class="preprocessor">#define PAC_WRCTRL_PERID(value) (PAC_WRCTRL_PERID_Msk &amp; ((value) &lt;&lt; PAC_WRCTRL_PERID_Pos))</span></div>
<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a40efb8e0f647731be9f0df54d385282d"> 60</a></span>&#160;<span class="preprocessor">#define PAC_WRCTRL_KEY_Pos 16 </span></div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160;<span class="preprocessor">#define PAC_WRCTRL_KEY_Msk (_U_(0xFF) &lt;&lt; PAC_WRCTRL_KEY_Pos)</span></div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;<span class="preprocessor">#define PAC_WRCTRL_KEY(value) (PAC_WRCTRL_KEY_Msk &amp; ((value) &lt;&lt; PAC_WRCTRL_KEY_Pos))</span></div>
<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#aab794b38156768a64abe6a8a232f4322"> 63</a></span>&#160;<span class="preprocessor">#define PAC_WRCTRL_KEY_OFF_Val _U_(0x0) </span></div>
<div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a5ee6860a242b2e370966db4a8e897d65"> 64</a></span>&#160;<span class="preprocessor">#define PAC_WRCTRL_KEY_CLR_Val _U_(0x1) </span></div>
<div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a4546bc0b91f6f0a0283eb1a9e48c767d"> 65</a></span>&#160;<span class="preprocessor">#define PAC_WRCTRL_KEY_SET_Val _U_(0x2) </span></div>
<div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a743a61ffc754e8f10947372a73e07289"> 66</a></span>&#160;<span class="preprocessor">#define PAC_WRCTRL_KEY_SETLCK_Val _U_(0x3) </span></div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;<span class="preprocessor">#define PAC_WRCTRL_KEY_OFF (PAC_WRCTRL_KEY_OFF_Val &lt;&lt; PAC_WRCTRL_KEY_Pos)</span></div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;<span class="preprocessor">#define PAC_WRCTRL_KEY_CLR (PAC_WRCTRL_KEY_CLR_Val &lt;&lt; PAC_WRCTRL_KEY_Pos)</span></div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;<span class="preprocessor">#define PAC_WRCTRL_KEY_SET (PAC_WRCTRL_KEY_SET_Val &lt;&lt; PAC_WRCTRL_KEY_Pos)</span></div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160;<span class="preprocessor">#define PAC_WRCTRL_KEY_SETLCK (PAC_WRCTRL_KEY_SETLCK_Val &lt;&lt; PAC_WRCTRL_KEY_Pos)</span></div>
<div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a20de081af2514eb13d470f89d77999ed"> 71</a></span>&#160;<span class="preprocessor">#define PAC_WRCTRL_MASK _U_(0x00FFFFFF) </span></div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- PAC_EVCTRL : (PAC Offset: 0x04) (R/W 8) Event control -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="unionPAC__EVCTRL__Type.html"> 75</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="unionPAC__EVCTRL__Type.html#a08ad9f5b8427481586e8c446c57f831b"> 77</a></span>&#160; uint8_t <a class="code" href="unionPAC__EVCTRL__Type.html#a08ad9f5b8427481586e8c446c57f831b">ERREO</a>:1; </div>
<div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="unionPAC__EVCTRL__Type.html#ad94c7f6e4a33a2fe1beb822e18becb15"> 78</a></span>&#160; uint8_t :7; </div>
<div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="unionPAC__EVCTRL__Type.html#a511cc554052adf783af1e0b2c40b4fad"> 79</a></span>&#160; } bit; </div>
<div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="unionPAC__EVCTRL__Type.html#ab816f0a266ad03a5db3b743a45ad3a7b"> 80</a></span>&#160; uint8_t <a class="code" href="unionPAC__EVCTRL__Type.html#ab816f0a266ad03a5db3b743a45ad3a7b">reg</a>; </div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160;} <a class="code" href="unionPAC__EVCTRL__Type.html">PAC_EVCTRL_Type</a>;</div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</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="l00083"></a><span class="lineno"> 83</span>&#160; </div>
<div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a3ff92d7bb0f7e261da7ddb81bbaf900f"> 84</a></span>&#160;<span class="preprocessor">#define PAC_EVCTRL_OFFSET 0x04 </span></div>
<div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ac4be9b5abd80d24d56fac00c9becb708"> 85</a></span>&#160;<span class="preprocessor">#define PAC_EVCTRL_RESETVALUE _U_(0x00) </span></div>
<div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a5920713bfe0dc88ccdc65852e077e8c9"> 87</a></span>&#160;<span class="preprocessor">#define PAC_EVCTRL_ERREO_Pos 0 </span></div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160;<span class="preprocessor">#define PAC_EVCTRL_ERREO (_U_(0x1) &lt;&lt; PAC_EVCTRL_ERREO_Pos)</span></div>
<div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a512b4c1a352ec1cdbee25ec33dddc526"> 89</a></span>&#160;<span class="preprocessor">#define PAC_EVCTRL_MASK _U_(0x01) </span></div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- PAC_INTENCLR : (PAC Offset: 0x08) (R/W 8) Interrupt enable clear -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="unionPAC__INTENCLR__Type.html"> 93</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="unionPAC__INTENCLR__Type.html#a34c1616f9582a2be3019c29b07d758ac"> 95</a></span>&#160; uint8_t <a class="code" href="unionPAC__INTENCLR__Type.html#a34c1616f9582a2be3019c29b07d758ac">ERR</a>:1; </div>
<div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="unionPAC__INTENCLR__Type.html#a232bf027eea9dd4eb1358672cc4a5af2"> 96</a></span>&#160; uint8_t :7; </div>
<div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="unionPAC__INTENCLR__Type.html#a89630c2e301023b4120d82584fc1c580"> 97</a></span>&#160; } bit; </div>
<div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="unionPAC__INTENCLR__Type.html#aee8c569bbbc8cf9173802dde9754f76d"> 98</a></span>&#160; uint8_t <a class="code" href="unionPAC__INTENCLR__Type.html#aee8c569bbbc8cf9173802dde9754f76d">reg</a>; </div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160;} <a class="code" href="unionPAC__INTENCLR__Type.html">PAC_INTENCLR_Type</a>;</div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</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="l00101"></a><span class="lineno"> 101</span>&#160; </div>
<div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ab74ed8f7d8aa591cf1c8a49d5dd394a4"> 102</a></span>&#160;<span class="preprocessor">#define PAC_INTENCLR_OFFSET 0x08 </span></div>
<div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#af70176d821e215c1479501941b47cb6d"> 103</a></span>&#160;<span class="preprocessor">#define PAC_INTENCLR_RESETVALUE _U_(0x00) </span></div>
<div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a9d91633dd3124f58a42f16cbdf9bda28"> 105</a></span>&#160;<span class="preprocessor">#define PAC_INTENCLR_ERR_Pos 0 </span></div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160;<span class="preprocessor">#define PAC_INTENCLR_ERR (_U_(0x1) &lt;&lt; PAC_INTENCLR_ERR_Pos)</span></div>
<div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a5d611adf6f1cc6376f50b18834e49b61"> 107</a></span>&#160;<span class="preprocessor">#define PAC_INTENCLR_MASK _U_(0x01) </span></div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- PAC_INTENSET : (PAC Offset: 0x09) (R/W 8) Interrupt enable set -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="unionPAC__INTENSET__Type.html"> 111</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="unionPAC__INTENSET__Type.html#afc5b259bd2c160a171dc77aa00489306"> 113</a></span>&#160; uint8_t <a class="code" href="unionPAC__INTENSET__Type.html#afc5b259bd2c160a171dc77aa00489306">ERR</a>:1; </div>
<div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="unionPAC__INTENSET__Type.html#a7e878d9082371a7d35c2fa5459b7e6ac"> 114</a></span>&#160; uint8_t :7; </div>
<div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="unionPAC__INTENSET__Type.html#a7c0c871c1c208bee1fcc3eabe8c095ce"> 115</a></span>&#160; } bit; </div>
<div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="unionPAC__INTENSET__Type.html#a7dbbd6533558a1cd00f547a1d51d42a4"> 116</a></span>&#160; uint8_t <a class="code" href="unionPAC__INTENSET__Type.html#a7dbbd6533558a1cd00f547a1d51d42a4">reg</a>; </div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160;} <a class="code" href="unionPAC__INTENSET__Type.html">PAC_INTENSET_Type</a>;</div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; </div>
<div class="line"><a name="l00120"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a421fbc8df3566dfcce8a684c5ae89aaa"> 120</a></span>&#160;<span class="preprocessor">#define PAC_INTENSET_OFFSET 0x09 </span></div>
<div class="line"><a name="l00121"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a76af054cd69c5f88e62b0c70e9303e80"> 121</a></span>&#160;<span class="preprocessor">#define PAC_INTENSET_RESETVALUE _U_(0x00) </span></div>
<div class="line"><a name="l00123"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ab88efd740ff8813223ad6f542d9a9b21"> 123</a></span>&#160;<span class="preprocessor">#define PAC_INTENSET_ERR_Pos 0 </span></div>
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160;<span class="preprocessor">#define PAC_INTENSET_ERR (_U_(0x1) &lt;&lt; PAC_INTENSET_ERR_Pos)</span></div>
<div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a275044a43202e526e110b4df9bbcd57c"> 125</a></span>&#160;<span class="preprocessor">#define PAC_INTENSET_MASK _U_(0x01) </span></div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- PAC_INTFLAGAHB : (PAC Offset: 0x10) (R/W 32) Bridge interrupt flag status -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00129"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGAHB__Type.html"> 129</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="l00130"></a><span class="lineno"> 130</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00131"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGAHB__Type.html#a1493abd9914771840e728a4dab68a1ea"> 131</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGAHB__Type.html#a1493abd9914771840e728a4dab68a1ea">FLASH_</a>:1; </div>
<div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGAHB__Type.html#a7d2a708765a14bb35460c63de3b75590"> 132</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGAHB__Type.html#a7d2a708765a14bb35460c63de3b75590">FLASH_ALT_</a>:1; </div>
<div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGAHB__Type.html#a310905c2f2afce8975a98763dc14c3ec"> 133</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGAHB__Type.html#a310905c2f2afce8975a98763dc14c3ec">SEEPROM_</a>:1; </div>
<div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGAHB__Type.html#a2d4c3bba65e47d367fb014731fa70f61"> 134</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGAHB__Type.html#a2d4c3bba65e47d367fb014731fa70f61">RAMCM4S_</a>:1; </div>
<div class="line"><a name="l00135"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGAHB__Type.html#a4273db3850a034ba9e0617c9db9076b6"> 135</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGAHB__Type.html#a4273db3850a034ba9e0617c9db9076b6">RAMPPPDSU_</a>:1; </div>
<div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGAHB__Type.html#a9de15febf70997de358bac6dd2ee9399"> 136</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGAHB__Type.html#a9de15febf70997de358bac6dd2ee9399">RAMDMAWR_</a>:1; </div>
<div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGAHB__Type.html#ad54e6f74a8c8d915cefb76151c80a32e"> 137</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGAHB__Type.html#ad54e6f74a8c8d915cefb76151c80a32e">RAMDMACICM_</a>:1; </div>
<div class="line"><a name="l00138"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGAHB__Type.html#a4f02abe23ecb09a7e8b22aa17c75e72e"> 138</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGAHB__Type.html#a4f02abe23ecb09a7e8b22aa17c75e72e">HPB0_</a>:1; </div>
<div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGAHB__Type.html#afdedb761fe7c06817c11b1a118328587"> 139</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGAHB__Type.html#afdedb761fe7c06817c11b1a118328587">HPB1_</a>:1; </div>
<div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGAHB__Type.html#a1265ba4ea019230d8dcb8349a78837fc"> 140</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGAHB__Type.html#a1265ba4ea019230d8dcb8349a78837fc">HPB2_</a>:1; </div>
<div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGAHB__Type.html#a1a621bbacf6593fe6841ccbaa61d3d98"> 141</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGAHB__Type.html#a1a621bbacf6593fe6841ccbaa61d3d98">HPB3_</a>:1; </div>
<div class="line"><a name="l00142"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGAHB__Type.html#aeb3f9bcef60e3e2638d884eaeab9ebb3"> 142</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGAHB__Type.html#aeb3f9bcef60e3e2638d884eaeab9ebb3">PUKCC_</a>:1; </div>
<div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGAHB__Type.html#a444669982642924724acf6482026651b"> 143</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGAHB__Type.html#a444669982642924724acf6482026651b">SDHC0_</a>:1; </div>
<div class="line"><a name="l00144"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGAHB__Type.html#a9983e75a9b9ff79e16642e058872aa6d"> 144</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGAHB__Type.html#a9983e75a9b9ff79e16642e058872aa6d">SDHC1_</a>:1; </div>
<div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGAHB__Type.html#addf451dda42bd9b4bd1834403fc7b063"> 145</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGAHB__Type.html#addf451dda42bd9b4bd1834403fc7b063">QSPI_</a>:1; </div>
<div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGAHB__Type.html#a893751a8f7a5cf86b41c6d7f9ad4b56a"> 146</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGAHB__Type.html#a893751a8f7a5cf86b41c6d7f9ad4b56a">BKUPRAM_</a>:1; </div>
<div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGAHB__Type.html#a78cb36b5246ea3187029b85021e02e6f"> 147</a></span>&#160; __I <a class="code" href="unionPAC__INTFLAGAHB__Type.html#a78cb36b5246ea3187029b85021e02e6f">uint32_t</a> :16; </div>
<div class="line"><a name="l00148"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGAHB__Type.html#a4badf732f5c781563938307f3a763180"> 148</a></span>&#160; } bit; </div>
<div class="line"><a name="l00149"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGAHB__Type.html#a540fa7338dbb77f067ecbc09c69394a8"> 149</a></span>&#160; uint32_t <a class="code" href="unionPAC__INTFLAGAHB__Type.html#a540fa7338dbb77f067ecbc09c69394a8">reg</a>; </div>
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160;} <a class="code" href="unionPAC__INTFLAGAHB__Type.html">PAC_INTFLAGAHB_Type</a>;</div>
<div class="line"><a name="l00151"></a><span class="lineno"> 151</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="l00152"></a><span class="lineno"> 152</span>&#160; </div>
<div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a83fa61fe80493623b4c03803a5868356"> 153</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_OFFSET 0x10 </span></div>
<div class="line"><a name="l00154"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a26d7f3826d7482e68af262319e44f4ed"> 154</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_RESETVALUE _U_(0x00000000) </span></div>
<div class="line"><a name="l00156"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a9473b5c5dff72c63c354118051ce0ee6"> 156</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_FLASH_Pos 0 </span></div>
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_FLASH (_U_(0x1) &lt;&lt; PAC_INTFLAGAHB_FLASH_Pos)</span></div>
<div class="line"><a name="l00158"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#acaded044371918fe0d8eaed785c99603"> 158</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_FLASH_ALT_Pos 1 </span></div>
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_FLASH_ALT (_U_(0x1) &lt;&lt; PAC_INTFLAGAHB_FLASH_ALT_Pos)</span></div>
<div class="line"><a name="l00160"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#af83bd5337e86d3519aa5e912b0019d23"> 160</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_SEEPROM_Pos 2 </span></div>
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_SEEPROM (_U_(0x1) &lt;&lt; PAC_INTFLAGAHB_SEEPROM_Pos)</span></div>
<div class="line"><a name="l00162"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a27fef4a558c34041d427e9d9dc3aea03"> 162</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_RAMCM4S_Pos 3 </span></div>
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_RAMCM4S (_U_(0x1) &lt;&lt; PAC_INTFLAGAHB_RAMCM4S_Pos)</span></div>
<div class="line"><a name="l00164"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#aaf95888cc36a5e902ba1738258905d0f"> 164</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_RAMPPPDSU_Pos 4 </span></div>
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_RAMPPPDSU (_U_(0x1) &lt;&lt; PAC_INTFLAGAHB_RAMPPPDSU_Pos)</span></div>
<div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a7bee76177eed9c9d314fda3b6af62b01"> 166</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_RAMDMAWR_Pos 5 </span></div>
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_RAMDMAWR (_U_(0x1) &lt;&lt; PAC_INTFLAGAHB_RAMDMAWR_Pos)</span></div>
<div class="line"><a name="l00168"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a4a02cb89dc754be9bee043c2593624a0"> 168</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_RAMDMACICM_Pos 6 </span></div>
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_RAMDMACICM (_U_(0x1) &lt;&lt; PAC_INTFLAGAHB_RAMDMACICM_Pos)</span></div>
<div class="line"><a name="l00170"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a9060cadbd6000995c8033e96d40c2ee3"> 170</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_HPB0_Pos 7 </span></div>
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_HPB0 (_U_(0x1) &lt;&lt; PAC_INTFLAGAHB_HPB0_Pos)</span></div>
<div class="line"><a name="l00172"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#afa1c35302b965176e72cad01c2f93bdf"> 172</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_HPB1_Pos 8 </span></div>
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_HPB1 (_U_(0x1) &lt;&lt; PAC_INTFLAGAHB_HPB1_Pos)</span></div>
<div class="line"><a name="l00174"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a8cb745f54251f1a82c17a32b53aea8a1"> 174</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_HPB2_Pos 9 </span></div>
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_HPB2 (_U_(0x1) &lt;&lt; PAC_INTFLAGAHB_HPB2_Pos)</span></div>
<div class="line"><a name="l00176"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a192895933b071d5cdb982db8da4a8d57"> 176</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_HPB3_Pos 10 </span></div>
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_HPB3 (_U_(0x1) &lt;&lt; PAC_INTFLAGAHB_HPB3_Pos)</span></div>
<div class="line"><a name="l00178"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a0c7426feb2540f45d9c69acaba2b47f4"> 178</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_PUKCC_Pos 11 </span></div>
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_PUKCC (_U_(0x1) &lt;&lt; PAC_INTFLAGAHB_PUKCC_Pos)</span></div>
<div class="line"><a name="l00180"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a3d147aaf7e9214d2e9410a3bca2a45e0"> 180</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_SDHC0_Pos 12 </span></div>
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_SDHC0 (_U_(0x1) &lt;&lt; PAC_INTFLAGAHB_SDHC0_Pos)</span></div>
<div class="line"><a name="l00182"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a0bec90f71c0cac5670de1420312112b7"> 182</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_SDHC1_Pos 13 </span></div>
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_SDHC1 (_U_(0x1) &lt;&lt; PAC_INTFLAGAHB_SDHC1_Pos)</span></div>
<div class="line"><a name="l00184"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#aaebf905b86746dac228ca6a761ffbead"> 184</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_QSPI_Pos 14 </span></div>
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_QSPI (_U_(0x1) &lt;&lt; PAC_INTFLAGAHB_QSPI_Pos)</span></div>
<div class="line"><a name="l00186"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a5048def2bee9c55d741ea4d4dcb2af86"> 186</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_BKUPRAM_Pos 15 </span></div>
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_BKUPRAM (_U_(0x1) &lt;&lt; PAC_INTFLAGAHB_BKUPRAM_Pos)</span></div>
<div class="line"><a name="l00188"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ade378cf78980d5a5047a176b8fe09375"> 188</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGAHB_MASK _U_(0x0000FFFF) </span></div>
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- PAC_INTFLAGA : (PAC Offset: 0x14) (R/W 32) Peripheral interrupt flag status - Bridge A -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00191"></a><span class="lineno"> 191</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00192"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGA__Type.html"> 192</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="l00193"></a><span class="lineno"> 193</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00194"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGA__Type.html#a511c299d6068f6a6e51f49fd4a2844d2"> 194</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGA__Type.html#a511c299d6068f6a6e51f49fd4a2844d2">PAC_</a>:1; </div>
<div class="line"><a name="l00195"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGA__Type.html#a9525cf7e0c365d6f0c5a68b73c759964"> 195</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGA__Type.html#a9525cf7e0c365d6f0c5a68b73c759964">PM_</a>:1; </div>
<div class="line"><a name="l00196"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGA__Type.html#aab517d8db3c0e8ae6175f01fa838771a"> 196</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGA__Type.html#aab517d8db3c0e8ae6175f01fa838771a">MCLK_</a>:1; </div>
<div class="line"><a name="l00197"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGA__Type.html#a6a24655756223a11de0700ef7b467113"> 197</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGA__Type.html#a6a24655756223a11de0700ef7b467113">RSTC_</a>:1; </div>
<div class="line"><a name="l00198"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGA__Type.html#a5b62a0a2939e792001834edc95b780f1"> 198</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGA__Type.html#a5b62a0a2939e792001834edc95b780f1">OSCCTRL_</a>:1; </div>
<div class="line"><a name="l00199"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGA__Type.html#a62ebbd62cd313325cc08d077904600ad"> 199</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGA__Type.html#a62ebbd62cd313325cc08d077904600ad">OSC32KCTRL_</a>:1; </div>
<div class="line"><a name="l00200"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGA__Type.html#aba2bb2e7a7561c838a089f1b8ee98dee"> 200</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGA__Type.html#aba2bb2e7a7561c838a089f1b8ee98dee">SUPC_</a>:1; </div>
<div class="line"><a name="l00201"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGA__Type.html#a48e187c4353fe84632a1ce0f8399da79"> 201</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGA__Type.html#a48e187c4353fe84632a1ce0f8399da79">GCLK_</a>:1; </div>
<div class="line"><a name="l00202"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGA__Type.html#a95d433222779b9876e94e13368814529"> 202</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGA__Type.html#a95d433222779b9876e94e13368814529">WDT_</a>:1; </div>
<div class="line"><a name="l00203"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGA__Type.html#a6e74c9366d6bcb61cacf67b07d1229a1"> 203</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGA__Type.html#a6e74c9366d6bcb61cacf67b07d1229a1">RTC_</a>:1; </div>
<div class="line"><a name="l00204"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGA__Type.html#a52682830a2ffd3c81aa5b7b7ae1c4066"> 204</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGA__Type.html#a52682830a2ffd3c81aa5b7b7ae1c4066">EIC_</a>:1; </div>
<div class="line"><a name="l00205"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGA__Type.html#a5dd12b70fc137215000d2bf3875da549"> 205</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGA__Type.html#a5dd12b70fc137215000d2bf3875da549">FREQM_</a>:1; </div>
<div class="line"><a name="l00206"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGA__Type.html#ace4c8ba6ab5ad18c940146e24f158529"> 206</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGA__Type.html#ace4c8ba6ab5ad18c940146e24f158529">SERCOM0_</a>:1; </div>
<div class="line"><a name="l00207"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGA__Type.html#a09c28099696365f89840c5597b74ac00"> 207</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGA__Type.html#a09c28099696365f89840c5597b74ac00">SERCOM1_</a>:1; </div>
<div class="line"><a name="l00208"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGA__Type.html#a5595e182f568d040022828a7dae973b7"> 208</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGA__Type.html#a5595e182f568d040022828a7dae973b7">TC0_</a>:1; </div>
<div class="line"><a name="l00209"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGA__Type.html#aa5cc5a43cf0e145021b6121dc90d1948"> 209</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGA__Type.html#aa5cc5a43cf0e145021b6121dc90d1948">TC1_</a>:1; </div>
<div class="line"><a name="l00210"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGA__Type.html#a7a6220dfd32208d1565a7ec5f480576c"> 210</a></span>&#160; __I <a class="code" href="unionPAC__INTFLAGA__Type.html#a7a6220dfd32208d1565a7ec5f480576c">uint32_t</a> :16; </div>
<div class="line"><a name="l00211"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGA__Type.html#a827742a52e59527f20fa93140dc98c32"> 211</a></span>&#160; } bit; </div>
<div class="line"><a name="l00212"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGA__Type.html#a41aaf8213e2017431cfb9aa20dd349b9"> 212</a></span>&#160; uint32_t <a class="code" href="unionPAC__INTFLAGA__Type.html#a41aaf8213e2017431cfb9aa20dd349b9">reg</a>; </div>
<div class="line"><a name="l00213"></a><span class="lineno"> 213</span>&#160;} <a class="code" href="unionPAC__INTFLAGA__Type.html">PAC_INTFLAGA_Type</a>;</div>
<div class="line"><a name="l00214"></a><span class="lineno"> 214</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="l00215"></a><span class="lineno"> 215</span>&#160; </div>
<div class="line"><a name="l00216"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a60a473e4010e9cf3199b82139414f8c1"> 216</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_OFFSET 0x14 </span></div>
<div class="line"><a name="l00217"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ac48baf8aa4b8fb392e030088d32fca07"> 217</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_RESETVALUE _U_(0x00000000) </span></div>
<div class="line"><a name="l00219"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ad876de42e0d96efce9b8ccd0172d70f3"> 219</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_PAC_Pos 0 </span></div>
<div class="line"><a name="l00220"></a><span class="lineno"> 220</span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_PAC (_U_(0x1) &lt;&lt; PAC_INTFLAGA_PAC_Pos)</span></div>
<div class="line"><a name="l00221"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#add3a4639c92a89f74a0bfb8f1e5e4447"> 221</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_PM_Pos 1 </span></div>
<div class="line"><a name="l00222"></a><span class="lineno"> 222</span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_PM (_U_(0x1) &lt;&lt; PAC_INTFLAGA_PM_Pos)</span></div>
<div class="line"><a name="l00223"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a34d71b64255f5253ff36cb01eec6435a"> 223</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_MCLK_Pos 2 </span></div>
<div class="line"><a name="l00224"></a><span class="lineno"> 224</span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_MCLK (_U_(0x1) &lt;&lt; PAC_INTFLAGA_MCLK_Pos)</span></div>
<div class="line"><a name="l00225"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#acea8dc7ff223aaf6ebae753d92457d3e"> 225</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_RSTC_Pos 3 </span></div>
<div class="line"><a name="l00226"></a><span class="lineno"> 226</span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_RSTC (_U_(0x1) &lt;&lt; PAC_INTFLAGA_RSTC_Pos)</span></div>
<div class="line"><a name="l00227"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ab1d2e78c048c19fa40ded1a2164911c1"> 227</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_OSCCTRL_Pos 4 </span></div>
<div class="line"><a name="l00228"></a><span class="lineno"> 228</span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_OSCCTRL (_U_(0x1) &lt;&lt; PAC_INTFLAGA_OSCCTRL_Pos)</span></div>
<div class="line"><a name="l00229"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a98b1bb28cf160cc139d57a5371a2bb57"> 229</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_OSC32KCTRL_Pos 5 </span></div>
<div class="line"><a name="l00230"></a><span class="lineno"> 230</span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_OSC32KCTRL (_U_(0x1) &lt;&lt; PAC_INTFLAGA_OSC32KCTRL_Pos)</span></div>
<div class="line"><a name="l00231"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a3a76db3b81641575ae9d66ccd76f9b57"> 231</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_SUPC_Pos 6 </span></div>
<div class="line"><a name="l00232"></a><span class="lineno"> 232</span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_SUPC (_U_(0x1) &lt;&lt; PAC_INTFLAGA_SUPC_Pos)</span></div>
<div class="line"><a name="l00233"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a79e2af224a5f7298a2780418863d8397"> 233</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_GCLK_Pos 7 </span></div>
<div class="line"><a name="l00234"></a><span class="lineno"> 234</span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_GCLK (_U_(0x1) &lt;&lt; PAC_INTFLAGA_GCLK_Pos)</span></div>
<div class="line"><a name="l00235"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a89762a30c9ce064cb310ef9070a38f39"> 235</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_WDT_Pos 8 </span></div>
<div class="line"><a name="l00236"></a><span class="lineno"> 236</span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_WDT (_U_(0x1) &lt;&lt; PAC_INTFLAGA_WDT_Pos)</span></div>
<div class="line"><a name="l00237"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a3395ee0d9089942d7695d0a5cb854579"> 237</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_RTC_Pos 9 </span></div>
<div class="line"><a name="l00238"></a><span class="lineno"> 238</span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_RTC (_U_(0x1) &lt;&lt; PAC_INTFLAGA_RTC_Pos)</span></div>
<div class="line"><a name="l00239"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a9401973db26dc04699c92c7213d58a71"> 239</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_EIC_Pos 10 </span></div>
<div class="line"><a name="l00240"></a><span class="lineno"> 240</span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_EIC (_U_(0x1) &lt;&lt; PAC_INTFLAGA_EIC_Pos)</span></div>
<div class="line"><a name="l00241"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a1b66f547513abbbfbdca97992cf146e2"> 241</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_FREQM_Pos 11 </span></div>
<div class="line"><a name="l00242"></a><span class="lineno"> 242</span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_FREQM (_U_(0x1) &lt;&lt; PAC_INTFLAGA_FREQM_Pos)</span></div>
<div class="line"><a name="l00243"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ac89041d229f4f141b2542b53ee8fd005"> 243</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_SERCOM0_Pos 12 </span></div>
<div class="line"><a name="l00244"></a><span class="lineno"> 244</span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_SERCOM0 (_U_(0x1) &lt;&lt; PAC_INTFLAGA_SERCOM0_Pos)</span></div>
<div class="line"><a name="l00245"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ac663c6cb21dc94354cf14f9b9e6327b3"> 245</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_SERCOM1_Pos 13 </span></div>
<div class="line"><a name="l00246"></a><span class="lineno"> 246</span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_SERCOM1 (_U_(0x1) &lt;&lt; PAC_INTFLAGA_SERCOM1_Pos)</span></div>
<div class="line"><a name="l00247"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a0d72a5b8fd07b78c40601689bf0a9793"> 247</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_TC0_Pos 14 </span></div>
<div class="line"><a name="l00248"></a><span class="lineno"> 248</span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_TC0 (_U_(0x1) &lt;&lt; PAC_INTFLAGA_TC0_Pos)</span></div>
<div class="line"><a name="l00249"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ae5e8138a0e5e72bffcac678a164ab978"> 249</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_TC1_Pos 15 </span></div>
<div class="line"><a name="l00250"></a><span class="lineno"> 250</span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_TC1 (_U_(0x1) &lt;&lt; PAC_INTFLAGA_TC1_Pos)</span></div>
<div class="line"><a name="l00251"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#acb516faf4eff811311d1d179213ff279"> 251</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGA_MASK _U_(0x0000FFFF) </span></div>
<div class="line"><a name="l00253"></a><span class="lineno"> 253</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- PAC_INTFLAGB : (PAC Offset: 0x18) (R/W 32) Peripheral interrupt flag status - Bridge B -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00254"></a><span class="lineno"> 254</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00255"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGB__Type.html"> 255</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="l00256"></a><span class="lineno"> 256</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00257"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGB__Type.html#accaa67d99213e877b038d3d87f2c8535"> 257</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGB__Type.html#accaa67d99213e877b038d3d87f2c8535">USB_</a>:1; </div>
<div class="line"><a name="l00258"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGB__Type.html#abf8a9c210c3ddcd55ab05599a0d64b6c"> 258</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGB__Type.html#abf8a9c210c3ddcd55ab05599a0d64b6c">DSU_</a>:1; </div>
<div class="line"><a name="l00259"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGB__Type.html#a9dad06dddaea9e7c0418c07e829c3d92"> 259</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGB__Type.html#a9dad06dddaea9e7c0418c07e829c3d92">NVMCTRL_</a>:1; </div>
<div class="line"><a name="l00260"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGB__Type.html#acea63acd8d9a3a8f0e1efa762425a2e9"> 260</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGB__Type.html#acea63acd8d9a3a8f0e1efa762425a2e9">CMCC_</a>:1; </div>
<div class="line"><a name="l00261"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGB__Type.html#a43699cc1634c4ba9fa31b1e35ae1866c"> 261</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGB__Type.html#a43699cc1634c4ba9fa31b1e35ae1866c">PORT_</a>:1; </div>
<div class="line"><a name="l00262"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGB__Type.html#a82b30ced1dc0078620083e1b73c4acda"> 262</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGB__Type.html#a82b30ced1dc0078620083e1b73c4acda">DMAC_</a>:1; </div>
<div class="line"><a name="l00263"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGB__Type.html#ac6a1e0fcd718d3a0238303e84e094baa"> 263</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGB__Type.html#ac6a1e0fcd718d3a0238303e84e094baa">HMATRIX_</a>:1; </div>
<div class="line"><a name="l00264"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGB__Type.html#aa2eef6cf3256b0880a7fffe0b886525c"> 264</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGB__Type.html#aa2eef6cf3256b0880a7fffe0b886525c">EVSYS_</a>:1; </div>
<div class="line"><a name="l00265"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGB__Type.html#aa1cc3912243057d318814c9aa4cefb20"> 265</a></span>&#160; __I <a class="code" href="unionPAC__INTFLAGB__Type.html#aa1cc3912243057d318814c9aa4cefb20">uint32_t</a> :1; </div>
<div class="line"><a name="l00266"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGB__Type.html#ab589357b8c6d24d9146d0a3ecab8e661"> 266</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGB__Type.html#ab589357b8c6d24d9146d0a3ecab8e661">SERCOM2_</a>:1; </div>
<div class="line"><a name="l00267"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGB__Type.html#ac3ea70df4df1bbeca1b1f96a0e7e7211"> 267</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGB__Type.html#ac3ea70df4df1bbeca1b1f96a0e7e7211">SERCOM3_</a>:1; </div>
<div class="line"><a name="l00268"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGB__Type.html#a2c8ab9a8e0b3a98aa9a444c02b88be09"> 268</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGB__Type.html#a2c8ab9a8e0b3a98aa9a444c02b88be09">TCC0_</a>:1; </div>
<div class="line"><a name="l00269"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGB__Type.html#a0b96b1fe0fcfae9dd6d9ac4a80a2921c"> 269</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGB__Type.html#a0b96b1fe0fcfae9dd6d9ac4a80a2921c">TCC1_</a>:1; </div>
<div class="line"><a name="l00270"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGB__Type.html#a42ab2afce5b6d4014a963a099ba802d1"> 270</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGB__Type.html#a42ab2afce5b6d4014a963a099ba802d1">TC2_</a>:1; </div>
<div class="line"><a name="l00271"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGB__Type.html#a420ad99d701f2ca2909e0ac0f2799958"> 271</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGB__Type.html#a420ad99d701f2ca2909e0ac0f2799958">TC3_</a>:1; </div>
<div class="line"><a name="l00272"></a><span class="lineno"> 272</span>&#160; __I uint32_t :1; </div>
<div class="line"><a name="l00273"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGB__Type.html#aa710c7cc4bdf69480615823f4944aa20"> 273</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGB__Type.html#aa710c7cc4bdf69480615823f4944aa20">RAMECC_</a>:1; </div>
<div class="line"><a name="l00274"></a><span class="lineno"> 274</span>&#160; __I uint32_t :15; </div>
<div class="line"><a name="l00275"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGB__Type.html#a80b37fd3ec76f2283cc9058c8589dae7"> 275</a></span>&#160; } bit; </div>
<div class="line"><a name="l00276"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGB__Type.html#acdf853a942ed023f4f1c06ab94483ef1"> 276</a></span>&#160; uint32_t <a class="code" href="unionPAC__INTFLAGB__Type.html#acdf853a942ed023f4f1c06ab94483ef1">reg</a>; </div>
<div class="line"><a name="l00277"></a><span class="lineno"> 277</span>&#160;} <a class="code" href="unionPAC__INTFLAGB__Type.html">PAC_INTFLAGB_Type</a>;</div>
<div class="line"><a name="l00278"></a><span class="lineno"> 278</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="l00279"></a><span class="lineno"> 279</span>&#160; </div>
<div class="line"><a name="l00280"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a008f186584878920c54459ef777fa7cf"> 280</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_OFFSET 0x18 </span></div>
<div class="line"><a name="l00281"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a565a30045293eefff3bffdf0772e38b2"> 281</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_RESETVALUE _U_(0x00000000) </span></div>
<div class="line"><a name="l00283"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a518b16d2f73cb68cd1553e57d99592d3"> 283</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_USB_Pos 0 </span></div>
<div class="line"><a name="l00284"></a><span class="lineno"> 284</span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_USB (_U_(0x1) &lt;&lt; PAC_INTFLAGB_USB_Pos)</span></div>
<div class="line"><a name="l00285"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#af37fe8fcd3be26d9a958db2acf1f6ec2"> 285</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_DSU_Pos 1 </span></div>
<div class="line"><a name="l00286"></a><span class="lineno"> 286</span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_DSU (_U_(0x1) &lt;&lt; PAC_INTFLAGB_DSU_Pos)</span></div>
<div class="line"><a name="l00287"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ad2e15892745f7ecbb2385a50e6c362b4"> 287</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_NVMCTRL_Pos 2 </span></div>
<div class="line"><a name="l00288"></a><span class="lineno"> 288</span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_NVMCTRL (_U_(0x1) &lt;&lt; PAC_INTFLAGB_NVMCTRL_Pos)</span></div>
<div class="line"><a name="l00289"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a7a471c09066b44eedf66a6e2edb9b5db"> 289</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_CMCC_Pos 3 </span></div>
<div class="line"><a name="l00290"></a><span class="lineno"> 290</span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_CMCC (_U_(0x1) &lt;&lt; PAC_INTFLAGB_CMCC_Pos)</span></div>
<div class="line"><a name="l00291"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a5d40b284fd3ed69513d99dcba5ef170b"> 291</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_PORT_Pos 4 </span></div>
<div class="line"><a name="l00292"></a><span class="lineno"> 292</span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_PORT (_U_(0x1) &lt;&lt; PAC_INTFLAGB_PORT_Pos)</span></div>
<div class="line"><a name="l00293"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a98f31cffc77f594f95cb08741260eb99"> 293</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_DMAC_Pos 5 </span></div>
<div class="line"><a name="l00294"></a><span class="lineno"> 294</span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_DMAC (_U_(0x1) &lt;&lt; PAC_INTFLAGB_DMAC_Pos)</span></div>
<div class="line"><a name="l00295"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a6d2d80d01becd0e74b0b232039798dd4"> 295</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_HMATRIX_Pos 6 </span></div>
<div class="line"><a name="l00296"></a><span class="lineno"> 296</span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_HMATRIX (_U_(0x1) &lt;&lt; PAC_INTFLAGB_HMATRIX_Pos)</span></div>
<div class="line"><a name="l00297"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a1b5c52d368464bd3731ad2e14953d6a4"> 297</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_EVSYS_Pos 7 </span></div>
<div class="line"><a name="l00298"></a><span class="lineno"> 298</span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_EVSYS (_U_(0x1) &lt;&lt; PAC_INTFLAGB_EVSYS_Pos)</span></div>
<div class="line"><a name="l00299"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#af93fbb838efad6e7ad00dddc4d27ad82"> 299</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_SERCOM2_Pos 9 </span></div>
<div class="line"><a name="l00300"></a><span class="lineno"> 300</span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_SERCOM2 (_U_(0x1) &lt;&lt; PAC_INTFLAGB_SERCOM2_Pos)</span></div>
<div class="line"><a name="l00301"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ae3d23fa4e7329fbeae7327f01767f9b6"> 301</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_SERCOM3_Pos 10 </span></div>
<div class="line"><a name="l00302"></a><span class="lineno"> 302</span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_SERCOM3 (_U_(0x1) &lt;&lt; PAC_INTFLAGB_SERCOM3_Pos)</span></div>
<div class="line"><a name="l00303"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a18dc4787b5c1bdcd5535e3beff034376"> 303</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_TCC0_Pos 11 </span></div>
<div class="line"><a name="l00304"></a><span class="lineno"> 304</span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_TCC0 (_U_(0x1) &lt;&lt; PAC_INTFLAGB_TCC0_Pos)</span></div>
<div class="line"><a name="l00305"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#adc980629818d5a45bc8a194960f5da33"> 305</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_TCC1_Pos 12 </span></div>
<div class="line"><a name="l00306"></a><span class="lineno"> 306</span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_TCC1 (_U_(0x1) &lt;&lt; PAC_INTFLAGB_TCC1_Pos)</span></div>
<div class="line"><a name="l00307"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ab5922e5483fb1dd7d8077ad8b0776874"> 307</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_TC2_Pos 13 </span></div>
<div class="line"><a name="l00308"></a><span class="lineno"> 308</span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_TC2 (_U_(0x1) &lt;&lt; PAC_INTFLAGB_TC2_Pos)</span></div>
<div class="line"><a name="l00309"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a5b8ef5c2741104b2be6be401cb407f63"> 309</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_TC3_Pos 14 </span></div>
<div class="line"><a name="l00310"></a><span class="lineno"> 310</span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_TC3 (_U_(0x1) &lt;&lt; PAC_INTFLAGB_TC3_Pos)</span></div>
<div class="line"><a name="l00311"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a52422b0401cc33470cd1bb1a3902f75a"> 311</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_RAMECC_Pos 16 </span></div>
<div class="line"><a name="l00312"></a><span class="lineno"> 312</span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_RAMECC (_U_(0x1) &lt;&lt; PAC_INTFLAGB_RAMECC_Pos)</span></div>
<div class="line"><a name="l00313"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a707b08b4a7e4c1e636e402d60cb23cdc"> 313</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGB_MASK _U_(0x00017EFF) </span></div>
<div class="line"><a name="l00315"></a><span class="lineno"> 315</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- PAC_INTFLAGC : (PAC Offset: 0x1C) (R/W 32) Peripheral interrupt flag status - Bridge C -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00316"></a><span class="lineno"> 316</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00317"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGC__Type.html"> 317</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="l00318"></a><span class="lineno"> 318</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00319"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGC__Type.html#a42edae4e0859ddf7fc3e2c690907ed65"> 319</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGC__Type.html#a42edae4e0859ddf7fc3e2c690907ed65">CAN0_</a>:1; </div>
<div class="line"><a name="l00320"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGC__Type.html#a023532988624a71f27db6a355145296b"> 320</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGC__Type.html#a023532988624a71f27db6a355145296b">CAN1_</a>:1; </div>
<div class="line"><a name="l00321"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGC__Type.html#aa1321746f5b0830e0599e51d0f3c4744"> 321</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGC__Type.html#aa1321746f5b0830e0599e51d0f3c4744">GMAC_</a>:1; </div>
<div class="line"><a name="l00322"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGC__Type.html#ae670501a7336a5e9a357315adcf88dbc"> 322</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGC__Type.html#ae670501a7336a5e9a357315adcf88dbc">TCC2_</a>:1; </div>
<div class="line"><a name="l00323"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGC__Type.html#a598abfcfd83c840b8cada60131df264f"> 323</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGC__Type.html#a598abfcfd83c840b8cada60131df264f">TCC3_</a>:1; </div>
<div class="line"><a name="l00324"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGC__Type.html#aabdb939a85dd73d733b5abc8baaed9e2"> 324</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGC__Type.html#aabdb939a85dd73d733b5abc8baaed9e2">TC4_</a>:1; </div>
<div class="line"><a name="l00325"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGC__Type.html#aff2d9a7a6e808ace1310cd4295b83158"> 325</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGC__Type.html#aff2d9a7a6e808ace1310cd4295b83158">TC5_</a>:1; </div>
<div class="line"><a name="l00326"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGC__Type.html#a97dbaa143295d908adb375f362088d99"> 326</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGC__Type.html#a97dbaa143295d908adb375f362088d99">PDEC_</a>:1; </div>
<div class="line"><a name="l00327"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGC__Type.html#a27528872a5332ef9a1bafcc716ac7c19"> 327</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGC__Type.html#a27528872a5332ef9a1bafcc716ac7c19">AC_</a>:1; </div>
<div class="line"><a name="l00328"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGC__Type.html#a16f876f912b40e08156948d7be37a0e6"> 328</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGC__Type.html#a16f876f912b40e08156948d7be37a0e6">AES_</a>:1; </div>
<div class="line"><a name="l00329"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGC__Type.html#aba570551a632e3978c436fa9599cad9b"> 329</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGC__Type.html#aba570551a632e3978c436fa9599cad9b">TRNG_</a>:1; </div>
<div class="line"><a name="l00330"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGC__Type.html#ae4036404a026fc2d5612b47f60c43b5f"> 330</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGC__Type.html#ae4036404a026fc2d5612b47f60c43b5f">ICM_</a>:1; </div>
<div class="line"><a name="l00331"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGC__Type.html#a8740afb91b0bc8183aae69ce38479b5f"> 331</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGC__Type.html#a8740afb91b0bc8183aae69ce38479b5f">PUKCC_</a>:1; </div>
<div class="line"><a name="l00332"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGC__Type.html#a296ad3b2f810fa13f696a4bd8730f4a0"> 332</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGC__Type.html#a296ad3b2f810fa13f696a4bd8730f4a0">QSPI_</a>:1; </div>
<div class="line"><a name="l00333"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGC__Type.html#a05e4b98eeddfe34287a943d9fa865f5e"> 333</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGC__Type.html#a05e4b98eeddfe34287a943d9fa865f5e">CCL_</a>:1; </div>
<div class="line"><a name="l00334"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGC__Type.html#ad5e02e317c394fa5a913e6e646f02040"> 334</a></span>&#160; __I <a class="code" href="unionPAC__INTFLAGC__Type.html#ad5e02e317c394fa5a913e6e646f02040">uint32_t</a> :17; </div>
<div class="line"><a name="l00335"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGC__Type.html#a44f729d4775db31f48d9ffa214118989"> 335</a></span>&#160; } bit; </div>
<div class="line"><a name="l00336"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGC__Type.html#ae236ec8b8a9d57f74bd7198501411f8c"> 336</a></span>&#160; uint32_t <a class="code" href="unionPAC__INTFLAGC__Type.html#ae236ec8b8a9d57f74bd7198501411f8c">reg</a>; </div>
<div class="line"><a name="l00337"></a><span class="lineno"> 337</span>&#160;} <a class="code" href="unionPAC__INTFLAGC__Type.html">PAC_INTFLAGC_Type</a>;</div>
<div class="line"><a name="l00338"></a><span class="lineno"> 338</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="l00339"></a><span class="lineno"> 339</span>&#160; </div>
<div class="line"><a name="l00340"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a917dcc040608ffd02857a4f84194be21"> 340</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_OFFSET 0x1C </span></div>
<div class="line"><a name="l00341"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a2ce41e793355fdc0e3a1835e8ef29188"> 341</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_RESETVALUE _U_(0x00000000) </span></div>
<div class="line"><a name="l00343"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a917262dc373844aabf0ccf4f5c6dbe97"> 343</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_CAN0_Pos 0 </span></div>
<div class="line"><a name="l00344"></a><span class="lineno"> 344</span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_CAN0 (_U_(0x1) &lt;&lt; PAC_INTFLAGC_CAN0_Pos)</span></div>
<div class="line"><a name="l00345"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ae07f74c392b43fb5f37ea84f6961d9d5"> 345</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_CAN1_Pos 1 </span></div>
<div class="line"><a name="l00346"></a><span class="lineno"> 346</span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_CAN1 (_U_(0x1) &lt;&lt; PAC_INTFLAGC_CAN1_Pos)</span></div>
<div class="line"><a name="l00347"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a37d890cc00f055efbc30bf8bb7a164e3"> 347</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_GMAC_Pos 2 </span></div>
<div class="line"><a name="l00348"></a><span class="lineno"> 348</span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_GMAC (_U_(0x1) &lt;&lt; PAC_INTFLAGC_GMAC_Pos)</span></div>
<div class="line"><a name="l00349"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a2a6694132bd55f596d80a23a5098e7a6"> 349</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_TCC2_Pos 3 </span></div>
<div class="line"><a name="l00350"></a><span class="lineno"> 350</span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_TCC2 (_U_(0x1) &lt;&lt; PAC_INTFLAGC_TCC2_Pos)</span></div>
<div class="line"><a name="l00351"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a0f618902a13efb8dadb63acb67b9b98e"> 351</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_TCC3_Pos 4 </span></div>
<div class="line"><a name="l00352"></a><span class="lineno"> 352</span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_TCC3 (_U_(0x1) &lt;&lt; PAC_INTFLAGC_TCC3_Pos)</span></div>
<div class="line"><a name="l00353"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a644540ca6bb514d5d388c2ea48e90baa"> 353</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_TC4_Pos 5 </span></div>
<div class="line"><a name="l00354"></a><span class="lineno"> 354</span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_TC4 (_U_(0x1) &lt;&lt; PAC_INTFLAGC_TC4_Pos)</span></div>
<div class="line"><a name="l00355"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a985a1983180b50bc944118ada684cb61"> 355</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_TC5_Pos 6 </span></div>
<div class="line"><a name="l00356"></a><span class="lineno"> 356</span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_TC5 (_U_(0x1) &lt;&lt; PAC_INTFLAGC_TC5_Pos)</span></div>
<div class="line"><a name="l00357"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a0c9398bc05b77ffe161a2a66274d20b1"> 357</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_PDEC_Pos 7 </span></div>
<div class="line"><a name="l00358"></a><span class="lineno"> 358</span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_PDEC (_U_(0x1) &lt;&lt; PAC_INTFLAGC_PDEC_Pos)</span></div>
<div class="line"><a name="l00359"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a3b312cbab7d99787dbb16d434e3707ae"> 359</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_AC_Pos 8 </span></div>
<div class="line"><a name="l00360"></a><span class="lineno"> 360</span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_AC (_U_(0x1) &lt;&lt; PAC_INTFLAGC_AC_Pos)</span></div>
<div class="line"><a name="l00361"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a907567b05744c1f2a034f8f730f72c47"> 361</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_AES_Pos 9 </span></div>
<div class="line"><a name="l00362"></a><span class="lineno"> 362</span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_AES (_U_(0x1) &lt;&lt; PAC_INTFLAGC_AES_Pos)</span></div>
<div class="line"><a name="l00363"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a22ee6ab690da90cff67b50a87c04ce59"> 363</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_TRNG_Pos 10 </span></div>
<div class="line"><a name="l00364"></a><span class="lineno"> 364</span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_TRNG (_U_(0x1) &lt;&lt; PAC_INTFLAGC_TRNG_Pos)</span></div>
<div class="line"><a name="l00365"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ae35f00083020b8e4fe95de4f8526eacc"> 365</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_ICM_Pos 11 </span></div>
<div class="line"><a name="l00366"></a><span class="lineno"> 366</span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_ICM (_U_(0x1) &lt;&lt; PAC_INTFLAGC_ICM_Pos)</span></div>
<div class="line"><a name="l00367"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a4b4e1cc111974efabc8ee622946dd447"> 367</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_PUKCC_Pos 12 </span></div>
<div class="line"><a name="l00368"></a><span class="lineno"> 368</span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_PUKCC (_U_(0x1) &lt;&lt; PAC_INTFLAGC_PUKCC_Pos)</span></div>
<div class="line"><a name="l00369"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ad1fa09e537e734f3c83b5e873fa179e5"> 369</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_QSPI_Pos 13 </span></div>
<div class="line"><a name="l00370"></a><span class="lineno"> 370</span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_QSPI (_U_(0x1) &lt;&lt; PAC_INTFLAGC_QSPI_Pos)</span></div>
<div class="line"><a name="l00371"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a9e6f8f32e165dffa33efb4999c8f9f3f"> 371</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_CCL_Pos 14 </span></div>
<div class="line"><a name="l00372"></a><span class="lineno"> 372</span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_CCL (_U_(0x1) &lt;&lt; PAC_INTFLAGC_CCL_Pos)</span></div>
<div class="line"><a name="l00373"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a4cce7e4ad8ae62263da0d09e97638410"> 373</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGC_MASK _U_(0x00007FFF) </span></div>
<div class="line"><a name="l00375"></a><span class="lineno"> 375</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- PAC_INTFLAGD : (PAC Offset: 0x20) (R/W 32) Peripheral interrupt flag status - Bridge D -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00376"></a><span class="lineno"> 376</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00377"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGD__Type.html"> 377</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="l00378"></a><span class="lineno"> 378</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00379"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGD__Type.html#a966704eb1cee1b8be9de6a67ba297324"> 379</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGD__Type.html#a966704eb1cee1b8be9de6a67ba297324">SERCOM4_</a>:1; </div>
<div class="line"><a name="l00380"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGD__Type.html#a2ed7d13d59aa2ef7c00ae44092e6fa2d"> 380</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGD__Type.html#a2ed7d13d59aa2ef7c00ae44092e6fa2d">SERCOM5_</a>:1; </div>
<div class="line"><a name="l00381"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGD__Type.html#a28ca84661663e359d029690a111697ab"> 381</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGD__Type.html#a28ca84661663e359d029690a111697ab">SERCOM6_</a>:1; </div>
<div class="line"><a name="l00382"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGD__Type.html#aca179dde58f3ff1f0cc029701b487add"> 382</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGD__Type.html#aca179dde58f3ff1f0cc029701b487add">SERCOM7_</a>:1; </div>
<div class="line"><a name="l00383"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGD__Type.html#a441228b1e4585ee22dd24744f7d7f21d"> 383</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGD__Type.html#a441228b1e4585ee22dd24744f7d7f21d">TCC4_</a>:1; </div>
<div class="line"><a name="l00384"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGD__Type.html#ad6512d05650fcc3d8e305e2365402911"> 384</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGD__Type.html#ad6512d05650fcc3d8e305e2365402911">TC6_</a>:1; </div>
<div class="line"><a name="l00385"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGD__Type.html#ae3bc8b5a1fb9ff5366701d71582ee39f"> 385</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGD__Type.html#ae3bc8b5a1fb9ff5366701d71582ee39f">TC7_</a>:1; </div>
<div class="line"><a name="l00386"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGD__Type.html#a8ed92cc6f5f114f82bf3f77f6a9f602f"> 386</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGD__Type.html#a8ed92cc6f5f114f82bf3f77f6a9f602f">ADC0_</a>:1; </div>
<div class="line"><a name="l00387"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGD__Type.html#a07dc277b04812483b5461236ce1e3b2d"> 387</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGD__Type.html#a07dc277b04812483b5461236ce1e3b2d">ADC1_</a>:1; </div>
<div class="line"><a name="l00388"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGD__Type.html#a18fbc6fd875a11949d5bea5a39369d88"> 388</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGD__Type.html#a18fbc6fd875a11949d5bea5a39369d88">DAC_</a>:1; </div>
<div class="line"><a name="l00389"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGD__Type.html#a73e6c998d7f7c1e9a8224bee7541d16b"> 389</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGD__Type.html#a73e6c998d7f7c1e9a8224bee7541d16b">I2S_</a>:1; </div>
<div class="line"><a name="l00390"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGD__Type.html#ad0a850c671e07d56fa9a253fdd994389"> 390</a></span>&#160; __I uint32_t <a class="code" href="unionPAC__INTFLAGD__Type.html#ad0a850c671e07d56fa9a253fdd994389">PCC_</a>:1; </div>
<div class="line"><a name="l00391"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGD__Type.html#ac2c56b9e111a6dbbfde71ebd541438b0"> 391</a></span>&#160; __I <a class="code" href="unionPAC__INTFLAGD__Type.html#ac2c56b9e111a6dbbfde71ebd541438b0">uint32_t</a> :20; </div>
<div class="line"><a name="l00392"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGD__Type.html#abe6370339a7289d51c8ff465a0e5c33f"> 392</a></span>&#160; } bit; </div>
<div class="line"><a name="l00393"></a><span class="lineno"><a class="line" href="unionPAC__INTFLAGD__Type.html#a8fc29f2d08e3860cb46efaa9bea5264a"> 393</a></span>&#160; uint32_t <a class="code" href="unionPAC__INTFLAGD__Type.html#a8fc29f2d08e3860cb46efaa9bea5264a">reg</a>; </div>
<div class="line"><a name="l00394"></a><span class="lineno"> 394</span>&#160;} <a class="code" href="unionPAC__INTFLAGD__Type.html">PAC_INTFLAGD_Type</a>;</div>
<div class="line"><a name="l00395"></a><span class="lineno"> 395</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="l00396"></a><span class="lineno"> 396</span>&#160; </div>
<div class="line"><a name="l00397"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a970cb6a03ee41e86ce0fb8a9304f7536"> 397</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGD_OFFSET 0x20 </span></div>
<div class="line"><a name="l00398"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a2f043f534d182198a69716a088028e25"> 398</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGD_RESETVALUE _U_(0x00000000) </span></div>
<div class="line"><a name="l00400"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a3210ae29e51aca63c3a78b61b6f83004"> 400</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGD_SERCOM4_Pos 0 </span></div>
<div class="line"><a name="l00401"></a><span class="lineno"> 401</span>&#160;<span class="preprocessor">#define PAC_INTFLAGD_SERCOM4 (_U_(0x1) &lt;&lt; PAC_INTFLAGD_SERCOM4_Pos)</span></div>
<div class="line"><a name="l00402"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a859b551a7a65676a62c4964dd642024d"> 402</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGD_SERCOM5_Pos 1 </span></div>
<div class="line"><a name="l00403"></a><span class="lineno"> 403</span>&#160;<span class="preprocessor">#define PAC_INTFLAGD_SERCOM5 (_U_(0x1) &lt;&lt; PAC_INTFLAGD_SERCOM5_Pos)</span></div>
<div class="line"><a name="l00404"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a5f9eaecd31eb71cc78608f392a208a19"> 404</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGD_SERCOM6_Pos 2 </span></div>
<div class="line"><a name="l00405"></a><span class="lineno"> 405</span>&#160;<span class="preprocessor">#define PAC_INTFLAGD_SERCOM6 (_U_(0x1) &lt;&lt; PAC_INTFLAGD_SERCOM6_Pos)</span></div>
<div class="line"><a name="l00406"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a1c4d2453abf7d7344408b218cb5b421a"> 406</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGD_SERCOM7_Pos 3 </span></div>
<div class="line"><a name="l00407"></a><span class="lineno"> 407</span>&#160;<span class="preprocessor">#define PAC_INTFLAGD_SERCOM7 (_U_(0x1) &lt;&lt; PAC_INTFLAGD_SERCOM7_Pos)</span></div>
<div class="line"><a name="l00408"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a6e9dcacc894f1df55e8ac936b4561adf"> 408</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGD_TCC4_Pos 4 </span></div>
<div class="line"><a name="l00409"></a><span class="lineno"> 409</span>&#160;<span class="preprocessor">#define PAC_INTFLAGD_TCC4 (_U_(0x1) &lt;&lt; PAC_INTFLAGD_TCC4_Pos)</span></div>
<div class="line"><a name="l00410"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a1e8acb166ea1fbb9070da2aadf73de89"> 410</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGD_TC6_Pos 5 </span></div>
<div class="line"><a name="l00411"></a><span class="lineno"> 411</span>&#160;<span class="preprocessor">#define PAC_INTFLAGD_TC6 (_U_(0x1) &lt;&lt; PAC_INTFLAGD_TC6_Pos)</span></div>
<div class="line"><a name="l00412"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a43970fd1fa484747dd031eed074c90bc"> 412</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGD_TC7_Pos 6 </span></div>
<div class="line"><a name="l00413"></a><span class="lineno"> 413</span>&#160;<span class="preprocessor">#define PAC_INTFLAGD_TC7 (_U_(0x1) &lt;&lt; PAC_INTFLAGD_TC7_Pos)</span></div>
<div class="line"><a name="l00414"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#adff8945ccfe2d44f10e627e11449e073"> 414</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGD_ADC0_Pos 7 </span></div>
<div class="line"><a name="l00415"></a><span class="lineno"> 415</span>&#160;<span class="preprocessor">#define PAC_INTFLAGD_ADC0 (_U_(0x1) &lt;&lt; PAC_INTFLAGD_ADC0_Pos)</span></div>
<div class="line"><a name="l00416"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ac37bf65b33a3e5b79bb410274227f318"> 416</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGD_ADC1_Pos 8 </span></div>
<div class="line"><a name="l00417"></a><span class="lineno"> 417</span>&#160;<span class="preprocessor">#define PAC_INTFLAGD_ADC1 (_U_(0x1) &lt;&lt; PAC_INTFLAGD_ADC1_Pos)</span></div>
<div class="line"><a name="l00418"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a184d8e7a4b4c35b55b39b6eda941e6d8"> 418</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGD_DAC_Pos 9 </span></div>
<div class="line"><a name="l00419"></a><span class="lineno"> 419</span>&#160;<span class="preprocessor">#define PAC_INTFLAGD_DAC (_U_(0x1) &lt;&lt; PAC_INTFLAGD_DAC_Pos)</span></div>
<div class="line"><a name="l00420"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a715467d3566531bbe0d8428ddca72cce"> 420</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGD_I2S_Pos 10 </span></div>
<div class="line"><a name="l00421"></a><span class="lineno"> 421</span>&#160;<span class="preprocessor">#define PAC_INTFLAGD_I2S (_U_(0x1) &lt;&lt; PAC_INTFLAGD_I2S_Pos)</span></div>
<div class="line"><a name="l00422"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ada97744e3e2c672b104f964a6960df26"> 422</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGD_PCC_Pos 11 </span></div>
<div class="line"><a name="l00423"></a><span class="lineno"> 423</span>&#160;<span class="preprocessor">#define PAC_INTFLAGD_PCC (_U_(0x1) &lt;&lt; PAC_INTFLAGD_PCC_Pos)</span></div>
<div class="line"><a name="l00424"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ab3623c4757ea9825019449fc16c83644"> 424</a></span>&#160;<span class="preprocessor">#define PAC_INTFLAGD_MASK _U_(0x00000FFF) </span></div>
<div class="line"><a name="l00426"></a><span class="lineno"> 426</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- PAC_STATUSA : (PAC Offset: 0x34) (R/ 32) Peripheral write protection status - Bridge A -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00427"></a><span class="lineno"> 427</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00428"></a><span class="lineno"><a class="line" href="unionPAC__STATUSA__Type.html"> 428</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00429"></a><span class="lineno"> 429</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00430"></a><span class="lineno"><a class="line" href="unionPAC__STATUSA__Type.html#ad72331de1a7eb1f25850ed105b6e38d4"> 430</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSA__Type.html#ad72331de1a7eb1f25850ed105b6e38d4">PAC_</a>:1; </div>
<div class="line"><a name="l00431"></a><span class="lineno"><a class="line" href="unionPAC__STATUSA__Type.html#a4a4e57cceb0c24c85cb62e58d021bbfc"> 431</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSA__Type.html#a4a4e57cceb0c24c85cb62e58d021bbfc">PM_</a>:1; </div>
<div class="line"><a name="l00432"></a><span class="lineno"><a class="line" href="unionPAC__STATUSA__Type.html#a56c3d6356e4728df39cdf842cd3f5883"> 432</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSA__Type.html#a56c3d6356e4728df39cdf842cd3f5883">MCLK_</a>:1; </div>
<div class="line"><a name="l00433"></a><span class="lineno"><a class="line" href="unionPAC__STATUSA__Type.html#a5650c046300e98cd8fd5759c65eeac70"> 433</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSA__Type.html#a5650c046300e98cd8fd5759c65eeac70">RSTC_</a>:1; </div>
<div class="line"><a name="l00434"></a><span class="lineno"><a class="line" href="unionPAC__STATUSA__Type.html#aca0419c15c216c75000c20dc5df2d967"> 434</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSA__Type.html#aca0419c15c216c75000c20dc5df2d967">OSCCTRL_</a>:1; </div>
<div class="line"><a name="l00435"></a><span class="lineno"><a class="line" href="unionPAC__STATUSA__Type.html#a3d7062cb7b01559c3ade53a550b16d9d"> 435</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSA__Type.html#a3d7062cb7b01559c3ade53a550b16d9d">OSC32KCTRL_</a>:1; </div>
<div class="line"><a name="l00436"></a><span class="lineno"><a class="line" href="unionPAC__STATUSA__Type.html#a631d9236e06650f3ebf513995836c364"> 436</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSA__Type.html#a631d9236e06650f3ebf513995836c364">SUPC_</a>:1; </div>
<div class="line"><a name="l00437"></a><span class="lineno"><a class="line" href="unionPAC__STATUSA__Type.html#a67e9683546f09097d5aee589e92ae650"> 437</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSA__Type.html#a67e9683546f09097d5aee589e92ae650">GCLK_</a>:1; </div>
<div class="line"><a name="l00438"></a><span class="lineno"><a class="line" href="unionPAC__STATUSA__Type.html#a782fa17ee6ead608e2ab401072a97ede"> 438</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSA__Type.html#a782fa17ee6ead608e2ab401072a97ede">WDT_</a>:1; </div>
<div class="line"><a name="l00439"></a><span class="lineno"><a class="line" href="unionPAC__STATUSA__Type.html#add0063090a8840c42a2e365b86148d38"> 439</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSA__Type.html#add0063090a8840c42a2e365b86148d38">RTC_</a>:1; </div>
<div class="line"><a name="l00440"></a><span class="lineno"><a class="line" href="unionPAC__STATUSA__Type.html#a1f5dabc0c375e37909e9d27a2f3f8789"> 440</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSA__Type.html#a1f5dabc0c375e37909e9d27a2f3f8789">EIC_</a>:1; </div>
<div class="line"><a name="l00441"></a><span class="lineno"><a class="line" href="unionPAC__STATUSA__Type.html#a2fcc6b477e51fefc9f457effc0c61c04"> 441</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSA__Type.html#a2fcc6b477e51fefc9f457effc0c61c04">FREQM_</a>:1; </div>
<div class="line"><a name="l00442"></a><span class="lineno"><a class="line" href="unionPAC__STATUSA__Type.html#ae34e5714daff5891866834cc8e67437d"> 442</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSA__Type.html#ae34e5714daff5891866834cc8e67437d">SERCOM0_</a>:1; </div>
<div class="line"><a name="l00443"></a><span class="lineno"><a class="line" href="unionPAC__STATUSA__Type.html#a6832f4a521c2ab7a99bb9a858859a25a"> 443</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSA__Type.html#a6832f4a521c2ab7a99bb9a858859a25a">SERCOM1_</a>:1; </div>
<div class="line"><a name="l00444"></a><span class="lineno"><a class="line" href="unionPAC__STATUSA__Type.html#a883b5beb94ad41135a8a7a6c08d9ae42"> 444</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSA__Type.html#a883b5beb94ad41135a8a7a6c08d9ae42">TC0_</a>:1; </div>
<div class="line"><a name="l00445"></a><span class="lineno"><a class="line" href="unionPAC__STATUSA__Type.html#af38bbc749443f8c5219b5bdd1d8452c6"> 445</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSA__Type.html#af38bbc749443f8c5219b5bdd1d8452c6">TC1_</a>:1; </div>
<div class="line"><a name="l00446"></a><span class="lineno"><a class="line" href="unionPAC__STATUSA__Type.html#a90628eb04e11675c1b472afbabe4230d"> 446</a></span>&#160; uint32_t :16; </div>
<div class="line"><a name="l00447"></a><span class="lineno"><a class="line" href="unionPAC__STATUSA__Type.html#a7337909329354d1c5cbbf482892ec0bd"> 447</a></span>&#160; } bit; </div>
<div class="line"><a name="l00448"></a><span class="lineno"><a class="line" href="unionPAC__STATUSA__Type.html#a71db262dfdd7bf0e7e95a179e4cfaaf2"> 448</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSA__Type.html#a71db262dfdd7bf0e7e95a179e4cfaaf2">reg</a>; </div>
<div class="line"><a name="l00449"></a><span class="lineno"> 449</span>&#160;} <a class="code" href="unionPAC__STATUSA__Type.html">PAC_STATUSA_Type</a>;</div>
<div class="line"><a name="l00450"></a><span class="lineno"> 450</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="l00451"></a><span class="lineno"> 451</span>&#160; </div>
<div class="line"><a name="l00452"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#abf62b1837716a321c16770a76d164572"> 452</a></span>&#160;<span class="preprocessor">#define PAC_STATUSA_OFFSET 0x34 </span></div>
<div class="line"><a name="l00453"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a2183163da5a36f6ead159c41fc6b9ac4"> 453</a></span>&#160;<span class="preprocessor">#define PAC_STATUSA_RESETVALUE _U_(0x00010000) </span></div>
<div class="line"><a name="l00455"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a55556e01c92a8676a1619a17da62341f"> 455</a></span>&#160;<span class="preprocessor">#define PAC_STATUSA_PAC_Pos 0 </span></div>
<div class="line"><a name="l00456"></a><span class="lineno"> 456</span>&#160;<span class="preprocessor">#define PAC_STATUSA_PAC (_U_(0x1) &lt;&lt; PAC_STATUSA_PAC_Pos)</span></div>
<div class="line"><a name="l00457"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a2d5148e0330671373476773f906f94ac"> 457</a></span>&#160;<span class="preprocessor">#define PAC_STATUSA_PM_Pos 1 </span></div>
<div class="line"><a name="l00458"></a><span class="lineno"> 458</span>&#160;<span class="preprocessor">#define PAC_STATUSA_PM (_U_(0x1) &lt;&lt; PAC_STATUSA_PM_Pos)</span></div>
<div class="line"><a name="l00459"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a360a83771977e030a6fd87157c6bc13e"> 459</a></span>&#160;<span class="preprocessor">#define PAC_STATUSA_MCLK_Pos 2 </span></div>
<div class="line"><a name="l00460"></a><span class="lineno"> 460</span>&#160;<span class="preprocessor">#define PAC_STATUSA_MCLK (_U_(0x1) &lt;&lt; PAC_STATUSA_MCLK_Pos)</span></div>
<div class="line"><a name="l00461"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a72d085783a9e1a35516e156489fc8857"> 461</a></span>&#160;<span class="preprocessor">#define PAC_STATUSA_RSTC_Pos 3 </span></div>
<div class="line"><a name="l00462"></a><span class="lineno"> 462</span>&#160;<span class="preprocessor">#define PAC_STATUSA_RSTC (_U_(0x1) &lt;&lt; PAC_STATUSA_RSTC_Pos)</span></div>
<div class="line"><a name="l00463"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ac28b45c8a797fc8f3ec4a3727441faa1"> 463</a></span>&#160;<span class="preprocessor">#define PAC_STATUSA_OSCCTRL_Pos 4 </span></div>
<div class="line"><a name="l00464"></a><span class="lineno"> 464</span>&#160;<span class="preprocessor">#define PAC_STATUSA_OSCCTRL (_U_(0x1) &lt;&lt; PAC_STATUSA_OSCCTRL_Pos)</span></div>
<div class="line"><a name="l00465"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ac6bf26d952a01ac692e8542aac25052d"> 465</a></span>&#160;<span class="preprocessor">#define PAC_STATUSA_OSC32KCTRL_Pos 5 </span></div>
<div class="line"><a name="l00466"></a><span class="lineno"> 466</span>&#160;<span class="preprocessor">#define PAC_STATUSA_OSC32KCTRL (_U_(0x1) &lt;&lt; PAC_STATUSA_OSC32KCTRL_Pos)</span></div>
<div class="line"><a name="l00467"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a82dcca6147d2ad915db3d11ff146ee31"> 467</a></span>&#160;<span class="preprocessor">#define PAC_STATUSA_SUPC_Pos 6 </span></div>
<div class="line"><a name="l00468"></a><span class="lineno"> 468</span>&#160;<span class="preprocessor">#define PAC_STATUSA_SUPC (_U_(0x1) &lt;&lt; PAC_STATUSA_SUPC_Pos)</span></div>
<div class="line"><a name="l00469"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a0c584cd3a88f683cc7c93e9d1910caf5"> 469</a></span>&#160;<span class="preprocessor">#define PAC_STATUSA_GCLK_Pos 7 </span></div>
<div class="line"><a name="l00470"></a><span class="lineno"> 470</span>&#160;<span class="preprocessor">#define PAC_STATUSA_GCLK (_U_(0x1) &lt;&lt; PAC_STATUSA_GCLK_Pos)</span></div>
<div class="line"><a name="l00471"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a15676949922ed43796d9045298acc87e"> 471</a></span>&#160;<span class="preprocessor">#define PAC_STATUSA_WDT_Pos 8 </span></div>
<div class="line"><a name="l00472"></a><span class="lineno"> 472</span>&#160;<span class="preprocessor">#define PAC_STATUSA_WDT (_U_(0x1) &lt;&lt; PAC_STATUSA_WDT_Pos)</span></div>
<div class="line"><a name="l00473"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ac4930d9957067b060b9708721a4b1ef5"> 473</a></span>&#160;<span class="preprocessor">#define PAC_STATUSA_RTC_Pos 9 </span></div>
<div class="line"><a name="l00474"></a><span class="lineno"> 474</span>&#160;<span class="preprocessor">#define PAC_STATUSA_RTC (_U_(0x1) &lt;&lt; PAC_STATUSA_RTC_Pos)</span></div>
<div class="line"><a name="l00475"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a7c818bfff34cd0f8531ef638fb892ac8"> 475</a></span>&#160;<span class="preprocessor">#define PAC_STATUSA_EIC_Pos 10 </span></div>
<div class="line"><a name="l00476"></a><span class="lineno"> 476</span>&#160;<span class="preprocessor">#define PAC_STATUSA_EIC (_U_(0x1) &lt;&lt; PAC_STATUSA_EIC_Pos)</span></div>
<div class="line"><a name="l00477"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ac52e43ac8e73d290d36a3183d39ff9ea"> 477</a></span>&#160;<span class="preprocessor">#define PAC_STATUSA_FREQM_Pos 11 </span></div>
<div class="line"><a name="l00478"></a><span class="lineno"> 478</span>&#160;<span class="preprocessor">#define PAC_STATUSA_FREQM (_U_(0x1) &lt;&lt; PAC_STATUSA_FREQM_Pos)</span></div>
<div class="line"><a name="l00479"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a6241ab4b1b6bb665a97ea5ac30687b62"> 479</a></span>&#160;<span class="preprocessor">#define PAC_STATUSA_SERCOM0_Pos 12 </span></div>
<div class="line"><a name="l00480"></a><span class="lineno"> 480</span>&#160;<span class="preprocessor">#define PAC_STATUSA_SERCOM0 (_U_(0x1) &lt;&lt; PAC_STATUSA_SERCOM0_Pos)</span></div>
<div class="line"><a name="l00481"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a7ac90d6cc394d96fd4af6747a99f553d"> 481</a></span>&#160;<span class="preprocessor">#define PAC_STATUSA_SERCOM1_Pos 13 </span></div>
<div class="line"><a name="l00482"></a><span class="lineno"> 482</span>&#160;<span class="preprocessor">#define PAC_STATUSA_SERCOM1 (_U_(0x1) &lt;&lt; PAC_STATUSA_SERCOM1_Pos)</span></div>
<div class="line"><a name="l00483"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a2ca558e11003eab65cdc49280ba7dc03"> 483</a></span>&#160;<span class="preprocessor">#define PAC_STATUSA_TC0_Pos 14 </span></div>
<div class="line"><a name="l00484"></a><span class="lineno"> 484</span>&#160;<span class="preprocessor">#define PAC_STATUSA_TC0 (_U_(0x1) &lt;&lt; PAC_STATUSA_TC0_Pos)</span></div>
<div class="line"><a name="l00485"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ad1f2672434ed1f9553c110ef9ec70662"> 485</a></span>&#160;<span class="preprocessor">#define PAC_STATUSA_TC1_Pos 15 </span></div>
<div class="line"><a name="l00486"></a><span class="lineno"> 486</span>&#160;<span class="preprocessor">#define PAC_STATUSA_TC1 (_U_(0x1) &lt;&lt; PAC_STATUSA_TC1_Pos)</span></div>
<div class="line"><a name="l00487"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a77188759f505eb879ab21ee88f0664e5"> 487</a></span>&#160;<span class="preprocessor">#define PAC_STATUSA_MASK _U_(0x0000FFFF) </span></div>
<div class="line"><a name="l00489"></a><span class="lineno"> 489</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- PAC_STATUSB : (PAC Offset: 0x38) (R/ 32) Peripheral write protection status - Bridge B -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00490"></a><span class="lineno"> 490</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00491"></a><span class="lineno"><a class="line" href="unionPAC__STATUSB__Type.html"> 491</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00492"></a><span class="lineno"> 492</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00493"></a><span class="lineno"><a class="line" href="unionPAC__STATUSB__Type.html#a2d0ab2400b7aef04fe1d7374abab6270"> 493</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSB__Type.html#a2d0ab2400b7aef04fe1d7374abab6270">USB_</a>:1; </div>
<div class="line"><a name="l00494"></a><span class="lineno"><a class="line" href="unionPAC__STATUSB__Type.html#aed81a22b8a549d464b65d4312d6a7579"> 494</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSB__Type.html#aed81a22b8a549d464b65d4312d6a7579">DSU_</a>:1; </div>
<div class="line"><a name="l00495"></a><span class="lineno"><a class="line" href="unionPAC__STATUSB__Type.html#a7ca7d7fd80bac2ffe7dcccacd05a5544"> 495</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSB__Type.html#a7ca7d7fd80bac2ffe7dcccacd05a5544">NVMCTRL_</a>:1; </div>
<div class="line"><a name="l00496"></a><span class="lineno"><a class="line" href="unionPAC__STATUSB__Type.html#a87dd2f4e0b864ec0843cfbeb3c42138a"> 496</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSB__Type.html#a87dd2f4e0b864ec0843cfbeb3c42138a">CMCC_</a>:1; </div>
<div class="line"><a name="l00497"></a><span class="lineno"><a class="line" href="unionPAC__STATUSB__Type.html#ae2a5ca7f0afb759aad4adc6b8f020f7e"> 497</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSB__Type.html#ae2a5ca7f0afb759aad4adc6b8f020f7e">PORT_</a>:1; </div>
<div class="line"><a name="l00498"></a><span class="lineno"><a class="line" href="unionPAC__STATUSB__Type.html#ab45344bf7c3a6b14b9ea65f4a9963433"> 498</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSB__Type.html#ab45344bf7c3a6b14b9ea65f4a9963433">DMAC_</a>:1; </div>
<div class="line"><a name="l00499"></a><span class="lineno"><a class="line" href="unionPAC__STATUSB__Type.html#a7d5683e6a305f2892c2c5c67e942d9df"> 499</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSB__Type.html#a7d5683e6a305f2892c2c5c67e942d9df">HMATRIX_</a>:1; </div>
<div class="line"><a name="l00500"></a><span class="lineno"><a class="line" href="unionPAC__STATUSB__Type.html#a954780964e038ef0e857007459bc1468"> 500</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSB__Type.html#a954780964e038ef0e857007459bc1468">EVSYS_</a>:1; </div>
<div class="line"><a name="l00501"></a><span class="lineno"><a class="line" href="unionPAC__STATUSB__Type.html#a55c2e7508ece546f13fa4a850675b8d1"> 501</a></span>&#160; uint32_t :1; </div>
<div class="line"><a name="l00502"></a><span class="lineno"><a class="line" href="unionPAC__STATUSB__Type.html#a4ac1bbd409a772332c60ceb4d5ffce7b"> 502</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSB__Type.html#a4ac1bbd409a772332c60ceb4d5ffce7b">SERCOM2_</a>:1; </div>
<div class="line"><a name="l00503"></a><span class="lineno"><a class="line" href="unionPAC__STATUSB__Type.html#a72a1ffd904ae6e4f55f15777753c8f29"> 503</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSB__Type.html#a72a1ffd904ae6e4f55f15777753c8f29">SERCOM3_</a>:1; </div>
<div class="line"><a name="l00504"></a><span class="lineno"><a class="line" href="unionPAC__STATUSB__Type.html#aa7cae59f679fd823875f111a750f60fb"> 504</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSB__Type.html#aa7cae59f679fd823875f111a750f60fb">TCC0_</a>:1; </div>
<div class="line"><a name="l00505"></a><span class="lineno"><a class="line" href="unionPAC__STATUSB__Type.html#a0a0d8a5ea1112797c973f7f557e2762c"> 505</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSB__Type.html#a0a0d8a5ea1112797c973f7f557e2762c">TCC1_</a>:1; </div>
<div class="line"><a name="l00506"></a><span class="lineno"><a class="line" href="unionPAC__STATUSB__Type.html#a10bf937b659e19bdf05166ebb4da6bfd"> 506</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSB__Type.html#a10bf937b659e19bdf05166ebb4da6bfd">TC2_</a>:1; </div>
<div class="line"><a name="l00507"></a><span class="lineno"><a class="line" href="unionPAC__STATUSB__Type.html#a28105d726409b1bdce18db79aba0f3fd"> 507</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSB__Type.html#a28105d726409b1bdce18db79aba0f3fd">TC3_</a>:1; </div>
<div class="line"><a name="l00508"></a><span class="lineno"><a class="line" href="unionPAC__STATUSB__Type.html#af43601db99c76d060ffa74b63b0d009e"> 508</a></span>&#160; uint32_t :1; </div>
<div class="line"><a name="l00509"></a><span class="lineno"><a class="line" href="unionPAC__STATUSB__Type.html#a01955777cbb20e7f676b2ba48d9ad205"> 509</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSB__Type.html#a01955777cbb20e7f676b2ba48d9ad205">RAMECC_</a>:1; </div>
<div class="line"><a name="l00510"></a><span class="lineno"><a class="line" href="unionPAC__STATUSB__Type.html#a4fc89cae45a6f5bfb2ccb4294fcb3f04"> 510</a></span>&#160; uint32_t :15; </div>
<div class="line"><a name="l00511"></a><span class="lineno"><a class="line" href="unionPAC__STATUSB__Type.html#a965fd71bc841588c7451005abe744f21"> 511</a></span>&#160; } bit; </div>
<div class="line"><a name="l00512"></a><span class="lineno"><a class="line" href="unionPAC__STATUSB__Type.html#a726065f557c17b1c1e828cbbcad5a1c2"> 512</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSB__Type.html#a726065f557c17b1c1e828cbbcad5a1c2">reg</a>; </div>
<div class="line"><a name="l00513"></a><span class="lineno"> 513</span>&#160;} <a class="code" href="unionPAC__STATUSB__Type.html">PAC_STATUSB_Type</a>;</div>
<div class="line"><a name="l00514"></a><span class="lineno"> 514</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="l00515"></a><span class="lineno"> 515</span>&#160; </div>
<div class="line"><a name="l00516"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a409ce85984018c2a3999703ec840ec74"> 516</a></span>&#160;<span class="preprocessor">#define PAC_STATUSB_OFFSET 0x38 </span></div>
<div class="line"><a name="l00517"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a48f2e5152a65d63751ffbc7b321bb1c7"> 517</a></span>&#160;<span class="preprocessor">#define PAC_STATUSB_RESETVALUE _U_(0x00000002) </span></div>
<div class="line"><a name="l00519"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a7ce1c5b0369c93a4ea6f8d4c06d08566"> 519</a></span>&#160;<span class="preprocessor">#define PAC_STATUSB_USB_Pos 0 </span></div>
<div class="line"><a name="l00520"></a><span class="lineno"> 520</span>&#160;<span class="preprocessor">#define PAC_STATUSB_USB (_U_(0x1) &lt;&lt; PAC_STATUSB_USB_Pos)</span></div>
<div class="line"><a name="l00521"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#af88bb5b688043911841541b2af4fb66c"> 521</a></span>&#160;<span class="preprocessor">#define PAC_STATUSB_DSU_Pos 1 </span></div>
<div class="line"><a name="l00522"></a><span class="lineno"> 522</span>&#160;<span class="preprocessor">#define PAC_STATUSB_DSU (_U_(0x1) &lt;&lt; PAC_STATUSB_DSU_Pos)</span></div>
<div class="line"><a name="l00523"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ae4de2b760c743f5e657e089cf946f643"> 523</a></span>&#160;<span class="preprocessor">#define PAC_STATUSB_NVMCTRL_Pos 2 </span></div>
<div class="line"><a name="l00524"></a><span class="lineno"> 524</span>&#160;<span class="preprocessor">#define PAC_STATUSB_NVMCTRL (_U_(0x1) &lt;&lt; PAC_STATUSB_NVMCTRL_Pos)</span></div>
<div class="line"><a name="l00525"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ad3d549c5010de857fbe7fd989dd4af95"> 525</a></span>&#160;<span class="preprocessor">#define PAC_STATUSB_CMCC_Pos 3 </span></div>
<div class="line"><a name="l00526"></a><span class="lineno"> 526</span>&#160;<span class="preprocessor">#define PAC_STATUSB_CMCC (_U_(0x1) &lt;&lt; PAC_STATUSB_CMCC_Pos)</span></div>
<div class="line"><a name="l00527"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#aeb6b89e131cf154223c6a719c71769c0"> 527</a></span>&#160;<span class="preprocessor">#define PAC_STATUSB_PORT_Pos 4 </span></div>
<div class="line"><a name="l00528"></a><span class="lineno"> 528</span>&#160;<span class="preprocessor">#define PAC_STATUSB_PORT (_U_(0x1) &lt;&lt; PAC_STATUSB_PORT_Pos)</span></div>
<div class="line"><a name="l00529"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ae37430904450761ec32c29797e83f65f"> 529</a></span>&#160;<span class="preprocessor">#define PAC_STATUSB_DMAC_Pos 5 </span></div>
<div class="line"><a name="l00530"></a><span class="lineno"> 530</span>&#160;<span class="preprocessor">#define PAC_STATUSB_DMAC (_U_(0x1) &lt;&lt; PAC_STATUSB_DMAC_Pos)</span></div>
<div class="line"><a name="l00531"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a10345e72dc01970669faf4c3ba761629"> 531</a></span>&#160;<span class="preprocessor">#define PAC_STATUSB_HMATRIX_Pos 6 </span></div>
<div class="line"><a name="l00532"></a><span class="lineno"> 532</span>&#160;<span class="preprocessor">#define PAC_STATUSB_HMATRIX (_U_(0x1) &lt;&lt; PAC_STATUSB_HMATRIX_Pos)</span></div>
<div class="line"><a name="l00533"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a8cd29522b0eaab8751a42563d154c461"> 533</a></span>&#160;<span class="preprocessor">#define PAC_STATUSB_EVSYS_Pos 7 </span></div>
<div class="line"><a name="l00534"></a><span class="lineno"> 534</span>&#160;<span class="preprocessor">#define PAC_STATUSB_EVSYS (_U_(0x1) &lt;&lt; PAC_STATUSB_EVSYS_Pos)</span></div>
<div class="line"><a name="l00535"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a91b417e5663fd4b036aac084a44eb0d3"> 535</a></span>&#160;<span class="preprocessor">#define PAC_STATUSB_SERCOM2_Pos 9 </span></div>
<div class="line"><a name="l00536"></a><span class="lineno"> 536</span>&#160;<span class="preprocessor">#define PAC_STATUSB_SERCOM2 (_U_(0x1) &lt;&lt; PAC_STATUSB_SERCOM2_Pos)</span></div>
<div class="line"><a name="l00537"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a69545d07be486628aab7a9b86c9e8baf"> 537</a></span>&#160;<span class="preprocessor">#define PAC_STATUSB_SERCOM3_Pos 10 </span></div>
<div class="line"><a name="l00538"></a><span class="lineno"> 538</span>&#160;<span class="preprocessor">#define PAC_STATUSB_SERCOM3 (_U_(0x1) &lt;&lt; PAC_STATUSB_SERCOM3_Pos)</span></div>
<div class="line"><a name="l00539"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ade543721a30cc90b1ec4ce12d4eb5db6"> 539</a></span>&#160;<span class="preprocessor">#define PAC_STATUSB_TCC0_Pos 11 </span></div>
<div class="line"><a name="l00540"></a><span class="lineno"> 540</span>&#160;<span class="preprocessor">#define PAC_STATUSB_TCC0 (_U_(0x1) &lt;&lt; PAC_STATUSB_TCC0_Pos)</span></div>
<div class="line"><a name="l00541"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ae2f886996252b7676d4bab6fc263e081"> 541</a></span>&#160;<span class="preprocessor">#define PAC_STATUSB_TCC1_Pos 12 </span></div>
<div class="line"><a name="l00542"></a><span class="lineno"> 542</span>&#160;<span class="preprocessor">#define PAC_STATUSB_TCC1 (_U_(0x1) &lt;&lt; PAC_STATUSB_TCC1_Pos)</span></div>
<div class="line"><a name="l00543"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ad9937d8cf412170449532532e1263350"> 543</a></span>&#160;<span class="preprocessor">#define PAC_STATUSB_TC2_Pos 13 </span></div>
<div class="line"><a name="l00544"></a><span class="lineno"> 544</span>&#160;<span class="preprocessor">#define PAC_STATUSB_TC2 (_U_(0x1) &lt;&lt; PAC_STATUSB_TC2_Pos)</span></div>
<div class="line"><a name="l00545"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a8cd2a5f7f8f7a0a87d276290f5fd6420"> 545</a></span>&#160;<span class="preprocessor">#define PAC_STATUSB_TC3_Pos 14 </span></div>
<div class="line"><a name="l00546"></a><span class="lineno"> 546</span>&#160;<span class="preprocessor">#define PAC_STATUSB_TC3 (_U_(0x1) &lt;&lt; PAC_STATUSB_TC3_Pos)</span></div>
<div class="line"><a name="l00547"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a002ed25ab9e98095589f46d72748cfe2"> 547</a></span>&#160;<span class="preprocessor">#define PAC_STATUSB_RAMECC_Pos 16 </span></div>
<div class="line"><a name="l00548"></a><span class="lineno"> 548</span>&#160;<span class="preprocessor">#define PAC_STATUSB_RAMECC (_U_(0x1) &lt;&lt; PAC_STATUSB_RAMECC_Pos)</span></div>
<div class="line"><a name="l00549"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a306c5aba8594220dc52ae9928658e191"> 549</a></span>&#160;<span class="preprocessor">#define PAC_STATUSB_MASK _U_(0x00017EFF) </span></div>
<div class="line"><a name="l00551"></a><span class="lineno"> 551</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- PAC_STATUSC : (PAC Offset: 0x3C) (R/ 32) Peripheral write protection status - Bridge C -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00552"></a><span class="lineno"> 552</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00553"></a><span class="lineno"><a class="line" href="unionPAC__STATUSC__Type.html"> 553</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00554"></a><span class="lineno"> 554</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00555"></a><span class="lineno"><a class="line" href="unionPAC__STATUSC__Type.html#af8075cddccfd06a862d99fd1cedd2519"> 555</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSC__Type.html#af8075cddccfd06a862d99fd1cedd2519">CAN0_</a>:1; </div>
<div class="line"><a name="l00556"></a><span class="lineno"><a class="line" href="unionPAC__STATUSC__Type.html#aef37dec4312e0676d0f45ec905c782a7"> 556</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSC__Type.html#aef37dec4312e0676d0f45ec905c782a7">CAN1_</a>:1; </div>
<div class="line"><a name="l00557"></a><span class="lineno"><a class="line" href="unionPAC__STATUSC__Type.html#a5d262296e65bd4ded79e6867a59ee8f9"> 557</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSC__Type.html#a5d262296e65bd4ded79e6867a59ee8f9">GMAC_</a>:1; </div>
<div class="line"><a name="l00558"></a><span class="lineno"><a class="line" href="unionPAC__STATUSC__Type.html#a8f03e605a966e9913ee2bf1b477eb933"> 558</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSC__Type.html#a8f03e605a966e9913ee2bf1b477eb933">TCC2_</a>:1; </div>
<div class="line"><a name="l00559"></a><span class="lineno"><a class="line" href="unionPAC__STATUSC__Type.html#a5f9b646fe1bb7d2b128eff77371c6df0"> 559</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSC__Type.html#a5f9b646fe1bb7d2b128eff77371c6df0">TCC3_</a>:1; </div>
<div class="line"><a name="l00560"></a><span class="lineno"><a class="line" href="unionPAC__STATUSC__Type.html#a3363a6151fc88c53d9c211edf0980020"> 560</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSC__Type.html#a3363a6151fc88c53d9c211edf0980020">TC4_</a>:1; </div>
<div class="line"><a name="l00561"></a><span class="lineno"><a class="line" href="unionPAC__STATUSC__Type.html#ae183aaa4b9c1b661f2c2a963ffe49ea0"> 561</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSC__Type.html#ae183aaa4b9c1b661f2c2a963ffe49ea0">TC5_</a>:1; </div>
<div class="line"><a name="l00562"></a><span class="lineno"><a class="line" href="unionPAC__STATUSC__Type.html#a8afac9ad1faa89d165cf52f92b0d8052"> 562</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSC__Type.html#a8afac9ad1faa89d165cf52f92b0d8052">PDEC_</a>:1; </div>
<div class="line"><a name="l00563"></a><span class="lineno"><a class="line" href="unionPAC__STATUSC__Type.html#aba4a2b1c7a8065832925d11a2bc8184d"> 563</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSC__Type.html#aba4a2b1c7a8065832925d11a2bc8184d">AC_</a>:1; </div>
<div class="line"><a name="l00564"></a><span class="lineno"><a class="line" href="unionPAC__STATUSC__Type.html#ad9d7497d58f1ae14c64663a22ed532ce"> 564</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSC__Type.html#ad9d7497d58f1ae14c64663a22ed532ce">AES_</a>:1; </div>
<div class="line"><a name="l00565"></a><span class="lineno"><a class="line" href="unionPAC__STATUSC__Type.html#a0848dc1219608c037412d66db6bd95ef"> 565</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSC__Type.html#a0848dc1219608c037412d66db6bd95ef">TRNG_</a>:1; </div>
<div class="line"><a name="l00566"></a><span class="lineno"><a class="line" href="unionPAC__STATUSC__Type.html#a1302faa1167eb462db8b9bbf68c6612a"> 566</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSC__Type.html#a1302faa1167eb462db8b9bbf68c6612a">ICM_</a>:1; </div>
<div class="line"><a name="l00567"></a><span class="lineno"><a class="line" href="unionPAC__STATUSC__Type.html#a1a8b5b5d54640c85d559463e521633db"> 567</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSC__Type.html#a1a8b5b5d54640c85d559463e521633db">PUKCC_</a>:1; </div>
<div class="line"><a name="l00568"></a><span class="lineno"><a class="line" href="unionPAC__STATUSC__Type.html#af6a6165ddbe7bdf9bd379df06a143277"> 568</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSC__Type.html#af6a6165ddbe7bdf9bd379df06a143277">QSPI_</a>:1; </div>
<div class="line"><a name="l00569"></a><span class="lineno"><a class="line" href="unionPAC__STATUSC__Type.html#afc80dbd67ec39125839a8134eb92ba74"> 569</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSC__Type.html#afc80dbd67ec39125839a8134eb92ba74">CCL_</a>:1; </div>
<div class="line"><a name="l00570"></a><span class="lineno"><a class="line" href="unionPAC__STATUSC__Type.html#aaa13627b7bcb1a0458c502fb15ca0220"> 570</a></span>&#160; uint32_t :17; </div>
<div class="line"><a name="l00571"></a><span class="lineno"><a class="line" href="unionPAC__STATUSC__Type.html#ab113f125457f72b1ed7cc98acc0800a0"> 571</a></span>&#160; } bit; </div>
<div class="line"><a name="l00572"></a><span class="lineno"><a class="line" href="unionPAC__STATUSC__Type.html#a95ba822bf0d300b89bf1afc1adca08d9"> 572</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSC__Type.html#a95ba822bf0d300b89bf1afc1adca08d9">reg</a>; </div>
<div class="line"><a name="l00573"></a><span class="lineno"> 573</span>&#160;} <a class="code" href="unionPAC__STATUSC__Type.html">PAC_STATUSC_Type</a>;</div>
<div class="line"><a name="l00574"></a><span class="lineno"> 574</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="l00575"></a><span class="lineno"> 575</span>&#160; </div>
<div class="line"><a name="l00576"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ad72799e383707f84a5cebed8f14a808b"> 576</a></span>&#160;<span class="preprocessor">#define PAC_STATUSC_OFFSET 0x3C </span></div>
<div class="line"><a name="l00577"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a98914e088261a85a15041e76cc321990"> 577</a></span>&#160;<span class="preprocessor">#define PAC_STATUSC_RESETVALUE _U_(0x00000000) </span></div>
<div class="line"><a name="l00579"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a90e024fad6212c5822ea1ffe05da8086"> 579</a></span>&#160;<span class="preprocessor">#define PAC_STATUSC_CAN0_Pos 0 </span></div>
<div class="line"><a name="l00580"></a><span class="lineno"> 580</span>&#160;<span class="preprocessor">#define PAC_STATUSC_CAN0 (_U_(0x1) &lt;&lt; PAC_STATUSC_CAN0_Pos)</span></div>
<div class="line"><a name="l00581"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#adc561e43667fd1d78926c1a93b128c76"> 581</a></span>&#160;<span class="preprocessor">#define PAC_STATUSC_CAN1_Pos 1 </span></div>
<div class="line"><a name="l00582"></a><span class="lineno"> 582</span>&#160;<span class="preprocessor">#define PAC_STATUSC_CAN1 (_U_(0x1) &lt;&lt; PAC_STATUSC_CAN1_Pos)</span></div>
<div class="line"><a name="l00583"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a8eb9c6a9d9631235467229ccd924bd0e"> 583</a></span>&#160;<span class="preprocessor">#define PAC_STATUSC_GMAC_Pos 2 </span></div>
<div class="line"><a name="l00584"></a><span class="lineno"> 584</span>&#160;<span class="preprocessor">#define PAC_STATUSC_GMAC (_U_(0x1) &lt;&lt; PAC_STATUSC_GMAC_Pos)</span></div>
<div class="line"><a name="l00585"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a363f0ab4f17009945bd276faef4d64ef"> 585</a></span>&#160;<span class="preprocessor">#define PAC_STATUSC_TCC2_Pos 3 </span></div>
<div class="line"><a name="l00586"></a><span class="lineno"> 586</span>&#160;<span class="preprocessor">#define PAC_STATUSC_TCC2 (_U_(0x1) &lt;&lt; PAC_STATUSC_TCC2_Pos)</span></div>
<div class="line"><a name="l00587"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#af01748ff8c7df83439b6b8e46322422d"> 587</a></span>&#160;<span class="preprocessor">#define PAC_STATUSC_TCC3_Pos 4 </span></div>
<div class="line"><a name="l00588"></a><span class="lineno"> 588</span>&#160;<span class="preprocessor">#define PAC_STATUSC_TCC3 (_U_(0x1) &lt;&lt; PAC_STATUSC_TCC3_Pos)</span></div>
<div class="line"><a name="l00589"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a4774a2f6a0e8c32248d7d08ecfbde678"> 589</a></span>&#160;<span class="preprocessor">#define PAC_STATUSC_TC4_Pos 5 </span></div>
<div class="line"><a name="l00590"></a><span class="lineno"> 590</span>&#160;<span class="preprocessor">#define PAC_STATUSC_TC4 (_U_(0x1) &lt;&lt; PAC_STATUSC_TC4_Pos)</span></div>
<div class="line"><a name="l00591"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ad763f9ce67583749185797fee49ea255"> 591</a></span>&#160;<span class="preprocessor">#define PAC_STATUSC_TC5_Pos 6 </span></div>
<div class="line"><a name="l00592"></a><span class="lineno"> 592</span>&#160;<span class="preprocessor">#define PAC_STATUSC_TC5 (_U_(0x1) &lt;&lt; PAC_STATUSC_TC5_Pos)</span></div>
<div class="line"><a name="l00593"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a48c24a02b72c4ea83808bbad031b67fc"> 593</a></span>&#160;<span class="preprocessor">#define PAC_STATUSC_PDEC_Pos 7 </span></div>
<div class="line"><a name="l00594"></a><span class="lineno"> 594</span>&#160;<span class="preprocessor">#define PAC_STATUSC_PDEC (_U_(0x1) &lt;&lt; PAC_STATUSC_PDEC_Pos)</span></div>
<div class="line"><a name="l00595"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#afb8f150f52b9ce4b9f1621678628e13a"> 595</a></span>&#160;<span class="preprocessor">#define PAC_STATUSC_AC_Pos 8 </span></div>
<div class="line"><a name="l00596"></a><span class="lineno"> 596</span>&#160;<span class="preprocessor">#define PAC_STATUSC_AC (_U_(0x1) &lt;&lt; PAC_STATUSC_AC_Pos)</span></div>
<div class="line"><a name="l00597"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a943e14d4182bd430af9f0b021907f857"> 597</a></span>&#160;<span class="preprocessor">#define PAC_STATUSC_AES_Pos 9 </span></div>
<div class="line"><a name="l00598"></a><span class="lineno"> 598</span>&#160;<span class="preprocessor">#define PAC_STATUSC_AES (_U_(0x1) &lt;&lt; PAC_STATUSC_AES_Pos)</span></div>
<div class="line"><a name="l00599"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a4d1dd6d7a07420af21e10aeabd8bfd26"> 599</a></span>&#160;<span class="preprocessor">#define PAC_STATUSC_TRNG_Pos 10 </span></div>
<div class="line"><a name="l00600"></a><span class="lineno"> 600</span>&#160;<span class="preprocessor">#define PAC_STATUSC_TRNG (_U_(0x1) &lt;&lt; PAC_STATUSC_TRNG_Pos)</span></div>
<div class="line"><a name="l00601"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a32b4915b4c16e5d45ec98232b9426d4f"> 601</a></span>&#160;<span class="preprocessor">#define PAC_STATUSC_ICM_Pos 11 </span></div>
<div class="line"><a name="l00602"></a><span class="lineno"> 602</span>&#160;<span class="preprocessor">#define PAC_STATUSC_ICM (_U_(0x1) &lt;&lt; PAC_STATUSC_ICM_Pos)</span></div>
<div class="line"><a name="l00603"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ad9b9e93fb8b07ae2f332bb0ebad46a12"> 603</a></span>&#160;<span class="preprocessor">#define PAC_STATUSC_PUKCC_Pos 12 </span></div>
<div class="line"><a name="l00604"></a><span class="lineno"> 604</span>&#160;<span class="preprocessor">#define PAC_STATUSC_PUKCC (_U_(0x1) &lt;&lt; PAC_STATUSC_PUKCC_Pos)</span></div>
<div class="line"><a name="l00605"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a56f11d19378e2e4c63f0d19ced78f0c5"> 605</a></span>&#160;<span class="preprocessor">#define PAC_STATUSC_QSPI_Pos 13 </span></div>
<div class="line"><a name="l00606"></a><span class="lineno"> 606</span>&#160;<span class="preprocessor">#define PAC_STATUSC_QSPI (_U_(0x1) &lt;&lt; PAC_STATUSC_QSPI_Pos)</span></div>
<div class="line"><a name="l00607"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ac41f62ba1d1bfc1b2771fb6f24d23a33"> 607</a></span>&#160;<span class="preprocessor">#define PAC_STATUSC_CCL_Pos 14 </span></div>
<div class="line"><a name="l00608"></a><span class="lineno"> 608</span>&#160;<span class="preprocessor">#define PAC_STATUSC_CCL (_U_(0x1) &lt;&lt; PAC_STATUSC_CCL_Pos)</span></div>
<div class="line"><a name="l00609"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#acc821d1f16470c8436ec7f5f8015e1b6"> 609</a></span>&#160;<span class="preprocessor">#define PAC_STATUSC_MASK _U_(0x00007FFF) </span></div>
<div class="line"><a name="l00611"></a><span class="lineno"> 611</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- PAC_STATUSD : (PAC Offset: 0x40) (R/ 32) Peripheral write protection status - Bridge D -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00612"></a><span class="lineno"> 612</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00613"></a><span class="lineno"><a class="line" href="unionPAC__STATUSD__Type.html"> 613</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00614"></a><span class="lineno"> 614</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00615"></a><span class="lineno"><a class="line" href="unionPAC__STATUSD__Type.html#aeb39ffd1974e586c5870ba617eceb9ae"> 615</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSD__Type.html#aeb39ffd1974e586c5870ba617eceb9ae">SERCOM4_</a>:1; </div>
<div class="line"><a name="l00616"></a><span class="lineno"><a class="line" href="unionPAC__STATUSD__Type.html#aaae18611ba2b0ab03771050fb324f205"> 616</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSD__Type.html#aaae18611ba2b0ab03771050fb324f205">SERCOM5_</a>:1; </div>
<div class="line"><a name="l00617"></a><span class="lineno"><a class="line" href="unionPAC__STATUSD__Type.html#aac991d3ea5c6fa032769c271b22b1c5f"> 617</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSD__Type.html#aac991d3ea5c6fa032769c271b22b1c5f">SERCOM6_</a>:1; </div>
<div class="line"><a name="l00618"></a><span class="lineno"><a class="line" href="unionPAC__STATUSD__Type.html#aecf40a0978d52b8522fb1de530f73116"> 618</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSD__Type.html#aecf40a0978d52b8522fb1de530f73116">SERCOM7_</a>:1; </div>
<div class="line"><a name="l00619"></a><span class="lineno"><a class="line" href="unionPAC__STATUSD__Type.html#a805c3aa69d37ab2f83277a6a7d37468c"> 619</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSD__Type.html#a805c3aa69d37ab2f83277a6a7d37468c">TCC4_</a>:1; </div>
<div class="line"><a name="l00620"></a><span class="lineno"><a class="line" href="unionPAC__STATUSD__Type.html#a9c31f4ed66b22f4cb401afa8b6ecd3d5"> 620</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSD__Type.html#a9c31f4ed66b22f4cb401afa8b6ecd3d5">TC6_</a>:1; </div>
<div class="line"><a name="l00621"></a><span class="lineno"><a class="line" href="unionPAC__STATUSD__Type.html#a1ade62f577fc07feca6c12558c58b1a6"> 621</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSD__Type.html#a1ade62f577fc07feca6c12558c58b1a6">TC7_</a>:1; </div>
<div class="line"><a name="l00622"></a><span class="lineno"><a class="line" href="unionPAC__STATUSD__Type.html#a3f238c82bd6efcf19c99b7f5889c02cf"> 622</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSD__Type.html#a3f238c82bd6efcf19c99b7f5889c02cf">ADC0_</a>:1; </div>
<div class="line"><a name="l00623"></a><span class="lineno"><a class="line" href="unionPAC__STATUSD__Type.html#a838bc12705b4d80d773cc754d8eea9d6"> 623</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSD__Type.html#a838bc12705b4d80d773cc754d8eea9d6">ADC1_</a>:1; </div>
<div class="line"><a name="l00624"></a><span class="lineno"><a class="line" href="unionPAC__STATUSD__Type.html#a46fb4c84ca59c9c7f63f931c18a3a6af"> 624</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSD__Type.html#a46fb4c84ca59c9c7f63f931c18a3a6af">DAC_</a>:1; </div>
<div class="line"><a name="l00625"></a><span class="lineno"><a class="line" href="unionPAC__STATUSD__Type.html#ad3016963d600ca7066f51ed4a561a72a"> 625</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSD__Type.html#ad3016963d600ca7066f51ed4a561a72a">I2S_</a>:1; </div>
<div class="line"><a name="l00626"></a><span class="lineno"><a class="line" href="unionPAC__STATUSD__Type.html#a69ea7889003dacb40fd80166c07fca4c"> 626</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSD__Type.html#a69ea7889003dacb40fd80166c07fca4c">PCC_</a>:1; </div>
<div class="line"><a name="l00627"></a><span class="lineno"><a class="line" href="unionPAC__STATUSD__Type.html#abab9c99ea61d696a8d268e0f5a20d3e9"> 627</a></span>&#160; uint32_t :20; </div>
<div class="line"><a name="l00628"></a><span class="lineno"><a class="line" href="unionPAC__STATUSD__Type.html#aa8c2414d0aa00acdaed81673e324e53e"> 628</a></span>&#160; } bit; </div>
<div class="line"><a name="l00629"></a><span class="lineno"><a class="line" href="unionPAC__STATUSD__Type.html#a75a936abd7369f4bf515548de6d5f598"> 629</a></span>&#160; uint32_t <a class="code" href="unionPAC__STATUSD__Type.html#a75a936abd7369f4bf515548de6d5f598">reg</a>; </div>
<div class="line"><a name="l00630"></a><span class="lineno"> 630</span>&#160;} <a class="code" href="unionPAC__STATUSD__Type.html">PAC_STATUSD_Type</a>;</div>
<div class="line"><a name="l00631"></a><span class="lineno"> 631</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00632"></a><span class="lineno"> 632</span>&#160; </div>
<div class="line"><a name="l00633"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a44e164fc209d12c6ac1481861d0545e5"> 633</a></span>&#160;<span class="preprocessor">#define PAC_STATUSD_OFFSET 0x40 </span></div>
<div class="line"><a name="l00634"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a189046a9c50c9c323b117b3a80661ec9"> 634</a></span>&#160;<span class="preprocessor">#define PAC_STATUSD_RESETVALUE _U_(0x00000000) </span></div>
<div class="line"><a name="l00636"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ab8dc784e823903cf70b36d76c44fd912"> 636</a></span>&#160;<span class="preprocessor">#define PAC_STATUSD_SERCOM4_Pos 0 </span></div>
<div class="line"><a name="l00637"></a><span class="lineno"> 637</span>&#160;<span class="preprocessor">#define PAC_STATUSD_SERCOM4 (_U_(0x1) &lt;&lt; PAC_STATUSD_SERCOM4_Pos)</span></div>
<div class="line"><a name="l00638"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a35f1c5c15a4194e879bd5dbbe6171f2f"> 638</a></span>&#160;<span class="preprocessor">#define PAC_STATUSD_SERCOM5_Pos 1 </span></div>
<div class="line"><a name="l00639"></a><span class="lineno"> 639</span>&#160;<span class="preprocessor">#define PAC_STATUSD_SERCOM5 (_U_(0x1) &lt;&lt; PAC_STATUSD_SERCOM5_Pos)</span></div>
<div class="line"><a name="l00640"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a554fec9ac2431314c2e77eb9f00e7888"> 640</a></span>&#160;<span class="preprocessor">#define PAC_STATUSD_SERCOM6_Pos 2 </span></div>
<div class="line"><a name="l00641"></a><span class="lineno"> 641</span>&#160;<span class="preprocessor">#define PAC_STATUSD_SERCOM6 (_U_(0x1) &lt;&lt; PAC_STATUSD_SERCOM6_Pos)</span></div>
<div class="line"><a name="l00642"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a7e463764cb8bfa3ed2203bb103e7dd1a"> 642</a></span>&#160;<span class="preprocessor">#define PAC_STATUSD_SERCOM7_Pos 3 </span></div>
<div class="line"><a name="l00643"></a><span class="lineno"> 643</span>&#160;<span class="preprocessor">#define PAC_STATUSD_SERCOM7 (_U_(0x1) &lt;&lt; PAC_STATUSD_SERCOM7_Pos)</span></div>
<div class="line"><a name="l00644"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a2ec950e95fe8b6deb7fae852c2105415"> 644</a></span>&#160;<span class="preprocessor">#define PAC_STATUSD_TCC4_Pos 4 </span></div>
<div class="line"><a name="l00645"></a><span class="lineno"> 645</span>&#160;<span class="preprocessor">#define PAC_STATUSD_TCC4 (_U_(0x1) &lt;&lt; PAC_STATUSD_TCC4_Pos)</span></div>
<div class="line"><a name="l00646"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a962b47193a73621fc59e7bd7681c80de"> 646</a></span>&#160;<span class="preprocessor">#define PAC_STATUSD_TC6_Pos 5 </span></div>
<div class="line"><a name="l00647"></a><span class="lineno"> 647</span>&#160;<span class="preprocessor">#define PAC_STATUSD_TC6 (_U_(0x1) &lt;&lt; PAC_STATUSD_TC6_Pos)</span></div>
<div class="line"><a name="l00648"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a758efbdc3e7954c7e3c4d529fe347cc8"> 648</a></span>&#160;<span class="preprocessor">#define PAC_STATUSD_TC7_Pos 6 </span></div>
<div class="line"><a name="l00649"></a><span class="lineno"> 649</span>&#160;<span class="preprocessor">#define PAC_STATUSD_TC7 (_U_(0x1) &lt;&lt; PAC_STATUSD_TC7_Pos)</span></div>
<div class="line"><a name="l00650"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a10d5ffafdd3949f7759eb7007acfcc76"> 650</a></span>&#160;<span class="preprocessor">#define PAC_STATUSD_ADC0_Pos 7 </span></div>
<div class="line"><a name="l00651"></a><span class="lineno"> 651</span>&#160;<span class="preprocessor">#define PAC_STATUSD_ADC0 (_U_(0x1) &lt;&lt; PAC_STATUSD_ADC0_Pos)</span></div>
<div class="line"><a name="l00652"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a22601457bc5c9f6b54011a626dade3f7"> 652</a></span>&#160;<span class="preprocessor">#define PAC_STATUSD_ADC1_Pos 8 </span></div>
<div class="line"><a name="l00653"></a><span class="lineno"> 653</span>&#160;<span class="preprocessor">#define PAC_STATUSD_ADC1 (_U_(0x1) &lt;&lt; PAC_STATUSD_ADC1_Pos)</span></div>
<div class="line"><a name="l00654"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a1ad23ef762bece435866b9e654519938"> 654</a></span>&#160;<span class="preprocessor">#define PAC_STATUSD_DAC_Pos 9 </span></div>
<div class="line"><a name="l00655"></a><span class="lineno"> 655</span>&#160;<span class="preprocessor">#define PAC_STATUSD_DAC (_U_(0x1) &lt;&lt; PAC_STATUSD_DAC_Pos)</span></div>
<div class="line"><a name="l00656"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#ae73eb5f7d27b043ad031981268f5d297"> 656</a></span>&#160;<span class="preprocessor">#define PAC_STATUSD_I2S_Pos 10 </span></div>
<div class="line"><a name="l00657"></a><span class="lineno"> 657</span>&#160;<span class="preprocessor">#define PAC_STATUSD_I2S (_U_(0x1) &lt;&lt; PAC_STATUSD_I2S_Pos)</span></div>
<div class="line"><a name="l00658"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a2961419a7540e33ccb80cf767dd1b95f"> 658</a></span>&#160;<span class="preprocessor">#define PAC_STATUSD_PCC_Pos 11 </span></div>
<div class="line"><a name="l00659"></a><span class="lineno"> 659</span>&#160;<span class="preprocessor">#define PAC_STATUSD_PCC (_U_(0x1) &lt;&lt; PAC_STATUSD_PCC_Pos)</span></div>
<div class="line"><a name="l00660"></a><span class="lineno"><a class="line" href="component_2pac_8h.html#a00d22737e63523d60365c645b3efff3a"> 660</a></span>&#160;<span class="preprocessor">#define PAC_STATUSD_MASK _U_(0x00000FFF) </span></div>
<div class="line"><a name="l00663"></a><span class="lineno"> 663</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00664"></a><span class="lineno"><a class="line" href="structPac.html"> 664</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00665"></a><span class="lineno"><a class="line" href="structPac.html#a4b2496dfffd2d47da5afc77c0b259338"> 665</a></span>&#160; __IO <a class="code" href="unionPAC__WRCTRL__Type.html">PAC_WRCTRL_Type</a> <a class="code" href="structPac.html#a4b2496dfffd2d47da5afc77c0b259338">WRCTRL</a>; </div>
<div class="line"><a name="l00666"></a><span class="lineno"><a class="line" href="structPac.html#a51f5feac918430a1638cc4184942003f"> 666</a></span>&#160; __IO <a class="code" href="unionPAC__EVCTRL__Type.html">PAC_EVCTRL_Type</a> <a class="code" href="structPac.html#a51f5feac918430a1638cc4184942003f">EVCTRL</a>; </div>
<div class="line"><a name="l00667"></a><span class="lineno"> 667</span>&#160; <a class="code" href="same54n19a_8h.html#a0d957f1433aaf5d70e4dc2b68288442d">RoReg8</a> Reserved1[0x3];</div>
<div class="line"><a name="l00668"></a><span class="lineno"><a class="line" href="structPac.html#a3c9266e1f270edd8e6eebc44cdce1005"> 668</a></span>&#160; __IO <a class="code" href="unionPAC__INTENCLR__Type.html">PAC_INTENCLR_Type</a> <a class="code" href="structPac.html#a3c9266e1f270edd8e6eebc44cdce1005">INTENCLR</a>; </div>
<div class="line"><a name="l00669"></a><span class="lineno"><a class="line" href="structPac.html#a710a1d05491b5b53c87e1ad8f98c178b"> 669</a></span>&#160; __IO <a class="code" href="unionPAC__INTENSET__Type.html">PAC_INTENSET_Type</a> <a class="code" href="structPac.html#a710a1d05491b5b53c87e1ad8f98c178b">INTENSET</a>; </div>
<div class="line"><a name="l00670"></a><span class="lineno"> 670</span>&#160; <a class="code" href="same54n19a_8h.html#a0d957f1433aaf5d70e4dc2b68288442d">RoReg8</a> Reserved2[0x6];</div>
<div class="line"><a name="l00671"></a><span class="lineno"><a class="line" href="structPac.html#a43204082738d35bfd321db9f92960be4"> 671</a></span>&#160; __IO <a class="code" href="unionPAC__INTFLAGAHB__Type.html">PAC_INTFLAGAHB_Type</a> <a class="code" href="structPac.html#a43204082738d35bfd321db9f92960be4">INTFLAGAHB</a>; </div>
<div class="line"><a name="l00672"></a><span class="lineno"><a class="line" href="structPac.html#a88c4b94bbb43bfc8bc6ef1c8315dd4b3"> 672</a></span>&#160; __IO <a class="code" href="unionPAC__INTFLAGA__Type.html">PAC_INTFLAGA_Type</a> <a class="code" href="structPac.html#a88c4b94bbb43bfc8bc6ef1c8315dd4b3">INTFLAGA</a>; </div>
<div class="line"><a name="l00673"></a><span class="lineno"><a class="line" href="structPac.html#aa24c383457a9d02e95b5338afd45a1d0"> 673</a></span>&#160; __IO <a class="code" href="unionPAC__INTFLAGB__Type.html">PAC_INTFLAGB_Type</a> <a class="code" href="structPac.html#aa24c383457a9d02e95b5338afd45a1d0">INTFLAGB</a>; </div>
<div class="line"><a name="l00674"></a><span class="lineno"><a class="line" href="structPac.html#a3233539abbe44636f3206332631e017c"> 674</a></span>&#160; __IO <a class="code" href="unionPAC__INTFLAGC__Type.html">PAC_INTFLAGC_Type</a> <a class="code" href="structPac.html#a3233539abbe44636f3206332631e017c">INTFLAGC</a>; </div>
<div class="line"><a name="l00675"></a><span class="lineno"><a class="line" href="structPac.html#ac6d1478ff1d24eb47f9cb43edeb282b3"> 675</a></span>&#160; __IO <a class="code" href="unionPAC__INTFLAGD__Type.html">PAC_INTFLAGD_Type</a> <a class="code" href="structPac.html#ac6d1478ff1d24eb47f9cb43edeb282b3">INTFLAGD</a>; </div>
<div class="line"><a name="l00676"></a><span class="lineno"> 676</span>&#160; <a class="code" href="same54n19a_8h.html#a0d957f1433aaf5d70e4dc2b68288442d">RoReg8</a> Reserved3[0x10];</div>
<div class="line"><a name="l00677"></a><span class="lineno"><a class="line" href="structPac.html#af6f8aa5f0054587a09947c68a321c229"> 677</a></span>&#160; __I <a class="code" href="unionPAC__STATUSA__Type.html">PAC_STATUSA_Type</a> <a class="code" href="structPac.html#af6f8aa5f0054587a09947c68a321c229">STATUSA</a>; </div>
<div class="line"><a name="l00678"></a><span class="lineno"><a class="line" href="structPac.html#a3a9b9a4ca0984c013fd139811a0a2ba0"> 678</a></span>&#160; __I <a class="code" href="unionPAC__STATUSB__Type.html">PAC_STATUSB_Type</a> <a class="code" href="structPac.html#a3a9b9a4ca0984c013fd139811a0a2ba0">STATUSB</a>; </div>
<div class="line"><a name="l00679"></a><span class="lineno"><a class="line" href="structPac.html#abf41a3781084f01e0d278300cb763f29"> 679</a></span>&#160; __I <a class="code" href="unionPAC__STATUSC__Type.html">PAC_STATUSC_Type</a> <a class="code" href="structPac.html#abf41a3781084f01e0d278300cb763f29">STATUSC</a>; </div>
<div class="line"><a name="l00680"></a><span class="lineno"><a class="line" href="structPac.html#afaf2caaf5e4105c9a4cd93d998976793"> 680</a></span>&#160; __I <a class="code" href="unionPAC__STATUSD__Type.html">PAC_STATUSD_Type</a> <a class="code" href="structPac.html#afaf2caaf5e4105c9a4cd93d998976793">STATUSD</a>; </div>
<div class="line"><a name="l00681"></a><span class="lineno"> 681</span>&#160;} <a class="code" href="structPac.html">Pac</a>;</div>
<div class="line"><a name="l00682"></a><span class="lineno"> 682</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="l00683"></a><span class="lineno"> 683</span>&#160; </div>
<div class="line"><a name="l00686"></a><span class="lineno"> 686</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* _SAME54_PAC_COMPONENT_ */</span><span class="preprocessor"></span></div>
</div><!-- fragment --></div><!-- contents -->
<div class="ttc" id="aunionPAC__INTFLAGAHB__Type_html_a1265ba4ea019230d8dcb8349a78837fc"><div class="ttname"><a href="unionPAC__INTFLAGAHB__Type.html#a1265ba4ea019230d8dcb8349a78837fc">PAC_INTFLAGAHB_Type::HPB2_</a></div><div class="ttdeci">__I uint32_t HPB2_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00140">pac.h:140</a></div></div>
<div class="ttc" id="aunionPAC__STATUSD__Type_html_a75a936abd7369f4bf515548de6d5f598"><div class="ttname"><a href="unionPAC__STATUSD__Type.html#a75a936abd7369f4bf515548de6d5f598">PAC_STATUSD_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00629">pac.h:629</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGB__Type_html_ac6a1e0fcd718d3a0238303e84e094baa"><div class="ttname"><a href="unionPAC__INTFLAGB__Type.html#ac6a1e0fcd718d3a0238303e84e094baa">PAC_INTFLAGB_Type::HMATRIX_</a></div><div class="ttdeci">__I uint32_t HMATRIX_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00263">pac.h:263</a></div></div>
<div class="ttc" id="astructPac_html_a51f5feac918430a1638cc4184942003f"><div class="ttname"><a href="structPac.html#a51f5feac918430a1638cc4184942003f">Pac::EVCTRL</a></div><div class="ttdeci">__IO PAC_EVCTRL_Type EVCTRL</div><div class="ttdoc">Offset: 0x04 (R/W 8) Event control.</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00666">pac.h:666</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGA__Type_html_aba2bb2e7a7561c838a089f1b8ee98dee"><div class="ttname"><a href="unionPAC__INTFLAGA__Type.html#aba2bb2e7a7561c838a089f1b8ee98dee">PAC_INTFLAGA_Type::SUPC_</a></div><div class="ttdeci">__I uint32_t SUPC_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00200">pac.h:200</a></div></div>
<div class="ttc" id="aunionPAC__WRCTRL__Type_html_a59fabdc8cf31587de5969dd1627393d8"><div class="ttname"><a href="unionPAC__WRCTRL__Type.html#a59fabdc8cf31587de5969dd1627393d8">PAC_WRCTRL_Type::KEY</a></div><div class="ttdeci">uint32_t KEY</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00047">pac.h:47</a></div></div>
<div class="ttc" id="aunionPAC__STATUSD__Type_html_a3f238c82bd6efcf19c99b7f5889c02cf"><div class="ttname"><a href="unionPAC__STATUSD__Type.html#a3f238c82bd6efcf19c99b7f5889c02cf">PAC_STATUSD_Type::ADC0_</a></div><div class="ttdeci">uint32_t ADC0_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00622">pac.h:622</a></div></div>
<div class="ttc" id="aunionPAC__STATUSA__Type_html_a67e9683546f09097d5aee589e92ae650"><div class="ttname"><a href="unionPAC__STATUSA__Type.html#a67e9683546f09097d5aee589e92ae650">PAC_STATUSA_Type::GCLK_</a></div><div class="ttdeci">uint32_t GCLK_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00437">pac.h:437</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGA__Type_html_aa5cc5a43cf0e145021b6121dc90d1948"><div class="ttname"><a href="unionPAC__INTFLAGA__Type.html#aa5cc5a43cf0e145021b6121dc90d1948">PAC_INTFLAGA_Type::TC1_</a></div><div class="ttdeci">__I uint32_t TC1_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00209">pac.h:209</a></div></div>
<div class="ttc" id="aunionPAC__STATUSB__Type_html_a726065f557c17b1c1e828cbbcad5a1c2"><div class="ttname"><a href="unionPAC__STATUSB__Type.html#a726065f557c17b1c1e828cbbcad5a1c2">PAC_STATUSB_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00512">pac.h:512</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGAHB__Type_html_a893751a8f7a5cf86b41c6d7f9ad4b56a"><div class="ttname"><a href="unionPAC__INTFLAGAHB__Type.html#a893751a8f7a5cf86b41c6d7f9ad4b56a">PAC_INTFLAGAHB_Type::BKUPRAM_</a></div><div class="ttdeci">__I uint32_t BKUPRAM_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00146">pac.h:146</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGAHB__Type_html_a4273db3850a034ba9e0617c9db9076b6"><div class="ttname"><a href="unionPAC__INTFLAGAHB__Type.html#a4273db3850a034ba9e0617c9db9076b6">PAC_INTFLAGAHB_Type::RAMPPPDSU_</a></div><div class="ttdeci">__I uint32_t RAMPPPDSU_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00135">pac.h:135</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGB__Type_html_ab589357b8c6d24d9146d0a3ecab8e661"><div class="ttname"><a href="unionPAC__INTFLAGB__Type.html#ab589357b8c6d24d9146d0a3ecab8e661">PAC_INTFLAGB_Type::SERCOM2_</a></div><div class="ttdeci">__I uint32_t SERCOM2_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00266">pac.h:266</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGC__Type_html"><div class="ttname"><a href="unionPAC__INTFLAGC__Type.html">PAC_INTFLAGC_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00317">pac.h:317</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGD__Type_html_a18fbc6fd875a11949d5bea5a39369d88"><div class="ttname"><a href="unionPAC__INTFLAGD__Type.html#a18fbc6fd875a11949d5bea5a39369d88">PAC_INTFLAGD_Type::DAC_</a></div><div class="ttdeci">__I uint32_t DAC_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00388">pac.h:388</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGAHB__Type_html_a7d2a708765a14bb35460c63de3b75590"><div class="ttname"><a href="unionPAC__INTFLAGAHB__Type.html#a7d2a708765a14bb35460c63de3b75590">PAC_INTFLAGAHB_Type::FLASH_ALT_</a></div><div class="ttdeci">__I uint32_t FLASH_ALT_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00132">pac.h:132</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGAHB__Type_html_a9983e75a9b9ff79e16642e058872aa6d"><div class="ttname"><a href="unionPAC__INTFLAGAHB__Type.html#a9983e75a9b9ff79e16642e058872aa6d">PAC_INTFLAGAHB_Type::SDHC1_</a></div><div class="ttdeci">__I uint32_t SDHC1_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00144">pac.h:144</a></div></div>
<div class="ttc" id="aunionPAC__STATUSA__Type_html_af38bbc749443f8c5219b5bdd1d8452c6"><div class="ttname"><a href="unionPAC__STATUSA__Type.html#af38bbc749443f8c5219b5bdd1d8452c6">PAC_STATUSA_Type::TC1_</a></div><div class="ttdeci">uint32_t TC1_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00445">pac.h:445</a></div></div>
<div class="ttc" id="aunionPAC__STATUSD__Type_html_a1ade62f577fc07feca6c12558c58b1a6"><div class="ttname"><a href="unionPAC__STATUSD__Type.html#a1ade62f577fc07feca6c12558c58b1a6">PAC_STATUSD_Type::TC7_</a></div><div class="ttdeci">uint32_t TC7_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00621">pac.h:621</a></div></div>
<div class="ttc" id="aunionPAC__STATUSC__Type_html_a1302faa1167eb462db8b9bbf68c6612a"><div class="ttname"><a href="unionPAC__STATUSC__Type.html#a1302faa1167eb462db8b9bbf68c6612a">PAC_STATUSC_Type::ICM_</a></div><div class="ttdeci">uint32_t ICM_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00566">pac.h:566</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGAHB__Type_html_a9de15febf70997de358bac6dd2ee9399"><div class="ttname"><a href="unionPAC__INTFLAGAHB__Type.html#a9de15febf70997de358bac6dd2ee9399">PAC_INTFLAGAHB_Type::RAMDMAWR_</a></div><div class="ttdeci">__I uint32_t RAMDMAWR_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00136">pac.h:136</a></div></div>
<div class="ttc" id="aunionPAC__WRCTRL__Type_html_a55e8c4ad2b0e0c4de47c9a1b19edd6c3"><div class="ttname"><a href="unionPAC__WRCTRL__Type.html#a55e8c4ad2b0e0c4de47c9a1b19edd6c3">PAC_WRCTRL_Type::PERID</a></div><div class="ttdeci">uint32_t PERID</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00046">pac.h:46</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGC__Type_html_a42edae4e0859ddf7fc3e2c690907ed65"><div class="ttname"><a href="unionPAC__INTFLAGC__Type.html#a42edae4e0859ddf7fc3e2c690907ed65">PAC_INTFLAGC_Type::CAN0_</a></div><div class="ttdeci">__I uint32_t CAN0_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00319">pac.h:319</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGC__Type_html_a598abfcfd83c840b8cada60131df264f"><div class="ttname"><a href="unionPAC__INTFLAGC__Type.html#a598abfcfd83c840b8cada60131df264f">PAC_INTFLAGC_Type::TCC3_</a></div><div class="ttdeci">__I uint32_t TCC3_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00323">pac.h:323</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGAHB__Type_html_a310905c2f2afce8975a98763dc14c3ec"><div class="ttname"><a href="unionPAC__INTFLAGAHB__Type.html#a310905c2f2afce8975a98763dc14c3ec">PAC_INTFLAGAHB_Type::SEEPROM_</a></div><div class="ttdeci">__I uint32_t SEEPROM_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00133">pac.h:133</a></div></div>
<div class="ttc" id="astructPac_html_af6f8aa5f0054587a09947c68a321c229"><div class="ttname"><a href="structPac.html#af6f8aa5f0054587a09947c68a321c229">Pac::STATUSA</a></div><div class="ttdeci">__I PAC_STATUSA_Type STATUSA</div><div class="ttdoc">Offset: 0x34 (R/ 32) Peripheral write protection status - Bridge A.</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00677">pac.h:677</a></div></div>
<div class="ttc" id="aunionPAC__STATUSD__Type_html_aac991d3ea5c6fa032769c271b22b1c5f"><div class="ttname"><a href="unionPAC__STATUSD__Type.html#aac991d3ea5c6fa032769c271b22b1c5f">PAC_STATUSD_Type::SERCOM6_</a></div><div class="ttdeci">uint32_t SERCOM6_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00617">pac.h:617</a></div></div>
<div class="ttc" id="aunionPAC__EVCTRL__Type_html_a08ad9f5b8427481586e8c446c57f831b"><div class="ttname"><a href="unionPAC__EVCTRL__Type.html#a08ad9f5b8427481586e8c446c57f831b">PAC_EVCTRL_Type::ERREO</a></div><div class="ttdeci">uint8_t ERREO</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00077">pac.h:77</a></div></div>
<div class="ttc" id="aunionPAC__STATUSC__Type_html_a1a8b5b5d54640c85d559463e521633db"><div class="ttname"><a href="unionPAC__STATUSC__Type.html#a1a8b5b5d54640c85d559463e521633db">PAC_STATUSC_Type::PUKCC_</a></div><div class="ttdeci">uint32_t PUKCC_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00567">pac.h:567</a></div></div>
<div class="ttc" id="astructPac_html_a3c9266e1f270edd8e6eebc44cdce1005"><div class="ttname"><a href="structPac.html#a3c9266e1f270edd8e6eebc44cdce1005">Pac::INTENCLR</a></div><div class="ttdeci">__IO PAC_INTENCLR_Type INTENCLR</div><div class="ttdoc">Offset: 0x08 (R/W 8) Interrupt enable clear.</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00668">pac.h:668</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGA__Type_html_a511c299d6068f6a6e51f49fd4a2844d2"><div class="ttname"><a href="unionPAC__INTFLAGA__Type.html#a511c299d6068f6a6e51f49fd4a2844d2">PAC_INTFLAGA_Type::PAC_</a></div><div class="ttdeci">__I uint32_t PAC_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00194">pac.h:194</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGAHB__Type_html_a444669982642924724acf6482026651b"><div class="ttname"><a href="unionPAC__INTFLAGAHB__Type.html#a444669982642924724acf6482026651b">PAC_INTFLAGAHB_Type::SDHC0_</a></div><div class="ttdeci">__I uint32_t SDHC0_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00143">pac.h:143</a></div></div>
<div class="ttc" id="aunionPAC__STATUSA__Type_html"><div class="ttname"><a href="unionPAC__STATUSA__Type.html">PAC_STATUSA_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00428">pac.h:428</a></div></div>
<div class="ttc" id="aunionPAC__STATUSC__Type_html_a0848dc1219608c037412d66db6bd95ef"><div class="ttname"><a href="unionPAC__STATUSC__Type.html#a0848dc1219608c037412d66db6bd95ef">PAC_STATUSC_Type::TRNG_</a></div><div class="ttdeci">uint32_t TRNG_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00565">pac.h:565</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGA__Type_html_a48e187c4353fe84632a1ce0f8399da79"><div class="ttname"><a href="unionPAC__INTFLAGA__Type.html#a48e187c4353fe84632a1ce0f8399da79">PAC_INTFLAGA_Type::GCLK_</a></div><div class="ttdeci">__I uint32_t GCLK_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00201">pac.h:201</a></div></div>
<div class="ttc" id="aunionPAC__STATUSC__Type_html_afc80dbd67ec39125839a8134eb92ba74"><div class="ttname"><a href="unionPAC__STATUSC__Type.html#afc80dbd67ec39125839a8134eb92ba74">PAC_STATUSC_Type::CCL_</a></div><div class="ttdeci">uint32_t CCL_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00569">pac.h:569</a></div></div>
<div class="ttc" id="aunionPAC__STATUSD__Type_html_ad3016963d600ca7066f51ed4a561a72a"><div class="ttname"><a href="unionPAC__STATUSD__Type.html#ad3016963d600ca7066f51ed4a561a72a">PAC_STATUSD_Type::I2S_</a></div><div class="ttdeci">uint32_t I2S_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00625">pac.h:625</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGB__Type_html_ac3ea70df4df1bbeca1b1f96a0e7e7211"><div class="ttname"><a href="unionPAC__INTFLAGB__Type.html#ac3ea70df4df1bbeca1b1f96a0e7e7211">PAC_INTFLAGB_Type::SERCOM3_</a></div><div class="ttdeci">__I uint32_t SERCOM3_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00267">pac.h:267</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGB__Type_html_a0b96b1fe0fcfae9dd6d9ac4a80a2921c"><div class="ttname"><a href="unionPAC__INTFLAGB__Type.html#a0b96b1fe0fcfae9dd6d9ac4a80a2921c">PAC_INTFLAGB_Type::TCC1_</a></div><div class="ttdeci">__I uint32_t TCC1_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00269">pac.h:269</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGD__Type_html_a441228b1e4585ee22dd24744f7d7f21d"><div class="ttname"><a href="unionPAC__INTFLAGD__Type.html#a441228b1e4585ee22dd24744f7d7f21d">PAC_INTFLAGD_Type::TCC4_</a></div><div class="ttdeci">__I uint32_t TCC4_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00383">pac.h:383</a></div></div>
<div class="ttc" id="aunionPAC__STATUSA__Type_html_a56c3d6356e4728df39cdf842cd3f5883"><div class="ttname"><a href="unionPAC__STATUSA__Type.html#a56c3d6356e4728df39cdf842cd3f5883">PAC_STATUSA_Type::MCLK_</a></div><div class="ttdeci">uint32_t MCLK_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00432">pac.h:432</a></div></div>
<div class="ttc" id="aunionPAC__STATUSD__Type_html"><div class="ttname"><a href="unionPAC__STATUSD__Type.html">PAC_STATUSD_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00613">pac.h:613</a></div></div>
<div class="ttc" id="aunionPAC__STATUSD__Type_html_a9c31f4ed66b22f4cb401afa8b6ecd3d5"><div class="ttname"><a href="unionPAC__STATUSD__Type.html#a9c31f4ed66b22f4cb401afa8b6ecd3d5">PAC_STATUSD_Type::TC6_</a></div><div class="ttdeci">uint32_t TC6_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00620">pac.h:620</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGAHB__Type_html"><div class="ttname"><a href="unionPAC__INTFLAGAHB__Type.html">PAC_INTFLAGAHB_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00129">pac.h:129</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGAHB__Type_html_ad54e6f74a8c8d915cefb76151c80a32e"><div class="ttname"><a href="unionPAC__INTFLAGAHB__Type.html#ad54e6f74a8c8d915cefb76151c80a32e">PAC_INTFLAGAHB_Type::RAMDMACICM_</a></div><div class="ttdeci">__I uint32_t RAMDMACICM_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00137">pac.h:137</a></div></div>
<div class="ttc" id="aunionPAC__STATUSB__Type_html"><div class="ttname"><a href="unionPAC__STATUSB__Type.html">PAC_STATUSB_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00491">pac.h:491</a></div></div>
<div class="ttc" id="astructPac_html_a3233539abbe44636f3206332631e017c"><div class="ttname"><a href="structPac.html#a3233539abbe44636f3206332631e017c">Pac::INTFLAGC</a></div><div class="ttdeci">__IO PAC_INTFLAGC_Type INTFLAGC</div><div class="ttdoc">Offset: 0x1C (R/W 32) Peripheral interrupt flag status - Bridge C.</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00674">pac.h:674</a></div></div>
<div class="ttc" id="aunionPAC__STATUSA__Type_html_a5650c046300e98cd8fd5759c65eeac70"><div class="ttname"><a href="unionPAC__STATUSA__Type.html#a5650c046300e98cd8fd5759c65eeac70">PAC_STATUSA_Type::RSTC_</a></div><div class="ttdeci">uint32_t RSTC_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00433">pac.h:433</a></div></div>
<div class="ttc" id="aunionPAC__INTENCLR__Type_html_a34c1616f9582a2be3019c29b07d758ac"><div class="ttname"><a href="unionPAC__INTENCLR__Type.html#a34c1616f9582a2be3019c29b07d758ac">PAC_INTENCLR_Type::ERR</a></div><div class="ttdeci">uint8_t ERR</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00095">pac.h:95</a></div></div>
<div class="ttc" id="aunionPAC__STATUSD__Type_html_a69ea7889003dacb40fd80166c07fca4c"><div class="ttname"><a href="unionPAC__STATUSD__Type.html#a69ea7889003dacb40fd80166c07fca4c">PAC_STATUSD_Type::PCC_</a></div><div class="ttdeci">uint32_t PCC_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00626">pac.h:626</a></div></div>
<div class="ttc" id="aunionPAC__STATUSA__Type_html_add0063090a8840c42a2e365b86148d38"><div class="ttname"><a href="unionPAC__STATUSA__Type.html#add0063090a8840c42a2e365b86148d38">PAC_STATUSA_Type::RTC_</a></div><div class="ttdeci">uint32_t RTC_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00439">pac.h:439</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGAHB__Type_html_afdedb761fe7c06817c11b1a118328587"><div class="ttname"><a href="unionPAC__INTFLAGAHB__Type.html#afdedb761fe7c06817c11b1a118328587">PAC_INTFLAGAHB_Type::HPB1_</a></div><div class="ttdeci">__I uint32_t HPB1_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00139">pac.h:139</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGD__Type_html_a07dc277b04812483b5461236ce1e3b2d"><div class="ttname"><a href="unionPAC__INTFLAGD__Type.html#a07dc277b04812483b5461236ce1e3b2d">PAC_INTFLAGD_Type::ADC1_</a></div><div class="ttdeci">__I uint32_t ADC1_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00387">pac.h:387</a></div></div>
<div class="ttc" id="aunionPAC__STATUSB__Type_html_aa7cae59f679fd823875f111a750f60fb"><div class="ttname"><a href="unionPAC__STATUSB__Type.html#aa7cae59f679fd823875f111a750f60fb">PAC_STATUSB_Type::TCC0_</a></div><div class="ttdeci">uint32_t TCC0_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00504">pac.h:504</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGA__Type_html_a62ebbd62cd313325cc08d077904600ad"><div class="ttname"><a href="unionPAC__INTFLAGA__Type.html#a62ebbd62cd313325cc08d077904600ad">PAC_INTFLAGA_Type::OSC32KCTRL_</a></div><div class="ttdeci">__I uint32_t OSC32KCTRL_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00199">pac.h:199</a></div></div>
<div class="ttc" id="aunionPAC__STATUSD__Type_html_a46fb4c84ca59c9c7f63f931c18a3a6af"><div class="ttname"><a href="unionPAC__STATUSD__Type.html#a46fb4c84ca59c9c7f63f931c18a3a6af">PAC_STATUSD_Type::DAC_</a></div><div class="ttdeci">uint32_t DAC_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00624">pac.h:624</a></div></div>
<div class="ttc" id="aunionPAC__STATUSA__Type_html_a3d7062cb7b01559c3ade53a550b16d9d"><div class="ttname"><a href="unionPAC__STATUSA__Type.html#a3d7062cb7b01559c3ade53a550b16d9d">PAC_STATUSA_Type::OSC32KCTRL_</a></div><div class="ttdeci">uint32_t OSC32KCTRL_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00435">pac.h:435</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGA__Type_html_a6a24655756223a11de0700ef7b467113"><div class="ttname"><a href="unionPAC__INTFLAGA__Type.html#a6a24655756223a11de0700ef7b467113">PAC_INTFLAGA_Type::RSTC_</a></div><div class="ttdeci">__I uint32_t RSTC_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00197">pac.h:197</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGA__Type_html_a5595e182f568d040022828a7dae973b7"><div class="ttname"><a href="unionPAC__INTFLAGA__Type.html#a5595e182f568d040022828a7dae973b7">PAC_INTFLAGA_Type::TC0_</a></div><div class="ttdeci">__I uint32_t TC0_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00208">pac.h:208</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGB__Type_html_abf8a9c210c3ddcd55ab05599a0d64b6c"><div class="ttname"><a href="unionPAC__INTFLAGB__Type.html#abf8a9c210c3ddcd55ab05599a0d64b6c">PAC_INTFLAGB_Type::DSU_</a></div><div class="ttdeci">__I uint32_t DSU_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00258">pac.h:258</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGA__Type_html_a7a6220dfd32208d1565a7ec5f480576c"><div class="ttname"><a href="unionPAC__INTFLAGA__Type.html#a7a6220dfd32208d1565a7ec5f480576c">PAC_INTFLAGA_Type::uint32_t</a></div><div class="ttdeci">__I uint32_t</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00210">pac.h:210</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGA__Type_html_aab517d8db3c0e8ae6175f01fa838771a"><div class="ttname"><a href="unionPAC__INTFLAGA__Type.html#aab517d8db3c0e8ae6175f01fa838771a">PAC_INTFLAGA_Type::MCLK_</a></div><div class="ttdeci">__I uint32_t MCLK_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00196">pac.h:196</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGC__Type_html_ae670501a7336a5e9a357315adcf88dbc"><div class="ttname"><a href="unionPAC__INTFLAGC__Type.html#ae670501a7336a5e9a357315adcf88dbc">PAC_INTFLAGC_Type::TCC2_</a></div><div class="ttdeci">__I uint32_t TCC2_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00322">pac.h:322</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGC__Type_html_a296ad3b2f810fa13f696a4bd8730f4a0"><div class="ttname"><a href="unionPAC__INTFLAGC__Type.html#a296ad3b2f810fa13f696a4bd8730f4a0">PAC_INTFLAGC_Type::QSPI_</a></div><div class="ttdeci">__I uint32_t QSPI_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00332">pac.h:332</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGB__Type_html_a43699cc1634c4ba9fa31b1e35ae1866c"><div class="ttname"><a href="unionPAC__INTFLAGB__Type.html#a43699cc1634c4ba9fa31b1e35ae1866c">PAC_INTFLAGB_Type::PORT_</a></div><div class="ttdeci">__I uint32_t PORT_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00261">pac.h:261</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGC__Type_html_a97dbaa143295d908adb375f362088d99"><div class="ttname"><a href="unionPAC__INTFLAGC__Type.html#a97dbaa143295d908adb375f362088d99">PAC_INTFLAGC_Type::PDEC_</a></div><div class="ttdeci">__I uint32_t PDEC_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00326">pac.h:326</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGB__Type_html_acea63acd8d9a3a8f0e1efa762425a2e9"><div class="ttname"><a href="unionPAC__INTFLAGB__Type.html#acea63acd8d9a3a8f0e1efa762425a2e9">PAC_INTFLAGB_Type::CMCC_</a></div><div class="ttdeci">__I uint32_t CMCC_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00260">pac.h:260</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGB__Type_html_aa1cc3912243057d318814c9aa4cefb20"><div class="ttname"><a href="unionPAC__INTFLAGB__Type.html#aa1cc3912243057d318814c9aa4cefb20">PAC_INTFLAGB_Type::uint32_t</a></div><div class="ttdeci">__I uint32_t</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00265">pac.h:265</a></div></div>
<div class="ttc" id="aunionPAC__STATUSA__Type_html_a1f5dabc0c375e37909e9d27a2f3f8789"><div class="ttname"><a href="unionPAC__STATUSA__Type.html#a1f5dabc0c375e37909e9d27a2f3f8789">PAC_STATUSA_Type::EIC_</a></div><div class="ttdeci">uint32_t EIC_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00440">pac.h:440</a></div></div>
<div class="ttc" id="aunionPAC__STATUSC__Type_html_ae183aaa4b9c1b661f2c2a963ffe49ea0"><div class="ttname"><a href="unionPAC__STATUSC__Type.html#ae183aaa4b9c1b661f2c2a963ffe49ea0">PAC_STATUSC_Type::TC5_</a></div><div class="ttdeci">uint32_t TC5_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00561">pac.h:561</a></div></div>
<div class="ttc" id="aunionPAC__WRCTRL__Type_html"><div class="ttname"><a href="unionPAC__WRCTRL__Type.html">PAC_WRCTRL_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00044">pac.h:44</a></div></div>
<div class="ttc" id="aunionPAC__STATUSB__Type_html_a2d0ab2400b7aef04fe1d7374abab6270"><div class="ttname"><a href="unionPAC__STATUSB__Type.html#a2d0ab2400b7aef04fe1d7374abab6270">PAC_STATUSB_Type::USB_</a></div><div class="ttdeci">uint32_t USB_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00493">pac.h:493</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGB__Type_html_a82b30ced1dc0078620083e1b73c4acda"><div class="ttname"><a href="unionPAC__INTFLAGB__Type.html#a82b30ced1dc0078620083e1b73c4acda">PAC_INTFLAGB_Type::DMAC_</a></div><div class="ttdeci">__I uint32_t DMAC_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00262">pac.h:262</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGC__Type_html_a16f876f912b40e08156948d7be37a0e6"><div class="ttname"><a href="unionPAC__INTFLAGC__Type.html#a16f876f912b40e08156948d7be37a0e6">PAC_INTFLAGC_Type::AES_</a></div><div class="ttdeci">__I uint32_t AES_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00328">pac.h:328</a></div></div>
<div class="ttc" id="aunionPAC__INTENSET__Type_html_afc5b259bd2c160a171dc77aa00489306"><div class="ttname"><a href="unionPAC__INTENSET__Type.html#afc5b259bd2c160a171dc77aa00489306">PAC_INTENSET_Type::ERR</a></div><div class="ttdeci">uint8_t ERR</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00113">pac.h:113</a></div></div>
<div class="ttc" id="aunionPAC__STATUSC__Type_html_a95ba822bf0d300b89bf1afc1adca08d9"><div class="ttname"><a href="unionPAC__STATUSC__Type.html#a95ba822bf0d300b89bf1afc1adca08d9">PAC_STATUSC_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00572">pac.h:572</a></div></div>
<div class="ttc" id="aunionPAC__STATUSC__Type_html_aef37dec4312e0676d0f45ec905c782a7"><div class="ttname"><a href="unionPAC__STATUSC__Type.html#aef37dec4312e0676d0f45ec905c782a7">PAC_STATUSC_Type::CAN1_</a></div><div class="ttdeci">uint32_t CAN1_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00556">pac.h:556</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGAHB__Type_html_a1493abd9914771840e728a4dab68a1ea"><div class="ttname"><a href="unionPAC__INTFLAGAHB__Type.html#a1493abd9914771840e728a4dab68a1ea">PAC_INTFLAGAHB_Type::FLASH_</a></div><div class="ttdeci">__I uint32_t FLASH_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00131">pac.h:131</a></div></div>
<div class="ttc" id="astructPac_html"><div class="ttname"><a href="structPac.html">Pac</a></div><div class="ttdoc">PAC hardware registers.</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00664">pac.h:664</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGB__Type_html_aa2eef6cf3256b0880a7fffe0b886525c"><div class="ttname"><a href="unionPAC__INTFLAGB__Type.html#aa2eef6cf3256b0880a7fffe0b886525c">PAC_INTFLAGB_Type::EVSYS_</a></div><div class="ttdeci">__I uint32_t EVSYS_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00264">pac.h:264</a></div></div>
<div class="ttc" id="aunionPAC__STATUSB__Type_html_a10bf937b659e19bdf05166ebb4da6bfd"><div class="ttname"><a href="unionPAC__STATUSB__Type.html#a10bf937b659e19bdf05166ebb4da6bfd">PAC_STATUSB_Type::TC2_</a></div><div class="ttdeci">uint32_t TC2_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00506">pac.h:506</a></div></div>
<div class="ttc" id="aunionPAC__STATUSB__Type_html_a4ac1bbd409a772332c60ceb4d5ffce7b"><div class="ttname"><a href="unionPAC__STATUSB__Type.html#a4ac1bbd409a772332c60ceb4d5ffce7b">PAC_STATUSB_Type::SERCOM2_</a></div><div class="ttdeci">uint32_t SERCOM2_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00502">pac.h:502</a></div></div>
<div class="ttc" id="aunionPAC__STATUSD__Type_html_aaae18611ba2b0ab03771050fb324f205"><div class="ttname"><a href="unionPAC__STATUSD__Type.html#aaae18611ba2b0ab03771050fb324f205">PAC_STATUSD_Type::SERCOM5_</a></div><div class="ttdeci">uint32_t SERCOM5_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00616">pac.h:616</a></div></div>
<div class="ttc" id="aunionPAC__STATUSA__Type_html_ae34e5714daff5891866834cc8e67437d"><div class="ttname"><a href="unionPAC__STATUSA__Type.html#ae34e5714daff5891866834cc8e67437d">PAC_STATUSA_Type::SERCOM0_</a></div><div class="ttdeci">uint32_t SERCOM0_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00442">pac.h:442</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGD__Type_html_ac2c56b9e111a6dbbfde71ebd541438b0"><div class="ttname"><a href="unionPAC__INTFLAGD__Type.html#ac2c56b9e111a6dbbfde71ebd541438b0">PAC_INTFLAGD_Type::uint32_t</a></div><div class="ttdeci">__I uint32_t</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00391">pac.h:391</a></div></div>
<div class="ttc" id="aunionPAC__STATUSB__Type_html_a28105d726409b1bdce18db79aba0f3fd"><div class="ttname"><a href="unionPAC__STATUSB__Type.html#a28105d726409b1bdce18db79aba0f3fd">PAC_STATUSB_Type::TC3_</a></div><div class="ttdeci">uint32_t TC3_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00507">pac.h:507</a></div></div>
<div class="ttc" id="aunionPAC__STATUSC__Type_html_a3363a6151fc88c53d9c211edf0980020"><div class="ttname"><a href="unionPAC__STATUSC__Type.html#a3363a6151fc88c53d9c211edf0980020">PAC_STATUSC_Type::TC4_</a></div><div class="ttdeci">uint32_t TC4_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00560">pac.h:560</a></div></div>
<div class="ttc" id="astructPac_html_a88c4b94bbb43bfc8bc6ef1c8315dd4b3"><div class="ttname"><a href="structPac.html#a88c4b94bbb43bfc8bc6ef1c8315dd4b3">Pac::INTFLAGA</a></div><div class="ttdeci">__IO PAC_INTFLAGA_Type INTFLAGA</div><div class="ttdoc">Offset: 0x14 (R/W 32) Peripheral interrupt flag status - Bridge A.</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00672">pac.h:672</a></div></div>
<div class="ttc" id="aunionPAC__STATUSD__Type_html_a805c3aa69d37ab2f83277a6a7d37468c"><div class="ttname"><a href="unionPAC__STATUSD__Type.html#a805c3aa69d37ab2f83277a6a7d37468c">PAC_STATUSD_Type::TCC4_</a></div><div class="ttdeci">uint32_t TCC4_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00619">pac.h:619</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGAHB__Type_html_a1a621bbacf6593fe6841ccbaa61d3d98"><div class="ttname"><a href="unionPAC__INTFLAGAHB__Type.html#a1a621bbacf6593fe6841ccbaa61d3d98">PAC_INTFLAGAHB_Type::HPB3_</a></div><div class="ttdeci">__I uint32_t HPB3_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00141">pac.h:141</a></div></div>
<div class="ttc" id="aunionPAC__STATUSC__Type_html_ad9d7497d58f1ae14c64663a22ed532ce"><div class="ttname"><a href="unionPAC__STATUSC__Type.html#ad9d7497d58f1ae14c64663a22ed532ce">PAC_STATUSC_Type::AES_</a></div><div class="ttdeci">uint32_t AES_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00564">pac.h:564</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGC__Type_html_a05e4b98eeddfe34287a943d9fa865f5e"><div class="ttname"><a href="unionPAC__INTFLAGC__Type.html#a05e4b98eeddfe34287a943d9fa865f5e">PAC_INTFLAGC_Type::CCL_</a></div><div class="ttdeci">__I uint32_t CCL_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00333">pac.h:333</a></div></div>
<div class="ttc" id="aunionPAC__STATUSA__Type_html_a883b5beb94ad41135a8a7a6c08d9ae42"><div class="ttname"><a href="unionPAC__STATUSA__Type.html#a883b5beb94ad41135a8a7a6c08d9ae42">PAC_STATUSA_Type::TC0_</a></div><div class="ttdeci">uint32_t TC0_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00444">pac.h:444</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGB__Type_html_acdf853a942ed023f4f1c06ab94483ef1"><div class="ttname"><a href="unionPAC__INTFLAGB__Type.html#acdf853a942ed023f4f1c06ab94483ef1">PAC_INTFLAGB_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00276">pac.h:276</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGA__Type_html"><div class="ttname"><a href="unionPAC__INTFLAGA__Type.html">PAC_INTFLAGA_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00192">pac.h:192</a></div></div>
<div class="ttc" id="aunionPAC__STATUSB__Type_html_a72a1ffd904ae6e4f55f15777753c8f29"><div class="ttname"><a href="unionPAC__STATUSB__Type.html#a72a1ffd904ae6e4f55f15777753c8f29">PAC_STATUSB_Type::SERCOM3_</a></div><div class="ttdeci">uint32_t SERCOM3_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00503">pac.h:503</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGD__Type_html_a8fc29f2d08e3860cb46efaa9bea5264a"><div class="ttname"><a href="unionPAC__INTFLAGD__Type.html#a8fc29f2d08e3860cb46efaa9bea5264a">PAC_INTFLAGD_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00393">pac.h:393</a></div></div>
<div class="ttc" id="aunionPAC__STATUSC__Type_html_aba4a2b1c7a8065832925d11a2bc8184d"><div class="ttname"><a href="unionPAC__STATUSC__Type.html#aba4a2b1c7a8065832925d11a2bc8184d">PAC_STATUSC_Type::AC_</a></div><div class="ttdeci">uint32_t AC_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00563">pac.h:563</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGA__Type_html_a09c28099696365f89840c5597b74ac00"><div class="ttname"><a href="unionPAC__INTFLAGA__Type.html#a09c28099696365f89840c5597b74ac00">PAC_INTFLAGA_Type::SERCOM1_</a></div><div class="ttdeci">__I uint32_t SERCOM1_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00207">pac.h:207</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGA__Type_html_a95d433222779b9876e94e13368814529"><div class="ttname"><a href="unionPAC__INTFLAGA__Type.html#a95d433222779b9876e94e13368814529">PAC_INTFLAGA_Type::WDT_</a></div><div class="ttdeci">__I uint32_t WDT_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00202">pac.h:202</a></div></div>
<div class="ttc" id="aunionPAC__STATUSA__Type_html_a6832f4a521c2ab7a99bb9a858859a25a"><div class="ttname"><a href="unionPAC__STATUSA__Type.html#a6832f4a521c2ab7a99bb9a858859a25a">PAC_STATUSA_Type::SERCOM1_</a></div><div class="ttdeci">uint32_t SERCOM1_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00443">pac.h:443</a></div></div>
<div class="ttc" id="aunionPAC__STATUSB__Type_html_a01955777cbb20e7f676b2ba48d9ad205"><div class="ttname"><a href="unionPAC__STATUSB__Type.html#a01955777cbb20e7f676b2ba48d9ad205">PAC_STATUSB_Type::RAMECC_</a></div><div class="ttdeci">uint32_t RAMECC_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00509">pac.h:509</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGC__Type_html_ad5e02e317c394fa5a913e6e646f02040"><div class="ttname"><a href="unionPAC__INTFLAGC__Type.html#ad5e02e317c394fa5a913e6e646f02040">PAC_INTFLAGC_Type::uint32_t</a></div><div class="ttdeci">__I uint32_t</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00334">pac.h:334</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGC__Type_html_aabdb939a85dd73d733b5abc8baaed9e2"><div class="ttname"><a href="unionPAC__INTFLAGC__Type.html#aabdb939a85dd73d733b5abc8baaed9e2">PAC_INTFLAGC_Type::TC4_</a></div><div class="ttdeci">__I uint32_t TC4_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00324">pac.h:324</a></div></div>
<div class="ttc" id="aunionPAC__STATUSB__Type_html_a954780964e038ef0e857007459bc1468"><div class="ttname"><a href="unionPAC__STATUSB__Type.html#a954780964e038ef0e857007459bc1468">PAC_STATUSB_Type::EVSYS_</a></div><div class="ttdeci">uint32_t EVSYS_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00500">pac.h:500</a></div></div>
<div class="ttc" id="aunionPAC__STATUSC__Type_html_a8f03e605a966e9913ee2bf1b477eb933"><div class="ttname"><a href="unionPAC__STATUSC__Type.html#a8f03e605a966e9913ee2bf1b477eb933">PAC_STATUSC_Type::TCC2_</a></div><div class="ttdeci">uint32_t TCC2_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00558">pac.h:558</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGA__Type_html_a6e74c9366d6bcb61cacf67b07d1229a1"><div class="ttname"><a href="unionPAC__INTFLAGA__Type.html#a6e74c9366d6bcb61cacf67b07d1229a1">PAC_INTFLAGA_Type::RTC_</a></div><div class="ttdeci">__I uint32_t RTC_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00203">pac.h:203</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGC__Type_html_aff2d9a7a6e808ace1310cd4295b83158"><div class="ttname"><a href="unionPAC__INTFLAGC__Type.html#aff2d9a7a6e808ace1310cd4295b83158">PAC_INTFLAGC_Type::TC5_</a></div><div class="ttdeci">__I uint32_t TC5_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00325">pac.h:325</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGB__Type_html_aa710c7cc4bdf69480615823f4944aa20"><div class="ttname"><a href="unionPAC__INTFLAGB__Type.html#aa710c7cc4bdf69480615823f4944aa20">PAC_INTFLAGB_Type::RAMECC_</a></div><div class="ttdeci">__I uint32_t RAMECC_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00273">pac.h:273</a></div></div>
<div class="ttc" id="aunionPAC__STATUSD__Type_html_aeb39ffd1974e586c5870ba617eceb9ae"><div class="ttname"><a href="unionPAC__STATUSD__Type.html#aeb39ffd1974e586c5870ba617eceb9ae">PAC_STATUSD_Type::SERCOM4_</a></div><div class="ttdeci">uint32_t SERCOM4_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00615">pac.h:615</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGB__Type_html_a9dad06dddaea9e7c0418c07e829c3d92"><div class="ttname"><a href="unionPAC__INTFLAGB__Type.html#a9dad06dddaea9e7c0418c07e829c3d92">PAC_INTFLAGB_Type::NVMCTRL_</a></div><div class="ttdeci">__I uint32_t NVMCTRL_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00259">pac.h:259</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGA__Type_html_a5b62a0a2939e792001834edc95b780f1"><div class="ttname"><a href="unionPAC__INTFLAGA__Type.html#a5b62a0a2939e792001834edc95b780f1">PAC_INTFLAGA_Type::OSCCTRL_</a></div><div class="ttdeci">__I uint32_t OSCCTRL_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00198">pac.h:198</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGAHB__Type_html_a4f02abe23ecb09a7e8b22aa17c75e72e"><div class="ttname"><a href="unionPAC__INTFLAGAHB__Type.html#a4f02abe23ecb09a7e8b22aa17c75e72e">PAC_INTFLAGAHB_Type::HPB0_</a></div><div class="ttdeci">__I uint32_t HPB0_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00138">pac.h:138</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGD__Type_html_ad6512d05650fcc3d8e305e2365402911"><div class="ttname"><a href="unionPAC__INTFLAGD__Type.html#ad6512d05650fcc3d8e305e2365402911">PAC_INTFLAGD_Type::TC6_</a></div><div class="ttdeci">__I uint32_t TC6_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00384">pac.h:384</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGC__Type_html_aa1321746f5b0830e0599e51d0f3c4744"><div class="ttname"><a href="unionPAC__INTFLAGC__Type.html#aa1321746f5b0830e0599e51d0f3c4744">PAC_INTFLAGC_Type::GMAC_</a></div><div class="ttdeci">__I uint32_t GMAC_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00321">pac.h:321</a></div></div>
<div class="ttc" id="astructPac_html_a3a9b9a4ca0984c013fd139811a0a2ba0"><div class="ttname"><a href="structPac.html#a3a9b9a4ca0984c013fd139811a0a2ba0">Pac::STATUSB</a></div><div class="ttdeci">__I PAC_STATUSB_Type STATUSB</div><div class="ttdoc">Offset: 0x38 (R/ 32) Peripheral write protection status - Bridge B.</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00678">pac.h:678</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGAHB__Type_html_a78cb36b5246ea3187029b85021e02e6f"><div class="ttname"><a href="unionPAC__INTFLAGAHB__Type.html#a78cb36b5246ea3187029b85021e02e6f">PAC_INTFLAGAHB_Type::uint32_t</a></div><div class="ttdeci">__I uint32_t</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00147">pac.h:147</a></div></div>
<div class="ttc" id="astructPac_html_aa24c383457a9d02e95b5338afd45a1d0"><div class="ttname"><a href="structPac.html#aa24c383457a9d02e95b5338afd45a1d0">Pac::INTFLAGB</a></div><div class="ttdeci">__IO PAC_INTFLAGB_Type INTFLAGB</div><div class="ttdoc">Offset: 0x18 (R/W 32) Peripheral interrupt flag status - Bridge B.</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00673">pac.h:673</a></div></div>
<div class="ttc" id="aunionPAC__STATUSC__Type_html_a8afac9ad1faa89d165cf52f92b0d8052"><div class="ttname"><a href="unionPAC__STATUSC__Type.html#a8afac9ad1faa89d165cf52f92b0d8052">PAC_STATUSC_Type::PDEC_</a></div><div class="ttdeci">uint32_t PDEC_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00562">pac.h:562</a></div></div>
<div class="ttc" id="aunionPAC__STATUSC__Type_html_af6a6165ddbe7bdf9bd379df06a143277"><div class="ttname"><a href="unionPAC__STATUSC__Type.html#af6a6165ddbe7bdf9bd379df06a143277">PAC_STATUSC_Type::QSPI_</a></div><div class="ttdeci">uint32_t QSPI_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00568">pac.h:568</a></div></div>
<div class="ttc" id="astructPac_html_abf41a3781084f01e0d278300cb763f29"><div class="ttname"><a href="structPac.html#abf41a3781084f01e0d278300cb763f29">Pac::STATUSC</a></div><div class="ttdeci">__I PAC_STATUSC_Type STATUSC</div><div class="ttdoc">Offset: 0x3C (R/ 32) Peripheral write protection status - Bridge C.</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00679">pac.h:679</a></div></div>
<div class="ttc" id="aunionPAC__WRCTRL__Type_html_a2d42d5d5bf2f4ed9eb643ddc322f8049"><div class="ttname"><a href="unionPAC__WRCTRL__Type.html#a2d42d5d5bf2f4ed9eb643ddc322f8049">PAC_WRCTRL_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00050">pac.h:50</a></div></div>
<div class="ttc" id="aunionPAC__STATUSB__Type_html_a87dd2f4e0b864ec0843cfbeb3c42138a"><div class="ttname"><a href="unionPAC__STATUSB__Type.html#a87dd2f4e0b864ec0843cfbeb3c42138a">PAC_STATUSB_Type::CMCC_</a></div><div class="ttdeci">uint32_t CMCC_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00496">pac.h:496</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGA__Type_html_a52682830a2ffd3c81aa5b7b7ae1c4066"><div class="ttname"><a href="unionPAC__INTFLAGA__Type.html#a52682830a2ffd3c81aa5b7b7ae1c4066">PAC_INTFLAGA_Type::EIC_</a></div><div class="ttdeci">__I uint32_t EIC_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00204">pac.h:204</a></div></div>
<div class="ttc" id="aunionPAC__STATUSD__Type_html_a838bc12705b4d80d773cc754d8eea9d6"><div class="ttname"><a href="unionPAC__STATUSD__Type.html#a838bc12705b4d80d773cc754d8eea9d6">PAC_STATUSD_Type::ADC1_</a></div><div class="ttdeci">uint32_t ADC1_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00623">pac.h:623</a></div></div>
<div class="ttc" id="aunionPAC__STATUSB__Type_html_ae2a5ca7f0afb759aad4adc6b8f020f7e"><div class="ttname"><a href="unionPAC__STATUSB__Type.html#ae2a5ca7f0afb759aad4adc6b8f020f7e">PAC_STATUSB_Type::PORT_</a></div><div class="ttdeci">uint32_t PORT_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00497">pac.h:497</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGAHB__Type_html_aeb3f9bcef60e3e2638d884eaeab9ebb3"><div class="ttname"><a href="unionPAC__INTFLAGAHB__Type.html#aeb3f9bcef60e3e2638d884eaeab9ebb3">PAC_INTFLAGAHB_Type::PUKCC_</a></div><div class="ttdeci">__I uint32_t PUKCC_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00142">pac.h:142</a></div></div>
<div class="ttc" id="astructPac_html_a710a1d05491b5b53c87e1ad8f98c178b"><div class="ttname"><a href="structPac.html#a710a1d05491b5b53c87e1ad8f98c178b">Pac::INTENSET</a></div><div class="ttdeci">__IO PAC_INTENSET_Type INTENSET</div><div class="ttdoc">Offset: 0x09 (R/W 8) Interrupt enable set.</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00669">pac.h:669</a></div></div>
<div class="ttc" id="aunionPAC__STATUSB__Type_html_aed81a22b8a549d464b65d4312d6a7579"><div class="ttname"><a href="unionPAC__STATUSB__Type.html#aed81a22b8a549d464b65d4312d6a7579">PAC_STATUSB_Type::DSU_</a></div><div class="ttdeci">uint32_t DSU_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00494">pac.h:494</a></div></div>
<div class="ttc" id="aunionPAC__STATUSA__Type_html_a4a4e57cceb0c24c85cb62e58d021bbfc"><div class="ttname"><a href="unionPAC__STATUSA__Type.html#a4a4e57cceb0c24c85cb62e58d021bbfc">PAC_STATUSA_Type::PM_</a></div><div class="ttdeci">uint32_t PM_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00431">pac.h:431</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGD__Type_html_aca179dde58f3ff1f0cc029701b487add"><div class="ttname"><a href="unionPAC__INTFLAGD__Type.html#aca179dde58f3ff1f0cc029701b487add">PAC_INTFLAGD_Type::SERCOM7_</a></div><div class="ttdeci">__I uint32_t SERCOM7_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00382">pac.h:382</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGD__Type_html"><div class="ttname"><a href="unionPAC__INTFLAGD__Type.html">PAC_INTFLAGD_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00377">pac.h:377</a></div></div>
<div class="ttc" id="aunionPAC__STATUSC__Type_html_af8075cddccfd06a862d99fd1cedd2519"><div class="ttname"><a href="unionPAC__STATUSC__Type.html#af8075cddccfd06a862d99fd1cedd2519">PAC_STATUSC_Type::CAN0_</a></div><div class="ttdeci">uint32_t CAN0_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00555">pac.h:555</a></div></div>
<div class="ttc" id="aunionPAC__INTENSET__Type_html"><div class="ttname"><a href="unionPAC__INTENSET__Type.html">PAC_INTENSET_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00111">pac.h:111</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGAHB__Type_html_a540fa7338dbb77f067ecbc09c69394a8"><div class="ttname"><a href="unionPAC__INTFLAGAHB__Type.html#a540fa7338dbb77f067ecbc09c69394a8">PAC_INTFLAGAHB_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00149">pac.h:149</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGB__Type_html_a420ad99d701f2ca2909e0ac0f2799958"><div class="ttname"><a href="unionPAC__INTFLAGB__Type.html#a420ad99d701f2ca2909e0ac0f2799958">PAC_INTFLAGB_Type::TC3_</a></div><div class="ttdeci">__I uint32_t TC3_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00271">pac.h:271</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGC__Type_html_a27528872a5332ef9a1bafcc716ac7c19"><div class="ttname"><a href="unionPAC__INTFLAGC__Type.html#a27528872a5332ef9a1bafcc716ac7c19">PAC_INTFLAGC_Type::AC_</a></div><div class="ttdeci">__I uint32_t AC_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00327">pac.h:327</a></div></div>
<div class="ttc" id="aunionPAC__STATUSB__Type_html_ab45344bf7c3a6b14b9ea65f4a9963433"><div class="ttname"><a href="unionPAC__STATUSB__Type.html#ab45344bf7c3a6b14b9ea65f4a9963433">PAC_STATUSB_Type::DMAC_</a></div><div class="ttdeci">uint32_t DMAC_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00498">pac.h:498</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGA__Type_html_a5dd12b70fc137215000d2bf3875da549"><div class="ttname"><a href="unionPAC__INTFLAGA__Type.html#a5dd12b70fc137215000d2bf3875da549">PAC_INTFLAGA_Type::FREQM_</a></div><div class="ttdeci">__I uint32_t FREQM_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00205">pac.h:205</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGA__Type_html_ace4c8ba6ab5ad18c940146e24f158529"><div class="ttname"><a href="unionPAC__INTFLAGA__Type.html#ace4c8ba6ab5ad18c940146e24f158529">PAC_INTFLAGA_Type::SERCOM0_</a></div><div class="ttdeci">__I uint32_t SERCOM0_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00206">pac.h:206</a></div></div>
<div class="ttc" id="aunionPAC__INTENCLR__Type_html_aee8c569bbbc8cf9173802dde9754f76d"><div class="ttname"><a href="unionPAC__INTENCLR__Type.html#aee8c569bbbc8cf9173802dde9754f76d">PAC_INTENCLR_Type::reg</a></div><div class="ttdeci">uint8_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00098">pac.h:98</a></div></div>
<div class="ttc" id="astructPac_html_ac6d1478ff1d24eb47f9cb43edeb282b3"><div class="ttname"><a href="structPac.html#ac6d1478ff1d24eb47f9cb43edeb282b3">Pac::INTFLAGD</a></div><div class="ttdeci">__IO PAC_INTFLAGD_Type INTFLAGD</div><div class="ttdoc">Offset: 0x20 (R/W 32) Peripheral interrupt flag status - Bridge D.</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00675">pac.h:675</a></div></div>
<div class="ttc" id="aunionPAC__STATUSA__Type_html_a2fcc6b477e51fefc9f457effc0c61c04"><div class="ttname"><a href="unionPAC__STATUSA__Type.html#a2fcc6b477e51fefc9f457effc0c61c04">PAC_STATUSA_Type::FREQM_</a></div><div class="ttdeci">uint32_t FREQM_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00441">pac.h:441</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGAHB__Type_html_addf451dda42bd9b4bd1834403fc7b063"><div class="ttname"><a href="unionPAC__INTFLAGAHB__Type.html#addf451dda42bd9b4bd1834403fc7b063">PAC_INTFLAGAHB_Type::QSPI_</a></div><div class="ttdeci">__I uint32_t QSPI_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00145">pac.h:145</a></div></div>
<div class="ttc" id="aunionPAC__STATUSB__Type_html_a7d5683e6a305f2892c2c5c67e942d9df"><div class="ttname"><a href="unionPAC__STATUSB__Type.html#a7d5683e6a305f2892c2c5c67e942d9df">PAC_STATUSB_Type::HMATRIX_</a></div><div class="ttdeci">uint32_t HMATRIX_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00499">pac.h:499</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGD__Type_html_a73e6c998d7f7c1e9a8224bee7541d16b"><div class="ttname"><a href="unionPAC__INTFLAGD__Type.html#a73e6c998d7f7c1e9a8224bee7541d16b">PAC_INTFLAGD_Type::I2S_</a></div><div class="ttdeci">__I uint32_t I2S_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00389">pac.h:389</a></div></div>
<div class="ttc" id="astructPac_html_afaf2caaf5e4105c9a4cd93d998976793"><div class="ttname"><a href="structPac.html#afaf2caaf5e4105c9a4cd93d998976793">Pac::STATUSD</a></div><div class="ttdeci">__I PAC_STATUSD_Type STATUSD</div><div class="ttdoc">Offset: 0x40 (R/ 32) Peripheral write protection status - Bridge D.</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00680">pac.h:680</a></div></div>
<div class="ttc" id="aunionPAC__STATUSA__Type_html_a71db262dfdd7bf0e7e95a179e4cfaaf2"><div class="ttname"><a href="unionPAC__STATUSA__Type.html#a71db262dfdd7bf0e7e95a179e4cfaaf2">PAC_STATUSA_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00448">pac.h:448</a></div></div>
<div class="ttc" id="aunionPAC__STATUSC__Type_html_a5f9b646fe1bb7d2b128eff77371c6df0"><div class="ttname"><a href="unionPAC__STATUSC__Type.html#a5f9b646fe1bb7d2b128eff77371c6df0">PAC_STATUSC_Type::TCC3_</a></div><div class="ttdeci">uint32_t TCC3_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00559">pac.h:559</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGD__Type_html_ae3bc8b5a1fb9ff5366701d71582ee39f"><div class="ttname"><a href="unionPAC__INTFLAGD__Type.html#ae3bc8b5a1fb9ff5366701d71582ee39f">PAC_INTFLAGD_Type::TC7_</a></div><div class="ttdeci">__I uint32_t TC7_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00385">pac.h:385</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGD__Type_html_a8ed92cc6f5f114f82bf3f77f6a9f602f"><div class="ttname"><a href="unionPAC__INTFLAGD__Type.html#a8ed92cc6f5f114f82bf3f77f6a9f602f">PAC_INTFLAGD_Type::ADC0_</a></div><div class="ttdeci">__I uint32_t ADC0_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00386">pac.h:386</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGA__Type_html_a41aaf8213e2017431cfb9aa20dd349b9"><div class="ttname"><a href="unionPAC__INTFLAGA__Type.html#a41aaf8213e2017431cfb9aa20dd349b9">PAC_INTFLAGA_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00212">pac.h:212</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="aunionPAC__INTFLAGB__Type_html_a2c8ab9a8e0b3a98aa9a444c02b88be09"><div class="ttname"><a href="unionPAC__INTFLAGB__Type.html#a2c8ab9a8e0b3a98aa9a444c02b88be09">PAC_INTFLAGB_Type::TCC0_</a></div><div class="ttdeci">__I uint32_t TCC0_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00268">pac.h:268</a></div></div>
<div class="ttc" id="aunionPAC__STATUSC__Type_html_a5d262296e65bd4ded79e6867a59ee8f9"><div class="ttname"><a href="unionPAC__STATUSC__Type.html#a5d262296e65bd4ded79e6867a59ee8f9">PAC_STATUSC_Type::GMAC_</a></div><div class="ttdeci">uint32_t GMAC_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00557">pac.h:557</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGC__Type_html_ae4036404a026fc2d5612b47f60c43b5f"><div class="ttname"><a href="unionPAC__INTFLAGC__Type.html#ae4036404a026fc2d5612b47f60c43b5f">PAC_INTFLAGC_Type::ICM_</a></div><div class="ttdeci">__I uint32_t ICM_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00330">pac.h:330</a></div></div>
<div class="ttc" id="aunionPAC__STATUSB__Type_html_a7ca7d7fd80bac2ffe7dcccacd05a5544"><div class="ttname"><a href="unionPAC__STATUSB__Type.html#a7ca7d7fd80bac2ffe7dcccacd05a5544">PAC_STATUSB_Type::NVMCTRL_</a></div><div class="ttdeci">uint32_t NVMCTRL_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00495">pac.h:495</a></div></div>
<div class="ttc" id="aunionPAC__STATUSB__Type_html_a0a0d8a5ea1112797c973f7f557e2762c"><div class="ttname"><a href="unionPAC__STATUSB__Type.html#a0a0d8a5ea1112797c973f7f557e2762c">PAC_STATUSB_Type::TCC1_</a></div><div class="ttdeci">uint32_t TCC1_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00505">pac.h:505</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGB__Type_html_accaa67d99213e877b038d3d87f2c8535"><div class="ttname"><a href="unionPAC__INTFLAGB__Type.html#accaa67d99213e877b038d3d87f2c8535">PAC_INTFLAGB_Type::USB_</a></div><div class="ttdeci">__I uint32_t USB_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00257">pac.h:257</a></div></div>
<div class="ttc" id="aunionPAC__STATUSA__Type_html_a782fa17ee6ead608e2ab401072a97ede"><div class="ttname"><a href="unionPAC__STATUSA__Type.html#a782fa17ee6ead608e2ab401072a97ede">PAC_STATUSA_Type::WDT_</a></div><div class="ttdeci">uint32_t WDT_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00438">pac.h:438</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGB__Type_html"><div class="ttname"><a href="unionPAC__INTFLAGB__Type.html">PAC_INTFLAGB_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00255">pac.h:255</a></div></div>
<div class="ttc" id="aunionPAC__INTENSET__Type_html_a7dbbd6533558a1cd00f547a1d51d42a4"><div class="ttname"><a href="unionPAC__INTENSET__Type.html#a7dbbd6533558a1cd00f547a1d51d42a4">PAC_INTENSET_Type::reg</a></div><div class="ttdeci">uint8_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00116">pac.h:116</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGD__Type_html_a2ed7d13d59aa2ef7c00ae44092e6fa2d"><div class="ttname"><a href="unionPAC__INTFLAGD__Type.html#a2ed7d13d59aa2ef7c00ae44092e6fa2d">PAC_INTFLAGD_Type::SERCOM5_</a></div><div class="ttdeci">__I uint32_t SERCOM5_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00380">pac.h:380</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGC__Type_html_aba570551a632e3978c436fa9599cad9b"><div class="ttname"><a href="unionPAC__INTFLAGC__Type.html#aba570551a632e3978c436fa9599cad9b">PAC_INTFLAGC_Type::TRNG_</a></div><div class="ttdeci">__I uint32_t TRNG_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00329">pac.h:329</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGAHB__Type_html_a2d4c3bba65e47d367fb014731fa70f61"><div class="ttname"><a href="unionPAC__INTFLAGAHB__Type.html#a2d4c3bba65e47d367fb014731fa70f61">PAC_INTFLAGAHB_Type::RAMCM4S_</a></div><div class="ttdeci">__I uint32_t RAMCM4S_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00134">pac.h:134</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGB__Type_html_a42ab2afce5b6d4014a963a099ba802d1"><div class="ttname"><a href="unionPAC__INTFLAGB__Type.html#a42ab2afce5b6d4014a963a099ba802d1">PAC_INTFLAGB_Type::TC2_</a></div><div class="ttdeci">__I uint32_t TC2_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00270">pac.h:270</a></div></div>
<div class="ttc" id="aunionPAC__EVCTRL__Type_html_ab816f0a266ad03a5db3b743a45ad3a7b"><div class="ttname"><a href="unionPAC__EVCTRL__Type.html#ab816f0a266ad03a5db3b743a45ad3a7b">PAC_EVCTRL_Type::reg</a></div><div class="ttdeci">uint8_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00080">pac.h:80</a></div></div>
<div class="ttc" id="aunionPAC__INTENCLR__Type_html"><div class="ttname"><a href="unionPAC__INTENCLR__Type.html">PAC_INTENCLR_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00093">pac.h:93</a></div></div>
<div class="ttc" id="aunionPAC__STATUSC__Type_html"><div class="ttname"><a href="unionPAC__STATUSC__Type.html">PAC_STATUSC_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00553">pac.h:553</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGD__Type_html_a966704eb1cee1b8be9de6a67ba297324"><div class="ttname"><a href="unionPAC__INTFLAGD__Type.html#a966704eb1cee1b8be9de6a67ba297324">PAC_INTFLAGD_Type::SERCOM4_</a></div><div class="ttdeci">__I uint32_t SERCOM4_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00379">pac.h:379</a></div></div>
<div class="ttc" id="astructPac_html_a43204082738d35bfd321db9f92960be4"><div class="ttname"><a href="structPac.html#a43204082738d35bfd321db9f92960be4">Pac::INTFLAGAHB</a></div><div class="ttdeci">__IO PAC_INTFLAGAHB_Type INTFLAGAHB</div><div class="ttdoc">Offset: 0x10 (R/W 32) Bridge interrupt flag status.</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00671">pac.h:671</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGD__Type_html_a28ca84661663e359d029690a111697ab"><div class="ttname"><a href="unionPAC__INTFLAGD__Type.html#a28ca84661663e359d029690a111697ab">PAC_INTFLAGD_Type::SERCOM6_</a></div><div class="ttdeci">__I uint32_t SERCOM6_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00381">pac.h:381</a></div></div>
<div class="ttc" id="aunionPAC__STATUSA__Type_html_a631d9236e06650f3ebf513995836c364"><div class="ttname"><a href="unionPAC__STATUSA__Type.html#a631d9236e06650f3ebf513995836c364">PAC_STATUSA_Type::SUPC_</a></div><div class="ttdeci">uint32_t SUPC_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00436">pac.h:436</a></div></div>
<div class="ttc" id="astructPac_html_a4b2496dfffd2d47da5afc77c0b259338"><div class="ttname"><a href="structPac.html#a4b2496dfffd2d47da5afc77c0b259338">Pac::WRCTRL</a></div><div class="ttdeci">__IO PAC_WRCTRL_Type WRCTRL</div><div class="ttdoc">Offset: 0x00 (R/W 32) Write control.</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00665">pac.h:665</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGC__Type_html_a8740afb91b0bc8183aae69ce38479b5f"><div class="ttname"><a href="unionPAC__INTFLAGC__Type.html#a8740afb91b0bc8183aae69ce38479b5f">PAC_INTFLAGC_Type::PUKCC_</a></div><div class="ttdeci">__I uint32_t PUKCC_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00331">pac.h:331</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGC__Type_html_a023532988624a71f27db6a355145296b"><div class="ttname"><a href="unionPAC__INTFLAGC__Type.html#a023532988624a71f27db6a355145296b">PAC_INTFLAGC_Type::CAN1_</a></div><div class="ttdeci">__I uint32_t CAN1_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00320">pac.h:320</a></div></div>
<div class="ttc" id="aunionPAC__STATUSD__Type_html_aecf40a0978d52b8522fb1de530f73116"><div class="ttname"><a href="unionPAC__STATUSD__Type.html#aecf40a0978d52b8522fb1de530f73116">PAC_STATUSD_Type::SERCOM7_</a></div><div class="ttdeci">uint32_t SERCOM7_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00618">pac.h:618</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGD__Type_html_ad0a850c671e07d56fa9a253fdd994389"><div class="ttname"><a href="unionPAC__INTFLAGD__Type.html#ad0a850c671e07d56fa9a253fdd994389">PAC_INTFLAGD_Type::PCC_</a></div><div class="ttdeci">__I uint32_t PCC_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00390">pac.h:390</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGA__Type_html_a9525cf7e0c365d6f0c5a68b73c759964"><div class="ttname"><a href="unionPAC__INTFLAGA__Type.html#a9525cf7e0c365d6f0c5a68b73c759964">PAC_INTFLAGA_Type::PM_</a></div><div class="ttdeci">__I uint32_t PM_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00195">pac.h:195</a></div></div>
<div class="ttc" id="aunionPAC__EVCTRL__Type_html"><div class="ttname"><a href="unionPAC__EVCTRL__Type.html">PAC_EVCTRL_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00075">pac.h:75</a></div></div>
<div class="ttc" id="aunionPAC__STATUSA__Type_html_ad72331de1a7eb1f25850ed105b6e38d4"><div class="ttname"><a href="unionPAC__STATUSA__Type.html#ad72331de1a7eb1f25850ed105b6e38d4">PAC_STATUSA_Type::PAC_</a></div><div class="ttdeci">uint32_t PAC_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00430">pac.h:430</a></div></div>
<div class="ttc" id="aunionPAC__INTFLAGC__Type_html_ae236ec8b8a9d57f74bd7198501411f8c"><div class="ttname"><a href="unionPAC__INTFLAGC__Type.html#ae236ec8b8a9d57f74bd7198501411f8c">PAC_INTFLAGC_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00336">pac.h:336</a></div></div>
<div class="ttc" id="aunionPAC__STATUSA__Type_html_aca0419c15c216c75000c20dc5df2d967"><div class="ttname"><a href="unionPAC__STATUSA__Type.html#aca0419c15c216c75000c20dc5df2d967">PAC_STATUSA_Type::OSCCTRL_</a></div><div class="ttdeci">uint32_t OSCCTRL_</div><div class="ttdef"><b>Definition:</b> <a href="component_2pac_8h_source.html#l00434">pac.h:434</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>