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.

207 lines
30 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/rtc.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">rtc.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="instance_2rtc_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_RTC_INSTANCE_</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="preprocessor">#define _SAME54_RTC_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 RTC 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_RTC_DBGCTRL (0x4000240E) </span></div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="preprocessor">#define REG_RTC_FREQCORR (0x40002414) </span></div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="preprocessor">#define REG_RTC_GP0 (0x40002440) </span></div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;<span class="preprocessor">#define REG_RTC_GP1 (0x40002444) </span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<span class="preprocessor">#define REG_RTC_GP2 (0x40002448) </span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="preprocessor">#define REG_RTC_GP3 (0x4000244C) </span></div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;<span class="preprocessor">#define REG_RTC_TAMPCTRL (0x40002460) </span></div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;<span class="preprocessor">#define REG_RTC_TAMPID (0x40002468) </span></div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<span class="preprocessor">#define REG_RTC_BKUP0 (0x40002480) </span></div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;<span class="preprocessor">#define REG_RTC_BKUP1 (0x40002484) </span></div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;<span class="preprocessor">#define REG_RTC_BKUP2 (0x40002488) </span></div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;<span class="preprocessor">#define REG_RTC_BKUP3 (0x4000248C) </span></div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;<span class="preprocessor">#define REG_RTC_BKUP4 (0x40002490) </span></div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;<span class="preprocessor">#define REG_RTC_BKUP5 (0x40002494) </span></div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;<span class="preprocessor">#define REG_RTC_BKUP6 (0x40002498) </span></div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;<span class="preprocessor">#define REG_RTC_BKUP7 (0x4000249C) </span></div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;<span class="preprocessor">#define REG_RTC_MODE0_CTRLA (0x40002400) </span></div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;<span class="preprocessor">#define REG_RTC_MODE0_CTRLB (0x40002402) </span></div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;<span class="preprocessor">#define REG_RTC_MODE0_EVCTRL (0x40002404) </span></div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;<span class="preprocessor">#define REG_RTC_MODE0_INTENCLR (0x40002408) </span></div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;<span class="preprocessor">#define REG_RTC_MODE0_INTENSET (0x4000240A) </span></div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;<span class="preprocessor">#define REG_RTC_MODE0_INTFLAG (0x4000240C) </span></div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;<span class="preprocessor">#define REG_RTC_MODE0_SYNCBUSY (0x40002410) </span></div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;<span class="preprocessor">#define REG_RTC_MODE0_COUNT (0x40002418) </span></div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;<span class="preprocessor">#define REG_RTC_MODE0_COMP0 (0x40002420) </span></div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;<span class="preprocessor">#define REG_RTC_MODE0_COMP1 (0x40002424) </span></div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160;<span class="preprocessor">#define REG_RTC_MODE0_TIMESTAMP (0x40002464) </span></div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;<span class="preprocessor">#define REG_RTC_MODE1_CTRLA (0x40002400) </span></div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;<span class="preprocessor">#define REG_RTC_MODE1_CTRLB (0x40002402) </span></div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;<span class="preprocessor">#define REG_RTC_MODE1_EVCTRL (0x40002404) </span></div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;<span class="preprocessor">#define REG_RTC_MODE1_INTENCLR (0x40002408) </span></div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160;<span class="preprocessor">#define REG_RTC_MODE1_INTENSET (0x4000240A) </span></div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;<span class="preprocessor">#define REG_RTC_MODE1_INTFLAG (0x4000240C) </span></div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;<span class="preprocessor">#define REG_RTC_MODE1_SYNCBUSY (0x40002410) </span></div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;<span class="preprocessor">#define REG_RTC_MODE1_COUNT (0x40002418) </span></div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160;<span class="preprocessor">#define REG_RTC_MODE1_PER (0x4000241C) </span></div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160;<span class="preprocessor">#define REG_RTC_MODE1_COMP0 (0x40002420) </span></div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160;<span class="preprocessor">#define REG_RTC_MODE1_COMP1 (0x40002422) </span></div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;<span class="preprocessor">#define REG_RTC_MODE1_COMP2 (0x40002424) </span></div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160;<span class="preprocessor">#define REG_RTC_MODE1_COMP3 (0x40002426) </span></div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160;<span class="preprocessor">#define REG_RTC_MODE1_TIMESTAMP (0x40002464) </span></div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;<span class="preprocessor">#define REG_RTC_MODE2_CTRLA (0x40002400) </span></div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160;<span class="preprocessor">#define REG_RTC_MODE2_CTRLB (0x40002402) </span></div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160;<span class="preprocessor">#define REG_RTC_MODE2_EVCTRL (0x40002404) </span></div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160;<span class="preprocessor">#define REG_RTC_MODE2_INTENCLR (0x40002408) </span></div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160;<span class="preprocessor">#define REG_RTC_MODE2_INTENSET (0x4000240A) </span></div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160;<span class="preprocessor">#define REG_RTC_MODE2_INTFLAG (0x4000240C) </span></div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160;<span class="preprocessor">#define REG_RTC_MODE2_SYNCBUSY (0x40002410) </span></div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160;<span class="preprocessor">#define REG_RTC_MODE2_CLOCK (0x40002418) </span></div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;<span class="preprocessor">#define REG_RTC_MODE2_TIMESTAMP (0x40002464) </span></div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;<span class="preprocessor">#define REG_RTC_MODE2_ALARM_ALARM0 (0x40002420) </span></div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160;<span class="preprocessor">#define REG_RTC_MODE2_ALARM_MASK0 (0x40002424) </span></div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160;<span class="preprocessor">#define REG_RTC_MODE2_ALARM_ALARM1 (0x40002428) </span></div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160;<span class="preprocessor">#define REG_RTC_MODE2_ALARM_MASK1 (0x4000242C) </span></div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160;<span class="preprocessor">#else</span></div>
<div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a964032b2487e96750fc596503481b855"> 90</a></span>&#160;<span class="preprocessor">#define REG_RTC_DBGCTRL (*(RwReg8 *)0x4000240EUL) </span></div>
<div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a01375786c8af6a420bd99ca70d2e4fd5"> 91</a></span>&#160;<span class="preprocessor">#define REG_RTC_FREQCORR (*(RwReg8 *)0x40002414UL) </span></div>
<div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a8b0f0cad5aea2c42a8c864578f79e1bb"> 92</a></span>&#160;<span class="preprocessor">#define REG_RTC_GP0 (*(RwReg *)0x40002440UL) </span></div>
<div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a6714dc9f495d76966865264e2d731a76"> 93</a></span>&#160;<span class="preprocessor">#define REG_RTC_GP1 (*(RwReg *)0x40002444UL) </span></div>
<div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#aba1556a4ed7451ccb4c7e6344fb9c0c1"> 94</a></span>&#160;<span class="preprocessor">#define REG_RTC_GP2 (*(RwReg *)0x40002448UL) </span></div>
<div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a17365e50a4877fb2c4ded091bdaed5fb"> 95</a></span>&#160;<span class="preprocessor">#define REG_RTC_GP3 (*(RwReg *)0x4000244CUL) </span></div>
<div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a016919785e8edaf28b6ff3d2e61b7152"> 96</a></span>&#160;<span class="preprocessor">#define REG_RTC_TAMPCTRL (*(RwReg *)0x40002460UL) </span></div>
<div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#aa427e66f52c44a4577d75bb8177bf33d"> 97</a></span>&#160;<span class="preprocessor">#define REG_RTC_TAMPID (*(RwReg *)0x40002468UL) </span></div>
<div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a70f0218eb9befab98328715634e11727"> 98</a></span>&#160;<span class="preprocessor">#define REG_RTC_BKUP0 (*(RwReg *)0x40002480UL) </span></div>
<div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a0a3514415c74a8dcd742d0a44a8ed9c6"> 99</a></span>&#160;<span class="preprocessor">#define REG_RTC_BKUP1 (*(RwReg *)0x40002484UL) </span></div>
<div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a469206dc94a02225f4032a59582a5c1a"> 100</a></span>&#160;<span class="preprocessor">#define REG_RTC_BKUP2 (*(RwReg *)0x40002488UL) </span></div>
<div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#ae849a76f0fc48685ec719308d0cfeae6"> 101</a></span>&#160;<span class="preprocessor">#define REG_RTC_BKUP3 (*(RwReg *)0x4000248CUL) </span></div>
<div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a64b63226ed62b647945993e62547794c"> 102</a></span>&#160;<span class="preprocessor">#define REG_RTC_BKUP4 (*(RwReg *)0x40002490UL) </span></div>
<div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#abe7133f9a9a6d7bd158f1ba430447958"> 103</a></span>&#160;<span class="preprocessor">#define REG_RTC_BKUP5 (*(RwReg *)0x40002494UL) </span></div>
<div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a00455002cafd7b2e5950439fbfcd66b4"> 104</a></span>&#160;<span class="preprocessor">#define REG_RTC_BKUP6 (*(RwReg *)0x40002498UL) </span></div>
<div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a1044566fe8f9808218a627d254f6288d"> 105</a></span>&#160;<span class="preprocessor">#define REG_RTC_BKUP7 (*(RwReg *)0x4000249CUL) </span></div>
<div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a5167b5b945063cece2f795461c2228e1"> 106</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE0_CTRLA (*(RwReg16*)0x40002400UL) </span></div>
<div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a1a760df89782e6854665dcfa0cea9f63"> 107</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE0_CTRLB (*(RwReg16*)0x40002402UL) </span></div>
<div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a130761370c564ac6640e7d88c6944a8f"> 108</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE0_EVCTRL (*(RwReg *)0x40002404UL) </span></div>
<div class="line"><a name="l00109"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a0ddf1b3f842a13d95fd55dea5654a273"> 109</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE0_INTENCLR (*(RwReg16*)0x40002408UL) </span></div>
<div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a1adb341c65dc39e9159902bf69e13609"> 110</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE0_INTENSET (*(RwReg16*)0x4000240AUL) </span></div>
<div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a994f03fcd26338a1c7196964abc8dfc8"> 111</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE0_INTFLAG (*(RwReg16*)0x4000240CUL) </span></div>
<div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a2fcdd0bc2ecbb338c665d4f61e7afb27"> 112</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE0_SYNCBUSY (*(RoReg *)0x40002410UL) </span></div>
<div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#adb007a3da39465548b2b7187dcc2b3d7"> 113</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE0_COUNT (*(RwReg *)0x40002418UL) </span></div>
<div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a2feca929d490db19c5f8c2176a16d534"> 114</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE0_COMP0 (*(RwReg *)0x40002420UL) </span></div>
<div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a5ac4c6b330eda6b5a183fe5f5f8d2e5b"> 115</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE0_COMP1 (*(RwReg *)0x40002424UL) </span></div>
<div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#ad8d2a0ab70b1ac2a4935c924f0e782fb"> 116</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE0_TIMESTAMP (*(RoReg *)0x40002464UL) </span></div>
<div class="line"><a name="l00117"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a0a53fcac4488008e9f52dcfb16c55ab1"> 117</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE1_CTRLA (*(RwReg16*)0x40002400UL) </span></div>
<div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a828e020a550a4cab16c86f08591af9ff"> 118</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE1_CTRLB (*(RwReg16*)0x40002402UL) </span></div>
<div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a81ffd4df74460c7db5f2805ac71b74c6"> 119</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE1_EVCTRL (*(RwReg *)0x40002404UL) </span></div>
<div class="line"><a name="l00120"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#ad86aef718fc3930e3484309c313d404f"> 120</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE1_INTENCLR (*(RwReg16*)0x40002408UL) </span></div>
<div class="line"><a name="l00121"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a4eccafae3b8ccc0603b7d79e4fed409c"> 121</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE1_INTENSET (*(RwReg16*)0x4000240AUL) </span></div>
<div class="line"><a name="l00122"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a2d8680739faa120be2be5362d417b717"> 122</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE1_INTFLAG (*(RwReg16*)0x4000240CUL) </span></div>
<div class="line"><a name="l00123"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a5f96b74ffaa426370805bf036dcc5184"> 123</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE1_SYNCBUSY (*(RoReg *)0x40002410UL) </span></div>
<div class="line"><a name="l00124"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a8567e56a59b12c84eeb15f9a0a9de7ab"> 124</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE1_COUNT (*(RwReg16*)0x40002418UL) </span></div>
<div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#af122aa6c04e3dc4adfbb985d9bbf7d39"> 125</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE1_PER (*(RwReg16*)0x4000241CUL) </span></div>
<div class="line"><a name="l00126"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#adf393bbb70c89069a92fba2d07ec5ef7"> 126</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE1_COMP0 (*(RwReg16*)0x40002420UL) </span></div>
<div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a5ee7914e6558665ee4499fe0d7b4e3cc"> 127</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE1_COMP1 (*(RwReg16*)0x40002422UL) </span></div>
<div class="line"><a name="l00128"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a8db4204935e4d26506c64051731e0705"> 128</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE1_COMP2 (*(RwReg16*)0x40002424UL) </span></div>
<div class="line"><a name="l00129"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a4b8b71a65f097b4936de5a580b1499af"> 129</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE1_COMP3 (*(RwReg16*)0x40002426UL) </span></div>
<div class="line"><a name="l00130"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a25c51c5468d6ab362bee673218c2a0db"> 130</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE1_TIMESTAMP (*(RoReg *)0x40002464UL) </span></div>
<div class="line"><a name="l00131"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a83f2f3a7cfea1540b8763248f06eedca"> 131</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE2_CTRLA (*(RwReg16*)0x40002400UL) </span></div>
<div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#afc2d18995ca660a08d746c86c678a2cd"> 132</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE2_CTRLB (*(RwReg16*)0x40002402UL) </span></div>
<div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a466b515e9c62c867d341b2c0432d62f7"> 133</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE2_EVCTRL (*(RwReg *)0x40002404UL) </span></div>
<div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a64eca9628b20563d6de323bf732a72ba"> 134</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE2_INTENCLR (*(RwReg16*)0x40002408UL) </span></div>
<div class="line"><a name="l00135"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a0abe8e3513d0ad1edc2913b068d97693"> 135</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE2_INTENSET (*(RwReg16*)0x4000240AUL) </span></div>
<div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a0cabccc73b48a3608c67860f99496d23"> 136</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE2_INTFLAG (*(RwReg16*)0x4000240CUL) </span></div>
<div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#af66414936d1b393f124d8bd86143b4ba"> 137</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE2_SYNCBUSY (*(RoReg *)0x40002410UL) </span></div>
<div class="line"><a name="l00138"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a7f62d7621da960b539f252505d99a3b6"> 138</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE2_CLOCK (*(RwReg *)0x40002418UL) </span></div>
<div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a8c61814e979b5816a48dc9558cb51c97"> 139</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE2_TIMESTAMP (*(RoReg *)0x40002464UL) </span></div>
<div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a9038be0ab2aec536c357bf01a07f2278"> 140</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE2_ALARM_ALARM0 (*(RwReg *)0x40002420UL) </span></div>
<div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#a08dff584b9994f664cdad18ce3576eba"> 141</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE2_ALARM_MASK0 (*(RwReg8 *)0x40002424UL) </span></div>
<div class="line"><a name="l00142"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#ae8e3f385b268f5cc0f6de1eabace2909"> 142</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE2_ALARM_ALARM1 (*(RwReg *)0x40002428UL) </span></div>
<div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="instance_2rtc_8h.html#aeb11495780d3ea31a8c19c5c082807a6"> 143</a></span>&#160;<span class="preprocessor">#define REG_RTC_MODE2_ALARM_MASK1 (*(RwReg8 *)0x4000242CUL) </span></div>
<div class="line"><a name="l00144"></a><span class="lineno"> 144</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="l00145"></a><span class="lineno"> 145</span>&#160; </div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160;<span class="comment">/* ========== Instance parameters for RTC peripheral ========== */</span></div>
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160;<span class="preprocessor">#define RTC_DMAC_ID_TIMESTAMP 1 // DMA RTC timestamp trigger</span></div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160;<span class="preprocessor">#define RTC_GPR_NUM 4 // Number of General-Purpose Registers</span></div>
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160;<span class="preprocessor">#define RTC_NUM_OF_ALARMS 2 // Number of Alarms</span></div>
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160;<span class="preprocessor">#define RTC_NUM_OF_BKREGS 8 // Number of Backup Registers</span></div>
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160;<span class="preprocessor">#define RTC_NUM_OF_COMP16 4 // Number of 16-bit Comparators</span></div>
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160;<span class="preprocessor">#define RTC_NUM_OF_COMP32 2 // Number of 32-bit Comparators</span></div>
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>&#160;<span class="preprocessor">#define RTC_NUM_OF_TAMPERS 5 // Number of Tamper Inputs</span></div>
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160;<span class="preprocessor">#define RTC_PER_NUM 8 // Number of Periodic Intervals</span></div>
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>&#160; </div>
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* _SAME54_RTC_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>