Use the
Interrupt Enable register to enable or disable
interrupts.
Note: These enable bits do not prevent the value of interrupt status bit from showing up in ISR, they only prevent the interrupt status bit from causing interrupt output assertion via IRQ signal.
| Bit | Fields | Access | Default Value | Description |
|---|---|---|---|---|
| 31:8 | Reserved | |||
| 9 | EN_RD_RSP_FIFO_WHEN_EMPTY | R/W | 0x0 | The enable interrupt bit for read response FIFO when empty detection.
|
| 8 | EN_WR_CMD_FIFO_WHEN_FULL | R/W | 0x0 | The enable interrupt bit for write command FIFO when full detection.
|
| 7 | EN_CRYPTO_ERROR_RECOVERY_PROGRESS 7 | R/W | 0x0 | The enable interrupt bit for crypto service error recovery progress status.
|
| 6 | EN_CRYPTO_MEMORY_TIMEOUT 7 | R/W | 0x0 | The enable interrupt bit for the crypto service client-side memory timeout.
|
| 5 | EN_BACKPRESSURE_TIMEOUT | R/W | 0x0 | The enable interrupt bit for SDM backpressure timeout.
|
| 4 | EN_EOP_TIMEOUT | R/W | 0x0 | The enable interrupt bit for EN_EOP_TIMEOUT.
|
| 3 | EN_COMMAND_INVALID | R/W | 0x0 | The enable interrupt bit for COMMAND_INVALID.
|
| 2 | Reserved | — | — | Reserved. |
| 1 | EN_CMD_FIFO_NOT_FULL | R/W | 0x0 | The enable for the command FIFO full interrupt.
|
| 0 | EN_DATA_VALID | R/W | 0x0 | The enable for the data valid interrupt.
|