<!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/can1.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">can1.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="can1_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_CAN1_INSTANCE_</span></div>
<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="preprocessor">#define _SAME54_CAN1_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 CAN1 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_CAN1_CREL              (0x42000400) </span></div>
<div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="preprocessor">#define REG_CAN1_ENDN              (0x42000404) </span></div>
<div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="preprocessor">#define REG_CAN1_MRCFG             (0x42000408) </span></div>
<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;<span class="preprocessor">#define REG_CAN1_DBTP              (0x4200040C) </span></div>
<div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="preprocessor">#define REG_CAN1_TEST              (0x42000410) </span></div>
<div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;<span class="preprocessor">#define REG_CAN1_RWD               (0x42000414) </span></div>
<div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;<span class="preprocessor">#define REG_CAN1_CCCR              (0x42000418) </span></div>
<div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;<span class="preprocessor">#define REG_CAN1_NBTP              (0x4200041C) </span></div>
<div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;<span class="preprocessor">#define REG_CAN1_TSCC              (0x42000420) </span></div>
<div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;<span class="preprocessor">#define REG_CAN1_TSCV              (0x42000424) </span></div>
<div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;<span class="preprocessor">#define REG_CAN1_TOCC              (0x42000428) </span></div>
<div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;<span class="preprocessor">#define REG_CAN1_TOCV              (0x4200042C) </span></div>
<div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;<span class="preprocessor">#define REG_CAN1_ECR               (0x42000440) </span></div>
<div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;<span class="preprocessor">#define REG_CAN1_PSR               (0x42000444) </span></div>
<div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;<span class="preprocessor">#define REG_CAN1_TDCR              (0x42000448) </span></div>
<div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;<span class="preprocessor">#define REG_CAN1_IR                (0x42000450) </span></div>
<div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;<span class="preprocessor">#define REG_CAN1_IE                (0x42000454) </span></div>
<div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;<span class="preprocessor">#define REG_CAN1_ILS               (0x42000458) </span></div>
<div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;<span class="preprocessor">#define REG_CAN1_ILE               (0x4200045C) </span></div>
<div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;<span class="preprocessor">#define REG_CAN1_GFC               (0x42000480) </span></div>
<div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;<span class="preprocessor">#define REG_CAN1_SIDFC             (0x42000484) </span></div>
<div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;<span class="preprocessor">#define REG_CAN1_XIDFC             (0x42000488) </span></div>
<div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;<span class="preprocessor">#define REG_CAN1_XIDAM             (0x42000490) </span></div>
<div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;<span class="preprocessor">#define REG_CAN1_HPMS              (0x42000494) </span></div>
<div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;<span class="preprocessor">#define REG_CAN1_NDAT1             (0x42000498) </span></div>
<div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;<span class="preprocessor">#define REG_CAN1_NDAT2             (0x4200049C) </span></div>
<div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;<span class="preprocessor">#define REG_CAN1_RXF0C             (0x420004A0) </span></div>
<div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;<span class="preprocessor">#define REG_CAN1_RXF0S             (0x420004A4) </span></div>
<div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;<span class="preprocessor">#define REG_CAN1_RXF0A             (0x420004A8) </span></div>
<div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;<span class="preprocessor">#define REG_CAN1_RXBC              (0x420004AC) </span></div>
<div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;<span class="preprocessor">#define REG_CAN1_RXF1C             (0x420004B0) </span></div>
<div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;<span class="preprocessor">#define REG_CAN1_RXF1S             (0x420004B4) </span></div>
<div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;<span class="preprocessor">#define REG_CAN1_RXF1A             (0x420004B8) </span></div>
<div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;<span class="preprocessor">#define REG_CAN1_RXESC             (0x420004BC) </span></div>
<div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;<span class="preprocessor">#define REG_CAN1_TXBC              (0x420004C0) </span></div>
<div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;<span class="preprocessor">#define REG_CAN1_TXFQS             (0x420004C4) </span></div>
<div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;<span class="preprocessor">#define REG_CAN1_TXESC             (0x420004C8) </span></div>
<div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;<span class="preprocessor">#define REG_CAN1_TXBRP             (0x420004CC) </span></div>
<div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;<span class="preprocessor">#define REG_CAN1_TXBAR             (0x420004D0) </span></div>
<div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;<span class="preprocessor">#define REG_CAN1_TXBCR             (0x420004D4) </span></div>
<div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;<span class="preprocessor">#define REG_CAN1_TXBTO             (0x420004D8) </span></div>
<div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;<span class="preprocessor">#define REG_CAN1_TXBCF             (0x420004DC) </span></div>
<div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;<span class="preprocessor">#define REG_CAN1_TXBTIE            (0x420004E0) </span></div>
<div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;<span class="preprocessor">#define REG_CAN1_TXBCIE            (0x420004E4) </span></div>
<div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;<span class="preprocessor">#define REG_CAN1_TXEFC             (0x420004F0) </span></div>
<div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;<span class="preprocessor">#define REG_CAN1_TXEFS             (0x420004F4) </span></div>
<div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;<span class="preprocessor">#define REG_CAN1_TXEFA             (0x420004F8) </span></div>
<div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;<span class="preprocessor">#else</span></div>
<div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="can1_8h.html#a59ee2251dbaeffbdf8ccf8799c92220c">   83</a></span>&#160;<span class="preprocessor">#define REG_CAN1_CREL              (*(RoReg  *)0x42000400UL) </span></div>
<div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="can1_8h.html#ae634cf07fb4e342f2a4ca4c08d6f50cf">   84</a></span>&#160;<span class="preprocessor">#define REG_CAN1_ENDN              (*(RoReg  *)0x42000404UL) </span></div>
<div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="can1_8h.html#a5ad7df01e2356786472b1a7e9c463c9d">   85</a></span>&#160;<span class="preprocessor">#define REG_CAN1_MRCFG             (*(RwReg  *)0x42000408UL) </span></div>
<div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="can1_8h.html#abba79d61995499a274f20d5b5f4b7aba">   86</a></span>&#160;<span class="preprocessor">#define REG_CAN1_DBTP              (*(RwReg  *)0x4200040CUL) </span></div>
<div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="can1_8h.html#a470abb8ee63aa5041957e73718b760ca">   87</a></span>&#160;<span class="preprocessor">#define REG_CAN1_TEST              (*(RwReg  *)0x42000410UL) </span></div>
<div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="can1_8h.html#ac153897aacd488e7789e7cccc0746245">   88</a></span>&#160;<span class="preprocessor">#define REG_CAN1_RWD               (*(RwReg  *)0x42000414UL) </span></div>
<div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="can1_8h.html#ab4d209956fcbd2bc5474d40b60543664">   89</a></span>&#160;<span class="preprocessor">#define REG_CAN1_CCCR              (*(RwReg  *)0x42000418UL) </span></div>
<div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="can1_8h.html#a4caa2592c5c2bb2772ee2a6b54fdda46">   90</a></span>&#160;<span class="preprocessor">#define REG_CAN1_NBTP              (*(RwReg  *)0x4200041CUL) </span></div>
<div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="can1_8h.html#a309188ead4dfb0b9fff7a8df2ca386ba">   91</a></span>&#160;<span class="preprocessor">#define REG_CAN1_TSCC              (*(RwReg  *)0x42000420UL) </span></div>
<div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="can1_8h.html#aec2b57598deb21aac5278f737a5de49b">   92</a></span>&#160;<span class="preprocessor">#define REG_CAN1_TSCV              (*(RoReg  *)0x42000424UL) </span></div>
<div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="can1_8h.html#a2b5eb175d1812f94eefe18ff7f5414ec">   93</a></span>&#160;<span class="preprocessor">#define REG_CAN1_TOCC              (*(RwReg  *)0x42000428UL) </span></div>
<div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="can1_8h.html#a4319ad0f3c98cfb1a016d04b55c2c3ba">   94</a></span>&#160;<span class="preprocessor">#define REG_CAN1_TOCV              (*(RwReg  *)0x4200042CUL) </span></div>
<div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="can1_8h.html#a4d89c28482aa9c664e93099bbb2ff3a5">   95</a></span>&#160;<span class="preprocessor">#define REG_CAN1_ECR               (*(RoReg  *)0x42000440UL) </span></div>
<div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="can1_8h.html#aa6b875959828d94ad909b34d2b845091">   96</a></span>&#160;<span class="preprocessor">#define REG_CAN1_PSR               (*(RoReg  *)0x42000444UL) </span></div>
<div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="can1_8h.html#a40136d905788b45f4aea683831dbd04e">   97</a></span>&#160;<span class="preprocessor">#define REG_CAN1_TDCR              (*(RwReg  *)0x42000448UL) </span></div>
<div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="can1_8h.html#aeb39471220816a31e454ab41838a2355">   98</a></span>&#160;<span class="preprocessor">#define REG_CAN1_IR                (*(RwReg  *)0x42000450UL) </span></div>
<div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="can1_8h.html#acab7b4c88a26260c0f6bbcdaa41bcc07">   99</a></span>&#160;<span class="preprocessor">#define REG_CAN1_IE                (*(RwReg  *)0x42000454UL) </span></div>
<div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="can1_8h.html#a34983ab7904733fe8e2d09d5b0259c90">  100</a></span>&#160;<span class="preprocessor">#define REG_CAN1_ILS               (*(RwReg  *)0x42000458UL) </span></div>
<div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="can1_8h.html#ad9fe025c66cf37b817dae5376cf4dfc9">  101</a></span>&#160;<span class="preprocessor">#define REG_CAN1_ILE               (*(RwReg  *)0x4200045CUL) </span></div>
<div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="can1_8h.html#a0d7a34ff4a872a2684ba5ce7d2b297ac">  102</a></span>&#160;<span class="preprocessor">#define REG_CAN1_GFC               (*(RwReg  *)0x42000480UL) </span></div>
<div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="can1_8h.html#a01e287dd78a8add38c298c579a89d9f1">  103</a></span>&#160;<span class="preprocessor">#define REG_CAN1_SIDFC             (*(RwReg  *)0x42000484UL) </span></div>
<div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="can1_8h.html#a476a694551a7934c348f5ec6bddcc427">  104</a></span>&#160;<span class="preprocessor">#define REG_CAN1_XIDFC             (*(RwReg  *)0x42000488UL) </span></div>
<div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="can1_8h.html#a790adffed271c32377330e14544e9e33">  105</a></span>&#160;<span class="preprocessor">#define REG_CAN1_XIDAM             (*(RwReg  *)0x42000490UL) </span></div>
<div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="can1_8h.html#a6369b6cdfae8e0ee574e38ecc3e785d7">  106</a></span>&#160;<span class="preprocessor">#define REG_CAN1_HPMS              (*(RoReg  *)0x42000494UL) </span></div>
<div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="can1_8h.html#a90895aa051339198129f754b6dcc79f0">  107</a></span>&#160;<span class="preprocessor">#define REG_CAN1_NDAT1             (*(RwReg  *)0x42000498UL) </span></div>
<div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="can1_8h.html#aefc9660202b318fb52a2907142ba5822">  108</a></span>&#160;<span class="preprocessor">#define REG_CAN1_NDAT2             (*(RwReg  *)0x4200049CUL) </span></div>
<div class="line"><a name="l00109"></a><span class="lineno"><a class="line" href="can1_8h.html#acda403a045674f6fb09c1407dbc886e6">  109</a></span>&#160;<span class="preprocessor">#define REG_CAN1_RXF0C             (*(RwReg  *)0x420004A0UL) </span></div>
<div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="can1_8h.html#ab0e9e0550498e2a871aec0456cc4660b">  110</a></span>&#160;<span class="preprocessor">#define REG_CAN1_RXF0S             (*(RoReg  *)0x420004A4UL) </span></div>
<div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="can1_8h.html#a41c962c900a460d6d0d35673c394ffff">  111</a></span>&#160;<span class="preprocessor">#define REG_CAN1_RXF0A             (*(RwReg  *)0x420004A8UL) </span></div>
<div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="can1_8h.html#a41a571045833355aaa13e174c1fffad8">  112</a></span>&#160;<span class="preprocessor">#define REG_CAN1_RXBC              (*(RwReg  *)0x420004ACUL) </span></div>
<div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="can1_8h.html#a37e41c6c5954dabfa9e8ff1b19307a86">  113</a></span>&#160;<span class="preprocessor">#define REG_CAN1_RXF1C             (*(RwReg  *)0x420004B0UL) </span></div>
<div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="can1_8h.html#af5d09f06c9c8c12b8a8b8db3c9554cff">  114</a></span>&#160;<span class="preprocessor">#define REG_CAN1_RXF1S             (*(RoReg  *)0x420004B4UL) </span></div>
<div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="can1_8h.html#a30424e3f79fe3084a8a8b2ca6fd0f993">  115</a></span>&#160;<span class="preprocessor">#define REG_CAN1_RXF1A             (*(RwReg  *)0x420004B8UL) </span></div>
<div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="can1_8h.html#afd6c12c59967b60b7ab3d3cb20ecc81f">  116</a></span>&#160;<span class="preprocessor">#define REG_CAN1_RXESC             (*(RwReg  *)0x420004BCUL) </span></div>
<div class="line"><a name="l00117"></a><span class="lineno"><a class="line" href="can1_8h.html#ab791821f96c43a4e65105f8279d201eb">  117</a></span>&#160;<span class="preprocessor">#define REG_CAN1_TXBC              (*(RwReg  *)0x420004C0UL) </span></div>
<div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="can1_8h.html#a292fbf2fe86d962c9330a9498de6110f">  118</a></span>&#160;<span class="preprocessor">#define REG_CAN1_TXFQS             (*(RoReg  *)0x420004C4UL) </span></div>
<div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="can1_8h.html#ae6f535f610581cf84eff90443c96bacf">  119</a></span>&#160;<span class="preprocessor">#define REG_CAN1_TXESC             (*(RwReg  *)0x420004C8UL) </span></div>
<div class="line"><a name="l00120"></a><span class="lineno"><a class="line" href="can1_8h.html#a80f61743d27d067724dad94e7b2df9a5">  120</a></span>&#160;<span class="preprocessor">#define REG_CAN1_TXBRP             (*(RoReg  *)0x420004CCUL) </span></div>
<div class="line"><a name="l00121"></a><span class="lineno"><a class="line" href="can1_8h.html#a0219b4b0027a5a01969abd60c93fb322">  121</a></span>&#160;<span class="preprocessor">#define REG_CAN1_TXBAR             (*(RwReg  *)0x420004D0UL) </span></div>
<div class="line"><a name="l00122"></a><span class="lineno"><a class="line" href="can1_8h.html#a8ff5e7aeb1d9b15a0bcca054cf152c89">  122</a></span>&#160;<span class="preprocessor">#define REG_CAN1_TXBCR             (*(RwReg  *)0x420004D4UL) </span></div>
<div class="line"><a name="l00123"></a><span class="lineno"><a class="line" href="can1_8h.html#ab2ccd3ca7df88be7034ad2f7da497f1f">  123</a></span>&#160;<span class="preprocessor">#define REG_CAN1_TXBTO             (*(RoReg  *)0x420004D8UL) </span></div>
<div class="line"><a name="l00124"></a><span class="lineno"><a class="line" href="can1_8h.html#aa2237b89e8c6ba8d92d5daae0d0cc7ba">  124</a></span>&#160;<span class="preprocessor">#define REG_CAN1_TXBCF             (*(RoReg  *)0x420004DCUL) </span></div>
<div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="can1_8h.html#a53fb66a9bdf3de41bdd78f256896dd7f">  125</a></span>&#160;<span class="preprocessor">#define REG_CAN1_TXBTIE            (*(RwReg  *)0x420004E0UL) </span></div>
<div class="line"><a name="l00126"></a><span class="lineno"><a class="line" href="can1_8h.html#aa1cbc9ed54637e8494420e7e40c4a2e4">  126</a></span>&#160;<span class="preprocessor">#define REG_CAN1_TXBCIE            (*(RwReg  *)0x420004E4UL) </span></div>
<div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="can1_8h.html#aad61247c3ad6da3063ef9a8310ce0753">  127</a></span>&#160;<span class="preprocessor">#define REG_CAN1_TXEFC             (*(RwReg  *)0x420004F0UL) </span></div>
<div class="line"><a name="l00128"></a><span class="lineno"><a class="line" href="can1_8h.html#ad9db6f7f90147931fbe228ddb4942371">  128</a></span>&#160;<span class="preprocessor">#define REG_CAN1_TXEFS             (*(RoReg  *)0x420004F4UL) </span></div>
<div class="line"><a name="l00129"></a><span class="lineno"><a class="line" href="can1_8h.html#a014f9b55f4c435ef0878513f5d1bbef1">  129</a></span>&#160;<span class="preprocessor">#define REG_CAN1_TXEFA             (*(RwReg  *)0x420004F8UL) </span></div>
<div class="line"><a name="l00130"></a><span class="lineno">  130</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="l00131"></a><span class="lineno">  131</span>&#160; </div>
<div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;<span class="comment">/* ========== Instance parameters for CAN1 peripheral ========== */</span></div>
<div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;<span class="preprocessor">#define CAN1_CLK_AHB_ID             18       // Index of AHB clock</span></div>
<div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;<span class="preprocessor">#define CAN1_DMAC_ID_DEBUG          21       // DMA CAN Debug Req</span></div>
<div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;<span class="preprocessor">#define CAN1_GCLK_ID                28       // Index of Generic Clock</span></div>
<div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;<span class="preprocessor">#define CAN1_MSG_RAM_ADDR           0x20000000</span></div>
<div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;<span class="preprocessor">#define CAN1_QOS_RESET_VAL          1        // QOS reset value</span></div>
<div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160; </div>
<div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* _SAME54_CAN1_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>