This macro waits for AES engine completes configured operation.
Definition
#define XSecure_AesWaitForDone(InstancePtr) \
Xil_WaitForEvent((InstancePtr)->BaseAddress + XSECURE_CSU_AES_STS_OFFSET, XSECURE_CSU_AES_STS_AES_BUSY, 0U, XSECURE_AES_TIMEOUT_MAX)
Parameters
The following table lists the XSecure_AesWaitForDone
definition values.
Name | Description |
---|---|
InstancePtr | Pointer to the XSecure_Aes instance. |