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.

120 lines
12 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/pac.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">SAME54P20A Test Project
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.20 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_ea9599923402ca8ab47fc3e495999dea.html">arch</a></li><li class="navelem"><a class="el" href="dir_9e929c73feaf15d3695ce4c76b483065.html">arm</a></li><li class="navelem"><a class="el" href="dir_58955c0f35a9c3d48181d2be53994c7b.html">SAME54</a></li><li class="navelem"><a class="el" href="dir_09e97e512ca7d4e6cd359f1c5497eeba.html">SAME54A</a></li><li class="navelem"><a class="el" href="dir_4b38d63e5c584a4d6c9001c789e1829f.html">mcu</a></li><li class="navelem"><a class="el" href="dir_d4fc57b996dc082ef023092a5b7d90fc.html">inc</a></li><li class="navelem"><a class="el" href="dir_92b117bae75cf16a05ca7611db29e9c7.html">instance</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">pac.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="instance_2pac_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160; </div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="preprocessor">#ifndef _SAME54_PAC_INSTANCE_</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="preprocessor">#define _SAME54_PAC_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 PAC 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_PAC_WRCTRL (0x40000000) </span></div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="preprocessor">#define REG_PAC_EVCTRL (0x40000004) </span></div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="preprocessor">#define REG_PAC_INTENCLR (0x40000008) </span></div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;<span class="preprocessor">#define REG_PAC_INTENSET (0x40000009) </span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<span class="preprocessor">#define REG_PAC_INTFLAGAHB (0x40000010) </span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="preprocessor">#define REG_PAC_INTFLAGA (0x40000014) </span></div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;<span class="preprocessor">#define REG_PAC_INTFLAGB (0x40000018) </span></div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;<span class="preprocessor">#define REG_PAC_INTFLAGC (0x4000001C) </span></div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<span class="preprocessor">#define REG_PAC_INTFLAGD (0x40000020) </span></div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;<span class="preprocessor">#define REG_PAC_STATUSA (0x40000034) </span></div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;<span class="preprocessor">#define REG_PAC_STATUSB (0x40000038) </span></div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;<span class="preprocessor">#define REG_PAC_STATUSC (0x4000003C) </span></div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;<span class="preprocessor">#define REG_PAC_STATUSD (0x40000040) </span></div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;<span class="preprocessor">#else</span></div>
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="instance_2pac_8h.html#a2c813e24be0a5dc439dcacbec1d52c25"> 49</a></span>&#160;<span class="preprocessor">#define REG_PAC_WRCTRL (*(RwReg *)0x40000000UL) </span></div>
<div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="instance_2pac_8h.html#a71e1115efb820c095f882852fe67ed69"> 50</a></span>&#160;<span class="preprocessor">#define REG_PAC_EVCTRL (*(RwReg8 *)0x40000004UL) </span></div>
<div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="instance_2pac_8h.html#a11262fd9a899c7ef8d646dca97f3e947"> 51</a></span>&#160;<span class="preprocessor">#define REG_PAC_INTENCLR (*(RwReg8 *)0x40000008UL) </span></div>
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="instance_2pac_8h.html#a7ca289c89f7f775f714e248d2b33ef8a"> 52</a></span>&#160;<span class="preprocessor">#define REG_PAC_INTENSET (*(RwReg8 *)0x40000009UL) </span></div>
<div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="instance_2pac_8h.html#a5d018523bfba841d97c1c82fdaae8dea"> 53</a></span>&#160;<span class="preprocessor">#define REG_PAC_INTFLAGAHB (*(RwReg *)0x40000010UL) </span></div>
<div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="instance_2pac_8h.html#a171f4308d650dab214e7420b4124775d"> 54</a></span>&#160;<span class="preprocessor">#define REG_PAC_INTFLAGA (*(RwReg *)0x40000014UL) </span></div>
<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="instance_2pac_8h.html#a4e856217750c485cc5d820d4533484c7"> 55</a></span>&#160;<span class="preprocessor">#define REG_PAC_INTFLAGB (*(RwReg *)0x40000018UL) </span></div>
<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="instance_2pac_8h.html#a2167a8be15c3d5544d80bdf400bc7867"> 56</a></span>&#160;<span class="preprocessor">#define REG_PAC_INTFLAGC (*(RwReg *)0x4000001CUL) </span></div>
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="instance_2pac_8h.html#a11777bc0bc82acf1086dc08aa2190310"> 57</a></span>&#160;<span class="preprocessor">#define REG_PAC_INTFLAGD (*(RwReg *)0x40000020UL) </span></div>
<div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="instance_2pac_8h.html#a9ade455d04b34019bd988c7ecdf8e673"> 58</a></span>&#160;<span class="preprocessor">#define REG_PAC_STATUSA (*(RoReg *)0x40000034UL) </span></div>
<div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="instance_2pac_8h.html#a7333d344bbb2feffed565c389fe27f2b"> 59</a></span>&#160;<span class="preprocessor">#define REG_PAC_STATUSB (*(RoReg *)0x40000038UL) </span></div>
<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="instance_2pac_8h.html#a2730ed3b8127b8c31baa67645ef7af57"> 60</a></span>&#160;<span class="preprocessor">#define REG_PAC_STATUSC (*(RoReg *)0x4000003CUL) </span></div>
<div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="instance_2pac_8h.html#a5576464cd7ef03cc024872ed888b2583"> 61</a></span>&#160;<span class="preprocessor">#define REG_PAC_STATUSD (*(RoReg *)0x40000040UL) </span></div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</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="l00063"></a><span class="lineno"> 63</span>&#160; </div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;<span class="comment">/* ========== Instance parameters for PAC peripheral ========== */</span></div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;<span class="preprocessor">#define PAC_CLK_AHB_DOMAIN // Clock domain of AHB clock</span></div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160;<span class="preprocessor">#define PAC_CLK_AHB_ID 12 // AHB clock index</span></div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;<span class="preprocessor">#define PAC_HPB_NUM 4 // Number of bridges AHB/APB</span></div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; </div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* _SAME54_PAC_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>