50This interrupt is raised only if the message FIFO is actually writable by software, i.e., if all of the following conditions are met:
51i) The HMAC block is not running in HMAC mode and performing the second round of computing the final hash of the outer key as well as the result of the first round using the inner key.
52ii) Software has not yet written the Process or Stop command to finish the hashing operation.
53For the interrupt to be raised, the message FIFO must also have been full previously.
54Otherwise, the hardware empties the FIFO faster than software can fill it and there is no point in interrupting the software to inform it about the message FIFO being empty. */
55kDtHmacIrqHmacErr = 2, /**< HMAC error has occurred. ERR_CODE register shows which error occurred. */
56 kDtHmacIrqCount = 3, /**< \internal Number of IRQs */