You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#warning "DEPRECATED(1-10-2023): aes_key_regs.h - Scheduled for removal. Please use aeskeys_regs.h."
42
44
43
45
/* **** Includes **** */
44
46
#include<stdint.h>
45
47
46
48
#ifdef__cplusplus
47
49
extern"C" {
48
50
#endif
49
-
51
+
50
52
#if defined (__ICCARM__)
51
53
#pragma system_include
52
54
#endif
53
-
55
+
54
56
#if defined (__CC_ARM)
55
57
#pragma anon_unions
56
58
#endif
@@ -75,13 +77,18 @@ extern "C" {
75
77
* @ingroup aes_key
76
78
* @defgroup aes_key_registers AES_KEY_Registers
77
79
* @brief Registers, Bit Masks and Bit Positions for the AES_KEY Peripheral Module.
78
-
* @details AES Key Registers.
80
+
* @details AES Key Registers.
79
81
*/
80
82
81
83
/**
82
84
* @ingroup aes_key_registers
83
85
* Structure type to access the AES_KEY Registers.
84
86
*/
87
+
#if defined(__GNUC__)
88
+
__attribute__((deprecated("mxc_aes_key_regs_t struct and aes_key_regs.h no longer supported. Use aeskeys_regs.h and MXC_AESKEYS (mxc_aeskeys_regs_t) for AES Key Access. 1-10-2023")))
89
+
#else
90
+
#warning "mxc_aes_key_regs_t struct and aes_key_regs.h no longer supported. Use aeskeys_regs.h and MXC_AESKEYS (mxc_aeskeys_regs_t) for AES Key Access. 1-10-2023"
0 commit comments