27#ifndef LIBRARIES_CMSIS_DEVICE_MAXIM_MAX32520_INCLUDE_AES_REGS_H_
28#define LIBRARIES_CMSIS_DEVICE_MAXIM_MAX32520_INCLUDE_AES_REGS_H_
30#warning "DEPRECATED(1-10-2023): aes_regs.h - Scheduled for removal. Please use aeskeys_regs.h."
39#if defined (__ICCARM__)
40 #pragma system_include
54#define __I volatile const
60#define __R volatile const
78__attribute__((deprecated(
"mxc_aes_regs_t struct and aes_regs.h no longer supported. Use aeskeys_regs.h and MXC_AESKEYS (mxc_aeskeys_regs_t) for AES Key Access. 1-10-2023")))
80#warning "mxc_aes_regs_t struct and aes_regs.h no longer supported. Use aeskeys_regs.h and MXC_AESKEYS (mxc_aeskeys_regs_t) for AES Key Access. 1-10-2023"
84 __R uint32_t rsv_0x4_0x7f[31];
86 __R uint32_t rsv_0x84_0xff[31];
97#define MXC_R_AES_AES_SRAM_KEY ((uint32_t)0x00000000UL)
98#define MXC_R_AES_AES_CODE_KEY ((uint32_t)0x00000080UL)
99#define MXC_R_AES_AES_DATA_KEY ((uint32_t)0x00000100UL)
__IO uint32_t aes_data_key
Definition: aes_regs.h:87
__IO uint32_t aes_sram_key
Definition: aes_regs.h:83
__IO uint32_t aes_code_key
Definition: aes_regs.h:85
Definition: aes_regs.h:82