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.

314 lines
52 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/instance/gmac.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_92b117bae75cf16a05ca7611db29e9c7.html">instance</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">gmac.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="instance_2gmac_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_GMAC_INSTANCE_</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="preprocessor">#define _SAME54_GMAC_INSTANCE_</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">/* ========== Register definition for GMAC peripheral ========== */</span></div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="preprocessor">#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="preprocessor">#define REG_GMAC_NCR (0x42000800) </span></div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="preprocessor">#define REG_GMAC_NCFGR (0x42000804) </span></div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="preprocessor">#define REG_GMAC_NSR (0x42000808) </span></div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;<span class="preprocessor">#define REG_GMAC_UR (0x4200080C) </span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<span class="preprocessor">#define REG_GMAC_DCFGR (0x42000810) </span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="preprocessor">#define REG_GMAC_TSR (0x42000814) </span></div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;<span class="preprocessor">#define REG_GMAC_RBQB (0x42000818) </span></div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;<span class="preprocessor">#define REG_GMAC_TBQB (0x4200081C) </span></div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<span class="preprocessor">#define REG_GMAC_RSR (0x42000820) </span></div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;<span class="preprocessor">#define REG_GMAC_ISR (0x42000824) </span></div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;<span class="preprocessor">#define REG_GMAC_IER (0x42000828) </span></div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;<span class="preprocessor">#define REG_GMAC_IDR (0x4200082C) </span></div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;<span class="preprocessor">#define REG_GMAC_IMR (0x42000830) </span></div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;<span class="preprocessor">#define REG_GMAC_MAN (0x42000834) </span></div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;<span class="preprocessor">#define REG_GMAC_RPQ (0x42000838) </span></div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;<span class="preprocessor">#define REG_GMAC_TPQ (0x4200083C) </span></div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;<span class="preprocessor">#define REG_GMAC_TPSF (0x42000840) </span></div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;<span class="preprocessor">#define REG_GMAC_RPSF (0x42000844) </span></div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;<span class="preprocessor">#define REG_GMAC_RJFML (0x42000848) </span></div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;<span class="preprocessor">#define REG_GMAC_HRB (0x42000880) </span></div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;<span class="preprocessor">#define REG_GMAC_HRT (0x42000884) </span></div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;<span class="preprocessor">#define REG_GMAC_SAB0 (0x42000888) </span></div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;<span class="preprocessor">#define REG_GMAC_SAT0 (0x4200088C) </span></div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;<span class="preprocessor">#define REG_GMAC_SAB1 (0x42000890) </span></div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;<span class="preprocessor">#define REG_GMAC_SAT1 (0x42000894) </span></div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;<span class="preprocessor">#define REG_GMAC_SAB2 (0x42000898) </span></div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160;<span class="preprocessor">#define REG_GMAC_SAT2 (0x4200089C) </span></div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;<span class="preprocessor">#define REG_GMAC_SAB3 (0x420008A0) </span></div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;<span class="preprocessor">#define REG_GMAC_SAT3 (0x420008A4) </span></div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;<span class="preprocessor">#define REG_GMAC_TIDM0 (0x420008A8) </span></div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;<span class="preprocessor">#define REG_GMAC_TIDM1 (0x420008AC) </span></div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160;<span class="preprocessor">#define REG_GMAC_TIDM2 (0x420008B0) </span></div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;<span class="preprocessor">#define REG_GMAC_TIDM3 (0x420008B4) </span></div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;<span class="preprocessor">#define REG_GMAC_WOL (0x420008B8) </span></div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;<span class="preprocessor">#define REG_GMAC_IPGS (0x420008BC) </span></div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160;<span class="preprocessor">#define REG_GMAC_SVLAN (0x420008C0) </span></div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160;<span class="preprocessor">#define REG_GMAC_TPFCP (0x420008C4) </span></div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160;<span class="preprocessor">#define REG_GMAC_SAMB1 (0x420008C8) </span></div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;<span class="preprocessor">#define REG_GMAC_SAMT1 (0x420008CC) </span></div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160;<span class="preprocessor">#define REG_GMAC_NSC (0x420008DC) </span></div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160;<span class="preprocessor">#define REG_GMAC_SCL (0x420008E0) </span></div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;<span class="preprocessor">#define REG_GMAC_SCH (0x420008E4) </span></div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160;<span class="preprocessor">#define REG_GMAC_EFTSH (0x420008E8) </span></div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160;<span class="preprocessor">#define REG_GMAC_EFRSH (0x420008EC) </span></div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160;<span class="preprocessor">#define REG_GMAC_PEFTSH (0x420008F0) </span></div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160;<span class="preprocessor">#define REG_GMAC_PEFRSH (0x420008F4) </span></div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160;<span class="preprocessor">#define REG_GMAC_OTLO (0x42000900) </span></div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160;<span class="preprocessor">#define REG_GMAC_OTHI (0x42000904) </span></div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160;<span class="preprocessor">#define REG_GMAC_FT (0x42000908) </span></div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;<span class="preprocessor">#define REG_GMAC_BCFT (0x4200090C) </span></div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;<span class="preprocessor">#define REG_GMAC_MFT (0x42000910) </span></div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160;<span class="preprocessor">#define REG_GMAC_PFT (0x42000914) </span></div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160;<span class="preprocessor">#define REG_GMAC_BFT64 (0x42000918) </span></div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160;<span class="preprocessor">#define REG_GMAC_TBFT127 (0x4200091C) </span></div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160;<span class="preprocessor">#define REG_GMAC_TBFT255 (0x42000920) </span></div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160;<span class="preprocessor">#define REG_GMAC_TBFT511 (0x42000924) </span></div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160;<span class="preprocessor">#define REG_GMAC_TBFT1023 (0x42000928) </span></div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160;<span class="preprocessor">#define REG_GMAC_TBFT1518 (0x4200092C) </span></div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160;<span class="preprocessor">#define REG_GMAC_GTBFT1518 (0x42000930) </span></div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160;<span class="preprocessor">#define REG_GMAC_TUR (0x42000934) </span></div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160;<span class="preprocessor">#define REG_GMAC_SCF (0x42000938) </span></div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160;<span class="preprocessor">#define REG_GMAC_MCF (0x4200093C) </span></div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160;<span class="preprocessor">#define REG_GMAC_EC (0x42000940) </span></div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160;<span class="preprocessor">#define REG_GMAC_LC (0x42000944) </span></div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160;<span class="preprocessor">#define REG_GMAC_DTF (0x42000948) </span></div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160;<span class="preprocessor">#define REG_GMAC_CSE (0x4200094C) </span></div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160;<span class="preprocessor">#define REG_GMAC_ORLO (0x42000950) </span></div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160;<span class="preprocessor">#define REG_GMAC_ORHI (0x42000954) </span></div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160;<span class="preprocessor">#define REG_GMAC_FR (0x42000958) </span></div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160;<span class="preprocessor">#define REG_GMAC_BCFR (0x4200095C) </span></div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160;<span class="preprocessor">#define REG_GMAC_MFR (0x42000960) </span></div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160;<span class="preprocessor">#define REG_GMAC_PFR (0x42000964) </span></div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160;<span class="preprocessor">#define REG_GMAC_BFR64 (0x42000968) </span></div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160;<span class="preprocessor">#define REG_GMAC_TBFR127 (0x4200096C) </span></div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160;<span class="preprocessor">#define REG_GMAC_TBFR255 (0x42000970) </span></div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160;<span class="preprocessor">#define REG_GMAC_TBFR511 (0x42000974) </span></div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160;<span class="preprocessor">#define REG_GMAC_TBFR1023 (0x42000978) </span></div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160;<span class="preprocessor">#define REG_GMAC_TBFR1518 (0x4200097C) </span></div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160;<span class="preprocessor">#define REG_GMAC_TMXBFR (0x42000980) </span></div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160;<span class="preprocessor">#define REG_GMAC_UFR (0x42000984) </span></div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160;<span class="preprocessor">#define REG_GMAC_OFR (0x42000988) </span></div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160;<span class="preprocessor">#define REG_GMAC_JR (0x4200098C) </span></div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160;<span class="preprocessor">#define REG_GMAC_FCSE (0x42000990) </span></div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160;<span class="preprocessor">#define REG_GMAC_LFFE (0x42000994) </span></div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160;<span class="preprocessor">#define REG_GMAC_RSE (0x42000998) </span></div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160;<span class="preprocessor">#define REG_GMAC_AE (0x4200099C) </span></div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160;<span class="preprocessor">#define REG_GMAC_RRE (0x420009A0) </span></div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160;<span class="preprocessor">#define REG_GMAC_ROE (0x420009A4) </span></div>
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160;<span class="preprocessor">#define REG_GMAC_IHCE (0x420009A8) </span></div>
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160;<span class="preprocessor">#define REG_GMAC_TCE (0x420009AC) </span></div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160;<span class="preprocessor">#define REG_GMAC_UCE (0x420009B0) </span></div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160;<span class="preprocessor">#define REG_GMAC_TISUBN (0x420009BC) </span></div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160;<span class="preprocessor">#define REG_GMAC_TSH (0x420009C0) </span></div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160;<span class="preprocessor">#define REG_GMAC_TSSSL (0x420009C8) </span></div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160;<span class="preprocessor">#define REG_GMAC_TSSN (0x420009CC) </span></div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160;<span class="preprocessor">#define REG_GMAC_TSL (0x420009D0) </span></div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160;<span class="preprocessor">#define REG_GMAC_TN (0x420009D4) </span></div>
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160;<span class="preprocessor">#define REG_GMAC_TA (0x420009D8) </span></div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160;<span class="preprocessor">#define REG_GMAC_TI (0x420009DC) </span></div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160;<span class="preprocessor">#define REG_GMAC_EFTSL (0x420009E0) </span></div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160;<span class="preprocessor">#define REG_GMAC_EFTN (0x420009E4) </span></div>
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160;<span class="preprocessor">#define REG_GMAC_EFRSL (0x420009E8) </span></div>
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160;<span class="preprocessor">#define REG_GMAC_EFRN (0x420009EC) </span></div>
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160;<span class="preprocessor">#define REG_GMAC_PEFTSL (0x420009F0) </span></div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160;<span class="preprocessor">#define REG_GMAC_PEFTN (0x420009F4) </span></div>
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160;<span class="preprocessor">#define REG_GMAC_PEFRSL (0x420009F8) </span></div>
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160;<span class="preprocessor">#define REG_GMAC_PEFRN (0x420009FC) </span></div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160;<span class="preprocessor">#define REG_GMAC_RLPITR (0x42000A70) </span></div>
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160;<span class="preprocessor">#define REG_GMAC_RLPITI (0x42000A74) </span></div>
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160;<span class="preprocessor">#define REG_GMAC_TLPITR (0x42000A78) </span></div>
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160;<span class="preprocessor">#define REG_GMAC_TLPITI (0x42000A7C) </span></div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160;<span class="preprocessor">#else</span></div>
<div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a64e814cd2804615563a53e3781ab0ed6"> 147</a></span>&#160;<span class="preprocessor">#define REG_GMAC_NCR (*(RwReg *)0x42000800UL) </span></div>
<div class="line"><a name="l00148"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a934a448b9c5b362d65c6620032a74d2d"> 148</a></span>&#160;<span class="preprocessor">#define REG_GMAC_NCFGR (*(RwReg *)0x42000804UL) </span></div>
<div class="line"><a name="l00149"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#ab9475ac375ad1f9d6f669f0a22f01996"> 149</a></span>&#160;<span class="preprocessor">#define REG_GMAC_NSR (*(RoReg *)0x42000808UL) </span></div>
<div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a492604061d8da8b57651586de0942d4b"> 150</a></span>&#160;<span class="preprocessor">#define REG_GMAC_UR (*(RwReg *)0x4200080CUL) </span></div>
<div class="line"><a name="l00151"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a829dea9dd4c70747a6d45bd9af59f289"> 151</a></span>&#160;<span class="preprocessor">#define REG_GMAC_DCFGR (*(RwReg *)0x42000810UL) </span></div>
<div class="line"><a name="l00152"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a7def7fe96249d63136bf4c4ff4e60d7a"> 152</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TSR (*(RwReg *)0x42000814UL) </span></div>
<div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#abc0cd34e920c2dbd96d7e68d0e1b5d62"> 153</a></span>&#160;<span class="preprocessor">#define REG_GMAC_RBQB (*(RwReg *)0x42000818UL) </span></div>
<div class="line"><a name="l00154"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#ab69fe363687b3c70a33236eb230042d9"> 154</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TBQB (*(RwReg *)0x4200081CUL) </span></div>
<div class="line"><a name="l00155"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a7692a808bebeac31d784eaaa79bda3b5"> 155</a></span>&#160;<span class="preprocessor">#define REG_GMAC_RSR (*(RwReg *)0x42000820UL) </span></div>
<div class="line"><a name="l00156"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#adecc511ae3c7129dc5621d6386541312"> 156</a></span>&#160;<span class="preprocessor">#define REG_GMAC_ISR (*(RwReg *)0x42000824UL) </span></div>
<div class="line"><a name="l00157"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a1af578113d65cf1914d487698c18edd4"> 157</a></span>&#160;<span class="preprocessor">#define REG_GMAC_IER (*(WoReg *)0x42000828UL) </span></div>
<div class="line"><a name="l00158"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a762a1745bef8d624f58e04a4546de5f1"> 158</a></span>&#160;<span class="preprocessor">#define REG_GMAC_IDR (*(WoReg *)0x4200082CUL) </span></div>
<div class="line"><a name="l00159"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a679802550de3793bc147f6cf6bdbbe1e"> 159</a></span>&#160;<span class="preprocessor">#define REG_GMAC_IMR (*(RoReg *)0x42000830UL) </span></div>
<div class="line"><a name="l00160"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#aac5e66cda262237d3621033c6117c950"> 160</a></span>&#160;<span class="preprocessor">#define REG_GMAC_MAN (*(RwReg *)0x42000834UL) </span></div>
<div class="line"><a name="l00161"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a8cf3c086b861cccd51a4b514fc66e267"> 161</a></span>&#160;<span class="preprocessor">#define REG_GMAC_RPQ (*(RoReg *)0x42000838UL) </span></div>
<div class="line"><a name="l00162"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a6a1d0de4691c8af7517e9902829c1807"> 162</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TPQ (*(RwReg *)0x4200083CUL) </span></div>
<div class="line"><a name="l00163"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a0abfc0d8a7f4b9166d59e416bdba73dc"> 163</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TPSF (*(RwReg *)0x42000840UL) </span></div>
<div class="line"><a name="l00164"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a4362b730c5a730033ae69f2b1135fc0f"> 164</a></span>&#160;<span class="preprocessor">#define REG_GMAC_RPSF (*(RwReg *)0x42000844UL) </span></div>
<div class="line"><a name="l00165"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a562e3be64288b45bd9cc0ac7fc9d5514"> 165</a></span>&#160;<span class="preprocessor">#define REG_GMAC_RJFML (*(RwReg *)0x42000848UL) </span></div>
<div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a9dfca2fe17f7d515932fd7b34a9bf923"> 166</a></span>&#160;<span class="preprocessor">#define REG_GMAC_HRB (*(RwReg *)0x42000880UL) </span></div>
<div class="line"><a name="l00167"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#ad4f33b96c78890ce8265cf2e6d975560"> 167</a></span>&#160;<span class="preprocessor">#define REG_GMAC_HRT (*(RwReg *)0x42000884UL) </span></div>
<div class="line"><a name="l00168"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#ac1c46a84258531a9583e68be3ded9175"> 168</a></span>&#160;<span class="preprocessor">#define REG_GMAC_SAB0 (*(RwReg *)0x42000888UL) </span></div>
<div class="line"><a name="l00169"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a06d987f0e8381268b1fb7276abb73ecc"> 169</a></span>&#160;<span class="preprocessor">#define REG_GMAC_SAT0 (*(RwReg *)0x4200088CUL) </span></div>
<div class="line"><a name="l00170"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#abb2be1b89cc85a3ad916fda40f93a1d9"> 170</a></span>&#160;<span class="preprocessor">#define REG_GMAC_SAB1 (*(RwReg *)0x42000890UL) </span></div>
<div class="line"><a name="l00171"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a186b6052896247d6eb13d4798a1c0fe2"> 171</a></span>&#160;<span class="preprocessor">#define REG_GMAC_SAT1 (*(RwReg *)0x42000894UL) </span></div>
<div class="line"><a name="l00172"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#adfa4b5f59e4f92660a957bf766b8ae6f"> 172</a></span>&#160;<span class="preprocessor">#define REG_GMAC_SAB2 (*(RwReg *)0x42000898UL) </span></div>
<div class="line"><a name="l00173"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a6d636f48a3fe5b0c553c88b3ccfc3190"> 173</a></span>&#160;<span class="preprocessor">#define REG_GMAC_SAT2 (*(RwReg *)0x4200089CUL) </span></div>
<div class="line"><a name="l00174"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#ac81a6d3932c839adf36c97ce60d514e4"> 174</a></span>&#160;<span class="preprocessor">#define REG_GMAC_SAB3 (*(RwReg *)0x420008A0UL) </span></div>
<div class="line"><a name="l00175"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#af70fc27ccf721da58ce1fa87ba811154"> 175</a></span>&#160;<span class="preprocessor">#define REG_GMAC_SAT3 (*(RwReg *)0x420008A4UL) </span></div>
<div class="line"><a name="l00176"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a7e4573b8a1942cb2b20a3907807f6ff6"> 176</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TIDM0 (*(RwReg *)0x420008A8UL) </span></div>
<div class="line"><a name="l00177"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a31c4b24dc51d5b5a10b2d0ed0228da96"> 177</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TIDM1 (*(RwReg *)0x420008ACUL) </span></div>
<div class="line"><a name="l00178"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a335d61cf7466ba088a8e811cad2c092b"> 178</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TIDM2 (*(RwReg *)0x420008B0UL) </span></div>
<div class="line"><a name="l00179"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a701bcf5da0541db8547ee5a4f8aabbb4"> 179</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TIDM3 (*(RwReg *)0x420008B4UL) </span></div>
<div class="line"><a name="l00180"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a94b27a3756fefb3015329abfc0e3d815"> 180</a></span>&#160;<span class="preprocessor">#define REG_GMAC_WOL (*(RwReg *)0x420008B8UL) </span></div>
<div class="line"><a name="l00181"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#af096c639742e9311ec86ea774488cdf9"> 181</a></span>&#160;<span class="preprocessor">#define REG_GMAC_IPGS (*(RwReg *)0x420008BCUL) </span></div>
<div class="line"><a name="l00182"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#ab1ad8dddf49555c9bef9d6218c09dda9"> 182</a></span>&#160;<span class="preprocessor">#define REG_GMAC_SVLAN (*(RwReg *)0x420008C0UL) </span></div>
<div class="line"><a name="l00183"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#ab71b69558bc57028677e25f86d3adbf6"> 183</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TPFCP (*(RwReg *)0x420008C4UL) </span></div>
<div class="line"><a name="l00184"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#aafb0ab4c38dbbb9e51dbcef714ef2e02"> 184</a></span>&#160;<span class="preprocessor">#define REG_GMAC_SAMB1 (*(RwReg *)0x420008C8UL) </span></div>
<div class="line"><a name="l00185"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a0df621afe149489cfe2d2884d3ef7159"> 185</a></span>&#160;<span class="preprocessor">#define REG_GMAC_SAMT1 (*(RwReg *)0x420008CCUL) </span></div>
<div class="line"><a name="l00186"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a68bcc07214762ec0a7c3ae20d0d20b46"> 186</a></span>&#160;<span class="preprocessor">#define REG_GMAC_NSC (*(RwReg *)0x420008DCUL) </span></div>
<div class="line"><a name="l00187"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a43f9f9ae94f760057614f11b7d1a1622"> 187</a></span>&#160;<span class="preprocessor">#define REG_GMAC_SCL (*(RwReg *)0x420008E0UL) </span></div>
<div class="line"><a name="l00188"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#aeb18949f7ff8e9f79d51c82fa06ad7a5"> 188</a></span>&#160;<span class="preprocessor">#define REG_GMAC_SCH (*(RwReg *)0x420008E4UL) </span></div>
<div class="line"><a name="l00189"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a73bf43e526abd10b17e58b0062cb29e2"> 189</a></span>&#160;<span class="preprocessor">#define REG_GMAC_EFTSH (*(RoReg *)0x420008E8UL) </span></div>
<div class="line"><a name="l00190"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#acfd792d58551430bc1d5ab03ff60023f"> 190</a></span>&#160;<span class="preprocessor">#define REG_GMAC_EFRSH (*(RoReg *)0x420008ECUL) </span></div>
<div class="line"><a name="l00191"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#aa12206679d660a4a8f18f51eb63e8147"> 191</a></span>&#160;<span class="preprocessor">#define REG_GMAC_PEFTSH (*(RoReg *)0x420008F0UL) </span></div>
<div class="line"><a name="l00192"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a1c269645360b7a8cdbd71b83d79e7741"> 192</a></span>&#160;<span class="preprocessor">#define REG_GMAC_PEFRSH (*(RoReg *)0x420008F4UL) </span></div>
<div class="line"><a name="l00193"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a41eae85c63442611a1f1346fc3b342e4"> 193</a></span>&#160;<span class="preprocessor">#define REG_GMAC_OTLO (*(RoReg *)0x42000900UL) </span></div>
<div class="line"><a name="l00194"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a6fca64c022d3bbe926aabd06f706b937"> 194</a></span>&#160;<span class="preprocessor">#define REG_GMAC_OTHI (*(RoReg *)0x42000904UL) </span></div>
<div class="line"><a name="l00195"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a9b6a4f176638d7b0b6ff472ff62e0ace"> 195</a></span>&#160;<span class="preprocessor">#define REG_GMAC_FT (*(RoReg *)0x42000908UL) </span></div>
<div class="line"><a name="l00196"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#aaa25277d01ab17d5d321a166723b7a4f"> 196</a></span>&#160;<span class="preprocessor">#define REG_GMAC_BCFT (*(RoReg *)0x4200090CUL) </span></div>
<div class="line"><a name="l00197"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#acfb253706b0ed9d928065a4e0d27b298"> 197</a></span>&#160;<span class="preprocessor">#define REG_GMAC_MFT (*(RoReg *)0x42000910UL) </span></div>
<div class="line"><a name="l00198"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#ad014c31529c5327e60cf76a891589dfa"> 198</a></span>&#160;<span class="preprocessor">#define REG_GMAC_PFT (*(RoReg *)0x42000914UL) </span></div>
<div class="line"><a name="l00199"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a9375aae9f572ddce1f4095f6f0581a1c"> 199</a></span>&#160;<span class="preprocessor">#define REG_GMAC_BFT64 (*(RoReg *)0x42000918UL) </span></div>
<div class="line"><a name="l00200"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#ab8806b04656497f45f4cd5d14a5b316f"> 200</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TBFT127 (*(RoReg *)0x4200091CUL) </span></div>
<div class="line"><a name="l00201"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a45eecaab04d2d56848b9ab2f5ba3b4d4"> 201</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TBFT255 (*(RoReg *)0x42000920UL) </span></div>
<div class="line"><a name="l00202"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#aae65fe5eb2521ed5e413287f80286d1f"> 202</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TBFT511 (*(RoReg *)0x42000924UL) </span></div>
<div class="line"><a name="l00203"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a7009b149a3f13b66319c0f26d464c1f4"> 203</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TBFT1023 (*(RoReg *)0x42000928UL) </span></div>
<div class="line"><a name="l00204"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a0dcdebcf15d084c7b8db2ec28f9f3f3d"> 204</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TBFT1518 (*(RoReg *)0x4200092CUL) </span></div>
<div class="line"><a name="l00205"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a19876ffc2c7714045375dd5699b4466f"> 205</a></span>&#160;<span class="preprocessor">#define REG_GMAC_GTBFT1518 (*(RoReg *)0x42000930UL) </span></div>
<div class="line"><a name="l00206"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#afec7c2d089aa8f82567e42c65c6f3a95"> 206</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TUR (*(RoReg *)0x42000934UL) </span></div>
<div class="line"><a name="l00207"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a87690928892a17d86b388d3fa02c75e5"> 207</a></span>&#160;<span class="preprocessor">#define REG_GMAC_SCF (*(RoReg *)0x42000938UL) </span></div>
<div class="line"><a name="l00208"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a32294efa9ccf073cd3707a391d2ab5bf"> 208</a></span>&#160;<span class="preprocessor">#define REG_GMAC_MCF (*(RoReg *)0x4200093CUL) </span></div>
<div class="line"><a name="l00209"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a80c6b38339431aa96fd8378ab0fbf521"> 209</a></span>&#160;<span class="preprocessor">#define REG_GMAC_EC (*(RoReg *)0x42000940UL) </span></div>
<div class="line"><a name="l00210"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#af7844a5b973f095e62331f56a8c32d06"> 210</a></span>&#160;<span class="preprocessor">#define REG_GMAC_LC (*(RoReg *)0x42000944UL) </span></div>
<div class="line"><a name="l00211"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a39d87377dfef5af10917100150051594"> 211</a></span>&#160;<span class="preprocessor">#define REG_GMAC_DTF (*(RoReg *)0x42000948UL) </span></div>
<div class="line"><a name="l00212"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a4c3f561bfb85e2ba7d758ea460e78fec"> 212</a></span>&#160;<span class="preprocessor">#define REG_GMAC_CSE (*(RoReg *)0x4200094CUL) </span></div>
<div class="line"><a name="l00213"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#ab616ff288f2f54f2623c146a00393f59"> 213</a></span>&#160;<span class="preprocessor">#define REG_GMAC_ORLO (*(RoReg *)0x42000950UL) </span></div>
<div class="line"><a name="l00214"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a060be354b2f80506987beec7e7ef54b0"> 214</a></span>&#160;<span class="preprocessor">#define REG_GMAC_ORHI (*(RoReg *)0x42000954UL) </span></div>
<div class="line"><a name="l00215"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a8fbfe8376a61d1f309f56431c6dd5592"> 215</a></span>&#160;<span class="preprocessor">#define REG_GMAC_FR (*(RoReg *)0x42000958UL) </span></div>
<div class="line"><a name="l00216"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a96f59dd05eb072dbaf8506d61fc2f654"> 216</a></span>&#160;<span class="preprocessor">#define REG_GMAC_BCFR (*(RoReg *)0x4200095CUL) </span></div>
<div class="line"><a name="l00217"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#abcf0eaad767d66a9c81a858201294ba3"> 217</a></span>&#160;<span class="preprocessor">#define REG_GMAC_MFR (*(RoReg *)0x42000960UL) </span></div>
<div class="line"><a name="l00218"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a2a123e5344dabe576664e34b7db915bc"> 218</a></span>&#160;<span class="preprocessor">#define REG_GMAC_PFR (*(RoReg *)0x42000964UL) </span></div>
<div class="line"><a name="l00219"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a33535e6b9be7f044103024212755b1ce"> 219</a></span>&#160;<span class="preprocessor">#define REG_GMAC_BFR64 (*(RoReg *)0x42000968UL) </span></div>
<div class="line"><a name="l00220"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a5c0a22923d2872ed1e04589b78278d8a"> 220</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TBFR127 (*(RoReg *)0x4200096CUL) </span></div>
<div class="line"><a name="l00221"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#ab533bbb2ff35e334dcb8be51e335950f"> 221</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TBFR255 (*(RoReg *)0x42000970UL) </span></div>
<div class="line"><a name="l00222"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a9ee47886a4b44b39cb0fcdd6ccc3b588"> 222</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TBFR511 (*(RoReg *)0x42000974UL) </span></div>
<div class="line"><a name="l00223"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#af2436cc4aa20dce3fed3ceb75d93ae28"> 223</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TBFR1023 (*(RoReg *)0x42000978UL) </span></div>
<div class="line"><a name="l00224"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a5349cd02411ab7f03cb405b0b2c4fd30"> 224</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TBFR1518 (*(RoReg *)0x4200097CUL) </span></div>
<div class="line"><a name="l00225"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a9597479d10e6526b0f59bf572db8d290"> 225</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TMXBFR (*(RoReg *)0x42000980UL) </span></div>
<div class="line"><a name="l00226"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a5f4fd0d6b2d8fb6cf905b246e4f4009f"> 226</a></span>&#160;<span class="preprocessor">#define REG_GMAC_UFR (*(RoReg *)0x42000984UL) </span></div>
<div class="line"><a name="l00227"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#aaa51e935f15d5e95eef22ae241742d6a"> 227</a></span>&#160;<span class="preprocessor">#define REG_GMAC_OFR (*(RoReg *)0x42000988UL) </span></div>
<div class="line"><a name="l00228"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#aaf03aff0ea1fd929a660863a841c6393"> 228</a></span>&#160;<span class="preprocessor">#define REG_GMAC_JR (*(RoReg *)0x4200098CUL) </span></div>
<div class="line"><a name="l00229"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a109a50c41e8d3edc3eae1cd9058e318c"> 229</a></span>&#160;<span class="preprocessor">#define REG_GMAC_FCSE (*(RoReg *)0x42000990UL) </span></div>
<div class="line"><a name="l00230"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#ac316b68fd63d4f505af964300412edf3"> 230</a></span>&#160;<span class="preprocessor">#define REG_GMAC_LFFE (*(RoReg *)0x42000994UL) </span></div>
<div class="line"><a name="l00231"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#aa832f62d332920ebd3a1a50f7bb22d44"> 231</a></span>&#160;<span class="preprocessor">#define REG_GMAC_RSE (*(RoReg *)0x42000998UL) </span></div>
<div class="line"><a name="l00232"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a5718489e26f1f838d7da2155461ad26c"> 232</a></span>&#160;<span class="preprocessor">#define REG_GMAC_AE (*(RoReg *)0x4200099CUL) </span></div>
<div class="line"><a name="l00233"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a7bbe54db9238cb322ea9db31a5efa6c6"> 233</a></span>&#160;<span class="preprocessor">#define REG_GMAC_RRE (*(RoReg *)0x420009A0UL) </span></div>
<div class="line"><a name="l00234"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a0ef3e3edcf9d6fa8776c1613c35b3779"> 234</a></span>&#160;<span class="preprocessor">#define REG_GMAC_ROE (*(RoReg *)0x420009A4UL) </span></div>
<div class="line"><a name="l00235"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a4e7e56b1a94ba6444a877394b1063092"> 235</a></span>&#160;<span class="preprocessor">#define REG_GMAC_IHCE (*(RoReg *)0x420009A8UL) </span></div>
<div class="line"><a name="l00236"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#ab413b4e7155eb7f58831e14fb0ca0cb3"> 236</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TCE (*(RoReg *)0x420009ACUL) </span></div>
<div class="line"><a name="l00237"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a86bab588d7fafe3fa6621c3447f9b03a"> 237</a></span>&#160;<span class="preprocessor">#define REG_GMAC_UCE (*(RoReg *)0x420009B0UL) </span></div>
<div class="line"><a name="l00238"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#afc7686331e7c914ac3d2eb1b96fc4c01"> 238</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TISUBN (*(RwReg *)0x420009BCUL) </span></div>
<div class="line"><a name="l00239"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a195609c73403cc2adbc2c2806e4d6f81"> 239</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TSH (*(RwReg *)0x420009C0UL) </span></div>
<div class="line"><a name="l00240"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#aec2b636727216ff24a4229310a493653"> 240</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TSSSL (*(RwReg *)0x420009C8UL) </span></div>
<div class="line"><a name="l00241"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#abbd337cf91a56a0f2359566ac40a9856"> 241</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TSSN (*(RwReg *)0x420009CCUL) </span></div>
<div class="line"><a name="l00242"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#ac9ade4b967cb517000f62370df3c6a25"> 242</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TSL (*(RwReg *)0x420009D0UL) </span></div>
<div class="line"><a name="l00243"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#aaebac8b7fb0c2dac73078c5604f36e3f"> 243</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TN (*(RwReg *)0x420009D4UL) </span></div>
<div class="line"><a name="l00244"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#acf4aa155328d0950dde92b151ee81c48"> 244</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TA (*(WoReg *)0x420009D8UL) </span></div>
<div class="line"><a name="l00245"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a301c5e7203f5d9f80f43b271b86d8c9b"> 245</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TI (*(RwReg *)0x420009DCUL) </span></div>
<div class="line"><a name="l00246"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#ad9fbcc27622a7ede3bec91242f21c038"> 246</a></span>&#160;<span class="preprocessor">#define REG_GMAC_EFTSL (*(RoReg *)0x420009E0UL) </span></div>
<div class="line"><a name="l00247"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a3f3ba094f4ae9ca9399aa7742ddfb9fe"> 247</a></span>&#160;<span class="preprocessor">#define REG_GMAC_EFTN (*(RoReg *)0x420009E4UL) </span></div>
<div class="line"><a name="l00248"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a5334c0bbb550a7a145ac95709fa78b49"> 248</a></span>&#160;<span class="preprocessor">#define REG_GMAC_EFRSL (*(RoReg *)0x420009E8UL) </span></div>
<div class="line"><a name="l00249"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a157a58826c78eadec707ed3caac9bf92"> 249</a></span>&#160;<span class="preprocessor">#define REG_GMAC_EFRN (*(RoReg *)0x420009ECUL) </span></div>
<div class="line"><a name="l00250"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#ada374378c77cac6fbe3d8fadb6b3df6f"> 250</a></span>&#160;<span class="preprocessor">#define REG_GMAC_PEFTSL (*(RoReg *)0x420009F0UL) </span></div>
<div class="line"><a name="l00251"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#af1b9189f9546b34142373575bdebb657"> 251</a></span>&#160;<span class="preprocessor">#define REG_GMAC_PEFTN (*(RoReg *)0x420009F4UL) </span></div>
<div class="line"><a name="l00252"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a2367e144b3ef844456983dfb0e39a1f9"> 252</a></span>&#160;<span class="preprocessor">#define REG_GMAC_PEFRSL (*(RoReg *)0x420009F8UL) </span></div>
<div class="line"><a name="l00253"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a0f2d19a8683e9970e91f44170dff2b4c"> 253</a></span>&#160;<span class="preprocessor">#define REG_GMAC_PEFRN (*(RoReg *)0x420009FCUL) </span></div>
<div class="line"><a name="l00254"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#ad6466c36369537039d68e72212376ac2"> 254</a></span>&#160;<span class="preprocessor">#define REG_GMAC_RLPITR (*(RoReg *)0x42000A70UL) </span></div>
<div class="line"><a name="l00255"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#a5b8a25687a352f21ea903de49fb475d1"> 255</a></span>&#160;<span class="preprocessor">#define REG_GMAC_RLPITI (*(RoReg *)0x42000A74UL) </span></div>
<div class="line"><a name="l00256"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#ac9abe6b1cca592227f327dccbdbdcb6d"> 256</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TLPITR (*(RoReg *)0x42000A78UL) </span></div>
<div class="line"><a name="l00257"></a><span class="lineno"><a class="line" href="instance_2gmac_8h.html#ade7d1c9cc4aa6ccff2f4d537625aa414"> 257</a></span>&#160;<span class="preprocessor">#define REG_GMAC_TLPITI (*(RoReg *)0x42000A7CUL) </span></div>
<div class="line"><a name="l00258"></a><span class="lineno"> 258</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="l00259"></a><span class="lineno"> 259</span>&#160; </div>
<div class="line"><a name="l00260"></a><span class="lineno"> 260</span>&#160;<span class="comment">/* ========== Instance parameters for GMAC peripheral ========== */</span></div>
<div class="line"><a name="l00261"></a><span class="lineno"> 261</span>&#160;<span class="preprocessor">#define GMAC_CLK_AHB_ID 14 // Index of AHB clock</span></div>
<div class="line"><a name="l00262"></a><span class="lineno"> 262</span>&#160; </div>
<div class="line"><a name="l00263"></a><span class="lineno"> 263</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* _SAME54_GMAC_INSTANCE_ */</span><span class="preprocessor"></span></div>
</div><!-- fragment --></div><!-- contents -->
<!-- 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>