27#ifndef LIBRARIES_CMSIS_DEVICE_MAXIM_MAX32672_INCLUDE_AESKEYS_REGS_H_
28#define LIBRARIES_CMSIS_DEVICE_MAXIM_MAX32672_INCLUDE_AESKEYS_REGS_H_
30#warning "DEPRECATED(1-10-2023): aeskeys_regs.h - Scheduled for removal. Please use sys_aeskeys_regs.h."
39#if defined (__ICCARM__)
40 #pragma system_include
54#define __I volatile const
60#define __R volatile const
77__attribute__((deprecated(
"mxc_aeskeys_regs_t struct and aeskeys_regs.h no longer supported. Use sys_aeskeys_regs.h and MXC_SYS_AESKEYS (mxc_sys_aeskeys_regs_t) for AES Key Access. 3-31-2023")))
79#warning "mxc_aeskeys_regs_t struct and aeskeys_regs.h no longer supported. Use sys_aeskeys_regs.h and MXC_AESKEYS (mxc_sys_aeskeys_regs_t) for AES Key Access. 3-31-2023"
99#define MXC_R_AESKEYS_KEY0 ((uint32_t)0x00000000UL)
100#define MXC_R_AESKEYS_KEY1 ((uint32_t)0x00000004UL)
101#define MXC_R_AESKEYS_KEY2 ((uint32_t)0x00000008UL)
102#define MXC_R_AESKEYS_KEY3 ((uint32_t)0x0000000CUL)
103#define MXC_R_AESKEYS_KEY4 ((uint32_t)0x00000010UL)
104#define MXC_R_AESKEYS_KEY5 ((uint32_t)0x00000014UL)
105#define MXC_R_AESKEYS_KEY6 ((uint32_t)0x00000018UL)
106#define MXC_R_AESKEYS_KEY7 ((uint32_t)0x0000001CUL)
__IO uint32_t key1
Definition: aeskeys_regs.h:83
__IO uint32_t key6
Definition: aeskeys_regs.h:88
__IO uint32_t key5
Definition: aeskeys_regs.h:87
__IO uint32_t key7
Definition: aeskeys_regs.h:89
__IO uint32_t key4
Definition: aeskeys_regs.h:86
__IO uint32_t key0
Definition: aeskeys_regs.h:82
__IO uint32_t key3
Definition: aeskeys_regs.h:85
__IO uint32_t key2
Definition: aeskeys_regs.h:84
Definition: aeskeys_regs.h:81