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.

394 lines
70 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/usb.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">usb.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="instance_2usb_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_USB_INSTANCE_</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="preprocessor">#define _SAME54_USB_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 USB 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_USB_CTRLA (0x41000000) </span></div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="preprocessor">#define REG_USB_SYNCBUSY (0x41000002) </span></div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="preprocessor">#define REG_USB_QOSCTRL (0x41000003) </span></div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;<span class="preprocessor">#define REG_USB_FSMSTATUS (0x4100000D) </span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<span class="preprocessor">#define REG_USB_DESCADD (0x41000024) </span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="preprocessor">#define REG_USB_PADCAL (0x41000028) </span></div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_CTRLB (0x41000008) </span></div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_DADD (0x4100000A) </span></div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_STATUS (0x4100000C) </span></div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_FNUM (0x41000010) </span></div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_INTENCLR (0x41000014) </span></div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_INTENSET (0x41000018) </span></div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_INTFLAG (0x4100001C) </span></div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_EPINTSMRY (0x41000020) </span></div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPCFG0 (0x41000100) </span></div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSCLR0 (0x41000104) </span></div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSSET0 (0x41000105) </span></div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUS0 (0x41000106) </span></div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTFLAG0 (0x41000107) </span></div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENCLR0 (0x41000108) </span></div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENSET0 (0x41000109) </span></div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPCFG1 (0x41000120) </span></div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSCLR1 (0x41000124) </span></div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSSET1 (0x41000125) </span></div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUS1 (0x41000126) </span></div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTFLAG1 (0x41000127) </span></div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENCLR1 (0x41000128) </span></div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENSET1 (0x41000129) </span></div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPCFG2 (0x41000140) </span></div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSCLR2 (0x41000144) </span></div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSSET2 (0x41000145) </span></div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUS2 (0x41000146) </span></div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTFLAG2 (0x41000147) </span></div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENCLR2 (0x41000148) </span></div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENSET2 (0x41000149) </span></div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPCFG3 (0x41000160) </span></div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSCLR3 (0x41000164) </span></div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSSET3 (0x41000165) </span></div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUS3 (0x41000166) </span></div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTFLAG3 (0x41000167) </span></div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENCLR3 (0x41000168) </span></div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENSET3 (0x41000169) </span></div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPCFG4 (0x41000180) </span></div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSCLR4 (0x41000184) </span></div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSSET4 (0x41000185) </span></div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUS4 (0x41000186) </span></div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTFLAG4 (0x41000187) </span></div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENCLR4 (0x41000188) </span></div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENSET4 (0x41000189) </span></div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPCFG5 (0x410001A0) </span></div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSCLR5 (0x410001A4) </span></div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSSET5 (0x410001A5) </span></div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUS5 (0x410001A6) </span></div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTFLAG5 (0x410001A7) </span></div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENCLR5 (0x410001A8) </span></div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENSET5 (0x410001A9) </span></div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPCFG6 (0x410001C0) </span></div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSCLR6 (0x410001C4) </span></div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSSET6 (0x410001C5) </span></div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUS6 (0x410001C6) </span></div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTFLAG6 (0x410001C7) </span></div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENCLR6 (0x410001C8) </span></div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENSET6 (0x410001C9) </span></div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPCFG7 (0x410001E0) </span></div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSCLR7 (0x410001E4) </span></div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSSET7 (0x410001E5) </span></div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUS7 (0x410001E6) </span></div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTFLAG7 (0x410001E7) </span></div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENCLR7 (0x410001E8) </span></div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENSET7 (0x410001E9) </span></div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160;<span class="preprocessor">#define REG_USB_HOST_CTRLB (0x41000008) </span></div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160;<span class="preprocessor">#define REG_USB_HOST_HSOFC (0x4100000A) </span></div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160;<span class="preprocessor">#define REG_USB_HOST_STATUS (0x4100000C) </span></div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160;<span class="preprocessor">#define REG_USB_HOST_FNUM (0x41000010) </span></div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160;<span class="preprocessor">#define REG_USB_HOST_FLENHIGH (0x41000012) </span></div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160;<span class="preprocessor">#define REG_USB_HOST_INTENCLR (0x41000014) </span></div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160;<span class="preprocessor">#define REG_USB_HOST_INTENSET (0x41000018) </span></div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160;<span class="preprocessor">#define REG_USB_HOST_INTFLAG (0x4100001C) </span></div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PINTSMRY (0x41000020) </span></div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PCFG0 (0x41000100) </span></div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_BINTERVAL0 (0x41000103) </span></div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSCLR0 (0x41000104) </span></div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSSET0 (0x41000105) </span></div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUS0 (0x41000106) </span></div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTFLAG0 (0x41000107) </span></div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENCLR0 (0x41000108) </span></div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENSET0 (0x41000109) </span></div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PCFG1 (0x41000120) </span></div>
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_BINTERVAL1 (0x41000123) </span></div>
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSCLR1 (0x41000124) </span></div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSSET1 (0x41000125) </span></div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUS1 (0x41000126) </span></div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTFLAG1 (0x41000127) </span></div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENCLR1 (0x41000128) </span></div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENSET1 (0x41000129) </span></div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PCFG2 (0x41000140) </span></div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_BINTERVAL2 (0x41000143) </span></div>
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSCLR2 (0x41000144) </span></div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSSET2 (0x41000145) </span></div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUS2 (0x41000146) </span></div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTFLAG2 (0x41000147) </span></div>
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENCLR2 (0x41000148) </span></div>
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENSET2 (0x41000149) </span></div>
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PCFG3 (0x41000160) </span></div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_BINTERVAL3 (0x41000163) </span></div>
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSCLR3 (0x41000164) </span></div>
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSSET3 (0x41000165) </span></div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUS3 (0x41000166) </span></div>
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTFLAG3 (0x41000167) </span></div>
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENCLR3 (0x41000168) </span></div>
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENSET3 (0x41000169) </span></div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PCFG4 (0x41000180) </span></div>
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_BINTERVAL4 (0x41000183) </span></div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSCLR4 (0x41000184) </span></div>
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSSET4 (0x41000185) </span></div>
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUS4 (0x41000186) </span></div>
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTFLAG4 (0x41000187) </span></div>
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENCLR4 (0x41000188) </span></div>
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENSET4 (0x41000189) </span></div>
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PCFG5 (0x410001A0) </span></div>
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_BINTERVAL5 (0x410001A3) </span></div>
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSCLR5 (0x410001A4) </span></div>
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSSET5 (0x410001A5) </span></div>
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUS5 (0x410001A6) </span></div>
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTFLAG5 (0x410001A7) </span></div>
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENCLR5 (0x410001A8) </span></div>
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENSET5 (0x410001A9) </span></div>
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PCFG6 (0x410001C0) </span></div>
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_BINTERVAL6 (0x410001C3) </span></div>
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSCLR6 (0x410001C4) </span></div>
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSSET6 (0x410001C5) </span></div>
<div class="line"><a name="l00166"></a><span class="lineno"> 166</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUS6 (0x410001C6) </span></div>
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTFLAG6 (0x410001C7) </span></div>
<div class="line"><a name="l00168"></a><span class="lineno"> 168</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENCLR6 (0x410001C8) </span></div>
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENSET6 (0x410001C9) </span></div>
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PCFG7 (0x410001E0) </span></div>
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_BINTERVAL7 (0x410001E3) </span></div>
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSCLR7 (0x410001E4) </span></div>
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSSET7 (0x410001E5) </span></div>
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUS7 (0x410001E6) </span></div>
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTFLAG7 (0x410001E7) </span></div>
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENCLR7 (0x410001E8) </span></div>
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENSET7 (0x410001E9) </span></div>
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>&#160;<span class="preprocessor">#else</span></div>
<div class="line"><a name="l00179"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a24577c075ecb577828b63e328dc8193f"> 179</a></span>&#160;<span class="preprocessor">#define REG_USB_CTRLA (*(RwReg8 *)0x41000000UL) </span></div>
<div class="line"><a name="l00180"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#acbd845f5ca7398936e6681eb57a1dedf"> 180</a></span>&#160;<span class="preprocessor">#define REG_USB_SYNCBUSY (*(RoReg8 *)0x41000002UL) </span></div>
<div class="line"><a name="l00181"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#af0fc89528cba0dbcb382b5f1b1f218b9"> 181</a></span>&#160;<span class="preprocessor">#define REG_USB_QOSCTRL (*(RwReg8 *)0x41000003UL) </span></div>
<div class="line"><a name="l00182"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a329a02a5bbfd6d1e0a1347dddb180d4c"> 182</a></span>&#160;<span class="preprocessor">#define REG_USB_FSMSTATUS (*(RoReg8 *)0x4100000DUL) </span></div>
<div class="line"><a name="l00183"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a2bcfa678195eaf112591bd85b466cac7"> 183</a></span>&#160;<span class="preprocessor">#define REG_USB_DESCADD (*(RwReg *)0x41000024UL) </span></div>
<div class="line"><a name="l00184"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#aeb5d4994838cdcab5a556757d1142043"> 184</a></span>&#160;<span class="preprocessor">#define REG_USB_PADCAL (*(RwReg16*)0x41000028UL) </span></div>
<div class="line"><a name="l00185"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#aa473451f97c0ab8441191ca66af9dd6d"> 185</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_CTRLB (*(RwReg16*)0x41000008UL) </span></div>
<div class="line"><a name="l00186"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a627242969c7a0bf3f09a5b7cf5f7cbec"> 186</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_DADD (*(RwReg8 *)0x4100000AUL) </span></div>
<div class="line"><a name="l00187"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a4a48e8f7a318de22eb506c060b19b838"> 187</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_STATUS (*(RoReg8 *)0x4100000CUL) </span></div>
<div class="line"><a name="l00188"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#abf15946f4b3fb7cea1d8aa8e4aea5f66"> 188</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_FNUM (*(RoReg16*)0x41000010UL) </span></div>
<div class="line"><a name="l00189"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#afae7e1e05a296ac7e34254b6c96d6518"> 189</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_INTENCLR (*(RwReg16*)0x41000014UL) </span></div>
<div class="line"><a name="l00190"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a4760aef327504bb0a0e97bdca00d906d"> 190</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_INTENSET (*(RwReg16*)0x41000018UL) </span></div>
<div class="line"><a name="l00191"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#aeac5327e4cd131f9f3d84df36624fae9"> 191</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_INTFLAG (*(RwReg16*)0x4100001CUL) </span></div>
<div class="line"><a name="l00192"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a38b19827158afecc50a776cdc524c43a"> 192</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_EPINTSMRY (*(RoReg16*)0x41000020UL) </span></div>
<div class="line"><a name="l00193"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#aaee8f934fce6bc5877b780846e8b9300"> 193</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPCFG0 (*(RwReg8 *)0x41000100UL) </span></div>
<div class="line"><a name="l00194"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a9d50c3cc1e017ea268fa8e243821701e"> 194</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSCLR0 (*(WoReg8 *)0x41000104UL) </span></div>
<div class="line"><a name="l00195"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#af011176c1058a3ba37719b7af2da0faa"> 195</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSSET0 (*(WoReg8 *)0x41000105UL) </span></div>
<div class="line"><a name="l00196"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a9775ba4f3cd4d8f870cc3b8f4db46c04"> 196</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUS0 (*(RoReg8 *)0x41000106UL) </span></div>
<div class="line"><a name="l00197"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#acaaac4c687d23dbc1df5e41b13c591cb"> 197</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTFLAG0 (*(RwReg8 *)0x41000107UL) </span></div>
<div class="line"><a name="l00198"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a6297375e815ef0113739278c42d2460d"> 198</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENCLR0 (*(RwReg8 *)0x41000108UL) </span></div>
<div class="line"><a name="l00199"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#ad636d2669514f6a85c1829fea1a0fa10"> 199</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENSET0 (*(RwReg8 *)0x41000109UL) </span></div>
<div class="line"><a name="l00200"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#ae236736f9324887cdb1da93e36be234d"> 200</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPCFG1 (*(RwReg8 *)0x41000120UL) </span></div>
<div class="line"><a name="l00201"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#abc105e3fadad32938d71856d7c88fab9"> 201</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSCLR1 (*(WoReg8 *)0x41000124UL) </span></div>
<div class="line"><a name="l00202"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a7a28d4dc1709040831e7cc4fe66aadf8"> 202</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSSET1 (*(WoReg8 *)0x41000125UL) </span></div>
<div class="line"><a name="l00203"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#aef9fa4f044f455c754f8d58556af7262"> 203</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUS1 (*(RoReg8 *)0x41000126UL) </span></div>
<div class="line"><a name="l00204"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a13fb44e703bab8077414938b75af4f51"> 204</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTFLAG1 (*(RwReg8 *)0x41000127UL) </span></div>
<div class="line"><a name="l00205"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#ac467df640aa05e06730bf335c4484955"> 205</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENCLR1 (*(RwReg8 *)0x41000128UL) </span></div>
<div class="line"><a name="l00206"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a1cc6bb001b592e9fb853ea9b10c09e83"> 206</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENSET1 (*(RwReg8 *)0x41000129UL) </span></div>
<div class="line"><a name="l00207"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a5f00f09e1420eda653aca26660c56152"> 207</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPCFG2 (*(RwReg8 *)0x41000140UL) </span></div>
<div class="line"><a name="l00208"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a10bdbcad9410c4627459243af37c94ee"> 208</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSCLR2 (*(WoReg8 *)0x41000144UL) </span></div>
<div class="line"><a name="l00209"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a1aa9c88576698c45129e2ede629ede3a"> 209</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSSET2 (*(WoReg8 *)0x41000145UL) </span></div>
<div class="line"><a name="l00210"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a7da3882ede89eb18b25660517cfb9cac"> 210</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUS2 (*(RoReg8 *)0x41000146UL) </span></div>
<div class="line"><a name="l00211"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#aa2ab11f8a7a0ae6d3912064622ad823c"> 211</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTFLAG2 (*(RwReg8 *)0x41000147UL) </span></div>
<div class="line"><a name="l00212"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#ab5c63716b97475d2f03ec8fc7f806976"> 212</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENCLR2 (*(RwReg8 *)0x41000148UL) </span></div>
<div class="line"><a name="l00213"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#ad74a08e5f83a3dce61ab0c1c0587e0aa"> 213</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENSET2 (*(RwReg8 *)0x41000149UL) </span></div>
<div class="line"><a name="l00214"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a29fec0a0d9f7660b59106aa4bf3b2f77"> 214</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPCFG3 (*(RwReg8 *)0x41000160UL) </span></div>
<div class="line"><a name="l00215"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#ac3fb070727605880b5dfa4ecf975fad6"> 215</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSCLR3 (*(WoReg8 *)0x41000164UL) </span></div>
<div class="line"><a name="l00216"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a1edefd314a27d8568ca1b4ef825064dd"> 216</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSSET3 (*(WoReg8 *)0x41000165UL) </span></div>
<div class="line"><a name="l00217"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a4f38aa4e66f2df238e6266f5fba3d952"> 217</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUS3 (*(RoReg8 *)0x41000166UL) </span></div>
<div class="line"><a name="l00218"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a6332e3daf31089c944c4da172333e871"> 218</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTFLAG3 (*(RwReg8 *)0x41000167UL) </span></div>
<div class="line"><a name="l00219"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a5b89e271c1df6832debaf0a5d25556af"> 219</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENCLR3 (*(RwReg8 *)0x41000168UL) </span></div>
<div class="line"><a name="l00220"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#ad19c339e0cdd997cdeaac78bc33b32d9"> 220</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENSET3 (*(RwReg8 *)0x41000169UL) </span></div>
<div class="line"><a name="l00221"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#ad233b74e8f4d13c9f6e6e9efb8adb969"> 221</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPCFG4 (*(RwReg8 *)0x41000180UL) </span></div>
<div class="line"><a name="l00222"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a5a09bf491e768bd6e1c66765fe3df879"> 222</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSCLR4 (*(WoReg8 *)0x41000184UL) </span></div>
<div class="line"><a name="l00223"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#abacbaafa2e14471af43033e9d7ded265"> 223</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSSET4 (*(WoReg8 *)0x41000185UL) </span></div>
<div class="line"><a name="l00224"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a0a90c5a57fd88ec6852695af79951269"> 224</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUS4 (*(RoReg8 *)0x41000186UL) </span></div>
<div class="line"><a name="l00225"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#abef097d1d9f0e542110e8d314f4ba449"> 225</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTFLAG4 (*(RwReg8 *)0x41000187UL) </span></div>
<div class="line"><a name="l00226"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a11fcb6ca92ca66c2a40013c218f59796"> 226</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENCLR4 (*(RwReg8 *)0x41000188UL) </span></div>
<div class="line"><a name="l00227"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a08f8a9d270b2b7bcef899de5ad541104"> 227</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENSET4 (*(RwReg8 *)0x41000189UL) </span></div>
<div class="line"><a name="l00228"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#ad6eaf374d4f8ff015dcc6e3b8c24dad6"> 228</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPCFG5 (*(RwReg8 *)0x410001A0UL) </span></div>
<div class="line"><a name="l00229"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a00c04939d1c49a0881d2bf9d34358a12"> 229</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSCLR5 (*(WoReg8 *)0x410001A4UL) </span></div>
<div class="line"><a name="l00230"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a0d8e6bdd238782297d0d884167a7d4e0"> 230</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSSET5 (*(WoReg8 *)0x410001A5UL) </span></div>
<div class="line"><a name="l00231"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#ab9d812378bce39d7437d402dddc39b5d"> 231</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUS5 (*(RoReg8 *)0x410001A6UL) </span></div>
<div class="line"><a name="l00232"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a499b6a2ad6a5b65d76508a3bff3dbe5d"> 232</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTFLAG5 (*(RwReg8 *)0x410001A7UL) </span></div>
<div class="line"><a name="l00233"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#aaf71a7096054f90107235037ecf68d1c"> 233</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENCLR5 (*(RwReg8 *)0x410001A8UL) </span></div>
<div class="line"><a name="l00234"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#ac828416bac714775a43bdaaed03cf134"> 234</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENSET5 (*(RwReg8 *)0x410001A9UL) </span></div>
<div class="line"><a name="l00235"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#acadd67ec459e95a9bdffb5c58bfff0da"> 235</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPCFG6 (*(RwReg8 *)0x410001C0UL) </span></div>
<div class="line"><a name="l00236"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a2baebdba1111a237a84152ceab08e507"> 236</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSCLR6 (*(WoReg8 *)0x410001C4UL) </span></div>
<div class="line"><a name="l00237"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#abba4d291cd9a358326a6c28e49126f3a"> 237</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSSET6 (*(WoReg8 *)0x410001C5UL) </span></div>
<div class="line"><a name="l00238"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#ae06680a361e3af1e4ba5c580c9aaf94d"> 238</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUS6 (*(RoReg8 *)0x410001C6UL) </span></div>
<div class="line"><a name="l00239"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a82fdb50394f4a893cc434232d2010a59"> 239</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTFLAG6 (*(RwReg8 *)0x410001C7UL) </span></div>
<div class="line"><a name="l00240"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a5fbf83bf71254f66427f5b3bf4a3f1b7"> 240</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENCLR6 (*(RwReg8 *)0x410001C8UL) </span></div>
<div class="line"><a name="l00241"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#ad16e10cd266ca80be229f65583adb870"> 241</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENSET6 (*(RwReg8 *)0x410001C9UL) </span></div>
<div class="line"><a name="l00242"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a40768a2a1dad451c4d657a92cc58b108"> 242</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPCFG7 (*(RwReg8 *)0x410001E0UL) </span></div>
<div class="line"><a name="l00243"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a70e31f75623a0023294817fec1ae7f55"> 243</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSCLR7 (*(WoReg8 *)0x410001E4UL) </span></div>
<div class="line"><a name="l00244"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a00b9dbb6073d268ad7f9d274e1e30995"> 244</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUSSET7 (*(WoReg8 *)0x410001E5UL) </span></div>
<div class="line"><a name="l00245"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#aae42127f624da8375f9ba4c99f87abec"> 245</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPSTATUS7 (*(RoReg8 *)0x410001E6UL) </span></div>
<div class="line"><a name="l00246"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a7a90638cb3829d5fbf39ee0ffaecccef"> 246</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTFLAG7 (*(RwReg8 *)0x410001E7UL) </span></div>
<div class="line"><a name="l00247"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a6fcca339f32c4fc075ccd97ca2a45142"> 247</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENCLR7 (*(RwReg8 *)0x410001E8UL) </span></div>
<div class="line"><a name="l00248"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a84bad015434d0c493f9ab76ca226e32b"> 248</a></span>&#160;<span class="preprocessor">#define REG_USB_DEVICE_ENDPOINT_EPINTENSET7 (*(RwReg8 *)0x410001E9UL) </span></div>
<div class="line"><a name="l00249"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a9de5f6081efcd9f8ef5b1aaac7b842c8"> 249</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_CTRLB (*(RwReg16*)0x41000008UL) </span></div>
<div class="line"><a name="l00250"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a86be9e9112fb410dd9f3fd4ce5d6d3e2"> 250</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_HSOFC (*(RwReg8 *)0x4100000AUL) </span></div>
<div class="line"><a name="l00251"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a981634dde5fd44ee7c581cad28143ff2"> 251</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_STATUS (*(RwReg8 *)0x4100000CUL) </span></div>
<div class="line"><a name="l00252"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a32797bbdc1bcea4a47b60554a13c232b"> 252</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_FNUM (*(RwReg16*)0x41000010UL) </span></div>
<div class="line"><a name="l00253"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#add3a5837dc353a0f3fca7be794f9d2e4"> 253</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_FLENHIGH (*(RoReg8 *)0x41000012UL) </span></div>
<div class="line"><a name="l00254"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#adc0cf3c3a1578302848b55f865a12c5b"> 254</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_INTENCLR (*(RwReg16*)0x41000014UL) </span></div>
<div class="line"><a name="l00255"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#ad7abde3b65e5266c4552007f6581de90"> 255</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_INTENSET (*(RwReg16*)0x41000018UL) </span></div>
<div class="line"><a name="l00256"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#abc10002fea6cf26c9d75e88c7dc5b5db"> 256</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_INTFLAG (*(RwReg16*)0x4100001CUL) </span></div>
<div class="line"><a name="l00257"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#af47eff1ceaf9aae4f35bec764443f152"> 257</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PINTSMRY (*(RoReg16*)0x41000020UL) </span></div>
<div class="line"><a name="l00258"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a21bb6b3f1ee59cd898582fb2b64a4017"> 258</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PCFG0 (*(RwReg8 *)0x41000100UL) </span></div>
<div class="line"><a name="l00259"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a1b9096cfe7d4e8275c4c3d272b5b223d"> 259</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_BINTERVAL0 (*(RwReg8 *)0x41000103UL) </span></div>
<div class="line"><a name="l00260"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a726113433de433a7e8724e2a6178209d"> 260</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSCLR0 (*(WoReg8 *)0x41000104UL) </span></div>
<div class="line"><a name="l00261"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a031ac1258b3726b0219968d4770372d1"> 261</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSSET0 (*(WoReg8 *)0x41000105UL) </span></div>
<div class="line"><a name="l00262"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a1b983d8ddff9f9e9ff6bb262f2e40f19"> 262</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUS0 (*(RoReg8 *)0x41000106UL) </span></div>
<div class="line"><a name="l00263"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a4d3ec7bbdd3d5a947071d57aa0c3017a"> 263</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTFLAG0 (*(RwReg8 *)0x41000107UL) </span></div>
<div class="line"><a name="l00264"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a00c2dbd0af51fbc3103cc757d9d9df30"> 264</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENCLR0 (*(RwReg8 *)0x41000108UL) </span></div>
<div class="line"><a name="l00265"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#ac6365214ee5053e1647f34a1a79d2908"> 265</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENSET0 (*(RwReg8 *)0x41000109UL) </span></div>
<div class="line"><a name="l00266"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a606f90421a84e919a917787996375df6"> 266</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PCFG1 (*(RwReg8 *)0x41000120UL) </span></div>
<div class="line"><a name="l00267"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a1fcd0531eb32b6a7ff45cd47b68bdb09"> 267</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_BINTERVAL1 (*(RwReg8 *)0x41000123UL) </span></div>
<div class="line"><a name="l00268"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a293ffac904036c48fad547d7a51bd32f"> 268</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSCLR1 (*(WoReg8 *)0x41000124UL) </span></div>
<div class="line"><a name="l00269"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#ac8a1748958a6896e9bc47ecaace60401"> 269</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSSET1 (*(WoReg8 *)0x41000125UL) </span></div>
<div class="line"><a name="l00270"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#ab92f096404381d01cd65c47dfea63a18"> 270</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUS1 (*(RoReg8 *)0x41000126UL) </span></div>
<div class="line"><a name="l00271"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#aed1c811e87b34be64cb5f06af53b22f8"> 271</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTFLAG1 (*(RwReg8 *)0x41000127UL) </span></div>
<div class="line"><a name="l00272"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a064d9e5f695f359a16247320aa108baf"> 272</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENCLR1 (*(RwReg8 *)0x41000128UL) </span></div>
<div class="line"><a name="l00273"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a34b753af33701ec6270a5f9183d17147"> 273</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENSET1 (*(RwReg8 *)0x41000129UL) </span></div>
<div class="line"><a name="l00274"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#af4279010f98687d80befbfe3d843baba"> 274</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PCFG2 (*(RwReg8 *)0x41000140UL) </span></div>
<div class="line"><a name="l00275"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#aa2a3447c6cfee2baa372b404cf9e44dc"> 275</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_BINTERVAL2 (*(RwReg8 *)0x41000143UL) </span></div>
<div class="line"><a name="l00276"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#aa1e5d9ab8a4b45af5cb32de9c4ec5fa3"> 276</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSCLR2 (*(WoReg8 *)0x41000144UL) </span></div>
<div class="line"><a name="l00277"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a1deb21b652747ee92363af096a3ae758"> 277</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSSET2 (*(WoReg8 *)0x41000145UL) </span></div>
<div class="line"><a name="l00278"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a67e3b0ba4787370074331206c23c3f04"> 278</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUS2 (*(RoReg8 *)0x41000146UL) </span></div>
<div class="line"><a name="l00279"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a0b24bd920a1d87072193ba3101e51cbd"> 279</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTFLAG2 (*(RwReg8 *)0x41000147UL) </span></div>
<div class="line"><a name="l00280"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a8c4a74fad4e87fda3cbfc0d3f0d02449"> 280</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENCLR2 (*(RwReg8 *)0x41000148UL) </span></div>
<div class="line"><a name="l00281"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a9aa1d4b9918c971b4c673dd14c90a25b"> 281</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENSET2 (*(RwReg8 *)0x41000149UL) </span></div>
<div class="line"><a name="l00282"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a3528ee3a7c2c8e297719a9a13d710e27"> 282</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PCFG3 (*(RwReg8 *)0x41000160UL) </span></div>
<div class="line"><a name="l00283"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#afe05a012529c43d8a1b61399fcc1b5cc"> 283</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_BINTERVAL3 (*(RwReg8 *)0x41000163UL) </span></div>
<div class="line"><a name="l00284"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#afe18eb25c5d62636c30262a9df79f86f"> 284</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSCLR3 (*(WoReg8 *)0x41000164UL) </span></div>
<div class="line"><a name="l00285"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a96eea141ff72821d308102a909e09e13"> 285</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSSET3 (*(WoReg8 *)0x41000165UL) </span></div>
<div class="line"><a name="l00286"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#ae5aa65dd62778a8c24945c9b46dd3542"> 286</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUS3 (*(RoReg8 *)0x41000166UL) </span></div>
<div class="line"><a name="l00287"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#ad7f1a7f3e16dddd5c028008bbcfb778c"> 287</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTFLAG3 (*(RwReg8 *)0x41000167UL) </span></div>
<div class="line"><a name="l00288"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#af713ee7cdbc25542123543f7f2e129cf"> 288</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENCLR3 (*(RwReg8 *)0x41000168UL) </span></div>
<div class="line"><a name="l00289"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#ae2f52fc3b0931c2cbbd65a94d27e92d4"> 289</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENSET3 (*(RwReg8 *)0x41000169UL) </span></div>
<div class="line"><a name="l00290"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a8a89c8dc0074029940d52489ff005ddc"> 290</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PCFG4 (*(RwReg8 *)0x41000180UL) </span></div>
<div class="line"><a name="l00291"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a64e47cef7c9a3f267d3612d1b297efac"> 291</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_BINTERVAL4 (*(RwReg8 *)0x41000183UL) </span></div>
<div class="line"><a name="l00292"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a232b9b68abb03b6d4eb6527dc76baaf6"> 292</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSCLR4 (*(WoReg8 *)0x41000184UL) </span></div>
<div class="line"><a name="l00293"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a4c7a02e377bebc5a627c41bac46c91e3"> 293</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSSET4 (*(WoReg8 *)0x41000185UL) </span></div>
<div class="line"><a name="l00294"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a6c28affa57c08d0c3bffb8d05968f32e"> 294</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUS4 (*(RoReg8 *)0x41000186UL) </span></div>
<div class="line"><a name="l00295"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#ab6ca16ca2f67ca1048855189f3442c69"> 295</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTFLAG4 (*(RwReg8 *)0x41000187UL) </span></div>
<div class="line"><a name="l00296"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#ab17bbb9e9be9a93ef6e26fb0818bd4c1"> 296</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENCLR4 (*(RwReg8 *)0x41000188UL) </span></div>
<div class="line"><a name="l00297"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a657afc35ac9e10483badc19f779b96f2"> 297</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENSET4 (*(RwReg8 *)0x41000189UL) </span></div>
<div class="line"><a name="l00298"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a6aa8571a0d5bbd3a605e327675fe7727"> 298</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PCFG5 (*(RwReg8 *)0x410001A0UL) </span></div>
<div class="line"><a name="l00299"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a9b502bce3020173444a08a22768e0583"> 299</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_BINTERVAL5 (*(RwReg8 *)0x410001A3UL) </span></div>
<div class="line"><a name="l00300"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a11f29367f74bf883887390eafc03ee67"> 300</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSCLR5 (*(WoReg8 *)0x410001A4UL) </span></div>
<div class="line"><a name="l00301"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a2b46e0fb18b975fe921ee24b25ecb1c0"> 301</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSSET5 (*(WoReg8 *)0x410001A5UL) </span></div>
<div class="line"><a name="l00302"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#af4135f64d38355e51263632f028c919d"> 302</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUS5 (*(RoReg8 *)0x410001A6UL) </span></div>
<div class="line"><a name="l00303"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a06ca07d94c1518fb72f80f0bd368523e"> 303</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTFLAG5 (*(RwReg8 *)0x410001A7UL) </span></div>
<div class="line"><a name="l00304"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a6ad641dca144161b967c2ac1ceef9f85"> 304</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENCLR5 (*(RwReg8 *)0x410001A8UL) </span></div>
<div class="line"><a name="l00305"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a82a76d23409f1c6ee7a55b307a63bda7"> 305</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENSET5 (*(RwReg8 *)0x410001A9UL) </span></div>
<div class="line"><a name="l00306"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a621158b4df22615ef23e7b3f7c19f6a6"> 306</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PCFG6 (*(RwReg8 *)0x410001C0UL) </span></div>
<div class="line"><a name="l00307"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a9f0358930fb38cf7fb79bcaf17fd6e7d"> 307</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_BINTERVAL6 (*(RwReg8 *)0x410001C3UL) </span></div>
<div class="line"><a name="l00308"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#af0594feb9223216e25341fe447331974"> 308</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSCLR6 (*(WoReg8 *)0x410001C4UL) </span></div>
<div class="line"><a name="l00309"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a787f3bf9ea84c42489152c96f4f94c63"> 309</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSSET6 (*(WoReg8 *)0x410001C5UL) </span></div>
<div class="line"><a name="l00310"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#ada392d45d2a9ada8254e3f95ad94fca6"> 310</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUS6 (*(RoReg8 *)0x410001C6UL) </span></div>
<div class="line"><a name="l00311"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a90076fbb970d571de0f591cd4ea0dc56"> 311</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTFLAG6 (*(RwReg8 *)0x410001C7UL) </span></div>
<div class="line"><a name="l00312"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a6089e6ee50515c506c2e8d87170c51bc"> 312</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENCLR6 (*(RwReg8 *)0x410001C8UL) </span></div>
<div class="line"><a name="l00313"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a053e4f51a04fabeb20953767915b6568"> 313</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENSET6 (*(RwReg8 *)0x410001C9UL) </span></div>
<div class="line"><a name="l00314"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#acdff2f638f2094e32e970dfbfdfdd19c"> 314</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PCFG7 (*(RwReg8 *)0x410001E0UL) </span></div>
<div class="line"><a name="l00315"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a862dac08bb9905798512d2d6c35387f8"> 315</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_BINTERVAL7 (*(RwReg8 *)0x410001E3UL) </span></div>
<div class="line"><a name="l00316"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#ac6cfe79ba1d21ac0efbd28e8aa5b12eb"> 316</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSCLR7 (*(WoReg8 *)0x410001E4UL) </span></div>
<div class="line"><a name="l00317"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#af4a78600f0f06d1a225a3b9ce0a802d8"> 317</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUSSET7 (*(WoReg8 *)0x410001E5UL) </span></div>
<div class="line"><a name="l00318"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a0989f89c501e6e1a35bdd4c24108c07a"> 318</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PSTATUS7 (*(RoReg8 *)0x410001E6UL) </span></div>
<div class="line"><a name="l00319"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a28a5c7121b13bffe7e8e88204ca8fd08"> 319</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTFLAG7 (*(RwReg8 *)0x410001E7UL) </span></div>
<div class="line"><a name="l00320"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#ac0e36d5ca6e07b528a29f87e84ce932d"> 320</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENCLR7 (*(RwReg8 *)0x410001E8UL) </span></div>
<div class="line"><a name="l00321"></a><span class="lineno"><a class="line" href="instance_2usb_8h.html#a0706f71b5b9ddb6a76b3341a463687c1"> 321</a></span>&#160;<span class="preprocessor">#define REG_USB_HOST_PIPE_PINTENSET7 (*(RwReg8 *)0x410001E9UL) </span></div>
<div class="line"><a name="l00322"></a><span class="lineno"> 322</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="l00323"></a><span class="lineno"> 323</span>&#160; </div>
<div class="line"><a name="l00324"></a><span class="lineno"> 324</span>&#160;<span class="comment">/* ========== Instance parameters for USB peripheral ========== */</span></div>
<div class="line"><a name="l00325"></a><span class="lineno"> 325</span>&#160;<span class="preprocessor">#define USB_AHB_2_USB_FIFO_DEPTH 4 // bytes number, should be at least 2, and 2^n (4,8,16 ...)</span></div>
<div class="line"><a name="l00326"></a><span class="lineno"> 326</span>&#160;<span class="preprocessor">#define USB_AHB_2_USB_RD_DATA_BITS 8 // 8, 16 or 32, here : 8-bits is required as UTMI interface should work in 8-bits mode</span></div>
<div class="line"><a name="l00327"></a><span class="lineno"> 327</span>&#160;<span class="preprocessor">#define USB_AHB_2_USB_WR_DATA_BITS 32 // 8, 16 or 32 : here, AHB transfer is made in word mode</span></div>
<div class="line"><a name="l00328"></a><span class="lineno"> 328</span>&#160;<span class="preprocessor">#define USB_AHB_2_USB_WR_THRESHOLD 2 // as soon as there are N bytes-free inside the fifo, ahb read transfer is requested</span></div>
<div class="line"><a name="l00329"></a><span class="lineno"> 329</span>&#160;<span class="preprocessor">#define USB_DATA_BUS_16_8 0 // UTMI/SIE data bus size : 0 -&gt; 8 bits, 1 -&gt; 16 bits</span></div>
<div class="line"><a name="l00330"></a><span class="lineno"> 330</span>&#160;<span class="preprocessor">#define USB_EPNUM 8 // parameter for rtl : max of ENDPOINT and PIPE NUM</span></div>
<div class="line"><a name="l00331"></a><span class="lineno"> 331</span>&#160;<span class="preprocessor">#define USB_EPT_NUM 8 // Number of USB end points</span></div>
<div class="line"><a name="l00332"></a><span class="lineno"> 332</span>&#160;<span class="preprocessor">#define USB_GCLK_ID 10 // Index of Generic Clock</span></div>
<div class="line"><a name="l00333"></a><span class="lineno"> 333</span>&#160;<span class="preprocessor">#define USB_INITIAL_CONTROL_QOS 3 // CONTROL QOS RESET value</span></div>
<div class="line"><a name="l00334"></a><span class="lineno"> 334</span>&#160;<span class="preprocessor">#define USB_INITIAL_DATA_QOS 3 // DATA QOS RESET value</span></div>
<div class="line"><a name="l00335"></a><span class="lineno"> 335</span>&#160;<span class="preprocessor">#define USB_MISSING_SOF_DET_IMPLEMENTED 1 // 48 mHz xPLL feature implemented</span></div>
<div class="line"><a name="l00336"></a><span class="lineno"> 336</span>&#160;<span class="preprocessor">#define USB_PIPE_NUM 8 // Number of USB pipes</span></div>
<div class="line"><a name="l00337"></a><span class="lineno"> 337</span>&#160;<span class="preprocessor">#define USB_SYSTEM_CLOCK_IS_CKUSB 0 // Dual (1&#39;b0) or Single (1&#39;b1) clock system</span></div>
<div class="line"><a name="l00338"></a><span class="lineno"> 338</span>&#160;<span class="preprocessor">#define USB_USB_2_AHB_FIFO_DEPTH 4 // bytes number, should be at least 2, and 2^n (4,8,16 ...)</span></div>
<div class="line"><a name="l00339"></a><span class="lineno"> 339</span>&#160;<span class="preprocessor">#define USB_USB_2_AHB_RD_DATA_BITS 16 // 8, 16 or 32, here : 8-bits is required as UTMI interface should work in 8-bits mode</span></div>
<div class="line"><a name="l00340"></a><span class="lineno"> 340</span>&#160;<span class="preprocessor">#define USB_USB_2_AHB_RD_THRESHOLD 2 // as soon as there are 16 bytes-free inside the fifo, ahb read transfer is requested</span></div>
<div class="line"><a name="l00341"></a><span class="lineno"> 341</span>&#160;<span class="preprocessor">#define USB_USB_2_AHB_WR_DATA_BITS 8 // 8, 16 or 32 : here : 8-bits is required as UTMI interface should work in 8-bits mode</span></div>
<div class="line"><a name="l00342"></a><span class="lineno"> 342</span>&#160; </div>
<div class="line"><a name="l00343"></a><span class="lineno"> 343</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* _SAME54_USB_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>