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.

128 lines
13 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/icm.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">icm.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="instance_2icm_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_ICM_INSTANCE_</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="preprocessor">#define _SAME54_ICM_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 ICM 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_ICM_CFG (0x42002C00) </span></div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="preprocessor">#define REG_ICM_CTRL (0x42002C04) </span></div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="preprocessor">#define REG_ICM_SR (0x42002C08) </span></div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;<span class="preprocessor">#define REG_ICM_IER (0x42002C10) </span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<span class="preprocessor">#define REG_ICM_IDR (0x42002C14) </span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="preprocessor">#define REG_ICM_IMR (0x42002C18) </span></div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;<span class="preprocessor">#define REG_ICM_ISR (0x42002C1C) </span></div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;<span class="preprocessor">#define REG_ICM_UASR (0x42002C20) </span></div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<span class="preprocessor">#define REG_ICM_DSCR (0x42002C30) </span></div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;<span class="preprocessor">#define REG_ICM_HASH (0x42002C34) </span></div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;<span class="preprocessor">#define REG_ICM_UIHVAL0 (0x42002C38) </span></div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;<span class="preprocessor">#define REG_ICM_UIHVAL1 (0x42002C3C) </span></div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;<span class="preprocessor">#define REG_ICM_UIHVAL2 (0x42002C40) </span></div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;<span class="preprocessor">#define REG_ICM_UIHVAL3 (0x42002C44) </span></div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;<span class="preprocessor">#define REG_ICM_UIHVAL4 (0x42002C48) </span></div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;<span class="preprocessor">#define REG_ICM_UIHVAL5 (0x42002C4C) </span></div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;<span class="preprocessor">#define REG_ICM_UIHVAL6 (0x42002C50) </span></div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;<span class="preprocessor">#define REG_ICM_UIHVAL7 (0x42002C54) </span></div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;<span class="preprocessor">#else</span></div>
<div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="instance_2icm_8h.html#a8c10793bcedc617191cea3defdaa5bab"> 54</a></span>&#160;<span class="preprocessor">#define REG_ICM_CFG (*(RwReg *)0x42002C00UL) </span></div>
<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="instance_2icm_8h.html#a9112108eb955592dff6c051d51c97990"> 55</a></span>&#160;<span class="preprocessor">#define REG_ICM_CTRL (*(WoReg *)0x42002C04UL) </span></div>
<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="instance_2icm_8h.html#a602f5dd8e8256f3107b4aac24a30da31"> 56</a></span>&#160;<span class="preprocessor">#define REG_ICM_SR (*(RoReg *)0x42002C08UL) </span></div>
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="instance_2icm_8h.html#a6829e401f79afa1000bd81054ec8d30e"> 57</a></span>&#160;<span class="preprocessor">#define REG_ICM_IER (*(WoReg *)0x42002C10UL) </span></div>
<div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="instance_2icm_8h.html#a3c1abef877ce4107cd9b3e7ea07582cb"> 58</a></span>&#160;<span class="preprocessor">#define REG_ICM_IDR (*(WoReg *)0x42002C14UL) </span></div>
<div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="instance_2icm_8h.html#a34f93d43e45834ff74c1965aabdcde38"> 59</a></span>&#160;<span class="preprocessor">#define REG_ICM_IMR (*(RoReg *)0x42002C18UL) </span></div>
<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="instance_2icm_8h.html#a5df1e8ec52543c030285c038a7530910"> 60</a></span>&#160;<span class="preprocessor">#define REG_ICM_ISR (*(RoReg *)0x42002C1CUL) </span></div>
<div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="instance_2icm_8h.html#ae66d6ded05fef4ce4dcf6820558a09ff"> 61</a></span>&#160;<span class="preprocessor">#define REG_ICM_UASR (*(RoReg *)0x42002C20UL) </span></div>
<div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="instance_2icm_8h.html#a065dbda8b80d09ab2f30f55e08b00cd4"> 62</a></span>&#160;<span class="preprocessor">#define REG_ICM_DSCR (*(RwReg *)0x42002C30UL) </span></div>
<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="instance_2icm_8h.html#ac6cc2297427e5912b0245f2b51d392ba"> 63</a></span>&#160;<span class="preprocessor">#define REG_ICM_HASH (*(RwReg *)0x42002C34UL) </span></div>
<div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="instance_2icm_8h.html#aa5287a7cb0c467595c6524486b278945"> 64</a></span>&#160;<span class="preprocessor">#define REG_ICM_UIHVAL0 (*(WoReg *)0x42002C38UL) </span></div>
<div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="instance_2icm_8h.html#aaefe58facc2d081de3c8adb86688309d"> 65</a></span>&#160;<span class="preprocessor">#define REG_ICM_UIHVAL1 (*(WoReg *)0x42002C3CUL) </span></div>
<div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="instance_2icm_8h.html#a82201fe1f4b3b3282495ddef60bd32cf"> 66</a></span>&#160;<span class="preprocessor">#define REG_ICM_UIHVAL2 (*(WoReg *)0x42002C40UL) </span></div>
<div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="instance_2icm_8h.html#ae3266969b3181be040fffd77d7448936"> 67</a></span>&#160;<span class="preprocessor">#define REG_ICM_UIHVAL3 (*(WoReg *)0x42002C44UL) </span></div>
<div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="instance_2icm_8h.html#a8488951acf757bfa43813516b02f0633"> 68</a></span>&#160;<span class="preprocessor">#define REG_ICM_UIHVAL4 (*(WoReg *)0x42002C48UL) </span></div>
<div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="instance_2icm_8h.html#aaaba2d13b5a529bd75bf5b3818ed7ed6"> 69</a></span>&#160;<span class="preprocessor">#define REG_ICM_UIHVAL5 (*(WoReg *)0x42002C4CUL) </span></div>
<div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="instance_2icm_8h.html#a849c72a7212c1e1afeae40f71d6fee7a"> 70</a></span>&#160;<span class="preprocessor">#define REG_ICM_UIHVAL6 (*(WoReg *)0x42002C50UL) </span></div>
<div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="instance_2icm_8h.html#a2054fc85f3fb26369c2ad72c2efeb486"> 71</a></span>&#160;<span class="preprocessor">#define REG_ICM_UIHVAL7 (*(WoReg *)0x42002C54UL) </span></div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</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="l00073"></a><span class="lineno"> 73</span>&#160; </div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160;<span class="comment">/* ========== Instance parameters for ICM peripheral ========== */</span></div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160;<span class="preprocessor">#define ICM_CLK_AHB_ID 19 </span></div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160; </div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* _SAME54_ICM_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>