1 /** 2 * \file 3 * 4 * \brief Instance description for AES 5 * 6 * Copyright (c) 2016 Atmel Corporation, 7 * a wholly owned subsidiary of Microchip Technology Inc. 8 * 9 * \asf_license_start 10 * 11 * \page License 12 * 13 * Licensed under the Apache License, Version 2.0 (the "License"); 14 * you may not use this file except in compliance with the License. 15 * You may obtain a copy of the Licence at 16 * 17 * http://www.apache.org/licenses/LICENSE-2.0 18 * 19 * Unless required by applicable law or agreed to in writing, software 20 * distributed under the License is distributed on an "AS IS" BASIS, 21 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 22 * See the License for the specific language governing permissions and 23 * limitations under the License. 24 * 25 * \asf_license_stop 26 * 27 */ 28 29 #ifndef _SAML21_AES_INSTANCE_ 30 #define _SAML21_AES_INSTANCE_ 31 32 /* ========== Register definition for AES peripheral ========== */ 33 #if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) 34 #define REG_AES_CTRLA (0x42003400) /**< \brief (AES) Control A */ 35 #define REG_AES_CTRLB (0x42003404) /**< \brief (AES) Control B */ 36 #define REG_AES_INTENCLR (0x42003405) /**< \brief (AES) Interrupt Enable Clear */ 37 #define REG_AES_INTENSET (0x42003406) /**< \brief (AES) Interrupt Enable Set */ 38 #define REG_AES_INTFLAG (0x42003407) /**< \brief (AES) Interrupt Flag Status */ 39 #define REG_AES_DATABUFPTR (0x42003408) /**< \brief (AES) Data buffer pointer */ 40 #define REG_AES_DBGCTRL (0x42003409) /**< \brief (AES) Debug control */ 41 #define REG_AES_KEYWORD0 (0x4200340C) /**< \brief (AES) Keyword 0 */ 42 #define REG_AES_KEYWORD1 (0x42003410) /**< \brief (AES) Keyword 1 */ 43 #define REG_AES_KEYWORD2 (0x42003414) /**< \brief (AES) Keyword 2 */ 44 #define REG_AES_KEYWORD3 (0x42003418) /**< \brief (AES) Keyword 3 */ 45 #define REG_AES_KEYWORD4 (0x4200341C) /**< \brief (AES) Keyword 4 */ 46 #define REG_AES_KEYWORD5 (0x42003420) /**< \brief (AES) Keyword 5 */ 47 #define REG_AES_KEYWORD6 (0x42003424) /**< \brief (AES) Keyword 6 */ 48 #define REG_AES_KEYWORD7 (0x42003428) /**< \brief (AES) Keyword 7 */ 49 #define REG_AES_INDATA (0x42003438) /**< \brief (AES) Indata */ 50 #define REG_AES_INTVECTV0 (0x4200343C) /**< \brief (AES) Initialisation Vector 0 */ 51 #define REG_AES_INTVECTV1 (0x42003440) /**< \brief (AES) Initialisation Vector 1 */ 52 #define REG_AES_INTVECTV2 (0x42003444) /**< \brief (AES) Initialisation Vector 2 */ 53 #define REG_AES_INTVECTV3 (0x42003448) /**< \brief (AES) Initialisation Vector 3 */ 54 #define REG_AES_HASHKEY0 (0x4200345C) /**< \brief (AES) Hash key 0 */ 55 #define REG_AES_HASHKEY1 (0x42003460) /**< \brief (AES) Hash key 1 */ 56 #define REG_AES_HASHKEY2 (0x42003464) /**< \brief (AES) Hash key 2 */ 57 #define REG_AES_HASHKEY3 (0x42003468) /**< \brief (AES) Hash key 3 */ 58 #define REG_AES_GHASH0 (0x4200346C) /**< \brief (AES) Galois Hash 0 */ 59 #define REG_AES_GHASH1 (0x42003470) /**< \brief (AES) Galois Hash 1 */ 60 #define REG_AES_GHASH2 (0x42003474) /**< \brief (AES) Galois Hash 2 */ 61 #define REG_AES_GHASH3 (0x42003478) /**< \brief (AES) Galois Hash 3 */ 62 #define REG_AES_CIPLEN (0x42003480) /**< \brief (AES) Cipher Length */ 63 #define REG_AES_RANDSEED (0x42003484) /**< \brief (AES) Random Seed */ 64 #else 65 #define REG_AES_CTRLA (*(RwReg *)0x42003400UL) /**< \brief (AES) Control A */ 66 #define REG_AES_CTRLB (*(RwReg8 *)0x42003404UL) /**< \brief (AES) Control B */ 67 #define REG_AES_INTENCLR (*(RwReg8 *)0x42003405UL) /**< \brief (AES) Interrupt Enable Clear */ 68 #define REG_AES_INTENSET (*(RwReg8 *)0x42003406UL) /**< \brief (AES) Interrupt Enable Set */ 69 #define REG_AES_INTFLAG (*(RwReg8 *)0x42003407UL) /**< \brief (AES) Interrupt Flag Status */ 70 #define REG_AES_DATABUFPTR (*(RwReg8 *)0x42003408UL) /**< \brief (AES) Data buffer pointer */ 71 #define REG_AES_DBGCTRL (*(WoReg8 *)0x42003409UL) /**< \brief (AES) Debug control */ 72 #define REG_AES_KEYWORD0 (*(WoReg *)0x4200340CUL) /**< \brief (AES) Keyword 0 */ 73 #define REG_AES_KEYWORD1 (*(WoReg *)0x42003410UL) /**< \brief (AES) Keyword 1 */ 74 #define REG_AES_KEYWORD2 (*(WoReg *)0x42003414UL) /**< \brief (AES) Keyword 2 */ 75 #define REG_AES_KEYWORD3 (*(WoReg *)0x42003418UL) /**< \brief (AES) Keyword 3 */ 76 #define REG_AES_KEYWORD4 (*(WoReg *)0x4200341CUL) /**< \brief (AES) Keyword 4 */ 77 #define REG_AES_KEYWORD5 (*(WoReg *)0x42003420UL) /**< \brief (AES) Keyword 5 */ 78 #define REG_AES_KEYWORD6 (*(WoReg *)0x42003424UL) /**< \brief (AES) Keyword 6 */ 79 #define REG_AES_KEYWORD7 (*(WoReg *)0x42003428UL) /**< \brief (AES) Keyword 7 */ 80 #define REG_AES_INDATA (*(RwReg *)0x42003438UL) /**< \brief (AES) Indata */ 81 #define REG_AES_INTVECTV0 (*(WoReg *)0x4200343CUL) /**< \brief (AES) Initialisation Vector 0 */ 82 #define REG_AES_INTVECTV1 (*(WoReg *)0x42003440UL) /**< \brief (AES) Initialisation Vector 1 */ 83 #define REG_AES_INTVECTV2 (*(WoReg *)0x42003444UL) /**< \brief (AES) Initialisation Vector 2 */ 84 #define REG_AES_INTVECTV3 (*(WoReg *)0x42003448UL) /**< \brief (AES) Initialisation Vector 3 */ 85 #define REG_AES_HASHKEY0 (*(RwReg *)0x4200345CUL) /**< \brief (AES) Hash key 0 */ 86 #define REG_AES_HASHKEY1 (*(RwReg *)0x42003460UL) /**< \brief (AES) Hash key 1 */ 87 #define REG_AES_HASHKEY2 (*(RwReg *)0x42003464UL) /**< \brief (AES) Hash key 2 */ 88 #define REG_AES_HASHKEY3 (*(RwReg *)0x42003468UL) /**< \brief (AES) Hash key 3 */ 89 #define REG_AES_GHASH0 (*(RwReg *)0x4200346CUL) /**< \brief (AES) Galois Hash 0 */ 90 #define REG_AES_GHASH1 (*(RwReg *)0x42003470UL) /**< \brief (AES) Galois Hash 1 */ 91 #define REG_AES_GHASH2 (*(RwReg *)0x42003474UL) /**< \brief (AES) Galois Hash 2 */ 92 #define REG_AES_GHASH3 (*(RwReg *)0x42003478UL) /**< \brief (AES) Galois Hash 3 */ 93 #define REG_AES_CIPLEN (*(RwReg *)0x42003480UL) /**< \brief (AES) Cipher Length */ 94 #define REG_AES_RANDSEED (*(RwReg *)0x42003484UL) /**< \brief (AES) Random Seed */ 95 #endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */ 96 97 /* ========== Instance parameters for AES peripheral ========== */ 98 #define AES_DMAC_ID_RD 45 // DMA DATA Read trigger 99 #define AES_DMAC_ID_WR 44 // DMA DATA Write trigger 100 101 #endif /* _SAML21_AES_INSTANCE_ */ 102