![Texas Instruments SimpleLink Ethernet MSP432E401Y Technical Reference Manual Download Page 695](http://html1.mh-extra.com/html/texas-instruments/simplelink-ethernet-msp432e401y/simplelink-ethernet-msp432e401y_technical-reference-manual_1095578695.webp)
AES Registers
695
SLAU723A – October 2017 – Revised October 2018
Copyright © 2017–2018, Texas Instruments Incorporated
Advance Encryption Standard Accelerator (AES)
9.5.12 AES_IRQENABLE Register (Offset = 0x90) [reset = 0x0]
AES Interrupt Enable (AES_IRQENABLE)
This register contains an enable bit for each unique interrupt generated by the module. It matches the
layout of AES_IRQSTATUS register. An interrupt is enabled when the bit in this register is set to 1. An
interrupt that is enabled is propagated to the NVIC controller. All AES software interrupts need to be
enabled explicitly by writing this register.
NOTE:
If the application uses Interrupt Mode, an interrupt is generated for each block of processed
data. To support larger data flow, AES µDMA Mode should be used and the bits in the
AES_IRQENABLE register should be cleared.
AES_IRQENABLE is shown in
and described in
Return to
Figure 9-25. AES_IRQENABLE Register
31
30
29
28
27
26
25
24
RESERVED
R-0x0
23
22
21
20
19
18
17
16
RESERVED
R-0x0
15
14
13
12
11
10
9
8
RESERVED
R-0x0
7
6
5
4
3
2
1
0
RESERVED
CONTEXT_OU
T
DATA_OUT
DATA_IN
CONTEXT_IN
R-0x0
R/W-0x0
R/W-0x0
R/W-0x0
R/W-0x0
Table 9-19. AES_IRQENABLE Register Field Descriptions
Bit
Field
Type
Reset
Description
31-4
RESERVED
R
0x0
3
CONTEXT_OUT
R/W
0x0
Context Out Interrupt Enable
0x0 = Authentication tag (and IV) interrupt(s) is/are disabled.
0x1 = Authentication tag (and IV) interrupt(s) is/are enabled.
2
DATA_OUT
R/W
0x0
Data Out Interrupt Enable
0x0 = The data out interrupt is disabled.
0x1 = The data out interrupt is enabled.
1
DATA_IN
R/W
0x0
Data In Interrupt Enable
0x0 = The data in interrupt is disabled.
0x1 = The data in interrupt is enabled.
0
CONTEXT_IN
R/W
0x0
Context In Interrupt Enable
0x0 = The context in interrupt is disabled.
0x1 = The context in interrupt is enabled.