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.

463 lines
96 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/component/aes.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_2bb2e10400507f879251f0324a0a8c7c.html">component</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">aes.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="component_2aes_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_AES_COMPONENT_</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="preprocessor">#define _SAME54_AES_COMPONENT_</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">/* ========================================================================== */</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="comment">/* ========================================================================== */</span></div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; </div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<span class="preprocessor">#define AES_U2238</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="preprocessor">#define REV_AES 0x220</span></div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; </div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;<span class="comment">/* -------- AES_CTRLA : (AES Offset: 0x00) (R/W 32) Control A -------- */</span></div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="unionAES__CTRLA__Type.html"> 44</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="unionAES__CTRLA__Type.html#a44eb6e22be4a98a9db57841eb93f6112"> 46</a></span>&#160; uint32_t <a class="code" href="unionAES__CTRLA__Type.html#a44eb6e22be4a98a9db57841eb93f6112">SWRST</a>:1; </div>
<div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="unionAES__CTRLA__Type.html#a8f57bb965493a497e8868480af6050e2"> 47</a></span>&#160; uint32_t <a class="code" href="unionAES__CTRLA__Type.html#a8f57bb965493a497e8868480af6050e2">ENABLE</a>:1; </div>
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="unionAES__CTRLA__Type.html#a973815ef63eb2a205b8c2099a994ce5f"> 48</a></span>&#160; uint32_t <a class="code" href="unionAES__CTRLA__Type.html#a973815ef63eb2a205b8c2099a994ce5f">AESMODE</a>:3; </div>
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="unionAES__CTRLA__Type.html#a25f454ad6919e04f8f1af2311b5d3d26"> 49</a></span>&#160; uint32_t <a class="code" href="unionAES__CTRLA__Type.html#a25f454ad6919e04f8f1af2311b5d3d26">CFBS</a>:3; </div>
<div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="unionAES__CTRLA__Type.html#a5295f8b99d5a0de58c6917a25ba774dc"> 50</a></span>&#160; uint32_t <a class="code" href="unionAES__CTRLA__Type.html#a5295f8b99d5a0de58c6917a25ba774dc">KEYSIZE</a>:2; </div>
<div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="unionAES__CTRLA__Type.html#ab57d8a616c21a7b24374e034a8e387d4"> 51</a></span>&#160; uint32_t <a class="code" href="unionAES__CTRLA__Type.html#ab57d8a616c21a7b24374e034a8e387d4">CIPHER</a>:1; </div>
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="unionAES__CTRLA__Type.html#a2de99b253d4f7d643673431bae0ce517"> 52</a></span>&#160; uint32_t <a class="code" href="unionAES__CTRLA__Type.html#a2de99b253d4f7d643673431bae0ce517">STARTMODE</a>:1; </div>
<div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="unionAES__CTRLA__Type.html#a1f00bd81b78e62d92ac19a6df42ea176"> 53</a></span>&#160; uint32_t <a class="code" href="unionAES__CTRLA__Type.html#a1f00bd81b78e62d92ac19a6df42ea176">LOD</a>:1; </div>
<div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="unionAES__CTRLA__Type.html#aa54b2619f86e7514067db59e24eb23da"> 54</a></span>&#160; uint32_t <a class="code" href="unionAES__CTRLA__Type.html#aa54b2619f86e7514067db59e24eb23da">KEYGEN</a>:1; </div>
<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="unionAES__CTRLA__Type.html#a872c1c272fe22e69f912cebe650df9b0"> 55</a></span>&#160; uint32_t <a class="code" href="unionAES__CTRLA__Type.html#a872c1c272fe22e69f912cebe650df9b0">XORKEY</a>:1; </div>
<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="unionAES__CTRLA__Type.html#a2ea1f711e15af3ed375a291e392a40b1"> 56</a></span>&#160; uint32_t :1; </div>
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="unionAES__CTRLA__Type.html#a7f40eaa9542a949ff7a7e9c6b8158706"> 57</a></span>&#160; uint32_t <a class="code" href="unionAES__CTRLA__Type.html#a7f40eaa9542a949ff7a7e9c6b8158706">CTYPE</a>:4; </div>
<div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="unionAES__CTRLA__Type.html#acef6082042ac196aece7743090b7fa0b"> 58</a></span>&#160; uint32_t :12; </div>
<div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="unionAES__CTRLA__Type.html#aa50994459cc5c31ebcc9a93492c3fa91"> 59</a></span>&#160; } bit; </div>
<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="unionAES__CTRLA__Type.html#af9dd8eb4dad1fbc00c3f5b3a995cbd41"> 60</a></span>&#160; uint32_t <a class="code" href="unionAES__CTRLA__Type.html#af9dd8eb4dad1fbc00c3f5b3a995cbd41">reg</a>; </div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160;} <a class="code" href="unionAES__CTRLA__Type.html">AES_CTRLA_Type</a>;</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"><a class="line" href="component_2aes_8h.html#a90e931857a085af986881f27722999e4"> 64</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_OFFSET 0x00 </span></div>
<div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#ad9c6d6bda70f75bbf70b8e1b5acba337"> 65</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_RESETVALUE _U_(0x00000000) </span></div>
<div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#ad701aaa88264f53b847405a38b088351"> 67</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_SWRST_Pos 0 </span></div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;<span class="preprocessor">#define AES_CTRLA_SWRST (_U_(0x1) &lt;&lt; AES_CTRLA_SWRST_Pos)</span></div>
<div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a852dce37626d080c1920f4a78fd39082"> 69</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_ENABLE_Pos 1 </span></div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160;<span class="preprocessor">#define AES_CTRLA_ENABLE (_U_(0x1) &lt;&lt; AES_CTRLA_ENABLE_Pos)</span></div>
<div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a34f19d66a686bd490bdca835622d028c"> 71</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_AESMODE_Pos 2 </span></div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160;<span class="preprocessor">#define AES_CTRLA_AESMODE_Msk (_U_(0x7) &lt;&lt; AES_CTRLA_AESMODE_Pos)</span></div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;<span class="preprocessor">#define AES_CTRLA_AESMODE(value) (AES_CTRLA_AESMODE_Msk &amp; ((value) &lt;&lt; AES_CTRLA_AESMODE_Pos))</span></div>
<div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a098b438a3d941936c5ace9c0f33b717d"> 74</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_AESMODE_ECB_Val _U_(0x0) </span></div>
<div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a3e632500edc9f4433c6a8da5a11c4952"> 75</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_AESMODE_CBC_Val _U_(0x1) </span></div>
<div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a0b9db4f304e59dc4cf2bcca6542f3bb0"> 76</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_AESMODE_OFB_Val _U_(0x2) </span></div>
<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#aebc8a6143cb676d80ecc39480c3cbdbc"> 77</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_AESMODE_CFB_Val _U_(0x3) </span></div>
<div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a0834f927bf839db0687cc2ab5552bc8d"> 78</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_AESMODE_COUNTER_Val _U_(0x4) </span></div>
<div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#ab9f33ac4176e8b315c485c6d7c5c2aba"> 79</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_AESMODE_CCM_Val _U_(0x5) </span></div>
<div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a92053e62c1213c2c1a349f4f120d98f8"> 80</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_AESMODE_GCM_Val _U_(0x6) </span></div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160;<span class="preprocessor">#define AES_CTRLA_AESMODE_ECB (AES_CTRLA_AESMODE_ECB_Val &lt;&lt; AES_CTRLA_AESMODE_Pos)</span></div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160;<span class="preprocessor">#define AES_CTRLA_AESMODE_CBC (AES_CTRLA_AESMODE_CBC_Val &lt;&lt; AES_CTRLA_AESMODE_Pos)</span></div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160;<span class="preprocessor">#define AES_CTRLA_AESMODE_OFB (AES_CTRLA_AESMODE_OFB_Val &lt;&lt; AES_CTRLA_AESMODE_Pos)</span></div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;<span class="preprocessor">#define AES_CTRLA_AESMODE_CFB (AES_CTRLA_AESMODE_CFB_Val &lt;&lt; AES_CTRLA_AESMODE_Pos)</span></div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;<span class="preprocessor">#define AES_CTRLA_AESMODE_COUNTER (AES_CTRLA_AESMODE_COUNTER_Val &lt;&lt; AES_CTRLA_AESMODE_Pos)</span></div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160;<span class="preprocessor">#define AES_CTRLA_AESMODE_CCM (AES_CTRLA_AESMODE_CCM_Val &lt;&lt; AES_CTRLA_AESMODE_Pos)</span></div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160;<span class="preprocessor">#define AES_CTRLA_AESMODE_GCM (AES_CTRLA_AESMODE_GCM_Val &lt;&lt; AES_CTRLA_AESMODE_Pos)</span></div>
<div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#aed0081b2f8068882e43b04bd39c0558f"> 88</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_CFBS_Pos 5 </span></div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160;<span class="preprocessor">#define AES_CTRLA_CFBS_Msk (_U_(0x7) &lt;&lt; AES_CTRLA_CFBS_Pos)</span></div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160;<span class="preprocessor">#define AES_CTRLA_CFBS(value) (AES_CTRLA_CFBS_Msk &amp; ((value) &lt;&lt; AES_CTRLA_CFBS_Pos))</span></div>
<div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a6711abfcb46c4e4ef14b6ececc87601e"> 91</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_CFBS_128BIT_Val _U_(0x0) </span></div>
<div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a22b1b7d87e83ae9c9f7d7215186b4d4c"> 92</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_CFBS_64BIT_Val _U_(0x1) </span></div>
<div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a9255981a1360616c0511a412c269a0ea"> 93</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_CFBS_32BIT_Val _U_(0x2) </span></div>
<div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a636c68a01504ee27108961d0c7b92f7e"> 94</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_CFBS_16BIT_Val _U_(0x3) </span></div>
<div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a4e46d835d21bf301e949c68b7ea15e3a"> 95</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_CFBS_8BIT_Val _U_(0x4) </span></div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160;<span class="preprocessor">#define AES_CTRLA_CFBS_128BIT (AES_CTRLA_CFBS_128BIT_Val &lt;&lt; AES_CTRLA_CFBS_Pos)</span></div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160;<span class="preprocessor">#define AES_CTRLA_CFBS_64BIT (AES_CTRLA_CFBS_64BIT_Val &lt;&lt; AES_CTRLA_CFBS_Pos)</span></div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160;<span class="preprocessor">#define AES_CTRLA_CFBS_32BIT (AES_CTRLA_CFBS_32BIT_Val &lt;&lt; AES_CTRLA_CFBS_Pos)</span></div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160;<span class="preprocessor">#define AES_CTRLA_CFBS_16BIT (AES_CTRLA_CFBS_16BIT_Val &lt;&lt; AES_CTRLA_CFBS_Pos)</span></div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160;<span class="preprocessor">#define AES_CTRLA_CFBS_8BIT (AES_CTRLA_CFBS_8BIT_Val &lt;&lt; AES_CTRLA_CFBS_Pos)</span></div>
<div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a48a5ec79fc1a2dddbed967d4322fb98f"> 101</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_KEYSIZE_Pos 8 </span></div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160;<span class="preprocessor">#define AES_CTRLA_KEYSIZE_Msk (_U_(0x3) &lt;&lt; AES_CTRLA_KEYSIZE_Pos)</span></div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160;<span class="preprocessor">#define AES_CTRLA_KEYSIZE(value) (AES_CTRLA_KEYSIZE_Msk &amp; ((value) &lt;&lt; AES_CTRLA_KEYSIZE_Pos))</span></div>
<div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a87b5b6b70f9a922464332015e0dbf3d6"> 104</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_KEYSIZE_128BIT_Val _U_(0x0) </span></div>
<div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#ad67bdc4b7851877250d1b90d8da52565"> 105</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_KEYSIZE_192BIT_Val _U_(0x1) </span></div>
<div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#af068e9e0d64cf0da58b4813e41ae2e0a"> 106</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_KEYSIZE_256BIT_Val _U_(0x2) </span></div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160;<span class="preprocessor">#define AES_CTRLA_KEYSIZE_128BIT (AES_CTRLA_KEYSIZE_128BIT_Val &lt;&lt; AES_CTRLA_KEYSIZE_Pos)</span></div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160;<span class="preprocessor">#define AES_CTRLA_KEYSIZE_192BIT (AES_CTRLA_KEYSIZE_192BIT_Val &lt;&lt; AES_CTRLA_KEYSIZE_Pos)</span></div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160;<span class="preprocessor">#define AES_CTRLA_KEYSIZE_256BIT (AES_CTRLA_KEYSIZE_256BIT_Val &lt;&lt; AES_CTRLA_KEYSIZE_Pos)</span></div>
<div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a25c49e1e3486f33caa38cdffaecd2024"> 110</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_CIPHER_Pos 10 </span></div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160;<span class="preprocessor">#define AES_CTRLA_CIPHER (_U_(0x1) &lt;&lt; AES_CTRLA_CIPHER_Pos)</span></div>
<div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a01464e8411876289eaa270378dcd0d73"> 112</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_CIPHER_DEC_Val _U_(0x0) </span></div>
<div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a6a4b8a6bf66c02e172f0a765738ffe58"> 113</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_CIPHER_ENC_Val _U_(0x1) </span></div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160;<span class="preprocessor">#define AES_CTRLA_CIPHER_DEC (AES_CTRLA_CIPHER_DEC_Val &lt;&lt; AES_CTRLA_CIPHER_Pos)</span></div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160;<span class="preprocessor">#define AES_CTRLA_CIPHER_ENC (AES_CTRLA_CIPHER_ENC_Val &lt;&lt; AES_CTRLA_CIPHER_Pos)</span></div>
<div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a785ffe6bd686b87bd010931ffd325043"> 116</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_STARTMODE_Pos 11 </span></div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160;<span class="preprocessor">#define AES_CTRLA_STARTMODE (_U_(0x1) &lt;&lt; AES_CTRLA_STARTMODE_Pos)</span></div>
<div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#ad7e65c90f21d677de34526fe70156ce4"> 118</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_STARTMODE_MANUAL_Val _U_(0x0) </span></div>
<div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a6844c348979b9d67156784c1204e81c1"> 119</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_STARTMODE_AUTO_Val _U_(0x1) </span></div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160;<span class="preprocessor">#define AES_CTRLA_STARTMODE_MANUAL (AES_CTRLA_STARTMODE_MANUAL_Val &lt;&lt; AES_CTRLA_STARTMODE_Pos)</span></div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160;<span class="preprocessor">#define AES_CTRLA_STARTMODE_AUTO (AES_CTRLA_STARTMODE_AUTO_Val &lt;&lt; AES_CTRLA_STARTMODE_Pos)</span></div>
<div class="line"><a name="l00122"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#af6e4b7aee8ec535dfaf64b94f3df787a"> 122</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_LOD_Pos 12 </span></div>
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160;<span class="preprocessor">#define AES_CTRLA_LOD (_U_(0x1) &lt;&lt; AES_CTRLA_LOD_Pos)</span></div>
<div class="line"><a name="l00124"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#ab0e6011c9e47708ecbbc00f02a0d7790"> 124</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_LOD_NONE_Val _U_(0x0) </span></div>
<div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a47c2d51199c68923a8d27506dde9ef05"> 125</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_LOD_LAST_Val _U_(0x1) </span></div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160;<span class="preprocessor">#define AES_CTRLA_LOD_NONE (AES_CTRLA_LOD_NONE_Val &lt;&lt; AES_CTRLA_LOD_Pos)</span></div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160;<span class="preprocessor">#define AES_CTRLA_LOD_LAST (AES_CTRLA_LOD_LAST_Val &lt;&lt; AES_CTRLA_LOD_Pos)</span></div>
<div class="line"><a name="l00128"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a55ca29e4273692d315f1b00528d26e66"> 128</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_KEYGEN_Pos 13 </span></div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160;<span class="preprocessor">#define AES_CTRLA_KEYGEN (_U_(0x1) &lt;&lt; AES_CTRLA_KEYGEN_Pos)</span></div>
<div class="line"><a name="l00130"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a5546431e3132fd71abad6972799e9d92"> 130</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_KEYGEN_NONE_Val _U_(0x0) </span></div>
<div class="line"><a name="l00131"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#afb04e48eea55b84ff8e4b9d134929ed6"> 131</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_KEYGEN_LAST_Val _U_(0x1) </span></div>
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160;<span class="preprocessor">#define AES_CTRLA_KEYGEN_NONE (AES_CTRLA_KEYGEN_NONE_Val &lt;&lt; AES_CTRLA_KEYGEN_Pos)</span></div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160;<span class="preprocessor">#define AES_CTRLA_KEYGEN_LAST (AES_CTRLA_KEYGEN_LAST_Val &lt;&lt; AES_CTRLA_KEYGEN_Pos)</span></div>
<div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#ada84c7624ddefe20ad58bb1cb83e6a10"> 134</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_XORKEY_Pos 14 </span></div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160;<span class="preprocessor">#define AES_CTRLA_XORKEY (_U_(0x1) &lt;&lt; AES_CTRLA_XORKEY_Pos)</span></div>
<div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a3de48ab257592839780f58f8ce29c925"> 136</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_XORKEY_NONE_Val _U_(0x0) </span></div>
<div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a8dd7975a44849ac7545db404d7ca0934"> 137</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_XORKEY_XOR_Val _U_(0x1) </span></div>
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160;<span class="preprocessor">#define AES_CTRLA_XORKEY_NONE (AES_CTRLA_XORKEY_NONE_Val &lt;&lt; AES_CTRLA_XORKEY_Pos)</span></div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160;<span class="preprocessor">#define AES_CTRLA_XORKEY_XOR (AES_CTRLA_XORKEY_XOR_Val &lt;&lt; AES_CTRLA_XORKEY_Pos)</span></div>
<div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a0bfd0c90e0ee148b5a49d5d732a88caa"> 140</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_CTYPE_Pos 16 </span></div>
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160;<span class="preprocessor">#define AES_CTRLA_CTYPE_Msk (_U_(0xF) &lt;&lt; AES_CTRLA_CTYPE_Pos)</span></div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160;<span class="preprocessor">#define AES_CTRLA_CTYPE(value) (AES_CTRLA_CTYPE_Msk &amp; ((value) &lt;&lt; AES_CTRLA_CTYPE_Pos))</span></div>
<div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#ad3d6155566850d559b4d5beb3da78125"> 143</a></span>&#160;<span class="preprocessor">#define AES_CTRLA_MASK _U_(0x000F7FFF) </span></div>
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- AES_CTRLB : (AES Offset: 0x04) (R/W 8) Control B -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="unionAES__CTRLB__Type.html"> 147</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00149"></a><span class="lineno"><a class="line" href="unionAES__CTRLB__Type.html#aa31f59e6afc99839a09e1b19dae91389"> 149</a></span>&#160; uint8_t <a class="code" href="unionAES__CTRLB__Type.html#aa31f59e6afc99839a09e1b19dae91389">START</a>:1; </div>
<div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="unionAES__CTRLB__Type.html#abe825134364341c05b58c0586c3b408a"> 150</a></span>&#160; uint8_t <a class="code" href="unionAES__CTRLB__Type.html#abe825134364341c05b58c0586c3b408a">NEWMSG</a>:1; </div>
<div class="line"><a name="l00151"></a><span class="lineno"><a class="line" href="unionAES__CTRLB__Type.html#a1d9370e57379911ace6c2349dcb38bd5"> 151</a></span>&#160; uint8_t <a class="code" href="unionAES__CTRLB__Type.html#a1d9370e57379911ace6c2349dcb38bd5">EOM</a>:1; </div>
<div class="line"><a name="l00152"></a><span class="lineno"><a class="line" href="unionAES__CTRLB__Type.html#a682f9503c21dff33bc9ee12658e64eb8"> 152</a></span>&#160; uint8_t <a class="code" href="unionAES__CTRLB__Type.html#a682f9503c21dff33bc9ee12658e64eb8">GFMUL</a>:1; </div>
<div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="unionAES__CTRLB__Type.html#a4f85ee21cfa378186cd359bc51255fc8"> 153</a></span>&#160; uint8_t :4; </div>
<div class="line"><a name="l00154"></a><span class="lineno"><a class="line" href="unionAES__CTRLB__Type.html#a3b6f55990dabbb4a770b90fc968ca693"> 154</a></span>&#160; } bit; </div>
<div class="line"><a name="l00155"></a><span class="lineno"><a class="line" href="unionAES__CTRLB__Type.html#a57c4cde933bba0b71cd09215676ec71e"> 155</a></span>&#160; uint8_t <a class="code" href="unionAES__CTRLB__Type.html#a57c4cde933bba0b71cd09215676ec71e">reg</a>; </div>
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>&#160;} <a class="code" href="unionAES__CTRLB__Type.html">AES_CTRLB_Type</a>;</div>
<div class="line"><a name="l00157"></a><span class="lineno"> 157</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="l00158"></a><span class="lineno"> 158</span>&#160; </div>
<div class="line"><a name="l00159"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a2f786e95894df5f05ff890a6748b7407"> 159</a></span>&#160;<span class="preprocessor">#define AES_CTRLB_OFFSET 0x04 </span></div>
<div class="line"><a name="l00160"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#ae33dc747714673fa684e0b0775460cf2"> 160</a></span>&#160;<span class="preprocessor">#define AES_CTRLB_RESETVALUE _U_(0x00) </span></div>
<div class="line"><a name="l00162"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a5cef25ba4d85f57f405363a1d79fc7cd"> 162</a></span>&#160;<span class="preprocessor">#define AES_CTRLB_START_Pos 0 </span></div>
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160;<span class="preprocessor">#define AES_CTRLB_START (_U_(0x1) &lt;&lt; AES_CTRLB_START_Pos)</span></div>
<div class="line"><a name="l00164"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a962d612a59f8ac1b633fb52f2423a0a4"> 164</a></span>&#160;<span class="preprocessor">#define AES_CTRLB_NEWMSG_Pos 1 </span></div>
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160;<span class="preprocessor">#define AES_CTRLB_NEWMSG (_U_(0x1) &lt;&lt; AES_CTRLB_NEWMSG_Pos)</span></div>
<div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#aa7b1c7532b75cda1bb64fe22119fc29f"> 166</a></span>&#160;<span class="preprocessor">#define AES_CTRLB_EOM_Pos 2 </span></div>
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span>&#160;<span class="preprocessor">#define AES_CTRLB_EOM (_U_(0x1) &lt;&lt; AES_CTRLB_EOM_Pos)</span></div>
<div class="line"><a name="l00168"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a1d4dac849fc2f226972fc7915ce2bb9a"> 168</a></span>&#160;<span class="preprocessor">#define AES_CTRLB_GFMUL_Pos 3 </span></div>
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160;<span class="preprocessor">#define AES_CTRLB_GFMUL (_U_(0x1) &lt;&lt; AES_CTRLB_GFMUL_Pos)</span></div>
<div class="line"><a name="l00170"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a405604e13781e19236f362bbbbebfd57"> 170</a></span>&#160;<span class="preprocessor">#define AES_CTRLB_MASK _U_(0x0F) </span></div>
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- AES_INTENCLR : (AES Offset: 0x05) (R/W 8) Interrupt Enable Clear -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00174"></a><span class="lineno"><a class="line" href="unionAES__INTENCLR__Type.html"> 174</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00176"></a><span class="lineno"><a class="line" href="unionAES__INTENCLR__Type.html#a084c741eaf3f4253518bdd20ac1d4df0"> 176</a></span>&#160; uint8_t <a class="code" href="unionAES__INTENCLR__Type.html#a084c741eaf3f4253518bdd20ac1d4df0">ENCCMP</a>:1; </div>
<div class="line"><a name="l00177"></a><span class="lineno"><a class="line" href="unionAES__INTENCLR__Type.html#a077683c584eed9db5a7aecd888d55272"> 177</a></span>&#160; uint8_t <a class="code" href="unionAES__INTENCLR__Type.html#a077683c584eed9db5a7aecd888d55272">GFMCMP</a>:1; </div>
<div class="line"><a name="l00178"></a><span class="lineno"><a class="line" href="unionAES__INTENCLR__Type.html#a47bcf2c971d509b9b09a7bd5dceb0a49"> 178</a></span>&#160; uint8_t :6; </div>
<div class="line"><a name="l00179"></a><span class="lineno"><a class="line" href="unionAES__INTENCLR__Type.html#aed7cee878d3b05ba129415a558d08cd9"> 179</a></span>&#160; } bit; </div>
<div class="line"><a name="l00180"></a><span class="lineno"><a class="line" href="unionAES__INTENCLR__Type.html#a6c802108fb9201c92f73739dccd70f02"> 180</a></span>&#160; uint8_t <a class="code" href="unionAES__INTENCLR__Type.html#a6c802108fb9201c92f73739dccd70f02">reg</a>; </div>
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>&#160;} <a class="code" href="unionAES__INTENCLR__Type.html">AES_INTENCLR_Type</a>;</div>
<div class="line"><a name="l00182"></a><span class="lineno"> 182</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="l00183"></a><span class="lineno"> 183</span>&#160; </div>
<div class="line"><a name="l00184"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a64c9898fc7d9f702e0c1b3764fd70c28"> 184</a></span>&#160;<span class="preprocessor">#define AES_INTENCLR_OFFSET 0x05 </span></div>
<div class="line"><a name="l00185"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#aa9b0902c4985f9ed2a378655d8e9af06"> 185</a></span>&#160;<span class="preprocessor">#define AES_INTENCLR_RESETVALUE _U_(0x00) </span></div>
<div class="line"><a name="l00187"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a9f0b2df1c42584d5ac86a900ad27543a"> 187</a></span>&#160;<span class="preprocessor">#define AES_INTENCLR_ENCCMP_Pos 0 </span></div>
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>&#160;<span class="preprocessor">#define AES_INTENCLR_ENCCMP (_U_(0x1) &lt;&lt; AES_INTENCLR_ENCCMP_Pos)</span></div>
<div class="line"><a name="l00189"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a69c8e4f1c9a1bb1ed6eade39cb48715b"> 189</a></span>&#160;<span class="preprocessor">#define AES_INTENCLR_GFMCMP_Pos 1 </span></div>
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>&#160;<span class="preprocessor">#define AES_INTENCLR_GFMCMP (_U_(0x1) &lt;&lt; AES_INTENCLR_GFMCMP_Pos)</span></div>
<div class="line"><a name="l00191"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a28f6072f3596258d9dc75220163b45bd"> 191</a></span>&#160;<span class="preprocessor">#define AES_INTENCLR_MASK _U_(0x03) </span></div>
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- AES_INTENSET : (AES Offset: 0x06) (R/W 8) Interrupt Enable Set -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00194"></a><span class="lineno"> 194</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00195"></a><span class="lineno"><a class="line" href="unionAES__INTENSET__Type.html"> 195</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00196"></a><span class="lineno"> 196</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00197"></a><span class="lineno"><a class="line" href="unionAES__INTENSET__Type.html#a9a7b155b9954634f4a028bacddfeb48c"> 197</a></span>&#160; uint8_t <a class="code" href="unionAES__INTENSET__Type.html#a9a7b155b9954634f4a028bacddfeb48c">ENCCMP</a>:1; </div>
<div class="line"><a name="l00198"></a><span class="lineno"><a class="line" href="unionAES__INTENSET__Type.html#a729bd92bc5c778d04699623db49b0932"> 198</a></span>&#160; uint8_t <a class="code" href="unionAES__INTENSET__Type.html#a729bd92bc5c778d04699623db49b0932">GFMCMP</a>:1; </div>
<div class="line"><a name="l00199"></a><span class="lineno"><a class="line" href="unionAES__INTENSET__Type.html#a0bc4d763824ab60241054f6a07ac0a44"> 199</a></span>&#160; uint8_t :6; </div>
<div class="line"><a name="l00200"></a><span class="lineno"><a class="line" href="unionAES__INTENSET__Type.html#a4e9b25279d61e3ed21c147316b2a7ce4"> 200</a></span>&#160; } bit; </div>
<div class="line"><a name="l00201"></a><span class="lineno"><a class="line" href="unionAES__INTENSET__Type.html#aad2067f4c70c5743fd6d493b24349aba"> 201</a></span>&#160; uint8_t <a class="code" href="unionAES__INTENSET__Type.html#aad2067f4c70c5743fd6d493b24349aba">reg</a>; </div>
<div class="line"><a name="l00202"></a><span class="lineno"> 202</span>&#160;} <a class="code" href="unionAES__INTENSET__Type.html">AES_INTENSET_Type</a>;</div>
<div class="line"><a name="l00203"></a><span class="lineno"> 203</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="l00204"></a><span class="lineno"> 204</span>&#160; </div>
<div class="line"><a name="l00205"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a2c2335c63929a0ec59348053f8a4a6b8"> 205</a></span>&#160;<span class="preprocessor">#define AES_INTENSET_OFFSET 0x06 </span></div>
<div class="line"><a name="l00206"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#ac6efb10bfdf13c1a656ce565e3a22c6c"> 206</a></span>&#160;<span class="preprocessor">#define AES_INTENSET_RESETVALUE _U_(0x00) </span></div>
<div class="line"><a name="l00208"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a62a56a2e423ef41dd36947677b3be1e6"> 208</a></span>&#160;<span class="preprocessor">#define AES_INTENSET_ENCCMP_Pos 0 </span></div>
<div class="line"><a name="l00209"></a><span class="lineno"> 209</span>&#160;<span class="preprocessor">#define AES_INTENSET_ENCCMP (_U_(0x1) &lt;&lt; AES_INTENSET_ENCCMP_Pos)</span></div>
<div class="line"><a name="l00210"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#aafaf0866499eeb2c3ffadc68c2e99bb6"> 210</a></span>&#160;<span class="preprocessor">#define AES_INTENSET_GFMCMP_Pos 1 </span></div>
<div class="line"><a name="l00211"></a><span class="lineno"> 211</span>&#160;<span class="preprocessor">#define AES_INTENSET_GFMCMP (_U_(0x1) &lt;&lt; AES_INTENSET_GFMCMP_Pos)</span></div>
<div class="line"><a name="l00212"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#ac931ed9e37384df0876640e451699362"> 212</a></span>&#160;<span class="preprocessor">#define AES_INTENSET_MASK _U_(0x03) </span></div>
<div class="line"><a name="l00214"></a><span class="lineno"> 214</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- AES_INTFLAG : (AES Offset: 0x07) (R/W 8) Interrupt Flag Status -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00215"></a><span class="lineno"> 215</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00216"></a><span class="lineno"><a class="line" href="unionAES__INTFLAG__Type.html"> 216</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{ <span class="comment">// __I to avoid read-modify-write on write-to-clear register</span></div>
<div class="line"><a name="l00217"></a><span class="lineno"> 217</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00218"></a><span class="lineno"><a class="line" href="unionAES__INTFLAG__Type.html#abc1a326dd2a62fc163819a1b4c64ab4c"> 218</a></span>&#160; __I uint8_t <a class="code" href="unionAES__INTFLAG__Type.html#abc1a326dd2a62fc163819a1b4c64ab4c">ENCCMP</a>:1; </div>
<div class="line"><a name="l00219"></a><span class="lineno"><a class="line" href="unionAES__INTFLAG__Type.html#acff92fd257e93c24c25d4004562c981b"> 219</a></span>&#160; __I uint8_t <a class="code" href="unionAES__INTFLAG__Type.html#acff92fd257e93c24c25d4004562c981b">GFMCMP</a>:1; </div>
<div class="line"><a name="l00220"></a><span class="lineno"><a class="line" href="unionAES__INTFLAG__Type.html#ad4cb04ce25cb3f93d323acb6b3a8c538"> 220</a></span>&#160; __I <a class="code" href="unionAES__INTFLAG__Type.html#ad4cb04ce25cb3f93d323acb6b3a8c538">uint8_t</a> :6; </div>
<div class="line"><a name="l00221"></a><span class="lineno"><a class="line" href="unionAES__INTFLAG__Type.html#adf33dd8317bc2512b0fd0e3374a8773e"> 221</a></span>&#160; } bit; </div>
<div class="line"><a name="l00222"></a><span class="lineno"><a class="line" href="unionAES__INTFLAG__Type.html#ac45f755ed9fec0a0c8f544d069f33352"> 222</a></span>&#160; uint8_t <a class="code" href="unionAES__INTFLAG__Type.html#ac45f755ed9fec0a0c8f544d069f33352">reg</a>; </div>
<div class="line"><a name="l00223"></a><span class="lineno"> 223</span>&#160;} <a class="code" href="unionAES__INTFLAG__Type.html">AES_INTFLAG_Type</a>;</div>
<div class="line"><a name="l00224"></a><span class="lineno"> 224</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="l00225"></a><span class="lineno"> 225</span>&#160; </div>
<div class="line"><a name="l00226"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a608bb8f3da491602172f6599ca53e82f"> 226</a></span>&#160;<span class="preprocessor">#define AES_INTFLAG_OFFSET 0x07 </span></div>
<div class="line"><a name="l00227"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#aaf1ed5becb953ddbe6047832971a78d1"> 227</a></span>&#160;<span class="preprocessor">#define AES_INTFLAG_RESETVALUE _U_(0x00) </span></div>
<div class="line"><a name="l00229"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a275779488d387fbd93b7b368e148caa6"> 229</a></span>&#160;<span class="preprocessor">#define AES_INTFLAG_ENCCMP_Pos 0 </span></div>
<div class="line"><a name="l00230"></a><span class="lineno"> 230</span>&#160;<span class="preprocessor">#define AES_INTFLAG_ENCCMP (_U_(0x1) &lt;&lt; AES_INTFLAG_ENCCMP_Pos)</span></div>
<div class="line"><a name="l00231"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a331dfca6188312fceed2ee7acd16a184"> 231</a></span>&#160;<span class="preprocessor">#define AES_INTFLAG_GFMCMP_Pos 1 </span></div>
<div class="line"><a name="l00232"></a><span class="lineno"> 232</span>&#160;<span class="preprocessor">#define AES_INTFLAG_GFMCMP (_U_(0x1) &lt;&lt; AES_INTFLAG_GFMCMP_Pos)</span></div>
<div class="line"><a name="l00233"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#adc21177c51fa0ebba980cb432571f2a3"> 233</a></span>&#160;<span class="preprocessor">#define AES_INTFLAG_MASK _U_(0x03) </span></div>
<div class="line"><a name="l00235"></a><span class="lineno"> 235</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- AES_DATABUFPTR : (AES Offset: 0x08) (R/W 8) Data buffer pointer -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00236"></a><span class="lineno"> 236</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00237"></a><span class="lineno"><a class="line" href="unionAES__DATABUFPTR__Type.html"> 237</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00238"></a><span class="lineno"> 238</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00239"></a><span class="lineno"><a class="line" href="unionAES__DATABUFPTR__Type.html#ace02d51562c13d073e9a162ac6cb3b36"> 239</a></span>&#160; uint8_t <a class="code" href="unionAES__DATABUFPTR__Type.html#ace02d51562c13d073e9a162ac6cb3b36">INDATAPTR</a>:2; </div>
<div class="line"><a name="l00240"></a><span class="lineno"><a class="line" href="unionAES__DATABUFPTR__Type.html#afde63280e07bbd97b1dd3c0463590d63"> 240</a></span>&#160; uint8_t :6; </div>
<div class="line"><a name="l00241"></a><span class="lineno"><a class="line" href="unionAES__DATABUFPTR__Type.html#a56022f43d487448d8377859f079b3b7a"> 241</a></span>&#160; } bit; </div>
<div class="line"><a name="l00242"></a><span class="lineno"><a class="line" href="unionAES__DATABUFPTR__Type.html#aec511a8eddc29a99cf8fd8bf2867df65"> 242</a></span>&#160; uint8_t <a class="code" href="unionAES__DATABUFPTR__Type.html#aec511a8eddc29a99cf8fd8bf2867df65">reg</a>; </div>
<div class="line"><a name="l00243"></a><span class="lineno"> 243</span>&#160;} <a class="code" href="unionAES__DATABUFPTR__Type.html">AES_DATABUFPTR_Type</a>;</div>
<div class="line"><a name="l00244"></a><span class="lineno"> 244</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="l00245"></a><span class="lineno"> 245</span>&#160; </div>
<div class="line"><a name="l00246"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a12823b5739ecdb1fdd676b6d5a8e701c"> 246</a></span>&#160;<span class="preprocessor">#define AES_DATABUFPTR_OFFSET 0x08 </span></div>
<div class="line"><a name="l00247"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a1318e685042491228cf65adbc20e847d"> 247</a></span>&#160;<span class="preprocessor">#define AES_DATABUFPTR_RESETVALUE _U_(0x00) </span></div>
<div class="line"><a name="l00249"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a915d567de3a6921a7af37e419cbfb473"> 249</a></span>&#160;<span class="preprocessor">#define AES_DATABUFPTR_INDATAPTR_Pos 0 </span></div>
<div class="line"><a name="l00250"></a><span class="lineno"> 250</span>&#160;<span class="preprocessor">#define AES_DATABUFPTR_INDATAPTR_Msk (_U_(0x3) &lt;&lt; AES_DATABUFPTR_INDATAPTR_Pos)</span></div>
<div class="line"><a name="l00251"></a><span class="lineno"> 251</span>&#160;<span class="preprocessor">#define AES_DATABUFPTR_INDATAPTR(value) (AES_DATABUFPTR_INDATAPTR_Msk &amp; ((value) &lt;&lt; AES_DATABUFPTR_INDATAPTR_Pos))</span></div>
<div class="line"><a name="l00252"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a976dbeb7c942e941c35c792b909beb45"> 252</a></span>&#160;<span class="preprocessor">#define AES_DATABUFPTR_MASK _U_(0x03) </span></div>
<div class="line"><a name="l00254"></a><span class="lineno"> 254</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- AES_DBGCTRL : (AES Offset: 0x09) (R/W 8) Debug control -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00255"></a><span class="lineno"> 255</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00256"></a><span class="lineno"><a class="line" href="unionAES__DBGCTRL__Type.html"> 256</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00257"></a><span class="lineno"> 257</span>&#160; <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00258"></a><span class="lineno"><a class="line" href="unionAES__DBGCTRL__Type.html#a4ed21265b1b31df44e47416c516dce2f"> 258</a></span>&#160; uint8_t <a class="code" href="unionAES__DBGCTRL__Type.html#a4ed21265b1b31df44e47416c516dce2f">DBGRUN</a>:1; </div>
<div class="line"><a name="l00259"></a><span class="lineno"><a class="line" href="unionAES__DBGCTRL__Type.html#a5aeec31a9afb91031fb150f502aa3e5e"> 259</a></span>&#160; uint8_t :7; </div>
<div class="line"><a name="l00260"></a><span class="lineno"><a class="line" href="unionAES__DBGCTRL__Type.html#a41c7282c2beecf5b8bf1e72883e67e5c"> 260</a></span>&#160; } bit; </div>
<div class="line"><a name="l00261"></a><span class="lineno"><a class="line" href="unionAES__DBGCTRL__Type.html#a475c494fe3b264f5f233e5b35d4fb04c"> 261</a></span>&#160; uint8_t <a class="code" href="unionAES__DBGCTRL__Type.html#a475c494fe3b264f5f233e5b35d4fb04c">reg</a>; </div>
<div class="line"><a name="l00262"></a><span class="lineno"> 262</span>&#160;} <a class="code" href="unionAES__DBGCTRL__Type.html">AES_DBGCTRL_Type</a>;</div>
<div class="line"><a name="l00263"></a><span class="lineno"> 263</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="l00264"></a><span class="lineno"> 264</span>&#160; </div>
<div class="line"><a name="l00265"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a35726f74c47a7e351127014531da2f47"> 265</a></span>&#160;<span class="preprocessor">#define AES_DBGCTRL_OFFSET 0x09 </span></div>
<div class="line"><a name="l00266"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a365d4b4068e5939248cd6302b995a413"> 266</a></span>&#160;<span class="preprocessor">#define AES_DBGCTRL_RESETVALUE _U_(0x00) </span></div>
<div class="line"><a name="l00268"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#ab28725525ff73bde31c6d28b588ba0d0"> 268</a></span>&#160;<span class="preprocessor">#define AES_DBGCTRL_DBGRUN_Pos 0 </span></div>
<div class="line"><a name="l00269"></a><span class="lineno"> 269</span>&#160;<span class="preprocessor">#define AES_DBGCTRL_DBGRUN (_U_(0x1) &lt;&lt; AES_DBGCTRL_DBGRUN_Pos)</span></div>
<div class="line"><a name="l00270"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#ae63e1673c0101507547e6ae1571013d0"> 270</a></span>&#160;<span class="preprocessor">#define AES_DBGCTRL_MASK _U_(0x01) </span></div>
<div class="line"><a name="l00272"></a><span class="lineno"> 272</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- AES_KEYWORD : (AES Offset: 0x0C) ( /W 32) Keyword n -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00273"></a><span class="lineno"> 273</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00274"></a><span class="lineno"><a class="line" href="unionAES__KEYWORD__Type.html"> 274</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00275"></a><span class="lineno"><a class="line" href="unionAES__KEYWORD__Type.html#a6a64cec662edddadb2db1243e3f92f5f"> 275</a></span>&#160; uint32_t <a class="code" href="unionAES__KEYWORD__Type.html#a6a64cec662edddadb2db1243e3f92f5f">reg</a>; </div>
<div class="line"><a name="l00276"></a><span class="lineno"> 276</span>&#160;} <a class="code" href="unionAES__KEYWORD__Type.html">AES_KEYWORD_Type</a>;</div>
<div class="line"><a name="l00277"></a><span class="lineno"> 277</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="l00278"></a><span class="lineno"> 278</span>&#160; </div>
<div class="line"><a name="l00279"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#ad43961e3649400d0297ac0bf45f66b51"> 279</a></span>&#160;<span class="preprocessor">#define AES_KEYWORD_OFFSET 0x0C </span></div>
<div class="line"><a name="l00280"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a1230f0ffc6944df9a46528ed89a81833"> 280</a></span>&#160;<span class="preprocessor">#define AES_KEYWORD_RESETVALUE _U_(0x00000000) </span></div>
<div class="line"><a name="l00281"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a5c4c97c4c5130e8f70a9c1a90a844c40"> 281</a></span>&#160;<span class="preprocessor">#define AES_KEYWORD_MASK _U_(0xFFFFFFFF) </span></div>
<div class="line"><a name="l00283"></a><span class="lineno"> 283</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- AES_INDATA : (AES Offset: 0x38) (R/W 32) Indata -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00284"></a><span class="lineno"> 284</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00285"></a><span class="lineno"><a class="line" href="unionAES__INDATA__Type.html"> 285</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00286"></a><span class="lineno"><a class="line" href="unionAES__INDATA__Type.html#a22372ead8e298510a9cc6fc1a4d60d7b"> 286</a></span>&#160; uint32_t <a class="code" href="unionAES__INDATA__Type.html#a22372ead8e298510a9cc6fc1a4d60d7b">reg</a>; </div>
<div class="line"><a name="l00287"></a><span class="lineno"> 287</span>&#160;} <a class="code" href="unionAES__INDATA__Type.html">AES_INDATA_Type</a>;</div>
<div class="line"><a name="l00288"></a><span class="lineno"> 288</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="l00289"></a><span class="lineno"> 289</span>&#160; </div>
<div class="line"><a name="l00290"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a44da44594903a13541f89f88b344de14"> 290</a></span>&#160;<span class="preprocessor">#define AES_INDATA_OFFSET 0x38 </span></div>
<div class="line"><a name="l00291"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#aa7300347777050df07b81c1aeab9c53f"> 291</a></span>&#160;<span class="preprocessor">#define AES_INDATA_RESETVALUE _U_(0x00000000) </span></div>
<div class="line"><a name="l00292"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a180788b3469c7f201c64f2ab908c0bae"> 292</a></span>&#160;<span class="preprocessor">#define AES_INDATA_MASK _U_(0xFFFFFFFF) </span></div>
<div class="line"><a name="l00294"></a><span class="lineno"> 294</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- AES_INTVECTV : (AES Offset: 0x3C) ( /W 32) Initialisation Vector n -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00295"></a><span class="lineno"> 295</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00296"></a><span class="lineno"><a class="line" href="unionAES__INTVECTV__Type.html"> 296</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00297"></a><span class="lineno"><a class="line" href="unionAES__INTVECTV__Type.html#a31af06d239d8d3541daaa54537983e85"> 297</a></span>&#160; uint32_t <a class="code" href="unionAES__INTVECTV__Type.html#a31af06d239d8d3541daaa54537983e85">reg</a>; </div>
<div class="line"><a name="l00298"></a><span class="lineno"> 298</span>&#160;} <a class="code" href="unionAES__INTVECTV__Type.html">AES_INTVECTV_Type</a>;</div>
<div class="line"><a name="l00299"></a><span class="lineno"> 299</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="l00300"></a><span class="lineno"> 300</span>&#160; </div>
<div class="line"><a name="l00301"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a7294686ad7460e413304e1149f3041f4"> 301</a></span>&#160;<span class="preprocessor">#define AES_INTVECTV_OFFSET 0x3C </span></div>
<div class="line"><a name="l00302"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#af925266e565155a6b467e88c6341c270"> 302</a></span>&#160;<span class="preprocessor">#define AES_INTVECTV_RESETVALUE _U_(0x00000000) </span></div>
<div class="line"><a name="l00303"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#aec52e9f6855e8ef708bccb15554f07f2"> 303</a></span>&#160;<span class="preprocessor">#define AES_INTVECTV_MASK _U_(0xFFFFFFFF) </span></div>
<div class="line"><a name="l00305"></a><span class="lineno"> 305</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- AES_HASHKEY : (AES Offset: 0x5C) (R/W 32) Hash key n -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00306"></a><span class="lineno"> 306</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00307"></a><span class="lineno"><a class="line" href="unionAES__HASHKEY__Type.html"> 307</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00308"></a><span class="lineno"><a class="line" href="unionAES__HASHKEY__Type.html#a196e40cd90014ba418f0659d804fa643"> 308</a></span>&#160; uint32_t <a class="code" href="unionAES__HASHKEY__Type.html#a196e40cd90014ba418f0659d804fa643">reg</a>; </div>
<div class="line"><a name="l00309"></a><span class="lineno"> 309</span>&#160;} <a class="code" href="unionAES__HASHKEY__Type.html">AES_HASHKEY_Type</a>;</div>
<div class="line"><a name="l00310"></a><span class="lineno"> 310</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="l00311"></a><span class="lineno"> 311</span>&#160; </div>
<div class="line"><a name="l00312"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a3de03bc2ec0bd79c019df510cea8fea6"> 312</a></span>&#160;<span class="preprocessor">#define AES_HASHKEY_OFFSET 0x5C </span></div>
<div class="line"><a name="l00313"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#aa08592d15b578a0cadb9dbe80b6a861c"> 313</a></span>&#160;<span class="preprocessor">#define AES_HASHKEY_RESETVALUE _U_(0x00000000) </span></div>
<div class="line"><a name="l00314"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a83df005ae089b7f19cf8ea39c15de70f"> 314</a></span>&#160;<span class="preprocessor">#define AES_HASHKEY_MASK _U_(0xFFFFFFFF) </span></div>
<div class="line"><a name="l00316"></a><span class="lineno"> 316</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- AES_GHASH : (AES Offset: 0x6C) (R/W 32) Galois Hash n -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00317"></a><span class="lineno"> 317</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00318"></a><span class="lineno"><a class="line" href="unionAES__GHASH__Type.html"> 318</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00319"></a><span class="lineno"><a class="line" href="unionAES__GHASH__Type.html#a765a2c03934656022f0c1f5d64f5c987"> 319</a></span>&#160; uint32_t <a class="code" href="unionAES__GHASH__Type.html#a765a2c03934656022f0c1f5d64f5c987">reg</a>; </div>
<div class="line"><a name="l00320"></a><span class="lineno"> 320</span>&#160;} <a class="code" href="unionAES__GHASH__Type.html">AES_GHASH_Type</a>;</div>
<div class="line"><a name="l00321"></a><span class="lineno"> 321</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="l00322"></a><span class="lineno"> 322</span>&#160; </div>
<div class="line"><a name="l00323"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#abdc82d19fc90c68e64609ef90ba0346d"> 323</a></span>&#160;<span class="preprocessor">#define AES_GHASH_OFFSET 0x6C </span></div>
<div class="line"><a name="l00324"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a2e6d76c3282e89760281d4f1325c3531"> 324</a></span>&#160;<span class="preprocessor">#define AES_GHASH_RESETVALUE _U_(0x00000000) </span></div>
<div class="line"><a name="l00325"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a3d0d670007ecc74cf84ba2442017a466"> 325</a></span>&#160;<span class="preprocessor">#define AES_GHASH_MASK _U_(0xFFFFFFFF) </span></div>
<div class="line"><a name="l00327"></a><span class="lineno"> 327</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- AES_CIPLEN : (AES Offset: 0x80) (R/W 32) Cipher Length -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00328"></a><span class="lineno"> 328</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00329"></a><span class="lineno"><a class="line" href="unionAES__CIPLEN__Type.html"> 329</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00330"></a><span class="lineno"><a class="line" href="unionAES__CIPLEN__Type.html#a8d7d8caceee541418859c743a613f54d"> 330</a></span>&#160; uint32_t <a class="code" href="unionAES__CIPLEN__Type.html#a8d7d8caceee541418859c743a613f54d">reg</a>; </div>
<div class="line"><a name="l00331"></a><span class="lineno"> 331</span>&#160;} <a class="code" href="unionAES__CIPLEN__Type.html">AES_CIPLEN_Type</a>;</div>
<div class="line"><a name="l00332"></a><span class="lineno"> 332</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="l00333"></a><span class="lineno"> 333</span>&#160; </div>
<div class="line"><a name="l00334"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a5f0cafe0945c9251a1f82a2a53639e53"> 334</a></span>&#160;<span class="preprocessor">#define AES_CIPLEN_OFFSET 0x80 </span></div>
<div class="line"><a name="l00335"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a2a5bed37ca6f471a82065f70da4e3a2d"> 335</a></span>&#160;<span class="preprocessor">#define AES_CIPLEN_RESETVALUE _U_(0x00000000) </span></div>
<div class="line"><a name="l00336"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a3d019b62fbb83ca231956680099ae1c5"> 336</a></span>&#160;<span class="preprocessor">#define AES_CIPLEN_MASK _U_(0xFFFFFFFF) </span></div>
<div class="line"><a name="l00338"></a><span class="lineno"> 338</span>&#160;<span class="preprocessor"></span><span class="comment">/* -------- AES_RANDSEED : (AES Offset: 0x84) (R/W 32) Random Seed -------- */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00339"></a><span class="lineno"> 339</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00340"></a><span class="lineno"><a class="line" href="unionAES__RANDSEED__Type.html"> 340</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">union </span>{</div>
<div class="line"><a name="l00341"></a><span class="lineno"><a class="line" href="unionAES__RANDSEED__Type.html#a115c5d7a0e6a5f83ded98be228b5fbe9"> 341</a></span>&#160; uint32_t <a class="code" href="unionAES__RANDSEED__Type.html#a115c5d7a0e6a5f83ded98be228b5fbe9">reg</a>; </div>
<div class="line"><a name="l00342"></a><span class="lineno"> 342</span>&#160;} <a class="code" href="unionAES__RANDSEED__Type.html">AES_RANDSEED_Type</a>;</div>
<div class="line"><a name="l00343"></a><span class="lineno"> 343</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="l00344"></a><span class="lineno"> 344</span>&#160; </div>
<div class="line"><a name="l00345"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a66e87bea67036acb95cd23de742c0022"> 345</a></span>&#160;<span class="preprocessor">#define AES_RANDSEED_OFFSET 0x84 </span></div>
<div class="line"><a name="l00346"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#a455525ebfad19c0e2ceb82ef10424d25"> 346</a></span>&#160;<span class="preprocessor">#define AES_RANDSEED_RESETVALUE _U_(0x00000000) </span></div>
<div class="line"><a name="l00347"></a><span class="lineno"><a class="line" href="component_2aes_8h.html#ad290ffaf9510c1afd29efcbccd4768b1"> 347</a></span>&#160;<span class="preprocessor">#define AES_RANDSEED_MASK _U_(0xFFFFFFFF) </span></div>
<div class="line"><a name="l00350"></a><span class="lineno"> 350</span>&#160;<span class="preprocessor">#if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))</span></div>
<div class="line"><a name="l00351"></a><span class="lineno"><a class="line" href="structAes.html"> 351</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
<div class="line"><a name="l00352"></a><span class="lineno"><a class="line" href="structAes.html#acd4df706ec28523d4886564e202a9711"> 352</a></span>&#160; __IO <a class="code" href="unionAES__CTRLA__Type.html">AES_CTRLA_Type</a> <a class="code" href="structAes.html#acd4df706ec28523d4886564e202a9711">CTRLA</a>; </div>
<div class="line"><a name="l00353"></a><span class="lineno"><a class="line" href="structAes.html#ac1d68d335259d824880676a8d278b0c6"> 353</a></span>&#160; __IO <a class="code" href="unionAES__CTRLB__Type.html">AES_CTRLB_Type</a> <a class="code" href="structAes.html#ac1d68d335259d824880676a8d278b0c6">CTRLB</a>; </div>
<div class="line"><a name="l00354"></a><span class="lineno"><a class="line" href="structAes.html#a956073000295f4bb1622489a55c7024c"> 354</a></span>&#160; __IO <a class="code" href="unionAES__INTENCLR__Type.html">AES_INTENCLR_Type</a> <a class="code" href="structAes.html#a956073000295f4bb1622489a55c7024c">INTENCLR</a>; </div>
<div class="line"><a name="l00355"></a><span class="lineno"><a class="line" href="structAes.html#adf22f32384cfb5506cbc13cd7452fdb4"> 355</a></span>&#160; __IO <a class="code" href="unionAES__INTENSET__Type.html">AES_INTENSET_Type</a> <a class="code" href="structAes.html#adf22f32384cfb5506cbc13cd7452fdb4">INTENSET</a>; </div>
<div class="line"><a name="l00356"></a><span class="lineno"><a class="line" href="structAes.html#a447c2165d5de33de0fa3b6d7ae518c53"> 356</a></span>&#160; __IO <a class="code" href="unionAES__INTFLAG__Type.html">AES_INTFLAG_Type</a> <a class="code" href="structAes.html#a447c2165d5de33de0fa3b6d7ae518c53">INTFLAG</a>; </div>
<div class="line"><a name="l00357"></a><span class="lineno"><a class="line" href="structAes.html#a6a4c853271ec594eec4e6bf7afe9989b"> 357</a></span>&#160; __IO <a class="code" href="unionAES__DATABUFPTR__Type.html">AES_DATABUFPTR_Type</a> <a class="code" href="structAes.html#a6a4c853271ec594eec4e6bf7afe9989b">DATABUFPTR</a>; </div>
<div class="line"><a name="l00358"></a><span class="lineno"><a class="line" href="structAes.html#a15572668a2e544462ee0df1fe0672904"> 358</a></span>&#160; __IO <a class="code" href="unionAES__DBGCTRL__Type.html">AES_DBGCTRL_Type</a> <a class="code" href="structAes.html#a15572668a2e544462ee0df1fe0672904">DBGCTRL</a>; </div>
<div class="line"><a name="l00359"></a><span class="lineno"> 359</span>&#160; <a class="code" href="same54n19a_8h.html#a0d957f1433aaf5d70e4dc2b68288442d">RoReg8</a> Reserved1[0x2];</div>
<div class="line"><a name="l00360"></a><span class="lineno"><a class="line" href="structAes.html#aa078dad93841d5c347439dddbe038974"> 360</a></span>&#160; __O <a class="code" href="unionAES__KEYWORD__Type.html">AES_KEYWORD_Type</a> KEYWORD[8]; </div>
<div class="line"><a name="l00361"></a><span class="lineno"> 361</span>&#160; <a class="code" href="same54n19a_8h.html#a0d957f1433aaf5d70e4dc2b68288442d">RoReg8</a> Reserved2[0xC];</div>
<div class="line"><a name="l00362"></a><span class="lineno"><a class="line" href="structAes.html#aa345ed4becce9aafe1f5b8be7f9b6dd4"> 362</a></span>&#160; __IO <a class="code" href="unionAES__INDATA__Type.html">AES_INDATA_Type</a> <a class="code" href="structAes.html#aa345ed4becce9aafe1f5b8be7f9b6dd4">INDATA</a>; </div>
<div class="line"><a name="l00363"></a><span class="lineno"><a class="line" href="structAes.html#ad0639a7a1840080f9755d4d14879a554"> 363</a></span>&#160; __O <a class="code" href="unionAES__INTVECTV__Type.html">AES_INTVECTV_Type</a> INTVECTV[4]; </div>
<div class="line"><a name="l00364"></a><span class="lineno"> 364</span>&#160; <a class="code" href="same54n19a_8h.html#a0d957f1433aaf5d70e4dc2b68288442d">RoReg8</a> Reserved3[0x10];</div>
<div class="line"><a name="l00365"></a><span class="lineno"><a class="line" href="structAes.html#a373b4c4a4a050241e73d34dd654181cf"> 365</a></span>&#160; __IO <a class="code" href="unionAES__HASHKEY__Type.html">AES_HASHKEY_Type</a> HASHKEY[4]; </div>
<div class="line"><a name="l00366"></a><span class="lineno"><a class="line" href="structAes.html#a97a839177d322d9483061049a0cb940a"> 366</a></span>&#160; __IO <a class="code" href="unionAES__GHASH__Type.html">AES_GHASH_Type</a> GHASH[4]; </div>
<div class="line"><a name="l00367"></a><span class="lineno"> 367</span>&#160; <a class="code" href="same54n19a_8h.html#a0d957f1433aaf5d70e4dc2b68288442d">RoReg8</a> Reserved4[0x4];</div>
<div class="line"><a name="l00368"></a><span class="lineno"><a class="line" href="structAes.html#a15cd160da7f30ba2700d89f193480608"> 368</a></span>&#160; __IO <a class="code" href="unionAES__CIPLEN__Type.html">AES_CIPLEN_Type</a> <a class="code" href="structAes.html#a15cd160da7f30ba2700d89f193480608">CIPLEN</a>; </div>
<div class="line"><a name="l00369"></a><span class="lineno"><a class="line" href="structAes.html#a42d07825c5bac710f1663063af1a6f88"> 369</a></span>&#160; __IO <a class="code" href="unionAES__RANDSEED__Type.html">AES_RANDSEED_Type</a> <a class="code" href="structAes.html#a42d07825c5bac710f1663063af1a6f88">RANDSEED</a>; </div>
<div class="line"><a name="l00370"></a><span class="lineno"> 370</span>&#160;} <a class="code" href="structAes.html">Aes</a>;</div>
<div class="line"><a name="l00371"></a><span class="lineno"> 371</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="l00372"></a><span class="lineno"> 372</span>&#160; </div>
<div class="line"><a name="l00375"></a><span class="lineno"> 375</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* _SAME54_AES_COMPONENT_ */</span><span class="preprocessor"></span></div>
</div><!-- fragment --></div><!-- contents -->
<div class="ttc" id="aunionAES__INTENSET__Type_html_a9a7b155b9954634f4a028bacddfeb48c"><div class="ttname"><a href="unionAES__INTENSET__Type.html#a9a7b155b9954634f4a028bacddfeb48c">AES_INTENSET_Type::ENCCMP</a></div><div class="ttdeci">uint8_t ENCCMP</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00197">aes.h:197</a></div></div>
<div class="ttc" id="aunionAES__DATABUFPTR__Type_html"><div class="ttname"><a href="unionAES__DATABUFPTR__Type.html">AES_DATABUFPTR_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00237">aes.h:237</a></div></div>
<div class="ttc" id="aunionAES__INTENCLR__Type_html"><div class="ttname"><a href="unionAES__INTENCLR__Type.html">AES_INTENCLR_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00174">aes.h:174</a></div></div>
<div class="ttc" id="aunionAES__CTRLA__Type_html_aa54b2619f86e7514067db59e24eb23da"><div class="ttname"><a href="unionAES__CTRLA__Type.html#aa54b2619f86e7514067db59e24eb23da">AES_CTRLA_Type::KEYGEN</a></div><div class="ttdeci">uint32_t KEYGEN</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00054">aes.h:54</a></div></div>
<div class="ttc" id="aunionAES__CTRLA__Type_html_a5295f8b99d5a0de58c6917a25ba774dc"><div class="ttname"><a href="unionAES__CTRLA__Type.html#a5295f8b99d5a0de58c6917a25ba774dc">AES_CTRLA_Type::KEYSIZE</a></div><div class="ttdeci">uint32_t KEYSIZE</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00050">aes.h:50</a></div></div>
<div class="ttc" id="aunionAES__KEYWORD__Type_html_a6a64cec662edddadb2db1243e3f92f5f"><div class="ttname"><a href="unionAES__KEYWORD__Type.html#a6a64cec662edddadb2db1243e3f92f5f">AES_KEYWORD_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00275">aes.h:275</a></div></div>
<div class="ttc" id="aunionAES__INTVECTV__Type_html"><div class="ttname"><a href="unionAES__INTVECTV__Type.html">AES_INTVECTV_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00296">aes.h:296</a></div></div>
<div class="ttc" id="aunionAES__DATABUFPTR__Type_html_aec511a8eddc29a99cf8fd8bf2867df65"><div class="ttname"><a href="unionAES__DATABUFPTR__Type.html#aec511a8eddc29a99cf8fd8bf2867df65">AES_DATABUFPTR_Type::reg</a></div><div class="ttdeci">uint8_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00242">aes.h:242</a></div></div>
<div class="ttc" id="aunionAES__INTFLAG__Type_html_ac45f755ed9fec0a0c8f544d069f33352"><div class="ttname"><a href="unionAES__INTFLAG__Type.html#ac45f755ed9fec0a0c8f544d069f33352">AES_INTFLAG_Type::reg</a></div><div class="ttdeci">uint8_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00222">aes.h:222</a></div></div>
<div class="ttc" id="astructAes_html_a42d07825c5bac710f1663063af1a6f88"><div class="ttname"><a href="structAes.html#a42d07825c5bac710f1663063af1a6f88">Aes::RANDSEED</a></div><div class="ttdeci">__IO AES_RANDSEED_Type RANDSEED</div><div class="ttdoc">Offset: 0x84 (R/W 32) Random Seed.</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00369">aes.h:369</a></div></div>
<div class="ttc" id="aunionAES__DBGCTRL__Type_html"><div class="ttname"><a href="unionAES__DBGCTRL__Type.html">AES_DBGCTRL_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00256">aes.h:256</a></div></div>
<div class="ttc" id="aunionAES__HASHKEY__Type_html"><div class="ttname"><a href="unionAES__HASHKEY__Type.html">AES_HASHKEY_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00307">aes.h:307</a></div></div>
<div class="ttc" id="aunionAES__INTFLAG__Type_html"><div class="ttname"><a href="unionAES__INTFLAG__Type.html">AES_INTFLAG_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00216">aes.h:216</a></div></div>
<div class="ttc" id="astructAes_html_a447c2165d5de33de0fa3b6d7ae518c53"><div class="ttname"><a href="structAes.html#a447c2165d5de33de0fa3b6d7ae518c53">Aes::INTFLAG</a></div><div class="ttdeci">__IO AES_INTFLAG_Type INTFLAG</div><div class="ttdoc">Offset: 0x07 (R/W 8) Interrupt Flag Status.</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00356">aes.h:356</a></div></div>
<div class="ttc" id="aunionAES__CTRLA__Type_html_af9dd8eb4dad1fbc00c3f5b3a995cbd41"><div class="ttname"><a href="unionAES__CTRLA__Type.html#af9dd8eb4dad1fbc00c3f5b3a995cbd41">AES_CTRLA_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00060">aes.h:60</a></div></div>
<div class="ttc" id="aunionAES__CTRLB__Type_html_abe825134364341c05b58c0586c3b408a"><div class="ttname"><a href="unionAES__CTRLB__Type.html#abe825134364341c05b58c0586c3b408a">AES_CTRLB_Type::NEWMSG</a></div><div class="ttdeci">uint8_t NEWMSG</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00150">aes.h:150</a></div></div>
<div class="ttc" id="aunionAES__INTENCLR__Type_html_a084c741eaf3f4253518bdd20ac1d4df0"><div class="ttname"><a href="unionAES__INTENCLR__Type.html#a084c741eaf3f4253518bdd20ac1d4df0">AES_INTENCLR_Type::ENCCMP</a></div><div class="ttdeci">uint8_t ENCCMP</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00176">aes.h:176</a></div></div>
<div class="ttc" id="aunionAES__CTRLB__Type_html_a1d9370e57379911ace6c2349dcb38bd5"><div class="ttname"><a href="unionAES__CTRLB__Type.html#a1d9370e57379911ace6c2349dcb38bd5">AES_CTRLB_Type::EOM</a></div><div class="ttdeci">uint8_t EOM</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00151">aes.h:151</a></div></div>
<div class="ttc" id="aunionAES__HASHKEY__Type_html_a196e40cd90014ba418f0659d804fa643"><div class="ttname"><a href="unionAES__HASHKEY__Type.html#a196e40cd90014ba418f0659d804fa643">AES_HASHKEY_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00308">aes.h:308</a></div></div>
<div class="ttc" id="aunionAES__DATABUFPTR__Type_html_ace02d51562c13d073e9a162ac6cb3b36"><div class="ttname"><a href="unionAES__DATABUFPTR__Type.html#ace02d51562c13d073e9a162ac6cb3b36">AES_DATABUFPTR_Type::INDATAPTR</a></div><div class="ttdeci">uint8_t INDATAPTR</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00239">aes.h:239</a></div></div>
<div class="ttc" id="aunionAES__INDATA__Type_html"><div class="ttname"><a href="unionAES__INDATA__Type.html">AES_INDATA_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00285">aes.h:285</a></div></div>
<div class="ttc" id="aunionAES__CTRLA__Type_html_a973815ef63eb2a205b8c2099a994ce5f"><div class="ttname"><a href="unionAES__CTRLA__Type.html#a973815ef63eb2a205b8c2099a994ce5f">AES_CTRLA_Type::AESMODE</a></div><div class="ttdeci">uint32_t AESMODE</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00048">aes.h:48</a></div></div>
<div class="ttc" id="astructAes_html_ac1d68d335259d824880676a8d278b0c6"><div class="ttname"><a href="structAes.html#ac1d68d335259d824880676a8d278b0c6">Aes::CTRLB</a></div><div class="ttdeci">__IO AES_CTRLB_Type CTRLB</div><div class="ttdoc">Offset: 0x04 (R/W 8) Control B.</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00353">aes.h:353</a></div></div>
<div class="ttc" id="aunionAES__CTRLB__Type_html_a57c4cde933bba0b71cd09215676ec71e"><div class="ttname"><a href="unionAES__CTRLB__Type.html#a57c4cde933bba0b71cd09215676ec71e">AES_CTRLB_Type::reg</a></div><div class="ttdeci">uint8_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00155">aes.h:155</a></div></div>
<div class="ttc" id="aunionAES__INTFLAG__Type_html_acff92fd257e93c24c25d4004562c981b"><div class="ttname"><a href="unionAES__INTFLAG__Type.html#acff92fd257e93c24c25d4004562c981b">AES_INTFLAG_Type::GFMCMP</a></div><div class="ttdeci">__I uint8_t GFMCMP</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00219">aes.h:219</a></div></div>
<div class="ttc" id="aunionAES__CTRLA__Type_html_a1f00bd81b78e62d92ac19a6df42ea176"><div class="ttname"><a href="unionAES__CTRLA__Type.html#a1f00bd81b78e62d92ac19a6df42ea176">AES_CTRLA_Type::LOD</a></div><div class="ttdeci">uint32_t LOD</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00053">aes.h:53</a></div></div>
<div class="ttc" id="astructAes_html_acd4df706ec28523d4886564e202a9711"><div class="ttname"><a href="structAes.html#acd4df706ec28523d4886564e202a9711">Aes::CTRLA</a></div><div class="ttdeci">__IO AES_CTRLA_Type CTRLA</div><div class="ttdoc">Offset: 0x00 (R/W 32) Control A.</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00352">aes.h:352</a></div></div>
<div class="ttc" id="aunionAES__CTRLA__Type_html_a2de99b253d4f7d643673431bae0ce517"><div class="ttname"><a href="unionAES__CTRLA__Type.html#a2de99b253d4f7d643673431bae0ce517">AES_CTRLA_Type::STARTMODE</a></div><div class="ttdeci">uint32_t STARTMODE</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00052">aes.h:52</a></div></div>
<div class="ttc" id="astructAes_html_a956073000295f4bb1622489a55c7024c"><div class="ttname"><a href="structAes.html#a956073000295f4bb1622489a55c7024c">Aes::INTENCLR</a></div><div class="ttdeci">__IO AES_INTENCLR_Type INTENCLR</div><div class="ttdoc">Offset: 0x05 (R/W 8) Interrupt Enable Clear.</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00354">aes.h:354</a></div></div>
<div class="ttc" id="aunionAES__INTFLAG__Type_html_abc1a326dd2a62fc163819a1b4c64ab4c"><div class="ttname"><a href="unionAES__INTFLAG__Type.html#abc1a326dd2a62fc163819a1b4c64ab4c">AES_INTFLAG_Type::ENCCMP</a></div><div class="ttdeci">__I uint8_t ENCCMP</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00218">aes.h:218</a></div></div>
<div class="ttc" id="astructAes_html_a15cd160da7f30ba2700d89f193480608"><div class="ttname"><a href="structAes.html#a15cd160da7f30ba2700d89f193480608">Aes::CIPLEN</a></div><div class="ttdeci">__IO AES_CIPLEN_Type CIPLEN</div><div class="ttdoc">Offset: 0x80 (R/W 32) Cipher Length.</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00368">aes.h:368</a></div></div>
<div class="ttc" id="aunionAES__INTVECTV__Type_html_a31af06d239d8d3541daaa54537983e85"><div class="ttname"><a href="unionAES__INTVECTV__Type.html#a31af06d239d8d3541daaa54537983e85">AES_INTVECTV_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00297">aes.h:297</a></div></div>
<div class="ttc" id="aunionAES__KEYWORD__Type_html"><div class="ttname"><a href="unionAES__KEYWORD__Type.html">AES_KEYWORD_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00274">aes.h:274</a></div></div>
<div class="ttc" id="aunionAES__INTENSET__Type_html_a729bd92bc5c778d04699623db49b0932"><div class="ttname"><a href="unionAES__INTENSET__Type.html#a729bd92bc5c778d04699623db49b0932">AES_INTENSET_Type::GFMCMP</a></div><div class="ttdeci">uint8_t GFMCMP</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00198">aes.h:198</a></div></div>
<div class="ttc" id="aunionAES__CIPLEN__Type_html"><div class="ttname"><a href="unionAES__CIPLEN__Type.html">AES_CIPLEN_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00329">aes.h:329</a></div></div>
<div class="ttc" id="aunionAES__INDATA__Type_html_a22372ead8e298510a9cc6fc1a4d60d7b"><div class="ttname"><a href="unionAES__INDATA__Type.html#a22372ead8e298510a9cc6fc1a4d60d7b">AES_INDATA_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00286">aes.h:286</a></div></div>
<div class="ttc" id="aunionAES__INTENCLR__Type_html_a6c802108fb9201c92f73739dccd70f02"><div class="ttname"><a href="unionAES__INTENCLR__Type.html#a6c802108fb9201c92f73739dccd70f02">AES_INTENCLR_Type::reg</a></div><div class="ttdeci">uint8_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00180">aes.h:180</a></div></div>
<div class="ttc" id="aunionAES__CTRLA__Type_html_a7f40eaa9542a949ff7a7e9c6b8158706"><div class="ttname"><a href="unionAES__CTRLA__Type.html#a7f40eaa9542a949ff7a7e9c6b8158706">AES_CTRLA_Type::CTYPE</a></div><div class="ttdeci">uint32_t CTYPE</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00057">aes.h:57</a></div></div>
<div class="ttc" id="aunionAES__CTRLA__Type_html_a25f454ad6919e04f8f1af2311b5d3d26"><div class="ttname"><a href="unionAES__CTRLA__Type.html#a25f454ad6919e04f8f1af2311b5d3d26">AES_CTRLA_Type::CFBS</a></div><div class="ttdeci">uint32_t CFBS</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00049">aes.h:49</a></div></div>
<div class="ttc" id="astructAes_html_a6a4c853271ec594eec4e6bf7afe9989b"><div class="ttname"><a href="structAes.html#a6a4c853271ec594eec4e6bf7afe9989b">Aes::DATABUFPTR</a></div><div class="ttdeci">__IO AES_DATABUFPTR_Type DATABUFPTR</div><div class="ttdoc">Offset: 0x08 (R/W 8) Data buffer pointer.</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00357">aes.h:357</a></div></div>
<div class="ttc" id="astructAes_html"><div class="ttname"><a href="structAes.html">Aes</a></div><div class="ttdoc">AES hardware registers.</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00351">aes.h:351</a></div></div>
<div class="ttc" id="aunionAES__INTENSET__Type_html_aad2067f4c70c5743fd6d493b24349aba"><div class="ttname"><a href="unionAES__INTENSET__Type.html#aad2067f4c70c5743fd6d493b24349aba">AES_INTENSET_Type::reg</a></div><div class="ttdeci">uint8_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00201">aes.h:201</a></div></div>
<div class="ttc" id="aunionAES__RANDSEED__Type_html"><div class="ttname"><a href="unionAES__RANDSEED__Type.html">AES_RANDSEED_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00340">aes.h:340</a></div></div>
<div class="ttc" id="aunionAES__INTENSET__Type_html"><div class="ttname"><a href="unionAES__INTENSET__Type.html">AES_INTENSET_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00195">aes.h:195</a></div></div>
<div class="ttc" id="aunionAES__RANDSEED__Type_html_a115c5d7a0e6a5f83ded98be228b5fbe9"><div class="ttname"><a href="unionAES__RANDSEED__Type.html#a115c5d7a0e6a5f83ded98be228b5fbe9">AES_RANDSEED_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00341">aes.h:341</a></div></div>
<div class="ttc" id="aunionAES__GHASH__Type_html_a765a2c03934656022f0c1f5d64f5c987"><div class="ttname"><a href="unionAES__GHASH__Type.html#a765a2c03934656022f0c1f5d64f5c987">AES_GHASH_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00319">aes.h:319</a></div></div>
<div class="ttc" id="aunionAES__CTRLA__Type_html"><div class="ttname"><a href="unionAES__CTRLA__Type.html">AES_CTRLA_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00044">aes.h:44</a></div></div>
<div class="ttc" id="aunionAES__DBGCTRL__Type_html_a4ed21265b1b31df44e47416c516dce2f"><div class="ttname"><a href="unionAES__DBGCTRL__Type.html#a4ed21265b1b31df44e47416c516dce2f">AES_DBGCTRL_Type::DBGRUN</a></div><div class="ttdeci">uint8_t DBGRUN</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00258">aes.h:258</a></div></div>
<div class="ttc" id="aunionAES__CTRLA__Type_html_ab57d8a616c21a7b24374e034a8e387d4"><div class="ttname"><a href="unionAES__CTRLA__Type.html#ab57d8a616c21a7b24374e034a8e387d4">AES_CTRLA_Type::CIPHER</a></div><div class="ttdeci">uint32_t CIPHER</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00051">aes.h:51</a></div></div>
<div class="ttc" id="aunionAES__DBGCTRL__Type_html_a475c494fe3b264f5f233e5b35d4fb04c"><div class="ttname"><a href="unionAES__DBGCTRL__Type.html#a475c494fe3b264f5f233e5b35d4fb04c">AES_DBGCTRL_Type::reg</a></div><div class="ttdeci">uint8_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00261">aes.h:261</a></div></div>
<div class="ttc" id="aunionAES__INTFLAG__Type_html_ad4cb04ce25cb3f93d323acb6b3a8c538"><div class="ttname"><a href="unionAES__INTFLAG__Type.html#ad4cb04ce25cb3f93d323acb6b3a8c538">AES_INTFLAG_Type::uint8_t</a></div><div class="ttdeci">__I uint8_t</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00220">aes.h:220</a></div></div>
<div class="ttc" id="aunionAES__CTRLB__Type_html"><div class="ttname"><a href="unionAES__CTRLB__Type.html">AES_CTRLB_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00147">aes.h:147</a></div></div>
<div class="ttc" id="aunionAES__CTRLB__Type_html_aa31f59e6afc99839a09e1b19dae91389"><div class="ttname"><a href="unionAES__CTRLB__Type.html#aa31f59e6afc99839a09e1b19dae91389">AES_CTRLB_Type::START</a></div><div class="ttdeci">uint8_t START</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00149">aes.h:149</a></div></div>
<div class="ttc" id="astructAes_html_adf22f32384cfb5506cbc13cd7452fdb4"><div class="ttname"><a href="structAes.html#adf22f32384cfb5506cbc13cd7452fdb4">Aes::INTENSET</a></div><div class="ttdeci">__IO AES_INTENSET_Type INTENSET</div><div class="ttdoc">Offset: 0x06 (R/W 8) Interrupt Enable Set.</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00355">aes.h:355</a></div></div>
<div class="ttc" id="aunionAES__CTRLB__Type_html_a682f9503c21dff33bc9ee12658e64eb8"><div class="ttname"><a href="unionAES__CTRLB__Type.html#a682f9503c21dff33bc9ee12658e64eb8">AES_CTRLB_Type::GFMUL</a></div><div class="ttdeci">uint8_t GFMUL</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00152">aes.h:152</a></div></div>
<div class="ttc" id="astructAes_html_aa345ed4becce9aafe1f5b8be7f9b6dd4"><div class="ttname"><a href="structAes.html#aa345ed4becce9aafe1f5b8be7f9b6dd4">Aes::INDATA</a></div><div class="ttdeci">__IO AES_INDATA_Type INDATA</div><div class="ttdoc">Offset: 0x38 (R/W 32) Indata.</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00362">aes.h:362</a></div></div>
<div class="ttc" id="asame54n19a_8h_html_a0d957f1433aaf5d70e4dc2b68288442d"><div class="ttname"><a href="same54n19a_8h.html#a0d957f1433aaf5d70e4dc2b68288442d">RoReg8</a></div><div class="ttdeci">volatile const uint8_t RoReg8</div><div class="ttdef"><b>Definition:</b> <a href="same54n19a_8h_source.html#l00053">same54n19a.h:53</a></div></div>
<div class="ttc" id="aunionAES__INTENCLR__Type_html_a077683c584eed9db5a7aecd888d55272"><div class="ttname"><a href="unionAES__INTENCLR__Type.html#a077683c584eed9db5a7aecd888d55272">AES_INTENCLR_Type::GFMCMP</a></div><div class="ttdeci">uint8_t GFMCMP</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00177">aes.h:177</a></div></div>
<div class="ttc" id="aunionAES__CTRLA__Type_html_a872c1c272fe22e69f912cebe650df9b0"><div class="ttname"><a href="unionAES__CTRLA__Type.html#a872c1c272fe22e69f912cebe650df9b0">AES_CTRLA_Type::XORKEY</a></div><div class="ttdeci">uint32_t XORKEY</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00055">aes.h:55</a></div></div>
<div class="ttc" id="aunionAES__CTRLA__Type_html_a8f57bb965493a497e8868480af6050e2"><div class="ttname"><a href="unionAES__CTRLA__Type.html#a8f57bb965493a497e8868480af6050e2">AES_CTRLA_Type::ENABLE</a></div><div class="ttdeci">uint32_t ENABLE</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00047">aes.h:47</a></div></div>
<div class="ttc" id="aunionAES__GHASH__Type_html"><div class="ttname"><a href="unionAES__GHASH__Type.html">AES_GHASH_Type</a></div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00318">aes.h:318</a></div></div>
<div class="ttc" id="aunionAES__CIPLEN__Type_html_a8d7d8caceee541418859c743a613f54d"><div class="ttname"><a href="unionAES__CIPLEN__Type.html#a8d7d8caceee541418859c743a613f54d">AES_CIPLEN_Type::reg</a></div><div class="ttdeci">uint32_t reg</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00330">aes.h:330</a></div></div>
<div class="ttc" id="aunionAES__CTRLA__Type_html_a44eb6e22be4a98a9db57841eb93f6112"><div class="ttname"><a href="unionAES__CTRLA__Type.html#a44eb6e22be4a98a9db57841eb93f6112">AES_CTRLA_Type::SWRST</a></div><div class="ttdeci">uint32_t SWRST</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00046">aes.h:46</a></div></div>
<div class="ttc" id="astructAes_html_a15572668a2e544462ee0df1fe0672904"><div class="ttname"><a href="structAes.html#a15572668a2e544462ee0df1fe0672904">Aes::DBGCTRL</a></div><div class="ttdeci">__IO AES_DBGCTRL_Type DBGCTRL</div><div class="ttdoc">Offset: 0x09 (R/W 8) Debug control.</div><div class="ttdef"><b>Definition:</b> <a href="component_2aes_8h_source.html#l00358">aes.h:358</a></div></div>
<!-- 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>